Drop colorisation of regions since we don't control the background color.
[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
6 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * shr.el (shr-table-depth): New variable.
9         (shr-tag-table-1): Only insert the images after the top-level table.
10
11         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
12
13         * gnus-util.el (gnus-list-memq-of-list): New function.
14
15         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
16         selected.
17         (nnimap-unsplittable-articles): New slot.
18         (nnimap-new-articles): Use it.
19
20 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
21
22         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
23         move to the previous line on `M-g'.
24
25 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
28         *-request-group, which seems unnecessary.
29
30         * nnimap.el (nnimap-quote-specials): Function copied over from
31         imap.el.
32         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
33         they support that.  Suggested by Tom Regner.
34
35 2010-10-29  Julien Danjou  <julien@danjou.info>
36
37         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
38         defalias.
39         (gnus-summary-delete-marked-with): Remove obsolete defalias.
40
41         * gnus.el: Remove `gnus-nntp-service' variable.
42         (gnus-secondary-servers): Make obsolete.
43         (gnus-nntp-server): Make obsolete.
44
45         * gnus-start.el (gnus-1): Remove x-splash calls.
46
47         * gnus-ems.el (gnus-x-splash): Remove.
48
49         * gnus.el (gnus-group-startup-message): Simplify/update code.
50
51         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
52         definition.
53
54         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
55         capability before doing anything.
56         (gnus-group-insert-group-line): Remove useless
57         gnus-group-remove-excess-properties.
58
59 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
62
63 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
66         config after reselecting.
67
68 2010-10-28  Julien Danjou  <julien@danjou.info>
69
70         * shr.el (shr-put-image): Use point even if only inserting text.
71         (shr-put-image): Save excursion when inserting alt text on non-graphic
72         display, so the behaviour is the same when we are on a graphic display.
73
74         * nnir.el (nnir-run-swish-e): Remove hyrex support.
75
76 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
79         (gnus-mime-copy-part): Check coding system, not charset.
80         (gnus-mime-view-part-externally): Never remove part.
81         (gnus-mime-view-part-internally): Don't remove part here.
82         (gnus-article-part-wrapper): Make sure MIME tag is visible.
83         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
84         multipart/alternative.
85
86         * mm-decode.el (mm-display-part): Take optional arg `force'.
87
88 2010-10-26  Julien Danjou  <julien@danjou.info>
89
90         * gnus-group.el (gnus-group-default-list-level): Add this function to
91         compute the default list level.
92         (gnus-group-default-list-level): Add possibility to use a function.
93
94 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
97
98         * gnus-group.el (gnus-group-completing-read)
99         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
100         gnus-replace-in-string.
101
102 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * shr.el (shr-tag-div): Added.
105
106         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
107
108 2010-10-25  Julien Danjou  <julien@danjou.info>
109
110         * gnus-util.el: Remove `gnus-with-local-quit'.
111
112         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
113
114 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
117         the original article buffer.
118
119 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * nnimap.el (nnimap-request-head): New function.
122         (nnimap-request-move-article): Try to be slighly faster by not
123         requesting the entire message when moving.
124         (nnimap-transform-headers): Don't bug out on bodiless articles.
125         (nnimap-send-command): Have no outstanding messages if the IMAP server
126         doesn't support streaming.
127         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
128
129 2010-10-24  Julien Danjou  <julien@danjou.info>
130
131         * message.el (message-default-headers): Fix type.
132
133 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
136         prefetching images.
137
138         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
139         backend for unknown groups.  This is mainly useful for nnimap groups.
140
141         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
142         group isn't covered by the agent.
143
144 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
145
146         * nnir.el (nnir-method-default-engines): new variable.
147         (nnir-run-query): use it.
148         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
149         (gnus-summary-nnir-goto-thread): change group if needed.
150
151         * gnus-group.el (gnus-group-group-map): add key binding for
152         gnus-group-make-nnir-group.
153
154 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * shr.el (shr-tag-object): Added.
157
158         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
159         original article buffer live.
160         (gnus-summary-select-article-buffer): Mention
161         gnus-widen-article-buffer.
162
163 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (shr-tag-strong): Added.
166
167 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
170         group names.  They mess up the group buffer badly.
171
172         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
173
174         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
175         instead of the summary one.
176
177 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * mml.el (mml-preview): Work properly when editing article.
180
181         * gnus-start.el (gnus-read-active-file-1): Don't add method to
182         gnus-have-read-active-file if it's already been in.
183
184 2010-10-22  Tom Tromey  <tromey@redhat.com>
185
186         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
187         gnus-group-completing-read.
188
189 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * message.el (message-mode-map): Don't bind M-; to comment region, to
192         allow the global comment-dwim to work.
193
194 2010-10-21  Julien Danjou  <julien@danjou.info>
195
196         * message.el (message-setup-1): Allow message-default-headers to be a
197         function.
198
199 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * shr.el (shr-tag-table): Simplify.
202
203 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
206         to avoid trying to snarf invalid stuff.
207
208         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
209
210         * gnus.el (gnus-message-archive-group): Quote value.
211         (gnus-message-archive-group): Mark as changed.
212
213         * shr.el (shr-add-font): Don't put the font properties on the newline
214         or the indentation.
215
216         * message.el (message-fix-before-sending): Change options when sending
217         non-printable characters.
218
219         * gnus.el (gnus-message-archive-method): Change the default to
220         monthly outgoing groups.
221
222         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
223         that have gotten new numbers.
224
225         * nnimap.el (nnimap-request-replace-article): New function.
226
227 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
230         (nnrss-request-article): Don't use special html washing code.
231
232 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * shr.el (shr-tag-table): Remove useless nconc.
235
236 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-art.el (article-wash-html): Simplify and remove the charset
239         stuff.  Use the normal html rendering code instead of the special html
240         washing code.
241
242         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
243         `gnus-w3m' symbols.
244         (mm-text-html-washer-alist): Removed.
245
246         * mm-decode.el (mm-inline-text-html-renderer): Removed.
247         (mm-inline-media-tests): Removed use.
248         (mm-text-html-renderer): Change default to the `shr' symbol.
249
250         * mm-view.el (mm-inline-text-html): Removed use.
251
252         * gnus-art.el (gnus-blocked-images): New function.  Allow the
253         `gnus-blocked-images' to be a function.
254         (gnus-article-wash-function): Removed.
255
256 2010-10-20  Julien Danjou  <julien@danjou.info>
257
258         * spam.el (spam-list-of-processors): Mark as obsolete.
259
260         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
261         (nnimap-insert-partial-structure): Fix boundary detection.
262
263 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
264
265         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
266         run file-truename on remote files.  This can be expensive and even
267         prevent one from editing drafts if some unrelated buffer has a stale
268         connection.
269
270 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
273         kinsoku-eol regardless of shr-kinsoku-shorten.
274         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
275         (shr-tag-table): Support caption, thead, and tfoot.
276
277 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
280         lines.
281         (shr-save-contents): New command and keystroke.
282
283         * nndoc.el (nndoc-type-alist): Add git support.
284         (nndoc-git-type-p): New function.
285         (nndoc-transform-git-article): Ditto.
286         (nndoc-transform-git-headers): Ditto.
287         (nndoc-transform-git-headers): Generate Subject headers.
288
289         * shr.el (shr-parse-style): New function.
290         (shr-tag-span): Ditto.
291
292         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
293         to `G G' to avoid collisions.
294
295 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * shr.el: Load kinsoku if necessary.
298         (shr-kinsoku-shorten): New internal variable.
299         (shr-find-fill-point): Make kinsoku shorten text line if
300         shr-kinsoku-shorten is bound to non-nil.
301         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
302         shr-indentation too when testing if table is wider than frame width.
303         (shr-insert-table): Use `string-width' instead of `length' to measure
304         text width.
305         (shr-insert-table-ruler): Make sure indentation is done at bol.
306
307 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
310         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
311         undecoded network data.
312
313 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
316         name in the mode line spec so that the mode line menu works
317         (bug #2431).
318
319         * message.el (message-get-reply-headers): If we're fed `to-address',
320         then always use that.
321
322         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
323         aren't so wide as to need to switch off the edit menu.
324
325         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
326         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
327
328         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
329         `M-g'.
330         (nnimap-update-info): Update flags/read marks even if \* isn't part of
331         the permanent marks.
332
333 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
334
335         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
336         Splitting according to references/in-reply-to obeys the ignore-groups
337         variable, while splitting by sender and subject do not.
338
339 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
342         alist, so that we can look for non-Unicode chars.
343         (article-translate-strings): Allow both character and string maps.
344
345 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * shr.el (shr-insert): Don't insert space behind a wide character
348         categorized as kinsoku-bol, or between characters both categorized as
349         nospace.
350
351 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
352
353         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
354         headers to gnus-newsgroup-headers.
355
356 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-tag-img): Don't align images -- since we're not
359         rescaling, this often leads to ugly displays.
360
361 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
364         duplicates.
365
366 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
367
368         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
369         call.
370
371 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus.el: Autoload gnus-html-show-images.
374
375         * nnimap.el: Use nnheader-message throughout.
376
377         * shr.el (shr-tag-img): Ignore images with no data.
378
379 2010-10-15  Julien Danjou  <julien@danjou.info>
380
381         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
382         a possibility to disable format=flow encoding when using hard newlines.
383
384 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * shr.el (shr-insert): Remove space inserted before or after a
387         breakable character or at the beginning or the end of a line.
388         (shr-find-fill-point): Do kinsoku; find the second best point or give
389         it up if there's no breakable point.
390
391 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * nnimap.el (nnimap-open-connection): Message when opening connection
394         for debugging purposes.
395
396         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
397         on every setup buffer call to allow this to change from article to
398         article.
399
400         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
401         buffers where we have a wide table.
402
403 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
404
405         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
406         uses *-request-thread.
407
408 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * nnimap.el (nnimap-open-connection): Remove %s from openssl
411         incantation, which is no longer valid.
412
413 2010-10-14  Julien Danjou  <julien@danjou.info>
414
415         * shr.el: Fix defcustom type (char -> character).
416
417 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-open-connection): tls-program should be a list of
420         programs.
421
422 2010-10-14  Julien Danjou  <julien@danjou.info>
423
424         * shr.el (shr-tag-a): Use url-link as widget type.
425
426         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
427         `gnus-group-get-icon'.
428
429 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
432         This should make server editing work better.
433
434         * shr.el (shr-find-fill-point): Don't inloop on indented text.
435
436         * tls.el (tls-program): Remove spurious %s from openssl.
437
438         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
439         (nnimap-parse-flags): Fix regexp.
440
441         * shr.el (shr-find-fill-point): Use a filling algorithm that should
442         probably work for CJVK text, too.
443
444         * nnimap.el (nnimap-extend-tls-programs): Removed.
445         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
446
447         * tls.el (tls-starttls-switches): Remove starttls hack.
448         (open-tls-stream): Ditto.
449         (tls-find-starttls-argument): Ditto.
450
451 2010-10-13  Julien Danjou  <julien@danjou.info>
452
453         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
454         responses.
455
456 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
459
460         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
461         anything in Emacs.
462
463         * shr.el (shr-current-column): Remove buggy and unnecessary function.
464
465 2010-10-13  Julien Danjou  <julien@danjou.info>
466
467         * shr.el (shr-width): Make shr-width a defcustom with default to
468         fill-column.
469         (shr-tag-img): Use shr-width rather than fill-column.
470
471 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * dgnushack.el (byte-optimize-apply)
474         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
475
476         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
477         position when (X-)Faces exist.
478         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
479         avatars when called interactively.
480
481 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
484         gnus-article-x-face-too-ugly is bound.
485
486 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
489
490         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
491         mailbox that doesn't exist.
492
493 2010-10-12  Julien Danjou  <julien@danjou.info>
494
495         * shr.el (shr-tag-img): Encode URL properly when retrieving.
496         (shr-get-image-data): Encode URL properly when fetching from cache.
497         (shr-tag-img): Use aligned-to spaces to align correctly images.
498
499         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
500         before inserting the Gravatar.
501
502         * shr.el (shr-tag-img): Add align attribute support for <img>.
503
504 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-gravatar.el (gnus-art): Required.
507
508         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
509         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
510         Remove long obsoleted functions.
511
512 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
515
516         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
517
518         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
519         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
520         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
521         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
522         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
523         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
524         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
525
526 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * nnimap.el (nnimap-request-rename-group): Select group read-only
529         before renaming it.
530
531         * shr.el (shr-insert): Fix up the white space only regexp.
532
533         * nnimap.el (nnimap-transform-split-mail): Not all articles have
534         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
535
536         * shr.el (shr-current-column): New function.
537         (shr-find-fill-point): New function.
538
539 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
540
541         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
542         numbers.
543
544 2010-10-11  Julien Danjou  <julien@danjou.info>
545
546         * shr.el (shr-hr-line): Add.
547         (shr-tag-hr): Use shr-hr-line to specify which character to use to
548         display hr lines.
549         (shr-max-columns): Do not change state to nil if we just inserting
550         spaces.
551
552 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-topic.el (gnus-topic-read-group): If after the last group,
555         select the last group.
556
557 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
560
561 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
562
563         * dig.el (dig-mode-map): Declare and define in one step.
564
565 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
568         for Gnus.
569         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
570         (nnimap-update-qresync-info): Mark \Seen articles as read.
571
572         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
573         non-variable, too.
574
575         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
576         available.
577         (nnimap-update-info): Rely more on the current active than the param
578         active to avoid marking articles as read too much.
579
580         * auth-source.el (auth-source-create): Use (user-login-name) for the
581         user name default.
582
583         * nnimap.el (nnimap-update-info): If the server doesn't return any
584         useful info, just use the previous info.
585         (nnimap-update-info): Prefer old info over start-article.
586         (nnimap-update-qresync-info): Finish implementing QRESYNC.
587
588 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
589
590         * nnir.el (autoload): Clean up autoloads.
591         (nnir-imap-default-search-key): Renamed from
592         nnir-imap-search-field. Use key rather than value.
593         (nnir-imap-search-other): New variable.
594         (nnir-read-parm): Use it.
595         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
596         (gnus-summary-nnir-goto-thread): Modify to work with imap.
597
598 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
599
600         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
601         the process, too.
602
603 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
606         Allbery.
607
608         * shr.el: Rework the way things are indented by <li> slightly.
609
610         * gnus.el (gnus-group-set-parameter): Fix typo.
611
612         * nnimap.el: Start implementing QRESYNC support.
613
614 2010-10-09  Julien Danjou  <julien@danjou.info>
615
616         * nnir.el (nnir-engines): Fix too many arguments.
617
618 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
621         group is the "last", so that the backends like nnfolder actually save
622         their folders.
623
624         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
625         try to use that for the tls stream.
626         (nnimap-retrieve-group-data-early): Rework the marks code to heed
627         UIDVALIDITY and find out which groups are read-only and not.
628         (nnimap-get-flags): Use the same marks parsing code as the rest of
629         nnimap.
630
631 2010-10-09  Julien Danjou  <julien@danjou.info>
632
633         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
634
635         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
636         retrieving gravatars.
637
638         * shr.el (shr-table-corner): Add.
639         (shr-table-line): Add.
640         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
641
642 2010-10-08  Julien Danjou  <julien@danjou.info>
643
644         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
645
646 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
647
648         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
649
650         * gnus-sum.el (gnus-mark-article-as-unread)
651         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
652         (gnus-summary-set-bookmark): Use it.
653
654         * gnus-msg.el (gnus-setup-message): Use it.
655
656         * gnus-demon.el (gnus-demon-remove-handler): Use it.
657
658         * gnus.el (gnus-group-remove-parameter): Use it.
659
660         * gnus-group.el (gnus-group-make-web-group): Use it.
661
662         * gnus-demon.el (gnus-demon-remove-handler): Use it.
663
664         * nnregistry.el: Update docs to mention manual.
665
666         * gnus-registry.el: Update docs to mention nnregistry.el.
667         (gnus-registry-initialize): Don't install nnregistry refer method
668         automatically.
669         (gnus-registry-install-nnregistry): Remove it.
670
671 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * shr.el (shr-insert): Don't insert double spaces.
674
675 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-gravatar.el (gnus-treat-from-gravatar)
678         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
679         called interactively.
680
681         * gnus-art.el (gnus-mime-view-part-externally)
682         (gnus-mime-view-part-internally): Make predicate function passed to
683         gnus-mime-view-part-as-type assume argument is a mime type, not a list
684         of a mime type.
685
686         * shr.el (shr-table-widths): Don't use cl function `reduce'.
687
688 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * shr.el (require): Require cl when compiling.
691         (shr-tag-hr): New function.
692
693         * nnimap.el (nnimap-update-info): Remove double setting of high.
694         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
695         makes nnimap work properly on Courier again.
696
697         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
698         the variable for backwards compatability.
699
700         * mm-decode.el (mm-save-part): If given a non-directory result, expand
701         the file name before using to avoid setting mm-default-directory to
702         nil.
703
704         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
705         bidning gnus-agent variables.
706
707         * shr.el (shr-render-td): Use a cache for the table rendering function
708         to avoid getting an exponential rendering behaviour in nested tables.
709         (shr-insert): Rework the line-breaking algorithm.
710         (shr-insert): Don't leave trailing spaces.
711         (shr-insert-table): Also insert empty TDs.
712         (shr-tag-blockquote): Ensure paragraphs after </ul>.
713
714 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
715
716         * gnus-sum.el (gnus-number): Rename from `number'.
717         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
718         (gnus-summary-limit-children): Update uses correspondingly.
719
720 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
723         (gnus-gravatar-transform-address): Don't show avatars of people of
724         which mail addresses match gnus-gravatar-too-ugly.
725
726 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * shr.el (shr-table-widths): Expand TD elements to fill available
729         space.
730
731 2010-10-07  Julien Danjou  <julien@danjou.info>
732
733         * nnimap.el (nnimap-request-rename-group): Add this method.
734
735 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
738         name from XEmacs' function-arglist.
739
740         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
741         gravatar under XEmacs.
742
743 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
744
745         * auth-source.el: Update docs with TODO items.
746
747         * gnus-sync.el: Update docs to explain state and plans.
748
749         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
750         Hooks for mark updates.
751         (gnus-request-set-mark, gnus-request-update-mark): Use them.
752
753         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
754         hooks with arguments, which is needed for mark update hooks.
755
756 2010-10-06  Julien Danjou  <julien@danjou.info>
757
758         * gnus.el (gnus-expand-group-parameter): Only return and act on what
759         was matched.
760
761         * sieve-manage.el: Update example in `Commentary'.
762
763         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
764
765         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
766         not 2000.
767         (sieve-manage-authenticate): Re-add function.
768
769 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * shr.el (shr-insert): Get 'space transition right.
772         (shr-render-td): Only delete space at the end of the TD.
773
774         * nnimap.el (nnimap-open-connection): Prepare to support
775         open-gnutls-stream.
776
777         * shr.el: Rearrange function order to be more logical.
778
779 2010-10-06  Julien Danjou  <julien@danjou.info>
780
781         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
782         (nnrss-discover-feed): Remove 404 URL in docstring.
783
784         * nnir.el: Fix Swish-E URL.
785         Fix Namazu URL.
786
787         * message.el (message-change-subject): Remove 404 URL in a comment.
788
789 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
792         called interactively.
793
794         * gnus-util.el (gnus-remove-if): Allow hash table.
795         (gnus-remove-if-not): New function.
796
797         * gnus-art.el (gnus-mime-view-part-as-type)
798         * gnus-score.el (gnus-summary-score-effect)
799         * gnus-sum.el (gnus-read-move-group-name):
800         Replace remove-if-not with gnus-remove-if-not.
801
802         * gnus-group.el (gnus-group-completing-read):
803         Regard collection as a hash table if it is not a list.
804
805 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * shr.el (shr-render-td): Allow blank/missing <TD>s.
808
809         * shr.el: Document the table-rendering algorithm.
810
811 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
814         for Emacsen having no `libxml-parse-html-region' support.
815
816 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
819         invalid URLs.
820
821         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
822         line-broken.
823         (shr-tag-img): Ignore image fetching errors.
824         (shr-overlays-in-region): Compute overlay positions correctly.
825
826         * mm-decode.el (mm-shr): Require shr.
827
828         * gnus-art.el (gnus-blocked-images): Move variable here.
829
830         * shr.el (shr-insert-table): Bind free variable.
831
832         * mm-decode.el (mm-shr): Bind shr-content-function.
833
834         * shr.el (shr-content-function): New variable.
835
836         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
837         added for symmetry.
838
839         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
840
841         * gnus-group.el (gnus-group-make-group): Doc fix.
842
843         * nnimap.el (nnimap-request-newgroups): Return success.
844
845         * shr.el (shr-find-elements): New function.
846         (shr-tag-table): Put all the images after the table.
847         (shr-tag-table): Really inhibit images inside the table.
848         (shr-collect-overlays): Copy over overlays from the TD elements to the
849         main document.
850
851         * mm-decode.el (mm-shr): Bind shr-blocked-images to
852         gnus-blocked-images.
853
854 2010-10-05  Julien Danjou  <julien@danjou.info>
855
856         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
857
858         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
859         (gnus-html-maximum-image-size): Add this function.
860         (gnus-html-put-image): Use gnus-html-maximum-image-size.
861
862         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
863         server-value of the capability is nil.
864
865 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * shr.el (shr-tag-em): Add <EM> tag.
868
869 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
870
871         * sieve-manage.el (sieve-manage-default-stream): Make default stream
872         customizable.
873
874         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
875         handing broken links to browse-url.
876
877 2010-10-05  Julien Danjou  <julien@danjou.info>
878
879         * gnus-util.el (gnus-emacs-completing-read)
880         (gnus-iswitchb-completing-read): Use autoload rather than require.
881
882 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
885         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
886         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
887         iswitchb-temp-buflist for XEmacs.
888
889         * gnus-util.el (gnus-completing-read-function): Exclude
890         gnus-icompleting-read and gnus-ido-completing-read from candidates for
891         XEmacs since iswitchb.el is very old and ido.el is unavailable in
892         XEmacs.
893
894         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
895         not to use `delete-dups' that is unavailable in XEmacs 21.4.
896
897         * gnus-html.el: Don't require help-fns under XEmacs.
898         (gnus-html-schedule-image-fetching): Work for XEmacs.
899
900         * mm-decode.el (mm-shr): Decode contents by charset.
901
902 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
905         unknown.
906
907         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
908         (shr-get-image-data): Ensure against the cache file missing.
909
910         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
911         for data.
912
913         * spam-report.el (spam-report-url-ping-plain): Don't query about
914         killing the process.
915
916         * shr.el (shr-render-td): Protect against too-wide text.
917
918 2010-10-04  Julien Danjou  <julien@danjou.info>
919
920         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
921         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
922
923         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
924         retrieved.
925
926 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * shr.el (browse-url): Required.
929         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
930         lines.
931         (shr-show-alt-text, shr-browse-image): New commands.
932         (shr-browse-url, shr-copy-url): New commands.
933
934         * gnus-sum.el (gnus-widen-article-window): New variable.
935         (gnus-summary-select-article-buffer): Use it.
936
937         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
938         without @ signs.
939
940 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
941
942         * nnir.el (nnir-run-imap): Remove spurious space in search string.
943
944 2010-10-04  Julien Danjou  <julien@danjou.info>
945
946         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
947         for XEmacs.
948
949 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
952
953         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
954         (nnimap-close-server): Implement.
955
956         * dgnushack.el (iswitchb): Require to shut up the compiler.
957
958         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
959         (shr-insert): Tweak line breaking.
960         (shr-insert): Handle <pre> better.
961         (shr-tag-li): Get <li> indentation right.
962         (shr-tag-li): Get <li> indentation even righter.
963         (shr-tag-blockquote): Ensure paragraph start.
964         (shr-make-table): Tweak table generation.
965         (shr-make-table): Fix typo.
966
967         * shr.el: Implement table rendering.
968
969 2010-10-04  Julien Danjou  <julien@danjou.info>
970
971         * gnus-html.el (gnus-html-put-image): Fix resize image code.
972
973 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * shr.el (shr-insert): Use string anchors instead of line anchors.
976
977 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * shr.el: Add headings.
980         (shr-ensure-paragraph): Actually work.
981         (shr-tag-li): Make <ul> prettier.
982         (shr-insert): Get white space at the beginning/end of elements right.
983         (shr-tag-p): Collapse subsequent <p>s.
984         (shr-ensure-paragraph): Don't insert double line feeds after blank
985         lines.
986         (shr-insert): \t is also space.
987         (shr-tag-s): Fix "s" tag name function.
988         (shr-tag-s): Fix face prop name.
989
990 2010-10-03  Julien Danjou  <julien@danjou.info>
991
992         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
993
994         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
995         gnus-window-inside-pixel-edges.
996
997         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
998         gnus-ems.
999
1000         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1001
1002         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1003         function.
1004
1005         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1006         resize choice.
1007
1008 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1011         beginning of the buffer.
1012
1013         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1014         article buffer again.
1015
1016         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1017         buffer.
1018
1019         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1020         when it's at the start of the buffer.
1021
1022         * shr.el (shr-tag-blockquote): Convert name.
1023         (shr-rescale-image): Use the right image-size variant.
1024
1025         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1026         buffer isn't shown, then select the current article first instead of
1027         bugging out.
1028         (gnus-summary-select-article-buffer): Show both the article and summary
1029         buffers again.
1030
1031         * shr.el (shr-fontize-cont): Protect against regions with no text.
1032         Rename tag functions to shr-tag-* for enhanced security.
1033         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1034
1035 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1036
1037         * shr.el (shr-insert):
1038         * pop3.el (pop3-movemail):
1039         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1040         loaded.
1041
1042 2010-10-03  Glenn Morris  <rgm@gnu.org>
1043
1044         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1045
1046         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1047
1048         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1049
1050         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1051
1052         * gnus-util.el (gnus-make-local-hook): Simplify.
1053
1054 2010-10-02  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1057         (gnus-ido-completing-read): New function.
1058         (gnus-emacs-completing-read): New function.
1059         (gnus-completing-read): Use gnus-completing-read-function.
1060         Add gnus-completing-read-function.
1061
1062 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-insert-document): Autoload.
1065         (shr-img): Be silent.
1066         (shr-insert): Add a newline after every picture before text.
1067         (shr-add-font): Use overlays for combining faces.
1068         (shr-insert): Pass upwards the text start point.
1069
1070         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1071         possible.
1072         (mm-shr): New function.
1073
1074 2010-10-02  Julien Danjou  <julien@danjou.info>
1075
1076         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1077         should go backward.
1078
1079 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1080
1081         * shr.el (shr): Fix typo in provide call.
1082
1083 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * shr.el: New file.
1086
1087         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1088
1089         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1090         completing read.
1091
1092 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1095         we're being queried about.  Suggested by Dan Jacobson.
1096
1097         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1098         by Jason Eisner.
1099
1100         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1101         table, too.  Suggested by Stefan Wiens.
1102         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1103         the table unnecessary.  Suggested by Stefan Wiens.
1104
1105         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1106         longer needed, and probably doesn't work either, as pointed out by
1107         Stefan Wiens.
1108         (gnus-summary-exit): Remove call to the clearing function.
1109         (gnus-summary-exit-no-update): Ditto.
1110
1111         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1112         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1113         Reported by Stefan Monnier.
1114         (gnus-summary-save-in-rmail): Ditto.
1115
1116         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1117         article buffer, instead of both the article buffer and the summary
1118         buffer.  Sort of suggested by Dan Jacobson.
1119
1120         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1121
1122         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1123         Suggested by Dan Jacobson.
1124
1125         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1126         documentation clearer.
1127
1128         * message.el (message-shorten-references): Comment on the number "21".
1129         Suggested by Stefan Monnier.
1130
1131         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1132         Suggested by Dan Jacobson.
1133
1134         * gnus.el (gnus-large-newsgroup): Mention
1135         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1136
1137         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1138         externalize attachments.  Bug reported by Steve Wen.
1139
1140         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1141         really message anything to the user.
1142
1143         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1144         directly.
1145
1146         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1147         messages in empty groups.
1148
1149 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1150
1151         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1152         non-UIDNEXT group.
1153
1154 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1157         not the value from the collection.
1158
1159         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1160         values.  This sometimes happens on some groups that have no info.
1161         (nnimap-request-newgroups): New function.
1162
1163 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1164
1165         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1166         check into `gnus-registry-initialize'.
1167         (gnus-registry-initialize): Ditto.
1168         Fix and extend header docs.
1169
1170 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1173         regexp backtrace overflows.
1174
1175         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1176         for starttls that tls.el implements; i.e. openssl.
1177
1178         * tls.el (tls-starttls-switches): Give up on using starttls with
1179         gnutls-cli.
1180         (tls-program): Add --insecure to be consistent with the defaults from
1181         openssl s_client.  Now all three commands are insecure.
1182
1183 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * lpath.el: Bind completion-styles-alist for XEmacs.
1186
1187         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1188         (gravatar-create-image): New function that's an alias to
1189         gnus-xmas-create-image, gnus-create-image, or create-image.
1190         (gravatar-data->image): Use it.
1191
1192 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1193
1194         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1195         install the nnregistry refer method.
1196         (gnus-registry-install-hooks): Use it.
1197         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1198         unfollowed groups.
1199
1200 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1201
1202         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1203         expanding threads.
1204
1205 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnir.el: Use the server names without suffixes (bug #7009).
1208
1209         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1210         unencrypted to STARTTLS, if possible.
1211
1212 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1213
1214         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1215         headers before superseding.
1216
1217 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnrss.el (nnrss-use-local): Add documentation.
1220
1221         * nnimap.el (nnimap-extend-tls-programs): New function.
1222         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1223         (nnimap-wait-for-connection): Accept the greeting from the stupid
1224         output from openssl s_client -starttls, too.
1225
1226         * tls.el (tls-starttls-switches): New variable.
1227         (tls-find-starttls-argument): Use it.
1228         (open-tls-stream): Ditto.
1229
1230         * netrc.el (netrc-credentials): Return the value of the "default"
1231         entry.
1232         (netrc-machine): Ditto.
1233
1234         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1235         article number.
1236         (nnimap-split-fancy): New variable.
1237         (nnimap-split-incoming-mail): Use it.
1238
1239         * nntp.el (nntp-server-list-active-group): Document.
1240
1241         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1242         SELECT to get the message-id.
1243
1244         * mail-source.el (mail-sources): Removed webmail support.
1245         (defvar): Ditto.
1246         (mail-source-fetcher-alist): Ditto.
1247         (mail-source-fetch-webmail): Removed.
1248
1249         * webmail.el: Removed -- doesn't seem relevant any more.
1250
1251         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1252
1253         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1254         the \r.
1255
1256 2010-09-30  Julien Danjou  <julien@danjou.info>
1257
1258         * gnus-agent.el (gnus-agent-add-group): Fix call to
1259         gnus-completing-read.
1260
1261 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * nndoc.el (nndoc-retrieve-groups): New function.
1264
1265         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1266         `default', use nnmail-split-methods.
1267         (nnimap-request-article): Downcase the NILs so that they are nil.
1268
1269         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1270         symbol.
1271
1272         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1273         code, since if the user has requested network, that's what they ought
1274         to get.
1275         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1276         (nnimap-split-rule): Mark as obsolete.
1277
1278         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1279         variable.
1280
1281         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1282         correct slot, too.
1283
1284 2010-09-29  Julien Danjou  <julien@danjou.info>
1285
1286         * gnus.el (gnus-local-domain): Declare variable obsolete.
1287
1288         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1289         computing.
1290         (gnus-ido-completing-read): Require ido.
1291
1292 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1295         build Gnus.
1296
1297         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1298         when interpreting the structures.
1299         (nnimap-request-accept-article): Add \r\n to the lines to make this
1300         work with Cyrus.
1301
1302         * nndraft.el (nndraft-request-expire-articles): Use the group name
1303         instead if "nndraft".  Fix found by Nils Ackermann.
1304
1305 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1306
1307         * nnregistry.el: Added.
1308
1309 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1310
1311         * nnmail.el (group, group-art-list, group-art):
1312         Remove unneeded directives.
1313
1314 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1317         (mm-mime-charset)
1318         * rfc2047.el (rfc2047-syntax-table)
1319         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1320
1321         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1322         rather than `insert-file-contents' and `eval-region'.
1323
1324         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1325         construction.
1326
1327         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1328
1329         * time-date.el: No need to require cl for Emacs 21.
1330
1331 2010-09-29  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1334         replacement of `gnus-gravatar-relief' to mimic
1335         `gnus-faces-properties-alist'.
1336         Add :version property.
1337
1338 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * mail-source.el (mail-source-report-new-mail)
1341         * message.el (message-default-mail-headers)
1342         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1343
1344         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1345
1346 2010-09-28  Julien Danjou  <julien@danjou.info>
1347
1348         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1349         mail-address contains the same string as real-name.
1350
1351         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1352         non-blank in header, otherwise it'll get stripped.
1353
1354         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1355         real-name, and then for mail address rather than doing : or , search.
1356
1357 2010-09-27  Julien Danjou  <julien@danjou.info>
1358
1359         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1360         (gnus-server-goto-server): Use gnus-completing-read.
1361
1362         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1363
1364         * mm-util.el (defalias): Use gnus-completing-read.
1365         (mm-codepage-setup): Use gnus-completing-read.
1366
1367         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1368         (smime-decrypt-buffer): Use gnus-completing-read.
1369
1370         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1371
1372         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1373         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1374         (mml-insert-multipart): Use gnus-completing-read.
1375
1376         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1377
1378         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1379
1380         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1381
1382         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1383
1384         * gnus.el (gnus-read-method): Use gnus-completing-read.
1385
1386         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1387
1388         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1389         (gnus-mime-action-on-part): Use gnus-completing-read.
1390         (gnus-article-encrypt-body): Use gnus-completing-read.
1391
1392         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1393         (gnus-topic-move-matching): Use gnus-completing-read.
1394         (gnus-topic-copy-matching): Use gnus-completing-read.
1395         (gnus-topic-sort-topics): Use gnus-completing-read.
1396         (gnus-topic-move): Use gnus-completing-read.
1397
1398         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1399         (gnus-agent-add-group): Use gnus-completing-read.
1400
1401         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1402         gnus-completing-read.
1403         (nnmairix-update-groups): Use gnus-completing-read.
1404         (nnmairix-get-server): Use gnus-completing-read.
1405         (nnmairix-backend-to-server): Use gnus-completing-read.
1406         (nnmairix-goto-original-article): Use gnus-completing-read.
1407         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1408
1409         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1410
1411         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1412         (gnus-group-make-useful-group): Use gnus-completing-read.
1413         (gnus-group-make-web-group): Use gnus-completing-read.
1414         (gnus-group-add-to-virtual): Use gnus-completing-read.
1415         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1416
1417         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1418         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1419         (gnus-summary-execute-command): Use gnus-completing-read.
1420         (gnus-summary-respool-article): Use gnus-completing-read.
1421         (gnus-read-move-group-name): Use gnus-completing-read.
1422
1423         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1424         (gnus-summary-score-effect): Use gnus-completing-read.
1425
1426         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1427
1428         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1429         right completing-read function.
1430         (gnus-use-ido): New variable
1431         (gnus-completing-read-with-default): Remove.
1432
1433 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1436         x-focus-frame.
1437
1438         * nnimap.el (auth-source-forget-user-or-password)
1439         (auth-source-user-or-password): Autoload.
1440
1441         * message.el (message-from-style, message-interactive)
1442         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1443         (message-yank-prefix, message-indentation-spaces, message-signature)
1444         (message-signature-file): Add comment.
1445
1446 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1449         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1450         new articles.
1451
1452         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1453         parts.
1454         (nnimap-request-article): Work with the t setting, too.
1455
1456         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1457         that you don't get flashes of other buffers.
1458         (gnus-summary-show-complete-article): Intern before setting.
1459
1460 2010-09-27  David Engster  <dengste@eml.cc>
1461
1462         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1463         well as HEADERS.
1464         (nnmairix-retrieve-headers): Provide new argument for the above.
1465
1466 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-summary-move-article): Don't alter
1469         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1470         group.
1471
1472         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1473
1474         * message.el (message-cite-prefix-regexp): Revert my last edit.
1475
1476         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1477         variable instead of the Gnus variable.
1478
1479         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1480
1481         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1482         again.
1483
1484         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1485         since some servers don't like it.
1486         (nnimap-open-connection): Forget credentials if the server says the
1487         password was wrong.
1488         (nnimap-parse-line): Protect against invalid data.
1489
1490         * gnus-sum.el (gnus-summary-move-article): Add comment.
1491         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1492         nothing alters it while scanning for new messages.
1493
1494         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1495         which may or may not help.
1496         (nnimap-open-connection): If we're doing a stream connection, and then
1497         discover we're on a STARTTLS-capable server, then open a STARTTLS
1498         connection instead.
1499
1500 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * nnimap.el (utf7): Required.
1503
1504         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1505         prefix.
1506
1507 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1508
1509         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1510
1511 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-request-accept-article): Message the error on
1514         error.
1515
1516 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1519
1520 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * nndoc.el (nndoc-request-list): Return success always.
1523
1524         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1525         `fetch-old' -- we only want to fetch the articles we've requested.  The
1526         rest are in the agent, probably.
1527         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1528         disappeared server" to something low.  It's not important.
1529
1530         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1531         arrived before the FETCH data.
1532
1533         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1534         target here, because we don't know the Gnus name of the group.
1535
1536         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1537         for the correct group.
1538
1539         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1540
1541         * gnus.el (gnus): Give a final warning after startup.
1542
1543         * gnus-util.el (gnus-action-message-log): New variable.
1544         (gnus-message): Use it.
1545         (gnus-final-warning): New function.
1546
1547         * nnimap.el (nnimap-open-connection): Record the greeting.
1548         (nnimap): Add greeting.
1549
1550 2010-09-26  Julien Danjou  <julien@danjou.info>
1551
1552         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1553         arguments.
1554         (gnus-html-wash-images): Fix spec computing to include start/end.
1555
1556         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1557
1558 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1561         deletion.
1562         (nnimap-retrieve-headers): Don't select the group, because that's
1563         already done by nnimap-possibly-change-group.
1564
1565         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1566         (gnus-picon-transform-address): Use it.
1567
1568         * mail-source.el (mail-source-value): Revert previous patch.
1569
1570         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1571         on failure.
1572         (nnimap-open-connection): Look up both virtual and physical server name
1573         credentials.
1574
1575         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1576
1577 2009-02-07  Dave Love  <fx@gnu.org>
1578
1579         * tls.el (open-tls-stream): Don't query killing process.
1580
1581 2009-02-08  Dave Love  <fx@gnu.org>
1582
1583         * gnus-win.el (gnus-window-to-buffer-helper,
1584         gnus-all-windows-visible-p): Function needn't be a symbol.
1585
1586         * mail-source.el (mail-source-value): Function needn't be a symbol.
1587
1588 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * message.el (message-cite-prefix-regexp): Remove } from the cite
1591         prefix.
1592
1593         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1594         highlight again, so that the highlight is correct.
1595
1596         * gnus-picon.el (gnus-picon): Remove again.
1597         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1598
1599         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1600         doing the header highlightling, so that the background colour of the
1601         picon is correct.
1602
1603         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1604         (gnus-picon): Ditto.
1605         (gnus-picon): Reinstate.  The background colour for picons is white.
1606         (gnus-picon-insert-glyph): Make the background white.
1607
1608         * nnml.el (nnml-open-nov): Don't return dead buffers.
1609
1610         * auth-source.el (auth-source-create): Query the user for whether to
1611         store the credentials.
1612
1613         * netrc.el (netrc-store-data): New function.
1614
1615         * auth-source.el (auth-source-user-or-password): Use the existing auth
1616         sources, if any, for creation.
1617
1618         * gnus.el (gnus-group-fast-parameter): Return the last matching
1619         parameter instead of the first matching parameter.
1620
1621 2010-09-26  Julien Danjou  <julien@danjou.info>
1622
1623         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1624
1625 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * mml2015.el (mml2015-use): Remove gpg support.
1628
1629         * mml1991.el (mml1991-function-alist): Remove gpg function.
1630         (mml1991-gpg-sign): Removed.
1631
1632 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1633
1634         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1635         (gnus-browse-unsubscribe-current-group): Document it.
1636         (gnus-browse-unsubscribe-group): Use it.
1637
1638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1641         address to the To list for easier response.
1642
1643         * gnus.el (gnus-play-startup-jingle): Removed.
1644         (gnus-splash): Don't play jingle.
1645         (gnus): Silence gnus-load message.
1646
1647         * gnus-art.el (gnus-treat-play-sounds): Removed.
1648
1649         * gnus.el (gnus-play-jingle): Remove audio support.
1650
1651         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1652
1653         * earcon.el: Removed -- no users.
1654
1655         * gnus-audio.el: Removed -- no users of this package.
1656
1657         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1658
1659         * gnus-start.el (gnus-setup-news): Remove nocem support.
1660
1661         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1662
1663         * gnus.el (gnus-use-nocem): Removed.
1664
1665         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1666         Removed.
1667
1668         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1669         uses NoCeM any more.
1670
1671         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1672         (gnus-button-ctan-handler): Ditto.
1673         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1674         (gnus-button-ctan-directory-regexp): Ditto.
1675         (gnus-button-handle-ctan): Ditto.
1676         (gnus-button-tex-level): Ditto.
1677         (gnus-button-alist): Removed CTAN stuff.
1678
1679 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1682         nnimap-streaming test.
1683
1684         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1685         servers twice.
1686
1687         * nnimap.el (nnimap-open-connection): Add more error reporting when
1688         nnimap fails early.
1689
1690         * nnheader.el (nnheader-get-report-string): New function.
1691         (nnheader-get-report): Use it.
1692
1693         * gnus-int.el (gnus-check-server): Say what the error was when opening
1694         failed.
1695
1696         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1697         using streaming.
1698
1699 2010-09-25  Julien Danjou  <julien@danjou.info>
1700
1701         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1702         gnus-window-inside-pixel-edges.
1703
1704 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1707
1708         * mm-decode.el (mm-save-part): Allow saving to other directories the
1709         normal Emacs way.
1710
1711         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1712         by Jay Berkenbilt.
1713
1714         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1715         there isn't a single byte.
1716
1717         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1718         just do it.  It doesn't really seem to matter what the user responds
1719         here, I think, so it's just a confusing question.
1720
1721         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1722         non-streaming case.
1723
1724         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1725         (gnus-article-encrypt-body): Use it.
1726
1727         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1728         keystroke.
1729
1730         * nnimap.el (nnimap-find-wanted-parts-1): Use
1731         gnus-fetch-partial-articles.
1732
1733         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1734
1735         * nnimap.el (nnimap-insert-partial-structure): New function.
1736         (nnimap-get-partial-article): New function.
1737         (nnimap-request-article): Use it.
1738         (nnimap-wait-for-response): Return whether the wait was successful.
1739         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1740         retrieval wasn't successful.
1741         (nnimap-retrieve-group-data-early): Allow throttling servers.
1742         (nnimap-streaming): New variable.
1743         (nnimap-fetch-partial-articles): Removed.
1744
1745         * mm-decode.el (mm-with-part): Protect against killed buffers.
1746
1747         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1748         for prettier summary display.
1749
1750 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1751
1752         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1753         directly.
1754
1755 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1758         apparently third-party libraries depend on it.
1759
1760         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1761         before starting negotiation.
1762
1763         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1764         privacy reasons.
1765         (gnus-treat-mail-gravatar): Ditto.
1766
1767         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1768         buffer when inserting images.  Inserting text into the headers, for
1769         instance, can make them invalid.
1770
1771 2010-09-25  Julien Danjou  <julien@danjou.info>
1772
1773         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1774         variables.
1775
1776         * nnheader.el: Remove useless variables news-reply-yank-from and
1777         news-reply-yank-message-id.
1778
1779         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1780         variables.
1781
1782         * mml1991.el: Remove useless mml1991-verbose.
1783
1784         * gnus.el: Remove useless variable gnus-use-generic-from.
1785         Remove obsolete variable gnus-topic-indentation.
1786
1787         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1788
1789         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1790
1791         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1792
1793         * gnus-group.el: Remove useless gnus-group-icon-cache.
1794         Remove useless gnus-ephemeral-group-server.
1795
1796         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1797
1798         * mml2015.el: Remove useless mml2015-verbose.
1799
1800         * mml-smime.el: Remove useless mml-smime-verbose.
1801
1802         * gnus.el: Remove useless gnus-local-domain.
1803
1804         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1805         gnus-gravatar-size.
1806
1807         * gnus-art.el: Remove useless gnus-treat-translate.
1808
1809 2010-09-24  Julien Danjou  <julien@danjou.info>
1810
1811         * gnus-sum.el: Add support for Gravatars.
1812
1813         * gnus-art.el: Add support for Gravatars.
1814
1815         * gnus-gravatar.el: Add this file.
1816
1817         * gravatar.el: Add this file.
1818
1819 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1822
1823         * gnus-group.el (gnus-group-fetch-faq): Removed.
1824
1825         * gnus.el (gnus-group-faq-directory): Removed.
1826
1827         * gnus-group.el (gnus-group-fetch-charter): Removed.
1828
1829         * gnus.el (gnus-group-charter-alist): Removed.
1830
1831         * gnus-group.el (gnus-group-archive-directory): Removed.
1832         (gnus-group-recent-archive-directory): Ditto.
1833         (gnus-group-make-archive-group): Removed.
1834
1835         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1836
1837         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1838         use the same article number for all the cached articles.
1839
1840         * nnimap.el (nnimap-command): Register the last command time so
1841         that we can use it for idling NOOPs.
1842         (nnimap-open-connection): Start the keeplive timer.
1843         (nnimap-make-process-buffer): Store all the process buffers.
1844         (nnimap-keepalive): New function.
1845
1846         * starttls.el: (starttls-open-stream): Add autoload cookie.
1847
1848 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1849
1850         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1851         handling.
1852
1853 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1856         its data structures.
1857
1858         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1859         instead of the cl.el copy-list.
1860         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1861         equalp.
1862
1863 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1866         and tool-bar-local-item-from-menu.
1867
1868         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1869         mode-line-highlight face for Emacs.
1870
1871         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1872         loading gnus-sum.elc; fix comment for canlock-verify.
1873         (gnus-article-jump-to-part): Use read-number.
1874         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1875         Emacs pre-21 compatible code for help-echo.
1876         (gnus-article-next-page-1): No need to adjust the number of lines.
1877         (gnus-article-describe-bindings): Always use help-buffer.
1878
1879         * gnus-audio.el (gnus-audio-inline-sound)
1880         * gnus-cus.el (gnus-custom-mode)
1881         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1882
1883         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1884
1885         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1886         compatible code.
1887
1888 2010-09-24  Glenn Morris  <rgm@gnu.org>
1889
1890         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1891         visiting the fcc file in rmail-mode.
1892
1893         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1894
1895 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * nnir.el: Silence the byte compiler.
1898
1899         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1900         alias to browse-url-url-encode-chars if any.
1901         (gnus-html-encode-url): Use it.
1902
1903 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-start.el (gnus-use-backend-marks): New variable.
1906         (gnus-get-unread-articles-in-group): Use it.
1907
1908         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1909         makeover.
1910
1911 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1912
1913         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1914
1915 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1918         Removed.
1919         (gnus-setup-news-hook): Removed
1920         gnus-fixup-nnimap-unread-after-getting-new-news.
1921
1922         * gnus-int.el (gnus-request-update-info): Protect against backends not
1923         having the function.
1924
1925         * nnimap.el (nnimap-stream): Mention starttls.
1926         (nnimap-open-connection): Add starttls support.
1927
1928 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1929
1930         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1931
1932 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1935         BODYSTRUCTUREs.
1936         (nnimap-transform-headers): Unfold quoted {42} headers.
1937
1938         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1939         the info.
1940         (gnus-get-unread-articles): Only call updatep on backends that support
1941         it.
1942
1943         * nnweb.el (nnweb-request-update-info): NOOP.
1944
1945         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1946
1947         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1948         since it only deals with marks.
1949
1950         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1951         gnus-request-marks, and make a new gnus-request-update-info.
1952
1953         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1954         the active instead of the high number, which is usually too low.
1955
1956 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1959         * encrypt.el: Removed.
1960
1961 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1964         server in symbolic form.
1965
1966         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1967         0.9.
1968
1969 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1972         (nnimap-update-info): Fix up code slightly.
1973
1974         * gnus-int.el (gnus-open-server): Add tracing for performance
1975         debugging.
1976
1977         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1978         (gnus-group-insert-group-line): Pass the real group name so that it
1979         gets the right data.
1980
1981         * gnus-start.el (gnus-get-unread-articles): Don't have
1982         `gnus-get-unread-articles-in-group' update info, since that can be
1983         really slow and doesn't seem to be needed?
1984
1985 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1986
1987         * time-date.el (date-to-time): Try using parse-time-string first before
1988         using the slower timezone-make-date-arpa-standard.
1989
1990 2010-09-22  Julien Danjou  <julien@danjou.info>
1991
1992         * gnus-group.el (gnus-group-insert-group-line): Call
1993         gnus-group-highlight-line.
1994         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1995         default hook list.
1996         (gnus-group-update-eval-form): Add new function.
1997         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1998         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1999
2000 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2003         immediate, then expire all articles.
2004         (nnimap-update-info): Fix off-by-one errors.
2005         (nnimap-flags-to-marks): Would return no marks lists for group with no
2006         flags.  Instead return the other data.
2007
2008 2010-09-22  Julien Danjou  <julien@danjou.info>
2009
2010         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2011         Only return an icon.
2012         (gnus-group-insert-group-line): Compute icon to return.
2013
2014         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2015         variable.
2016         (gnus-html-image-fetched): Only cache if
2017         gnus-html-image-automatic-caching is set.
2018         (gnus-html-image-fetched): Check for errors.
2019
2020 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2023         once per method on `g'.  This ensures that backends like nnfolder don't
2024         open all their folders.
2025
2026         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2027         (nnimap-request-list): Nix out group in the correct buffer.
2028         (nnimap-parse-flags): Implement by using `read' instead of
2029         hand-parsing.
2030         (nnimap-flags-to-marks): Pass on permanent-flags.
2031         (nnimap-make-process-buffer): Record the server name.
2032         (nnimap-parse-flags): Fix typo.
2033         (nnimap-request-scan): Run split on the server in general, not just a
2034         single group.
2035
2036         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2037         parameter, and propagate this downwards.
2038
2039         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2040         since EXAMINE changes it on the server.
2041
2042         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2043         this command might take a while.
2044
2045 2010-09-22  Julien Danjou  <julien@danjou.info>
2046
2047         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2048         harmful if you have 2 images side-by-side, they can't be properly
2049         update on text deletion.  Using text-property is safer here.
2050         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2051         data.
2052
2053 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nnimap.el (nnimap-expunge-inbox): Removed.
2056         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2057         (nnimap-expunge): Flip default to t.
2058
2059         * gnus.el (gnus-method-to-server): Don't push things to the cache
2060         unless it's unique.
2061         (gnus-server-to-method): Ditto.
2062
2063 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2066
2067 2010-09-22  Julien Danjou  <julien@danjou.info>
2068
2069         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2070         get the start of data.
2071         (gnus-html-encode-url): Add this function to encode special chars in
2072         URL.
2073         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2074         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2075
2076         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2077         default.
2078         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2079
2080         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2081         images alt-text.
2082         (gnus-html-put-image): Put alt-text as help-echo.
2083
2084 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2087         * mm-util.el (mm-decompress-buffer)
2088         * nnir.el (nnir-run-find-grep)
2089         * pop3.el (pop3-list): Use 3rd arg of split-string.
2090
2091         * time-date.el (format-seconds): Comment fix.
2092
2093         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2094         and byte-optimize-form-code-walker.
2095         (dgnushack-make-auto-load): Don't advise make-autoload.
2096
2097         * lpath.el: Remove Emacs 21 stuff.
2098
2099 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2102         outside the active range.  Suggested by Dan Christensen.
2103
2104         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2105         slightly later to avoid double-getting it.
2106
2107         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2108         previous patch.
2109
2110         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2111
2112 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2113
2114         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2115
2116 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-int.el (gnus-open-server): Give a better error message in the
2119         "go offline" case.
2120
2121         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2122         marks for nnimap, which is seldom the right thing to do.
2123
2124         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2125         (gnus-same-method-different-name): New function.
2126
2127         * nnimap.el (parse-time): Require.
2128
2129         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2130         method in the presence of many similar methods.
2131
2132         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2133
2134         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2135         nnml-inhibit-expiry.
2136
2137         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2138         find out whether methods are equal.
2139
2140         * nnimap.el (nnimap-find-expired-articles): New function.
2141         (nnimap-process-expiry-targets): New function.
2142         (nnimap-request-move-article): Request the article before looking at
2143         what the Message-ID is.  Fix found by Andrew Cohen.
2144         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2145
2146         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2147         for oldness in addition to being a predicate.
2148
2149         * nnimap.el (nnimap-request-group): When we have zero articles, return
2150         the right data to Gnus.
2151         (nnimap-request-expire-articles): Only delete articles immediately if
2152         the target is 'delete.
2153
2154         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2155         method, this would bug out.
2156
2157         * gnus-group.el (gnus-group-expunge-group): Renamed from
2158         gnus-group-nnimap-expunge, and implemented as a normal interface
2159         function.
2160
2161         * gnus-int.el (gnus-request-expunge-group): New function.
2162
2163         * nnimap.el (nnimap-request-create-group): Implement.
2164         (nnimap-request-expunge-group): New function.
2165
2166 2010-09-21  Julien Danjou  <julien@danjou.info>
2167
2168         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2169         (gnus-html-cache-expired): Add new function.
2170         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2171         wethever we should display image for fetch it.
2172         Compute alt-text earlier to pass it to the fetching function too.
2173         (gnus-html-schedule-image-fetching): Change function argument to only
2174         get one image at a time, not a list.
2175         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2176         cache.
2177         (gnus-html-get-image-data): New function to retrieve image data from
2178         cache.
2179         (gnus-html-put-image): Change buffer argument to use image data rather
2180         than file, and place image above region rather than inserting a new
2181         one. Do not take alt-text as argument, since it's useless now: we place
2182         the image above alt-text.
2183         (gnus-html-prune-cache): Remove.
2184         (gnus-html-show-images): Start to fetch image when we find one, do not
2185         push into a temporary list.
2186         (gnus-html-prefetch-images): Only fetch image if they have expired.
2187         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2188         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2189
2190 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2193
2194 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2197         spec inser "*" if the group isn't active instead of 0.
2198
2199         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2200         opening the server.
2201         (nnimap-request-delete-group): Implement group deletion.
2202         (nnimap-transform-headers): Return the size of the entire message in
2203         the Bytes header, not just the size of the first part.
2204         (nnimap-request-move-article): When moving an article from nnimap,
2205         request the article first so the accepting form has an article to
2206         accept.  Reported by Dan Christensen.
2207         (nnimap-command): Make sure that the error message doesn't error out.
2208
2209 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2210
2211         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2212         we haven't requested anything.
2213
2214 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2217         "".  Fix found by Andrew Cohen.
2218
2219         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2220         instead of -encode-string.
2221
2222 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2225
2226         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2227         by mm-subst-char-in-string.
2228
2229 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2232         waiting for the connection string.
2233
2234         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2235         arriving.
2236
2237         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2238         bogus characters.  This allows selecting certain Gmail groups.
2239
2240         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2241         (nnimap-fetch-partial-articles): New variable.
2242         (nnimap-open-connection): When looking for credentials, also use the
2243         nnimap-server-port.
2244         (nnimap-request-article): Return the group/article number, so that Gnus
2245         `^' works as expected.
2246         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2247         them.
2248
2249         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2250         comments.
2251         (gnus-methods-sloppily-equal): New function.
2252         (gnus): When using the development version of Gnus, load the gnus-load
2253         file.
2254
2255         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2256         `gnus-open-server' on each method before trying to scan them etc.  This
2257         ensures that all the backend parameters are set correctly.
2258
2259         * nnimap.el (nnimap-authenticator): New variable.
2260         (nnimap-open-connection): Allow anonymous login.
2261         (nnimap-transform-headers): The chars header is called Chars not
2262         Bytes.
2263         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2264         drops.
2265
2266         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2267         patch, found by Knut Anders Hatlen.
2268
2269 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2270
2271         * gnus-agent.el (gnus-agent-batch-confirmation)
2272         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2273         to gnus-message.
2274         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2275         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2276         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2277         * gnus-int.el (gnus-open-server): Likewise.
2278         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2279         (gnus-score-check-syntax): Likewise.
2280         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2281         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2282         Likewise.
2283         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2284
2285 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2288         calling conventions so that prefetch doesn't bug out.
2289
2290 2010-09-19  Julien Danjou  <julien@danjou.info>
2291
2292         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2293         rather than `subst-char-in-region' in order to be able to replace ASCII
2294         char by UTF-8 ones.
2295
2296         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2297         than curl.
2298         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2299         the right URL and ALT text on images.
2300         (gnus-html-wash-tags): Fix tag case.
2301         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2302         (gnus-article-html): Add -o display_ins_del=2 option.
2303         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2304
2305 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2308         the extra mail headers, which sometimes seem to happen for unknown
2309         reasons.
2310
2311         * mail-parse.el (mail-header-encode-parameter): Define as
2312         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2313         (or most, perhaps?) mail readers don't understand the latter, but do
2314         understand the former.
2315
2316         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2317         to nil, so that no methods are automatically agentized.  I think this
2318         is probably what most users want.
2319
2320         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2321         from url-retrieve, for instance about invalid URLs.
2322
2323         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2324         groups that have no articles.
2325         (nnimap-request-article): Check that we really got an article when we
2326         requested one.
2327
2328         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2329         doesn't exist.
2330
2331         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2332         nntp buffer so the agent can save it.
2333         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2334         that CRLF doesn't get translated to \n.
2335         (nnimap-open-connection): Don't make 'shell commands only send \n.
2336
2337 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2338
2339         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2340         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2341         Update var name.
2342         (nnml-generate-nov-file): Use dolist.
2343         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2344         Use with-current-buffer.
2345
2346 2010-09-18  Julien Danjou  <julien@danjou.info>
2347
2348         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2349         parallel.
2350
2351 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2354         the range update right.
2355         (nnimap-request-group): Don't make `M-g' bug out on group with no
2356         marks.
2357         (nnoo): Required, so that other packages can require nnimap.
2358         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2359         command we're looking for.  This helps when the server sends more
2360         responses after we've gotten everything we expected.
2361         (nnimap): Add a `newlinep' field to keep track of end-of-line
2362         conventions.
2363         Don't send CRLF to things that don't want it.
2364         (nnimap-request-accept-article): Ditto.
2365
2366 2010-09-18  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2369         than curl to retrieve images.
2370
2371 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2374         the marks.
2375         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2376         (nnimap-wait-for-connection): New function.
2377         (nnimap-open-connection): If we have PREAUTH, don't query for login
2378         credentials.
2379         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2380         when doing a partial update.
2381
2382 2010-09-18  Julien Danjou  <julien@danjou.info>
2383
2384         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2385         tags.
2386
2387 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nnimap.el (nnimap-credentials): New function.
2390         (nnimap-open-connection): Use the new function to look for credentials
2391         also on the numeric equivalents of "imap" and "imaps".
2392
2393         * gnus-start.el (gnus-activate-group): Send the info to
2394         gnus-request-group.
2395
2396         * nnimap.el (nnimap-request-group): Have the "check" version of the
2397         function parse flags and update the info, so that a `M-g' get a total
2398         resync of all flags from the group.
2399
2400         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2401         to allow backends to alter the info on group selection.  Also alter all
2402         the backend -request-group functions to take the parameter.
2403
2404         * nnimap.el (nnimap-store-info): New function.
2405         (nnimap-update-info): Store the info for later usage.
2406         (nnimap-request-group): Use the stored info for the dont-check case, so
2407         that we don't retrieve all marks when we enter a group.
2408
2409         * nnimap.el: Use deffoo instead of defun for interface functions.
2410
2411         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2412         update the group info.  This makes the nndraft groups, for instance, go
2413         back to their old behaviour.
2414
2415         * gnus-sum.el (gnus-select-newsgroup): Indent.
2416
2417         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2418         in.
2419         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2420         nothing.
2421
2422         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2423         from methods that are denied.
2424
2425         * gnus-int.el (gnus-method-denied-p): New function.
2426
2427         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2428         store the password instead of netrc.
2429         (nnimap-open-connection): Don't error out when we can't make a
2430         connections.
2431
2432         * auth-source.el (auth-source-create): In the password prompt, say what
2433         we're querying for.  Also prompt for user name if that hasn't been
2434         given.
2435
2436         * nnimap.el (nnimap-with-process-buffer): Removed.
2437
2438 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2441         method when we're reading from the agent.
2442
2443         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2444
2445         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2446         that's probably most useful for users.
2447
2448         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2449         "failed" all the time.
2450
2451         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2452         ...)) with (with-current-buffer ... ).
2453
2454         * nntp.el (nntp-open-server): Return whether the open was successful or
2455         not.
2456
2457         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2458         select an unread unseen article first.
2459
2460         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2461         /etc/services, supply some sensible port defaults.
2462
2463         * dgnushack.el: Define netrc-credentials.
2464
2465 2010-09-17  Julien Danjou  <julien@danjou.info>
2466
2467         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2468
2469 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2470
2471         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2472         doesn't have any parameters.
2473
2474 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2477         only upcased checks.
2478
2479         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2480
2481         * nnimap.el (nnimap-open-shell-stream): New function.
2482         (nnimap-open-connection): Use it.
2483         (nnimap-transform-headers): Get the number of lines in each message.
2484         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2485         number of lines.
2486         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2487         problem.
2488
2489         * utf7.el (utf7-encode): Autoload.
2490
2491         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2492         to allow the mail splitting to not return a default group.  This is
2493         useful for nnimap, which will leave unmatched mail in the inbox.
2494
2495         * nnimap.el: Rewritten.
2496
2497         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2498         nnimap usage.
2499
2500         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2501         if the move is internal, so that nnimap can do fast internal moves.
2502
2503         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2504         data.
2505         (gnus-read-active-for-groups): Support finishing the early retrieval of
2506         data.
2507
2508         * gnus-range.el (gnus-range-nconcat): New function.
2509
2510         * gnus-int.el (gnus-finish-retrieve-group-infos)
2511         (gnus-retrieve-group-data-early): New functions.
2512
2513 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2516         (nnrss-retrieve-groups):
2517         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2518         (pop3-quit): Use with-current-buffer.
2519
2520 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2523         instead of nnheader-accept-process-output.
2524
2525         * dgnushack.el (dgnushack-compile): Add comment.
2526
2527         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2528
2529         * gnus-html.el (gnus-html-schedule-image-fetching)
2530         (gnus-html-prefetch-images): Replace process-kill-without-query by
2531         gnus-set-process-query-on-exit-flag.
2532
2533 2010-09-16  Romain Francoise  <romain@orebokech.com>
2534
2535         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2536
2537 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2540         parameter to unintern is mandatory-ish in Emacs 24.
2541
2542         * gnus-html.el (gnus-html-schedule-image-fetching)
2543         (gnus-html-prefetch-images): Check for curl before using it.
2544
2545         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2546         depend on curl, which isn't essential.
2547
2548         * imap.el: Revert back to version
2549         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2550         seem problematic.
2551
2552 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2553
2554         * gnus-registry.el (gnus-registry-install-shortcuts):
2555         Explicitly pass `obarray' to `unintern' to avoid a warning.
2556
2557 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2560         change.
2561
2562         * nnrss.el (nnrss-request-list): Removed this function and related
2563         functions, including the moreover stuff.
2564
2565 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * nnrss.el (nnrss-retrieve-groups): New function.
2568
2569 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2570
2571         * .dir-locals.el: Add no-byte-compile cookie.
2572
2573 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * time-date.el (format-seconds): Comment fix.
2576
2577         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2578         for back end that doesn't support request-scan.
2579
2580 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2583         then do request scans from the backends.
2584
2585         * netrc.el (netrc-credentials): New conveniency function.
2586
2587         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2588         avoid running a hook per line, since this takes a lot of time,
2589         profiling shows.
2590         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2591         directly if gnus-visual-p is true.
2592
2593 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2596         groups; replace mapcar with dolist which is a bit faster; pass groups
2597         info to gnus-read-active-file-1.
2598         (gnus-read-active-file-1): Scan only specified groups if the new
2599         optional arg `infos' is given.
2600
2601 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2604
2605         * pop3.el (pop3-movemail): Removed.
2606         (pop3-streaming-movemail): Renamed to pop3-movemail.
2607
2608         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2609         don't restrict end-tag searches to the end of the line.
2610
2611 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2614         articles of every unchecked group to t, which means unknown since the
2615         server has never been opened.
2616
2617 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-html.el (gnus-html-show-alt-text): New command.
2620         (gnus-html-browse-image): Ditto.
2621         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2622         to browse the image directly.
2623         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2624         better.
2625
2626         * gnus-async.el (gnus-async-article-callback): Call
2627         `gnus-html-prefetch-images' unconditionally.
2628
2629         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2630         before feeding URLs to curl.
2631
2632 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2635         internal images as deletable by `W D D'.
2636
2637         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2638         (gnus-async-article-callback): Fix typo.
2639
2640 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2643         current line to work around bugs in the output from w3m.
2644
2645         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2646         for groups that want that.
2647
2648         * nntp.el (nntp-wait-for-string): Supply a timeout for
2649         accept-process-output to ensure progress.
2650
2651         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2652         level to get unread articles from, then use that for foreign groups,
2653         too.
2654
2655         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2656         confuses the rest of the function.
2657
2658         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2659         for the methods that support -retrieve-groups, too.
2660
2661         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2662
2663 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2666         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2667
2668         * pop3.el: Require cl when compiling.
2669         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2670
2671 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2674         that aren't going to be activated.
2675         (gnus-get-unread-articles): Fix up the last commit.
2676
2677         * gnus-html.el (gnus-article-html): Allow calling without specifying
2678         the handle.  In that case, dissect the buffer first.
2679
2680         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2681
2682         * nnimap.el (nnimap-open-connection): Revert the change that would look
2683         into authinfo for imaps instead of imap.
2684
2685         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2686         say that you don't want to call gnus-request-group with don-check, but
2687         do check the reponse.  This is for virtual groups only.
2688         (gnus-get-unread-articles): Count the archive groups as secondary, so
2689         that they're activated the same way as before.
2690
2691         * imap.el (imap-message-map): Removed optional buffer parameter, since
2692         no callers use it.
2693         (imap-message-get): Ditto.
2694         (imap-message-put): Ditto.
2695         (imap-mailbox-map): Ditto.
2696         (imap-mailbox-put): Ditto.
2697         (imap-mailbox-get): Ditto.
2698         (imap-mailbox-get): Revert last change for this function.
2699
2700         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2701         case-insensitively.
2702         (nnimap-debug): Removed.
2703
2704         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2705         to use `imap-fetch' instead.  According to the comments, this should be
2706         safe, since all other IMAP clients use the 1:* syntax.
2707         (imap-enable-exchange-bug-workaround): Removed.
2708         (imap-debug): Removed -- doesn't seem very useful.
2709
2710         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2711         mail from a file, and the file doesn't exist.
2712
2713         * imap.el (imap-log): New convenience function used throughout instead
2714         of repeating the same code all over the place.
2715
2716         * pop3.el (pop3-streaming-movemail): Return t for success.
2717
2718         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2719         .authinfo if we're using ssl connection.
2720
2721         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2722         already have if we're in a main Gnus `g' run.
2723
2724         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2725
2726 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2729
2730         * nnmh.el (nnmh-request-list-1): Bind `file'.
2731
2732         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2733         alias to set-process-query-on-exit-flag or process-kill-without-query.
2734         (pop3-open-server): Use it.
2735
2736 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2739         box to the Incoming file.  Fixes mistake in previous checkin.
2740
2741         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2742         request loop (for debugging purposes) removed.
2743
2744         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2745         culprit is more visible.
2746         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2747         (nnml-add-incremental-nov): New functions to do "incremental" nov
2748         updates, where we just append to the end of the existing nov files
2749         without reading/writing them in full.
2750
2751         * mail-source.el (mail-source-delete-crash-box): Really only check the
2752         incoming files once in a while.
2753
2754         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2755
2756         * mail-source.el (mail-source-delete-crash-box): Only check the
2757         incoming files for deletion once per day to save a lot of file
2758         accesses.
2759
2760         * pop3.el (pop3-logon): Fix up unbound variable typo.
2761
2762         * mail-source.el (pop3-streaming-movemail): Autoload.
2763
2764         * pop3.el (pop3-streaming-movemail): Respect
2765         pop3-leave-mail-on-server.
2766
2767         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2768         retrieval.
2769
2770         * pop3.el (pop3-process-filter): Removed unused function.
2771         (pop3-streaming-movemail, pop3-send-streaming-command)
2772         (pop3-wait-for-messages, pop3-write-to-file)
2773         (pop3-number-of-responses): New functions for streaming pop3
2774         retrieval.
2775
2776         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2777         come from no known methods.
2778         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2779         list.
2780
2781         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2782         message sizes.
2783         (pop3-movemail): Use erase-buffer instead of looping and deleting
2784         regions, which seems rather odd.
2785
2786         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2787         file once per `g' run.
2788
2789         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2790         directories.  This makes the draft queue directory work.
2791
2792         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2793         data from the backends, so that we only request the list of groups from
2794         each method once.  This should speed things up considerably.
2795
2796         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2797         detect that it's not implemented.
2798
2799         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2800         we actually do recurse down into the tree, but don't stat all leaf
2801         nodes.
2802
2803         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2804         then say so instead of bugging out.
2805
2806         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2807         files exist before trying to read them.
2808
2809         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2810         around <pre_int>.
2811
2812         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2813
2814         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2815
2816 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * mm-util.el (mm-image-load-path): Just return the image directories,
2819         not all directories in the path in addition to the image directories.
2820         (mm-image-load-path): Maintain a cache of the image directories so that
2821         the `g' command in Gnus doesn't have to stat dozens of directories each
2822         time.
2823
2824         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2825         (gnus-html-wash-tags): Add a new `i' command to insert images.
2826         (gnus-html-insert-image): New command and keystroke.
2827         (gnus-html-redisplay-with-images): New command and keystroke.
2828         (gnus-html-show-images): Renamed command.
2829         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2830         spacers.
2831         (gnus-html-wash-tags): Decode entities at the end, so that entities
2832         inside the tags don't mess up the rest of the "parsing".
2833
2834         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2835         so that nnimap methods aren't agentized by default.  There's apparently
2836         many problems related to agent/imap behaviour.
2837
2838         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2839
2840         * gnus-html.el: Doc fix.
2841
2842 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2845         specifier-spec-list for Emacs 21.
2846
2847         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2848         glyph-width and glyph-height instead of display-graphic-p and
2849         image-size; make avoidance of displaying small images work for XEmacs.
2850
2851         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2852         for XEmacs.
2853
2854         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2855         of symbol that holds plist data.
2856         (gnus-process-plist): Remove plist of process after getting it.
2857
2858 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * message.el (message-generate-hashcash): Change default to
2861         'opportunistic if hashcash is installed.
2862
2863         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2864         (gnus-html-put-image): Only call image-size once, since it's somewhat
2865         time-consuming on remote X servers.
2866
2867 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2870         type on data, not a file name.
2871
2872         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2873         window-pixel-edges for Emacs 21.
2874
2875         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2876         decoded contents.
2877         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2878
2879 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2882         group line format, since it isn't very interesting.
2883
2884         * gnus-agent.el (gnus-agent-short-article),
2885         (gnus-agent-long-article): Increase values for these two variables,
2886         since most people are likely to have more network connection and
2887         storage than before.
2888
2889         * gnus.el (gnus-refer-article-method): Change default to 'current.
2890         When referring an article, the common behaviour is to refer it from the
2891         current select method, not the native select method.  The chances of
2892         the native select method having the message in question is rather slim
2893         these days.
2894
2895         * gnus-sum.el (gnus-auto-select-subject): Change default to
2896         `unseen-or-unread'.  I think it's likely that most people want to
2897         select an unseen article over a previously seen, but unread one.
2898
2899         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2900         means that in the article buffer none of the minor mode elements will
2901         be shown, usually, and this is not desirable in most cases.
2902
2903         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2904         that commands like `d' (and the like) go to the next line in the
2905         buffer, instead of the next unread article.  I think this is the
2906         behaviour that is most natural for most users.
2907         (gnus-single-article-buffer): Change default to nil, so that people can
2908         have as many article buffers open as they have summary buffer.  I think
2909         this is the most natural way for the groups to behave.
2910
2911         * message.el (message-generate-new-buffers): Change default to
2912         `unsent', so that all new message buffers start their names with the
2913         string "*unsent", and it's easier to find the buffers if you move from
2914         them.
2915
2916 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2919         small.  They're probably tracking images.
2920         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2921         (gnus-html-rescale-image): Yet another try at getting the image sizing
2922         right.
2923
2924         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2925         nntp-marks-file-name is nil.
2926
2927 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2928
2929         * gnus-html.el (gnus-html-wash-tags)
2930         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2931         Better logging.
2932
2933 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2936
2937         * gnus-html.el (gnus-html-wash-tags): Check the value of
2938         gnus-blocked-images in the summary buffer.
2939
2940 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2943
2944 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2947         like "a", it seems like.
2948         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2949         since it needs to be picked from the correct buffer.
2950
2951         * nnwfm.el: Removed.
2952
2953         * nnlistserv.el: Removed.
2954
2955 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2958         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2959
2960 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * nnkiboze.el: Removed.
2963
2964         * nndb.el: Removed.
2965
2966         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2967         alt text.
2968         (gnus-html-rescale-image): Try to get the rescaling logic right for
2969         images that are just wide and not tall.
2970
2971         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2972         overshadow variable bindings.
2973
2974 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2975
2976         * gnus-html.el (gnus-html-wash-tags)
2977         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2978         extra logging.
2979
2980 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2983         (gnus-max-image-proportion): New variable.
2984         (gnus-html-rescale-image): New function.
2985         (gnus-html-put-image): Rescale images.
2986
2987 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         Fix up some byte-compiler warnings.
2990         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2991         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2992         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2993         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2994         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2995         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2996         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2997
2998 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-html.el (gnus-article-html): Decode contents by charset.
3001
3002 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3005         (gnus-html-frame-width, gnus-blocked-images)
3006         * message.el (message-prune-recipient-rules): Add custom version.
3007         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3008
3009         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3010         functions.
3011
3012         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3013         gnus-process-get.
3014
3015 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3016
3017         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3018         instead of lsub directly.
3019
3020 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * nnwarchive.el: Removed.
3023
3024         * gnus-soup.el: Removed.
3025
3026         * nnsoup.el: Removed.
3027
3028         * nnultimate.el: Removed.
3029
3030         * gnus-html.el (gnus-blocked-images): New variable.
3031
3032         * message.el (message-prune-recipients): New function.
3033         (message-prune-recipient-rules): New variable.
3034
3035         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3036         guess whether a long line is natural text or not.
3037
3038         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3039         gnus-process-plist and friends for compatibility.
3040
3041 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3042
3043         * gnus-html.el: Require packages that define macros used in this file.
3044         (gnus-article-mouse-face): Declare to silence byte-compiler.
3045         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3046         process-get.
3047         (gnus-html-put-image): Use plist-get to avoid getf.
3048         (gnus-html-prefetch-images): Use with-current-buffer.
3049
3050 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-ems.el: Provide compatibility functions for
3053         gnus-set-process-plist.
3054
3055         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3056         header-line-format for XEmacs 21.4.
3057
3058         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3059         * gnus.el (gnus-valid-select-methods)
3060         * message.el (message-send-mail-partially-limit)
3061         * mm-decode.el (mm-text-html-renderer)
3062         * mml.el (mml-insert-mime-headers-always)
3063         * smiley.el (smiley-regexp-alist): Bump custom version.
3064
3065 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * gnus-html.el: require mm-url.
3068         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3069         with the url to `url'.
3070         (gnus-html-wash-tags): Support cid: URLs/images.
3071
3072 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3075         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3076         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3077
3078         * gnus-move.el: Removed file, since it doesn't really work.
3079
3080         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3081         UTF-8.  This seems to fix problems with some German web feeds.
3082
3083         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3084         at the top so that the proper colours are applied.
3085
3086         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3087         don't have dots in their names.
3088
3089         * gnus-art.el (gnus-article-view-part): Doc fix.
3090
3091         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3092         XEmacs-compatible.
3093         (gnus-html-put-image): Don't do images on non-graphic displays.
3094
3095         * nnslashdot.el: Removed this unused backend.
3096
3097         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3098         actions.
3099         (gnus-undo-register-1): Revert last change.
3100
3101         * gnus-group.el (gnus-group-completing-read): Protect against not
3102         having completion-styles bound.
3103
3104         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3105         make broken recipients happier.
3106
3107         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3108
3109         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3110         point parameter.
3111
3112         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3113
3114         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3115         completion-styles for group selection.
3116
3117 2009-02-04  Andreas Schwab  <schwab@suse.de>
3118
3119         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3120         headers and regexp-quote the match if necessary.
3121
3122 2009-03-24  Miles Bader  <miles@gnu.org>
3123
3124         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3125         the blinking smiley.
3126
3127 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3128
3129         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3130         blink smiley.
3131
3132 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3135         where the dribbel file lives exists.
3136
3137         * message.el (message-send-mail-partially-limit): Change the default to
3138         nil, since most people don't want this.
3139
3140         * mm-url.el (mm-url-decode-entities): Also decode entities like
3141         &#x3212.
3142
3143 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3144
3145         * gnus-sum.el (gnus-summary-idna-message):
3146         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3147         Hyperlink urls in docstrings with URL `...'.
3148
3149 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3150
3151         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3152         functions.
3153
3154 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3157         say what the mouseover text should be.
3158
3159         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3160         version of the mm-w3m-safe-url-regexp variable to only download images
3161         in the groups where we want that to happen.
3162
3163         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3164
3165         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3166         easier debugging.
3167         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3168         big pictures in the article buffer.
3169
3170         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3171         gnus-article-html.
3172         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3173         w3m.
3174
3175         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3176
3177 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3180         which doesn't exist.
3181
3182         * message.el (message-inhibit-ecomplete): New variable to allow some
3183         function to inhibit ecomplete address storage.
3184         (message-resend): Disable ecomplete message storage when resending
3185         messages.
3186
3187         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3188
3189 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3192         Save excursion while copying, moving, and deleting articles in order to
3193         prevent the cursor from jumping to unforeseen place.
3194
3195 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * lpath.el: No need to bind bookmark-current-buffer,
3198         bookmark-yank-point and bookmark-make-record-function.
3199
3200 2010-08-17  Glenn Morris  <rgm@gnu.org>
3201
3202         * gnus-sync.el: Require gnus components whose functions are used.
3203
3204         * gnus-art.el (bookmark-make-record-function):
3205         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3206         Declare for compiler.
3207
3208         * mm-url.el (mml-compute-boundary): Autoload.
3209
3210 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3213
3214 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         Typo fix "hoo4a" -> "hook".
3217
3218         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3219
3220 2010-08-14  Glenn Morris  <rgm@gnu.org>
3221
3222         * gnus-sync.el (gnus-sync): Fix defgroup version.
3223
3224 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3227
3228         * gnus-sync.el: Fix docs.
3229         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3230         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3231
3232 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         Optimizations for gnus-sync.el.
3235
3236         * gnus-sync.el: Add docs about gnus-sync-backend
3237         possibilities.
3238         (gnus-sync-save): Remove unnecessary message.
3239         (gnus-sync-read): Optimize and show what groups were skipped.
3240
3241 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3242
3243         Minor bug fixes for gnus-sync.el.
3244
3245         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3246         read the sync on get-new-news.
3247
3248         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3249         quiet.
3250
3251         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3252
3253 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3254
3255         Make saving and restoring of hidden threads work with overlays.
3256         Patch applied by Ted Zlatanov.
3257
3258         * gnus-sum.el (gnus-hidden-threads-configuration)
3259         (gnus-restore-hidden-threads-configuration): Update to deal with text
3260         properties, rather than searching for a magic character.
3261
3262 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3263
3264         New gnus-sync.el library for synchronization of marks.
3265
3266         * gnus-sync.el: New library for synchronization of marks.
3267
3268         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3269         renamed from `gnus-registry-grep-in-list'.
3270
3271         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3272
3273         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3274
3275 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3278         determining charset of text fails.
3279
3280 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * nnmail.el (nnmail-get-new-mail-1): Revert.
3283
3284         * nnml.el (nnml-active-number): Make sure names of newly created groups
3285         in nnml-group-alist are encoded.
3286
3287 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3290         containing non-ASCII characters in active file for nnml back end.
3291
3292 2010-07-24  David Engster  <dengste@eml.cc>
3293
3294         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3295         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3296
3297 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3298
3299         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3300         tag (Bug#6654).
3301
3302 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3305         the article buffer, not the summary buffer.
3306
3307 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3310         Emacs 23 as well.
3311
3312 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3315         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3316
3317 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3318
3319         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3320         Patch applied by Karl Fogel.
3321
3322         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3323         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3324
3325 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3326
3327         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3328         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3329         C-w still not working correctly from Article buffers; Thierry's
3330         patch to fix that will be applied after this.
3331
3332         * gnus-art.el (bookmark-make-record-function): New local variable.
3333
3334         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3335         article buffer.
3336         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3337
3338 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3339
3340         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3341         on changes in bookmark.el.
3342
3343 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3346         `no-log' instead of message not to log prompt string.
3347
3348 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3349
3350         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3351         the *other* type of HTML form submission.
3352
3353 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3354
3355         * auth-source.el (auth-source-pick): If choice does not contain a
3356         questioned keyword, set the check to t.
3357
3358 2010-06-12  Romain Francoise  <romain@orebokech.com>
3359
3360         * gnus-util.el (gnus-date-get-time): Move up before first use.
3361
3362 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3365         (gnus-article-edit-part): Bind it to make last part that is substituted
3366         or deleted visible.
3367         (gnus-mime-display-single): Buttonize part of which id equals to
3368         gnus-mime-buttonized-part-id.
3369
3370 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3371
3372         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3373         (gnus-dd-mmm): Use gnus-date-get-time.
3374         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3375         simplify logic.
3376         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3377         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3378
3379 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3380
3381         * auth-source.el (top): Autoload `secrets-list-collections',
3382         `secrets-create-item', `secrets-delete-item'.
3383         (auth-sources): Fix tag string.
3384         (auth-get-source, auth-source-retrieve, auth-source-create)
3385         (auth-source-delete): New defuns.
3386         (auth-source-pick): Rewrite in order to avoid 2 passes.
3387         (auth-source-forget-user-or-password): New parameter USERNAME.
3388         (auth-source-user-or-password): New parameters CREATE-MISSING and
3389         DELETE-EXISTING.  Retrieve password interactively, if needed.
3390
3391 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3392
3393         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3394         deleting unused directories when gnus-expert-user is t.
3395
3396 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3399         for each temp file when gnus-article-browse-delete-temp is ask.
3400
3401 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3402
3403         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3404         Lisp calls to delete-backward-char by calls to delete-char.
3405
3406 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3407
3408         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3409
3410 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3411
3412         * password-cache.el (password-cache-remove): Fix docstring.
3413
3414 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3417         article unless decoding article to be saved.
3418
3419 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3422         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3423         generated within the mm-with-unibyte-current-buffer macro.
3424
3425 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3428         to nil when we're in a mml-preview buffer and no group is selected.
3429
3430 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3431
3432         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3433         when catching the `C-g'.  Reported by "Leo".
3434
3435 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * message.el (message-forward-make-body-plain)
3438         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3439         multibyte-string-p.
3440
3441         * lpath.el: Revert.
3442
3443 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * message.el (message-forward-make-body-mml): Assume original message
3446         is multibyte string; error on unibyte.
3447         (message-forward-make-body-plain): Ditto; don't add excessive newline
3448         in body end.
3449
3450         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3451
3452 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3453
3454         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3455         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3456
3457 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * mm-extern.el (mm-extern-url): Don't use
3460         mm-with-unibyte-current-buffer.
3461         (mm-extern-cache-contents): Use with-current-buffer instead of
3462         save-excursion + set-buffer.
3463
3464 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * mm-util.el (mm-emacs-mule): Remove.
3467
3468 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3469
3470         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3471         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3472         change.
3473
3474 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3477         bind the default value of enable-multibyte-characters to nil.
3478
3479 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * message.el (message-forward-make-body-plain)
3482         (message-forward-make-body-mml):
3483         Don't use mm-with-unibyte-current-buffer.
3484
3485 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3486
3487         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3488
3489 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3490
3491         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3492         (Bug#5592).
3493
3494 2010-05-07  Julien Danjou  <julien@danjou.info>
3495
3496         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3497         it to mm-pipe-part.
3498
3499         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3500         it is given.
3501
3502 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * binhex.el (binhex-decode-region-internal)
3505         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3506         (dns-query)
3507         * nnweb.el (nnweb-gmane-search)
3508         * pgg-parse.el (pgg-parse-armor)
3509         * pgg.el (pgg-verify-region)
3510         * sha1.el (sha1-string-external)
3511         * uudecode.el (uudecode-decode-region-internal)
3512         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3513         XEmacs.
3514
3515         * gnus-art.el (gnus-article-browse-html-parts)
3516         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3517         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3518         make-temp-file.
3519
3520         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3521         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3522         compiling.
3523
3524         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3525         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3526         XEmacs when compiling.
3527
3528         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3529         gnus-pick-mode-off-hook for XEmacs when compiling.
3530         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3531         gnus-binary-mode-off-hook for XEmacs when compiling.
3532
3533         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3534         nil if char-charset is not available.
3535
3536         * imap.el (imap-disable-multibyte)
3537         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3538         macros.
3539
3540         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3541         instead of encode-coding-string.
3542
3543         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3544         'xemacs) instead of mm-emacs-mule to switch function definitions.
3545         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3546
3547         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3548         bind temporary-file-directory for XEmacs;
3549         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3550         timer-set-function for XEmacs 21.4 and SXEmacs;
3551         bind timer-list for XEmacs 21.4 and SXEmacs;
3552         fbind char-charset and find-charset-region for non-Mule XEmacs;
3553         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3554         encode-coding-region and encode-coding-string for XEmacs having no
3555         file-coding feature.
3556
3557 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3558
3559         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3560
3561 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3564         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3565
3566 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3567
3568         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3569         alias `jka-compr-delete-temp-file' no longer exists.
3570
3571 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3572
3573         Use define-minor-mode in Gnus where applicable.
3574         * mml.el (mml-mode): Use define-minor-mode.
3575         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3576         (gnus-undo-mode): Use define-minor-mode.
3577         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3578         (gnus-dead-summary-mode): Use define-minor-mode.
3579         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3580         Initialize in declaration.
3581         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3582         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3583         (gnus-mailing-list-mode): Use define-minor-mode.
3584         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3585         (gnus-draft-mode): Use define-minor-mode.
3586         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3587         (gnus-dired-mode): Use define-minor-mode.
3588
3589 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3590
3591         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3592         handles on recursive mml-to-mime translation and check them for
3593         boundary delimiter collisions.  Reported by Greg Troxel.
3594
3595 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3598
3599 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3600
3601         * mm-util.el (mm-find-buffer-file-coding-system):
3602         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3603
3604 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3605
3606         * message.el (message-generate-headers): Record insertion of optional
3607         headers as well.  Otherwise the check to prevent repeated insertion of
3608         optional headers is a no-op.
3609
3610 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * smime.el: Don't mention CVS.
3613
3614         * nnrss.el (nnrss-fetch): Don't mention CVS.
3615
3616         * nnir.el: Don't mention CVS.
3617
3618 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3619
3620         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3621
3622 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * lpath.el: Fbind bookmark-default-handler,
3625         bookmark-get-bookmark-record, bookmark-make-record-default,
3626         bookmark-prop-get for Emacs <23 and XEmacs.
3627
3628 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3631         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3632         Use with-current-buffer to silence the byte-compiler.
3633         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3634         bother to require `gnus'.
3635         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3636
3637 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3638
3639         * gnus-sum.el (gnus-summary-bookmark-make-record)
3640         (gnus-summary-bookmark-jump): New functions.
3641         (gnus-summary-mode): Setup bookmark support.
3642
3643 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3644
3645         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3646         if set.
3647
3648 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3651         gnus-article-browse-html-save-cid-image; make it work recursively for
3652         forwarded messages as well.
3653         (gnus-article-browse-html-parts): Work when prefix arg is given.
3654         (gnus-article-browse-html-article): Doc fix.
3655
3656 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3657
3658         * message.el (message-default-mail-headers):
3659         (message-default-headers): Carry the value mail-default-headers over
3660         into message-default-mail-headers, rather than message-default-headers.
3661
3662 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3663
3664         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3665         charset.
3666
3667         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3668         charset into the <meta> tag when the article is encoded to utf-8.
3669
3670 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3673         directories as well.
3674         (gnus-article-browse-html-parts): Work for images that do not specify
3675         file names; delete temp directory when quitting; insert header at the
3676         right place; use file: scheme for image files.
3677
3678 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3679
3680         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3681         (gnus-article-browse-html-parts): Use it to make temporary cid image
3682         files in addition to html file so that browser may display them.
3683
3684 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3687
3688 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3689
3690         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3691
3692 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3695         about Secret Service API sources.  Improve Customize options.
3696         (auth-source-pick): Change to accept any number of search parameters.
3697         Implement fallbacks iteratively, not recursively.  Add scoring on the
3698         second pass and sort by score.  Call Secret Service API when needed.
3699         (auth-source-user-or-password): Use it.  Call Secret Service API
3700         directly when needed to get the user name and the password.
3701
3702 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3703
3704         * message.el (message-interactive): Doc fix.
3705         (message-qmail-inject-args): Reflow.
3706         (message-kill-to-signature): Fix typo in docstring.
3707
3708         * smiley.el (smiley-buffer): Fix typo in docstring.
3709
3710 2010-03-24  Glenn Morris  <rgm@gnu.org>
3711
3712         * mail-source.el (gnus-message): Declare.
3713         (mail-source-delete-old-incoming): Require gnus-util.
3714
3715 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3718
3719         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3720
3721         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3722         password-cache's default if it is not bound.
3723         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3724         password-cache-expiry's default if it is not bound.
3725
3726         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3727         available in Emacs 21.
3728
3729         * lpath.el: Suppress compiler warnings for:
3730         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3731         XEmacs;
3732         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3733         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3734         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3735
3736 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * auth-source.el (auth-sources): Fix up definition so extra parameters
3739         are always inline.
3740
3741 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3742
3743         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3744         wasn't updated after mismatch.  Clear cached mailbox info correctly
3745         when uidvalidity changes.
3746         (nnimap-group-prefixed-name): New function to avoid some code
3747         duplication.
3748         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3749         (nnimap-request-group): Use it.
3750         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3751         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3752         with many imap folders.  This is done by caching the group status from
3753         the imap server persistently in a group parameter `imap-status'.  (This
3754         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3755         but not persistently, so every Gnus startup was still very slow.)
3756
3757 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3760         delete the extra newline.  Otherwise editing of :string and :number
3761         types don't work.
3762
3763 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3766         secrets.el dependency.
3767         (auth-sources): Add optional user name.  Add secrets.el configuration
3768         choice (unused right now).
3769
3770 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3771
3772         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3773         `gnus-registry-install-shortcuts' fill in the functions.
3774
3775         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3776         warnings.
3777         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3778         (gnus-registry-install-shortcuts): Populate and use it in a
3779         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3780
3781 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3782
3783         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3784         In-place substitutions for the group name encoding/decoding.
3785         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3786         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3787         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3788         (nnimap-update-unseen, nnimap-request-list)
3789         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3790         (nnimap-request-set-mark, nnimap-split-to-groups)
3791         (nnimap-split-articles, nnimap-request-newgroups)
3792         (nnimap-request-create-group, nnimap-request-accept-article)
3793         (nnimap-request-delete-group, nnimap-request-rename-group)
3794         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3795         `encoded-mbx' for consistency.
3796         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3797         variable `imap-current-mailbox'.
3798
3799         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3800         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3801
3802 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3803
3804         * pop3.el (pop3-display-message-size-flag): Display message size byte
3805         counts during POP3 download.
3806         (pop3-movemail): Use it.
3807         (pop3-list): Implement listing of available messages.
3808
3809 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3810
3811         * nnir.el (nnir-get-article-nov-override-function): New function to
3812         override the normal NOV retrieval.
3813         (nnir-retrieve-headers): Use it.
3814
3815 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3816
3817         * auth-source.el (netrc-machine-user-or-password): Autoload.
3818
3819 2010-03-19  Glenn Morris  <rgm@gnu.org>
3820
3821         Stop message.el from loading about 40 libraries it doesn't always need.
3822         The general approach is to autoload rather than require, and to
3823         require in the specific functions rather than the file.  (Bug#5642)
3824
3825         * gmm-utils.el: Don't require wid-edit.
3826         (widget-create-child-value, widget-convert, widget-default-get):
3827         Autoload.
3828
3829         * gnus-util.el: Don't require time-date, netrc.
3830         (message-fetch-field, gnus-group-name-decode): Declare rather than
3831         autoloading.
3832         (gnus-fetch-field): Require message.
3833         (gnus-decode-newsgroups): Require gnus-group.
3834
3835         * ietf-drums.el: Don't require time-date.
3836
3837         * message.el: Don't require hashcash, canlock, ecomplete.
3838         Do require mail-utils.  Require nnheader only when compiling.
3839         (smtpmail-default-smtp-server): Remove declaration.
3840         (message-send-mail-function): Check smtpmail-default-smtp-server
3841         is bound rather than requiring smtpmail.
3842         (message-auto-save-directory, message-insert-signature): Use
3843         expand-file-name rather than nnheader-concat.
3844         (nnheader-insert-file-contents): Autoload.
3845         (hashcash-wait-async): Declare.
3846         (message-send-mail): Only call gnus-setup-posting-charset if
3847         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3848         (message-send-mail-with-sendmail): Require sendmail.
3849         (canlock-password, canlock-password-for-verify): Declare.
3850         (message-canlock-password): Require canlock.
3851         (nnheader-get-report): Autoload.
3852         (gnus-setup-posting-charset): Declare.
3853         (message-send-news): Require gnus-msg.
3854         (message-make-references, message-make-in-reply-to): Use mail-header-id
3855         rather than the alias mail-header-message-id.
3856         (ecomplete-add-item, ecomplete-save): Declare.
3857         (message-put-addresses-in-ecomplete): Require ecomplete.
3858         (ecomplete-display-matches): Autoload.
3859
3860         * mm-decode.el: Don't require mailcap, gnus-util.
3861         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3862         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3863         Autoload.
3864         (mailcap-mime-extensions): Declare.
3865
3866         * mm-encode.el: Don't require mailcap.
3867         (mailcap-extension-to-mime): Autoload.
3868
3869         * mml-sec.el: Don't require password-cache.
3870
3871         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3872         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3873         (mml-minibuffer-read-type): Require mailcap.
3874         (mml-preview): Require gnus-msg.
3875
3876         * mml1991.el: Require password-cache.
3877         (password-cache-expiry): Remove declaration.
3878
3879         * mml2015.el: Require password-cache.
3880         (password-cache-expiry): Remove declaration.
3881
3882         * nneething.el (mailcap): Require mailcap.
3883
3884         * nnheader.el (declare-function): Add compatibility stub.
3885         (message-remove-header): Declare rather than autoload.
3886         (nnheader-replace-header): Require message.
3887
3888         * nnimap.el (declare-function): Add compatibility stub.
3889         (netrc-parse, netrc-machine-user-or-password): Declare.
3890         (nnimap-open-connection): Require netrc.
3891
3892         * nntp.el (declare-function): Add compatibility stub.
3893         (netrc-parse, netrc-machine, netrc-get): Declare.
3894         (nntp-send-authinfo): Require netrc.
3895
3896         * rfc2047.el: Don't require qp.
3897         (quoted-printable-encode-region, quoted-printable-decode-string):
3898         Autoload.
3899
3900         * sieve-mode.el: Don't require easymenu.
3901         (easy-menu-add-item): Autoload it.
3902
3903         * spam-stat.el (time-to-number-of-days): Autoload it.
3904
3905 2010-03-19  Glenn Morris  <rgm@gnu.org>
3906
3907         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3908
3909 2010-03-18  Glenn Morris  <rgm@gnu.org>
3910
3911         * hashcash.el (declare-function): Remove duplicate definition.
3912
3913 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3914
3915         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3916         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3917         value if any backslash escapes).
3918
3919 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3922         if it is available.  (bug#5647)
3923
3924         * lpath.el: Suppress compiler warning for coding-system-from-name for
3925         Emacs 21 and XEmacs.
3926
3927 2010-03-14  Juri Linkov  <juri@jurta.org>
3928
3929         * hmac-def.el:
3930         * hmac-md5.el:
3931         * netrc.el: Fix keywords.
3932
3933 2010-02-26  Glenn Morris  <rgm@gnu.org>
3934
3935         * message.el (message-send-mail-function): Change the default, so that
3936         it inherits from a customized send-mail-function.  (Bug#5643)
3937
3938 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3939
3940         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3941         shell-command-to-string signals an error (bug#5299).
3942
3943 2010-02-24  Glenn Morris  <rgm@gnu.org>
3944
3945         * message.el (message-smtpmail-send-it)
3946         (message-send-mail-with-mailclient): Doc fixes.
3947
3948 2010-02-16  Glenn Morris  <rgm@gnu.org>
3949
3950         * message.el (message-default-mail-headers): Change the default value
3951         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3952
3953 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3956         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3957
3958 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3959
3960         * time-date.el (date-to-time): Doc fix (Bug#5408).
3961
3962 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3963
3964         * message.el (message-mail): Just pass yank-action on to message-setup.
3965         (message-setup): Handle (FUN . ARGS) form of yank-action.
3966         (message-with-reply-buffer, message-widen-reply)
3967         (message-yank-original): Handle non-buffer values of
3968         message-reply-buffer (Bug#4080).
3969         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3970
3971 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3972
3973         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3974         Fix typo in docstring.
3975
3976 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3977
3978         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3979         response.
3980
3981 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3984
3985         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3986
3987         * message.el (message-check-news-header-syntax): Protect against a
3988         string that `rfc822-addresses' returns when parsing fails.
3989
3990 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3993         (gnus-previous-char-property-change): New functions.
3994
3995         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3996
3997 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3998
3999         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4000         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4001
4002 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4003
4004         * message.el (message-exchange-point-and-mark): Rework last change to
4005         avoid using optional arg of exchange-point-and-mark, for backward
4006         compatibility.
4007
4008 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4009
4010         * message.el (message-exchange-point-and-mark): Call
4011         exchange-point-and-mark with an argument rather than setting
4012         mark-active by hand (Bug#5175).
4013
4014 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * nntp.el (nntp-service-to-port): Work for service expressed with
4017         numeric string; replace [:digit:] with [0-9] for XEmacs.
4018
4019 2009-12-17  Glenn Morris  <rgm@gnu.org>
4020
4021         * gnus-group.el (gnus-bug-group-download-format-alist):
4022         Change emacs entry to debbugs.gnu.org.  Bump :version.
4023
4024 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4027
4028 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * message.el (message-info): Explain why we use `Info-goto-node'.
4031
4032 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4035
4036 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * message.el (message-completion-in-region): New compatibility function.
4039         (message-expand-group): Use it.
4040
4041 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4044         with no unread article should be listed if the 2nd arg `predicate' is
4045         given.
4046
4047 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4050
4051 2009-11-29  Juri Linkov  <juri@jurta.org>
4052
4053         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4054         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4055         on `gnus-recenter'. (Bug#4698, Bug#4981)
4056
4057 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4058
4059         * sha1.el (sha1-string-external): default-directory "/" in case
4060         otherwise non-existent.  process-connection-type pipe for touch of
4061         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4062
4063 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4064
4065         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4066         it's comms related and sgml-mode.el has "comm" on that basis too.
4067
4068 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4071         containing tspecial characters if they have been already quoted.
4072
4073 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4074
4075         * dns-mode.el (auto-mode-alist): Purecopy string.
4076
4077 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4080
4081 2009-10-24  Glenn Morris  <rgm@gnu.org>
4082
4083         * gnus-art.el (help-xref-stack-item): Define for compiler.
4084
4085 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4086
4087         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4088
4089 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4092
4093 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4096         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4097
4098 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4101         (gnus-overlays-in): New alias to overlays-in.
4102
4103         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4104         gnus-overlay-get, and gnus-delete-overlay.
4105         (gnus-summary-show-thread): Make it work as well for systems in which
4106         next-single-char-property-change is not available.
4107         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4108
4109         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4110         (gnus-overlay-get): New alias to extent-property.
4111         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4112
4113         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4114         SXEmacs.
4115
4116         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4117         SXEmacs.
4118
4119 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4122
4123 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4124
4125         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4126         and XEmacs that don't have `remove-overlays'.
4127
4128 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4131         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4132         selective display.  Use overlays instead.
4133
4134 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4135
4136         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4137
4138 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4139
4140         * spam-stat.el (spam-stat-load): Fix typo in message.
4141
4142 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4143
4144         * dig.el (dig-invoke): Fix typo in docstring.
4145         (query-dig): Reflow docstring.
4146
4147 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4148
4149         * gnus-art.el (gnus-article-encrypt-body):
4150         * message.el (message-check-recipients):
4151         * mm-util.el (mm-codepage-setup):
4152         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4153         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4154
4155 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4158         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4159         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4160         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4161         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4162
4163 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4164
4165         * dig.el: Add "Keywords: comm", as per net-utils.el.
4166
4167 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4168
4169         * dig.el (dig-mode): Use define-derived-mode.
4170
4171 2009-09-19  Glenn Morris  <rgm@gnu.org>
4172
4173         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4174
4175 2009-09-18  Glenn Morris  <rgm@gnu.org>
4176
4177         * gnus-diary.el (gnus-diary-check-message):
4178         * message.el (message-insert-formatted-citation-line):
4179         * nnbabyl.el (top-level):
4180         * nndiary.el (nndiary-schedule):
4181         Fix typos in condition-case handlers.
4182
4183 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4186         configuration that provides the sole article window in a frame;
4187         position point correctly after deleting a part.
4188
4189 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4190
4191         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4192         (spam-resolve-registrations-routine): Use it to unregister articles
4193         that change status.
4194
4195 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4198         with XEmacs.
4199         (parse-time-string-chars): Use it.
4200
4201 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4202
4203         * imap.el (imap-interactive-login): Better messages.
4204         (imap-open): Fix bug with renamed buffer on reconnect.
4205         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4206         for easier debugging and cleaner code.  On successful (guessed based on
4207         server capabilities) secondary authentication, set imap-state
4208         correctly.
4209         (imap-last-authenticator): Define imap-last-authenticator as a variable
4210         to avoid warnings.
4211
4212 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * nnrss.el (nnrss-request-article): Remove binding of
4215         default-enable-multibyte-characters that has gotten needless by
4216         the 2007-07-13 change in rfc2047-encode-message-header.
4217
4218         * mml.el (mml-insert-multipart): Error on the message header.
4219         (mml-insert-part): Error on the message header; position point at
4220         the end of a MIME tag.
4221
4222 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * time-date.el (autoload): Expand define-obsolete-function-alias into
4225         defalias and make-obsolete for old Emacsen that Gnus supports.
4226         (with-no-warnings): Define it for old Emacsen.
4227         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4228         is available.
4229         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4230         float-time is available; suppress compile warning for time-to-seconds.
4231
4232         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4233         (gnus-float-time): Alias to float-time if it exists.
4234
4235         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4236         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4237         float-time is available; suppress compile warning for time-to-seconds.
4238
4239         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4240         XEmacs.
4241
4242 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * imap.el (imap-message-map): Docstring fix.
4245
4246 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4249         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4250         Add the optional argument `encoding' that overrides the default.
4251
4252         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4253         mm-encode-buffer.
4254
4255 2009-09-04  Glenn Morris  <rgm@gnu.org>
4256
4257         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4258         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4259         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4260         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4261         * mm-util.el (mm-with-unibyte-current-buffer)
4262         (mm-find-buffer-file-coding-system):
4263         * yenc.el (yenc-decode-region): Use default-value rather than
4264         default-enable-multibyte-characters.
4265
4266 2009-09-03  Glenn Morris  <rgm@gnu.org>
4267
4268         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4269         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4270         than default-enable-multibyte-characters.
4271
4272 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4273
4274         * gnus-art.el (gnus-article-read-summary-keys):
4275         Fix gnus-buffer-configuration's value temporarily used.
4276
4277 2009-09-02  Glenn Morris  <rgm@gnu.org>
4278
4279         * gnus-util.el (gnus-float-time): New function.
4280         * gnus-delay.el (gnus-delay-article):
4281         * gnus-sum.el (gnus-thread-latest-date):
4282         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4283         * nnspool.el (nnspool-request-newgroups):
4284         Use gnus-float-time rather than time-to-seconds.
4285         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4286
4287         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4288         (gnus-header-subject-face, gnus-header-newsgroups-face)
4289         (gnus-header-name-face, gnus-header-content-face):
4290         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4291         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4292         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4293         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4294         (gnus-cite-face-11):
4295         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4296         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4297         (gnus-server-closed-face, gnus-server-denied-face)
4298         (gnus-server-offline-face):
4299         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4300         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4301         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4302         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4303         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4304         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4305         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4306         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4307         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4308         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4309         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4310         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4311         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4312         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4313         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4314         (gnus-summary-high-undownloaded-face)
4315         (gnus-summary-low-undownloaded-face)
4316         (gnus-summary-normal-undownloaded-face)
4317         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4318         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4319         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4320         (gnus-splash-face):
4321         * message.el (message-header-to-face, message-header-cc-face)
4322         (message-header-subject-face, message-header-newsgroups-face)
4323         (message-header-other-face, message-header-name-face)
4324         (message-header-xheader-face, message-separator-face)
4325         (message-cited-text-face, message-mml-face):
4326         * sieve-mode.el (sieve-control-commands-face)
4327         (sieve-action-commands-face, sieve-test-commands-face)
4328         (sieve-tagged-arguments-face):
4329         * spam.el (spam-face):
4330         Mark face aliases with "-face" in the name as obsolete.
4331
4332 2009-09-01  Glenn Morris  <rgm@gnu.org>
4333
4334         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4335         than goto-line.
4336
4337 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4340         Don't move point if the command is invoked inside the message header.
4341
4342 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4343
4344         * imap.el (imap-send-command): Simplify.
4345         (imap-wait-for-tag): point-max -> buffer-size.
4346
4347 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4350         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4351         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4352         * nnir.el (nnir-swish-e-index-file):
4353         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4354         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4355         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4356         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4357         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4358         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4359
4360 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4363         Don't save excursion.
4364
4365 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4366
4367         * nnheader.el (nnheader-find-file-noselect):
4368         * mm-util.el (mm-insert-file-contents):
4369         Use (default-value 'major-mode) instead of default-major-mode.
4370
4371 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4372
4373         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4374
4375 2009-08-26  Glenn Morris  <rgm@gnu.org>
4376
4377         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4378         than placing in files.el.
4379
4380 2009-08-25  Glenn Morris  <rgm@gnu.org>
4381
4382         * nnir.el (top-level): Don't require cl at run-time.
4383         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4384         Replace cl-function substitute with gnus-replace-in-string.
4385         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4386         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4387         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4388         simplified expansions.
4389
4390 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4391
4392         * dig.el (dig): Add autoload cookie.
4393
4394 2009-08-22  Glenn Morris  <rgm@gnu.org>
4395
4396         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4397         goto-line.
4398
4399 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4400
4401         * parse-time.el (parse-time-string-chars): Save match data.
4402
4403 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4404
4405         * parse-time.el (parse-time-string-chars): Compute using character
4406         classes, to handle non-ascii characters (Bug#3190).
4407
4408 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4411
4412         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4413         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4414         (gnus-mm-display-part, gnus-mime-display-single)
4415         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4416         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4417
4418         * gnus-sum.el
4419         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4420         (gnus-summary-move-article): Add expirable mark to articles copied or
4421         moved to group that has auto-expire turned on if the option is non-nil.
4422
4423 2009-07-24  Glenn Morris  <rgm@gnu.org>
4424
4425         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4426         Fix typo.  (Bug#3903)
4427
4428 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4431         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4432         that should not be used for draft articles.
4433         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4434         that has no concern in minor mode keys.
4435         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4436         Abolish.
4437
4438 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4441         article without making inquiry to a user for unknown encoding.
4442
4443         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4444         (nnmaildir--scan): Assume i-node and device number that file-attributes
4445         returns might be cons-cell.
4446
4447         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4448
4449         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4450
4451 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * auth-source.el: Remove docs now in auth.texi.  Don't use
4454         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4455         `auth-source-hide-passwords' and use them.
4456
4457 2009-07-15  Glenn Morris  <rgm@gnu.org>
4458
4459         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4460
4461 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4464         excessive whitespace from the default values of title and description.
4465
4466 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4469         mail-fetch-field to fetch Content-Description header in order to
4470         exclude newlines.
4471
4472 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4473
4474         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4475         format used by GnuPG 2.0.11.
4476
4477 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4480         to deleted part.
4481
4482 2009-05-30  David Engster  <dengste@eml.cc>
4483
4484         * nnmairix.el: Remove old documentation in the commentary block.
4485         (nnmairix-request-group): Do not update active file for nnml back ends.
4486         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4487         end so that overview files are ignored.
4488         (nnmairix-update-groups): Make updating the groups more robust by using
4489         marks.
4490         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4491         with dollar characters in message-id.
4492
4493 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4496         2008-12-25 in dns.el.
4497
4498 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4499
4500         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4501         could happen if the text is only composed of spaces and/or tabs.
4502
4503 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4504
4505         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4506         when sending a queued message to avoid extra mml tags.
4507
4508 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4511
4512 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4515         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4516         rmail-toggle-header for XEmacs;
4517         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4518
4519 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-dired.el: Remove autoload for gnus-setup-message.
4522         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4523         displaying Gnus logo; always use compose-mail.
4524
4525 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4528
4529 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4532         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4533         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4534         available.
4535         (gnus-nocem-epg-verify): New function.
4536
4537 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4540
4541 2009-02-15  Glenn Morris  <rgm@gnu.org>
4542
4543         * gnus-util.el (rmail-insert-rmail-file-header)
4544         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4545         autoloads.
4546         (rmail-default-rmail-file): Remove unnecessary declaration.
4547         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4548
4549 2009-02-14  Glenn Morris  <rgm@gnu.org>
4550
4551         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4552         variable (only used in gnus-util, which declares it anyway).
4553         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4554         which was only needed by gnus-art (changed to not use it any more).
4555         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4556         only used in gnus-util, which autoloads it itself.
4557         (rmail-update-summary): Fix autoload.
4558
4559         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4560         rather than rmail-output-to-rmail-file.
4561
4562 2009-02-07  Glenn Morris  <rgm@gnu.org>
4563
4564         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4565         autoload of function that no longer exists.
4566         (rmail-toggle-header): Declare.
4567         (message-forward-rmail-make-body): Handle mbox Rmail.
4568
4569 2009-01-31  Glenn Morris  <rgm@gnu.org>
4570
4571         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4572         2009-01-09 change.
4573
4574 2009-01-31  Dave Love  <fx@gnu.org>
4575
4576         * imap.el (imap-fetch-safe): Bind debug-on-error.
4577         (imap-debug): Add imap-fetch-safe.
4578
4579 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4580
4581         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4582         (auth-source-forget-all-cached): New convenience function.
4583         (auth-source-user-or-password): Accept list of modes or a single mode.
4584
4585         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4586         auth-source modes.
4587
4588         * netrc.el (netrc-machine-user-or-password): Use list of
4589         auth-source modes.
4590
4591         * nnimap.el (nnimap-open-connection): Use list of
4592         auth-source modes.
4593
4594         * nntp.el (nntp-send-authinfo): Use list of
4595         auth-source modes.
4596
4597 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4600         now.
4601
4602 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4605         coding system in XEmacs; add a workaround for XEmacs.
4606
4607         * lpath.el: Fbind coding-system-aliasee.
4608
4609 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4612         of current-language-environment.
4613
4614 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4617         available at runtime.
4618
4619 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4622
4623 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4624
4625         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4626         the greatest positive fixnum value doesn't work under an XEmacs with
4627         bignum support; use the most-positive-fixnum constant instead,
4628         available since Emacs 21.1 with cl and XEmacs 21.1.
4629
4630 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4633         XEmacs gets not to work.
4634
4635 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * mm-util.el (mm-coding-system-priorities): Allow the value like
4638         "Japanese (UTF-8)" of current-language-environment.
4639
4640 2009-01-09  Glenn Morris  <rgm@gnu.org>
4641
4642         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4643         with last-command-event.
4644
4645 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4648         in the doc string.
4649
4650         * message.el (message-fix-before-sending): Amend comment.
4651
4652 2009-01-08  Dave Love  <fx@gnu.org>
4653
4654         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4655
4656 2009-01-07  David Engster  <dengste@eml.cc>
4657
4658         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4659         simplified server definitions by converting it via
4660         gnus-server-to-method.
4661
4662 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4665         parameter's operands.
4666
4667 2009-01-06  David Engster  <dengste@eml.cc>
4668
4669         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4670         primary select method (for gnus-group-mark-article-as-read).
4671
4672 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4673
4674         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4675         `(gnus)Face', not `(gnus)X-Face'.
4676
4677 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * mm-util.el (mm-ucs-to-char): New function.
4680
4681         * mm-url.el (mm-url-decode-entities): Use it.
4682
4683         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4684         unicode-to-char.
4685
4686 2009-01-05  Dave Love  <fx@gnu.org>
4687
4688         * time-date.el: Require cl for `declare'.
4689
4690 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4693         Dave Love.
4694
4695 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * message.el (message-fix-before-sending): Add `eight-bit' to
4698         illegible-text check.
4699
4700 2009-01-03  Michael Olson  <mwolson@gnu.org>
4701
4702         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4703         `headers' is nil.  This can occur if the IMAP server does not have
4704         permissions to read messages from a folder, but can write new messages
4705         to the folder.
4706         (nnimap-request-article-part): Do not insert `data' if it is nil.
4707
4708         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4709         characters which will confuse `read', so skip past them.
4710
4711 2009-01-01  Dave Love  <fx@gnu.org>
4712
4713         * imap.el (imap-string-to-integer): Fix typo.
4714         (imap-fetch-safe): New function.
4715         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4716
4717         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4718
4719         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4720         (imap-parse-greeting): Fix doc strings.
4721         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4722         (imap-parse-flag-list): Make messages unique.
4723         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4724
4725         * nnimap.el: Fix author email.
4726         (nnimap-split-rule): Add FIXME comment.
4727         (nnimap-debug): Fix doc string.
4728
4729 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4732
4733 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4736         nslookup if resolv.conf isn't available.
4737         (dns-query): Rename from query-dns.
4738         (dns-query-cached): Rename from query-dns-cached.
4739
4740 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4743         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4744         to check if those variables exist (first appeared in Emacs 18.50).
4745
4746 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * mm-util.el (mm-line-number-at-pos): New function.
4749
4750         * spam-report.el (spam-report-process-queue): Use it.
4751
4752 2008-12-24  David Engster  <dengste@eml.cc>
4753
4754         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4755         parameters that haven't existed as variables as buffer-local variables.
4756
4757 2008-12-23  Dave Love  <fx@gnu.org>
4758
4759         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4760         cadar.
4761
4762         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4763         imap-starttls-p.
4764         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4765
4766 2008-12-22  Dave Love  <fx@gnu.org>
4767
4768         * imap.el: Fix author email.  Doc fixes.
4769         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4770         reply.
4771
4772 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * spam-report.el (spam-report-gmane-max-requests): New constant.
4775         (spam-report-gmane-wait): New variable.
4776         (spam-report-gmane-ham, spam-report-gmane-spam)
4777         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4778         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4779         the server.
4780
4781         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4782         Add explanations.
4783
4784         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4785         nnheader-accept-process-output and nnheader-read-timeout if available.
4786         (pop3-movemail): Use it.
4787
4788         * message.el (message-check-news-body-syntax): Fix signature check if
4789         there's an attachment.
4790
4791 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * mm-util.el: Add comments to the mm- emulating functions.
4794
4795 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4798         by Stephen Berman <stephen.berman@gmx.net>.
4799
4800 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mm-util.el (mm-substring-no-properties): New function.
4803         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4804         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4805         (mm-string-to-multibyte): Doc fix.
4806
4807         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4808
4809 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * mml.el (mml-attach-file): Strip text properties from file name.
4812         (Bug#1574)
4813
4814 2008-12-16  Glenn Morris  <rgm@gnu.org>
4815
4816         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4817
4818 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4821         knows since the charset specified might be a bogus alias that
4822         mm-charset-synonym-alist provides.
4823
4824 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4827         "ISO_8859-1".
4828
4829         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4830
4831 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * mm-util.el (mm-charset-eval-alist):
4834         Define it before mm-charset-to-coding-system.
4835         (mm-charset-to-coding-system): Add optional argument `silent';
4836         define it before mm-charset-override-alist.
4837         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4838         default value if it can be used in Emacs currently running;
4839         silence mm-charset-to-coding-system.
4840
4841 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4844         `allow-override' which says whether to use `mm-charset-override-alist'.
4845         (rfc2047-decode-encoded-words): Use it.
4846
4847         * mm-util.el (mm-charset-override-alist): Fix custom type;
4848         add `(gb2312 . gbk)' to choices.
4849
4850 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4853         fast.
4854
4855         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4856
4857         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4858
4859 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4860
4861         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4862         on links.
4863
4864         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4865
4866 2008-12-03  Lute Kamstra  <lute@gnu.org>
4867
4868         * sha1.el: Remove leading * from docstrings of defcustoms,
4869         deffaces, defconsts and defuns.
4870
4871 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4874         users' addresses that don't have domain parts.
4875         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4876         rather than message-narrow-to-head since there will be the message
4877         header separator.
4878
4879 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4880
4881         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4882         since the result is inserted in a unibyte buffer anyway.
4883         (nnimap-demule-use-string-to-multibyte): Remove.
4884         (nnimap-demule): Alias it to mm-string-to-multibyte.
4885
4886 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4889         variable for debugging bug#464 and bug#1174.
4890         (nnimap-demule): Use it.
4891
4892 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4893
4894         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4895         score calculation correctly.
4896
4897 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4898
4899         * message.el (message-send-mail): Just set the buffer to unibyte
4900         rather than use mm-with-unibyte-current-buffer which does a lot more.
4901         (message-send-mail-partially): Don't bother with
4902         mm-with-unibyte-current-buffer since it's already been made unibyte by
4903         message-send-mail.
4904
4905 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4908
4909 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4910
4911         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4912
4913 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4916         require itself and to remove `with-no-warnings'.
4917
4918 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * starttls.el (starttls-any-program-available): Get the name of the
4921         available TLS layer program.
4922         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4923         well as the host name in the "opening" message.
4924
4925         * auth-source.el (auth-source-cache, auth-source-do-cache)
4926         (auth-source-user-or-password): Cache passwords and logins by default,
4927         allow override with `auth-source-do-cache'.
4928         (auth-source-forget-user-or-password): Allow users to remove cache
4929         entries if needed.
4930
4931 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4932
4933         * md4.el (md4-buffer): Fix typo in docstring.
4934         (md4, md4-64): Doc fixes.
4935         (md4-pack-int32): Reflow docstring.
4936
4937 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4940         condition-case to only the forward-sexp call.
4941
4942 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4945         quotes contained.  Make it more robust regardless by an extra
4946         condition-case wrapper.
4947
4948 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4951
4952 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nnml.el (nnml-request-expire-articles): Check if the function set to
4955         `nnmail-expiry-target' returns the symbol `delete'.
4956
4957         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4958
4959         * nnmail.el (nnmail-expiry-target): Fix custom type.
4960
4961 2008-10-02  Glenn Morris  <rgm@gnu.org>
4962
4963         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4964         Silence compiler warning.
4965
4966 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4967
4968         * tls.el (open-tls-stream): Show the actual command being
4969         executed, instead of the format string.
4970
4971 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * lpath.el: Fbind codepage-setup for Emacs 23.
4974
4975 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4976
4977         * mml.el (mml-menu): Don't assume mml2015 is bound.
4978
4979 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4982         exists.
4983
4984 2008-09-27  Glenn Morris  <rgm@gnu.org>
4985
4986         * gnus-util.el (mail-header-remove-comments): Autoload it.
4987
4988 2008-09-27  Andreas Schwab  <schwab@suse.de>
4989
4990         * gnus-util.el (gnus-split-references): Strip comments.
4991         (gnus-parent-id): Likewise.
4992
4993 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * message.el (message-confirm-send): Fix version.
4996
4997 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * message.el (message-idna-to-ascii-rhs-1): Use
5000         mail-extract-address-components rather than mail-header-parse-addresses
5001         that is an alias by default to ietf-drums-parse-addresses that does not
5002         support non-ASCII names in headers' contents.
5003
5004 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * message.el (message-confirm-send): Fixed variable documentation to
5007         avoid the "y/n" wording.
5008
5009 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5010
5011         * message.el (message-set-auto-save-file-name): Save to a different
5012         filename so multiple messages (especially drafts) can be recovered.
5013
5014 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * message.el (message-confirm-send): Add appropriate version.
5017
5018 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5021         defvar.
5022
5023 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5024
5025         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5026         (mm-pkcs7-enveloped-magic): Ditto.
5027
5028 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5029
5030         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5031         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5032
5033 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5036         default, it's better.
5037
5038 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5041         summary line gnus-number property and ignore them (with a warning
5042         message).
5043
5044 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5047         macro caddr in the interactive form since it won't be expanded.
5048
5049 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5052         `charset'; fix name of function called recursively.
5053         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5054
5055 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5058         (gnus-mime-set-charset-parameters): New function.
5059         (gnus-mime-view-part-as-charset): Use it to correctly display part
5060         specifying wrong charset.
5061
5062 2008-09-08  David Engster  <dengste@eml.cc>
5063
5064         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5065         in completing-read for back end server.
5066
5067 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * message.el (message-confirm-send): New variable to confirm sending a
5070         message.
5071         (message-send): Use it.
5072
5073 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5076
5077 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5080
5081 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5084         prevent tracking too many groups.
5085         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5086         Use it.
5087
5088 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5089
5090         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5091         moving point to the bottom of the window in order to avoid recentering.
5092
5093 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5096
5097         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5098         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5099         (gnus-article-beginning-of-window): Fix calculation.
5100
5101 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-msg.el (gnus-summary-supersede-article)
5104         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5105         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5106         message header.
5107
5108 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5109
5110         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5111         pending output coming after the status change.
5112
5113 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5114
5115         * message.el:
5116         * gnus-start.el:
5117         * gnus-registry.el: Remove VMS support.
5118
5119 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5122         macro.
5123         (rfc2104-hash): Use it.
5124
5125 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5128         (gnus-summary-sort-by-most-recent-date): New commands.
5129         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5130         and menu entries.
5131
5132 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5135         don't redisplay article for raw contents; remove plural articles stuff.
5136
5137         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5138         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5139         on gnus-summary-save-article; display results properly.
5140
5141 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * lpath.el: No need to fbind ns-focus-frame.
5144
5145 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5148
5149 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5152         gnus-save-all-headers.
5153
5154 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5155
5156         * gnus-util.el (ns-focus-frame): Remove declaration.
5157         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5158         like x.
5159
5160 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5161
5162         * rfc2104.el (rfc2104-zero): Delete defconst.
5163         (rfc2104-hex-alist): Likewise.
5164         (rfc2104-hex-to-int): Delete func.
5165         (rfc2104-hexstring-to-bitstring): Likewise.
5166         (rfc2104-nybbles): New defconst.
5167         (rfc2104-hash): Rewrite for speed.
5168
5169 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * tls.el (open-tls-stream): Make it work with the 2nd argument
5172         BUFFER that is a string but does not exist as a buffer object, as
5173         mentioned in the doc-string.
5174
5175 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5178         SXEmacs.
5179
5180 2008-07-16  Glenn Morris  <rgm@gnu.org>
5181
5182         * gnus-util.el (ns-focus-frame): Declare for compiler.
5183
5184 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5187         set as a group parameter.
5188         (gnus-summary-save-in-pipe): Work when it is called independently.
5189         (gnus-summary-pipe-to-muttprint): Don't modify
5190         gnus-summary-pipe-output-default-command.
5191
5192 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5193
5194         * message.el (message-send-mail-with-sendmail):
5195         Display the error message.
5196
5197 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-art.el (gnus-default-article-saver):
5200         Add gnus-summary-save-in-pipe to choices.
5201         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5202         gnus-summary-pipe-output-default-command as the default command.
5203         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5204         instead of gnus-last-shell-command.
5205
5206         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5207         New user option.
5208         (gnus-summary-muttprint-program): Mention the value will be changed.
5209         (gnus-summary-save-article): Force showing of all headers.
5210         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5211
5212 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5213
5214         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5215
5216 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5217
5218         * nnimap.el (nnimap-id):
5219         * sieve-manage.el (sieve-manage-open): Doc fixes.
5220
5221 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5222
5223         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5224         if available.
5225
5226 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5229
5230         * nnkiboze.el (nnkiboze-generate-group):
5231         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5232
5233         * nnmairix.el: Require CL.
5234
5235 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * dgnushack.el: Autoload get-display-table and put-display-table for
5238         XEmacs 21.5.
5239
5240         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5241         21.4 and SXEmacs.
5242
5243 2008-06-15  David Engster  <dengste@eml.cc>
5244
5245         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5246
5247 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5248
5249         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5250         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5251         runtime choice under XEmacs.
5252
5253         * gnus-sum.el (gnus-summary-set-display-table):
5254         Use `gnus-put-display-table', `gnus-get-display-table',
5255         `gnus-set-display-table' for the display table, instead of `aset'.
5256
5257         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5258         Use `gnus-put-display-table', `gnus-get-display-table',
5259         `gnus-set-display-table' for the display table.
5260
5261 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * nnmairix.el: Add autoloads.
5264
5265 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * nnmairix.el (nnmairix-delete-recreate-group)
5268         (nnmairix-update-and-clear-marks): Fix error messages.
5269
5270 2008-06-14  David Engster  <dengste@eml.cc>
5271
5272         * nnmairix.el: Upgrade to version 0.6.
5273         (nnmairix-group-toggle-propmarks-this-group)
5274         (nnmairix-group-toggle-readmarks-this-group)
5275         (nnmairix-group-delete-recreate-this-group)
5276         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5277         (nnmairix-remove-tick-mark-original-article): New commands.
5278         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5279         (nnmairix-propagate-marks-to-nnmairix-groups)
5280         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5281         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5282         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5283         functions needed for marks propagation and manipulation of read marks.
5284         (nnmairix-update-groups): New function.
5285         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5286         (nnmairix-determine-original-group-from-registry)
5287         (nnmairix-determine-original-group-from-path)
5288         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5289         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5290         New helper functions.
5291         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5292         keystrokes for new commands.
5293         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5294         (nnmairix-request-group): Check allow-fast group parameter.
5295         (nnmairix-request-create-group): Set allow-fast group parameter if
5296         nnmairix-allowfast-default is set.
5297         (nnmairix-close-group): Propagate marks upon closing if needed.
5298         (nnmairix-group-toggle-threads-this-group): Use new.
5299         nnmairix-group-toggle-parameter helper function.
5300         (nnmairix-search): Better check for empty search result.
5301         (nnmairix-goto-original-article): Use new helper functions for
5302         determining original article.
5303         (nnmairix-show-original-article): Make sure message-id is in brackets.
5304         (nnmairix-call-mairix-binary): Change variable name.
5305         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5306         helper function.
5307         (nnmairix-widget-toggle-activate): Fix doc string.
5308
5309 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * nnir.el: Require edmacro when compiling with XEmacs.
5312         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5313         available in Emacs 21.
5314
5315 2008-06-11  Glenn Morris  <rgm@gnu.org>
5316
5317         * gnus-util.el (x-focus-frame):
5318         * gnus.el (image-size):
5319         * mm-decode.el (image-size): Declare.
5320
5321         * gnus-picon.el (declare-function): Add compat definition.
5322         (image-size): Declare.
5323
5324         * gnus-group.el (tool-bar-map):
5325         * gnus-sum.el (tool-bar-map): Define for compiler.
5326
5327         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5328
5329         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5330
5331         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5332         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5333         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5334         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5335         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5336         * sieve-manage.el, spam-report.el, spam.el:
5337         Remove unnecessary eval-and-compile of autoloads.
5338
5339 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5340
5341         * auth-source.el: Precise Tramp doc.
5342
5343 2008-06-07  Glenn Morris  <rgm@gnu.org>
5344
5345         * nnmairix.el: Remove unnecessary eval-when-compile.
5346
5347 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * lpath.el: Fbind propertize for XEmacs 21.4.
5350
5351 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * nnir.el: Move here from ../contrib.
5354
5355 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5356
5357         * gnus-util.el (gnus-read-shell-command): New function.
5358         * mm-decode.el (mm-pipe-part):
5359         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5360
5361 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5364
5365 2008-06-03  Glenn Morris  <rgm@gnu.org>
5366
5367         * pop3.el (nnheader-accept-process-output): Autoload it.
5368
5369 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5372         are not 2-digit hexadecimal characters that follow `%'s.
5373
5374 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * message.el (message-bogus-recipient-p): Fix type in doc string.
5377         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5378         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5379         Improve custom options.
5380         (message-bogus-recipient-p): Adjust accordingly.
5381
5382 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5383
5384         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5385         long-form month and day names.
5386
5387 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * dgnushack.el: Autoload debug, eudc-expand-inline and
5390         pgg-snarf-keys-region for XEmacs.
5391
5392         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5393
5394         * nnmairix.el: Require edmacro when compiling with XEmacs.
5395
5396 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5399         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5400
5401 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * auth-source.el: Add more docs.
5404
5405         * netrc.el (netrc-machine): Always match if the port is not given.
5406
5407 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5410         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5411         retrieval faster in some cases, but might make CPU usage larger.  If
5412         this has any bad side effects, we might revert this change.
5413
5414         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5415         seems to make mail retrieval much, much faster.
5416         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5417         unconditionally.
5418
5419         * gnus-draft.el (gnus-group-send-queue): Bind
5420         message-send-mail-partially-limit to nil to avoid being prompted.
5421
5422 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5425
5426         * message.el (message-bogus-address-regexp): Fix and improve custom
5427         type.
5428         (message-setup-hook): Add message-check-recipients as custom option.
5429
5430 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * message.el (message-cite-function): Remove bogus autoload which crept
5433         in during merge from v5-10.
5434
5435 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5438
5439         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5440
5441         * auth-source.el: Preliminary Tramp docs.
5442         (auth-sources): Change the default auth-sources to use
5443         EPA .gpg files.
5444
5445 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5446
5447         * nntp.el: Autoload `auth-source-user-or-password'.
5448         (nntp-send-authinfo): Use it.
5449
5450         * nnimap.el: Autoload `auth-source-user-or-password'.
5451         (nnimap-open-connection): Use it.
5452
5453         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5454         for the gnus-message function.
5455         (auth-source-user-or-password): Use it.
5456
5457 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5458
5459         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5460         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5461         (rfc2104-hash): Use it.
5462
5463 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5464
5465         * gnus-art.el (gnus-article-toggle-truncate-lines):
5466         Don't use `iff' in docstring.
5467
5468 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5471
5472         * gnus-util.el (gnus-extract-address-component-name)
5473         (gnus-extract-address-component-email): Convenience functions around
5474         `gnus-extract-address-components'.
5475
5476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5477         Use `gnus-extract-address-component-email' to fix bug of comparing full
5478         sender name to `user-mail-address'.
5479
5480 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5483         catch/throw to optimize.
5484         (gnus-registry-find-keywords): Just use member to find a keyword.
5485
5486 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5487
5488         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5489         is current before calling gnus-server-prepare.
5490         (gnus-server-setup-buffer, gnus-server-update-server)
5491         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5492
5493 2008-05-04  Juri Linkov  <juri@jurta.org>
5494
5495         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5496         (mailcap-file-default-commands): Use mailcap-replace-in-string
5497         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5498         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5499
5500 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5501
5502         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5503
5504 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5505
5506         * gnus.el: Bump version to 0.11.
5507
5508 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5509
5510         * gnus.el: No Gnus v0.10 is released.
5511
5512 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5515         hooks.
5516         (gnus-update-read-articles): Speed up non-marks-using users.
5517         (gnus-use-marks): Define gnus-use-marks.
5518         (gnus-propagate-marks): Rename variable to something more sensible.
5519
5520 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5521
5522         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5523         (gmm-image-load-path-for-library): Fix typos in docstrings.
5524         (gmm-message): Reflow docstring.
5525
5526 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * mail-source.el (mail-source-set-1, mail-source-bind):
5529         Move auth-source code out of the macro to clean it up and fix bugs.
5530
5531 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5534         by sender if it's equal to user-mail-address, it's likely to be
5535         useless.
5536
5537         * mail-source.el (mail-source-bind): Don't use user or password if they
5538         are not bound.  Unintern them if they are nil.  Don't use server unless
5539         it's bound, and default it to empty string otherwise.
5540
5541 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * mail-source.el: Load auth-source.el.
5544         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5545         get user name or password, if auth-sources is set up.
5546
5547         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5548         strategy of splitting with parent.
5549         (gnus-registry-split-fancy-with-parent)
5550         (gnus-registry-post-process-groups): Use it and fix prior
5551         bug (returning a list as the split result).
5552
5553         * auth-source.el (auth-sources): Remove server parameter.
5554         (auth-source-pick, auth-source-user-or-password)
5555         (auth-source-user-or-password-imap)
5556         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5557         (auth-source-user-or-password-sftp)
5558         (auth-source-user-or-password-smtp): Remove server parameter.
5559
5560 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5561
5562         * smime.el (smime-sign-region, smime-encrypt-region)
5563         (smime-decrypt-region):
5564         Remove redundant calls to `generate-new-buffer-name'.
5565
5566 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5567
5568         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5569         Don't use QP for message/rfc822.
5570         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5571
5572 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5573
5574         * sieve-manage.el (sieve-string-bytes): Remove.
5575         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5576         correct byte-length only if the process's coding-system is the same as
5577         the one used internally by Emacs to represent strings.
5578
5579 2008-04-22  Juri Linkov  <juri@jurta.org>
5580
5581         * mailcap.el (mailcap-file-default-commands): New function.
5582
5583 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * message.el (message-signature-separator, message-cite-function):
5586         Change custom version.
5587
5588 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5589
5590         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5591         commands.
5592         (tls-checktrust): Ditto.
5593
5594 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * mm-decode.el (mm-display-external): Make temp file read-only.
5597
5598 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5601         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5602         `C-c C-f d'.
5603
5604 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5605
5606         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5607
5608 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus.el: Bump version to 0.9.
5611
5612 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * gnus.el: No Gnus v0.8 is released.
5615
5616 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * mail-source.el (mail-source-value):
5619         Prefer fboundp to functionp so it works with macros as well.
5620
5621 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5624         Fix last change in case the element is not even a symbol.
5625
5626 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5629         Prefer fboundp to functionp so it works with macros as well.
5630
5631 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * auth-source.el: Added docs.
5634         (auth-sources): Modify format to support server.
5635         (auth-source-pick, auth-source-user-or-password)
5636         (auth-source-user-or-password-imap)
5637         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5638         (auth-source-user-or-password-sftp)
5639         (auth-source-user-or-password-smtp): Add server parameter.
5640
5641 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el: Initialize the registry when gnus-registry-install
5644         is t.
5645
5646 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * compface.el (uncompface): Make buffer unibyte.
5649
5650 2008-04-05  Glenn Morris  <rgm@gnu.org>
5651
5652         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5653
5654 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5655
5656         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5657         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5658
5659         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5660         multibyteness after rather than before erasing it.
5661
5662         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5663         mm-with-multibyte.
5664         (gnus-request-article-this-buffer): Make sure the proper decoding is
5665         used if gnus-original-article-buffer happens to be unibyte.
5666
5667         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5668         default-enable-multibyte-characters.
5669
5670         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5671         default-enable-multibyte-characters.
5672
5673         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5674
5675         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5676
5677 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5678
5679         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5680         (imap-message-copyuid-1): Use it.
5681         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5682         J. Williams in
5683         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5684
5685         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5686         imap-enable-exchange-bug-workaround.
5687         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5688
5689 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5690
5691         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5692         a 100 byte status-checks into a 2-3MB transfer for each group.
5693         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5694         to enable bug workaround or not.
5695         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5696
5697 2008-03-31  Glenn Morris  <rgm@gnu.org>
5698
5699         * message.el (mml2015-use): Declare for compiler.
5700         (message-info): Require mml2015 when appropriate.
5701
5702 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5705         whitespace.
5706
5707 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5708
5709         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5710         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5711         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5712         (nntp-service-to-port): New function.
5713         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5714         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5715         (nntp-open-netcat-stream): New function.
5716         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5717
5718 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5719
5720         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5721
5722 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5725
5726 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5727
5728         * dns.el (dns-write): Use set-buffer-multibyte.
5729
5730 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5731
5732         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5733
5734 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * message.el (message-signature-separator): Change default.
5737         Improve custom type.
5738         (message-cite-function): Change default to
5739         message-cite-original-without-signature.
5740
5741         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5742         toggle.
5743
5744         * message.el (message-check-news-body-syntax): Fix signature check.
5745         (message-setup-1): Mark buffer as unmodified _after_ running
5746         message-setup-hook and handling message-alternative-emails.
5747         (message-shorten-references): Be more strict when building list of
5748         valid references to comply with GNKSA.
5749
5750         * gnus-group.el (gnus-read-ephemeral-bug-group)
5751         (gnus-read-ephemeral-debian-bug-group)
5752         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5753
5754         * message.el (message-info): Don't use booleanp which isn't supported
5755         in Emacs 21 and XEmacs.
5756
5757 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5760         gnus-group-gmane-group-download-format.
5761         (gnus-group-read-ephemeral-gmane-group): Rename from
5762         gnus-group-read-ephemeral-gmane-group.
5763         (gnus-read-ephemeral-gmane-group-url): Rename from
5764         gnus-group-read-ephemeral-gmane-group-url.
5765         (gnus-bug-group-download-format-alist): New variable.
5766         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5767         (gnus-read-ephemeral-emacs-bug-group): New commands.
5768
5769 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5772         (gnus-visible-headers): Improve custom type.
5773
5774 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * mml.el (mml-menu): Add workarounds for XEmacs.
5777
5778         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5779         X-Boundary header.
5780
5781         * message.el (message-simplify-recipients): Fix previous commit.
5782
5783 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * mm-util.el (mm-set-buffer-multibyte): New function.
5786         * mm-decode.el (mm-copy-to-buffer): Use it.
5787
5788 2008-03-19  Glenn Morris  <rgm@gnu.org>
5789
5790         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5791         Accidentally removed in the sync process with Emacs.
5792
5793 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * message.el (message-alter-recipients-discard-bogus-full-name):
5796         New function.
5797         (message-alter-recipients-function): New variable.
5798         (message-get-reply-headers): Use it.
5799         (message-replace-header): New helper function.
5800         (message-recipients-without-full-name): New variable.
5801         (message-simplify-recipients): New command.
5802
5803         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5804
5805         * message.el (message-info): Handle EasyPG manual.
5806
5807         * mml.el (mml-menu): Add entry for EasyPG.
5808
5809 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5810
5811         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5812         parameter.
5813
5814         * message.el (message-disassociate-draft): Specify drafts group name
5815         fully.
5816
5817 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5820         unnecessary duplicates from the match list.
5821
5822 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5825
5826         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5827
5828         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5829         args of `how-many' of which the XEmacs version doesn't take; declare
5830         Info-index-next as function.
5831
5832 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * gnus-score.el (gnus-score-headers): Fix handling of
5835         gnus-inhibit-slow-scoring.
5836
5837         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5838         string.
5839         (gnus-button-url-regexp): Improve handling of parenthesis.
5840         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5841         (gnus-button-handle-info-keystrokes): Handle index entries.
5842
5843 2008-03-15  Glenn Morris  <rgm@gnu.org>
5844
5845         * parse-time.el (parse-time-string): Simplify.
5846
5847 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5850         Incoming* files.
5851
5852 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5855         (auth-source-pick): Use it.
5856
5857 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5858
5859         * binhex.el (binhex-decode-region-internal):
5860         * uudecode.el (uudecode-decode-region-internal):
5861         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5862         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5863         setting default-enable-multibyte-characters.
5864
5865 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * auth-source.el (auth-source-protocols)
5868         (auth-source-protocols-customize, auth-source-choices): Added and
5869         modified variable customizations and defaults.
5870         (auth-source-pick, auth-source-user-or-password)
5871         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5872         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5873         (auth-source-user-or-password-sftp)
5874         (auth-source-user-or-password-smtp): Use new variables and provide an
5875         interface to netrc.el.
5876
5877 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5880         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5881         Make sure the nntp port to specify is a string.
5882
5883 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5884
5885         * nntp.el: Use with-current-buffer.
5886         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5887         dubious mm-with-unibyte-current-buffer.
5888         (nntp-with-open-group-function): New function extracted from
5889         nntp-with-open-group macro.
5890         (nntp-with-open-group): Use the function, so it's easier to debug.
5891         Add indentation and debugging info.
5892         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5893         the use of the netcat alternatives.
5894
5895         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5896         Avoid mm-string-as-multibyte as well.
5897
5898         * nnweb.el (nnweb-insert-html):
5899         Remove use of nnheader-string-as-multibyte.
5900
5901         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5902         (nnheader-string-as-multibyte): Remove.
5903
5904         * mm-view.el: Use inhibit-read-only.
5905         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5906         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5907         or unibyte-string.
5908
5909         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5910         (mm-uu-yenc-extract): Use with-current-buffer.
5911
5912         * gnus-soup.el (gnus-soup-send-packet): Don't use
5913         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5914
5915         * nnmh.el: Use with-current-buffer.
5916         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5917         mm-string-as-multibyte on the output of mm-encode-coding-string.
5918
5919         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5920         (nnimap-request-move-article): Use with-current-buffer.
5921
5922         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5923         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5924         conversion uses string-make-unibyte rather than string-as-unibyte.
5925
5926         * gnus-msg.el: Use with-current-buffer.
5927
5928         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5929
5930 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5931
5932         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5933         string for caching if it is 'PIN.
5934
5935 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * lpath.el: Consider the case without Emacs/W3.
5938
5939 2008-03-08  Glenn Morris  <rgm@gnu.org>
5940
5941         * time-date.el (date-to-time, time-subtract, time-add)
5942         (safe-date-to-time): Doc fixes.
5943
5944 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * mail-source.el (mail-source-delete-old-incoming-confirm):
5947         Change default to nil.
5948         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5949
5950 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * lpath.el: Rearrange.
5953
5954         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5955         (gnus-article-goto-prev-page): Work for articles having ^L's.
5956
5957         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5958
5959         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5960
5961 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5962
5963         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5964         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5965         (gnus-bookmark-jump): Adjust some variable names.
5966
5967 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * auth-source.el: New package.
5970         (auth-source-choices): Add customization entry point variable.
5971
5972         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5973         bug.
5974
5975 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5978         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5979         (gnus-registry-install-shortcuts): Rename from
5980         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5981         the `gnus-registry-mark-map' keymap dynamically from
5982         `gnus-registry-marks'.  The generated functions update the summary line
5983         when a registry mark is added or deleted, and will call
5984         `gnus-registry-install-p' (see the comments in the code).
5985         (gnus-registry-user-format-function-M): Use concat intelligently.
5986
5987         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5988         the registry mark functions.
5989
5990 2008-03-05  Glenn Morris  <rgm@gnu.org>
5991
5992         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5993         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5994         gnus-art.
5995         (top-level): No need to load own source when compiling.
5996
5997 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6000         Suggested by <chris.anderton@zetnet.co.uk>.
6001
6002 2008-03-04  Glenn Morris  <rgm@gnu.org>
6003
6004         * gnus-sum.el (top-level): No need to require gnus when compiling,
6005         since unconditionally required near start of file.
6006         (gnus-summary-display-while-building): Move definition before use.
6007
6008 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6011         formatting function.
6012
6013 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6016         with plists.
6017         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6018         Use new format.
6019
6020 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6023         `where-is-internal' that returns a range of key sequences.
6024
6025 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6026
6027         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6028
6029         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6030         (gnus-summary-jump-to-group): Consider windows on other displayed
6031         frames as well.  Similar changes might be needed elsewhere, but that's
6032         the one I've bumped into during my use.
6033
6034         * nndoc.el (nndoc-oe-dbx-type-p):
6035         * gnus-msg.el (gnus-debug):
6036         * gnus-group.el (gnus-update-group-mark-positions):
6037         Use mm-string-to-multibyte.
6038
6039 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6042         doesn't handle NotDashEscaped.
6043
6044         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6045         (mml-dnd-attach-options): Fix typo in custom choice.
6046
6047         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6048         nndoc-article-type to mbox.
6049         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6050
6051         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6052         to nil, instead of html2text.
6053
6054         * imap.el (imap-debug): Add `imap-ping-server'.
6055
6056         * gnus-bookmark.el: Add FIXMEs.
6057
6058         * message.el (message-form-letter-separator)
6059         (message-send-form-letter-delay): New variables.
6060         (message-send-form-letter): Use them.  New command to send form
6061         letters.  Requested by Uwe Siart.
6062         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6063
6064 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * Update copyright years.
6067
6068 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         Sync from EMACS_22_BASE.
6071
6072         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6073
6074 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6075
6076         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6077         empty author.
6078
6079 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * gnus-registry.el (gnus-registry-marks): Add variable for
6082         customization of marks and their appearance.
6083         (gnus-registry-read-mark): Use it.
6084         (gnus-registry-do-marks): Add utility function to loop through
6085         `gnus-registry-marks'.
6086         (gnus-registry-install-shortcuts-and-menus): Add function to install
6087         shortcuts and menus.
6088         (gnus-registry-initialize): Use it.
6089         (gnus-registry-default-mark): Clarify documentation.
6090
6091 2008-02-29  Glenn Morris  <rgm@gnu.org>
6092
6093         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6094         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6095         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6096         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6097         Change defcustom :version from 23.0 to 23.1.
6098
6099 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * gnus-registry.el (gnus-registry-follow-group-p)
6102         (gnus-registry-post-process-groups): Add functions to aid registry
6103         splitting and improve logging.  Clarify behavior in function
6104         documentation.
6105         (gnus-registry-split-fancy-with-parent): Use them.
6106
6107 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6108
6109         * gnus-art.el: Use with-current-buffer.
6110
6111 2008-02-27  David Engster  <dengste@eml.cc>
6112
6113         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6114         Express real group name in the response.
6115
6116 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6119         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6120         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6121         autoload gnus-registry-fetch-group when compiling.
6122         (nnmairix-request-group-with-article-number-correction): Remove
6123         unreferenced argument passed to nnmairix-call-backend.
6124
6125 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6128         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6129         Wilde.
6130
6131 2008-02-27  Glenn Morris  <rgm@gnu.org>
6132
6133         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6134         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6135         variables to defconsts.  Convert comments to doc-strings.
6136         (nnmairix-last-server, nnmairix-current-server): Convert from free
6137         variables to defvars.  Convert comments to doc-strings.
6138         (gnus-registry-fetch-group): Autoload.
6139         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6140         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6141         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6142         caddr.
6143         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6144         nnmairix-request-group-with-article-number-correction call.
6145         (nnmairix-fast, nnmairix-group): New, less general names, for free
6146         variables passed from nnmairix-request-group to
6147         nnmairix-request-group-with-article-number-correction.  Declare.
6148         (nnmairix-request-group-with-article-number-correction):
6149         Use nnmairix-fast, nnmairix-group rather than fast, group.
6150
6151 2008-02-26  David Engster  <dengste@eml.cc>
6152
6153         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6154         version 0.5.
6155
6156 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6159         instead of making an extra function call.  Don't add the current group
6160         to articles only when they have the group.  Use
6161         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6162         Reported by David <de_bb@arcor.de>.
6163
6164 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6167         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6168
6169 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * mail-source.el (mail-source-delete-incoming): Change default.
6172         Supplement doc string.
6173
6174         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6175
6176 2008-02-14  Glenn Morris  <rgm@gnu.org>
6177
6178         * time-date.el (format-seconds): New function.
6179
6180 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * nnmail.el (nnmail-message-id-cache-file): Derive from
6183         `gnus-home-directory'.
6184
6185 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6188         Document negative prefix.
6189
6190         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6191
6192 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * message.el (message-unsent-separator): Add the Exim bounce
6195         separator.
6196
6197 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6198
6199         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6200         list.
6201         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6202         recipient/signer list.
6203
6204 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * Makefile.in (datarootdir): Define.
6207         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6208         name that might contain whitespace.
6209
6210 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6213         fbound (Emacs 23 unicode), signal an error.
6214
6215 2008-02-08  Glenn Morris  <rgm@gnu.org>
6216
6217         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6218
6219 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6220
6221         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6222         ports to the calls to `netrc-machine-user-or-password' in addition to
6223         "imap" and "imaps".
6224
6225 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6226
6227         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6228
6229         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6230
6231 2008-02-01  Kenichi Handa  <handa@m17n.org>
6232
6233         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6234         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6235         (rfc2104-hash): Convert the result of concat to unibyte string.
6236
6237 2008-02-01  Dave Love  <fx@gnu.org>
6238
6239         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6240         coding-system-for-read.
6241         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6242
6243 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6246         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6247         <hanche@math.ntnu.no>.
6248
6249 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6252
6253         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6254
6255 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6256
6257         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6258         * message.el (message-beginning-of-line): Use featurep instead of bound
6259         tests in order to resolve conditionals at compile time.
6260
6261 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6262
6263         * mail-source.el (mail-sources): Add `group' choice.
6264
6265         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6266         parameter `in-group' to control into which group the articles go.
6267         Add treatment of `group' mail-source.
6268
6269 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6272
6273         * mm-decode.el (mm-dissect-buffer): Decode description.
6274
6275         * mml.el (mml-to-mime): Encode message header first.
6276
6277 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6280         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6281
6282         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6283         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6284
6285 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6288
6289 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6292         prefix keys.
6293         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6294         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6295         gnus-xmas.el.
6296
6297         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6298         (gnus-xmas-article-describe-bindings): New function.
6299         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6300         gnus-xmas-article-describe-bindings.
6301
6302         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6303
6304 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6305
6306         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6307         Add new variables for article mark management.
6308         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6309         list of extra data entries which, when present, will indicate that the
6310         article ID should not be trimmed from the registry.
6311         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6312         functions.
6313         (gnus-registry-read-mark): New function to read a mark name from the
6314         user.
6315         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6316         (gnus-registry-set-article-mark-internal): New functions to add and
6317         remove marks.
6318         (gnus-registry-get-article-marks): New function to show the marks for
6319         an article, or retrieve them for further use.
6320
6321 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6324         keys when no argument is given.
6325
6326 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * imap.el (imap-ping-server): New variable.
6329         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6330         (imap-ping-server): Minor doc string fixes.
6331
6332 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6333
6334         * imap.el (imap-ping-server): New function.
6335         (imap-opened): Call imap-ping-server.
6336
6337 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * gnus-sum.el (gnus-article-sort-by-random)
6340         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6341         jidanni@jidanni.org.
6342
6343 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (gnus-article-describe-bindings): New function.
6346         (gnus-article-read-summary-keys): Use it.
6347         (gnus-article-mode-map): Bind `C-h b' to it.
6348
6349 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6352         XEmacs.
6353         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6354         against non-character events.
6355
6356         * lpath.el: Fbind map-keymap for Emacs 21.
6357
6358 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6361         command.
6362         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6363         instead of END.  Change name of the temp file.
6364         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6365         customizable.
6366
6367 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6370         bind `S W' to gnus-article-wide-reply-with-original; set default
6371         binding to gnus-article-read-summary-send-keys.
6372         (gnus-article-read-summary-keys): Fix the order of keys; display
6373         continuation keys correctly in the echo area; describe bindings
6374         correctly when keys end with `C-h'.
6375         (gnus-article-read-summary-send-keys): New function.
6376         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6377         for gnus-article-read-summary-send-keys; display continuation keys
6378         correctly in the echo area.
6379         (gnus-article-reply-with-original): Ignore prefix argument.
6380         (gnus-article-wide-reply-with-original): New function.
6381
6382         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6383         Emacs 21.
6384
6385 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6388         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6389
6390 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6393         (gnus-group-read-ephemeral-gmane-group): New command.
6394
6395 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6396
6397         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6398
6399 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * message.el (message-send-mail-function): Increase custom version.
6402
6403         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6404         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6405
6406 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6409         for the cases where imap-authenticate is called with a nil buffer
6410         parameter.
6411
6412 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6415         html parts correctly; support forwarded messages.
6416         (gnus-article-browse-html-article): Remove work buffers.
6417
6418         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6419         compiling.
6420         (netrc-bound-and-true-p): New macro.
6421         (netrc-parse): Use it instead of bound-and-true-p that is not available
6422         in XEmacs 21.4.
6423
6424 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * gnus-registry.el (gnus-registry-mark-article)
6427         (gnus-registry-article-marks): Add functionality to mark articles
6428         through the Gnus registry.
6429
6430         * encrypt.el: Clarify documentation for the new pgg method.
6431         (encrypt-file-alist): Add PGG option.
6432         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6433         functionality.  Abstract password key and messaging to external
6434         functions.
6435         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6436         (encrypt-message-method-and-cipher): Add new convenience external
6437         functions.
6438         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6439         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6440
6441         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6442         (netrc-parse): Use encrypt-file-alist to determine if
6443         encrypt-find-model or encrypt-insert-file-contents should be used.
6444
6445         * encrypt.el: Clarify documentation.  Load password-cache or
6446         password, whichever one is found first, instead of autoloading.
6447
6448 2007-12-19  Glenn Morris  <rgm@gnu.org>
6449
6450         * mml.el (message-options-set, message-narrow-to-head)
6451         (message-in-body-p, message-mail-p, message-encode-message-body):
6452         Autoload.
6453         (message-remove-header, message-narrow-to-headers-or-head)
6454         (message-subscribed-p, message-make-mail-followup-to)
6455         (message-position-on-field, message-news-p)
6456         (message-options-set-recipient, message-generate-headers)
6457         (message-sort-headers): Declare as functions.
6458
6459 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6462         convention in doc string.
6463
6464 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6467         title to html parts.
6468         (gnus-article-browse-html-article): Pass message header to it.
6469
6470         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6471
6472 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6475         or password compatible with XEmacs.
6476
6477 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6480         format document.
6481         (gnus-mime-delete-part): Don't write description line if empty.
6482         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6483
6484 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6485
6486         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6487         (gnus-summary-mark-read-and-unread-as-read)
6488         (gnus-summary-mark-current-read-and-unread-as-read)
6489         (gnus-summary-mark-unread-as-ticked): Doc fix.
6490         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6491
6492 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6495         Christoph Conrad <christoph.conrad@gmx.de>.
6496
6497 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6500         yes-or-no-p.
6501
6502 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * mm-decode.el (mm-add-meta-html-tag): New function.
6505         (mm-save-part-to-file, mm-pipe-part): Use it.
6506
6507         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6508         gnus-y-or-n-p instead of y-or-n-p.
6509         (gnus-article-browse-html-parts): Work with message/external-body; use
6510         mm-add-meta-html-tag.
6511
6512 2007-12-11  Glenn Morris  <rgm@gnu.org>
6513
6514         * gnus-cache.el: Require gnus-sum not just when compiling.
6515
6516         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6517
6518         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6519         definitions before use.
6520
6521         * mm-decode.el: Require gnus-util.
6522         (mm-remove-part): Only call delete-annotation on XEmacs.
6523
6524         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6525
6526         * nnmail.el: Require gnus-int.
6527
6528         * spam.el: Move `require's before `eval-when-compile's.
6529
6530         * gnus-ems.el (gnus-alive-p):
6531         * gnus-fun.el (message-goto-eoh):
6532         * gnus-util.el (gnus-group-name-decode):
6533         * mail-source.el (gnus-compress-sequence):
6534         * message.el (Info-goto-node, format-spec):
6535         * mm-bodies.el (message-options-get):
6536         * mm-decode.el (mm-view-pkcs7):
6537         * mm-util.el (gmm-write-region):
6538         * mml-smime.el (mml-compute-boundary)
6539         (gnus-completing-read-with-default):
6540         * mml.el (widget-button-press, gnus-make-hashtable):
6541         * mml1991.el (mm-decode-content-transfer-encoding)
6542         (mm-encode-content-transfer-encoding)
6543         (message-options-get, message-options-set):
6544         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6545         * nnfolder.el (gnus-request-group):
6546         * nnheader.el (ietf-drums-unfold-fws):
6547         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6548         * smime.el (gnus-run-mode-hooks):
6549         * spam-stat.el (gnus-message): Autoload.
6550
6551         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6552         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6553         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6554         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6555         Add declare-function compatibility definition.
6556
6557         * gnus-cache.el (nnvirtual-find-group-art):
6558         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6559         (gnus-add-image, gnus-add-wash-type):
6560         * gnus-group.el (nnkiboze-score-file):
6561         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6562         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6563         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6564         (message-tokenize-header, gnus-get-buffer-create)
6565         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6566         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6567         * gnus.el (gnus-group-decoded-name):
6568         * mail-source.el (imap-capability):
6569         * mm-bodies.el (message-options-set):
6570         * mm-decode.el (gnus-configure-windows):
6571         * mm-extern.el (message-goto-body):
6572         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6573         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6574         (epg-sub-key-validity, message-options-set):
6575         * mml.el (widget-event-point, gnus-configure-windows):
6576         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6577         * mml2015.el (epg-check-configuration, epg-configuration)
6578         (message-options-set):
6579         * nndb.el (nndb-request-article):
6580         * nnfolder.el (gnus-request-create-group):
6581         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6582         * nnmaildir.el (gnus-group-mark-article-read):
6583         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6584         * rfc1843.el (message-fetch-field):
6585         * spam.el (gnus-extract-address-components):
6586         Declare as functions.
6587
6588 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6591
6592         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6593
6594         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6595         bind show-trailing-whitespace for XEmacs.
6596
6597 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6600         new no-op macro for backward compatibility.
6601
6602         * imap.el (imap-string-to-integer): New function.
6603
6604 2007-12-09  Glenn Morris  <rgm@gnu.org>
6605
6606         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6607
6608         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6609         * message.el, mm-view.el, sieve-manage.el, smime.el:
6610         Add declare-function compatibility definition.
6611
6612         * gnus-art.el (w3-region, w3m-region, Info-menu):
6613         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6614         * gnus-sum.el (gnus-get-predicate):
6615         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6616         * message.el (mail-abbrev-in-expansion-header-p):
6617         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6618         (w3m-detect-meta-charset, w3m-region):
6619         * sieve-manage.el (password-read, password-cache-add)
6620         (password-cache-remove):
6621         * smime.el (password-read-and-add): Declare as functions.
6622
6623 2007-12-08  David Kastrup  <dak@gnu.org>
6624
6625         * gnus-sum.el (gnus-summary-simplify-subject-query):
6626         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6627         `message'.
6628
6629 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6632         it to bind idna-program, installation-directory, defined-colors, and
6633         face-attribute for XEmacs of the version that compiles defcustom forms.
6634
6635 2007-12-07  Glenn Morris  <rgm@gnu.org>
6636
6637         * gnus-art.el (article-make-date-line): Revert previous change.
6638
6639 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6642
6643 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6644
6645         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6646         Call gnus-add-to-range ranges only once with a prepared article-list.
6647
6648 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6649
6650         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6651         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6652         group names with backslashes.  Reported by Tassilo Horn
6653         <tassilo@member.fsf.org>.
6654
6655 2007-12-06  Deepak Goel  <deego3@gmail.com>
6656
6657         * gnus-art.el (article-make-date-line):
6658         * gnus-start.el (gnus-load):
6659         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6660
6661 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-art.el (gnus-use-idna)
6664         * gnus-start.el (gnus-site-init-file)
6665         * message.el (message-use-idna)
6666         * mm-uu.el (mm-uu-hide-markers)
6667         * smiley.el (smiley-style): Revert changes that suppress warnings.
6668
6669 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6672         specify charset to html source.  Reported by Christoph Conrad
6673         <christoph.conrad@gmx.de>.
6674
6675 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6678         idna-program in order to suppress byte compile warning issued by XEmacs
6679         that came to byte compile the default value section of defcustom forms
6680         recently.
6681
6682         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6683         value of installation-directory.
6684
6685         * message.el (message-use-idna): Don't directly refer to the value of
6686         idna-program.
6687
6688         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6689
6690         * smiley.el (smiley-style): Don't directly call face-attribute.
6691
6692 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6695
6696         * gnus-dired.el: Reduce Gnus dependencies.
6697         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6698         require.  Use autoloads instead.
6699         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6700         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6701         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6702         (gnus-dired-mode): Adjust doc string.
6703         (gnus-dired-mail-mode): New variable.
6704         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6705         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6706         (gnus-dired-mail-buffers): New function.  Return mail or message
6707         composition buffers.
6708         (gnus-dired-attach): Use it.
6709         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6710         NO-DECODE.
6711         (gnus-dired-print): Use `gnus-print-buffer' depending on
6712         `gnus-dired-mail-mode'.
6713
6714 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * rfc2047.el (rfc2047-encoded-word-regexp)
6717         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6718         explaining what regexp patterns are for.
6719
6720 2007-12-04  Glenn Morris  <rgm@gnu.org>
6721
6722         * password.el: Move to password-cache.el.
6723
6724         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6725         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6726         * mml-smime.el (password-read, password-cache-add)
6727         (password-cache-remove):
6728         No need to autoload, since mml-sec requires password.
6729
6730         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6731         * message.el (gnus-extract-address-components):
6732         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6733
6734         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6735         password.
6736
6737 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * mailcap.el: Reduce dependencies.
6740         (mail-header-parse-content-type): Autoload.
6741         (mailcap-delete-duplicates): New alias.
6742         (mailcap-mime-info): Add optional argument NO-DECODE.
6743         (mailcap-mime-types): Use mailcap-delete-duplicates.
6744
6745         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6746
6747 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6748
6749         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6750         (imap-parse-status): Upcase status-att for servers that sends them
6751         lower-case (e.g., MS Exchange 2007).
6752
6753 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6756         function.
6757
6758         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6759         (gnus-uu-yenc-article): New function.
6760
6761         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6762
6763         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6764         buffer.
6765
6766 2007-12-02  Glenn Morris  <rgm@gnu.org>
6767
6768         * binhex.el (binhex): New custom group.
6769         (binhex-decoder-program, binhex-decoder-switches)
6770         (binhex-use-external): Move to the binhex custom group.
6771
6772         * uudecode.el (uudecode): New custom group.
6773         (uudecode-decoder-program, uudecode-decoder-switches)
6774         (uudecode-use-external): Move to the uudecode custom group.
6775
6776         * netrc.el (top-level): Don't load `encrypt' features.
6777         (netrc-parse): Don't use encrypt.
6778         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6779
6780         * encrypt.el: Remove file.
6781
6782 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6785         matches on patches.
6786
6787         * gnus-art.el (gnus-article-browse-html-article): Mention
6788         `mm-text-html-renderer' in the doc string.
6789
6790         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6791         string.  Add comments.
6792
6793         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6794         if rhs is ASCII.
6795
6796 2007-12-01  Glenn Morris  <rgm@gnu.org>
6797
6798         * mail-source.el (top-level): Require format-spec before
6799         eval-when-compile.
6800
6801 2007-11-30  Glenn Morris  <rgm@gnu.org>
6802
6803         * encrypt.el: Require password, rather than autoloading password-read.
6804
6805 2007-11-29  Glenn Morris  <rgm@gnu.org>
6806
6807         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6808         (sasl-make-client, sasl-next-step, sasl-step-data)
6809         (sasl-step-set-data): Declare as functions.
6810
6811 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6814
6815 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6816
6817         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6818         certs should be verified and what is to be done in the event of a
6819         verification failure.
6820
6821         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6822         caller can indicate whether the cache should be disregarded for this
6823         call.  This way the result of the call is reproducible at all times and
6824         can be considered a canonical server name for the supplied method.
6825         (gnus-agent-method-p): Canonicalize server names by pushing their
6826         method through `gnus-method-to-server' using the no-cache argument.
6827
6828         * gnus-srvr.el (gnus-server-insert-server-line): Call
6829         `gnus-method-to-server' with `no-cache' argument.
6830
6831         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6832         gnus-agent-possibly-synchronize-flags as this should be called when the
6833         server is actually being opened.
6834         (gnus-agent-possibly-synchronize-flags)
6835         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6836         flags file of an agentized server to the latter function.
6837
6838         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6839         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6840         after a connection has been established successfully.
6841
6842 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-art.el (article-display-face): Force to display face if called
6845         interactively; check if gnus-article-x-face-too-ugly matches author.
6846         (article-display-x-face): Display face even if From header is missing
6847         as article-display-face does.
6848
6849 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6850
6851         * hashcash.el (message-narrow-to-headers-or-head)
6852         (message-fetch-field, message-goto-eoh)
6853         (message-narrow-to-headers): Declare as functions.
6854
6855 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * mail-source.el (mail-sources): Default to fetch from file for
6858         compatibility with default of nnmail-spool-file.
6859
6860 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6863         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6864         to look for encoded word that should be encoded again.
6865         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6866         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6867         encoding pattern.
6868         (rfc2047-decode-region): Switch strict regexp and loose one according
6869         to rfc2047-allow-irregular-q-encoded-words.
6870
6871 2007-11-25  Romain Francoise  <romain@orebokech.com>
6872
6873         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6874
6875 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * tls.el (tls-program): Provide more custom choices from
6878         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6879         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6880
6881 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6884         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6885
6886         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6887         `nnmail-spool-file'.
6888
6889         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6890         `nnmail-spool-file'.
6891
6892         * gnus-move.el (gnus-change-server): Ditto.
6893
6894         * gnus-kill.el (gnus-batch-score): Ditto.
6895
6896         * gnus-cache.el (gnus-jog-cache): Ditto.
6897
6898         * gnus-msg.el (gnus-summary-reply):
6899         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6900
6901 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6904         version.  Minor improvement to doc strings.
6905         (tls-program): Add comment.
6906
6907 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6908
6909         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6910         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6911         mismatch between the hostname provided in the certificate and the name
6912         of the host connnecting to.
6913         (open-tls-stream): Use them.  Check certificates against trusted root
6914         certificates.
6915
6916 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * gnus-cache.el (gnus-cache-generate-nov-databases):
6919         Use nnml-generate-nov-databases-directory instead of
6920         nnml-generate-nov-databases-1.
6921
6922 2007-11-24  Glenn Morris  <rgm@gnu.org>
6923
6924         * message.el (message-tool-bar-retro): Update for rename
6925         mail_send.xpm->mail-send.xpm.
6926
6927 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6930         `smime-ldap-search' for Emacs 22 and up.
6931
6932 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6935
6936         * message.el (message-send-mail-function): Fix error convention.
6937         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6938         (message-widen-reply, message-send-mail, message-talkative-question)
6939         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6940         (message-clone-locals, message-send-news): Use with-current-buffer.
6941         (message-insert-or-toggle-importance): Remove unused var `valid'.
6942         (message-make-references): Remove unused var `new-references'.
6943         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6944
6945 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6946
6947         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6948         (spam-split-symbolic-return-positive): Reflow docstring.
6949         (spam-backends, spam-summary-exit-behavior)
6950         (spam-mark-ham-unread-before-move-from-spam-group)
6951         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6952         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6953         (spam-clear-cache, spam-backend-check, spam-install-backend)
6954         (spam-install-statistical-backend, spam-list-of-processors)
6955         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6956         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6957         (spam-check-crm114, spam-initialize, spam-unload-hook):
6958         Fix typos in docstrings.
6959
6960 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6963         been checked if they have never been read and those group levels are
6964         higher than the one that a user specified.
6965
6966 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6969         foreign groups unless a group level is specified by a user.
6970         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6971
6972 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * message.el (message-send-mail-function): Require sendmail.
6975
6976 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * message.el (message-send-mail-function): Check for smtpmail too.
6979
6980         * utf7.el (utf7-encode, utf7-decode): Use coding system
6981         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6982
6983         * message.el (message-send-mail-function): New function.
6984         (message-send-mail-function): Set default using
6985         message-send-mail-function.  Adjust doc string.
6986         (message-send-mail-with-mailclient): New function.
6987
6988 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6989
6990         * smime.el (from):
6991         * rfc2047.el (message-posting-charset):
6992         * qp.el (mm-use-ultra-safe-encoding):
6993         * pop3.el (parse-time-months):
6994         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6995         * nnml.el (files):
6996         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6997         (jka-compr-compression-info-list, ange-ftp-path-format)
6998         (efs-path-regexp):
6999         * nndiary.el (files):
7000         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7001         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7002         (epg-digest-algorithm-alist, inhibit-redisplay)
7003         (password-cache-expiry):
7004         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7005         (pgg-output-buffer, password-cache-expiry):
7006         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7007         (efs-path-regexp):
7008         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7009         (inhibit-redisplay):
7010         * mm-uu.el (file-name, start-point, end-point, entry)
7011         (gnus-newsgroup-name, gnus-newsgroup-charset):
7012         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7013         (latin-unity-ucs-list):
7014         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7015         (mm-uu-binhex-decode-function):
7016         * message.el (gnus-message-group-art, gnus-list-identifiers)
7017         (rmail-enable-mime-composing, gnus-local-organization)
7018         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7019         (gnus-read-active-file, facemenu-add-face-function)
7020         (facemenu-remove-face-function, gnus-article-decoded-p)
7021         (tool-bar-mode):
7022         * mail-source.el (display-time-mail-function):
7023         * gnus-util.el (nnmail-pathname-coding-system)
7024         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7025         (gnus-original-article-buffer, gnus-user-agent)
7026         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7027         (xemacs-codename, sxemacs-codename, emacs-program-version):
7028         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7029         * gnus-start.el (gnus-agent-covered-methods)
7030         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7031         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7032         (gnus-newsgroup-headers, gnus-group-list-mode)
7033         (gnus-group-mark-positions, gnus-newsgroup-data)
7034         (gnus-newsgroup-unreads, nnoo-state-alist)
7035         (gnus-current-select-method, mail-sources)
7036         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7037         (nnmail-spool-file, gnus-cache-active-hashtb):
7038         * gnus-mh.el (mh-lib-progs):
7039         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7040         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7041         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7042         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7043         (gnus-group-buffer):
7044         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7045         (font-lock-set-defaults):
7046         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7047         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7048         (gnus-summary-post-menu, total-parts, type, condition, length):
7049         * gnus-agent.el (gnus-agent-read-agentview):
7050         * flow-fill.el (show-trailing-whitespace):
7051         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7052         eval-and-compile wrappers for byte compiler pacifiers.
7053
7054         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7055         (mm-display-inline-fontify): Check for featurep 'xemacs not
7056         extent-list.
7057
7058         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7059         itimer-list.
7060         (mm-create-image-xemacs): Only do something for XEmacs.
7061         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7062
7063         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7064
7065         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7066         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7067
7068 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7069
7070         * nnimap.el (nnimap-split-download-body):
7071         * gnus-demon.el (gnus-demon):
7072         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7073
7074 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7077         macros.
7078         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7079         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7080         copy data from unibyte buffer to multibyte current buffer.
7081         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7082         to copy data from unibyte current buffer to multibyte buffer.
7083         (nntp-make-process-buffer): Make process buffer unibyte.
7084
7085         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7086
7087 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7088
7089         * pop3.el (pop3-open-server): Accept and process data more robustly at
7090         connexion start to avoid spurious "POP SSL connexion failed" errors.
7091
7092 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7095         read group names.
7096
7097 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7100
7101 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7104         (nnmail-save-active): Use a unibyte buffer when saving active file,
7105         which may contain non-ASCII group names.
7106
7107         * nnml.el (nnml-request-group): Decode group names in messages.
7108
7109 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * message.el (message-citation-line-function)
7112         (message-insert-formatted-citation-line): Fix spelling of
7113         `message-insert-formated-citation-line'.
7114
7115 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7118
7119 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7122         nnmail-pathname-coding-system.
7123
7124         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7125         that a user enters; decode group names in messages.
7126
7127         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7128
7129 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7132
7133         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7134
7135         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7136         risky local variable.
7137
7138         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7139
7140 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * encrypt.el: Improve documentation to fix function name typo.
7143         Reported by Daiki Ueno <ueno@unixuser.org>.
7144
7145 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7148         even if the point is not in the last page of an article.
7149         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7150         back to the previous page.
7151
7152 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7155
7156 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7159
7160 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * message.el (message-check-news-body-syntax): Avoid
7163         mm-string-as-multibyte.
7164         (message-hide-headers): Don't assume (point-min)==1.
7165
7166 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * message.el (message-remove-blank-cited-lines): Fix if remove is
7169         given.
7170         (message-bogus-address-regexp): New variable.
7171         (message-bogus-recipient-p): New function.
7172         (message-check-recipients): New command.
7173         (message-syntax-checks): Add `bogus-recipient'.
7174         (message-fix-before-sending): Add `bogus-recipient'.
7175
7176         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7177         (gnus-treat-body-boundary): Don't test window-system.
7178
7179 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7180
7181         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7182
7183 2007-10-28  Miles Bader  <miles@gnu.org>
7184
7185         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7186         at compile-time too.
7187
7188 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gnus-msg.el (gnus-message-setup-hook): Add
7191         `message-remove-blank-cited-lines' to options.
7192
7193 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * message.el (message-remove-blank-cited-lines): New function.
7196         Suggested by Karl Plästerer.
7197
7198 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7201         mapc.
7202
7203         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7204         (top-level): Use mapc to set functions to be traced for debugging.
7205
7206         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7207         called for effect with while loop.
7208
7209         * message.el (message-talkative-question): Replace mapcar called for
7210         effect with mapc.
7211
7212         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7213         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7214         called for effect with dolist.
7215
7216         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7217
7218         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7219         gnus-extra-headers and nnmail-extra-headers.
7220
7221         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7222         called for effect with dolist.
7223         (top-level): Use mapc to set functions to be traced for debugging.
7224
7225         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7226         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7227         dolist.
7228
7229         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7230         Replace mapcar called for effect with mapc.
7231         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7232         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7233         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7234         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7235
7236         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7237         remove-if that's a cl function.
7238
7239         * webmail.el (webmail-debug): Replace mapcar called for effect with
7240         dolist.
7241
7242         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7243         with mapc.
7244
7245 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7248         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7249         with while loop.
7250
7251         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7252         functions from article-* functions.
7253         (gnus-multi-decode-header): Replace mapcar called for effect with
7254         dolist.
7255
7256         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7257         (gnus-bookmark-show-details): Replace mapcar called for effect with
7258         while loop.
7259
7260         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7261         called for effect with while loop.
7262
7263         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7264         with dolist.
7265
7266         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7267         mapcar called for effect with dolist.
7268
7269         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7270
7271         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7272         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7273         Replace mapcar called for effect with dolist.
7274         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7275         mapc.
7276
7277         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7278         Replace mapcar called for effect with dolist.
7279         (gnus-topic-list): Replace mapcar called for effect with mapc.
7280
7281         * gnus.el: Use mapc instead of mapcar to add autoloads.
7282
7283 2007-10-23  Richard Stallman  <rms@gnu.org>
7284
7285         * gnus-group.el (gnus-group-highlight): Mark as risky.
7286
7287 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus.el (gnus-server-to-method): Return method found first in
7290         gnus-newsrc-alist.
7291
7292         * gnus-art.el (gnus-article-highlight-signature)
7293         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7294         button overlay without the front stickiness.
7295
7296 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7297
7298         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7299         overview buffer needed a catch to receive its throw.
7300         (gnus-agent-flush-cache): Declared as interactive to make this function
7301         easier to use.
7302
7303 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7306         `next-line'.
7307
7308 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7311         exclude address matching message-dont-reply-to-names.
7312
7313 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-util.el (gnus-string<): New function.
7316
7317         * gnus-sum.el (gnus-article-sort-by-author)
7318         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7319
7320 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7323         the frame-focus tag is set in gnus-buffer-configuration.
7324
7325 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7328         the front stickiness.
7329
7330 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7333         url pattern; remove duplicate one.
7334         (gnus-article-extend-url-button): New function.
7335         (gnus-article-add-buttons): Use it.
7336         (gnus-button-push): Use concatenated url that it makes.
7337
7338 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7339
7340         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7341
7342 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7343
7344         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7345         Don't hardcode point-min==1.
7346
7347 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7350         Fix comment about "iso8859-1".
7351
7352 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7353
7354         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7355         ones returned from the verify-function.
7356
7357         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7358         mml2015-extract-cleartext-signature if extraction failed.
7359
7360 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7361
7362         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7363         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7364         failed.
7365
7366 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7369
7370 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7373         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7374         recommends to use EasyPG instead of PGG.
7375
7376         * pgg.el: Revert to revision 6.23.2.16.
7377
7378         * pgg-def.el: Revert to revision 6.6.2.14.
7379
7380         * pgg-gpg.el: Revert to revision 6.23.2.34.
7381
7382 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7383
7384         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7385         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7386         thread for both the null and zero (kill/expire thread) universal prefix
7387         cases.
7388         (gnus-summary-expire-thread): Add new function to expire a thread,
7389         using gnus-summary-kill-thread.
7390         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7391         shortcuts for gnus-summary-expire-thread.
7392         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7393         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7394
7395 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7396
7397         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7398         extras value, so an extras entry can be deleted.
7399         (gnus-registry-delete-extra-entry): Use it.
7400         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7401         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7402         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7403         storage through the gnus-registry, and provide an appropriate API for
7404         it.
7405
7406 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7409         Suggested by Leo <sdl.web@gmail.com>.
7410
7411         * gnus.el: Do.
7412
7413 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7416         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7417
7418         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7419
7420         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7421         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7422
7423 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7426         newline.
7427         (nnmbox-request-accept-article): Don't change article in source buffer;
7428         narrow to header to use message-fetch-field rather than
7429         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7430         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7431         as delimiters; make sure article ends with newline.
7432         (nnmbox-delete-mail): Correct last position of article to be deleted;
7433         ignore X-Gnus-Newsgroup header in article body.
7434         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7435         positions; make sure article ends with newline.
7436
7437         * message.el (message-display-abbrev): Don't infloop when a user
7438         inserts SPC in the beginning of header.
7439
7440         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7441         coding-system-for-read and coding-system-for-write for XEmacs having no
7442         file-coding feature.
7443
7444         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7445
7446 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7449         list of groups not followed by default.  Fix type to be regexp.
7450         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7451
7452 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7453
7454         * hmac-def.el (define-hmac-function): Switch from old-style to
7455         new-style backquotes.
7456
7457         * md4.el (md4-make-step): Likewise.
7458
7459 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7462         raw-text coding system when saving .newsrc file, which may contain
7463         non-ASCII group names.
7464
7465 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-cus.el (gnus-score-extra): New widget.
7468         (gnus-score-extra-convert): New function.
7469         (gnus-score-customize): Use it for Extra.
7470
7471 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7472
7473         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7474         (mml2015-mailcrypt-clear-verify): Use it.
7475         (mml2015-gpg-clear-verify): Use it.
7476         (mml2015-pgg-clear-verify): Use it.
7477         (mml2015-epg-clear-verify): Replace the current part with the output
7478         from GnuPG; don't extract the plaintext by itself.
7479
7480         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7481         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7482         mml2015-clear-verify-function; don't touch the armor headers or
7483         dash-escaped text here.
7484
7485 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7488         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7489         parts, or application/octet-stream as a last resort.
7490         (gnus-mime-view-part-as-type): Don't toggle display.
7491         (gnus-mime-view-part-as-charset): Don't turn off display before
7492         querying charset.
7493
7494         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7495         stuff to undisplayer function in Emacs.
7496         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7497
7498         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7499         text/calendar parts.
7500
7501 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7504         decoding text/calendar parts.
7505
7506         * message.el (message-forward-make-body-mime): Always mark body as
7507         having no illegible text; remove signed-or-encrypted argument.
7508         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7509
7510         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7511         (mml-generate-mime-1): Don't encode body if it is specified to be in
7512         raw form; don't make buffer be unibyte when inserting multibyte string.
7513
7514 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7515
7516         * sha1.el: Fix up comment style.
7517         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7518         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7519
7520         * hex-util.el: Fix up comment style.
7521         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7522
7523         * gnus-salt.el: Use with-current-buffer.
7524         (gnus-pick-setup-message): Fix long-standing typo.
7525
7526 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * imap.el (imap-logout-timeout): New variable.
7529         (imap-logout, imap-logout-wait): New functions.
7530         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7531
7532         * nnimap.el (nnimap-logout-timeout): New server variable.
7533         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7534         nnimap-logout-timeout.
7535
7536         * gnus-art.el (gnus-article-summary-command-nosave)
7537         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7538
7539 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus.el (gnus-maximum-newsgroup): New variable.
7542
7543         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7544         according to gnus-maximum-newsgroup.
7545
7546         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7547         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7548         Limit the range of articles according to gnus-maximum-newsgroup.
7549
7550 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7551
7552         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7553         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7554         Don't perform gnus-configure-windows here; reuse existing sticky
7555         article buffer.
7556
7557         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7558         it doesn't exist in gnus-article-mode.
7559
7560 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7563         (gnus-agent-decoded-group-name): New function.
7564         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7565         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7566
7567 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7568
7569         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7570         Add binding for gnus-sticky-article.
7571         (gnus-summary-exit): Don't kill sticky article buffers.
7572
7573         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7574         article buffer.
7575         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7576         (gnus-kill-sticky-article-buffers): New commands.
7577
7578 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * nntp.el (nntp-xref-number-is-evil): New server variable.
7581         (nntp-find-group-and-number): If it is non-nil, don't trust article
7582         numbers in the Xref header.
7583
7584 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-agent.el (gnus-agent-read-group): New function.
7587         (gnus-agent-flush-group, gnus-agent-expire-group)
7588         (gnus-agent-regenerate-group): Use it.
7589         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7590         nnmail-pathname-coding-system.
7591
7592 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7595
7596         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7597         that are unread as unread, and also as selected so that information of
7598         marks having been changed by a user may be updated when exiting group.
7599
7600 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7603         calculated ignoring signature parts to gnus-treat-article.
7604
7605 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7608         a point here in order to keep the window start.
7609         (gnus-insert-mime-security-button): Make a button overlay without the
7610         front stickiness.
7611         (gnus-mime-display-security): Goto the end of a button.
7612
7613         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7614
7615 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7618         group-name-at-point.
7619         (gnus-group-completing-read): New function that offers decoded
7620         non-ASCII group names for completion.
7621         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7622         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7623         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7624         (gnus-group-fetch-control): Use it.
7625         (gnus-fetch-group): Use group-name-at-point for the initial value
7626         rather than the default value; use gnus-alive-p.
7627
7628         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7629         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7630         (gnus-summary-post-news): Use gnus-group-completing-read.
7631
7632         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7633         (gnus-read-move-group-name): Decode group name for completion.
7634
7635 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7638         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7639         Yamaoka slightly modified the code).
7640
7641 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7644         (nnmail-split-incoming): Bind it.
7645
7646         * nnml.el (nnml-group-name-charset): New function.
7647         (nnml-decoded-group-name): Use it; don't decode group name if
7648         nnmail-group-names-not-encoded-p is non-nil.
7649         (nnml-encoded-group-name): New function.
7650         (nnml-group-pathname): Inline nnml-decoded-group-name.
7651         (nnml-request-expire-articles): Decode group name in message.
7652         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7653         nnmail-pathname-coding-system.
7654         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7655         not decoded ones according to nnmail-group-names-not-encoded-p.
7656         (nnml-generate-active-info): Use nnml-encoded-group-name.
7657
7658 2007-08-08  Glenn Morris  <rgm@gnu.org>
7659
7660         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7661         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7662         doc-strings and comments.
7663
7664 2007-07-25  Glenn Morris  <rgm@gnu.org>
7665
7666         * Relicense all FSF files to GPLv3 or later.
7667
7668 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-sum.el (gnus-summary-move-article): Make
7671         gnus-summary-respool-article work.
7672
7673 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7676         string.
7677
7678 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7679
7680         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7681         that should be ignored when comparing distant RSS articles with local
7682         ones.
7683         (nnrss-make-hash-index): New function.  Create a hash index according
7684         to the ignored fields.
7685         (nnrss-check-group): Use it.
7686
7687 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7690
7691         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7692
7693         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7694         the new optional argument ENCODED is non-nil.
7695         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7696         coding system for encoding group name.
7697         (gnus-group-make-rss-group): Pass un-encoded group name to
7698         gnus-group-make-group.
7699         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7700         encoded.
7701
7702         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7703         Encode group name to which articles are moved or copied.
7704         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7705         coding system for encoding Newsgroup, Followup-To and Xref headers.
7706
7707         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7708         marks; use nnheader-file-coding-system to write a file.
7709         (nnagent-retrieve-headers): Bind file-name-coding-system to
7710         nnmail-pathname-coding-system.
7711
7712         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7713
7714         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7715         (nnml-request-article, nnml-request-create-group)
7716         (nnml-request-rename-group, nnml-find-id)
7717         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7718         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7719         (nnml-save-marks): Use nnml-group-pathname instead of
7720         nnmail-group-pathname.
7721
7722         (nnml-request-create-group, nnml-request-expire-articles)
7723         (nnml-request-move-article, nnml-request-delete-group)
7724         (nnml-deletable-article-p, nnml-possibly-create-directory)
7725         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7726         (nnml-open-marks): Bind file-name-coding-system to
7727         nnmail-pathname-coding-system.
7728
7729         (nnml-request-article): Pass server argument to nnml-find-group-number.
7730         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7731         server argument to nnml-possibly-create-directory.
7732         (nnml-request-accept-article): Pass server argument to
7733         nnml-active-number and nnml-save-mail.
7734         (nnml-find-group-number): Pass server argument to nnml-find-id.
7735         (nnml-request-update-info): Pass server argument to
7736         nnml-marks-changed-p.
7737
7738         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7739         (nnml-save-mail, nnml-active-number): Add server argument.
7740
7741         (nnml-request-delete-group): Warn if group is missing.
7742         (nnml-get-nov-buffer): Decode group name.
7743         (nnml-generate-active-info): Encode group name.
7744         (nnml-open-marks): Decode group name in messages.
7745
7746 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7749         if it is not specified.
7750         (gnus-article-pipe-part, gnus-article-save-part)
7751         (gnus-article-interactively-view-part, gnus-article-copy-part)
7752         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7753         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7754         (gnus-article-replace-part, gnus-article-delete-part)
7755         (gnus-article-view-part-as-type): Pass raw prefix argument to
7756         gnus-article-part-wrapper.
7757
7758 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-agent.el (gnus-agent-save-active): Bind
7761         nnheader-file-coding-system to gnus-agent-file-coding-system.
7762
7763         * gnus-cache.el (gnus-cache-save-buffers)
7764         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7765         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7766         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7767         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7768         (gnus-cache-generate-active, gnus-cache-rename-group)
7769         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7770         (gnus-cache-update-overview-total-fetched-for): Bind
7771         file-name-coding-system to nnmail-pathname-coding-system.
7772         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7773         variables.
7774         (gnus-cache-decoded-group-name): New function.
7775         (gnus-cache-file-name): Use it.
7776         (gnus-cache-generate-active): Use non-decoded group name for active.
7777
7778         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7779         right place.
7780         (gnus-write-active-file): Don't break non-ASCII group names.
7781
7782         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7783         nnmail-pathname-coding-system.
7784
7785         * lpath.el: Bind default-file-name-coding-system,
7786         file-name-coding-system and language-info-alist for XEmacs.
7787
7788         * gnus-uu.el (gnus-uu-decode-save): Typo.
7789
7790 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7793
7794 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7797         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7798         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7799         (gnus-agent-flush-group, gnus-agent-flush-cache)
7800         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7801         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7802         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7803         (gnus-agent-regenerate-group)
7804         (gnus-agent-update-files-total-fetched-for)
7805         (gnus-agent-update-view-total-fetched-for): Bind
7806         file-name-coding-system to nnmail-pathname-coding-system.
7807         (gnus-agent-group-pathname): Don't encode file names by
7808         nnmail-pathname-coding-system.
7809         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7810         coding-system-for-write instead of buffer-file-coding-system to
7811         gnus-agent-file-coding-system.
7812
7813         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7814         Decode group name.
7815
7816         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7817
7818         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7819         (gnus-read-newsrc-el-file): Make group names unibyte.
7820
7821         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7822         nnmail-pathname-coding-system.
7823
7824         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7825         (nnrss-request-delete-group): Bind file-name-coding-system to
7826         nnmail-pathname-coding-system.
7827         (nnrss-read-server-data, nnrss-read-group-data): Bind
7828         file-name-coding-system correctly.
7829         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7830
7831         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7832         (nntp-server-to-method-cache): New variable.
7833         (nntp-group-pathname): New function that decodes non-ASCII group names.
7834         (nntp-possibly-create-directory, nntp-marks-changed-p)
7835         (nntp-save-marks, nntp-open-marks): Use it.
7836         (nntp-possibly-create-directory, nntp-open-marks):
7837         Bind file-name-coding-system to nnmail-pathname-coding-system.
7838         (nntp-open-marks): Decode group names when bootstrapping marks.
7839
7840         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7841         Newsgroups and Folowup-To headers.
7842
7843 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7846         (gnus-server-closed-face, gnus-server-denied-face)
7847         (gnus-server-offline-face): Remove variable.
7848         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7849
7850         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7851         of modifying message-stack directly for XEmacs.
7852
7853         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7854         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7855         if the coding-system argument is nil for XEmacs.
7856
7857         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7858         mm-charset-override-alist.
7859
7860         * rfc2047.el: Don't require base64; require rfc2045 for the function
7861         rfc2045-encode-string.
7862         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7863         to quote the parameter value.
7864
7865 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7868         form in gnus-group-name-charset-method-alist.
7869
7870         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7871         overrides the default layout edit-form.
7872
7873         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7874
7875         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7876
7877 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7880         as unfetched articles.
7881
7882 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7885
7886 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7889         original back end that keeps marks in the local system.
7890
7891 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7894         arg of pop-to-buffer for XEmacs.
7895         (gnus-article-read-summary-keys): Ditto; don't restore window
7896         configuration if summary command ends up with neither article buffer
7897         nor summary buffer; describe bindings if summary keys end with C-h.
7898
7899 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * message.el (message-fix-before-sending): Skip raw message part to be
7902         forwarded while checking illegible text.
7903         (message-forward-make-body-mime, message-forward-make-body): Mark
7904         signed or encrypted raw message as having no illegible text.
7905
7906 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7909         (gnus-message-with-timestamp-1): New macro.
7910         (gnus-message-with-timestamp): New function.
7911         (gnus-message): Use them.
7912
7913         * nnheader.el (nnheader-message): Use them.
7914
7915 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7918         .newsrc.eld file.
7919
7920 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-agent.el (gnus-agent-fetch-headers)
7923         (gnus-agent-retrieve-headers): Bind
7924         gnus-decode-encoded-address-function to identity.
7925
7926         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7927         available also when the server returns simply a dot.
7928
7929         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7930
7931 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7934
7935 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-ems.el (gnus-x-splash): Make it work.
7938
7939         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7940         from being used.
7941
7942         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7943
7944 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7947         4th and the 5th arguments.
7948
7949         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7950         the front stickiness.
7951         (gnus-article-summary-command-nosave): Correct the order of the
7952         arguments passed to pop-to-buffer.
7953         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7954         summary command ends up with the article buffer.
7955
7956         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7957         the same faces.
7958
7959 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7960
7961         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7962
7963 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7964
7965         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7966         * gnus-sum.el (gnus-summary-highlight):
7967         * pgg.el (pgg-sign-region, pgg-sign):
7968         * mail-source.el (mail-source-delete-old-incoming-confirm):
7969         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7970
7971 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-art.el (gnus-mime-view-part-externally)
7974         (gnus-mime-view-part-internally): Fix predicate function passed to
7975         completing-read.
7976
7977         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7978
7979         * gnus.el (gnus-update-message-archive-method): Add :version.
7980
7981 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus.el (gnus-update-message-archive-method): New variable.
7984
7985         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7986         according to gnus-message-archive-method if
7987         gnus-update-message-archive-method is non-nil.
7988
7989 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7992         by Loic Dachary <loic@dachary.org>.
7993         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7994
7995 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * message.el (message-pop-to-buffer): Add switch-function argument.
7998         (message-mail): Pass switch-function argument to it.
7999
8000 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8003         Improve doc string.
8004
8005 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8008         (gnus-header-content)
8009         * gnus-cite.el (gnus-cite-10)
8010         * gnus-srvr.el (gnus-server-closed)
8011         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8012         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8013         (gnus-group-mail-3-empty, gnus-group-mail-low)
8014         (gnus-group-mail-low-empty, gnus-splash)
8015         * message.el (message-header-to, message-header-cc)
8016         (message-header-subject, message-header-other, message-header-name)
8017         (message-header-xheader, message-separator, message-cited-text)
8018         (message-mml): Lighten colors of faces used for dark background.
8019
8020 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8021
8022         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8023         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8024
8025 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * message.el (message-narrow-to-headers-or-head):
8028         Ignore mail-header-separator in the body.
8029
8030 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8033         same as window size.
8034
8035 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8036
8037         * message.el (message-font-lock-keywords): Use message-header-xheader
8038         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8039         ahead of the anything pattern, to get it recognised.
8040
8041 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8044         spam.el loads uses it in the compiled defadvice form.
8045
8046 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8047
8048         * gnus-sum.el (gnus-articles-to-read)
8049         (gnus-summary-insert-old-articles): Don't truncate group name for
8050         `read-string'.
8051
8052         * gnus-util.el (gnus-limit-string): Delete this function.
8053
8054         * gnus-sum.el (gnus-simplify-subject-fully): Use
8055         `truncate-string-to-width' instead.
8056
8057 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8058
8059         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8060         if, on summary exit, the next group has to be selected.
8061         (gnus-summary-exit): Use it.
8062
8063 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8066         non-break space.
8067
8068 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8071         Check if group is not a directory.
8072         (nnfolder-request-expire-articles): Don't delete articles if the target
8073         group is not available.
8074
8075         * nnml.el (nnml-request-create-group): Properly check if group is not a
8076         file.
8077         (nnml-request-expire-articles): Don't delete articles if the target
8078         group is not available.
8079
8080         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8081         Don't quote characters that are within parentheses.
8082
8083 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8086         (gnus-handle-ephemeral-exit): Select article according to it.
8087
8088 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * message.el (message-insert-formated-citation-line): Remove newline.
8091         (message-citation-line-format): Add final \n here so that the user can
8092         avoid a blank line.
8093
8094 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8095
8096         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8097         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8098         Update lanl/arXiv support.
8099
8100 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus.el: Bump version number.
8103
8104 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus.el (gnus-version-number): Bump version.
8107
8108 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8109
8110         * gnus.el: No Gnus v0.6 is released.
8111
8112 2007-04-27  Didier Verna  <didier@xemacs.org>
8113
8114         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8115         * gmm-utils.el (gmm-regexp-concat): here.
8116         * message.el: Don't require 'gnus-util.
8117         (message-dont-reply-to-names): Handle name change above.
8118         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8119
8120 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8123         since the initial value varies according to the system.
8124
8125 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8128
8129 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8130
8131         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8132
8133 2007-04-24  Didier Verna  <didier@xemacs.org>
8134
8135         Improve the type of gnus-ignored-from-addresses.
8136         * gnus-util.el (gnus-orify-regexp): New function.
8137         * message.el (gnus-util): Require it.
8138         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8139         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8140         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8141
8142 2007-04-24  Didier Verna  <didier@xemacs.org>
8143
8144         * gnus-sum.el:
8145         * gnus-utils.el: Fix some trailing whitespaces.
8146
8147 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8150         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8151         article's Message-ID; refer parent article in summary buffer.
8152
8153         * message.el (message-bounce): Call mime-to-mml.
8154
8155         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8156         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8157         optimize and/or forms properly.
8158
8159 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8162         URL.
8163
8164 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8167
8168 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8171         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8172         displayed of multipart/alternative part if it is invoked from summary
8173         buffer.
8174
8175         * mm-view.el (mm-inline-text-html-render-with-w3m)
8176         (mm-inline-text-html-render-with-w3m-standalone)
8177         (mm-inline-render-with-function): Use mail-parse-charset by default.
8178
8179 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8180
8181         * parse-time.el (parse-time-string-chars): Check if CHAR
8182         is less than the length of parse-time-syntax.
8183
8184 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8187         from gnus-newsgroup-processable.
8188
8189 2007-04-16  Didier Verna  <didier@xemacs.org>
8190
8191         * gnus-msg.el (gnus-configure-posting-styles): Handle
8192         message-signature-directory properly with :file syntax.  Reported by
8193         "Leo".
8194
8195 2007-04-11  Didier Verna  <didier@xemacs.org>
8196
8197         New user option: message-signature-directory.
8198         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8199         * message.el (message-insert-signature): Ditto.
8200         * message.el (message-signature-file): Doc update.
8201         * message.el (message-signature-directory): New.
8202
8203 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-msg.el (gnus-inews-yank-articles): Use
8206         message-exchange-point-and-mark instead of exchange-point-and-mark.
8207
8208 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * message.el (message-yank-original): Make sure cited text ends with
8211         newline; don't exchange point and mark.
8212
8213 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8214
8215         * tls.el (open-tls-stream): Properly handle case where there
8216         is no associated buffer.
8217
8218 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8219
8220         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8221         message-yank-original, make sure (< mark TEXT point).
8222
8223 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * message.el (message-fill-column): New variable.
8226         (message-mode): Use it.  Add comment on a possible new hook.
8227
8228         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8229         (nnmail-get-new-mail): Reformat.
8230
8231         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8232
8233         * gmm-utils.el: Fix Commentary.
8234         (gmm-tool-bar-from-list): Fix typo in doc string.
8235
8236 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8237
8238         * message.el (message-yank-original): Don't switch point and mark
8239         unnecessarily to put point and mark as documented.
8240
8241 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8244         from the message heads.
8245
8246 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8247
8248         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8249         article buffer does not have a window.  This may not be the best
8250         solution but is certainly better than setting the start of the null,
8251         that is the current, window.
8252
8253 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8256         (gnus-draft-setup): Run it.
8257
8258         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8259         gnus-score-fast-scoring.  Allow regexp.
8260         (gnus-score-headers): Use it.
8261
8262         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8263         XEmacs.
8264
8265         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8266         string.
8267         (gnus-button-alist): Also catch `<f1> k ...'.
8268         (gnus-treat-display-x-face): Fix doc string.
8269
8270 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8273         evaluation of gnus-extended-version to ensure correct generation of the
8274         User-Agent header when message-generate-headers-first is used.
8275
8276 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8277
8278         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8279         hashcash-path is nil.  Don't call callback with incorrect number of
8280         parameters if val is 0.
8281
8282 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8283
8284         * message.el (message-required-news-headers):
8285         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8286
8287 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8288
8289         * tls.el (open-tls-stream): In handshake-waiting loop,
8290         don't wait more if there is output available to process.
8291
8292 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8293
8294         * tls.el (tls-program): Doc fix.
8295
8296 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * message.el (message-generate-new-buffers): Change the meaning of the
8299         nil value; add `standard' to the choices; treat t as `unique'; improve
8300         doc string.
8301         (gnus-select-frame-set-input-focus): Autoload.
8302         (message-buffer-name): Search for the existing message buffer if
8303         message-generate-new-buffers is nil or `standard'; treat the value t of
8304         message-generate-new-buffers as `unique'.
8305         (message-pop-to-buffer): Raise the frame already displaying the message
8306         buffer; clear the echo area after querying.
8307         (message-setup): Pass the `continue' argument to compose-mail.
8308         (message-mail): Prefer `switch-function' if it is given; search for the
8309         existing message buffer if the `continue' argument is non-nil; pass
8310         continue and switch-function arguments to compose-mail by way of
8311         message-setup.
8312         (message-mail-other-window): Adjust argument of message-setup.
8313         (message-mail-other-frame): Ditto.
8314
8315 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8318         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8319         to turn font-lock on when turning gnus-message-citation-mode on.
8320
8321 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8322
8323         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8324         (mml-smime-function-alist): New variable; add epg as the backend.
8325         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8326         mml-smime- functions instead.
8327         * mm-view.el: Require smime.
8328
8329 2007-03-05  Didier Verna  <didier@xemacs.org>
8330
8331         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8332         instead of just inheritance for posting styles.
8333         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8334
8335 2007-02-24  Chris Moore  <dooglus@gmail.com>
8336
8337         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8338         * pgg-pgp.el (pgg-pgp-encrypt-region):
8339         * pgg-gpg.el (pgg-gpg-encrypt-region):
8340         Check pgg-encrypt-for-me if no other recipients.
8341
8342 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8343
8344         * tls.el (tls-certtool-program): Fix custom type.
8345
8346 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8349         and point-at-eol instead of line-(beginning|end)-position.
8350
8351         * assistant.el (assistant-parse-buffer): Ditto.
8352
8353         * netrc.el (netrc-parse-services): Ditto.
8354
8355 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * mml2015.el (mml2015-epg-find-usable-key): New function.
8358         (mml2015-epg-sign): Use it.
8359         (mml2015-epg-encrypt): Use it.
8360
8361 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * message.el (message-make-in-reply-to): Quote name containing
8364         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8365         if there are special characters.  Reported by NAKAJI Hiroyuki
8366         <nakaji@jp.freebsd.org>.
8367
8368 2007-02-27  Didier Verna  <didier@xemacs.org>
8369
8370         Include the group parameters as well as the topic ones in the
8371         inheritance filter process.
8372         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8373         argument GROUP-PARAMS-LIST.
8374         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8375
8376 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * nntp.el (nntp-never-echoes-commands)
8379         (nntp-open-connection-functions-never-echo-commands): New variables.
8380         (nntp-send-command): Use them.
8381
8382 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8383
8384         * mml2015.el (mml2015-epg-verify): Simplified.
8385
8386 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * mml.el (mml-content-disposition-alist): New user option.
8389         (mml-content-disposition): New function.
8390         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8391         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8392
8393 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8394
8395         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8396         verification.
8397
8398 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8399
8400         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8401         articles posted in the last 24 hours.
8402
8403 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8404
8405         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8406
8407 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8408
8409         * nntp.el (nntp-send-command): Don't wait for echoes when
8410         nntp-open-ssl-stream is used.
8411
8412 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8415         (gnus-message-add-citation-keywords)
8416         (gnus-message-remove-citation-keywords): Remove.
8417         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8418         directly, make the variables in font-lock-defaults buffer-local, add
8419         gnus-message-citation-keywords to them and then update the value of
8420         font-lock-keywords.
8421
8422 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * message.el (message-cite-original-1): Don't call
8425         gnus-article-highlight-citation.
8426
8427         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8428         citations; fix line count.
8429
8430 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8433         (gnus-message-add-citation-keywords)
8434         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8435         versions of font-lock-add-keywords and font-lock-remove-keywords to
8436         work with XEmacs correctly.
8437
8438 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-cite.el (gnus-cite-face-list): Set the values of
8441         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8442         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8443         (gnus-message-cite-prefix-regexp): New variable.
8444         (gnus-message-search-citation-line): Use it; protect against long
8445         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8446         the 0th match data for Emacs.
8447         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8448         (gnus-message-add-citation-keywords): Append keywords rather than
8449         prepending; emulate font-lock-add-keywords if it is not available.
8450         (gnus-message-remove-citation-keywords): Emulate
8451         font-lock-remove-keywords if it is not available.
8452
8453         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8454
8455         * message.el (message-cite-prefix-regexp): Set the value of
8456         gnus-message-cite-prefix-regexp.
8457
8458 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8459
8460         * nnweb.el (nnweb-google-parse-1): Update parser.
8461
8462 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8463
8464         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8465
8466 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8467
8468         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8469         regexp.
8470
8471 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8474         string-to-multibyte.
8475         (uudecode-decode-region-internal): Use it.
8476
8477         * lpath.el: Fbind string-as-multibyte for XEmacs.
8478
8479 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8482         custom choice.
8483
8484         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8485
8486 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8487
8488         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8489
8490         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8491         `write-region' to respect `mm-inhibit-file-name-handlers'.
8492
8493 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8496         Use gnus-home-directory instead of "~/" or "$HOME".
8497
8498 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8501         to mention filename.
8502         Add comments at beginning regarding usage.
8503         (encrypt-write-file-contents): Change interactive so a string is
8504         acceptable.  If the file has no associated model, show an error instead
8505         of a nonsense prompt.
8506
8507 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8508
8509         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8510         Thanks to Yoshihiko Yamada for kind notification of this typo.
8511
8512 2007-01-12  Kenichi Handa  <handa@m17n.org>
8513
8514         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8515         multibyte buffer.
8516
8517 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * gnus-score.el (gnus-score-fast-scoring): New variable.
8520         (gnus-score-headers): Use it.
8521
8522         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8523
8524         * message.el (message-cite-original-1): Call
8525         gnus-article-highlight-citation if requested.
8526         (message-make-from): Allow name and address as optional arguments.
8527
8528         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8529
8530         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8531         bugs to doc string.
8532         (gnus-button-alist): Add mid\\|message-id.
8533         (gnus-button-fetch-group): Extend for use in
8534         `browse-url-browser-function'.
8535         (gnus-button-url-regexp): Try to catch paired parentheses like in
8536         Wikipedia URLs.
8537
8538         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8539         Suggested by Simon Krahnke <overlord@gmx.li>.
8540
8541 2007-01-13  Romain Francoise  <romain@orebokech.com>
8542
8543         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8544         Update copyright.
8545
8546 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8547
8548         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8549
8550 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8551
8552         * gnus-registry.el (gnus-registry-unfollowed-groups)
8553         (gnus-registry-split-fancy-with-parent): Fix documentation.
8554
8555 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8558         from nnweb groups.
8559
8560 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8563         Xref urls.  Erase buffer before requesting head.
8564
8565 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8568         customizable.
8569
8570 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8571
8572         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8573         no signing key is found.
8574         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8575         no encrypting and/or signing key is found.
8576
8577 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8580
8581 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8582
8583         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8584         headers read from disk with the ones newly found in the current search.
8585         This should no longer cause problems, because the article numbers in
8586         Gmane's `nov.php' output are ignored since the previous change.
8587
8588 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8589
8590         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8591
8592 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8595         replace-regexp-in-string; bind url-version; fbind display-images-p and
8596         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8597         find-face and set-itimer-function for Emacs; bind itimer-list for
8598         Emacs.
8599
8600         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8601
8602 2007-01-01  Romain Francoise  <romain@orebokech.com>
8603
8604         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8605
8606 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8607
8608         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8609         `define-minor-mode' macro definition expanded properly.
8610         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8611         exclude it there.
8612
8613         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8614         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8615         `fboundp' test.
8616         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8617         This is OK to autoload in (S)XEmacs now.
8618
8619 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8622         keystroke.
8623         (gnus-summary-limit-to-singletons): Fix typo.
8624
8625         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8626         else fails.
8627
8628 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8629
8630         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8631         docstring.
8632
8633         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8634         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8635         (gnus-summary-insert-dormant-articles): Fix typo in message.
8636
8637 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8640         nil for XEmacs.
8641         (gnus-message-citation-mode): Don't autoload in XEmacs.
8642
8643         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8644
8645 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8646
8647         * nnimap.el (nnimap-expunge-search-string): Mention
8648         nnimap-search-uids-not-since-is-evil in docstring.
8649
8650 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * spam.el: Revert to make-obsolete-variable because
8653         define-obsolete-variable-alias is not supported in Emacs 21.
8654
8655         * spam.el (spam-ifile-path, spam-ifile-database-path)
8656         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8657         make-obsolete-variable.
8658         (spam-bsfilter-path, spam-bsfilter-program)
8659         (spam-spamassassin-path, spam-spamassassin-program)
8660         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8661         use "path" inappropriately.
8662         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8663         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8664         variable names.
8665
8666 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8667
8668         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8669         summary buffer.
8670
8671         * password.el (password-cache-remove): Use clear-string to burn
8672         password, if available.
8673
8674 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8677
8678         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8679
8680         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8681         (gnus-message-highlight-citation): Move defcustom here from
8682         gnus-cite.el.
8683         (gnus-message-citation-mode): Autoload.
8684
8685         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8686         checks to make it compile with XEmacs.
8687         (gnus-message-citation-mode): New minor mode.
8688         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8689         (gnus-message-highlight-citation): New variables.
8690         (gnus-message-search-citation-line)
8691         (gnus-message-add-citation-keywords)
8692         (gnus-message-remove-citation-keywords)
8693         (turn-on-gnus-message-citation-mode)
8694         (turn-off-gnus-message-citation-mode): New functions.
8695
8696 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8697
8698         * gnus-cite.el: Enable highlighting of different citation levels in
8699         message-mode.
8700
8701 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * message.el (message-make-fqdn): Fix comment.
8704         (message-bogus-system-names): Add ".local".
8705
8706         * spam.el (spam-ifile-path, spam-ifile-program)
8707         (spam-ifile-database-path, spam-ifile-database)
8708         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8709         Don't use "path" inappropriately.
8710         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8711         strings.
8712         (spam-check-ifile, spam-ifile-register-with-ifile)
8713         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8714         new variable names.
8715
8716         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8717         (gnus-treat-display-smileys): Simplify using
8718         gnus-image-type-available-p.
8719
8720         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8721         available.
8722
8723         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8724         `display-images-p' if available.
8725
8726 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8729         one after turning on the buffer's multibyteness instead of decoding
8730         them directly in the unibyte buffer that causes unexpected conversion
8731         in Emacs 23 (unicode).
8732
8733 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8734
8735         * message.el (message-generate-hashcash): Fix custom type.
8736
8737 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8740
8741 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8744         disconnect icons.  Add help text.
8745
8746 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8749         negated to be consistent with the others we handle.
8750
8751 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8754         version of gnus-summary-buffer to something, so that we can use two
8755         article buffers at the same time.
8756
8757 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8758
8759         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8760         trigger all the extra headers.
8761         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8762         sorting.
8763
8764 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8765
8766         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8767         solid groups.
8768
8769 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8770
8771         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8772
8773 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * legacy-gnus-agent.el: Add Copyright notice.
8776
8777 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8778
8779         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8780
8781 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8784
8785         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8786         to make it work reliably in CVS Emacs.
8787         (gnus-summary-limit-strange-charsets-predicate)
8788         (gnus-summary-limit-to-predicate): New functions.
8789
8790 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8791
8792         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8793         specifying array size.
8794         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8795         array if it is too small.
8796         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8797         (gnus-sort-threads-loop): New function.
8798
8799 2006-12-06  Chris Moore  <dooglus@gmail.com>
8800
8801         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8802         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8803
8804 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8805
8806         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8807         options.
8808
8809 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8812         DOS-ing the recipient.
8813
8814         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8815         the headers when creating the mapping to avoid mismappings.
8816         (nnweb-gmane-create-mapping): Always nix out old mapping.
8817
8818 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8821         and mm-verify-option to never.
8822
8823 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * message.el (message-signed-or-encrypted-p): New function.
8826         (message-forward-make-body): Use it.
8827
8828         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8829         Replace encode-coding-string with mm-encode-coding-string.
8830
8831 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * nneething.el (nneething-decode-file-name): Replace
8834         decode-coding-string with mm-decode-coding-string.
8835
8836         * gnus-int.el (gnus-open-server): Say failed server's name.
8837
8838 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8839
8840         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8841         strings to a single string.  Quote `errors-file-name'.
8842         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8843         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8844         Adjust calls.  Use `shell-quote-argument'.
8845
8846 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8847
8848         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8849         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8850
8851         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8852         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8853         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8854         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8855         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8856         (gnus-subscribe-newsgroup, gnus-1):
8857         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8858         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8859         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8860         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8861
8862 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8865         keystroke.
8866         (gnus-summary-limit-to-bodies): Implement headersp.
8867
8868 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8871
8872 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8875
8876 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * message.el (message-generate-hashcash): Expand range of values to
8879         include `opportunistic'.
8880         (message-send-mail): Use it.
8881
8882 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8883
8884         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8885         and comment it.
8886
8887         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8888
8889 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-util.el (gnus-extract-address-components): Improve comment.
8892
8893 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-util.el (gnus-extract-address-components): Work with address in
8896         which the name portion contains @.
8897
8898         * lpath.el: Fbind custom-autoload.
8899
8900 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * gnus.el (gnus-start): Move custom group up.
8903         (gnus-select-method): Don't autoload, but make it available for
8904         `customize-variable'.
8905         (gnus-getenv-nntpserver): Don't autoload.
8906
8907 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8910
8911 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * message.el (message-sendmail-extra-arguments): New variable.
8914         (message-send-mail-with-sendmail): Use it.
8915
8916 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8919         mm-with-unibyte-current-buffer to make string unibyte.
8920
8921         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8922         mm-string-as-multibyte.
8923
8924 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8925
8926         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8927         Reported by Werner Koch <wk@gnupg.org>.
8928
8929 2006-11-14  Daiki Ueno  <ueno@p360>
8930
8931         * mml2015.el: Autoload epa-select-keys when compiling.
8932
8933 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8934
8935         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8936         message-options.
8937         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8938
8939 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8940
8941         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8942         EasyPG (< 0.0.6).
8943         (mml2015-always-trust): New user option.
8944         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8945         prompt.
8946
8947 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nntp.el (nntp-authinfo-force): New variable.
8950         (nntp-send-authinfo): Use it.
8951
8952 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8955         decode encoded words.  Improve prompt.  Add comment about forwarding.
8956         (message-replacement-char): Move up.
8957
8958 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8959
8960         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8961         instead of gnus-intersection because arguments of gnus-sorted-nunion
8962         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8963
8964 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8967         (message-simplify-subject-functions): Enable
8968         message-strip-subject-encoded-words by default.
8969
8970 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * message.el (message-strip-subject-encoded-words): New function.
8973         (message-simplify-subject-functions): New variable.
8974         (message-simplify-subject): Use it.  Fix typo in doc string.
8975         Support message-strip-subject-encoded-words.
8976
8977 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8978
8979         * gnus-diary.el (gnus-diary-delay-format-function):
8980         * nndiary.el (nndiary-reminders):
8981         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8982
8983 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-art.el (article-hide-boring-headers): Fetch date from
8986         gnus-original-article-buffer to avoid problems with localized date
8987         strings.
8988
8989 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8992
8993 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8996         New variables.
8997         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8998         (mm-charset-synonym-alist): Move some entries to
8999         mm-codepage-iso-8859-list.
9000         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9001         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9002
9003 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9006
9007 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9010         with Emacs 21 and XEmacs.
9011
9012 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * spam.el (spam-parse-address): New function for better parsing,
9015         catching errors, etc.
9016         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9017
9018 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * mm-view.el: Add interactive arg to html2text autoload.
9021
9022 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9025
9026 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9029         variables.
9030         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9031         (mm-charset-synonym-alist): Move some entries to
9032         mm-codepage-iso-8859-list.
9033
9034         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9035
9036 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * message.el (message-citation-line-format)
9039         (message-insert-formated-citation-line): Fix implementation of %E, %N
9040         and %n according to the doc string.
9041
9042 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9043
9044         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9045         car-safe to avoid bad parses.
9046
9047 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9050         names.
9051
9052         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9053
9054 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9057         header.
9058
9059         * message.el (message-draft-headers): Add Date.
9060         (message-headers-to-generate): Fix typo in docstring.
9061
9062         * nndraft.el (nndraft-required-headers): New variable.
9063         (nndraft-generate-headers): Use it.
9064
9065         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9066
9067 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9068
9069         * gnus-registry.el (gnus-registry-wash-for-keywords)
9070         (gnus-registry-find-keywords): New functions to allow easy searching of
9071         articles that are in the registry.
9072
9073 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9074
9075         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9076         ietf-drums-parse-address instead of gnus-extract-address-components.
9077         Reported by Damien Elmes <damien@repose.cx>.
9078
9079 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus.el (gnus-mime): Remove unused custom group.
9082
9083 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9086         "blank line" when searching for end of armor headers.
9087
9088 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gmm-utils.el (gmm-write-region): Fix variable name.
9091
9092 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * gmm-utils.el (gmm-write-region): New function based on compatibility
9095         code from `mm-make-temp-file'.
9096
9097         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9098
9099         * nnmaildir.el (nnmaildir--update-nov)
9100         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9101         Use `gmm-write-region'.
9102
9103 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9106         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9107
9108         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9109
9110         * message.el (message-replacement-char): New variable.
9111         (message-fix-before-sending): Use it.
9112         (message-simplify-subject): New function to remove duplicate code.
9113         (message-reply, message-followup): Use it.
9114
9115         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9116         gnus-summary-limit-to-articles.
9117
9118 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-util.el (gnus-with-local-quit): New macro.
9121
9122         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9123
9124 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9125
9126         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9127         ignore non-string data.
9128
9129 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9130
9131         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9132         non-string data (needs to be done in the registry too).
9133
9134 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9135
9136         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9137         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9138         (gnus-registry-split-fancy-with-parent)
9139         (gnus-registry-fetch-simplified-message-subject-fast)
9140         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9141         Remove text properties on ingress into the registry and when it's saved.
9142         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9143         registry from entries with no groups.
9144
9145 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9146
9147         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9148         function to remove string properties.
9149
9150 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * gmm-utils.el (gmm): Adjust custom version.
9153
9154         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9155         custom version.
9156
9157         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9158
9159 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-art.el (gnus-insert-prev-page-button)
9162         (gnus-insert-next-page-button): Simplify.  Reformat.
9163
9164 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9165
9166         * gnus-art.el (gnus-insert-prev-page-button)
9167         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9168
9169 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9170
9171         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9172
9173 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9174
9175         * gnus-art.el (gnus-insert-mime-button)
9176         (gnus-insert-mime-security-button):
9177         Apply gnus-article-button-face to MIME and security buttons.
9178
9179 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9182         readable.
9183
9184 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9187
9188 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9189
9190         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9191         `browse-url-of-file' instead of `browse-url'.
9192
9193 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9194
9195         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9196         regexp.  Articles containing quotation were cut prematurely.
9197
9198 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * message.el (message-cite-original-1): Use nobody by default for the
9201         value of From header.
9202         (message-reply): Ditto.
9203
9204 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9205
9206         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9207         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9208         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9209
9210 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9213         mails in the doc string.  Add some URLs in comment.
9214         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9215
9216 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9219         backslashes handling and the way to find boundaries of quoted strings.
9220
9221 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9222
9223         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9224         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9225         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9226         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9227
9228 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9231         doc string.
9232         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9233
9234 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * lpath.el: Fbind epg-check-configuration.
9237
9238 2006-09-06  Simon Josefsson  <jas@extundo.com>
9239
9240         * mml2015.el (mml2015-use): Doc fix, mention epg.
9241
9242 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9243
9244         * mml2015.el (mml2015-use): Default to epg, if available.
9245
9246 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9247
9248         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9249         message-sender.
9250         (mml1991-epg-encrypt): Ditto.
9251         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9252         message-sender.
9253         (mml2015-epg-encrypt): Ditto.
9254
9255 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9256
9257         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9258         several common directories.
9259
9260 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9263         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9264
9265 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-art.el (article-decode-encoded-words): Make it fast.
9268
9269 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9272
9273         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9274         in quoted string into `\'.
9275
9276 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9279         Use standard-syntax-table.
9280
9281 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (gnus-decode-address-function): New variable.
9284         (article-decode-encoded-words): Use it to decode headers which are
9285         assumed to contain addresses.
9286         (gnus-mime-delete-part): Remove useless `or'.
9287
9288         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9289         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9290         (gnus-nov-parse-line): Use it to decode From header.
9291         (gnus-get-newsgroup-headers): Ditto.
9292         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9293
9294         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9295         (mail-decode-encoded-address-string): New alias.
9296
9297         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9298         New function.
9299         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9300         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9301         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9302         (rfc2047-decode-string): Ditto.
9303         (rfc2047-decode-address-region): New function.
9304         (rfc2047-decode-address-string): New function.
9305
9306 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * message.el (message-caesar-buffer-body): Allow rotating headers.
9309
9310         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9311
9312         * message.el (message-insert-formated-citation-line): Fix %f.
9313         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9314
9315 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9318         (gnus-bookmark-mouse-available-p): New macro.
9319         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9320         (gnus-bookmark-bmenu-show-infos): Use it.
9321         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9322         (gnus-bookmark-bmenu-hide-infos): Ditto.
9323         (gnus-bookmark-remove-properties): New function.
9324         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9325         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9326         (gnus-bookmark-write-file): Bind coding-system-for-write.
9327         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9328         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9329         group before selecting it.
9330         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9331         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9332         quit-window if it is not available; use gnus-mouse-2 and bind it to
9333         gnus-bookmark-bmenu-select-by-mouse.
9334         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9335         (gnus-bookmark-bmenu-select-by-mouse): New function.
9336
9337 2006-08-13  Romain Francoise  <romain@orebokech.com>
9338
9339         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9340         space.
9341
9342 2006-08-10  Romain Francoise  <romain@orebokech.com>
9343
9344         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9345         (dns-mode-soa-auto-increment-serial): New user option.
9346         (dns-mode-soa-maybe-increment-serial): New function.
9347         (dns-mode): Add the latter to `write-contents-functions'.
9348
9349 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * compface.el (uncompface): Use binary rather than raw-text-unix.
9352
9353 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * compface.el (uncompface): Make sure the eol conversion doesn't take
9356         place when communicating with the external programs.  Reported by
9357         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9358
9359 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9362
9363 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9364
9365         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9366         Make it more robust by parsing author and date independently.
9367
9368 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9371
9372 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9373
9374         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9375         first matching secret key.
9376         (mml2015-epg-encrypt): Ditto.
9377
9378         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9379         first matching secret key.
9380         (mml1991-epg-encrypt): Ditto.
9381
9382         * mml2015.el (mml2015-encrypt-to-self): New user option.
9383         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9384         mml2015-epg-encrypt-to-self is set.
9385
9386         * mml1991.el (mml1991-encrypt-to-self): New variable.
9387         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9388         mml1991-epg-encrypt-to-self is set.
9389
9390         * mml2015.el (mml2015-signers): New user option.
9391         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9392         (mml2015-epg-encrypt): Allow to select signing keys.
9393
9394         * mml1991.el (mml1991-signers): New variable.
9395         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9396         (mml1991-epg-encrypt): Allow to select signing keys.
9397
9398 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * nnheader.el (nnheader-insert-head): Make it work even if the file
9401         uses CRLF for the line-break code.
9402
9403 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9404
9405         * mml2015.el: Require mml-sec instead of password.
9406         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9407         (mml2015-cache-passphrase): Inherit the default value from
9408         mml-secure-cache-passphrase.
9409         (mml2015-passphrase-cache-expiry): Inherit the default value from
9410         mml-secure-passphrase-cache-expiry.
9411
9412         * mml1991.el: Require mml-sec instead of password.
9413         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9414         (mml1991-cache-passphrase): Inherit the default value from
9415         mml-secure-cache-passphrase.
9416         (mml1991-passphrase-cache-expiry): Inherit the default value from
9417         mml-secure-passphrase-cache-expiry.
9418
9419         * mml-sec.el: Require password.
9420         (mml-secure-verbose): New user option.
9421         (mml-secure-cache-passphrase): New user option.
9422         (mml-secure-passphrase-cache-expiry): New user option.
9423
9424 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9425
9426         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9427         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9428         andreas@altroot.de (Andreas Vögele).
9429
9430         FIXME: Use `tiny change'?
9431
9432 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9433
9434         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9435         workaround for the url package included with Emacs.
9436
9437         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9438
9439 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9442         correctly.  This fixes a bug caused by the 2006-05-12 change.
9443
9444 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9445
9446         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9447         some information about the error when saying that the `bogus' mail
9448         group will be used.
9449
9450 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9453         string.
9454
9455 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9456
9457         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9458
9459 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9462
9463 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9464
9465         * mml1991.el (mml1991-function-alist): Add epg.
9466         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9467         (mml1991-epg-encrypt): New functions.
9468
9469 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9470
9471         * mml2015.el (mml2015-verbose): New variable.
9472         (mml2015-cache-passphrase): Ditto.
9473         (mml2015-passphrase-cache-expiry): Ditto.
9474         (mml2015-function-alist): Add epg.
9475         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9476         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9477         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9478         functions.
9479
9480 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9481
9482         * message.el (message-cite-original-1): Preserve region when removing
9483         quoted text due to X-No-Archive in order to avoid bogus attribution
9484         when citing multiple messages.
9485
9486 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9487
9488         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9489         Kenneth Jacker <khj@be.cs.appstate.edu>.
9490
9491 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-diary.el (gnus-user-format-function-d)
9494         (gnus-user-format-function-D): Autoload.
9495
9496         * imap.el (Commentary): Fix typo.
9497
9498         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9499         2006-04-22 contribution.
9500
9501 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9502
9503         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9504         It didn't really fix the bogosity I'm seeing with solid web groups.
9505
9506 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9507
9508         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9509         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9510         created using server names.  If we use the feature without declaring
9511         it, Gnus does not properly manage server and group state.
9512
9513         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9514         bound.
9515
9516 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9517
9518         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9519         looking up the method using GROUP's prefix before inventing a new one.
9520         It is used on killed/unknown groups in various places where returning
9521         an all-new method isn't expected by the caller.
9522
9523         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9524         and match semantics of gnus-group-real-prefix.
9525
9526 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * nnmail.el (nnmail-broken-references-mailers): New variable.
9529         (nnmail-ignore-broken-references): New function generalizing
9530         nnmail-fix-eudora-headers.
9531         (nnmail-fix-eudora-headers): Now obsolete.
9532
9533         * gnus-art.el (gnus-button-handle-custom): Support
9534         `customize-apropos*'.
9535
9536 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9539
9540         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9541         articles.
9542
9543 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * message.el (message-cite-reply-above): New variable.
9546         (message-yank-original): Use it.
9547
9548 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9551
9552 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9555         as read.
9556
9557         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9558
9559 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9562         (gnus-bookmark-default-file): Use gnus-directory.
9563         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9564         Remove "*" in doc string.
9565         (gnus-bookmark-write-file): Simplify.
9566         (gnus-bookmark-maybe-sort-alist): Use `when'.
9567         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9568         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9569         FIXME about Emacs 21 and XEmacs compatibility.
9570         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9571         compatibility.
9572         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9573         compatibility.
9574         (gnus-bookmark-menu-heading): Fix version.
9575
9576 2006-06-19  Bastien Guerry  <bzg@altern.org>
9577
9578         * gnus-bookmark.el: New file.
9579
9580 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * message.el (message-syntax-checks): Doc fix.
9583
9584 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9585
9586         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9587         unsubscribed groups as if they were killed ones.  It causes duplicate
9588         entries in gnus-newsrc-alist.
9589
9590 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * message.el (message-syntax-checks): Doc fix.
9593         (message-send-mail): Add check for continuation headers.
9594         (message-check-news-header-syntax): Fix regexp used to check for
9595         continuation headers.
9596
9597 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9600
9601 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9604
9605 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9608         default-truncate-lines.
9609
9610 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9613         to fill the utf-8 entry.
9614
9615         * lpath.el: Fbind unicode-precedence-list.
9616
9617 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9618
9619         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9620
9621 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9622
9623         * gnus-agent.el (directory-files-and-attributes): Move all the way
9624         forward (the third and final move).
9625         (gnus-agent-read-agentview): Trap reconstruction errors due to
9626         nonexistant directory.  Handle by returning nil.
9627
9628 2006-05-30  Didier Verna  <didier@xemacs.org>
9629
9630         * message.el (message-dont-reply-to-names): Update the custom type.
9631         * message.el (message-dont-reply-to-names): New defsubst: potentially
9632         convert a list of regexps into a single one.
9633         * message.el (message-get-reply-headers): Use it.
9634         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9635
9636 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-agent.el (directory-files-and-attributes): Move forward.
9639
9640 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-ml.el (gnus-mailing-list-subscribe)
9643         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9644         (gnus-mailing-list-message): Fix doc strings.
9645
9646 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647
9648         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9649         of doing it manually.
9650
9651 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9654         comment.
9655
9656 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9657
9658         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9659         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9660         (gnus-agent-read-local): All symbols allocated in my-obarray.
9661         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9662         (gnus-agent-regenerate-group): Check numeric names to see if they are
9663         messages or groups.
9664         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9665         better way of do this...)
9666
9667         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9668         'dummy.group' (there should be a better way of do this...)
9669
9670 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9673         (gnus-saved-headers): Ditto.
9674         (gnus-default-article-saver): Mention functions may have properties.
9675         (gnus-article-save): Override gnus-save-all-headers and
9676         gnus-saved-headers by :headers property which saver function may have.
9677         (gnus-summary-save-in-file): Add :headers property.
9678         (gnus-summary-write-to-file): Ditto.
9679
9680         * gnus-sum.el (gnus-summary-save-article): Bind
9681         gnus-prompt-before-saving to t when saving many articles in a file;
9682         always show all headers.
9683
9684         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9685
9686 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9689         marks.
9690
9691         * message.el (message-indent-citation): Add optional arguments to allow
9692         using it outside of message buffers.
9693
9694         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9695         (gnus-article-treat-unfold-headers): Use it.
9696         (gnus-article-truncate-lines): New variable.
9697         (gnus-article-mode): Use it.
9698         (gnus-article-toggle-truncate-lines): New function.
9699
9700         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9701         gnus-article-toggle-truncate-lines.
9702
9703         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9704         coding system in XEmacs, use binary.
9705
9706 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9709         after-load-alist.
9710
9711         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9712         this function should save decoded articles.
9713         (gnus-summary-write-to-file): Use property to specify this function
9714         should save decoded articles and specify gnus-summary-save-in-file
9715         should be used to save articles other than the first one when saving
9716         many articles.
9717         (gnus-summary-save-body-in-file): Use property to specify this
9718         function should save decoded articles.
9719         (gnus-summary-write-body-to-file): Use property to specify this
9720         function should save decoded articles and specify
9721         gnus-summary-save-body-in-file should be used to save articles other
9722         than the first one when saving many articles.
9723
9724         * gnus-sum.el (gnus-summary-save-article): Simplify.
9725
9726 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-art.el (gnus-default-article-saver): Add
9729         gnus-summary-write-body-to-file.
9730         (gnus-article-save-coding-system): Don't use coding system object
9731         in XEmacs.
9732         (gnus-read-save-file-name): Add optional `dir-var' argument which
9733         specifies directory in which files are saved; work even if optional
9734         `variable' argument is not specified.
9735         (gnus-summary-write-to-file): Read file name.
9736         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9737         (gnus-summary-write-body-to-file): New function.
9738
9739         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9740         (gnus-summary-local-variables): Add it.
9741         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9742         (gnus-summary-save-article): Remove optional `decode' argument;
9743         determine whether to decode articles by the value of
9744         gnus-default-article-saver; when saving many files using
9745         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9746         it first and use gnus-summary-save-in-file or
9747         gnus-summary-save-body-in-file thereafter unless
9748         gnus-prompt-before-saving is always; move point to article which
9749         will be saved.
9750         (gnus-summary-save-article-file): Revert.
9751         (gnus-summary-write-article-file): Revert.
9752         (gnus-summary-save-article-body-file): Revert.
9753         (gnus-summary-write-article-body-file): New function.
9754
9755 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-art.el (gnus-default-article-saver): Doc fix.
9758         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9759         from gnus-summary-save-article-coding-system, and default to a
9760         certain coding system.
9761         (gnus-output-to-file): Add coding cookie and encode text according
9762         to gnus-article-save-coding-system; don't use mm-append-to-file.
9763
9764         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9765         gnus-art.el and rename to gnus-article-save-coding-system.
9766         (gnus-summary-save-article): Require gnus-art; don't show all
9767         headers if it decodes articles; don't add coding cookie here;
9768         don't bind mm-text-coding-system-for-write.
9769         (gnus-summary-save-article-file): Save decoded articles.
9770         (gnus-summary-write-article-file): When saving many files, use
9771         gnus-summary-write-to-file first and gnus-summary-save-in-file
9772         thereafter unless gnus-prompt-before-saving is always.
9773         (gnus-summary-save-article-body-file): Save decoded articles.
9774
9775         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9776
9777 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * nnrss.el (nnrss-check-group): Bind hash-index.
9780
9781 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9782
9783         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9784         its hash index.  Store this hash in `nnrss-group-data'.
9785         (nnrss-read-group-data): Update accordingly.
9786
9787 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9790         entry.
9791
9792         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9793         gnus-article-browse-html-article.
9794
9795 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9796
9797         * gnus-sum.el (gnus-summary-mime-map): Add
9798         gnus-article-browse-html-article.
9799
9800         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9801
9802 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9805         suitable coding systems in customize.
9806
9807 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * mail-source.el (mail-sources): Fix custom type.
9810
9811 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9814         (gnus-summary-expire-articles-now): Shorten prompt.
9815
9816         * gmm-utils.el (wid-edit): Require.
9817         (defun-gmm): Renamed from `gmm-defun-compat'.
9818         (gmm-image-search-load-path): Use it.
9819         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9820
9821 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9824         variable.
9825         (gnus-summary-save-article): Add optional `decode' argument.  If
9826         it is set and gnus-summary-save-article-coding-system is non-nil,
9827         save decoded article.
9828         (gnus-summary-write-article-file): Save decoded article if
9829         gnus-summary-save-article-coding-system is non-nil.
9830
9831         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9832         type.
9833
9834 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9837
9838 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9841         first to test gnus-single-article-buffer which may be buffer-local.
9842
9843         * gnus-sum.el (gnus-summary-setup-buffer): Make
9844         gnus-single-article-buffer buffer-local and nil in ephemeral
9845         group; make gnus-article-buffer, gnus-article-current, and
9846         gnus-original-article-buffer always buffer-local.
9847         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9848         group.
9849         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9850
9851 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * nnml.el (nnml-request-compact-group): Compressed files might not
9854         have .gz extension.
9855
9856 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9857
9858         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9859         (mm-copy-to-buffer): Use with-current-buffer.
9860         (mm-display-part): Simplify.
9861         (mm-inlinable-p): Add optional arg `type'.
9862
9863 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9864
9865         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9866         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9867         Try harder to show the attachment internally or externally using
9868         gnus-mime-view-part-as-type.
9869
9870 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * message.el (message-from-style, message-signature-separator)
9873         (message-user-organization-file, message-send-mail-function)
9874         (message-citation-line-function, message-yank-prefix)
9875         (message-indent-citation-function, message-signature)
9876         (message-signature-file, message-signature-insert-empty-line):
9877         Remove autoloads.
9878
9879         * gnus-art.el (gnus-buttonized-mime-types): Remove
9880         "multipart/signed".  Revert 2006-04-26 change.
9881
9882 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus.el (gnus-version-number): Bump version.
9885
9886 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9887
9888         * gnus.el: No Gnus v0.5 is released.
9889
9890 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9891
9892         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9893         fetching articles by message-id.
9894
9895 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * message.el (hashcash): Require hashcash as normal.
9898
9899         * ecomplete.el (ecomplete-highlight-match-line): Use
9900         point-at-eol.
9901         (ecomplete-highlight-match-line): Use `highlight', because that
9902         face exists in both Emacs and XEmacs.
9903
9904         * message.el (message-display-abbrev): Use point-at-bol.
9905
9906         * mail-source.el: Don't require timer/timer-funcs.
9907
9908         * gnus-async.el: Ditto.
9909
9910         * password.el: Ditto.
9911
9912         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9913
9914         * mm-url.el: Ditto.
9915
9916         * gnus-xmas.el: Don't require timer-funcs.
9917
9918         * mm-util.el: Require timer/timer-funcs.
9919
9920 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9921
9922         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9923         Close.
9924
9925 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9928         unibyte after clear-decrypt function runs.
9929
9930         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9931         returns as a unibyte string.
9932
9933 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * lpath.el: Revert.
9936
9937         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9938         (pgg-gpg-process-sentinel): Revert.
9939
9940         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9941         (pgg-pgp-lookup-key): Revert.
9942
9943         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9944         (pgg-pgp5-lookup-key): Revert.
9945
9946         * pgg.el (pgg-fetch-key): Revert.
9947
9948 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * lpath.el: Fbind string-as-multibyte for XEmacs.
9951
9952         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9953         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9954         (mml1991-pgg-encrypt): Ditto.
9955
9956         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9957         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9958         a multibyte buffer.
9959
9960         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9961         (pgg-pgp-lookup-key): Ditto.
9962
9963         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9964         (pgg-pgp5-lookup-key): Ditto.
9965
9966         * pgg.el (pgg-fetch-key): Ditto.
9967
9968 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * message.el (message-user-organization-file): Check several
9971         locations of the organization file.
9972
9973         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9974         Add gnus-article-view-part-as-type.
9975
9976         * gnus-art.el (gnus-article-view-part-as-type): New function.
9977
9978         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9979         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9980
9981         * mml.el: Simplify autoload.
9982         (mml-mode): defvar dnd-protocol-alist instead of using
9983         symbol-value.
9984         (mml-default-directory): New variable.
9985         (mml-minibuffer-read-file): Use it.
9986         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9987
9988         * message.el (message-citation-line-format): New variable.
9989         (message-insert-formated-citation-line): New function.
9990         (message-citation-line-function): Add
9991         `message-insert-formated-citation-line' to custom type.
9992
9993         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9994         to doc string.
9995
9996         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9997         depending on mm-verify-option.
9998
9999 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10002         binding pgg-* variables; reimplement the section which prevents
10003         MIME header from being signed.
10004         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10005         pgg-text-mode; remove a blank line at the top of body.
10006
10007         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10008         lines at the top of body; use gnus-newsgroup-charset if there's no
10009         Charset header.
10010
10011 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * message.el (message-self-insert-commands): Doc fix.
10014
10015         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10016         (mm-uu-pgp-encrypted-test): Ditto.
10017         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10018         between header and body; return application/pgp-encrypted handle
10019         if decryption failed; decode decrypted body by charset.
10020
10021         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10022         element match to application/pgp-*.
10023
10024 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10025
10026         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10027         HTML.
10028
10029 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * mail-source.el (mail-source-call-script): Message the error
10032         string.
10033
10034 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10035
10036         * gnus-util.el (gnus-byte-compile): Use it.
10037
10038 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10039
10040         * gnus-util.el (kill-empty-logs): New function.
10041
10042 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * message.el (message-mail-alias-type): Doc fix.
10045         (message-mail-alias-type-p): New function.
10046         (message-send): Use it.
10047         (message-mode): Ditto.
10048         (message-strip-forbidden-properties): Ditto.
10049
10050         * ecomplete.el (ecomplete-database-file-coding-system): New
10051         variable.
10052         (ecomplete-save): Use it.
10053         (ecomplete-setup): Use it.
10054
10055 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * message.el (message-self-insert-commands): New variable.
10058         (message-strip-forbidden-properties): Use it.
10059
10060 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10063         that doesn't make XEmacs choke.
10064
10065 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * gnus-util.el (gnus-replace-in-string):
10068         Prefer replace-regexp-in-string over of replace-in-string.
10069
10070 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-util.el (gnus-select-frame-set-input-focus):
10073         Use select-frame-set-input-focus if it is available in XEmacs; use
10074         definition defined in Emacs 22 for old Emacsen.
10075
10076         * dgnushack.el: Autoload unmorse-region for XEmacs.
10077
10078         * lpath.el: Bind cursor-in-non-selected-windows and
10079         select-frame-set-input-focus for XEmacs.
10080
10081 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10084
10085 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * gnus-registry.el (gnus-registry-cache-save): Remove text
10088         properties when saving via the temp buffer.
10089
10090 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * message.el (message-generate-hashcash): Honor custom type.
10093
10094 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * message.el (message-generate-hashcash): Default to non-nil when
10097         hashcash is found.
10098
10099         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10100         (gnus-refer-thread-limit): Increase default to 500.
10101
10102         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10103
10104         * flow-fill.el (fill-flowed): Allow delete-space.
10105
10106 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10109         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10110         Remove autoloads.
10111
10112 2006-04-18  Simon Josefsson  <jas@extundo.com>
10113
10114         * message.el (message-generate-hashcash): Default to.
10115
10116 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10119         concatenating segments rather than before concatenating them.
10120
10121 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10124
10125 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10128
10129         * message.el (message-forward-make-body-plain): Allow
10130         message-forward-ignored-headers to be a list.
10131         (message-remove-ignored-headers): Factor out into function.
10132         (message-forward-make-body-mml): Use it.
10133
10134         * imap.el (imap-quote-specials): New function.
10135         (imap-login-auth): Quote specials.
10136
10137         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10138         (rfc2231-parse-string): Allow concatanation of parameters that
10139         aren't contiguous.  The test case is
10140           (mail-header-parse-content-type "message/external-body;
10141             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10142             access-type=LOCAL-FILE;
10143             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10144
10145 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10146
10147         * nntp.el (nntp-accept-process-output): Return the value of
10148         `nnheader-accept-process-output'.
10149
10150 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151
10152         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10153         (gnus-button-alist): Recognize more diff formats.
10154         (gnus-button-patch): Strip directory.
10155
10156 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10159         Emacs 22 when setting focus.
10160
10161 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * gnus-art.el (gnus-article-treat-types): Do treatment of
10164         text/x-verbatim parts.
10165         (gnus-button-patch): New command.
10166
10167         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10168         addresses that contain invalid characters.
10169
10170 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10171
10172         * message.el (message-put-addresses-in-ecomplete): Use
10173         gnus-replace-in-string.
10174         (message-is-yours-p): Use the more correct
10175         mail-header-parse-address instead of
10176         mail-extract-address-components.
10177         (message-put-addresses-in-ecomplete): Fix typo.
10178
10179         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10180         keystroke.
10181
10182         * gnus-art.el (gnus-treatment-function-alist): Change order of
10183         newsgroups/generic header folding to avoid double-folding.
10184
10185         * message.el (message-hidden-headers): Add X-Draft-From.
10186
10187         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10188         command.
10189         (gnus-summary-repeat-search-article-backward): New command.
10190
10191         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10192         groups in the parent topic.
10193
10194 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10195
10196         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10197         (spam-extra-header-to-number): Return the CRM114 number as a
10198         number instead of a string.
10199
10200 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-art.el (gnus-face-properties-alist): Moved here from
10203         gnus-fun.
10204
10205         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10206
10207 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * message.el (message-strip-forbidden-properties): Only display on
10210         self-insert-command.
10211
10212         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10213         reindent.
10214         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10215
10216 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10217
10218         * smiley.el (smiley-style): Fix typo.
10219
10220 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * hashcash.el (hashcash-insert-payment-async-2): Use
10223         message-goto-eoh instead of doing it manually.
10224         (mail-add-payment): Use message-narrow-to-header instead of trying
10225         to do the same itself.
10226
10227         * message.el (message-hidden-headers): Add Face.
10228
10229         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10230         reparenting code.
10231         (gnus-summary-reparent-children): Refactored out code.
10232         (gnus-summary-thread-map): New keystroke.
10233         (gnus-summary-reparent-children): Make into command.
10234
10235         * smiley.el (smiley-style): Default to `medium' if using a large
10236         font.
10237
10238         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10239         does it itself.
10240
10241         * message.el (message-point-in-header-p): Simplify definition.
10242
10243 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * nnagent.el (nnagent-request-set-mark): Silence log file
10246         writing.
10247         (nnagent-request-set-mark): Use write-region instead of
10248         append-to-file.
10249
10250         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10251         strange select method.
10252
10253         * ecomplete.el (ecomplete-display-matches): Get highlightling
10254         right.
10255         (ecomplete-display-matches): Use literals.
10256         (ecomplete-display-matches): Disable message logging.
10257
10258         * message.el (message-display-abbrev): Small optimization.
10259
10260         * ecomplete.el (ecomplete-display-matches): Allow automatic
10261         display.
10262
10263         * message.el (message-strip-forbidden-properties): Display
10264         abbrevs.
10265         (message-display-abbrev): Get automatic display right.
10266
10267         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10268         keystrokes.
10269
10270 2006-04-13  Romain Francoise  <romain@orebokech.com>
10271
10272         TODO: Backport to v5-10!
10273
10274         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10275         Moved here (and renamed) from gnus-registry.el.
10276
10277         * gnus-registry.el: Require gnus-util.
10278         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10279
10280 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus-group.el (gnus-group-catchup-current): Change
10283         if-then-else-if-then-else into cond.
10284         (gnus-group-catchup): Indent.
10285         (group-name-at-point): New function.
10286         (gnus-fetch-group): Provide default from thing at point.
10287
10288 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * message.el (message-display-abbrev): Fix regexp.
10291
10292         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10293         choosing.
10294         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10295         dead variables.
10296
10297         * message.el (message-newline-and-indent): Remove debugging.
10298         (message-display-abbrev): Use new implementation.
10299
10300 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-art.el (gnus-article-mode): Set
10303         cursor-in-non-selected-windows to nil.
10304
10305         * smiley.el: Revert previous change.
10306         (smiley-data-directory): defvar it before using it in the
10307         defcustom of `smiley-style'.
10308
10309 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * message.el (message-newline-and-indent): New function.
10312
10313         * ecomplete.el: Implement more bits.
10314
10315         * message.el (message-put-addresses-in-ecomplete): Clean up the
10316         string.
10317
10318         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10319
10320         * gnus-sum.el (gnus-summary-save-parts): Bind
10321         gnus-summary-save-parts-counter and use it to make unique file
10322         names.
10323
10324         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10325
10326         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10327         parameter to say whether to actually parse the individual
10328         addresses.
10329
10330         * message.el (message-put-addresses-in-ecomplete): New function.
10331         (ecomplete): Require.
10332         (message-mail-alias-type): Add ecomplete as an option.
10333
10334 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10335
10336         * flow-fill.el (fill-flowed): Remove trailing space from blank
10337         quoted lines.
10338
10339 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * smiley.el (smiley-style): Move definition later to avoid a
10342         compilation warning.
10343
10344 2006-04-12  Kenichi Handa  <handa@m17n.org>
10345
10346         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10347         buffer and then decode the buffer text if necessary.
10348         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10349         first, and after mm-encode-body, change the buffer to unibyte.
10350         Use mm-disable-multibyte instead of set-buffer-multibyte.
10351
10352 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10355         Content-Type header instead of Content-Disposition header.
10356         (gnus-mime-inline-part): Ditto.
10357         (gnus-mime-view-part-as-charset): Ignore charset that the part
10358         specifies.
10359
10360         * mm-decode.el (mm-display-part): Work with external parts and
10361         usual parts similarly.
10362
10363         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10364         instead of gnus-display-mime.
10365
10366         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10367         instead of with-temp-buffer.
10368
10369         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10370         tag to summarized topics part in order to encode non-ASCII text.
10371
10372 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * smiley.el (smiley-style): New variable.
10375         (smiley-directory): New function.
10376         (smiley-data-directory): Derive from `smiley-style' using
10377         `smiley-directory'.
10378         (smiley-regexp-alist): Add new entries.
10379
10380         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10381         (gnus-article-browse-delete-temp): Add :version.
10382
10383 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10384
10385         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10386         the sieve region.
10387
10388 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * gnus.el (gnus-version-number): Bump version.
10391
10392 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gnus.el: No Gnus v0.4 is released.
10395
10396 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397
10398         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10399         layout.
10400
10401         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10402         unknown charset.
10403
10404         * message.el (message-header-synonyms): Add Original-To to the
10405         default.
10406
10407         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10408         optional parameter.
10409
10410 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-fun.el (gnus): Require it for gnus-directory.
10413
10414 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10417
10418 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10419
10420         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10421
10422 2006-04-05  Simon Josefsson  <jas@extundo.com>
10423
10424         * password.el (password-reset): New function.
10425
10426 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10427
10428         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10429         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10430
10431 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10432
10433         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10434         Some whitespace was matched into the url, which broke browsing hits
10435         > 100 when mm-url-use-external was nil.
10436
10437 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10440         gnus-extra-headers for 'Newsgroups.
10441
10442         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10443         bound.
10444
10445 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10446
10447         * pgg-gpg.el: Clean up process buffers every time gpg processes
10448         complete.
10449
10450 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10453         doc string.
10454
10455 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10456
10457         * pgg-gpg.el (pgg-gpg-process-filter)
10458         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10459
10460         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10461         lines, temporary fix.
10462
10463 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10466
10467 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10468
10469         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10470         default-enable-multibyte-characters.  This reverts the change from
10471         revision 6.17 which is no longer necessary because the passphrase
10472         is sent separately now.  GnuPG messages are unreadable under
10473         multibyte locales with default-enable-multibyte-characters set to
10474         nil.
10475
10476 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * message.el (message-tool-bar-gnome): Move "spell".
10479
10480 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10483         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10484         instead.
10485
10486 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10487
10488         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10489         newsgroups handling for NNTP overviews which don't include
10490         Newsgroups.
10491
10492 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10493
10494         * message.el (message-resend): Bind message-generate-hashcash to nil.
10495
10496 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10497
10498         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10499         when searching for already-paid recipients.
10500
10501 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10502
10503         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10504         passphrases when it is not needed.
10505         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10506         passphrase stuff from gpg, should only be necessary when you use
10507         gpg with a smartcard.
10508
10509 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mml.el (mml-insert-mime): Ignore cached contents of
10512         message/external-body part.
10513
10514         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10515         (mm-insert-part): Ditto.
10516
10517 2006-03-23  Simon Josefsson  <jas@extundo.com>
10518
10519         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10520         Reiner.
10521         (pgg-gpg-use-agent-p): Use it again.
10522
10523 2006-03-23  Simon Josefsson  <jas@extundo.com>
10524
10525         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10526         older emacsen.
10527         (pgg-gpg-use-agent-p): Don't use it.
10528
10529 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10532         if we can.
10533
10534 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10535
10536         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10537         (pgg-gpg-update-agent): New function.
10538         (pgg-gpg-use-agent-p): New function.
10539         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10540         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10541         (pgg-gpg-sign-region): Use it.
10542
10543 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10546         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10547
10548 2006-03-21  Simon Josefsson  <jas@extundo.com>
10549
10550         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10551         <wilde@sha-bang.de>.
10552         (pgg-gpg-use-agent): New variable.
10553         (pgg-gpg-process-region): Use it.
10554         (pgg-gpg-encrypt-region): Likewise.
10555         (pgg-gpg-encrypt-symmetric-region): Likewise.
10556         (pgg-gpg-decrypt-region): Likewise.
10557         (pgg-gpg-sign-region): Likewise.
10558         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10559
10560 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10563
10564         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10565         Add comment on version.
10566
10567 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * smiley.el: Add missing test smiley.
10570
10571 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * mm-decode.el (mm-with-part): New macro.
10574         (mm-get-part): Use it; work with message/external-body as well.
10575         (mm-save-part): Treat name and filename equally.
10576
10577         * mm-extern.el (mm-extern-cache-contents): New function.
10578         (mm-inline-external-body): Use it; force the part to be displayed;
10579         move undisplayer added to the cached handle to the parent.
10580
10581         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10582         (gnus-mime-view-part-as-type): Work with message/external-body.
10583
10584         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10585
10586 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10589         images in image-load-path.  [Sync with image.el, revision 1.60, in
10590         Emacs.]
10591
10592 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10595         path rather than symbol.  Always return list of directories.
10596         Guarantee that image directory comes first.  [Sync with image.el,
10597         revision 1.59, in Emacs.]
10598
10599         * message.el (message-make-tool-bar): Adjust to new API of
10600         `gmm-image-load-path-for-library'.
10601
10602         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10603
10604         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10605
10606 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10607
10608         * gnus-art.el (gnus-article-only-boring-p):
10609         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10610         intangible text.
10611         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10612
10613 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10616         `defun' instead of `gmm-defun-compat'.
10617
10618 2006-03-14  Simon Josefsson  <jas@extundo.com>
10619
10620         * message.el (message-unique-id): Don't use message-number-base36
10621         if (user-uid) is a float.
10622         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10623
10624 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10627
10628         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10629         empty line between a part and a message part.
10630
10631 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * smiley.el: Add more test smileys.
10634         (smiley-data-directory, smiley-regexp-alist)
10635         (gnus-smiley-file-types): Fix doc strings.
10636         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10637         adding new elements.
10638         (smiley-mouse-map): Unused code.  Make it a comment.
10639
10640 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10643         scan latest NoCeM messages instead of old ones.
10644         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10645         delimiters that are recently used.
10646         (gnus-nocem-load-cache): Add autoload cookie.
10647
10648         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10649
10650         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10651         level which is larger than gnus-use-nocem is specified.
10652
10653         * gnus-group.el (gnus-group-get-new-news): Ditto.
10654
10655 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-util.el (gnus-tool-bar-update): New function.
10658
10659         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10660         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10661
10662         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10663
10664         * gnus-group.el (gnus-group-redraw-when-idle)
10665         (gnus-group-redraw-check): Remove.
10666         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10667
10668 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10671         if optional last element is specified in splits (FIELD VALUE...).
10672
10673 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10676         to gmm-image-load-path-for-library.  Call with no-error argument.
10677         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10678
10679         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10680
10681         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10682
10683         * gmm-utils.el (gmm-image-load-path): Remove alias.
10684
10685 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * gmm-utils.el (gmm-image-load-path): Add alias.
10688
10689         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10690         nnml-generate-nov-databases-1.
10691         (nnml-generate-nov-databases): Use it.
10692         (nnml-generate-nov-databases-directory): Document no-active
10693         argument.
10694
10695         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10696         directory if path is t.  Add no-error.
10697
10698         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10699         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10700
10701         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10702         resetting gnus-article-browse-html-temp-list.
10703
10704         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10705         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10706         Add example to docstring.  Rename local variables.  Move error
10707         checks to default case in cond and simplify.
10708
10709 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10712         handle is multipart when calling it recursively.
10713         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10714
10715 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10716
10717         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10718         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10719
10720 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10723         is loaded.
10724
10725         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10726         loaded.
10727
10728 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10731         to "Emacs 23 (unicode)" in doc string.
10732
10733         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10734         "Emacs 23 (unicode)" in comment.
10735
10736 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10739
10740         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10741         characters 160 through 255 in Emacs 23.
10742
10743 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10746         gnus-article-browse-html-temp.
10747         (gnus-article-browse-delete-temp): Make it customizable.  Add
10748         `file'.  Adjust doc string.
10749         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10750         query for each file.  Adjust doc string.
10751         (gnus-article-browse-html-parts): Add
10752         `gnus-article-browse-delete-temp-files' to
10753         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10754
10755 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10756
10757         * gnus-art.el (gnus-article-browse-html-temp)
10758         (gnus-article-browse-delete-temp): New variables.
10759         (gnus-article-browse-delete-temp-files): New function.
10760         (gnus-article-browse-html-parts): Use it.
10761
10762 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10765
10766         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10767         string.
10768
10769         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10770         gnus-summary-insert-new-articles when unplugged.  Remove
10771         gnus-summary-search-article-forward.
10772
10773         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10774         display-visual-class instead of display-color-cells.
10775
10776 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * dgnushack.el: Autoload customize-group for XEmacs.
10779
10780         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10781         message/* containing non-ASCII text properly.
10782
10783 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * message.el: Require gmm-utils, remove autoloads.
10786         (message-tool-bar): Set default based on
10787         gmm-tool-bar-style.
10788         (message-tool-bar-gnome): Add gmm-customize-mode.
10789
10790         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10791         gmm-tool-bar-style.
10792         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10793
10794         * gnus-group.el (gnus-group-tool-bar): Set default based on
10795         gmm-tool-bar-style.
10796         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10797
10798         * gmm-utils.el (gmm-image-directory): Rename variable from
10799         gmm-image-load-path.
10800         (gmm-image-load-path): Use gmm-image-directory.
10801         (gmm-customize-mode): New function.
10802         (gmm-tool-bar-style): New variable.
10803
10804         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10805         gnus-group-redraw-line-number.
10806         (gnus-group-redraw-check): Simplify.
10807         (gnus-group-tool-bar-update): Remove redraw check.
10808         (gnus-group-make-tool-bar): Add redraw check.
10809
10810 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10811
10812         * gnus-art.el (gnus-button): Add missing parentheses.
10813
10814 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * lpath.el: Fbind line-number-at-pos.
10817
10818 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10821
10822 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-art.el (gnus-button): New face.
10825         (gnus-article-button-face): Use it.
10826
10827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10828         gnus-summary-next-page.  Re-order.
10829
10830         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10831         next-node are now included.
10832         (gnus-group-redraw-line-number): New internal variable.
10833         (gnus-group-redraw-check): Helper function for updating the tool
10834         bar.
10835         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10836
10837         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10838
10839         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10840         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10841         Use it to match format of Spamassassin 3.0 and later.  Reported by
10842         IRIE Tetsuya <irie@t.email.ne.jp>.
10843         (spam-check-bogofilter)
10844         (spam-bogofilter-register-with-bogofilter): Fix args of
10845         `gnus-error' calls.
10846
10847 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10850         unnecessary interaction when sending queued mails.  Reported by
10851         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10852
10853 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10856         first or last are nil.
10857
10858 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10859
10860         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10861
10862 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10865
10866 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * dns.el (query-dns): Protect more against buggy tcp output.
10869
10870 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10873         nov.php.
10874
10875 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10876
10877         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10878         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10879         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10880         output on the server side.
10881         (nnweb-google-create-mapping): Update regexps and add some
10882         progress indication.
10883
10884 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10887         gnus-agent-toggle-plugged.  Re-order icons.
10888         (gnus-group-tool-bar-gnome): Add
10889         gnus-group-{prev,next}-unread-group.
10890         (gnus-group-tool-bar-gnome): Re-order icons.
10891
10892         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10893         gnus-summary-insert-new-articles.
10894
10895         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10896         comments.
10897
10898         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10899         also available in Emacs 21.3.
10900
10901         * message.el (message-fix-before-sending): Change "Emacs 22" to
10902         "Emacs 23 (unicode)" in comment.
10903
10904         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10905         "Emacs 23 (unicode)" in comment.
10906
10907         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10908         comment.
10909         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10910
10911         * mm-view.el (mm-fill-flowed): Add :version.
10912
10913 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10916         and load-path.
10917
10918 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * message.el: Autoload gmm-image-load-path.
10921         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10922         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10923         consitency.
10924
10925         * gmm-utils.el (gmm-image-load-path): Also search in
10926         "../etc/images".  Don't set gmm-image-load-path if we don't find
10927         the image.
10928
10929 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gmm-utils.el (gmm-image-load-path): Don't make
10932         `gmm-image-load-path' include subdirectories which the second arg
10933         `image' might specify.
10934
10935         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10936         subdirectory to icon file names.
10937
10938         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10939
10940 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10943         gmm-image-load-path calls.
10944
10945         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10946
10947         * message.el (message-make-tool-bar): Ditto.
10948
10949         * mml.el (mml-preview): Added comment concerning tool bar icons.
10950
10951         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10952         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10953
10954         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10955         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10956
10957         * message.el (message-tool-bar-gnome): Use new icon names.
10958         (message-make-tool-bar): Use `gmm-image-load-path'.
10959
10960         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10961         functions from MH-E.
10962         (gmm-image-load-path): New variable from MH-E.
10963         (gmm-image-load-path): New function from MH-E.  Added arguments
10964         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10965         *-image-load-path-called-flag.
10966
10967 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10968
10969         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10970
10971 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10972
10973         * nnimap.el (nnimap-request-move-article): Change folder back to
10974         source group before deleting.
10975
10976 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10979
10980         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10981         mm-url.
10982
10983         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10984
10985 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10988         coding system which mm-charset-to-coding-system returns for a
10989         given charset is valid.
10990
10991 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10992
10993         * html2text.el (html2text-remove-tag-list):
10994         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10995
10996 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10997
10998         * gnus-cus.el: Revert 2005-10-17 change.
10999
11000 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-art.el (article-strip-banner): Call
11003         article-really-strip-banner only when the regexp match is made.
11004
11005 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (article-strip-banner): Use
11008         gnus-extract-address-components instead of
11009         mail-header-parse-addresses to make it work with non-ASCII text;
11010         remove mail-encode-encoded-word-string.
11011
11012         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11013         values which are surrounded with \"...\"; make it never cause a
11014         Lisp error; give up parsing of parameters if it failed in
11015         extracting type.
11016
11017 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11018
11019         * smime.el (smime-cert-by-ldap-1): Fix bug where
11020         `smime-ldap-search' returns results without userCertificates.
11021
11022 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11025
11026 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * spam.el (spam-check-spamassassin-headers): Adapt format for
11029         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11030         <ari@mbf.ocn.ne.jp>.
11031         (spam-list-of-processors): Add spam-use-gmane.
11032
11033 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11036         make-temp-file; make it work with XEmacs as well.
11037
11038         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11039         mm-make-temp-file.
11040
11041         * mm-decode.el (mm-display-external): Use the 3rd arg of
11042         mm-make-temp-file.
11043         (mm-create-image-xemacs): Ditto.
11044
11045 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11048         with message-narrow-to-headers.
11049         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11050         (gnus-draft-check-draft-articles): New function.
11051         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11052
11053 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-art.el (gnus-article-browse-html-parts):
11056         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11057         Don't use suffix argument for mm-make-temp-file for Emacs 21
11058         compatibility.  Remove useless `format'.
11059
11060 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11061
11062         * nnweb.el (nnweb-google-wash-article): Update regexps.
11063         (nnweb-group-alist): Use defvoo instead of defvar.
11064
11065 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11068         re-loading nn* modules.
11069
11070 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11073         for `tool-bar-mode' and don't check it's default-value.
11074
11075         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11076
11077         * message.el (message-make-tool-bar): Ditto.
11078
11079         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11080         `substring'.  Shorten tmp-file name.
11081
11082         * gnus.el: Remove bogus comment.
11083
11084 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11085
11086         * gnus-art.el (gnus-article-browse-html-parts): New function.
11087         (gnus-article-browse-html-article): New function for viewing html
11088         articles with a browser.
11089
11090 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11091
11092         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11093         in elisp.
11094         (pgg-gpg-encrypt-symmetric-region): Ditto.
11095         (pgg-gpg-sign-region): Ditto.
11096
11097         * pgg-def.el (pgg-text-mode): New variable.
11098
11099         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11100         (mml2015-pgg-encrypt): Ditto.
11101
11102         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11103         (mml1991-pgg-encrypt): Ditto.
11104
11105 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11108         message-make-date instead of current-time-string.
11109
11110         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11111         to gnus-decoded which mm-uu might set.
11112
11113 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11116         don't decode quoted parameters; remove misimported Emacs code.
11117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11118         (rfc2231-decode-encoded-string): Don't use split-string which
11119         behaves differently according to Emacs version; use
11120         mm-decode-coding-region to convert charset to coding-system.
11121         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11122         (rfc2231-encode-string): Remove misimported Emacs code.
11123
11124 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11127         when calling mail-header-parse-content-type.
11128         (article-de-quoted-unreadable): Ditto.
11129         (article-de-base64-unreadable): Ditto.
11130         (article-wash-html): Ditto.
11131
11132         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11133         calling mail-header-parse-content-type and
11134         mail-header-parse-content-disposition.
11135         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11136         mail-header-parse-content-type.
11137
11138         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11139         insert charset and format parameters; encode description after
11140         inserting it to buffer.
11141         (mml-insert-parameter): Fold lines properly even if a parameter is
11142         segmented into two or more lines; change the max column to 76.
11143
11144         * rfc1843.el (rfc1843-decode-article-body): Don't use
11145         ignore-errors when calling mail-header-parse-content-type.
11146
11147         * rfc2231.el (rfc2231-parse-string): Return at least type if
11148         possible; don't cause an error even if it fails in parsing of
11149         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11150         (rfc2231-encode-string): Don't break lines at the beginning, leave
11151         it to mml-insert-parameter.
11152
11153         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11154         calling mail-header-parse-content-type.
11155
11156 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * spam-report.el (spam-report-gmane-use-article-number):
11159         Improve doc string.
11160         (spam-report-gmane-internal): Check if a suitable header was found
11161         in the article.
11162
11163 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11166         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11167
11168 2006-02-05  Romain Francoise  <romain@orebokech.com>
11169
11170         Update copyright notices of all files in the gnus directory.
11171
11172 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11173
11174         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11175
11176 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11179         segmented lines of parameter value to cope with Thunderbird 1.5
11180         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11181         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11182         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11183
11184 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11185
11186         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11187         parts.
11188
11189 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11190
11191         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11192         there's only one active file for all servers.
11193         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11194         solid groups.  Gnus might have used a FAST request to select the group.
11195         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11196         and nnweb-search redundantly in the active file.
11197         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11198         (nnweb-request-create-group): Don't use ARGS.
11199         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11200         initialisations.  Let nnoo do the work.
11201
11202 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11205         Say the part has been decoded.
11206
11207         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11208
11209 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11210
11211         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11212         mailcap-viewer-test-cache when there's no 'test clause, since that
11213         will invert the meaning of a "nil" test previously determined by
11214         mailcap-mailcap-entry-passes-test.
11215
11216 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11219         compiling.
11220
11221         * gnus-sum.el: Ditto.
11222
11223         * message.el: Don't bind tool-bar-map when compiling.
11224
11225 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11228
11229 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11230
11231         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11232         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11233         current Google Groups.
11234
11235 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11238         and tool-bar-mode.
11239
11240         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11241         and tool-bar-mode.
11242
11243         * message.el (message-tool-bar-update): Simplify.
11244         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11245
11246         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11247         gnus-summary-buffer.
11248         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11249         gnus-summary-reply.
11250
11251         * gmm-utils.el (gmm): Add :version.
11252
11253 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * Makefile.in (clean): New rule.
11256         (distclean): Use it.
11257
11258 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11259
11260         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11261         autoload.
11262
11263 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gmm-utils.el (gmm-verbose): Add :group.
11266
11267 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * message.el: Change some comments WRT tool-bars.
11270
11271         * gnus-sum.el (gnus-summary-tool-bar)
11272         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11273         (gnus-summary-tool-bar-zap-list): New variables.
11274         (gnus-summary-make-tool-bar): Complete rewrite using
11275         `gmm-tool-bar-from-list'.
11276
11277         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11278         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11279         variables.
11280         (gnus-group-make-tool-bar): Complete rewrite using
11281         `gmm-tool-bar-from-list'.
11282         (gnus-group-tool-bar-update): New function.
11283
11284         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11285
11286 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11289         is dissected into a single part of which the type is the same as
11290         the given one; decode charset.
11291
11292 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11293
11294         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11295         into alists as symbol not string, since that's what
11296         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11297         look for.
11298
11299 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11302         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11303
11304         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11305
11306 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11309         (gnus-xmas-mime-security-button-menu): New function.
11310
11311         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11312         (gnus-mime-security-button-menu): New definition.
11313         (gnus-mime-security-button-map): Use them.
11314         (gnus-mime-security-button-menu): New function.
11315         (gnus-insert-mime-security-button): Addition to help echo.
11316         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11317         (gnus-mime-security-pipe-part): New functions.
11318
11319         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11320         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11321
11322         * mm-decode.el (mm-handle-set-disposition): Remove.
11323         (mm-handle-set-description): Remove.
11324
11325 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11328         (mm-w3m-standalone-supports-m17n-p): New function.
11329         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11330         w3m usage.
11331
11332         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11333         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11334
11335 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * message.el (message-tool-bar-zap-list): Use
11338         gmm-tool-bar-zap-list as custom type.
11339         (message-tool-bar-update): New function.
11340         (message-tool-bar, message-tool-bar-gnome)
11341         (message-tool-bar-retro): Add message-tool-bar-update.
11342         (message-tool-bar-gnome): Add flyspell-buffer.
11343
11344         * gnus-util.el (gnus-error): Describe `args'.
11345
11346         * gmm-utils.el (gmm-error): Describe `args'.
11347         (gmm-tool-bar-zap-list): New widget.
11348         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11349
11350 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11353         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11354         the number of recursive calls.
11355
11356         * mm-decode.el (mm-handle-set-disposition): New macro.
11357         (mm-handle-set-description): New macro.
11358
11359 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11362         encoding.
11363
11364 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * message.el (message-tool-bar-zap-list, message-tool-bar)
11367         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11368         (message-tool-bar-local-item-from-menu): Remove.
11369         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11370         (message-make-tool-bar): New function.
11371         (message-mode): Use `message-make-tool-bar'.
11372
11373         * gmm-utils.el: New file.
11374         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11375         (gmm-lazy): New widget copied from `nnmail.el'.
11376         (gmm-tool-bar-from-list): New function for creating customizable
11377         tool bars.
11378         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11379         output.
11380         (gmm): Add :prefix to defgroup.
11381
11382 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11383
11384         * gmm-utils.el (gmm-widget-p): New function.
11385
11386 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * mml.el (mml-attach-file): Describe `description' in doc string.
11389         (mml-menu): Add Emacs MIME manual and PGG manual.
11390
11391 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11392
11393         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11394
11395 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11396
11397         * nntp.el (nntp-end-of-line): Doc fix.
11398
11399 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11400
11401         * imap.el (imap-open): Handle case where buffer is a buffer
11402         object.
11403
11404 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11405
11406         * gnus-delay.el (gnus-delay): Don't autoload.
11407         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11408         to be re-loaded when customizing the `gnus-delay' group.
11409
11410 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11411
11412         * message.el (message-insert-citation-line): Use newlines.
11413
11414 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11415
11416         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11417         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11418         these routines, so the passphrase can be managed externally and
11419         passed in to the system.
11420         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11421         pgg-add-passphrase-to-cache function.
11422
11423         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11424         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11425         these routines, so the passphrase can be managed externally and
11426         passed in to the system.
11427         (pgg-pgp5-sign-region): Use new name of
11428         pgg-add-passphrase-to-cache function.
11429
11430 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11431
11432         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11433         part of the decoded armor to find the key-identifier.
11434         (pgg-gpg-lookup-key-owner): New function to return the
11435         human-readable identifier of a key owner.
11436         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11437         itself.
11438         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11439         the key value) if we have a key and can match it against a secret
11440         key.  Also, added a note pointing out fact that the prompt only
11441         indicates the first matching key.
11442
11443         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11444         pgg-decrypt-region.
11445         (pgg-add-passphrase-to-cache): Rename from
11446         `pgg-add-passphrase-cache' to reduce confusion (all callers
11447         changed).
11448         (pgg-remove-passphrase-from-cache): Rename from
11449         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11450         changed).
11451         (pgg-read-passphrase, pgg-add-passphrase-cache)
11452         (pgg-remove-passphrase-cache): Add informative docstrings.
11453         (pgg-decrypt): Convey provided passphrase in subordinate call to
11454         pgg-decrypt-region.
11455
11456 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11457
11458         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11459         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11460         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11461         'passphrase' argument, so the passphrase can be managed externally
11462         and then passed in to the system.
11463
11464         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11465         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11466         so the passphrase cache can be used reliably with identifiers
11467         besides a pgp packet's key id.
11468
11469         * pgg-gpg.el (pgg-gpg-encrypt-region)
11470         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11471         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11472         these routines, so the passphrase can be managed externally and
11473         passed in to the system.
11474
11475         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11476         'notruncate' argument, so the passphrase cache can be used
11477         reliably with identifiers besides a pgp packet's key id.
11478
11479 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11480
11481         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11482         symmetric encryption.
11483         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11484         encrypted session key.
11485         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11486         message ask for the passphrase in a proper way.
11487
11488         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11489         New user commands for symmetric encryption.
11490
11491 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11494
11495         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11496
11497 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11498
11499         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11500
11501 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * mm-decode.el (mm-inlined-types): Add application/pgp.
11504         (mm-automatic-display): Ditto.
11505
11506         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11507         part as text.
11508
11509 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * nnrss.el: Update copyright.
11512         (nnrss-opml-import): Query whether to subscribe to each entry.
11513
11514         * gnus-art.el:
11515         * gnus-sum.el:
11516         * gnus-xmas.el:
11517         * messagexmas.el:
11518         * mm-uu.el:
11519         * mm-view.el: Update copyright.
11520
11521 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * message.el (message-info): New function.
11524         (message-mode-menu): Add it.
11525         Update copyright.
11526
11527         * ChangeLog: Fix and update copyright.
11528
11529 2006-01-13  Romain Francoise  <romain@orebokech.com>
11530
11531         * message.el (message-forward-subject-name-subject): Prefer the
11532         address to 'nowhere' if the sender has no name.
11533         Fix typo.  Update copyright year.
11534
11535 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-art.el (article-wash-html): Use
11538         gnus-summary-show-article-charset-alist if a numeric arg is given.
11539         (gnus-article-wash-html-with-w3m-standalone): New function.
11540
11541         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11542         mm-inline-text-html-render-with-w3m-standalone.
11543         (mm-text-html-washer-alist): Map w3m-standalone to
11544         gnus-article-wash-html-with-w3m-standalone.
11545         (mm-inline-text-html-render-with-w3m-standalone): New function.
11546
11547 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11550         Improve LaTeX.
11551
11552 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11555         (nnrss-request-article): Render text/plain parts as HTML.
11556
11557         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11558         the buffer.
11559
11560 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11563         custom definition of `gnus-posting-styles'.
11564
11565         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11566         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11567
11568 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11571         Use nntp for bug archive.
11572
11573 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11576         parts.
11577         (nnrss-normalize-date): New function converts ISO 8601 date into
11578         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11579         (nnrss-check-group): Use it.
11580
11581 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11584
11585         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11586         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11587         (nnrss-insert-w3): Ditto.
11588
11589 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11592         the articles to be forwarded including the case where neither a
11593         number of articles nor a region is specified.
11594
11595 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * nnrss.el (nnrss-request-article): Fix last change; fill
11598         text/plain parts.
11599
11600 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11603         in text/plain part.
11604         (nnrss-check-group): Don't add excessive newline to dc:subject.
11605
11606 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11607
11608         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11609         article.
11610
11611 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11614         (nnml-use-compressed-files, nnml-save-mail): Support other
11615         comression programs such as bzip2.
11616
11617 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11618
11619         * dns.el (query-dns): Make sure we check the buffer size before
11620         removing tcp headers.
11621
11622 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11625         remove MIME buttons associated with multipart/alternative parts.
11626         (gnus-mime-display-alternative): Tag buttons using `article-type'
11627         text property.
11628
11629         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11630         associated with multipart/alternative parts.
11631
11632         * gnus-art.el (gnus-signature-separator): Fix custom type.
11633
11634         * mm-decode.el (mm-inlined-types): Fix custom type.
11635         (mm-keep-viewer-alive-types): Ditto.
11636         (mm-automatic-display): Ditto.
11637         (mm-attachment-override-types): Ditto.
11638         (mm-inline-override-types): Ditto.
11639         (mm-automatic-external-display): Ditto.
11640
11641 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * spam-report.el (spam-report-user-mail-address)
11644         (spam-report-user-agent): New variables.
11645         (spam-report-url-ping-plain): Use spam-report-user-agent.
11646
11647 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11648
11649         * gnus-art.el (gnus-button-handle-custom): Do not just use
11650         `customize-apropos' for any "M-x customize-*" button but the
11651         function called for.  Accept both the function name and its
11652         argument in order to achieve this.
11653         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11654         function name to `gnus-button-handle-custom' in case of "M-x
11655         customize-*" buttons.
11656
11657 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11660         multipart/alternative and add xref to mm-discouraged-alternatives
11661         in doc string.
11662
11663         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11664         gnus-buttonized-mime-types in doc string.
11665
11666 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11669         Suggest image/.* in the doc string.
11670
11671 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11674         message-marks (Debian bug #342521).
11675
11676 2005-12-12  Simon Josefsson  <jas@extundo.com>
11677
11678         * password.el (password-read-from-cache): Add.
11679         (password-read): Use it.
11680
11681 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11684         us-ascii as a MIME charset.
11685
11686         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11687         against the case where the 2nd arg TYPE is nil.
11688
11689 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * pop3.el (pop3-stream-type): Fix custom version.
11692
11693         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11694
11695 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11696
11697         * mm-decode.el (mm-display-external): Add missing cdr.
11698
11699 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11702         RFC1524) if it is in mailcap or add a suffix according to
11703         mailcap-mime-extensions when generating a temp filename; postpone
11704         deleting a temp file for 2 seconds for some wrappers, shell
11705         scripts, and so on, which might exit right after having started a
11706         viewer command as a background job.
11707
11708 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * nntp.el (nntp-marks-directory): Fix custom group.
11711
11712         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11713         steps when < 10.
11714
11715         * gnus-start.el (gnus-no-server-1): Mention
11716         `gnus-level-default-subscribed' in doc string.
11717
11718 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11719
11720         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11721         parens.
11722
11723 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-xmas.el (gnus-use-toolbar): Revert.
11726         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11727         gnus-use-toolbar is default.
11728
11729         * messagexmas.el (message-use-toolbar): Revert.
11730         (message-setup-toolbar): Use global default-toolbar if
11731         message-use-toolbar is default.
11732
11733 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11736         according to default-toolbar-visible-p.
11737
11738         * messagexmas.el (message-use-toolbar): Ditto.
11739
11740 2005-11-26  Dave Love  <fx@gnu.org>
11741
11742         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11743         (tls-program, tls-success): Provide openssl alternative.
11744
11745         * starttls.el: Doc fixes.
11746         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11747         SERVICE to PORT.
11748
11749         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11750         port null or service name.
11751         (starttls-negotiate): Autoload.
11752
11753 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * message.el (message-kill-to-signature): Fix interactive spec.
11756
11757 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * pop3.el (pop3-open-server): Recognize a string as a service name.
11760
11761 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11762
11763         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11764
11765 2005-11-23  Dave Love  <fx@gnu.org>
11766
11767         Add pop3s, pop3/starttls.
11768
11769         * pop3.el (pop3-authentication-scheme): Clarify doc.
11770         (open-tls-stream, starttls-open-stream): Autoload.
11771         (pop3-stream-type): New.
11772         (pop3-open-server): Use it.
11773
11774         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11775         for POP.
11776         (mail-source-keyword-map): Add :stream for POP.
11777         (mail-source-fetch-pop): Use pop3-stream-type.
11778
11779 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11782         of current-time-string.
11783
11784 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11785
11786         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11787         date header.
11788
11789 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11790
11791         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11792         it can seriously impact performance as it bypasses the agent's
11793         local caches.
11794
11795 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11796
11797         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11798         must be explicitly online rather than "not explicitly offline" for
11799         its flags to be synchronized.
11800
11801         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11802         that gnus-uu-unmark-thread will function correctly.
11803
11804         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11805         1024K is instead displayed as 1M.
11806
11807 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11810
11811 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11812
11813         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11814
11815 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11816
11817         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11818         error message to display actual error condition.
11819         (gnus-agent-save-local): Avoid saving symbols that are bound to
11820         nil as they simply result in a warning message in
11821         gnus-agent-read-local.
11822
11823 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11826         rather than make-variable-buffer-local for file-precious-flag.
11827
11828 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11829
11830         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11831         for duplicates which are removed.  The invalid sort check then
11832         triggers a rescan after the sort as sorting may have moved
11833         duplicate entries such that they can be cheaply detected.
11834
11835 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11838
11839 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11840
11841         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11842         internal variable to a custom variable.  Changed default value
11843         from compressed(2) to uncompressed(1).
11844         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11845         support for uncompressed agentview files.  Taken together, reading
11846         the agentview file should now be 6-7 times faster.
11847
11848 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11849
11850         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11851         as a buffer-local variable.  This avoids creating truncated
11852         dribble files as a result of a hang up, eg.
11853
11854 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11855
11856         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11857         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11858         XEmacs.
11859
11860 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * gnus-start.el (gnus-start-draft-setup): Enforce
11863         `gnus-draft-mode' for nndraft:drafts at startup.
11864
11865         * gnus.el (gnus-splash): Change custom group.
11866         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11867         allow-list argument.
11868
11869         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11870         string.
11871
11872 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-art.el (gnus-default-article-saver): Add user-defined
11875         `function' to custom type.
11876
11877 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11878
11879         * imap.el (imap-open): Handle case where buffer is a buffer
11880         object.
11881
11882 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11885         long lines.
11886         (gnus-cache-delete-group): Wrap doc strings.
11887
11888         * gnus-agent.el (gnus-agent-rename-group)
11889         (gnus-agent-delete-group): Wrap doc strings.
11890
11891 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * messagexmas.el (message-use-toolbar): Change the valid values
11894         into default, top, bottom, left, and right.
11895         (message-toolbar-thickness): New variable.
11896         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11897         well.
11898         (message-setup-toolbar): Make it work.
11899
11900         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11901         (gnus-use-toolbar): Change the valid values into default, top,
11902         bottom, left, and right.
11903         (gnus-toolbar-thickness): New variable.
11904         (gnus-xmas-setup-toolbar): New function.
11905         (gnus-xmas-setup-group-toolbar): Use it.
11906         (gnus-xmas-setup-summary-toolbar): Use it.
11907
11908 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909
11910         * gnus-start.el (gnus-1): Add "native" to
11911         gnus-predefined-server-alist.
11912
11913         * gnus.el (gnus-method-to-server): Don't add "native" to the
11914         lists here, because that leads to problems when
11915         gnus-select-method is bound.
11916
11917 2005-11-09  Simon Josefsson  <jas@extundo.com>
11918
11919         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11920         use (not sort-by-date) instead.
11921
11922 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11923
11924         * gnus-delay.el (gnus-delay-group): Don't autoload.
11925         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11926         to be re-loaded when customizing the `gnus-delay' group.
11927
11928 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11929
11930         * message.el: Revert last changes.
11931         (message-insert-citation-line): Use newlines.
11932
11933 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11934
11935         * message.el (message-courtesy-message)
11936         (message-mark-insert-begin, message-mark-insert-end)
11937         (message-elide-ellipsis, message-cancel-message)
11938         (message-add-header, message-change-subject)
11939         (message-cross-post-followup-to-header)
11940         (message-cross-post-insert-note, message-reduce-to-to-cc)
11941         (message-widen-reply, message-delete-not-region)
11942         (message-kill-to-signature, message-insert-signature)
11943         (message-insert-importance-high, message-insert-importance-low)
11944         (message-insert-or-toggle-importance)
11945         (message-insert-disposition-notification-to)
11946         (message-indent-citation, message-yank-original)
11947         (message-cite-original-without-signature, message-cite-original)
11948         (message-insert-citation-line, message-position-on-field)
11949         (message-fix-before-sending, message-send-mail-partially)
11950         (message-send-mail, message-send-mail-with-sendmail)
11951         (message-send-mail-with-qmail, message-send-news)
11952         (message-check-news-header-syntax, message-generate-headers)
11953         (message-insert-courtesy-copy, message-fill-address)
11954         (message-fill-header, message-shorten-references)
11955         (message-setup-1, message-cancel-news)
11956         (message-forward-make-body-plain, message-forward-make-body-mime)
11957         (message-forward-make-body-mml, message-encode-message-body)
11958         (message-forward-make-body-digest-plain)
11959         (message-forward-make-body-digest-mime)
11960         (message-use-alternative-email-as-from): Insert `hard-newline'
11961         instead of ordinary newlines.
11962
11963 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * message.el (message-generate-headers): Downcase the argument
11966         given to message-check-element.
11967
11968 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11969
11970         * nntp.el (nntp-authinfo-rejected): New error condition.
11971         (nntp-wait-for): Use new error condition to signal authentication
11972         error.
11973         (nntp-retrieve-data): Rethrow new error condition to break out of
11974         recursive call to nntp-send-authinfo.
11975
11976 2005-11-08  Romain Francoise  <romain@orebokech.com>
11977
11978         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11979         (gnus-summary-exit-map): Bind to `Z p'.
11980         (gnus-summary-make-menu-bar): Add menu item.
11981
11982 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11985         (gnus-treat-*): Add `first' in all doc strings.
11986
11987         * gnus-group.el (gnus-group-compact-group): Fix typo.
11988
11989 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus.el (gnus-parameters-case-fold-search): New variable.
11992         (gnus-parameters-get-parameter): Use it.
11993
11994         * gnus-score.el (gnus-home-score-file): Doc fix.
11995
11996 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11997
11998         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11999
12000 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * mm-util.el (mm-special-display-p): New function.
12003
12004         * mml.el (mml-preview): Use it; doc fix.
12005
12006 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12007
12008         * imap.el (imap-open): Handle case where buffer is a buffer object.
12009
12010 2005-10-29  Romain Francoise  <romain@orebokech.com>
12011
12012         * message.el (message-fix-before-sending): Fix comment.
12013
12014 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12015
12016         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12017
12018 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12019
12020         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12021         Used in gnus-score.el.
12022
12023 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12026
12027 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12030         whitespace removed in revision 7.8.  Use concatenated string to
12031         protect trailing whitespace.
12032
12033 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12034
12035         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12036         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12037         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12038         Courier IMAP ("some version from 2004").  Mostly based on similar
12039         code in the same function.
12040
12041 2005-10-26  Didier Verna  <didier@xemacs.org>
12042
12043         * gnus-group.el (gnus-group-compact-group): Invalidate original
12044         article buffer.
12045         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12046         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12047         NOV database and in article itself.
12048         Invalidate article backlog.
12049
12050 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12053
12054 2005-10-26  Simon Josefsson  <jas@extundo.com>
12055
12056         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12057         part of 2004-07-25 change.
12058
12059 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * message.el (message-display-completion-list): New function.
12062         (message-expand-group): Use it; make sure the Completions buffer
12063         is modifiable.
12064 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12065
12066         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12067         user-mail-name is an empty string.
12068
12069 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12072         depending on gnus-score-decay-constant.
12073
12074         * encrypt.el (encrypt-insert-file-contents)
12075         (encrypt-write-file-contents): Don't use `gnus-message'.
12076
12077         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12078         arguments.
12079         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12080         arguments to mm-uu-verbatim-marks-extract.
12081         (mm-uu-hide-markers): New variable.
12082         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12083
12084         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12085         (gnus-convert-image-to-face-command): Use "convert" by default to
12086         allow other input image formats.
12087         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12088         accordingly.
12089
12090 2005-10-23  Simon Josefsson  <jas@extundo.com>
12091
12092         * imap.el (imap-gssapi-program): Align command line parameters
12093         with latest GNU SASL.
12094         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12095
12096 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12099         HTML.
12100         (nnslashdot-request-article): Ditto.
12101
12102         * lpath.el (featurep): Add nobreak-char-display.
12103
12104 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12105
12106         * mail-source.el (mail-source-fetch-pop): Require pop3.
12107         (mail-source-check-pop): Ditto.
12108
12109 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12112         errors.
12113
12114 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12117         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12118
12119         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12120
12121         * mm-bodies.el (mm-decode-string): Call
12122         `mm-charset-to-coding-system' with allow-override argument.
12123
12124 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12127         (rfc2047-charset-to-coding-system): New function.
12128         (rfc2047-decode-encoded-words): New function.
12129         (rfc2047-decode-region): Use them.
12130         (rfc2047-decode-cte): Remove.
12131         (rfc2047-parse-and-decode): Remove.
12132         (rfc2047-decode): Remove.
12133
12134 2005-10-15  Kenichi Handa  <handa@m17n.org>
12135
12136         * rfc2047.el (rfc2047-decode-cte): New function.
12137         (rfc2047-decode-region): Change the way to decode successive
12138         encoded-words: decode B- or Q-encoding in each encoded-word,
12139         concatenate them, and decode it as charset.
12140
12141 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * lpath.el: Fbind codepage-setup for XEmacs.
12144
12145 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12146
12147         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12148         widget-move-and-invoke.
12149         (gnus-custom-mode): Use gnus-custom-map.
12150
12151 2005-10-15  Bill Wohler  <wohler@newt.com>
12152
12153         * message.el (message-tool-bar-map): Renamed image file from
12154         mail_send to mail/send.
12155
12156 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12157
12158         * message.el (message-expand-group): Pass the common
12159         prefix substring of completion to `display-completion-list'.
12160
12161 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * mml-sec.el (mml-secure-method): New internal variable.
12164         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12165         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12166         functions using mml-secure-method.
12167
12168         * mml.el (mml-mode-map): Add key bindings for those functions.
12169         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12170         Harder <harder@myrealbox.com>.
12171         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12172         end of message if point is the headers of the message.
12173
12174         * message.el (message-in-body-p): New function.
12175
12176         * assistant.el: Autoload gnus-util and netrc.
12177
12178         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12179         Use `mm-charset-override-alist' only when decoding.
12180
12181         * mm-bodies.el (mm-decode-body): Call
12182         `mm-charset-to-coding-system' with allow-override argument.
12183
12184         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12185         `filename' from Content-Disposition if Content-Type doesn't
12186         provide `name'.
12187         (gnus-mime-view-part-as-type): Set default instead of
12188         initial-input.
12189
12190 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12191
12192         * format-spec.el (format-spec): Propagate text properties of % spec.
12193
12194 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * gnus-art.el (gnus-treat-predicate): Add `first'.
12197
12198 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12201         (mm-charset-override-alist): New variable.
12202         (mm-charset-to-coding-system): Use it.
12203         (mm-codepage-setup): New helper function.
12204         (mm-charset-eval-alist): New variable.
12205         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12206         about unknown charsets.
12207
12208         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12209
12210 2005-10-04  David Hansen  <david.hansen@gmx.net>
12211
12212         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12213         (nnrss-check-group): Ditto.
12214
12215 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12218         Rename x-gnus-verbatim to x-verbatim.
12219         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12220
12221         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12222         x-verbatim.
12223
12224         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12225
12226         * gnus-util.el (gnus-remove-duplicates): Remove.
12227
12228         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12229         instead of gnus-remove-duplicates.
12230
12231         * message.el (message-remove-duplicates): Remove.
12232         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12233         message-remove-duplicates.
12234
12235         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12236         available, else use implementation from `delete-dups'.
12237
12238         * message.el (message-insert-expires): New function.
12239         (message-mode-map): Add key binding.
12240         (message-mode-field-menu): Add menu entry.
12241         (message-mode): Document it.
12242         (message-make-expires-date): Use `message-make-date'.
12243
12244 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12245
12246         * message.el (message-make-expires-date): New function.
12247
12248 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * Makefile.in (list-installed-shadows): New entry.
12251         (install): Use it.
12252         (remove-installed-shadows): New entry.
12253
12254         * dgnushack.el (dgnushack-default-load-path): New variable.
12255         (dgnushack-find-lisp-shadows): New function.
12256         (dgnushack-remove-lisp-shadows): New function.
12257
12258 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * Makefile.in (install-el-elc): New entry.
12261         (install): Use it so that .el files are necessarily installed.
12262
12263 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12266
12267 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12268
12269         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12270         function rather than the diff-mode.el package.
12271         (mm-display-external): Use with-current-buffer.
12272         (mm-viewer-completion-map, mm-viewer-completion-map):
12273         Move initialization inside declaration.
12274
12275 2005-09-29  Simon Josefsson  <jas@extundo.com>
12276
12277         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12278         autoload mail-check-payment.
12279         (spam-check-hashcash): Define unconditionally, since hashcash.el
12280         is part of Gnus now.  Ignore errors from payment checking.
12281
12282 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * message.el (message-bold-region, message-unbold-region): Rename
12285         from `bold-region' and `unbold-region'.
12286
12287         * message.el: Remove useless autoloads.
12288
12289 2005-09-28  Simon Josefsson  <jas@extundo.com>
12290
12291         * message.el (message-use-idna): Default to t.
12292         (message-use-idna): Test whether encoding works too.  Doc fix.
12293
12294 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * nntp.el (nntp-warn-about-losing-connection): Remove.
12297
12298 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12301         customizable.  Change default value.
12302         (mm-uu-diff-groups-regexp): Change default value.
12303         (mm-uu-type-alist): Add doc string.
12304         (mm-uu-configure): Add doc string.  Make it interactive.
12305         (mm-uu-tex-groups-regexp): New variable.
12306         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12307         (mm-uu-type-alist): Add LaTeX documents.
12308         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12309         of "text/verbatim".
12310         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12311
12312         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12313         instead of "text/verbatim".
12314
12315         * message.el (message-mark-inserted-region)
12316         (message-mark-insert-file): Use slrn style marks when called with
12317         prefix argument.
12318
12319 2005-09-27  Simon Josefsson  <jas@extundo.com>
12320
12321         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12322
12323 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12324
12325         * message.el (message-remove-duplicates): New function.
12326         Implementation borrowed from `gnus-remove-duplicates'.
12327         (message-idna-to-ascii-rhs): Also encode idna addresses in
12328         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12329         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12330         only ask about the same idna domain once per header and also tell
12331         in what header to replace the idna domain.
12332
12333         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12334         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12335         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12336         a header is decoded and not just the last one.
12337
12338 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12341         has been decoded.
12342
12343         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12344         (mm-insert-part): Don't modify text if it has been decoded.
12345
12346         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12347         decoded.
12348
12349         * mm-view.el (mm-inline-text): Don't strip text props unless
12350         decoding enriched or richtext parts.
12351
12352 2005-09-25  Romain Francoise  <romain@orebokech.com>
12353
12354         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12355         * gnus-start.el (gnus-subscribe-interactively):
12356         * gnus-uu.el (gnus-uu-grab-articles):
12357         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12358         space.
12359
12360 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12361
12362         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12363         * mm-view.el (mm-view-pkcs7-decrypt):
12364         * gnus-sum.el (gnus-summary-limit-to-extra)
12365         (gnus-summary-respool-article, gnus-read-move-group-name):
12366         * gnus-score.el (gnus-summary-increase-score):
12367         * gnus-util.el (gnus-completing-read-with-default):
12368         * gnus-art.el (gnus-read-save-file-name)
12369         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12370         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12371         * message.el (message-check-news-header-syntax):
12372         Follow convention for reading with the minibuffer.
12373
12374 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * spam-report.el (spam-report-url-ping-plain):
12377         Use gnus-extended-version as User-Agent.
12378
12379         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12380         default value is nil.
12381
12382         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12383         (mm-uu-verbatim-marks-extract): New function.
12384         (mm-uu-extract): New face.
12385         (mm-uu-copy-to-buffer): Use it.
12386
12387         * spam-report.el (spam-report-gmane-ham): Renamed from
12388         `spam-report-gmane-unspam'.
12389         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12390         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12391
12392         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12393         Autoload.
12394         (spam-report-gmane-unregister-routine): Renamed
12395         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12396
12397 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12400         (spam-report-gmane-unregister-routine): Add support for gmane
12401         unregistration.
12402
12403         * spam-report.el (spam-report-gmane-unspam)
12404         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12405         (spam-report-gmane): Change to take a single article and do unspam
12406         registration.
12407
12408 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * mm-url.el (mm-url-decode-entities): Fix regexp.
12411
12412 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413
12414         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12415         default to nil, to be able to use Gnus at all.  If the default
12416         switches to something else, then the function should be fixed not
12417         be exceedingly slow.
12418
12419 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12420
12421         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12422         fail hard.
12423
12424         * spam-report.el: Add better Keywords line.
12425
12426         * spam.el: Add Maintainer and better Keywords line.
12427
12428 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-art.el (gnus-article-replace-part)
12431         (gnus-mime-replace-part): New functions.
12432         (gnus-mime-action-alist, gnus-mime-button-commands)
12433         (gnus-mime-save-part-and-strip): Added file argument.
12434         (gnus-article-part-wrapper): Added interactive argument.
12435
12436         * gnus-sum.el (gnus-summary-mime-map): Add
12437         `gnus-article-replace-part'.
12438
12439 2005-09-19  Didier Verna  <didier@xemacs.org>
12440
12441         The nnml compaction feature:
12442         * nnml.el (nnml-request-compact-group): New function.
12443         * nnml.el (nnml-request-compact): New function.
12444         * gnus-int.el (gnus-request-compact-group): New function.
12445         * gnus-int.el (gnus-request-compact): New function.
12446         * gnus-group.el (gnus-group-compact-group): New function.
12447         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12448         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12449         * gnus-srvr.el (gnus-server-compact-server): New function.
12450         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12451         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12452
12453 2005-09-18  Deepak Goel  <deego@gnufans.org>
12454
12455         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12456         format spec.
12457
12458 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12461
12462 2005-09-15  Romain Francoise  <romain@orebokech.com>
12463
12464         * message.el (message-fill-paragraph): Clarify docstring.
12465
12466 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * gnus-art.el (gnus-mime-display-part): Protect against broken
12469         MIME messages.
12470
12471 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12474         before parsing header.
12475
12476 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12477
12478         * html2text.el (html2text-replace-list): Add new entities.
12479
12480 2005-09-11  Romain Francoise  <romain@orebokech.com>
12481
12482         * message.el (message-alternative-emails): Improve docstring.
12483         (message-setup-1): Call `message-use-alternative-email-as-from'
12484         after `message-setup-hook' to give it precedence over posting
12485         styles, etc.
12486         (message-use-alternative-email-as-from): Add docstring.  Remove
12487         the original From header if present.
12488
12489         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12490         (nnml-save-mail): Use it.
12491
12492         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12493         articles.  Add new argument `silent'.
12494         (gnus-uu-mark-all): Report the total number of marked articles.
12495
12496 2005-09-10  Romain Francoise  <romain@orebokech.com>
12497
12498         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12499         (gnus-uu-mark-series): Likewise.
12500
12501 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * spam-report.el (spam-report-gmane): Fix generation of spam
12504         report URL.
12505
12506 2005-09-10  Simon Josefsson  <jas@extundo.com>
12507
12508         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12509         t, based on discussion on the ding list with Robert Epprecht
12510         <epprecht@solnet.ch>.
12511
12512 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * spam-report.el (spam-report-gmane): Make it work without
12515         X-Report-Spam header.  Gmane now only provides Archived-At.
12516         This is only used if `spam-report-gmane-use-article-number' is nil.
12517         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12518
12519         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12520         make `gnus-summary-sort-by-recipient' work with threading.
12521
12522         * nnweb.el (nnweb-google-wash-article): Print a message if article
12523         is not available.
12524
12525 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12526
12527         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12528         change.  Decode text/* parts content before displaying.
12529
12530 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12533
12534 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12537
12538         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12539         url-package-name, url-package-version,
12540         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12541         w3m-display-inline-images, and w3m-minor-mode-map.
12542
12543 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * message.el (message-tab-body-function): Fix mismatched custom type.
12546
12547         * gnus.el (gnus-group-change-level-function): Ditto.
12548
12549         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12550
12551         * gnus-art.el (gnus-signature-limit)
12552         (gnus-article-mime-part-function): Ditto.
12553
12554 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * mml.el (mml-mode): Silence the byte compiler.
12557
12558         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12559         using `(sit-for 0)' before moving the point to the specified part;
12560         skip unbuttonized parts.
12561         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12562         return to the summary window if gnus-auto-select-part is non-nil.
12563
12564 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12567         variables.
12568         (mml-dnd-attach-file, mml-mode): Use them.
12569
12570         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12571         Make fetching article by MID work again for Google Groups.  Added
12572         FIXME concerning gnus-group-make-web-group.
12573
12574         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12575         Don't depend on Gnus by using mail-extract-address-components if
12576         gnus-extract-address-components is not bound.
12577
12578 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579
12580         * gnus-art.el (gnus-mime-display-security): Don't display the
12581         signature, but only the signed part.
12582
12583 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12586
12587         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12588         list, not listp.
12589
12590 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12591
12592         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12593         when encoding.
12594
12595         * mm-bodies.el (mm-decode-content-transfer-encoding):
12596         De-canonicalize CRLF for all text content types, not just
12597         text/plain.
12598
12599 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12602         valid article; point arrow and cursor at the MIME button.
12603
12604 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12607         Suggested by Dan Christensen <jdc@uwo.ca>.
12608
12609         * mm-decode.el (mm-save-part): Enable change of prompt.
12610
12611 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12612
12613         * gnus-msg.el (gnus-inews-add-send-actions): Made
12614         `message-post-method' lambda parameter ARG `&optional'.
12615
12616 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-sum.el (gnus-summary-mime-map): Added
12619         gnus-article-save-part-and-strip, gnus-article-delete-part and
12620         gnus-article-jump-to-part.
12621
12622         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12623         (gnus-article-edit-part): Use it.
12624         (gnus-article-part-wrapper): Added no-handle argument.
12625         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12626         functions.
12627
12628 2005-08-29  Romain Francoise  <romain@orebokech.com>
12629
12630         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12631         docstring.
12632         (gnus-face-from-file): Likewise.
12633
12634 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12637         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12638         non-nil.
12639         (gnus-auto-select-part): New variable.
12640         (gnus-article-jump-to-part): New function.
12641         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12642         (gnus-mime-delete-part): Allow selecting specified part after
12643         deleting or stripping parts.
12644         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12645         part if argument is bogus.
12646
12647 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12648
12649         * gnus-art.el (w3m-minor-mode-map):
12650         * gnus-spec.el (gnus-newsrc-file-version):
12651         * gnus-util.el (nnmail-active-file-coding-system)
12652         (gnus-original-article-buffer, gnus-user-agent):
12653         * gnus.el (gnus-ham-process-destinations)
12654         (gnus-parameter-ham-marks-alist)
12655         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12656         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12657         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12658         * mm-decode.el (gnus-current-window-configuration):
12659         * mm-extern.el (gnus-article-mime-handles):
12660         * mm-url.el (url-current-object, url-package-name)
12661         (url-package-version):
12662         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12663         (smime-keys, w3m-cid-retrieve-function-alist)
12664         (w3m-current-buffer, w3m-display-inline-images)
12665         (w3m-minor-mode-map):
12666         * mml-smime.el (gnus-extract-address-components):
12667         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12668         (gnus-newsrc-hashtb, message-default-charset)
12669         (message-deletable-headers, message-options)
12670         (message-posting-charset, message-required-mail-headers)
12671         (message-required-news-headers):
12672         * mml1991.el (mc-pgp-always-sign):
12673         * mml2015.el (mc-pgp-always-sign):
12674         * nnheader.el (nnmail-extra-headers):
12675         * rfc1843.el (gnus-decode-encoded-word-function)
12676         (gnus-decode-header-function, gnus-newsgroup-name):
12677         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12678
12679 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12680
12681         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12682         the end of the date treatments.
12683
12684 2005-08-15  Simon Josefsson  <jas@extundo.com>
12685
12686         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12687         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12688         Capello and Romain Francoise.
12689         (pgg-fetch-key-function): Removed, not used?
12690         (pgg-insert-url-with-w3): Require url, to get
12691         url-insert-file-contents regardless of where it is defined.
12692
12693 2005-08-13  Romain Francoise  <romain@orebokech.com>
12694
12695         * message.el (message-cite-original-1): New function.
12696         (message-cite-original): Use it.
12697         (message-cite-original-without-signature): Ditto.
12698
12699 2005-08-08  Romain Francoise  <romain@orebokech.com>
12700
12701         * message.el (message-yank-empty-prefix): New variable.
12702         (message-indent-citation): Use it.
12703         (message-cite-original-without-signature): Respect X-No-Archive.
12704
12705 2005-08-08  Simon Josefsson  <jas@extundo.com>
12706
12707         * pgg.el: Autoload url-insert-file-contents instead of loading
12708         w3/url.
12709         (pgg-insert-url-with-w3): Don't load url here.
12710
12711 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12712
12713         * message.el (message-kill-to-signature): Don't insert newline at
12714         bol.
12715         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12716
12717 2005-08-06  Romain Francoise  <romain@orebokech.com>
12718
12719         * message.el (message-user-fqdn): Fix typo in docstring.
12720
12721 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12722
12723         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12724
12725         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12726
12727 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * mm-bodies.el (mm-encode-body): Use coding system rather than
12730         charset to encode text.
12731
12732         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12733         number of charsets if utf-8 is available (XEmacs).
12734
12735 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12738         taken from `gnus-button-mid-or-mail-regexp'.
12739         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12740         (gnus-button-alist): Improve regexp for domain part of the MIDs
12741         for news:localpart@domain buttons.
12742         (gnus-button-ctan-directory-regexp): Update.
12743
12744 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * sieve-manage.el (sieve-manage-interactive-login): Use
12747         make-local-variable rather than make-variable-buffer-local.
12748         (sieve-manage-open): Ditto.
12749         (sieve-manage-authenticate): Ditto.
12750
12751         * mml.el (mml-generate-mime-1): Make the content type default to
12752         text/plain if the filename is not specified.
12753
12754 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12757         instead of insert-buffer.
12758
12759         * message.el (message-yank-original): Ditto; set the mark at the
12760         end of the yanked message.
12761
12762 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12765         lines to scroll rather than to stop it.
12766
12767         * mml.el (mml-generate-default-type): Add doc string.
12768         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12769         default to application/octet-stream when determining the content
12770         type if it is not specified for the part or the mml contents; add
12771         a comment about mml-generate-default-type.
12772
12773 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12776         make it default to application/octet-stream when determining the
12777         content type if it is not specified for the external contents.
12778
12779 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12782         segmented parameter but also other parameters might be there.
12783
12784 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * mm-decode.el (mm-display-external): Delete temp file, directory
12787         and buffer immediately if the external process is exited.
12788
12789 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12792         fewer lines than that of scroll-margin.
12793         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12794
12795 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-art.el (gnus-article-next-page): Revert.
12798         (gnus-article-beginning-of-window): New macro.
12799         (gnus-article-next-page-1): Use it.
12800         (gnus-article-prev-page): Ditto.
12801         (gnus-article-edit-part): Use insert-buffer-substring instead of
12802         insert-buffer.
12803         (gnus-article-edit-exit): Ditto.
12804
12805         * gnus-util.el (gnus-beginning-of-window): Remove.
12806         (gnus-end-of-window): Remove.
12807
12808         * lpath.el: Don't bind header-line-format and scroll-margin.
12809
12810 2005-07-25  Simon Josefsson  <jas@extundo.com>
12811
12812         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12813         to have the url package without w3.  Reported by Daiki Ueno
12814         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12815
12816 2005-07-20  Didier Verna  <didier@xemacs.org>
12817
12818         * gnus-diary.el: Remove the description comment (nndiary is now
12819         properly documented in the Gnus manual).
12820         Fix the spelling of "Back End".
12821         * nndiary.el: Ditto.
12822         Fix the copyright notice.
12823
12824 2005-07-18  Romain Francoise  <romain@orebokech.com>
12825
12826         * gnus-sum.el (gnus-summary-to-prefix)
12827         (gnus-summary-newsgroup-prefix): New variables.
12828         (gnus-summary-from-or-to-or-newsgroups): Use them.
12829
12830 2005-07-17  Romain Francoise  <romain@orebokech.com>
12831
12832         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12833         space as it's generally not especially interesting to the user.
12834
12835 2005-07-16  Romain Francoise  <romain@orebokech.com>
12836
12837         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12838         nil to avoid prompting and file modification if one of the
12839         messages at the top of the nnfolder file contains a copyright
12840         notice.
12841         Update copyright notice.
12842
12843         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12844         instead of `current-time-string' as the latter creates a time
12845         string that is not RFC 2822 compliant (it lacks the zone).
12846         Update copyright notice.
12847
12848 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12849
12850         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12851         for text/rtf.  Display default in prompt.  Pass default for M-n.
12852
12853         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12854
12855 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12856
12857         * gnus-msg.el (gnus-button-mailto): Remove
12858         save-selected-window-window hackery because it relies on
12859         save-selected-window internals.
12860
12861 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12864         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12865         (gnus-article-prev-page): Ditto.
12866
12867         * gnus-util.el (gnus-beginning-of-window): New function.
12868         (gnus-end-of-window): New function.
12869
12870         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12871
12872 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12873
12874         * gnus-score.el (gnus-score-edit-all-score): Set
12875         gnus-score-edit-exit-function to gnus-score-edit-done and call
12876         gnus-message.
12877
12878 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12879
12880         * gnus-msg.el (gnus-button-mailto): Remove
12881         save-selected-window-window hackery because it relies on
12882         save-selected-window internals.
12883
12884 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12887         add-minor-mode.
12888         (gnus-binary-mode): Ditto.
12889
12890         * gnus-topic.el (gnus-topic-mode): Ditto.
12891
12892 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12893
12894         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12895         (gnus-article-prev-page): Take scroll-margin into consideration.
12896
12897 2005-07-04  Lute Kamstra  <lute@gnu.org>
12898
12899         Update FSF's address in GPL notices.
12900
12901 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12902
12903         * gnus.el (gnus-exit):
12904         * gnus-group.el (gnus-group-icons):
12905         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12906
12907         * gnus-nocem.el (gnus-nocem):
12908         * message.el (message-various, message-buffers, message-sending)
12909         (message-interface, message-forwarding, message-insertion)
12910         (message-headers, message-news, message-mail):
12911         * pgg-gpg.el (pgg-gpg):
12912         * pgg-parse.el (pgg-parse):
12913         * pgg-pgp.el (pgg-pgp):
12914         * pgg-pgp5.el (pgg-pgp5):
12915         * pop3.el (pop3): Finish `defgroup' description with period.
12916
12917 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-art.el (article-display-face): Improve the efficiency.
12920         (article-display-x-face): Ditto; remove grey x-face stuff.
12921
12922 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-art.el (article-display-face): Correct the position in
12925         which Faces are inserted.
12926
12927 2005-06-29  Didier Verna  <didier@xemacs.org>
12928
12929         * gnus-art.el (article-display-face): Display faces in correct
12930         order.
12931
12932 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12935         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12936         (gnus-nocem-check-article): Fetch the Type header.
12937         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12938         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12939         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12940         make sure gnus-nocem-hashtb is initialized.
12941         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12942         (gnus-nocem-unwanted-article-p): Ditto.
12943
12944         * pgg.el (pgg-verify): Return the verification result.
12945
12946 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12947
12948         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12949         is ascii.
12950
12951 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12952
12953         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12954         `show-nonbreak-escape'.
12955
12956 2005-06-23  Lute Kamstra  <lute@gnu.org>
12957
12958         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12959
12960         * dig.el (dig-mode):
12961         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12962
12963 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12964
12965         * nnimap.el (nnimap-split-download-body): Fix spellings.
12966
12967 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12968
12969         * gnus-art.el (gnus-article-encrypt-body):
12970         * gnus-cus.el (gnus-score-customize):
12971         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12972         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12973
12974 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12975
12976         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12977         header by looking for magic "MII" at the beginnig.
12978
12979 2005-06-16  Miles Bader  <miles@gnu.org>
12980
12981         * gnus-xmas.el (gnus-xmas-group-startup-message):
12982         Use renamed gnus-splash face.
12983
12984         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12985         (assistant-field-face): New backward-compatibility alias for renamed
12986         face.
12987         (assistant-render-text): Use renamed assistant-field face.
12988
12989         * spam.el (spam): Remove "-face" suffix from face name.
12990         (spam-face): New backward-compatibility alias for renamed face.
12991         (spam-face, spam-initialize): Use renamed spam face.
12992
12993         * message.el (message-header-to, message-header-cc)
12994         (message-header-subject, message-header-newsgroups)
12995         (message-header-other, message-header-name)
12996         (message-header-xheader, message-separator, message-cited-text)
12997         (message-mml): Remove "-face" suffix from face names.
12998         (message-header-to-face, message-header-cc-face)
12999         (message-header-subject-face, message-header-newsgroups-face)
13000         (message-header-other-face, message-header-name-face)
13001         (message-header-xheader-face, message-separator-face)
13002         (message-cited-text-face, message-mml-face):
13003         New backward-compatibility aliases for renamed faces.
13004         (message-font-lock-keywords): Use renamed message faces.
13005
13006         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13007         (sieve-test-commands, sieve-tagged-arguments):
13008         Remove "-face" suffix from face names.
13009         (sieve-control-commands-face, sieve-action-commands-face)
13010         (sieve-test-commands-face, sieve-tagged-arguments-face):
13011         New backward-compatibility aliases for renamed faces.
13012         (sieve-control-commands-face, sieve-action-commands-face)
13013         (sieve-test-commands-face, sieve-tagged-arguments-face):
13014         Use renamed sieve faces.
13015
13016         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13017         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13018         (gnus-group-news-3-empty, gnus-group-news-4)
13019         (gnus-group-news-4-empty, gnus-group-news-5)
13020         (gnus-group-news-5-empty, gnus-group-news-6)
13021         (gnus-group-news-6-empty, gnus-group-news-low)
13022         (gnus-group-news-low-empty, gnus-group-mail-1)
13023         (gnus-group-mail-1-empty, gnus-group-mail-2)
13024         (gnus-group-mail-2-empty, gnus-group-mail-3)
13025         (gnus-group-mail-3-empty, gnus-group-mail-low)
13026         (gnus-group-mail-low-empty, gnus-summary-selected)
13027         (gnus-summary-cancelled, gnus-summary-high-ticked)
13028         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13029         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13030         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13031         (gnus-summary-low-undownloaded)
13032         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13033         (gnus-summary-low-unread, gnus-summary-normal-unread)
13034         (gnus-summary-high-read, gnus-summary-low-read)
13035         (gnus-summary-normal-read, gnus-splash):
13036         Remove "-face" suffix from face names.
13037         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13038         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13039         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13040         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13041         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13042         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13043         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13044         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13045         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13046         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13047         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13048         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13049         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13050         (gnus-summary-normal-ticked-face)
13051         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13052         (gnus-summary-normal-ancient-face)
13053         (gnus-summary-high-undownloaded-face)
13054         (gnus-summary-low-undownloaded-face)
13055         (gnus-summary-normal-undownloaded-face)
13056         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13057         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13058         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13059         (gnus-splash-face):
13060         New backward-compatibility aliases for renamed faces.
13061         (gnus-group-startup-message): Use renamed gnus faces.
13062
13063         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13064         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13065         (gnus-server-agent): Remove "-face" suffix from face names.
13066         (gnus-server-agent-face, gnus-server-opened-face)
13067         (gnus-server-closed-face, gnus-server-denied-face)
13068         (gnus-server-offline-face):
13069         New backward-compatibility aliases for renamed faces.
13070         (gnus-server-agent-face, gnus-server-opened-face)
13071         (gnus-server-closed-face, gnus-server-denied-face)
13072         (gnus-server-offline-face): Use renamed gnus faces.
13073
13074         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13075         Remove "-face" suffix from face names.
13076         (gnus-picon-xbm-face, gnus-picon-face):
13077         New backward-compatibility aliases for renamed faces.
13078
13079         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13080         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13081         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13082         (gnus-cite-11): Remove "-face" suffix from face names.
13083         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13084         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13085         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13086         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13087         New backward-compatibility aliases for renamed faces.
13088         (gnus-cite-attribution-face, gnus-cite-face-list)
13089         (gnus-article-boring-faces): Use renamed gnus faces.
13090
13091         * gnus-art.el (gnus-signature, gnus-header-from)
13092         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13093         (gnus-header-content): Remove "-face" suffix from face names.
13094         (gnus-signature-face, gnus-header-from-face)
13095         (gnus-header-subject-face, gnus-header-newsgroups-face)
13096         (gnus-header-name-face, gnus-header-content-face):
13097         New backward-compatibility aliases for renamed faces.
13098         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13099
13100         * gnus-sum.el (gnus-summary-selected-face)
13101         (gnus-summary-highlight): Use renamed gnus faces.
13102         * gnus-group.el (gnus-group-highlight): Likewise.
13103
13104 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13105
13106         * gnus-sieve.el (gnus-sieve-article-add-rule):
13107         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13108         * spam-stat.el (spam-stat-buffer-change-to-spam)
13109         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13110
13111         * message.el (message-is-yours-p):
13112         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13113
13114 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * mm-view.el (mm-inline-text): Withdraw the last change.
13117
13118 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13121         executing enriched-decode.
13122
13123 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13126         charset of tar files.
13127
13128 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13129
13130         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13131
13132 2005-06-04  Lute Kamstra  <lute@gnu.org>
13133
13134         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13135         information is never recorded.
13136
13137 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13138
13139         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13140
13141 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * pop3.el (pop3-apop): Run md5 in the binary mode.
13144
13145         * starttls.el (starttls-set-process-query-on-exit-flag):
13146         Use eval-and-compile.
13147
13148 2005-05-31  Simon Josefsson  <jas@extundo.com>
13149
13150         * smime.el (smime-replace-in-string): Define.
13151         (smime-cert-by-ldap-1): Use it.
13152
13153 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-art.el (article-display-x-face): Replace
13156         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13157
13158         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13159         set-process-query-on-exit-flag or process-kill-without-query.
13160
13161         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13162         loop instead of replace-regexp.
13163
13164         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13165         instead of process-kill-without-query if it is available.
13166
13167         * lpath.el: Fbind ldap-search-entries.
13168
13169         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13170         instead of find-file-hooks if it is available.
13171
13172         * mml1991.el: Bind pgg-default-user-id when compiling.
13173
13174         * mml2015.el: Bind pgg-default-user-id when compiling.
13175
13176         * nndraft.el (nndraft-request-associate-buffer):
13177         Use write-contents-functions instead of write-contents-hooks if it is
13178         available.
13179
13180         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13181         instead of find-file-hooks if it is available.
13182
13183         * nntp.el (nntp-open-connection): Replace
13184         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13185         (nntp-open-ssl-stream): Ditto.
13186         (nntp-open-tls-stream): Ditto.
13187
13188         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13189         set-process-query-on-exit-flag or process-kill-without-query.
13190         (starttls-open-stream-gnutls): Use it instead of
13191         process-kill-without-query.
13192         (starttls-open-stream): Ditto.
13193
13194 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13195
13196         * smime.el (smime-cert-by-ldap-1): Don't use
13197         replace-regexp-in-string.
13198
13199 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13200
13201         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13202
13203         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13204         in PEM format.  Adjust to the XEmacs compability.
13205
13206 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13209         by `string-to-number'.
13210         * gnus-agent.el (gnus-agent-regenerate-group)
13211         (gnus-agent-fetch-articles): Ditto.
13212         * gnus-art.el (gnus-button-fetch-group): Ditto.
13213         * gnus-cache.el (gnus-cache-generate-active)
13214         (gnus-cache-articles-in-group): Ditto.
13215         * gnus-group.el (gnus-group-set-current-level)
13216         (gnus-group-insert-group-line): Ditto.
13217         * gnus-score.el (gnus-score-set-expunge-below)
13218         (gnus-score-set-mark-below, gnus-summary-score-effect)
13219         (gnus-summary-score-entry): Ditto.
13220         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13221         (gnus-soup-pack): Ditto.
13222         * gnus-spec.el (gnus-xmas-format): Ditto.
13223         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13224         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13225         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13226         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13227         * nndb.el (nndb-get-remote-expire-response): Ditto.
13228         * nndiary.el (nndiary-parse-schedule-value)
13229         (nndiary-string-to-number, nndiary-request-replace-article)
13230         (nndiary-request-article): Ditto.
13231         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13232         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13233         * nneething.el (nneething-make-head): Ditto.
13234         * nnfolder.el (nnfolder-request-article)
13235         (nnfolder-retrieve-headers): Ditto.
13236         * nnheader.el (nnheader-file-to-number): Ditto.
13237         * nnkiboze.el (nnkiboze-request-article): Ditto.
13238         * nnmail.el (nnmail-process-unix-mail-format)
13239         (nnmail-process-babyl-mail-format): Ditto.
13240         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13241         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13242         (nnmh-request-create-group, nnmh-request-list-1)
13243         (nnmh-request-group, nnmh-request-article): Ditto.
13244         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13245         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13246         * nnsoup.el (nnsoup-make-active): Ditto.
13247         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13248         * nntp.el (nntp-find-group-and-number)
13249         (nntp-retrieve-headers-with-xover): Ditto.
13250         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13251         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13252         (pgg-format-key-identifier): Ditto.
13253         * pop3.el (pop3-last, pop3-stat): Ditto.
13254         * qp.el (quoted-printable-decode-region): Ditto.
13255
13256         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13257         of concat.
13258
13259 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13262
13263         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13264
13265         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13266
13267         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13268
13269         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13270
13271         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13272
13273         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13274         (gnus-carpal-mode): Ditto.
13275
13276         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13277         (gnus-browse-mode): Ditto.
13278
13279         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13280
13281         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13282
13283 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13284
13285         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13286
13287 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-util.el (gnus-run-mode-hooks): New function.
13290
13291         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13292
13293         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13294         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13295
13296 2005-05-27  Lute Kamstra  <lute@gnu.org>
13297
13298         * dns-mode.el (dns-mode): Specify customization group.
13299
13300 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13301
13302         * gnus-agent.el (gnus-agent-make-mode-line-string):
13303         Use mode-line-highlight as mouse-face.
13304
13305 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * canlock.el (canlock): Change the parent group to news.
13308
13309         * deuglify.el (gnus-outlook-deuglify): Add :group.
13310
13311         * dig.el (dig): Add :group.
13312
13313         * dns-mode.el (dns-mode): Add :group.
13314
13315         * encrypt.el (encrypt): Add :group.
13316
13317         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13318         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13319         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13320         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13321         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13322
13323         * gnus-diary.el (gnus-diary): Add :group.
13324
13325         * gnus.el (gnus-group-news-1-face): Add :group.
13326         (gnus-group-news-1-empty-face): Ditto.
13327         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13328         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13329         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13330         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13331         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13332         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13333         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13334         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13335         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13336         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13337         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13338         (gnus-summary-high-ticked-face): Ditto.
13339         (gnus-summary-low-ticked-face): Ditto.
13340         (gnus-summary-normal-ticked-face): Ditto.
13341         (gnus-summary-high-ancient-face): Ditto.
13342         (gnus-summary-low-ancient-face): Ditto.
13343         (gnus-summary-normal-ancient-face): Ditto.
13344         (gnus-summary-high-undownloaded-face): Ditto.
13345         (gnus-summary-low-undownloaded-face): Ditto.
13346         (gnus-summary-normal-undownloaded-face): Ditto.
13347         (gnus-summary-high-unread-face): Ditto.
13348         (gnus-summary-low-unread-face): Ditto.
13349         (gnus-summary-normal-unread-face): Ditto.
13350         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13351         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13352
13353         * hashcash.el (hashcash): New custom group.
13354         (hashcash-default-payment): Add :group.
13355         (hashcash-payment-alist): Ditto.
13356         (hashcash-default-accept-payment): Ditto.
13357         (hashcash-accept-resources): Ditto.
13358         (hashcash-path): Ditto.
13359         (hashcash-extra-generate-parameters): Ditto.
13360         (hashcash-double-spend-database): Ditto.
13361         (hashcash-in-news): Ditto.
13362
13363         * message.el (message-minibuffer-local-map): Add :group.
13364
13365         * netrc.el (netrc): Add :group.
13366
13367         * sieve-manage.el (sieve-manage-log): Add :group.
13368         (sieve-manage-default-user): Diito.
13369         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13370         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13371         (sieve-manage-authenticators): Ditto.
13372         (sieve-manage-authenticator-alist): Ditto.
13373         (sieve-manage-default-port): Ditto.
13374
13375         * sieve-mode.el (sieve-control-commands-face): Add :group.
13376         (sieve-action-commands-face): Ditto.
13377         (sieve-test-commands-face): Ditto.
13378         (sieve-tagged-arguments-face): Ditto.
13379
13380         * smime.el (smime): Add :group.
13381
13382         * spam-report.el (spam-report): Add :group.
13383
13384         * spam.el (spam, spam-face): Add :group.
13385
13386 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13387
13388         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13389         return \n.\n.\n at the end of articles.  Protect against that.
13390         (nntp-with-open-group): Allow debugging.
13391
13392         * nnheader.el (mail-header-set-extra): Make into a function
13393         because I just could't understand how to quote the list properly.
13394
13395         * dns.el (query-dns-cached): New function.
13396
13397 2005-05-26  Lute Kamstra  <lute@gnu.org>
13398
13399         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13400
13401 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13404
13405         * gnus-art.el: Don't autoload mail-extract-address-components.
13406
13407         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13408         eval-and-compile to evaluate it.
13409
13410         * hashcash.el: Don't autoload executable-find.
13411
13412         * nndb.el: Don't declare the nndb back end two or more times; don't
13413         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13414
13415         * nntp.el: Autoload format-spec instead of format; use
13416         eval-and-compile to evaluate autoload forms.
13417
13418 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13419
13420         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13421
13422 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13423
13424         * gnus.el (gnus-version-number): Bump version.
13425
13426 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13427
13428         * gnus.el: No Gnus v0.3 is released.
13429
13430 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13431
13432         * lpath.el (featurep): Bind show-nonbreak-escape.
13433
13434 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-article-edit-part): Disable undo.
13437
13438 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13441         gnus-article-date-lapsed-new-header is t if date timer is active;
13442         skip headers in which the original date value is empty.
13443         (gnus-article-save-original-date): Redefine it as a macro.
13444         (gnus-display-mime): Use it.
13445
13446 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-art.el (article-date-ut): Support converting date in
13449         forwarded parts as well.
13450         (gnus-article-save-original-date): New function.
13451         (gnus-display-mime): Use it.
13452
13453 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13454
13455         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13456         enclosure element of <item>.
13457
13458 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * message.el (message-kill-buffer-query): Renamed from
13461         `message-kill-buffer-query-if-modified'.  Added :version.
13462
13463 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13466         window layout.
13467
13468 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mml.el: Autoload dnd when compiling.
13471
13472 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13475         x-dnd-*.
13476
13477 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * qp.el (quoted-printable-encode-region): Save excursion.
13480
13481 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         * message.el (message-kill-buffer-query-if-modified): Add new variable
13484         so the user can kill a modified message buffer quickly.
13485         (message-kill-buffer): Use it.
13486
13487 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * lpath.el: Fbind display-time-event-handler; don't fbind
13490         string-to-multibyte.
13491
13492         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13493
13494 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13497         contained in text because xml.el decodes entities) with LFs.
13498
13499 2005-04-11  Lute Kamstra  <lute@gnu.org>
13500
13501         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13502         differently.
13503
13504 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13505
13506         * mm-util.el (mm-detect-coding-region): Typo.
13507
13508 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13511
13512 2005-04-06  Deepak Goel  <deego@gnufans.org>
13513
13514         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13515         user-function allow user modifications of the scores.
13516         (spam-stat-score-buffer-user): New function, to allow
13517         user-computed modifications to the score.
13518         (spam-stat-score-buffer-user-functions): List of additional
13519         scoring functions.
13520         (spam-stat-error-holder): Global temporary error holder.
13521         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13522         variable.
13523
13524 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13525
13526         * gnus-registry.el (gnus-registry-clean-empty-function)
13527         (gnus-registry-trim, gnus-registry-fetch-groups)
13528         (gnus-registry-delete-group): Groups that match
13529         `gnus-registry-ignored-groups' are removed from the registry
13530         entries, not just ignored for splitting.  This helps clean up the
13531         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13532         to get all the groups a message ID is in.
13533
13534         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13535         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13536         (spam-stat-score-buffer-user-functions): Add :number custom type.
13537
13538 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13541         argument in XEmacs.
13542
13543         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13544         (nnrss-request-group): Decode group name first.
13545         (nnrss-request-article): Make a text/plain article if mml-to-mime
13546         failed.
13547         (nnrss-get-encoding): Return a compatible encoding according to
13548         nnrss-compatible-encoding-alist.
13549         (nnrss-find-el): Use consp instead of listp.
13550         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13551
13552 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13555         which Emacs 20 doesn't support.
13556         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13557
13558 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13561         silence the byte compiler inside the defun.
13562
13563         * gnus-demon.el (parse-time-string): Add autoload.
13564
13565         * gnus-delay.el (parse-time-string): Add autoload.
13566
13567         * gnus-art.el (parse-time-string): Add autoload.
13568
13569         * nnultimate.el (parse-time): Require for `parse-time-string'.
13570
13571 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13574
13575         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13576
13577         * smime.el (smime-ldap-host-list): Add :version.
13578
13579 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13582         pass it to `gnus-browse-read-group'.
13583         (gnus-browse-read-group): Add NUMBER argument and pass it to
13584         `gnus-group-read-ephemeral-group'.
13585
13586         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13587         argument and pass it to `gnus-group-read-group'.
13588
13589 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13590
13591         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13592         mm-xemacs-find-mime-charset-1 if we have the mule feature
13593         available at runtime.
13594
13595 2005-03-25  Werner Lemberg  <wl@gnu.org>
13596
13597         * nnmaildir.el: Replace `illegal' with `invalid'.
13598
13599 2005-03-23  Lute Kamstra  <lute@gnu.org>
13600
13601         * time-date.el: Add comment on time value formats.
13602         Don't require parse-time.
13603         (with-decoded-time-value): New macro.
13604         (encode-time-value): New function.
13605         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13606         (days-to-time): Return a valid time value when arg is huge.
13607         (time-since): Use time-subtract.
13608         (time-to-number-of-days): Use time-to-seconds.
13609
13610 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13611
13612         * gnus-start.el (gnus-display-time-event-handler):
13613         Check display-time-timer at runtime rather than only at load time
13614         in case display-time-mode is turned off in the mean time.
13615
13616 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13619         used.
13620
13621         * nneething.el (nneething-map-file-directory): Derive from
13622         `gnus-directory'.
13623
13624         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13625         the To/Cc button.
13626
13627 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * nnmaildir.el (nnmaildir-request-accept-article):
13630         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13631
13632 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13633
13634         * gnus-async.el: Require timer-funcs at compile time when in
13635         XEmacs for `run-with-idle-timer'.
13636
13637 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13638
13639         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13640         autoloaded function.
13641
13642 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13643
13644         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13645
13646 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13647
13648         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13649
13650 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13653         gnus-expert-user to default.
13654
13655 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13656
13657         * nnimap.el (nnimap-open-server): Ditto.
13658
13659         * imap.el (imap-authenticate): Fix typo.
13660
13661 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13662
13663         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13664         buffer (since IMAP server might return FETCH response out of
13665         order, and the nntp buffer must be sorted).
13666
13667 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13668
13669         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13670         comparison on string.
13671
13672         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13673         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13674         (gnus-agent-summary-fetch-series): Modified to protect against
13675         gnus-agent-summary-fetch-group clearing processable flags.
13676         (gnus-agent-synchronize-group-flags): Update live group buffer as
13677         synchronization may occur due to the user toggle the plugged
13678         status.
13679         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13680         successfully downloaded.
13681         (gnus-agent-expire-group-1): Avoid using markers when the overview
13682         is in ascending order; greatly improves performance.
13683         (gnus-agent-regenerate-group): Use
13684         gnus-agent-synchronize-group-flags to reset read status in both
13685         gnus and server.
13686         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13687
13688 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * message.el: Don't autoload former message-utils variables.
13691         (message-strip-subject-trailing-was): Change doc string.
13692
13693         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13694         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13695         (nnweb-google-search): Add "hl=en" here.
13696         (nnweb-google-parse-1, nnweb-google-create-mapping):
13697         Don't hardcode URL.
13698
13699 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * message.el (message-get-reply-headers, message-followup):
13702         Mention related variables `message-use-followup-to' and
13703         `message-use-mail-followup-to', in the information buffer.
13704
13705         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13706         of broken groups(-beta).google.com.
13707
13708 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13711         parameter to invoked gnus-request-move-article; remove the
13712         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13713         all at once instead of once per article.
13714         (gnus-summary-remove-process-mark): Accept a list of articles as
13715         well as a single article for processing.
13716
13717         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13718         parameter.
13719
13720         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13721
13722         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13723
13724         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13725         parameter.
13726
13727         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13728         parameter.
13729
13730         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13731         parameter and remove the gnus-sum-hint-move-is-internal variable.
13732
13733         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13734         parameter.
13735
13736         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13737         parameter.
13738
13739         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13740         parameter.
13741
13742         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13743
13744         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13745         parameter.
13746
13747         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13748         parameter.
13749
13750 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13751
13752         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13753         a more conservative way.
13754
13755 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13756
13757         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13758         buffer, so it moves the window's cursor.
13759
13760 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13761
13762         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13763         `mm-dissect-multipart' and receive the from field as an (optional)
13764         argument from `mm-dissect-multipart'.
13765         (mm-dissect-multipart): Receive the from field as an argument and
13766         pass it on when we call `mm-dissect-buffer' on MIME parts.
13767         Fixes verification/decryption of signed/encrypted MIME parts.
13768
13769 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13770
13771         * gnus-sum.el (gnus-summary-move-article): Set
13772         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13773         whatever it calls (right now, only nnimap-request-move article
13774         respects it).
13775
13776         * nnimap.el (nnimap-request-move-article): When
13777         gnus-sum-hint-move-is-internal is set, don't do the extra
13778         nnimap-request-article.
13779
13780 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13783
13784         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13785         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13786
13787         * gnus-sum.el (gnus-summary-caesar-message):
13788         Apply `gnus-treat-article' after rotation.
13789
13790         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13791         doc string.
13792
13793 2005-02-22  Simon Josefsson  <jas@extundo.com>
13794
13795         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13796         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13797         <arne@arnested.dk>.
13798         (encrypt): Add password-cache and password-cache-expiry as group
13799         members.
13800
13801 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13802
13803         * smime.el (smime-ldap-host-list): Doc fix.
13804         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13805         cache) password.
13806         (smime-sign-region): Use it.
13807         (smime-decrypt-region): Use it.
13808         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13809         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13810         fails.
13811         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13812         certificate from DER to PEM format rather than calling openssl.
13813
13814         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13815
13816         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13817         for signing/encryption.
13818
13819         * mml.el (mml-parse-1): Use them.
13820
13821 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13822
13823         * nnrss.el (nnrss-verbose): Removed.
13824         (nnrss-request-group): Use `nnheader-message' instead.
13825
13826 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13827
13828         * nnrss.el (nnrss-verbose): New variable.
13829         (nnrss-request-group): Make it say nnrss is requesting a group.
13830
13831 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13834         Handle news URL with given port correctly.
13835
13836 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13839         containing special characters.
13840
13841         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13842
13843         * mml.el (mime-to-mml): Ditto.
13844
13845         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13846         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13847         (rfc2047-decode-region): Quote decoded words containing special
13848         characters when rfc2047-quote-decoded-words-containing-tspecials
13849         is non-nil.
13850
13851 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13852
13853         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13854
13855         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13856
13857 2005-02-15  Simon Josefsson  <jas@extundo.com>
13858
13859         * nnimap.el (nnimap-debug): Doc fix.
13860
13861         * imap.el (imap-debug): Doc fix.
13862
13863 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13866
13867 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13868
13869         * gnus.el (spam-contents): Improve docs for spam-contents
13870         parameter in its variable incarnation.
13871
13872 2005-02-14  Simon Josefsson  <jas@extundo.com>
13873
13874         * smime-ldap.el: Use require instead of load-library for ldap.
13875         (smime-ldap-search): Indent.
13876         (smime-ldap-search-internal): Shorten line.
13877
13878         * smime.el (smime-cert-by-dns): Add doc-string.
13879         (smime-cert-by-ldap-1): Indent.
13880
13881         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13882         mml-smime-get-dns-ldap.
13883         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13884
13885 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13886
13887         * smime.el: Require smime-ldap.
13888         (smime-ldap-host-list): New variable.
13889         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13890
13891         * mml-smime.el (mml-smime-encrypt-query): New function.
13892         (mml-smime-encrypt-query): Use it.
13893
13894         * smime-ldap.el: New file.
13895
13896 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13899
13900 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13903         argument in doc string.  Make query for type more clear.
13904
13905 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13906
13907         * gnus.el (gnus-group-startup-message): Search for gnus images in
13908         etc/images/gnus.
13909         * mm-util.el (mm-image-load-path): Likewise.
13910         * smiley.el (smiley-data-directory): Search for smilies in
13911         etc/images/smilies.
13912
13913 2005-02-09  Kim F. Storm  <storm@cua.dk>
13914
13915         Change Emacs release version from 21.4 to 22.1 throughout.
13916         Change Emacs development version from 21.3.50 to 22.0.50.
13917
13918 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13921
13922         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13923         non-Mule XEmacs as well.
13924         (mm-decompress-buffer): Signal an error intentionally if it does
13925         not decompress compressed data because auto-compression-mode is
13926         disabled.
13927
13928 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13929
13930         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13931         an ID in the registry even if it has no groups.
13932
13933 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13936         merge it into mm-decompress-buffer.
13937         (gnus-mime-copy-part): Use the MIME part charset, the value which
13938         a user specified or gnus-newsgroup-charset for decoding, like
13939         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13940         save-buffer what was used.  Suggested by Kevin Ryde
13941         <user42@zip.com.au>.
13942         (gnus-mime-inline-part): Allow the name parameter as well as the
13943         filename parameter; force decompressing of compressed data; always
13944         display contents being not decoded as unibyte.
13945
13946         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13947         as well as the filename parameter.
13948
13949         * mm-util.el (mm-decompress-buffer): Merge
13950         gnus-mime-jka-compr-maybe-uncompress.
13951         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13952         of compressed data.
13953
13954 2005-02-08  Simon Josefsson  <jas@extundo.com>
13955
13956         * imap.el (imap-log): Doc fix.
13957
13958 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13961         the coding cookies; decompress compressed parts.
13962
13963         * mml.el (mml-generate-mime-1): Add the charset parameter according
13964         to the value which a user specified manually or the coding cookie.
13965
13966         * mm-util.el (mm-string-to-multibyte): New function.
13967         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13968         (mm-coding-system-to-mime-charset): New function.
13969         (mm-decompress-buffer): New function.
13970         (mm-find-buffer-file-coding-system): New function.
13971
13972         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13973         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13974         parts.
13975
13976 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13977
13978         * mm-view.el (mm-display-inline-fontify): Decode a part according
13979         to the charset parameter.
13980
13981 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13984         prefix arg is neither nil nor a number, as info specifies.
13985
13986 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13989         timestamps.
13990
13991 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13992
13993         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13994         groups error checking and notify user.
13995
13996 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13997
13998         * message.el (message-send-mail-function): Check existence of
13999         sendmail-program first before using default value
14000         `message-send-mail-with-sendmail'.  Otherwise use more generic
14001         `smtpmail-send-it'.
14002
14003 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * nntp.el (nntp-request-update-info): Always return nil.
14006
14007 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14010
14011 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14012
14013         * message.el (message-beginning-of-line): Change the behavior when
14014         invoked between BOL and : so that it first moves backward.
14015
14016 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14019         article buffer when editing of the article is discarded.
14020         (gnus-article-prepare): Revert.
14021
14022 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (gnus-article-prepare):
14025         Remove message-strip-forbidden-properties from the local hook.
14026
14027 2005-01-27  Simon Josefsson  <jas@extundo.com>
14028
14029         * password.el (password-cache-add): Only start one timer per key.
14030         Reported by Derek Atkins <warlord@MIT.EDU>.
14031
14032 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14033
14034         * run-at-time.el: Removed.  It is no longer needed as
14035         timer-funcs.el in the xemacs-base package has a working version of
14036         `run-at-time'.
14037
14038         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14039
14040         * password.el: Require timer-funcs instead of run-at-time in
14041         XEmacs.
14042         Remove `password-run-at-time' macro.
14043         (password-cache-add): Use `run-at-time' instead of
14044         `password-run-at-time'.
14045
14046         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14047         Remove `nnheader-cancel-function-timers' alias,
14048         `cancel-function-timers' exists in XEmacs in timer-funcs.
14049
14050         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14051         for `run-with-idle-timer'.
14052
14053         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14054         for `run-at-time'.
14055
14056         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14057         for `with-timeout'.
14058
14059         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14060         the same as for XEmacs 21.4.
14061         No need to ignore `run-with-idle-timer', this function exists in
14062         XEmacs now in timer-funcs.el in the xemacs-base package.
14063         (dgnushack-compile): No need to delete
14064         run-at-time.el from the list of files to compile because it
14065         doesn't exist anymore.
14066
14067 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14070         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14071
14072 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14073
14074         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14075         sensitively.
14076
14077 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14078
14079         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14080
14081 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14084         which will be inserted according to the multibyteness of a buffer
14085         rather than the type of contents.  Suggested by ARISAWA Akihiro
14086         <ari@mbf.ocn.ne.jp>.
14087
14088         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14089         of string which old xml.el may return rather than a string.
14090
14091 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14094
14095 2005-01-16  Simon Josefsson  <jas@extundo.com>
14096
14097         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14098         idn/idna.el isn't available.
14099         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14100         <michael@waxrat.com>.
14101
14102         * hashcash.el: Remove non-FSF copyright header.
14103
14104         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14105         (hashcash-generate-payment): Use it.
14106         (hashcash-generate-payment-async): Use it.
14107
14108 2005-01-15  Simon Josefsson  <jas@extundo.com>
14109
14110         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14111         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14112
14113         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14114         gnus-summary-idna-message.
14115         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14116         (gnus-summary-idna-message): New function.
14117
14118 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14121         gnus-novice-user.
14122
14123 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * nnrss.el (nnrss-request-delete-group): Delete entries in
14126         nnrss-group-alist as well.
14127         (nnrss-save-server-data): Insert newline.
14128
14129 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * gnus.el (gnus-user-agent): Use list of symbols instead of
14132         symbols.  Display full version number for (S)XEmacs.  Optionally
14133         display (S)XEmacs codename.
14134
14135         * gnus-util.el (gnus-emacs-version): Update for new
14136         `gnus-user-agent'.
14137
14138         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14139         Gnus version.
14140
14141 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14144         which is unreadable in some setups.
14145
14146 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-spec.el (gnus-update-format-specifications): Flush the
14149         group format spec cache if it doesn't support decoded group names.
14150
14151 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14154         Allow to apply decay on score files matching a regexp.
14155
14156 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14159         compatibility in %g and %c.
14160
14161 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14164         name for only %g and %c.
14165         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14166         of gnus-tmp-group to decoded group name.
14167         (gnus-group-make-rss-group): Exclude `/'s from group names.
14168
14169 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * nnrss.el (nnrss-get-encoding): Fix regexp.
14172
14173 2004-12-27  Simon Josefsson  <jas@extundo.com>
14174
14175         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14176         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14177         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14178
14179 2004-12-17  Kim F. Storm  <storm@cua.dk>
14180
14181         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14182
14183         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14184
14185 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14186
14187         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14188
14189 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nnrss.el: Require rfc2047 and mml.
14192         (nnrss-file-coding-system): New variable.
14193         (nnrss-format-string): Redefine it as an inline function.
14194         (nnrss-decode-group-name): New function.
14195         (nnrss-string-as-multibyte): Remove.
14196         (nnrss-retrieve-headers): Decode group name; don't use
14197         nnrss-format-string.
14198         (nnrss-request-group): Decode group name.
14199         (nnrss-request-article): Decode group name; allow a Message-ID as
14200         well as an article number; don't use nnrss-format-string; encode a
14201         Message-ID string which may contain non-ASCII characters; use
14202         mml-to-mime to compose a MIME article.
14203         (nnrss-request-expire-articles): Decode group name.
14204         (nnrss-request-delete-group): Decode group name.
14205         (nnrss-fetch): Clarify error message.
14206         (nnrss-read-server-data): Use insert-file-contents instead of load;
14207         bind file-name-coding-system; use multibyte buffer.
14208         (nnrss-save-server-data): Bind coding-system-for-write to the
14209         value of nnrss-file-coding-system; bind file-name-coding-system;
14210         add coding cookie.
14211         (nnrss-read-group-data): Use insert-file-contents instead of load;
14212         bind file-name-coding-system; use multibyte buffer.
14213         (nnrss-save-group-data): Bind coding-system-for-write to the
14214         value of nnrss-file-coding-system; bind file-name-coding-system.
14215         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14216         make it work with non-ASCII text.
14217         (nnrss-find-el): Make it work with old xml.el as well.
14218
14219 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14220
14221         * nnrss.el (nnrss-get-encoding): New function.
14222         (nnrss-fetch): Use unibyte buffer initially; bind
14223         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14224         decode contents according to the encoding attribute.
14225         (nnrss-save-group-data): Add coding cookie.
14226         (nnrss-mime-encode-string): New function.
14227         (nnrss-check-group): Use it to encode subject and author.
14228
14229 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14232         imaginary variable.
14233
14234 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14237         correctly even if there are wide characters.
14238
14239 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14242         downcased symbol names; make a new cache instead of reusing
14243         bbdb-hashtable.
14244
14245 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14248         concatenating segments rather than before concatenating them.
14249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14250
14251         * message.el (message-get-reply-headers): Bind `extra'.
14252
14253 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14254
14255         * message.el (message-extra-wide-headers): New variable.
14256         (message-get-reply-headers): Use it.
14257
14258 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14261         (gnus-agent-group-pathname): Ditto.
14262
14263         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14264
14265         * gnus-group.el (gnus-group-make-group): Decode group name.
14266         (gnus-group-make-rss-group): Register the group data after opening
14267         the nnrss group.
14268
14269 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14270
14271         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14272         by expiry now get marked as read.
14273
14274 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14277
14278 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14279
14280         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14281         unify Latin characters in XEmacs.
14282         (mm-find-mime-charset-region): Use it.
14283
14284 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-util.el (gnus-delete-directory): New function.
14287
14288         * gnus-agent.el (gnus-agent-delete-group): Use it.
14289
14290         * gnus-cache.el (gnus-cache-delete-group): Use it.
14291
14292 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14295         names.
14296
14297 2004-12-16  Simon Josefsson  <jas@extundo.com>
14298
14299         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14300
14301 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14304
14305         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14306         (gnus-group-set-current-level): Decode group name.
14307
14308 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14309
14310         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14311         failed.
14312
14313 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-group.el (gnus-group-delete-group): Decode group name.
14316         (gnus-group-make-rss-group): Encode group name.
14317         (gnus-group-catchup-current): Decode group name.
14318         (gnus-group-kill-group): Decode group name.
14319
14320 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14321
14322         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14323
14324 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-group.el (gnus-group-make-rss-group):
14327         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14328
14329         * gnus-start.el (gnus-setup-news): Honor user's setting to
14330         gnus-message-archive-method.  Suggested by Lute Kamstra
14331         <lute@gnu.org>.
14332
14333 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14334
14335         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14336         global counterparts of the buffer-local variables.
14337
14338 2004-11-16  Romain Francoise  <romain@orebokech.com>
14339
14340         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14341         counterparts of the buffer-local variables.
14342
14343 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * message.el (message-forbidden-properties): Fixed typo in doc
14346         string.
14347
14348 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-util.el (gnus-replace-in-string): Added doc string.
14351
14352         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14353         to avoid problems when splitting mails with many recipients.
14354
14355 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14356
14357         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14358         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14359
14360 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14361
14362         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14363         if there is no hashtable in memory or file modification time is
14364         newer than cached timestamp.
14365
14366 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14369         not-matching option.
14370
14371 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14374         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14375         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14376         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14377         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14378         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14379
14380 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * message.el (message-forward-make-body-mml): Remove headers
14383         according to message-forward-ignored-headers if a message is decoded.
14384
14385 2004-12-02  Romain Francoise  <romain@orebokech.com>
14386
14387         * message.el (message-forward-make-body-plain): Always remove
14388         headers according to message-forward-ignored-headers.
14389
14390 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14391
14392         * spam.el (spam-summary-prepare-exit): Remove the
14393         gnus-summary-limit pop for now, it has problems with ham marks for
14394         me.
14395
14396 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14399         correctly.
14400
14401 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14402
14403         * format-spec.el (format-spec): Message the char.
14404
14405 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * gnus-art.el (gnus-split-methods): Reformat comments.
14408
14409         * spam.el (spam-summary-prepare-exit): Remove article limits
14410         before exiting the summary buffer.
14411
14412 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14415         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14416
14417         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14418         order to silence the byte compiler.
14419
14420         * spam.el: Fix the way to silence the byte compiler, which
14421         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14422         bbdb-search-simple, spam-BBDB-register-routine,
14423         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14424         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14425         spam-stat-buffer-is-spam, spam-stat-load,
14426         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14427         spam-stat-save and spam-stat-split-fancy.
14428
14429 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14432         which may confuse users.
14433         (canlock-password-for-verify): Ditto.
14434
14435         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14436
14437         * gnus-art.el (gnus-emphasis-alist): Ditto.
14438
14439         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14440
14441         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14442
14443         * gnus-start.el (gnus-save-killed-list): Ditto.
14444
14445         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14446         (gnus-sum-thread-tree-root): Ditto.
14447         (gnus-sum-thread-tree-false-root): Ditto.
14448         (gnus-sum-thread-tree-single-indent): Ditto.
14449
14450         * message.el (message-courtesy-message): Ditto.
14451         (message-archive-note): Ditto.
14452         (message-subscribed-address-file): Ditto.
14453         (message-user-fqdn): Ditto.
14454
14455         * spam-report.el (spam-report-gmane-regex): Ditto.
14456
14457         * spam.el (spam-blackhole-good-server-regex): Ditto.
14458
14459 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * mml.el (mml-preview): Widen the message buffer before copying
14462         the contents to the preview buffer; sort headers before previewing.
14463
14464         * message.el (message-hidden-headers): Fix the way to avoid a bug
14465         in the `repeat' widget in Emacs 21.3 or earlier.
14466
14467 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * message.el (message-hidden-headers): Default to "^References:".
14470         Improve customization type.  Suggested by Reiner Steib
14471         <Reiner.Steib@gmx.de>.
14472
14473 2004-11-25  Romain Francoise  <romain@orebokech.com>
14474
14475         * message.el (message-strip-forbidden-properties): Remove check for
14476         obsolete `message-hidden' text property, hidden headers are not
14477         accessible in the buffer anymore.
14478
14479 2004-11-22  Romain Francoise  <romain@orebokech.com>
14480
14481         * message.el (message-header-format-alist): Add `From' in list
14482         so that it can be sorted.
14483         (message-fix-before-sending): Widen and sort headers before
14484         sending.
14485         (message-hide-headers): Use narrowing to hide headers by moving
14486         them to the top of the buffer and narrowing to the region
14487         underneath.
14488
14489 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14490
14491         * message.el (message-strip-forbidden-properties): Bind
14492         buffer-read-only (etc) to nil.
14493
14494 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14497         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14498
14499 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14500
14501         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14502
14503 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14504
14505         * dns.el (query-dns): Use sit-for to time instead of
14506         accept-process-output, since that doesn't seem to work on udp
14507         sockets.
14508
14509 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14512
14513 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14514
14515         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14516         doc string.  Improve doc string.
14517
14518 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * nntp.el (nntp-request-update-info): Return nil if
14521         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14522         may not call gnus-activate-group which uselessly issues the GROUP
14523         commands for all nntp groups and wastes time.  Reported by Romain
14524         Francoise <romain@orebokech.com>.
14525
14526         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14527
14528 2004-11-15  Simon Josefsson  <jas@extundo.com>
14529
14530         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14531         headers separately.
14532         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14533         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14534
14535 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus-start.el (gnus-convert-old-newsrc):
14538         Assign legacy-gnus-agent to 5.10.7.
14539
14540 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14543         start of the lines.
14544
14545 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14546
14547         * hashcash.el (hashcash-default-payment): Change default to 20.
14548         (hashcash-default-accept-payment): Change default to 20.
14549         (hashcash-process-alist): New variable.
14550         (hashcash-generate-payment-async): Add.
14551         (hashcash-already-paid-p): Add.
14552         (hashcash-insert-payment): Don't generate payments twice.
14553         (hashcash-insert-payment-async): Add.
14554         (hashcash-insert-payment-async-2): Add.
14555         (hashcash-cancel-async): Add.
14556         (hashcash-wait-async): Add.
14557         (hashcash-processes-running-p): Add.
14558         (hashcash-wait-or-cancel): Add.
14559         (mail-add-payment): New optional argument.  Conditionally start
14560         asynchronous calculation.
14561         (mail-add-payment-async): Add.
14562
14563         * message.el (message-send-mail): Wait for asynchronous hashcash
14564         results.  Don't clobber existing X-Hashcash headers.
14565         (message-setup-1): Call mail-add-payment-async when
14566         message-generate-hashcash is non-nil.
14567
14568 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14569
14570         * message.el (message-use-alternative-email-as-from): Examine the
14571         From header as well; use message-make-from in order to include a
14572         user's full name.
14573
14574 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14577         default; improve customization type.
14578         (gnus-emphasis-custom-with-format): New macro.
14579         (gnus-emphasis-custom-value-to-external): New function.
14580         (gnus-emphasis-custom-value-to-internal): New function.
14581
14582 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * dns.el (query-dns): Resolve reverse addresses.
14585
14586 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14587
14588         * gnus-group.el (gnus-group-get-new-news): Use it.
14589
14590         * gnus-start.el (gnus-check-reasonable-setup): New function.
14591
14592 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14595         "Args out of range" error.  Reported by Arnaud Giersch
14596         <arnaud.giersch@free.fr>.
14597
14598 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14599
14600         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14601
14602 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14603
14604         * spam.el (spam group): Add :version.
14605
14606         * pgg-def.el (pgg group): Add :version.
14607
14608 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-art.el (gnus-article-edit-article): Don't associate the
14611         article buffer with a draft file.  This is a temporary measure
14612         against the 2004-08-22 change to gnus-article-edit-mode.
14613
14614 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14617         (html2text-format-tags): Remove unused variable `attr'.
14618
14619 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14622
14623         * tls.el (tls-process-connection-type, tls-success)
14624         (tls-certtool-program): Add :version.
14625
14626         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14627         (starttls-extra-arguments, starttls-process-connection-type)
14628         (starttls-connect, starttls-failure, starttls-success): Add :version.
14629
14630         * spam-stat.el (spam-stat): Add :version.
14631
14632         * sieve.el (sieve): Add :version.
14633
14634         * sha1.el (sha1): Add :version.
14635         (sha1-use-external): Remove redundant version.
14636
14637         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14638         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14639         (nnmail-split-fancy-match-partial-words)
14640         (nnmail-split-lowercase-expanded): Add :version.
14641
14642         * nndiary.el (nndiary): Add :version.
14643
14644         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14645
14646         * mml-sec.el (mml-default-sign-method)
14647         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14648         Add :version.
14649
14650         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14651
14652         * mm-url.el (mm-url-use-external, mm-url-program)
14653         (mm-url-arguments): Add :version.
14654
14655         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14656         (mm-attachment-file-modes, mm-decrypt-option)
14657         (mm-w3m-safe-url-regexp): Add :version.
14658
14659         * message.el (message-cite-prefix-regexp)
14660         (message-sendmail-envelope-from, message-minibuffer-local-map)
14661         (message-user-fqdn, message-completion-alist): Add :version.
14662
14663         * gnus-win.el (gnus-configure-windows-hook)
14664         (gnus-use-frames-on-any-display): Add :version.
14665
14666         * gnus-art.el (gnus-article-address-banner-alist)
14667         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14668         (gnus-treat-from-picon, gnus-treat-mail-picon)
14669         (gnus-treat-x-pgp-sig): Add :version.
14670
14671         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14672         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14673         (gnus-summary-article-delete-hook)
14674         (gnus-summary-display-while-building): Add :version.
14675
14676         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14677         (gnus-get-top-new-news-hook): Add :version.
14678
14679         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14680         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14681
14682         * gnus-registry.el (gnus-registry): Add :version.
14683
14684         * gnus-spec.el (gnus-use-correct-string-widths)
14685         (gnus-make-format-preserve-properties): Add :version.
14686
14687         * gnus.el (gnus-group-charter-alist)
14688         (gnus-group-fetch-control-use-browse-url)
14689         (gnus-install-group-spam-parameters): Add :version.
14690
14691         * gnus-diary.el (gnus-diary): Add :version.
14692
14693         * gnus-delay.el (gnus-delay): Add :version.
14694
14695         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14696         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14697         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14698         Add :version.
14699
14700         * gnus-agent.el (gnus-agent-max-fetch-size)
14701         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14702         (gnus-agent-prompt-send-queue): Add :version.
14703
14704         * deuglify.el (gnus-outlook-deuglify): Add :version.
14705
14706         * html2text.el: Beautify code.  Improve doc strings.  Some
14707         checkdoc cleanup.
14708         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14709
14710 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14711
14712         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14713
14714 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14715
14716         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14717         when package is loaded.
14718
14719         * spam.el (spam-summary-score-preferred-header): Add global preference
14720         for people who want to override the default SpamAssassin over
14721         Bogofilter preference (when both are set).
14722         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14723         (spam-user-format-function-S): Check
14724         spam-summary-score-preferred-header.
14725         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14726         (spam-user-format-function-S): Format the score correctly.
14727
14728 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14731         signature file.  Suggested by Manoj Srivastava
14732         <srivasta@golden-gryphon.com>.
14733
14734         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14735         iso-2022-jp even in the Japanese language environment.
14736         Suggested by Jason Rumney <jasonr@gnu.org>.
14737
14738 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14741         use the same characters as the dummy marks; make it free from
14742         getting affected by the language environment.
14743         (gnus-summary-read-group-1): Update mark positions only when the
14744         format spec is updated.
14745
14746         * gnus-spec.el (gnus-update-format-specifications): Return a list
14747         of updated types.
14748
14749 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14752         of boundp to check if display-warning is available.
14753
14754 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14757
14758 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * nnspool.el (nnspool-spool-directory): Use news-path if the
14761         news-directory variable is not bound.
14762
14763         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14764         function instead of display-warning if it is not available.
14765
14766 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14769         v5-10: Use `point-at-bol'.
14770
14771 2004-10-26  Simon Josefsson  <jas@extundo.com>
14772
14773         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14774         <chenggao@gmail.com>.
14775
14776 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14779         instead.
14780
14781 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14784         to remove a server from the nnimap-server-buffer-alist.
14785         (nnimap-open-connection, nnimap-close-server): Use it.
14786
14787         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14788
14789 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14792         running the major-mode function.
14793
14794 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14797         dummy marks in the right way.
14798
14799 2004-10-18  David Edmondson  <dme@dme.org>
14800
14801         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14802         excessively.
14803
14804 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14805
14806         * gnus-util.el (gnus-split-references): Accept a nil references
14807         string and go on blissfully.
14808
14809         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14810         cases where the references string is non-nil but has no references.
14811
14812         * encrypt.el: Add autoload tags.
14813
14814         * spam.el (spam-resolve-registrations-routine): Remove article
14815         from unregistration list too.  Reported by David Hanak
14816         <dhanak@isis.vanderbilt.edu>
14817
14818 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14821         nil.  Changed custom type.
14822
14823 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14826
14827         * gnus-sum.el (gnus-summary-move-article): Use it.
14828
14829 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * encrypt.el: Add autoload cookies.
14832
14833         * spam.el (spam-backend-article-list-property)
14834         (spam-backend-get-article-todo-list)
14835         (spam-backend-put-article-todo-list)
14836         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14837         Resolve registrations separately.
14838         (spam-register-routine): Format comments.
14839         (spam-unregister-routine, spam-register-routine): Always call with
14840         specific-articles, no default list.
14841         (spam-summary-prepare-exit): Use the spam-classifications function.
14842
14843         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14844         gnus-encrypt.el.
14845
14846         * encrypt.el: Copied from gnus-encrypt.el.
14847
14848         * gnus-encrypt.el: Commented that it's obsolete.
14849
14850 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14853         (gnus-score-save): Use it.
14854
14855         * message.el (message-bury): Use `window-dedicated-p'.
14856
14857 2004-10-15  Simon Josefsson  <jas@extundo.com>
14858
14859         * pop3.el (top-level): Don't require nnheader.
14860         (pop3-read-timeout): Add.
14861         (pop3-accept-process-output): Add.
14862         (pop3-read-response, pop3-retr): Use it.
14863
14864 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14865
14866         * spam.el (spam-register-routine): Move comment.
14867         (spam-verify-bogofilter): Use 'unknown for the initial
14868         spam-bogofilter-valid state, not 'never.
14869
14870         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14871         for netrc-machine.
14872
14873         * nnimap.el (nnimap-open-connection): Use
14874         netrc-machine-user-or-password.
14875
14876 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14877
14878         * gnus-registry.el (gnus-registry-unload-hook):
14879         Set as a variable with add-hook.
14880
14881         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14882         of news-path.
14883
14884         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14885
14886         * spam.el: Delete duplicate `provide'.
14887         (spam-unload-hook): Set as a variable with add-hook.
14888
14889 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14892         in the doc string.
14893
14894         * message.el (message-ignored-news-headers)
14895         (message-ignored-supersedes-headers)
14896         (message-ignored-resent-headers)
14897         (message-forward-ignored-headers): Improve custom type.
14898
14899 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * message.el (message-tokenize-header): Fix 2004-09-06 change
14902         which used point-min in the wrong place.
14903
14904 2004-10-12  Simon Josefsson  <jas@extundo.com>
14905
14906         * tls.el (tls-certtool-program): New variable.
14907         (tls-certificate-information): New function, based on
14908         ssl-certificate-information.
14909
14910 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * compface.el: Move the version of ELisp-based uncompface program
14913         to the contrib directory because of the copyright problem.
14914
14915 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * message.el (message-kill-buffer): Raise the current frame.
14918
14919 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14922
14923         * gnus.el (message-y-or-n-p): Autoload.
14924
14925         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14926         (pop3-password-required, pop3-authentication-scheme)
14927         (pop3-leave-mail-on-server): Made customizable.
14928         (pop3): New custom group.
14929         (pop3-retr): Remove `sleep-for' statements.
14930         Suggested by Dave Love <fx@gnu.org>.
14931
14932         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14933         Windows/DOS.
14934
14935         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14936         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14937         Dave Love <fx@gnu.org>.
14938
14939         * mml.el (mml-minibuffer-read-disposition): Require match.
14940         Suggested by Dave Love <fx@gnu.org>.
14941
14942 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14945         doc string.
14946
14947 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14950
14951 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14952
14953         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14954         instead of calling `mm-insert-inline', to decode text/* parts
14955         before displaying them.
14956
14957 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * mm-uu.el (mm-uu-text-plain-type): New variable.
14960         (mm-uu-pgp-signed-extract-1): Use it.
14961         (mm-uu-pgp-encrypted-extract-1): Use it.
14962         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14963         bind mm-uu-text-plain-type with that value.
14964         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14965         mm-uu-dissect.
14966
14967 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-group.el (gnus-update-group-mark-positions):
14970         * gnus-sum.el (gnus-update-summary-mark-positions):
14971         * message.el (message-check-news-body-syntax):
14972         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14973         of string-as-multibyte.
14974
14975 2004-10-05  Juri Linkov  <juri@jurta.org>
14976
14977         * gnus-group.el (gnus-update-group-mark-positions):
14978         * gnus-sum.el (gnus-update-summary-mark-positions):
14979         * message.el (message-check-news-body-syntax):
14980         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14981         8-bit unibyte values to a multibyte string for search functions.
14982
14983 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14986         (mm-uu-dissect-text-parts): New function.
14987
14988         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14989         dissect text parts.
14990
14991         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14992         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14993
14994         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14995
14996         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14997         gnus-current-topics instead of gnus-current-topic.
14998
14999 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15002
15003 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15006         where approriate.
15007
15008         * nnml.el (nnml-generate-active-info): do.
15009
15010         * nndiary.el (nndiary-generate-active-info): do.
15011
15012         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15013         (gnus-topic-move): do.
15014
15015         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15016         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15017
15018         * gnus-srvr.el (gnus-server-prepare)
15019         (gnus-server-open-all-servers): do.
15020
15021         * gnus-msg.el (gnus-summary-cancel-article)
15022         (gnus-summary-resend-message)
15023         (gnus-summary-mail-crosspost-complaint): do.
15024
15025         * gnus-move.el (gnus-change-server): do.
15026
15027         * gnus-group.el (gnus-group-unmark-all-groups)
15028         (gnus-group-set-current-level): do.
15029
15030 2004-10-04  Simon Josefsson  <jas@extundo.com>
15031
15032         * message.el (message-generate-hashcash): Doc fix.
15033
15034 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15035
15036         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15037         avoid infinite recursion via gnus-get-function.
15038
15039 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15040
15041         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15042
15043         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15044
15045         * nnmail.el (nnmail-split-history): do.
15046
15047         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15048         (nnml-request-delete-group): do.
15049
15050         * nnslashdot.el (nnslashdot-read-groups): do.
15051
15052         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15053         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15054
15055         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15056         (nnspool-sift-nov-with-sed): Use last.
15057         (nnspool-retrieve-headers-with-nov): Use mapc.
15058         (nnspool-request-newgroups): Use dolist.
15059         (nnspool-request-group): Use last.
15060
15061         * nntp.el (nntp-read-server-type): Use dolist.
15062
15063         * nnvirtual.el (nnvirtual-create-mapping)
15064         (nnvirtual-update-read-and-marked): Use dolist.
15065         (nnvirtual-convert-headers): Simplify.
15066
15067 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15068
15069         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15070         support for sync'ing tick marks.
15071
15072 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15075         there's no visible header.
15076
15077 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15078
15079         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15080         necessary, pass full group name to gnus-request-set-marks.
15081
15082 2004-10-01  Simon Josefsson  <jas@extundo.com>
15083
15084         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15085         acroread.
15086
15087 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * spam-report.el (spam-report-gmane): Fix interactive.
15090
15091         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15092
15093         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15094         when writing file.
15095         (gnus-agent-synchronize-flags): Don't default to being
15096         interactive.
15097
15098 2004-09-30  Simon Josefsson  <jas@extundo.com>
15099
15100         * message.el (message-generate-hashcash): Add.
15101         (message-send-mail): Use it, call mail-add-payment.
15102
15103 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15104
15105         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15106
15107 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15108
15109         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15110         gnus-requst-update-info with explicit code to sync the in-memory
15111         info read flags with the marks being sync'd to the backend.
15112
15113         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15114
15115 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * spam.el (spam-verify-bogofilter): Add new function.
15118         (spam-check-bogofilter)
15119         (spam-bogofilter-register-with-bogofilter): Use it.
15120         (spam-verify-bogofilter): Add small fixes.
15121
15122 2004-09-28  Simon Josefsson  <jas@extundo.com>
15123
15124         * hashcash.el (hashcash-generate-payment): Revert.
15125
15126 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15127
15128         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15129         gnus-extract-references instead of gnus-split-references.
15130
15131         * gnus-util.el (gnus-extract-references): Add new function, analogous
15132         to gnus-split-references but extracts only the message-ID without
15133         anything extra.
15134
15135         * hashcash.el (hashcash-generate-payment)
15136         (hashcash-check-payment): Do the right thing if hashcash-path is
15137         nil (because the hashcash program could not be found).
15138
15139         * spam.el (spam-use-hashcash): Remove comment.
15140
15141 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15144         (gnus-cache-enter-article, gnus-cache-remove-article)
15145         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15146
15147         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15148
15149         * gnus-art.el (article-hide-boring-headers)
15150         (article-translate-strings, article-display-face)
15151         (gnus-article-mime-match-handle-first)
15152         (gnus-article-highlight-headers)
15153         (gnus-article-add-buttons-to-head): do.
15154
15155 2004-09-27  Simon Josefsson  <jas@extundo.com>
15156
15157         * hashcash.el: New version, from
15158         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15159         ../contrib/.
15160
15161 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15164
15165 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15166
15167         * gnus-dup.el (gnus-dup-open): Use mapc.
15168         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15169
15170         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15171         Reported by Stefan Wiens <s.wi@gmx.net>.
15172
15173         * gnus.el (gnus-shutdown): Use dolist.
15174
15175         * gnus-undo.el (gnus-undo): Use mapc.
15176
15177         * nnrss.el (nnrss-generate-active): do.
15178
15179         * message.el (message-cite-original-without-signature)
15180         (message-cite-original): Use mapc.
15181         (message-do-actions, message-make-forward-subject): Use dolist.
15182
15183 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15184
15185         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15186         deletion to remove entire duplicate line.  Fixes merged article
15187         number bug.
15188
15189 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15190
15191         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15192         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15193         first ask if you want to open a server and then, even when you
15194         responded with no, asking if you want to synchronize the server's
15195         flags.
15196         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15197         multi-line expressions.
15198         (gnus-agent-synchronize-group-flags): New internal function.
15199         Updates marks in memory (in the info structure) AND in the
15200         backend.
15201
15202         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15203
15204         * nnagent.el (nnagent-request-set-mark): Use
15205         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15206         method, to ensure that synchronization updates marks in the
15207         backend and in the info (in memory) structure.
15208
15209 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15212         convention fully; don't miss the root article of a thread; make
15213         the X-Draft-From header with correct article numbers.
15214
15215 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15216
15217         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15218         unless plugged.  Disable the agent so that an open failure causes
15219         an error.
15220
15221         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15222         Reverted 2004-09-21 change.  The backend must be opened while
15223         synchronizing flags even when the backend stores the flags
15224         locally.
15225
15226 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15229         in `header' match.  Reported by Svend Tollak Munkejord.
15230
15231         * message.el (message-cite-original): Fix use of
15232         `message-cite-articles-with-x-no-archive'.
15233
15234 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15237         (gnus-window-to-buffer): Ditto.
15238
15239         * mml.el (mml-preview-buffer): New variable.
15240         (mml-preview): Manage window layout with gnus-buffer-configuration.
15241
15242         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15243         X-Draft-From header even if those articles aren't quoted.
15244
15245 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15246
15247         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15248         (gnus-request-set-mark, gnus-request-update-mark): Use new
15249         g-s-t-u-l-m to decide to use backend even when unplugged.
15250
15251 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15254         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15255
15256 2004-09-20  Simon Josefsson  <jas@extundo.com>
15257
15258         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15259         "utf-16-le".
15260
15261 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15262
15263         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15264
15265 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * uudecode.el (uudecode-use-external): Add :version.
15268
15269         * smime.el (smime-CA-file, smime-encrypt-cipher)
15270         (smime-dns-server): Add :version.
15271
15272         * smiley.el (gnus-smiley-file-types): Add :version.
15273
15274         * sha1.el (sha1-use-external): Add :version.
15275
15276         * pgg-def.el (pgg-query-keyserver): Add :version.
15277
15278         * nnmail.el (nnmail-fancy-expiry-targets)
15279         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15280         Add :version.
15281
15282         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15283         (nnimap-retrieve-groups-asynchronous): Add :version.
15284         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15285
15286         * mml.el (mml-content-disposition-parameters)
15287         (mml-insert-mime-headers-always): Add :version.
15288
15289         * mm-util.el (mm-coding-system-priorities): Add :version.
15290
15291         * mm-decode.el (mm-inline-text-html-with-images)
15292         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15293         (mm-verify-option): Add :version.
15294         (mm-text-html-renderer): Change :version.
15295
15296         * message.el (message-fcc-externalize-attachments)
15297         (message-required-headers, message-draft-headers)
15298         (message-subject-trailing-was-query)
15299         (message-subject-trailing-was-ask-regexp)
15300         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15301         (message-mark-insert-end, message-archive-header)
15302         (message-archive-note, message-cross-post-default)
15303         (message-cross-post-note, message-followup-to-note)
15304         (message-cross-post-note-function, message-use-mail-followup-to)
15305         (message-subscribed-address-functions)
15306         (message-subscribed-address-file, message-subscribed-addresses)
15307         (message-subscribed-regexps, message-allow-no-recipients)
15308         (message-yank-cited-prefix, message-signature-insert-empty-line)
15309         (message-hidden-headers, message-hierarchical-addresses)
15310         (message-mail-user-agent, message-use-idna)
15311         (message-valid-fqdn-regexp)
15312         (message-strip-special-text-properties, message-header-synonyms)
15313         (message-beginning-of-line, message-tab-body-function): Add :version.
15314         (message-insert-canlock, message-wide-reply-confirm-recipients):
15315         Change :version.
15316
15317         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15318         and :version.
15319         (mail-source-delete-old-incoming-confirm)
15320         (mail-source-movemail-program): Add :version.
15321
15322         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15323         (gnus-agent-cache, gnus-agent): Change :version.
15324
15325         * gnus-util.el (gnus-use-byte-compile): Change :version.
15326
15327         * gnus-sum.el (gnus-summary-make-false-root-always)
15328         (gnus-summary-default-high-score)
15329         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15330         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15331         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15332         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15333         (gnus-sum-thread-tree-single-indent)
15334         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15335         (gnus-sum-thread-tree-leaf-with-other)
15336         (gnus-sum-thread-tree-single-leaf): Add :version.
15337         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15338         (gnus-article-loose-mime): Change :version.
15339
15340         * gnus-start.el (gnus-backup-startup-file)
15341         (gnus-save-startup-file-via-temp-buffer): Add :version.
15342
15343         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15344         (gnus-server-offline-face): Add :version.
15345
15346         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15347
15348         * gnus-msg.el (gnus-gcc-externalize-attachments)
15349         (gnus-debug-files, gnus-debug-exclude-variables)
15350         (gnus-discouraged-post-methods): Change :version.
15351         (gnus-confirm-mail-reply-to-news)
15352         (gnus-confirm-treat-mail-like-news): Add :version.
15353
15354         * gnus-int.el (gnus-server-unopen-status): Add :version.
15355
15356         * gnus-group.el (gnus-group-jump-to-group-prompt)
15357         (gnus-large-ephemeral-newsgroup)
15358         (gnus-fetch-old-ephemeral-headers): Add :version.
15359
15360         * gnus-fun.el (gnus-x-face-directory)
15361         (gnus-convert-pbm-to-x-face-command)
15362         (gnus-convert-image-to-x-face-command)
15363         (gnus-convert-image-to-face-command): Add :version.
15364
15365         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15366
15367         * gnus-cite.el (gnus-cite-blank-line-after-header)
15368         (gnus-article-boring-faces): Add :version.
15369
15370         * gnus-art.el (gnus-buttonized-mime-types)
15371         (gnus-inhibit-mime-unbuttonizing)
15372         (gnus-treat-display-face)
15373         (gnus-treat-body-boundary): Change :version.
15374         (gnus-body-boundary-delimiter, gnus-picon-databases)
15375         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15376         (gnus-treat-date-english, gnus-treat-fold-headers)
15377         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15378         (gnus-treat-mail-picon, gnus-treat-wash-html)
15379         (gnus-article-encrypt-protocol)
15380         (gnus-use-idna, gnus-article-over-scroll)
15381         (gnus-mime-display-multipart-alternative-as-mixed)
15382         (gnus-mime-display-multipart-related-as-mixed)
15383         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15384         (gnus-ctan-url, gnus-button-ctan-handler)
15385         (gnus-button-handle-ctan-bogus-regexp)
15386         (gnus-button-ctan-directory-regexp)
15387         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15388         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15389         (gnus-button-man-level, gnus-button-emacs-level)
15390         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15391
15392         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15393         (gnus-agent-go-online): Change :version.
15394         (gnus-agent-expire-unagentized-dirs)
15395         (gnus-agent-auto-agentize-methods): Add :version.
15396
15397         * flow-fill.el (fill-flowed-display-column)
15398         (fill-flowed-encode-column): Add :version.
15399
15400         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15401         (gnus-outlook-deuglify-unwrap-max)
15402         (gnus-outlook-deuglify-cite-marks)
15403         (gnus-outlook-deuglify-unwrap-stop-chars)
15404         (gnus-outlook-deuglify-no-wrap-chars)
15405         (gnus-outlook-deuglify-attrib-cut-regexp)
15406         (gnus-outlook-deuglify-attrib-verb-regexp)
15407         (gnus-outlook-deuglify-attrib-end-regexp)
15408         (gnus-outlook-display-hook): Add :version.
15409
15410         * binhex.el (binhex-use-external): Add :version.
15411
15412 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15415         and `invisible'.
15416
15417 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15420         in gnus-registry-trim.
15421
15422 2004-09-13  Simon Josefsson  <jas@extundo.com>
15423
15424         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15425
15426         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15427
15428         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15429         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15430         <yamaoka@jpl.org>.
15431         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15432         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15433         <yamaoka@jpl.org>.
15434
15435         * sieve.el (sieve-manage-mode): Ditto.
15436
15437 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15440
15441 2004-09-11  Simon Josefsson  <jas@extundo.com>
15442
15443         * dns-mode.el: Add.
15444
15445         * mm-view.el (mm-display-dns-inline): Add.
15446
15447         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15448         (mm-automatic-display): Ditto.
15449
15450         * mailcap.el (mailcap-mime-data): Add text/dns.
15451         (mailcap-mime-extensions): Map .soa to text/dns.
15452
15453 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15454
15455         * gnus-art.el (article-decode-mime-words, article-babel)
15456         (gnus-article-highlight-signature, gnus-article-add-buttons)
15457         (gnus-signature-toggle): Remove unnecessary bindings of
15458         `inhibit-read-only' inherited from v5.10 merge.
15459
15460 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15461
15462         * nntp.el (nntp): New customization group.
15463         (nntp-authinfo-file): Add customization group.
15464
15465         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15466
15467         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15468
15469         * gnus.el (to-address, to-list, subscribed)
15470         (large-newsgroup-initial): Ditto.
15471
15472         * flow-fill.el (fill-flowed-display-column)
15473         (fill-flowed-encode-column): Ditto.
15474
15475 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15476
15477         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15478         Use point-min rather than 1.
15479         (message-send-mail): Use buffer-size rather than point-max.
15480
15481         * gnus-sum.el (gnus-summary-search-article-forward):
15482         Signal a specific `search-failed' rather than a generic `error'.
15483
15484         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15485         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15486         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15487
15488 2004-09-10  Simon Josefsson  <jas@extundo.com>
15489
15490         * nndb.el (require): Remove tcp and duplicate cl.
15491
15492 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-agent.el (directory-files-and-attributes): Move forward.
15495
15496 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15497
15498         * gnus-agent.el (directory-files-and-attributes): Optionally
15499         defined to support XEmacs.
15500
15501 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15502
15503         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15504         to avoid run-time CL dependencies.
15505         (gnus-agent-unfetch-articles): New function.
15506         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15507         article numbers even when local .overview file is missing.
15508         (gnus-agent-read-article-number): New function.  Only accepts
15509         27-bit article numbers.
15510         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15511         gnus-agent-read-article-number.
15512         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15513         from backend while recognizing that article numbers in .overview
15514         must be valid.
15515         (gnus-agent-update-files-total-fetched-for): Use
15516         directory-files-and-attributes to improve performance.
15517         * gnus-int.el (gnus-request-move-article): Use
15518         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15519         improve performance.
15520
15521         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15522         some users confused by references to .newsrc when they only have a
15523         .newsrc.eld file.
15524         (gnus-convert-mark-converter-prompt)
15525         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15526         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15527         New function.  Used internally to only display 'gnus converting
15528         files' message when actually necessary.
15529
15530         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15531         methods now autoloaded.
15532
15533 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15536         identifiers.
15537
15538 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * gnus-picon.el: Fix indentation and closing parenthesis.
15541
15542 2004-09-01  Simon Josefsson  <jas@extundo.com>
15543
15544         * message.el (message-canlock-generate): Require sha1, not
15545         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15546         to require within a function.  Sadly, if sha1.el isn't loaded, the
15547         let binding in m-c-g will hide the defcustom definition, which is
15548         bad.)
15549
15550         * canlock.el: Require sha1, not sha1-el.
15551
15552         * message.el: Don't autoload sha1 (there is a autoload cookie in
15553         sha1.el).
15554
15555         * sha1-el.el: Renamed to sha1.el.
15556
15557 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15558
15559         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15560
15561 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15562
15563         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15564
15565 2004-08-30  Kim F. Storm  <storm@cua.dk>
15566
15567         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15568
15569         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15570         Add :group 'nnimap.
15571
15572 2004-08-30  Andreas Schwab  <schwab@suse.de>
15573
15574         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15575         ?* and ?\;.
15576
15577         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15578         and ?\' to symbol instead of whitespace.
15579
15580 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15583
15584         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15585         instead of re-search-forward.
15586
15587         * gnus-uu.el (gnus-uu-save-article): Ditto.
15588         (gnus-uu-post-encode-uuencode): Ditto.
15589
15590         * html2text.el (html2text-clean-list-items): Ditto.
15591         (html2text-clean-dtdd): Ditto.
15592         (html2text-format-tags): Ditto.
15593
15594         * message.el (message-send-mail-with-sendmail): Fix regexp.
15595         (message-fill-field-general): Use search-forward instead of
15596         re-search-forward.
15597         (unbold-region): Ditto.
15598
15599         * nnrss.el (nnrss-request-article): Ditto.
15600
15601         * nnslashdot.el (nnslashdot-request-article): Ditto.
15602
15603         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15604
15605         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15606         "Unrecognized menu descriptor" error in XEmacs.
15607
15608 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15609
15610         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15611         parent article of a sparse article in the thread hashtb.
15612
15613 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15614
15615         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15616         (nnmail-expand-newtext): Lowercase expanded entries if
15617         nnmail-split-lowercase-expanded is non-nil.
15618
15619 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15622
15623         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15624         of gnus-tmp-news-method into string under XEmacs.  It will be
15625         passed to gnus-correct-length which takes only a string argument.
15626
15627 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-util.el (gnus-bind-print-variables): New macro.
15630         (gnus-prin1): Use it.
15631         (gnus-prin1-to-string): Use it.
15632         (gnus-pp): New function.
15633         (gnus-pp-to-string): New function.
15634
15635         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15636         Replace pp-to-string with gnus-pp-to-string.
15637         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15638         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15639         * gnus-msg.el (gnus-debug): Ditto.
15640         * gnus-score.el (gnus-score-save): Ditto.
15641         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15642         gnus-pp-to-string.
15643         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15644         with gnus-pp.
15645         * score-mode.el (gnus-score-pretty-print): Ditto.
15646         * webmail.el (webmail-debug): Ditto.
15647
15648 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-art.el (article-display-face, article-display-x-face):
15651         Use buffer-read-only.
15652
15653 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (article-hide-list-identifiers):
15656         Bind inhibit-read-only as t.
15657
15658 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15661
15662 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15663
15664         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15665         (gnus-narrow-to-page): Don't assume point-min == 1.
15666         (gnus-article-edit-mode): Derive from message-mode.
15667
15668         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15669         point-min == 1.
15670
15671         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15672         Disable incorrect use of `assert'.
15673
15674         * message.el (message-mode): Set comment-start-skip.
15675
15676
15677 2004-08-22  Sam Steingold  <sds@gnu.org>
15678
15679         * pop3.el (pop3-leave-mail-on-server): New user variable.
15680         (pop3-movemail): Delete mail only when it is nil.
15681
15682 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15685
15686         * mml.el (mml-preview): Use `pop-to-buffer'.
15687
15688         * message.el (message-goto-mail-followup-to): Insert after "To".
15689         (message-carefully-insert-headers): Add comment.
15690
15691         * gnus.el: Remove unused variable `gnus-article-check-size'.
15692
15693         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15694
15695         * gnus-art.el (gnus-button-alist): Improve
15696         `gnus-button-handle-library' entry.
15697
15698 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15699
15700         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15701         downcase, since XEmacs capitalizes error messages differently.
15702
15703 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15704
15705         * nntp.el: Add (require 'gnus) due to reference to
15706         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15707
15708 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15709
15710         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15711         `mm-fill-flowed'.
15712
15713         * mm-decode.el (mm-dissect-singlepart): Check it.
15714
15715 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15716
15717         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15718         'imap' for netrc parsing.
15719
15720 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * mailcap.el (mailcap-mime-data): Mark as risky.
15723
15724 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15727         may be included in the encoded word.
15728         (rfc2047-encode): Don't append a space if the encoded word
15729         includes close parenthesis.
15730
15731 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15734         of text within parentheses.
15735
15736 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15737
15738         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15739         (gnus-encrypt-write-file-contents): Make the password key the file
15740         name PLUS the cipher, not just the cipher.  Also remove failed
15741         passwords from the cache.
15742
15743 2004-08-06  Simon Josefsson  <jas@extundo.com>
15744
15745         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15746         fix.
15747
15748 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15751         LWSP.
15752
15753 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15754
15755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15756         to append in-reply-to: data to the references: header.
15757
15758         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15759         (netrc-parse): Use gnus-encrypt.el functions.
15760
15761         * gnus-encrypt.el: Add new file for encryption support; currently
15762         does only a few GPG ciphers and an internal XOR cipher.
15763
15764         * password.el: Add comments on using password-read-and-add.
15765         (password-read-and-add): Add function to read and add the
15766         password to the cache at once.
15767
15768 2004-07-28  Simon Josefsson  <jas@extundo.com>
15769
15770         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15771         parameter (but don't use it, for now).
15772
15773         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15774         instead of hard coding to nil.
15775
15776 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15779         as mm-inline-image-xemacs does.
15780
15781 2004-07-26  Simon Josefsson  <jas@extundo.com>
15782
15783         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15784         Revert part of 2004-07-17 change below.
15785
15786 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15789         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15790
15791 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15792
15793         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15794         quotes that actually start with ">" at the beginning of the
15795         lines.
15796
15797 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * rfc2047.el (rfc2047-encode-region): Fix last change.
15800         (rfc2047-encode-parameter): Remove useless concat.
15801
15802 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15805         encode special characters; fix some kind of misconfigured headers;
15806         signal a real error if debug-on-quit or debug-on-error is non-nil.
15807         (rfc2047-encode-max-chars): New variable.
15808         (rfc2047-encode-1): Use it.
15809         (rfc2047-encode-parameter): New function.
15810
15811         * mml.el (mml-insert-parameter): Remove an excessive space.
15812
15813 2004-07-17  Simon Josefsson  <jas@extundo.com>
15814
15815         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15816         Kai Grossjohann <kai@emptydomain.de>.
15817         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15818         (gnus-group-make-menu-bar): Ditto.
15819
15820         * gnus-util.el (gnus-group-server): Add.
15821
15822 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15823
15824         * message.el (message-clone-locals): Clone sendmail and smtp
15825         variables.
15826
15827 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * rfc2047.el (rfc2047-encode-region): Fix last change.
15830
15831 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15834         characters as non-special.
15835
15836 2004-07-09  Simon Josefsson  <jas@extundo.com>
15837
15838         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15839         Users will lose all flag changes made while unplugged with
15840         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15841         good default.  See numerous reports on ding mailing list.
15842
15843 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15846         add generate-head-function and generate-article-function to the
15847         rfc822-forward entry.
15848         (nndoc-rfc822-forward-generate-article): New function.
15849         (nndoc-rfc822-forward-generate-head): New function.
15850
15851         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15852
15853 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15854
15855         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15856         respect display group parameter and gnus-summary-expunge-below.
15857         (gnus-articles-to-read): Remove unused reference to display group
15858         parameter.
15859
15860 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861
15862         * nnheader.el (nnheader-uniquify-message-id): New experimental
15863         variable.
15864         (nnheader-nov-read-message-id): Use it.
15865
15866         * spam-report.el (spam-report-gmane): Add interactive.
15867
15868 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15871         qp-or-base64 for the application/* types.
15872
15873 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15874
15875         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15876
15877 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15880         trim value.
15881
15882 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15883
15884         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15885         New macro and function.
15886         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15887
15888 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15891         after-load-alist.
15892
15893 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15894
15895         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15896         update info that isn't there.
15897
15898 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15899
15900         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15901         entry.
15902
15903 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * mm-view.el (mm-inline-render-with-function): Use multibyte
15906         buffer; decode html source by charset.
15907
15908         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15909
15910         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15911         Mule-UCS is loaded under XEmacs.
15912         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15913
15914 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15915
15916         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15917
15918 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * mm-util.el (mm-coding-system-p): Return a coding-system.
15921         (mm-mime-mule-charset-alist): Use shift_jis instead of
15922         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15923         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15924         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15925         instead of japanese-shift-jis and iso-latin-1 respectively in
15926         order to share the default value with both Emacs and XEmacs-mule.
15927         (mm-mule-charset-to-mime-charset): Make
15928         mm-coding-system-priorities effective.
15929         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15930         while predicating of candidates upon the priorities.
15931
15932 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15933
15934         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15935         gnus-uu-invert-processable.
15936
15937         * gnus.el: Autoload gnus-uu-invert-processable.
15938
15939 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * mm-util.el (mm-with-multibyte-buffer): New macro.
15942
15943         * rfc2047.el (rfc2047-encode-string): Use it.
15944         (rfc2047-encode-region): Move point to the end of the region after
15945         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15946
15947 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15950         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15951
15952 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15955         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15956         Karl Chen <quarl@nospam.quarl.org>.
15957
15958 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15959
15960         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15961         invalid addresses.
15962
15963 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * spam.el: Change section markers, revise TODO list.
15966         (spam-backends): Make new master list of all installed backends.
15967         (spam-summary-exit-behavior): Add new variable to determine how
15968         messages moves are done at summary exit.
15969         (spam-move-spam-nonspam-groups-only)
15970         (spam-process-ham-in-nonham-groups)
15971         (spam-process-ham-in-spam-groups): Remove variables, the
15972         spam-summary-exit-behavior variable should be used to manage this
15973         behavior.
15974         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15975         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15976         and spam-old-spam-articles.
15977         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15978         Add empty variables, placeholders for the backends they represent.
15979         (spam-set-difference): Move, unchanged.
15980         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15981         unless the user has a processor variable.
15982         (spam-classifications, spam-classification-valid-p)
15983         (spam-backend-properties, spam-backend-property-valid-p)
15984         (spam-backend-function-type-valid-p)
15985         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15986         (spam-report-articles-gmane, spam-report-articles-resend):
15987         Remove functions, they are not needed.
15988         (spam-install-backend-super, spam-backend-list)
15989         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15990         (spam-backend-function, spam-backend-ham-registration-function)
15991         (spam-backend-spam-registration-function)
15992         (spam-backend-ham-unregistration-function)
15993         (spam-backend-spam-unregistration-function)
15994         (spam-backend-statistical-p, spam-backend-mover-p)
15995         (spam-install-backend-alias, spam-install-checkonly-backend)
15996         (spam-install-mover-backend, spam-install-nocheck-backend)
15997         (spam-install-backend, spam-install-statistical-backend)
15998         (spam-install-statistical-checkonly-backend): Add backend installation
15999         support.
16000         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16001         (spam-group-processor-p): Use the new backend code and respect the
16002         summary exit behavior.
16003         (spam-mark-spam-as-expired-and-move-routine): Remove.
16004         (spam-summary-prepare): Change to use the new spam-old-articles
16005         variable.
16006         (spam-copy-or-move-routine, spam-copy-spam-routine)
16007         (spam-move-spam-routine, spam-copy-ham-routine)
16008         (spam-move-ham-routine): Add code to copy/move ham or spam.
16009         (spam-fetch-field-fast): Improve doc and code, plus allow the
16010         'number request.
16011         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16012         variables.
16013         (spam-split, spam-find-spam): Use the new backend code.
16014         (spam-registration-functions): Remove variable.
16015         (spam-unregister-routine): Add convenience wrapper.
16016         (spam-log-undo-registration, spam-register-routine)
16017         (spam-log-processing-to-registry)
16018         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16019         where possible.
16020         (spam-check-gmane-xref, spam-check-regex-headers)
16021         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16022         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16023         (spam-check-bogofilter-headers, spam-check-spamoracle)
16024         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16025         (spam-check-crm114-headers): Use the spam-split-group that
16026         spam-split prepares, no need to determine it every time.
16027
16028         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16029         to the nnheader-parse-naked-head call.
16030
16031         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16032
16033         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16034         the nnheader-nov-read-message-id call.
16035
16036 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16039         gnus-activate-group twice.  Suggested by Markus Peter
16040         <warp@spin.de>.
16041
16042 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-art.el (gnus-article-time-format): Exchange the order of
16045         day and month in the default value; fix customization type.
16046         (article-date-ut): Use add-text-properties.
16047         (article-make-date-line): Use message-make-date instead of
16048         current-time-string.
16049
16050         * message.el (message-fetch-field): Don't use set-text-properties.
16051         (message-make-date): Simplify.
16052
16053         * messagexmas.el (message-xmas-make-date): New function.
16054         (message-xmas-redefine): Defalias message-make-date to it.
16055
16056 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16059         (rfc2047-encode-region): Treat text within parentheses as special;
16060         show the original text when error has occurred.
16061
16062         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16063         already-computed method to gnus-activate-group.
16064
16065         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16066         same select-methods identical Lisp objects.
16067
16068         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16069         object when modifying the info.
16070
16071 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16074         gnus-opened-servers since it has never been opened with the new
16075         configuration yet.
16076
16077 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16080         arg to nnheader-generate-fake-message-id.
16081
16082 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16083
16084         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16085         number and build a fake message ID localized to a group and
16086         article number (so it's repeatable from that point on).
16087         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16088         ID format.
16089
16090         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16091         nnheader-generate-fake-message-id with the article number.
16092
16093 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16094
16095         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16096         end-of-buffer.
16097
16098 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * message.el (message-ignored-supersedes-headers): Add Approved.
16101
16102 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16105         goto-char.
16106         (rfc2047-encode): Fold the line before encoding.
16107
16108 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16109
16110         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16111         folding -- not all headers can be folded, and this should be done
16112         by the message composition mode.  Probably.  I think.
16113
16114 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16117         fast.
16118
16119         * gnus-ems.el (gnus-remove-image): Don't use
16120         message-text-with-property; remove only the image found first.
16121
16122         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16123         found first.
16124
16125 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16128
16129 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * message.el (message-text-with-property): Make it fast and accept
16132         optional arguments.
16133         (message-strip-forbidden-properties): Use it.
16134         (message-fix-before-sending): Follow the m-t-w-p change.
16135
16136         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16137
16138 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-art.el (article-hide-headers): Don't change the buffer
16141         mistakenly when performing mml-preview even if
16142         gnus-single-article-buffer is nil.
16143
16144 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16145
16146         * message.el (message-expand-name-databases): New user option.
16147         (message-expand-name): Use it.
16148
16149 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16150
16151         * spam.el (spam-report-articles-resend)
16152         (spam-report-resend-register-routine): Allow ham reporting.
16153         (spam-report-resend-register-ham-routine): Add wrapper.
16154         (spam-registration-functions): Add ham resending functions.
16155         (spam-list-of-processors): Add ham resend processor.
16156
16157         * gnus.el (ham-resend-to): Add new group parameter.
16158         (spam-process): Add ham resend option.
16159
16160         * spam-report.el (spam-report-resend): Allow reporting ham.
16161         (spam-report-resend-ham): Add wrapper.
16162
16163 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16164
16165         * message.el (message-cite-articles-with-x-no-archive): New
16166         variable.
16167         (message-cite-original): Use it.
16168
16169 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * message.el (message-cite-original): Respect X-No-Archive.
16172
16173 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (article-hide-headers): Refer to the values for
16176         gnus-ignored-headers and gnus-visible-headers in the summary
16177         buffer since a user may have set them as group parameters.
16178
16179 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16180
16181         * assistant.el (assistant-node-name): Add convenience function.
16182         (assistant-render-text, assistant-render-node): Add error handling,
16183         plus handle multiple next nodes.
16184         (assistant-find-next-node): Comment out for now.
16185         (assistant-find-next-nodes): Add function, returns list of next
16186         nodes.
16187
16188 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * mail-source.el (mail-source-directory): Fix doc-string.
16191
16192 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * assistant.el (assistant-render-text, assistant-eval): Add :set
16195         widget type, which is different because it takes and returns a
16196         list.  Much hilarity ensues.
16197
16198 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16201
16202         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16203         doc-string.
16204
16205         * gnus-start.el (gnus-activate-group): Added doc-string.
16206
16207 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16210
16211 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * assistant.el (assistant-render-text): Try to add a :set
16214         widget, more to come.
16215
16216         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16217         strings.
16218         (spam-report-articles-resend)
16219         (spam-register-routine): Do registration iff any articles warrant
16220         it.
16221         (spam-summary-prepare-exit): Change log message for nil group
16222         destinations.
16223
16224 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16225
16226         * spam.el (spam-report-resend-register-routine): Allow
16227         spam-report-resend-to to be a group parameter or a global value.
16228
16229 2004-05-26  Simon Josefsson  <jas@extundo.com>
16230
16231         * starttls.el: Merge with my GNUTLS based starttls.el.
16232         (starttls-gnutls-program, starttls-use-gnutls)
16233         (starttls-extra-arguments, starttls-process-connection-type)
16234         (starttls-connect, starttls-failure, starttls-success): New
16235         variables.
16236         (starttls-program, starttls-extra-args): Doc fix.
16237         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16238         functions.
16239         (starttls-negotiate, starttls-open-stream): Check
16240         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16241         function if it is set.
16242
16243 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16246         structured fields.
16247
16248 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16251
16252 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16255         variable.
16256         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16257         assigning the spam-mark to new messages.
16258
16259 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16260
16261         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16262
16263 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16266
16267         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16268         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16269         default.
16270
16271 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16272
16273         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16274         correct data.
16275
16276 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16279         (spam-group-processor-p): Fix function.
16280         (spam-group-processor-multiple-p)
16281         (spam-group-spam-processor-report-gmane-p)
16282         (spam-group-spam-processor-report-resend-p)
16283         (spam-group-spam-processor-bogofilter-p)
16284         (spam-group-spam-processor-blacklist-p)
16285         (spam-group-spam-processor-ifile-p)
16286         (spam-group-ham-processor-ifile-p)
16287         (spam-group-spam-processor-spamoracle-p)
16288         (spam-group-spam-processor-crm114-p)
16289         (spam-group-ham-processor-bogofilter-p)
16290         (spam-group-spam-processor-stat-p)
16291         (spam-group-ham-processor-stat-p)
16292         (spam-group-ham-processor-whitelist-p)
16293         (spam-group-ham-processor-BBDB-p)
16294         (spam-group-ham-processor-spamoracle-p)
16295         (spam-group-ham-processor-copy-p): Remove functions with some
16296         prejudice against unneeded code.
16297         (spam-report-articles-resend)
16298         (spam-report-resend-register-routine): Allow the group/topic
16299         spam-resend-to value to override spam-report-resend-to.
16300         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16301         properly now.
16302
16303         * gnus.el (spam-resend-to): Add group/topic parameter.
16304         (spam-process): Move the OBSOLETE processors to the end of the
16305         choices.
16306
16307 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16308
16309         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16310         with resend-to set to nil, and then ask the user if necessary.
16311         (spam-report-resend): spam-report-resend takes a list of articles, not
16312         separate article numbers.
16313
16314 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16317         addition to emacs-w3m.
16318
16319 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * assistant.el (assistant-authinfo-data): New function.
16322         (assistant-eval): Eval for entire assistant.
16323
16324         * netrc.el (netrc-services-file): New variable.
16325         (netrc-parse-services): New function.
16326         (netrc-find-service-name): New function.
16327         (netrc-find-service-number): New function.
16328         (netrc-port-equal): New function.
16329         (netrc-machine): Use it.
16330
16331         * nnimap.el (nnimap-open-connection): Use netrc.
16332
16333         * gnus-util.el (gnus-netrc-get): Remove aliases.
16334
16335         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16336
16337         * assistant.el (wid-edit): Fix compilation.
16338
16339         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16340
16341 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16342
16343         * gnus-util.el (gnus-set-file-modes): New function.  (small
16344         patch).
16345
16346 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16349
16350         * assistant.el (assistant-render-node): Fix up rendering and
16351         read-only text.
16352         (assistant-render-node): Reset.
16353         (assistant-make-read-only): Not sticky.
16354
16355 2004-05-20  Danny Siu  <dsiu@adobe.com>
16356
16357         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16358         centered even when gnus-auto-center-summary is t.
16359
16360 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * dns.el (dns-get-txt-answer): New function.
16363         (dns-read-txt): Ditto.
16364         (query-dns): Use it.
16365
16366 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16369         active for foreign groups even if the group level is higher than
16370         the specified value.
16371
16372 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373
16374         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16375         non-active groups.
16376
16377         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16378
16379 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16380
16381         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16382
16383 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16384
16385         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16386         (spam-crm114-header, spam-crm114-spam-switch)
16387         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16388         (spam-crm114-positive-spam-header)
16389         (spam-crm114-database-directory, spam-list-of-processors)
16390         (spam-group-spam-processor-crm114-p)
16391         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16392         (spam-generic-score, spam-list-of-checks)
16393         (spam-list-of-statistical-checks, spam-registration-functions)
16394         (spam-check-crm114-headers, spam-crm114-score)
16395         (spam-check-crm114, spam-crm114-register-with-crm114)
16396         (spam-crm114-register-spam-routine)
16397         (spam-crm114-unregister-spam-routine)
16398         (spam-crm114-register-ham-routine)
16399         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16400         asjo@koldfront.dk (Adam Sjøgren).
16401
16402         * gnus.el: Add spam-use-crm114.
16403
16404         * spam.el (spam-list-of-processors, spam-registration-functions):
16405         Add spam-use-resend.
16406         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16407         (spam-report-articles-gmane): Add doc fix.
16408         (spam-report-articles-resend, spam-report-resend-register-routine):
16409         Add wrappers around spam-report-resend-to.
16410
16411         * spam-report.el (spam-report-resend-to, spam-report-resend):
16412         Add support for resending spam.
16413         (spam-report-gmane): Fix line length >80.
16414
16415         * gnus.el (spam-process): Add spam-use-resend.
16416
16417 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16418
16419         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16420         number of processed spam messages.
16421         (spam-ham-copy-or-move-routine): Return the number of processed
16422         ham messages.
16423         (spam-summary-prepare-exit): Use the above values to decide
16424         whether status messages shouled be displayed.
16425
16426 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16429         `rfc2047-encoding-function-alist' in order to avoid conflicting
16430         with the old version.
16431         (rfc2047-encode-region): Concatenate words containing non-ASCII
16432         characters in structured fields; don't encode space-delimited
16433         ASCII words even in unstructured fields; don't break words at
16434         char-category boundaries.
16435         (rfc2047-encode-1): New function.
16436         (rfc2047-encode): Use it; encode text so that it occupies the
16437         maximum width within 76-column; work correctly on Q encoding for
16438         iso-2022-* charsets.
16439         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16440         sure not to break a line just after the header name.
16441         (rfc2047-b-encode-region): Removed.
16442         (rfc2047-b-encode-string): New function.
16443         (rfc2047-q-encode-region): Removed.
16444         (rfc2047-q-encode-string): New function.
16445
16446         * mm-util.el (mm-replace-in-string): New function.
16447
16448 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16451         get it right.
16452         (gnus-inews-make-draft): Really.
16453
16454 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16455
16456         * nnmh.el (nnmh-request-list-1): Don't check the link count
16457         before descending.  (small patch)
16458
16459 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16462         stuff.
16463
16464         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16465         on real group name.
16466
16467         * gnus-art.el (gnus-signature-limit): Doc fix.
16468
16469         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16470
16471         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16472
16473 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16474
16475         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16476         isn't a string.
16477
16478 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16479
16480         * gnus-draft.el (gnus-draft-send): Bind
16481         rfc2047-encode-encoded-words.
16482
16483         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16484         (rfc2047-encodable-p): Say that =? needs encoding.
16485         (rfc2047-encode-encoded-words): New variable.
16486
16487         * gnus-group.el (gnus-group-select-group): Doc fix.
16488
16489         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16490
16491         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16492         to nil.
16493
16494         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16495
16496         * nnheader.el (nnheader-get-lines-and-char): New function.
16497
16498 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-msg.el (gnus-summary-followup-with-original): Document
16501         yanking of region when active.
16502
16503 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16506         groups if the group level is higher than the specified value.
16507
16508 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16511         (gnus-group-jump-to-group): Added prefix argument using
16512         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16513         non-active group.
16514
16515         * compface.el (uncompface): Be verbose when changing
16516         `uncompface-use-external'.
16517
16518         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16519         handle manual section.
16520
16521 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * gnus-art.el (gnus-button-alist): Revert previous change.
16524
16525 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16528
16529 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16530
16531         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16532         whether backend can accept message.
16533
16534         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16535
16536 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16537
16538         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16539         Avoid creating directory when nntp-marks-is-evil is true.
16540         Reported by Reiner Steib.
16541
16542 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * gnus-picon.el (gnus-picon-style): New variable.
16545         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16546         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16547         Jesper Harder <harder@ifa.au.dk>.
16548
16549 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16550
16551         * message.el (message-fill-field): Return point.
16552         (message-generate-headers): Go to end of field.
16553
16554         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16555         stuff for non-living groups.
16556
16557 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16558
16559         * gnus-art.el (gnus-article-followup-with-original)
16560         (gnus-article-reply-with-original): gnus-mark-active-p ->
16561         gnus-region-active-p.
16562
16563 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16566         only when there is spam or ham to be processed.
16567
16568 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * mail-source.el (mail-source-delete-crash-box): Refactor.
16571         (mail-source-fetch): Use it.
16572         (mail-source-fetch-file): Ditto.
16573         (mail-source-fetch-directory): Run postscript in loop.
16574         (mail-source-fetch-pop): Delete.
16575         (mail-source-fetch-maildir): Ditto.
16576         (mail-source-fetch-imap): Ditto.
16577
16578         * imap.el (imap-authenticators): Comment out sasl.
16579
16580         * message.el (message-skip-to-next-address): New function.
16581         (message-fill-header-address): Refactor.
16582         (message-fill-address): Use it.
16583         (message-delete-address): Use it.
16584         (message-fill-header-general): Refactor.
16585         (message-fill-field-address): Rename.
16586         (message-narrow-to-field): Find the start of the header.
16587         (message-header-format-alist): Don't pre-fill.
16588         (message-fill-header): Removed.
16589         (message-insert-header): New function.
16590         (message-shorten-references): Use it.
16591
16592         * rfc2047.el (rfc2047-field-value): Strip props.
16593
16594         * mail-parse.el (mail-header-make-address): New alias.
16595
16596         * ietf-drums.el (ietf-drums-make-address): New function.
16597
16598         * imap.el: Add compiler directives.
16599
16600         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16601
16602         * gnus-art.el (article-decode-idna-rhs): Don't use
16603         message-idna-inside-rhs-p.
16604
16605 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * message.el (message-idna-inside-rhs-p): Removed.
16608         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16609
16610         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16611         false positives.
16612
16613 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16614
16615         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16616
16617 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * nneething.el (nneething-file-name): Don't create spurious
16620         files.
16621
16622         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16623         (gnus-inews-do-gcc): Remove sleep.
16624
16625         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16626         part under point.
16627
16628         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16629         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16630
16631 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * spam.el (spam-summary-prepare-exit): Fixed (length).
16634
16635 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16638         as expired without moving it" message when there are spam
16639         messages left.
16640
16641 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16642
16643         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16644         header is not nil.
16645
16646 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16647
16648         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16649         nntp-possibly-create-directory, not nntp-possibly-change-group.
16650         (nntp-marks-changed-p): New arg SERVER.
16651         (nntp-request-update-info): Adjust caller.
16652
16653 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16654
16655         * nntp.el (nntp-save-marks): Pass missing arg.
16656
16657 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16658
16659         * nntp.el: Support marks.
16660         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16661         (nntp-marks-modtime, nntp-marks-directory): New variables.
16662         (nntp-request-set-mark, nntp-request-update-info)
16663         (nntp-possibly-create-directory, nntp-marks-changed-p)
16664         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16665         functions.
16666
16667 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16668
16669         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16670         (gnus-xmas-redefine): Rename.
16671
16672         * gnus-score.el (gnus-score-insert-help): Use
16673         gnus-select-lowest-window.
16674
16675         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16676         appt-select-lowest-window and rename to gnus-select-lowest-window.
16677
16678         * gnus.el: do.
16679
16680 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16681
16682         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16683         encodings of MIME-encoded words, in order to improve
16684         interoperability with several broken MUAs.
16685
16686 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16687
16688         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16689         tags, only when charsets are not specified in headers.
16690         (mm-inline-text-html-render-with-w3m): Ditto.
16691
16692         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16693         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16694
16695 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16696
16697         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16698         instead of MIME-decoded from fields when checking
16699         `gnus-article-address-banner-alist'.
16700
16701 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16704         description rather than subject.
16705
16706 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16707
16708         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16709
16710 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16711
16712         * gnus.el (gnus-version-number): Bump.
16713
16714 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16715
16716         * gnus.el: No Gnus v0.2 is released.
16717
16718 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16719
16720         * gnus-agent.el (gnus-agent-read-agentview): Inline
16721         gnus-uncompress-range.
16722
16723 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16724
16725         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16726         `exec-installed-p'.
16727
16728 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16729
16730         * gnus.el (spam-process, spam-autodetect-methods): Add
16731         bsfilter and bsfilter-headers.
16732
16733         * spam.el (spam-bsfilter): New customize group.
16734         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16735         (spam-bsfilter-header, spam-bsfilter-probability-header)
16736         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16737         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16738         (spam-bsfilter-database-directory): New options.
16739         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16740         (spam-list-of-statistical-checks, spam-registration-functions):
16741         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16742         (spam-bsfilter-score): New command.
16743         (spam-check-bsfilter-headers, spam-check-bsfilter)
16744         (spam-bsfilter-register-with-bsfilter)
16745         (spam-bsfilter-register-spam-routine)
16746         (spam-bsfilter-unregister-spam-routine)
16747         (spam-bsfilter-register-ham-routine)
16748         (spam-bsfilter-unregister-ham-routine): New functions.
16749         (spam-generic-score): Support bsfilter; Accept an optional argument
16750         to recalcurate spam score even if scoring header has already been
16751         added.
16752         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16753         optional argument to recalcurate spam score even if scoring header
16754         has already been added.
16755
16756 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16757
16758         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16759         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16760         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16761         link is missing.
16762
16763 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16766         (html2text-get-attr): Rewrite.
16767
16768         * message.el (message-setup-1): Remove redundant put-text-property
16769         on mail-header-separator.
16770
16771 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * gnus-registry.el (gnus-registry-cache-whitespace)
16774         (gnus-registry-action, gnus-registry-spool-action)
16775         (gnus-registry-split-fancy-with-parent): Change message levels
16776         from 5 to 3 or 7, as needed.
16777
16778         * spam.el (spam-summary-prepare-exit)
16779         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16780         (spam-split, spam-find-spam, spam-log-undo-registration)
16781         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16782         level from 5 to 6.
16783
16784 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16787         2004-03-04 change).
16788
16789 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * sieve-manage.el (sieve-manage-open):
16792         * nnweb.el (nnweb-insert-html):
16793         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16794         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16795         * nnspool.el (nnspool-request-group):
16796         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16797         * nnml.el (nnml-request-update-info):
16798         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16799         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16800         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16801         (nnimap-request-set-mark):
16802         * nnfolder.el (nnfolder-request-update-info):
16803         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16804         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16805         * gnus-uu.el (gnus-uu-find-articles-matching):
16806         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16807         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16808         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16809         * gnus-nocem.el (gnus-nocem-scan-groups):
16810         * gnus-int.el (gnus-start-news-server):
16811         * gnus-group.el (gnus-group-make-kiboze-group)
16812         (gnus-group-browse-foreign-server):
16813         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16814         Use mapc when appropriate.
16815
16816 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16817
16818         FIXME: Make separate entries for each person.
16819
16820         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16821         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16822         <shields@msrl.com>:
16823
16824         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16825         may need for spam sorting and scoring.
16826         (spam-user-format-function-S): Add user format function suitable for
16827         general use.
16828         (spam-article-sort-by-spam-status): Add sorting function for summary
16829         sorting.
16830         (spam-extra-header-to-number): Add function to get a score from a
16831         header.
16832         (spam-summary-score): Add function to get a numeric score from the
16833         headers.
16834         (spam-generic-score): Fix function doc, was in wrong place.
16835         (spam-initialize): Take symbols when it's run, and install the
16836         extra headers that spam-necessary-extra-headers thinks we need.
16837
16838 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16839
16840         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16841         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16842
16843 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16844
16845         * gnus-sum.el (gnus-set-global-variables)
16846         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16847         (gnus-article-get-xrefs, gnus-summary-best-group)
16848         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16849         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16850         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16851         Use with-current-buffer.
16852
16853 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16854
16855         * spam.el (spam-summary-prepare-exit): Simplify logic.
16856         (spam-fetch-article-header): Read the article header if it's not
16857         available.
16858         (spam-list-articles): Simplify logic.
16859         (spam-filelist-register-routine): Fix bug with unregister-list.
16860
16861         * gnus-registry.el: Fix comments at beginning.
16862
16863 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16864
16865         * message.el (message-cater-to-broken-inn): Remove.
16866         (message-shorten-references): Make sure the total folded length of
16867         References is shorter than 998 characters to cater to a bug in INN
16868         2.3.  Also, don't pretend that references aren't folded -- this
16869         hasn't worked for a while.
16870
16871 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16872
16873         * gnus-agent.el (gnus-agentize):
16874         gnus-agent-send-mail-real-function no longer set to current value
16875         of message-send-mail-function but rather a lambda that calls
16876         message-send-mail-function.  The change makes the agent real-time
16877         responsive to user changes to message-send-mail-function.
16878
16879 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16880
16881         * legacy-gnus-agent.el
16882         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16883         help from Florian Weimer <fw@deneb.enyo.de>
16884
16885 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * nnmail.el (nnmail-cache-insert): Revert last change.
16888
16889 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * nnmail.el (nnmail-cache-insert): Always check whether
16892         nnmail-cache-ignore-groups matches a group name.
16893
16894 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16895
16896         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16897         (spam-find-spam, spam-log-processing-to-registry)
16898         (spam-log-registered-p, spam-log-unregistration-needed-p)
16899         (spam-log-undo-registration): Use gnus-message instead of
16900         gnus-error, none of these errors are fatal.
16901
16902         * gnus-registry.el (gnus-registry-clean-empty-function)
16903         (gnus-registry-clean-empty): Remove only empty entries without
16904         extra data.
16905
16906 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * spam-stat.el (spam-stat-buffer-change-to-spam)
16909         (spam-stat-buffer-change-to-non-spam): Change (error) to
16910         (gnus-message 8) invocation.
16911
16912 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * nntp.el (nntp-via-netcat-command): New variable.
16915         (nntp-via-netcat-switches): New variable.
16916         (nntp-open-via-rlogin-and-netcat): New function.
16917         (nntp-open-connection-function): Doc fix.
16918         (nntp-telnet-command): Doc fix.
16919         (nntp-end-of-line): Doc fix.
16920         (nntp-via-rlogin-command): Doc fix.
16921         (nntp-via-user-name): Doc fix.
16922         (nntp-via-address): Doc fix.
16923
16924 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16927         error in Emacs 21.1.
16928
16929 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16930
16931         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16932
16933 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16934
16935         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16936         (gnus-agent-with-refreshed-group): New macro.
16937         (gnus-agent-rename-group): New function.
16938         (gnus-agent-delete-group): New function.
16939         (gnus-agent-save-group-info): Use gnus-command-method when
16940         `method' parameter is nil.  Don't write nil entries into the
16941         active file.
16942         (gnus-agent-get-group-info): New function.
16943         (gnus-agent-fetch-articles): Use
16944         gnus-agent-update-files-total-fetched-for to increment disk space
16945         used.
16946         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16947         gnus-agent-update-view-total-fetched-for to increment disk space
16948         used.
16949         (gnus-agent-get-local): Added optional parameters to avoid calling
16950         gnus-group-real-name and gnus-find-method-for-group.
16951         (gnus-agent-set-local): Delete stored entry if either min, or max,
16952         are nil.
16953         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16954         quit, use gnus-agent-regenerate-group to record existance of any
16955         articles fetched to disk before the quit occurred.
16956         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16957         gnus-agent-update-view-total-fetched-for, and
16958         gnus-agent-update-files-total-fetched-for to decrement disk space
16959         used.
16960         (gnus-agent-retrieve-headers): Use
16961         gnus-agent-update-view-total-fetched-for to increment disk space
16962         used.
16963         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16964         with gnus-agent-update-files-total-fetched-for to decrement disk
16965         space and fresh group buffer.
16966         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16967         (gnus-agent-need-update-total-fetched-for): New variable.
16968         (gnus-agent-update-files-total-fetched-for): New function.
16969         (gnus-agent-update-view-total-fetched-for): New function.
16970         (gnus-agent-total-fetched-for): New function.
16971
16972         * gnus-cache.el (gnus-cache-save-buffers): Use
16973         gnus-cache-update-overview-total-fetched-for to change disk space
16974         used by this group.
16975         (gnus-cache-possibly-enter-article): Use
16976         gnus-cache-update-file-total-fetched-for to increment disk space
16977         used by this group.
16978         (gnus-cache-possibly-remove-article): Use
16979         gnus-cache-update-file-total-fetched-for to decrement disk space
16980         used by this group.
16981         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16982         (gnus-cache-rename-group): New function.
16983         (gnus-cache-delete-group): New function.
16984         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16985         (gnus-cache-need-update-total-fetched-for): New variable.
16986         (gnus-cache-with-refreshed-group): New macro.
16987         (gnus-cache-update-file-total-fetched-for): New function.
16988         (gnus-cache-update-overview-total-fetched-for): New function.
16989         (gnus-cache-rename-group-total-fetched-for): New function.
16990         (gnus-cache-delete-group-total-fetched-for): New function.
16991         (gnus-cache-total-fetched-for): New function.
16992
16993         * gnus-group.el: Require gnus-sum and autoload functions to
16994         resolve warnings when gnus-group.el compiled alone.
16995         (gnus-group-line-format): Documented new %F.
16996         (size of Fetched data) group line format; identifies disk space
16997         used by agent and cache.
16998         (gnus-group-line-format-alist): Defined new F format.
16999         (gnus-total-fetched-for): New function.
17000         (gnus-group-delete-group): No longer update
17001         gnus-cache-active-altered as gnus-request-delete-group now keeps
17002         the cache in sync.
17003         (gnus-group-list-active): Let the agent store a server's active
17004         list if currently plugged.
17005
17006         * gnus-int.el (gnus-request-delete-group):
17007         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17008         local disk in sync with the server.
17009         (gnus-request-rename-group):
17010         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17011         local disk in sync with the server.
17012
17013         * gnus-start.el (gnus-get-unread-articles):
17014         Cosmetic simplification to logic.
17015
17016         * gnus-util.el (gnus-rename-file): New function.
17017
17018 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17019
17020         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17021
17022 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17023
17024         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17025         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17026
17027 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17028
17029         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17030         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17031
17032 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17035
17036 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * spam.el (spam-set-difference): Add function to replace
17039         gnus-set-difference in spam.el.
17040         (spam-summary-prepare-exit): Use spam-set-difference.
17041
17042 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * gnus-registry.el (gnus-registry-cache-file): Update to use
17045         gnus-dribble-directory OR gnus-home-directory OR ~.
17046         (gnus-registry-split-fancy-with-parent): Fix doc.
17047
17048 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * message.el (message-exchange-point-and-mark): Use
17051         message-mark-active-p.  Suggested by Jesper Harder
17052         <harder@ifa.au.dk>.
17053
17054 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * message.el (message-exchange-point-and-mark): Don't activate
17057         region if it was inactive.  Suggested by Hiroshi Fujishima
17058         <pooh@nature.tsukuba.ac.jp>.
17059
17060 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-art.el (article-display-face): Display Faces in the same
17063         order as X-Faces.
17064
17065 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17068
17069 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17072         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17073         (gnus-article-mime-hierarchy): Remove.
17074         (gnus-article-mime-hierarchy-next): Remove.
17075         (gnus-article-mode): Revert 2004-03-19 change.
17076         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17077         (gnus-insert-mime-button): Revert 2004-03-19 change.
17078         (gnus-mime-accumulate-hierarchy): Remove.
17079         (gnus-mime-enter-multipart): Remove.
17080         (gnus-mime-leave-multipart): Remove.
17081         (gnus-mime-display-part): Revert 2004-03-19 change.
17082         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17083
17084         * mml.el (mml-preview): Revert 2004-03-19 change.
17085
17086 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17087
17088         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17089
17090 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17093         t while entering a file name using the mm-with-multibyte macro.
17094         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17095
17096         * mm-util.el (mm-with-multibyte): New macro.
17097
17098 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17101         user option.
17102         (gnus-mime-multipart-functions): Doc and customization fix.
17103         (gnus-article-mime-hierarchy): New variable.
17104         (gnus-article-mime-hierarchy-next): New variable.
17105         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17106         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17107         gnus-article-mime-hierarchy-next to nil.
17108         (gnus-insert-mime-button): Show hierarchy numbers.
17109         (gnus-mime-accumulate-hierarchy): New function.
17110         (gnus-mime-enter-multipart): New function.
17111         (gnus-mime-leave-multipart): New function.
17112         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17113         (gnus-mime-display-alternative): Show hierarchy numbers.
17114
17115         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17116         gnus-article-mime-hierarchy-next to nil.
17117
17118 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17119
17120         * dns.el: Don't require gnus-xmas.
17121
17122 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17123
17124         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17125         inline PGP.
17126         (mml-menu): Disable mml-quote-region if mark is inactive.
17127
17128 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17131         when the group's active is not available.
17132
17133 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17136         error.
17137
17138 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * imap.el (imap-store-password): New variable.
17141         (imap-interactive-login): Use it.
17142         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17143
17144 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17147         window-start and hscroll to summary window.
17148
17149 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17150
17151         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17152         conversion message to newsrc-dribble when an actual conversion is
17153         performed.
17154
17155 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17156
17157         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17158
17159 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * mm-decode.el (mm-complicated-handles): New function reviving
17162         former definition of mm-multiple-handles.
17163
17164         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17165         (gnus-mime-delete-part): Use it.
17166
17167 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17168
17169         * gnus-agent.el (gnus-agent-read-local): Bind
17170         nnheader-file-coding-system to gnus-agent-file-coding-system to
17171         avoid the implicit assumption that they will always be equal.
17172         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17173         coding-system-for-write, as the with-temp-file macro first prints
17174         to a buffer then saves the buffer.
17175
17176 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-art.el (gnus-article-edit-part): New function.
17179         (gnus-mime-save-part-and-strip): Use it; do query instead of
17180         signaling an error; don't use mm-multiple-handles.
17181         (gnus-mime-delete-part): Ditto.
17182
17183 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17184
17185         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17186         old file versions.
17187         (gnus-group-prepare-hook): Removed function that converted list
17188         form of gnus-agent-expire-days to group properties.
17189
17190         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17191         (gnus-request-accept-article): Re-indented.
17192
17193         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17194         converters to handle old agent file formats.  Added logic for a
17195         "backup before upgrading warning".
17196         (gnus-convert-mark-converter-prompt): Developers can mark
17197         functions as needing (default), or not needing,
17198         gnus-convert-old-newsrc's "backup before upgrading warning".
17199         (gnus-convert-converter-needs-prompt): Tests whether the user
17200         should be protected from potentially irreversable changes by the
17201         function.
17202
17203         * legacy-gnus-agent.el: New.  Provides converters that are only
17204         loaded when gnus-convert-old-newsrc needs to call them.
17205
17206 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * mail-source.el (mail-source-touch-pop): Doc fix.
17209
17210         * message.el (message-smtpmail-send-it): Doc fix.
17211
17212 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17215
17216         * nnmail.el (nnmail-split-fancy): do.
17217
17218         * gnus-kill.el (gnus-kill, gnus-execute): do.
17219
17220 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17221
17222         * gnus-sum.el (gnus-widget-reversible-match)
17223         (gnus-widget-reversible-to-internal)
17224         (gnus-widget-reversible-to-external): New functions.
17225         (gnus-widget-reversible): New widget.
17226         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17227
17228 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17229
17230         * gnus-sum.el (gnus-thread-sort-functions)
17231         (gnus-article-sort-functions): Document `(not F)' items.
17232
17233 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17234
17235         * spam.el (spam-use-gmane-xref): Add new backend.
17236         (spam-gmane-xref-spam-group): Add variable to control the name of the
17237         Gmane spam group.
17238         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17239         (spam-regex-headers-spam, spam-regex-headers-ham)
17240         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17241         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17242         backends and checks.
17243         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17244
17245         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17246         an autodetect method.
17247
17248 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17249
17250         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17251         articles are being added to a group.
17252         (gnus-request-replace-article): Inform the agent that articles
17253         need to be uncached as the cached contents are no longer valid.
17254
17255 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * binhex.el: Don't autoload executable-find.
17258
17259         * canlock.el: Don't autoload mail-fetch-field.
17260
17261         * dgnushack.el: Autoload c-mode for XEmacs.
17262
17263         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17264
17265         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17266         rmail-dont-reply-to and rmail-output.
17267
17268         * gnus-score.el: Don't autoload ffap-string-at-point.
17269
17270         * gnus-setup.el: Don't autoload sc-cite-original.
17271
17272         * imap.el: Don't autoload base64-decode-string,
17273         base64-encode-string and md5.
17274
17275         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17276         and rmail-msg-restore-non-pruned-header.
17277
17278         * mm-decode.el: Don't autoload executable-find.
17279
17280         * mm-url.el: Don't autoload executable-find.
17281
17282         * mm-view.el: Don't autoload diff-mode.
17283
17284         * nndb.el: Don't autoload news-reply-mode, news-setup,
17285         cancel-timer and telnet.
17286
17287         * password.el: Don't autoload run-at-time for Emacs.
17288
17289         * sha1-el.el: Don't autoload executable-find.
17290
17291         * sieve-mode.el: Don't autoload c-mode.
17292
17293         * uudecode.el: Don't autoload executable-find.
17294
17295 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17296
17297         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17298         (gnus-agent-possibly-alter-active): Avoid null in numeric
17299         comparison.
17300         (gnus-agent-set-local): Refuse to save null in local object table.
17301         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17302         list of articles that will be marked as unread.
17303
17304 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17307
17308 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17311         language tags.
17312
17313 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17314
17315         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17316         Don't bind "obarray".
17317
17318         * gnus-sum.el (gnus-thread-sort-functions): Added
17319         `gnus-thread-sort-by-most-recent-number' and
17320         `gnus-thread-sort-by-most-recent-date'.
17321         Reported by Kai Grossjohann <kai@emptydomain.de>.
17322
17323 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17326
17327 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17328
17329         * gnus-cus.el (gnus-agent-customize-category): Removed
17330         ignore-errors macro reference that required cl to be loaded at
17331         run-time.
17332
17333         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17334         single-interval range of the form (min . max).  Previously the
17335         range had to look like ((min . max)).  Likewise, return
17336         (min . max) rather than ((min . max)).
17337         (gnus-range-map): Use gnus-range-normalize to accept
17338         single-interval range.
17339
17340         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17341         the cache, but not the agent, now appear with their usual face.
17342
17343         * dgnushack.el (loaddir): New variable that is bound to the
17344         directory containing the dgnushack.el file. Use loaddir, rather
17345         than srcdir, to update load-path. Change lets dgnushack compile
17346         code in directories other than GNUS/lisp.
17347
17348 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * lpath.el: Don't bind w3m-safe-url-regexp.
17351
17352         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17353         w3m-safe-url-regexp variable buffer-local.
17354
17355         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17356
17357 2004-02-27  Simon Josefsson  <jas@extundo.com>
17358
17359         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17360         gnus-group-real-prefix.
17361         (gnus-summary-move-article): Use it, instead of
17362         gnus-group-real-prefix.
17363
17364 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * lpath.el: Bind w3m-safe-url-regexp.
17367
17368         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17369         w3m-safe-url-regexp variable buffer-local and set it as the value
17370         of mm-w3m-safe-url-regexp.
17371
17372         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17373
17374         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17375         parsing gnus-posting-styles when the message is not for replying.
17376
17377         * dgnushack.el: Autoload sgml-mode for XEmacs.
17378
17379         * nnrss.el (nnrss-opml-export): Use
17380         mm-set-buffer-file-coding-system instead of
17381         set-buffer-file-coding-system.
17382
17383 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17384
17385         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17386         of checkdoc.el).
17387         * nnrss.el: do.
17388         * gnus-mlspl.el: do.
17389         * gnus-ml.el: do.
17390         * gnus-srvr.el: do.
17391
17392         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17393
17394 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17395
17396         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17397         Corrections to custom-manual links.
17398
17399         * gnus-art.el (gnus-article): Ditto.
17400
17401         * mm-decode.el (mime-display, mime-security): Ditto.
17402
17403 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17404
17405         * flow-fill.el: Typo.
17406
17407 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17408
17409         * spam-wash.el: New file.
17410
17411 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17412
17413         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17414
17415 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17416
17417         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17418         to be run with new-articles as LIST1, not LIST2.
17419         (spam-registration-functions): Add spam-use-ham-copy as a nil
17420         registration backend.
17421
17422 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17423
17424         * spam-stat.el (spam-stat-washing-hook): New option.
17425         (spam-stat-buffer-words): Use it.
17426         (spam-stat-process-directory, spam-stat-test-directory): Use
17427         insert-file-contents-literally.
17428         (spam-stat-coding-system): New variable.
17429         (spam-stat-load, spam-stat-save): Use it.
17430
17431 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * spam-report.el (spam-report-plug-agent): Quote
17434         spam-report-url-to-file and spam-report-url-ping-plain.
17435
17436 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17439         / in mailto URLs.
17440
17441 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * spam-report.el (spam-report-process-queue): Fix interactive use.
17444         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17445         (spam-report-unplug-agent): Doc fixes.
17446         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17447         (spam-report-agentize, spam-report-deagentize): Autoload.
17448
17449 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17452
17453         * message.el (message-setup-fill-variables): Add mml tags to
17454         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17455         <ajk@iu.edu>.
17456         (message-mode): Don't modify paragraph-separate there.
17457
17458 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * compface.el (uncompface-use-external): Default to undecided.
17461         (uncompface-use-external-threshold): New variable.
17462         (uncompface-float-time): New macro.
17463         (uncompface): Determine whether to use the external decoder if
17464         uncompface-use-external is undecided.
17465
17466 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17467
17468         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17469         after images.
17470
17471         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17472
17473 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17474
17475         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17476
17477         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17478
17479         * gnus-sum.el (gnus-summary-limit-to-age)
17480         (gnus-summary-limit-children): do.
17481
17482         * gnus-int.el (gnus-request-scan): do.
17483
17484         * gnus-group.el (gnus-group-suspend): do.
17485
17486         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17487
17488         * gnus-cite.el (gnus-cite-parse-attributions): do.
17489
17490         * gnus-agent.el (gnus-summary-set-agent-mark)
17491         (gnus-agent-regenerate-group): do.
17492
17493         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17494
17495         * binhex.el (binhex-decode-region-internal): do.
17496
17497 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-fun.el (gnus-face-properties-alist): New user option.
17500         (gnus-display-x-face-in-from): Use it.
17501
17502         * gnus-art.el (article-display-face): Ditto.
17503
17504         * compface.el (uncompface-use-external): Default to nil.
17505
17506 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17507
17508         * nntp.el (nntp-erase-buffer): New function.
17509         (nntp-retrieve-data, nntp-send-command)
17510         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17511         (nntp-possibly-change-group): Use it.
17512
17513         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17514         with-current-buffer.
17515
17516 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17517
17518         * compface.el: Merge the ELisp-based uncompface program.
17519         (compface): New customization group.
17520         (uncompface-use-external): New user option.
17521         (uncompface): Call uncompface-internal if uncompface-use-external
17522         is nil.
17523         (uncompface-internal): New function.  Note that there are also
17524         some other functions and variables added for this function.
17525
17526 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17529         if necessary.
17530
17531 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17532
17533         * spam-report.el (spam-report-unplug-agent)
17534         (spam-report-plug-agent, spam-report-deagentize)
17535         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17536         Add support for the Agent in spam-report: when unplugged, report to a
17537         file; when plugged, submit all the requests.
17538
17539         * spam.el (spam-register-routine): Fix message about
17540         registration.
17541
17542 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17543
17544         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17545         dependencies.
17546         (rfc2047-encode): Use it.
17547
17548         * gnus-art.el (gnus-button-marker-list): Move before first
17549         reference.
17550
17551         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17552         (imap-parse-body): Fix format string mismatch.
17553
17554         * gnus-score.el (gnus-summary-increase-score): do.
17555
17556         * nnrss.el (nnrss-close): New function.
17557
17558 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17559
17560         * nnrss.el (nnrss-make-filename): New function.
17561         (nnrss-request-delete-group, nnrss-read-server-data)
17562         (nnrss-save-server-data, nnrss-read-group-data)
17563         (nnrss-save-group-data): Use it.
17564         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17565         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17566         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17567
17568 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17569
17570         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17571
17572 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17573
17574         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17575         files.
17576
17577         * message.el (message-generate-headers-first): Don't quote nil
17578         and t in docstrings.
17579
17580         * imap.el (imap-id): do.
17581
17582         * gnus-agent.el (gnus-agent-consider-all-articles)
17583         (gnus-agent-queue-mail): do.
17584
17585 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * spam-report.el (spam-report-process-queue): New function.
17588         Process requests from `spam-report-requests-file'.
17589         (spam-report-process-queue): Doc fix.
17590
17591 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17592
17593         * spam.el (spam-register-routine)
17594         (spam-log-processing-to-registry, spam-log-registered-p)
17595         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17596         Change "check" to "spam-check" for semi-clarity.
17597
17598 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17599
17600         * pop3.el: Require nnheader.
17601
17602         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17603
17604         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17605
17606         * gnus-picon.el: Require cl.
17607
17608         * gnus-fun.el: Require gnus-ems and gnus-util.
17609
17610         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17611
17612         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17613
17614         * gnus-art.el (gnus-article-edit-mode): Define before first
17615         reference.
17616
17617 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17618
17619         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17620         (gnus-uu-post-encoded): Use point-at-bol.
17621
17622         * gnus-topic.el (gnus-group-active-topic-p): do.
17623
17624         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17625
17626         * gnus-group.el (gnus-group-kill-region): do.
17627
17628         * gnus-art.el (article-date-ut): do.
17629
17630         * message.el (message-fetch-field): Remove redundant
17631         case-fold-search binding.
17632         (message-narrow-to-field): Simplify.
17633
17634 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * spam.el (spam-directory): Derive from `gnus-directory'.
17637
17638         * spam-report.el (spam-report-url-to-file)
17639         (spam-report-requests-file): New function and variable for offline
17640         reporting.
17641         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17642         and user defined function.
17643         (spam-report-url-ping-mm-url): Remove doubled slash.
17644
17645 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17648
17649 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17650
17651         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17652         format string mismatch.
17653
17654         * sieve.el (sieve-deactivate-all): do.
17655
17656         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17657
17658         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17659
17660         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17661
17662         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17663
17664 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17665
17666         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17667         the list of checks.
17668
17669 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17670
17671         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17672         padding.
17673
17674 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17675
17676         * mm-view.el (mm-fill-flowed): New variable.
17677         (mm-inline-text): Use it.
17678
17679 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * spam.el (spam-spamassassin-register-ham-routine)
17682         (spam-spamassassin-register-spam-routine): Fix function names.
17683
17684 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * gnus.el (gnus-tmp-grouplens): Remove.
17687         (gnus-summary-line-format): Remove grouplens.
17688
17689         * gnus-group.el (gnus-group-line-format): Ditto.
17690
17691         * gnus-spec.el (gnus-format-specs): Ditto.
17692         (gnus-update-format-specifications): Flush the group format spec
17693         cache if there's the grouplens stuff.
17694         (gnus-parse-simple-format): Replace %l with the empty string.
17695
17696 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17697
17698         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17699         omission.
17700
17701 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17704         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17705
17706 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17707
17708         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17709         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17710         New macros and functions.
17711         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17712         Handle > NLINK_MAX messages.
17713         * nnmaildir.el (nnmaildir-request-set-mark): Use
17714         nnmaildir--emlink-p and nnmaildir--eexist-p.
17715
17716 2004-01-25  Alex Schroeder  <alex@gnu.org>
17717
17718         * spam-stat.el (spam-stat-process-directory-age): New option.
17719         (spam-stat-process-directory): Use it.
17720
17721 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17722
17723         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17724         (spam-stat-save): Accept prefix argument.
17725
17726 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17727
17728         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17729         links" error.
17730
17731 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17734         the rest of the and/or forms.
17735
17736 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17739         compatibility with old .newsrc.eld files.
17740
17741         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17742
17743         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17744
17745         * gnus-start.el (gnus-1): do.
17746
17747         * gnus-group.el (gnus-group-line-format-alist): do.
17748
17749         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17750
17751         * gnus-gl.el: Remove.
17752
17753 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17754
17755         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17756         marks consisting of a single range {for example, (3 . 5)} rather
17757         than a list of a single range { ((3 . 5)) }.
17758
17759 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17762         with-current-buffer.
17763         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17764         avoid consing a string.
17765
17766         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17767         Remove obsolete entries for big5 and gb2312.
17768
17769 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17770
17771         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17772         uncompressed list.
17773
17774 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * spam-stat.el (spam-stat-strip-xref): New function.
17777         (spam-stat-process-directory): Use it.
17778
17779         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17780         here -- it's done in message-fetch-field.
17781
17782 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17783
17784         * gnus-agent.el (gnus-agent-queue-mail)
17785         (gnus-agent-prompt-send-queue): New variables.
17786         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17787         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17788         "nndraft:queue" along to gnus-draft-send.  Use
17789         gnus-agent-prompt-send-queue.
17790         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17791         is "nndraft:queue".  Suggested by Gaute Strokkenes
17792         <gs234@srcf.ucam.org>
17793
17794         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17795         (agent-enable-undownloaded-faces): Added.
17796         (gnus-agent-cat-groups): Use eval-and-compile, not
17797         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17798         method of gnus-agent-cat-groups even when the buffer has been
17799         evaled.
17800         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17801         delete gnus-agent-save-active-1.
17802         (gnus-agent-save-groups): Deleted.  Identical to
17803         gnus-agent-save-active.
17804         (gnus-agent-write-active): No longer adjust agent's copy of active
17805         file as agent's adjustments are now stored in their own
17806         file.  Removed optional parameter.
17807         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17808         servers.  Add use of min/max range limits from server's local
17809         file.
17810         (gnus-agent-save-alist): Removed unused optional argument.
17811         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17812         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17813         (gnus-agent-set-local): A per-server file that keeps min/max range
17814         limits for articles known to the agent.  Provides a fast mechanism
17815         for altering many active ranges.
17816         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17817         active file (local makes it unnecessary).
17818         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17819
17820         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17821         (agent-enable-undownloaded-faces): Added.
17822
17823         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17824         disable it when sending to "nndraft:queue".
17825         (gnus-group-send-queue): Add safety check to avoid sending queue
17826         when unplugged.
17827
17828         * gnus-group.el (gnus-group-catchup): Use new
17829         gnus-sequence-of-unread-articles, not
17830         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17831         numbers of articles.  Use gnus-range-map to avoid having to
17832         uncompress the unread list.
17833         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17834         Fixed invalid ange-ftp reference.
17835
17836         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17837         (gnus-sorted-range-intersection): Intersection of two ranges
17838         without requiring that they first be uncompressed.
17839
17840         * gnus-start.el (gnus-activate-group): Unless blocked by the
17841         caller, possibly expand the active range to include both cached
17842         and agentized articles.
17843         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17844         multiple version-dependent converters.
17845         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17846         gnus-agent-save-active.
17847         (gnus-save-newsrc-file): Save dirty agent range limits.
17848
17849         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17850         gnus-agent-possibly-alter-active.
17851         (gnus-adjust-marked-articles): Faster handling of simple lists.
17852
17853 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17854
17855         * spam-stat.el (spam-stat-test-directory): New optional argument
17856         displays a list of files detected.  Suggested by Andrew Cohen
17857         <cohen@andy.bu.edu>.
17858         (spam-stat-buffer-words-with-scores): Don't narrow and change
17859         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17860
17861 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17862
17863         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17864         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17865         (spam-spamassassin-arguments)
17866         (spam-spamassassin-spam-flag-header)
17867         (spam-spamassassin-positive-spam-flag-header)
17868         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17869         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17870         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17871         (spam-list-of-processors, spam-list-of-checks)
17872         (spam-list-of-statistical-checks, spam-registration-functions)
17873         (spam-check-spamassassin-headers, spam-check-spamassassin)
17874         (spam-spamassassin-score)
17875         (spam-spamassassin-register-with-sa-learn)
17876         (spam-spamassassin-register-spam-routine)
17877         (spam-spamassassin-register-ham-routine)
17878         (spam-assassin-register-spam-routine)
17879         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17880         (spam-bogofilter-score): Fix to show article before scoring.
17881
17882 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17883
17884         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17885         default scoring function.
17886         (spam-generic-score): Call spam-spamassassin-score if
17887         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17888         spam-bogofilter-score otherwise.
17889
17890         * gnus.el (spam-process, spam-autodetect-methods): Add
17891         spamassassin and spamassassin-headers.
17892
17893 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17894
17895         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17896         Suppress unnecessary messages.
17897
17898 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17901         make-hash-table.
17902
17903 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * canlock.el (base64-encode-string): Don't autoload it.
17906
17907 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * run-at-time.el: Remove useless (require 'itimer),
17910         eval-and-compile and (featurep 'xemacs).
17911
17912 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17915         GROUP is a virtual group.
17916
17917 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17918
17919         * gnus.el: Autoload `message-y-or-n-p'.
17920
17921 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17922
17923         * pgg-parse.el: Remove unnecessary (require 'custom).
17924
17925         * pgg-def.el: do.
17926
17927         * nnmail.el: do.
17928
17929         * gnus-undo.el: do.
17930
17931         * gnus-picon.el: do.
17932
17933         * gnus-util.el: do.
17934
17935 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17938
17939 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17942         handle, as well as a list.
17943
17944         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17945         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17946         (mm-w3m-cid-retrieve): Simplify.
17947
17948 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17949
17950         * message.el (message-kill-to-signature): Allow prefix arg to
17951         specify number of lines to keep before signature.
17952
17953 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17954
17955         * message.el (message-kill-to-signature): Change docstring.
17956
17957 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * canlock.el: Always require sha1-el.
17960         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17961
17962         * message.el: Autoload sha1 only when compiling.
17963
17964         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17965         eudc-expand-inline for XEmacs.
17966
17967 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * message.el (message-canlock-generate): Require sha1-el.
17970
17971 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17972
17973         * message.el (message-expand-name): Silence the byte compiler.
17974
17975         * lpath.el: Add detect-coding-system.
17976
17977         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17978         cus-edit.
17979
17980 2004-01-13  Simon Josefsson  <jas@extundo.com>
17981
17982         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17983         Invoke gnus-score-mode.  Reported by
17984         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17985
17986         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17987         Jim Blandy <jimb@redhat.com> (tiny change).
17988
17989 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17990
17991         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17992
17993 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17994
17995         * spam.el (spam-get-article-as-string): Update to use
17996         gnus-request-article-this-buffer, much simpler.
17997         (spam-get-article-as-buffer): Remove.
17998
17999 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18000
18001         * message.el (message-expand-name): Use EUDC if the user uses that.
18002
18003 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18004
18005         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18006         character for the encoding to avoid consing a string.
18007
18008         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18009         unnecessarily.
18010
18011         * mm-util.el (mm-replace-chars-in-string): Remove.
18012
18013         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18014         of mm-replace-chars-in-string.
18015
18016 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18019
18020         * mm-util.el (mm-subst-char-in-string): Support inplace.
18021
18022         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18023         a new string in every iteration.  Use shy groups.
18024
18025 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18028         * gnus-soup.el (gnus-soup-group-brew):
18029         * gnus-msg.el (gnus-put-message):
18030         * gnus-move.el (gnus-group-move-group-to-server):
18031         * gnus-kill.el (gnus-batch-score):
18032         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18033         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18034         (gnus-group-update-group, gnus-group-read-group)
18035         (gnus-group-make-group, gnus-group-make-help-group)
18036         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18037         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18038         (gnus-group-sort-by-unread, gnus-group-catchup)
18039         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18040         (gnus-group-yank-group, gnus-group-set-info)
18041         (gnus-group-list-groups):
18042         * gnus.el (gnus-generate-new-group-name):
18043         * gnus-delay.el (gnus-delay-send-queue):
18044         * nnvirtual.el (nnvirtual-catchup-group):
18045         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18046         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18047         (gnus-group-prepare-topics, gnus-topic-check-topology):
18048         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18049         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18050         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18051         (gnus-group-make-articles-read):
18052         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18053         (gnus-group-change-level, gnus-kill-newsgroup)
18054         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18055         (gnus-get-unread-articles, gnus-make-articles-unread)
18056         (gnus-make-ascending-articles-unread): Use accessor
18057         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18058         to get group information for improved readability.
18059
18060
18061 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18062
18063         * gnus-art.el (article-decode-mime-words, article-babel)
18064         (gnus-article-highlight-signature, gnus-article-add-buttons)
18065         (gnus-signature-toggle): Use gnus-with-article-buffer.
18066
18067         * gnus-art.el (gnus-article-highlight-headers)
18068         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18069
18070         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18071         (gnus-article-set-globals, gnus-request-article-this-buffer)
18072         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18073         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18074         (gnus-mime-display-alternative): Use with-current-buffer.
18075
18076 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18079         also under 80 char limit, and call gnus-error if needed.
18080         (spam-fetch-article-header): Fix - it was a
18081         buffer-local variable (gnus-newsgroup-data).
18082         (spam-find-spam): Use spam-generate-fake-headers, forget about
18083         spam-insert-fake-headers.
18084         (spam-insert-fake-headers): Remove.
18085
18086 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18087
18088         * deuglify.el (gnus-article-outlook-unwrap-lines)
18089         (gnus-outlook-rearrange-article)
18090         (gnus-outlook-repair-attribution-outlook)
18091         (gnus-outlook-repair-attribution-block)
18092         (gnus-outlook-repair-attribution-other): Remove redundant
18093         save-excursion.
18094
18095 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18096
18097         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18098         (spam-fetch-field-subject-fast)
18099         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18100         (spam-fetch-article-header): Add functions to deal with Gnus
18101         internals for fast retrieval of article header data.
18102         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18103
18104 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18105
18106         * pop3.el (pop3-md5): Remove.
18107         (pop3-apop): Replace pop3-md5 with md5.
18108
18109         * mm-bodies.el: base64 is always built-in.
18110
18111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18112         with-current-buffer.
18113
18114 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * canlock.el (canlock-insert-header): Remove excessive grouping in
18117         regexp.
18118
18119         * gnus-sum.el (gnus-summary-read-document): Ditto.
18120
18121         * gnus-uu.el (gnus-uu-part-number): Ditto.
18122
18123         * html2text.el (html2text-remove-tags): Ditto.
18124         (html2text-format-tags): Ditto.
18125         (html2text-format-single-elements): Ditto.
18126
18127         * mml.el (mml-parse-1): Ditto.
18128
18129 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18132
18133         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18134
18135         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18136
18137         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18138
18139 2003-11-15  Simon Josefsson  <jas@extundo.com>
18140
18141         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18142         (pgg-gpg-lookup-key): Use regexp match instead of
18143         split-string (split-string is different between emacs 21.2 and
18144         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18145
18146 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * gnus-art.el (gnus-mime-view-all-parts)
18149         (gnus-article-part-wrapper, gnus-article-view-part): Use
18150         with-current-buffer.
18151
18152 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18153
18154         * spam.el (spam-disable-spam-split-during-ham-respool)
18155         (spam-spamoracle-database, spam-cache-lookups)
18156         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18157         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18158         (spam-group-ham-marks, spam-group-spam-marks)
18159         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18160         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18161         also add spam-use-blackholes to the statistical checks.
18162         (spam-fetch-field-fast): Add interface to fetching fields, may
18163         become a macro.
18164         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18165         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18166         (spam-insert-fake-headers): Fake an article when needed.
18167         (spam-find-spam): Fake article when possible.
18168         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18169         (spam-check-bogofilter-headers): Use message-fetch-field instead
18170         of nnmail-fetch-field.
18171
18172 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18175
18176 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18177
18178         * spam.el (spam-split): Do not require spam-use-CHECK to be
18179         enabled if that check is passed to spam-split explicitly; also
18180         fix so 'spam doesn't get converted to spam-split-group when
18181         spam-split-symbolic-return is t.
18182         (spam-find-spam): Find registrations of the article and use those
18183         instead of re-running spam-split to find the spam/ham
18184         classification of the article.
18185         (spam-log-processing-to-registry, spam-log-registered-p)
18186         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18187         Use gnus-error instead of gnus-message.
18188         (spam-log-registration-type): Add function to determine the
18189         classification of a message based on registry entries; will
18190         return nil if both 'spam and 'ham are found.
18191         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18192         a reasonably fast local cache without the loading errors.
18193         (spam-cache-lookups): Set to t by default.
18194         (spam-find-spam): Don't try to guess spam-cache-lookups.
18195         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18196         spam-caches entry.
18197         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18198         caching of whitelist/blacklist entries.
18199         (spam-check-whitelist, spam-check-blacklist): Invoke
18200         spam-from-listed-p with a type, not a cache variable.
18201         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18202
18203 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18204
18205         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18206
18207         * nnmail.el (nnmail-split-fancy): do.
18208
18209         * mml.el (mml-parse): do.
18210
18211         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18212         (gnus-score-adaptive): do.
18213
18214 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18217         (gnus-mime-button-map): Don't set keymap parent.
18218         (gnus-button-ctan-directory-regexp): Use shy grouping.
18219         (gnus-prev-page-map): Don't set keymap parent.
18220         (gnus-prev-page-map): Remove duplicated one.
18221         (gnus-next-page-map): Don't set keymap parent.
18222         (gnus-mime-security-button-map): Ditto.
18223
18224         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18225         version number.
18226
18227         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18228
18229 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * canlock.el (canlock-sha1-function): Remove.
18232         (canlock-sha1-function-for-verify): Remove.
18233         (canlock-openssl-program): Remove.
18234         (canlock-openssl-args): Remove.
18235         (canlock-ignore-errors): Remove.
18236         (canlock-sha1-with-openssl): Remove.
18237         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18238         (canlock-verify): Don't use canlock-ignore-errors.
18239
18240         * sha1-el.el (sha1-string-external): Make it can return a string
18241         in binary form.
18242         (sha1-region-external): Ditto.
18243         (sha1-string-internal): Ditto.
18244         (sha1-region-internal): Ditto.
18245         (sha1-region): Ditto.
18246         (sha1-string): Ditto.
18247         (sha1): Ditto.
18248
18249 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18250
18251         * spam.el (spam-report-articles-gmane): New command.
18252
18253 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18256
18257         * run-at-time.el (run-at-time-saved): Remove.
18258         (run-at-time): Doc fix.
18259
18260 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18263         (gnus-summary-limit-map): Add it.
18264         (gnus-summary-make-menu-bar): do.
18265
18266 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18267
18268         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18269         Make attempt at some caching support (done for BBDB only now).
18270         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18271         addresses to be checked.
18272         (spam-clear-cache-BBDB): Add function, to be invoked by
18273         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18274         (spam-check-BBDB): Check and use the caches, if
18275         spam-cache-lookups is on, remove superfluous (provide).
18276
18277 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18280
18281 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18282
18283         * run-at-time.el (run-at-time-saved): Move to after the definition
18284         of `run-at-time'.
18285
18286         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18287
18288 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18291         mm-w3m-local-map-property.
18292
18293         * mm-view.el (mm-w3m-mode-map): Remove.
18294         (mm-w3m-local-map-property): Remove.
18295         (mm-inline-text-html-render-with-w3m): Don't use
18296         mm-w3m-local-map-property.
18297
18298 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * run-at-time.el: New file.
18301
18302         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18303         under Emacs.
18304
18305         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18306         of gnus-set-text-properties.
18307
18308         * gnus-uu.el (gnus-uu-save-article): Ditto.
18309
18310         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18311
18312         * gnus-cite.el (gnus-cite-parse): Ditto.
18313
18314         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18315         of gnus-.
18316
18317         * gnus-xmas.el (run-at-time): Require run-at-time.
18318
18319         * gnus.el: Changed calls to nnheader-run-at-time and
18320         password-run-at-time throughout to use run-at-time directly.
18321
18322         * password.el: Removed definition of run-at-time.
18323
18324         * nnheaderxm.el: Remove definition of run-at-time.
18325
18326 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18327
18328         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18329         in prompt.
18330
18331 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18332
18333         * messagexmas.el (message-xmas-redefine): Alias
18334         `message-make-caesar-translation-table' to
18335         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18336         version.
18337
18338         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18339         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18340         `gnus-xmas-set-text-properties'.
18341         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18342         `gnus-xmas-completing-read'.
18343         (gnus-xmas-completing-read): Removed.
18344         (gnus-xmas-open-network-stream): Removed.
18345
18346         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18347         XEmacs version.
18348
18349         * dns.el (dns-make-network-process): Use `open-network-stream'
18350         instead of `gnus-xmas-open-network-stream'.
18351
18352         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18353
18354         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18355
18356 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * gnus-art.el (gnus-mime-display-alternative)
18359         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18360         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18361         Don't use gnus-local-map-property.
18362
18363         * gnus-util.el (gnus-local-map-property): Remove.
18364
18365         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18366         gnus-completing-read-maybe-default with completing-read.
18367
18368         * gnus-util.el (gnus-completing-read): do.
18369         (gnus-completing-read-maybe-default): Remove.
18370
18371 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18372
18373         * password.el: Only autoload `run-at-time' if not XEmacs.
18374         Only autoload the itimer functions if XEmacs.
18375
18376 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18379         XEmacsen.
18380
18381         * dgnushack.el: Autoload executable-find for XEmacs.
18382
18383 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18384
18385         * gnus-art.el (gnus-read-string): Remove.
18386         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18387         read-string.
18388
18389 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * netrc.el: Autoload password-read.
18392         (netrc): Add configuration group.
18393         (netrc-encoding-method, netrc-openssl-path): Add
18394         variables for encoding and decoding of files with symmetric
18395         ciphers.
18396         (netrc-encode): Add assistant function to encode a file with
18397         netrc-encoding-method.
18398         (netrc-parse): Add interactive parameter, added optional
18399         decoding if netrc-encoding-method is non-nil but otherwise
18400         behavior is standard.
18401         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18402         Do s/encode/encrypt/ everywhere.
18403
18404         * spam.el: Remove executable-find autoload.
18405
18406 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18407
18408         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18409
18410         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18411
18412 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * gnus-art.el (gnus-treat-ansi-sequences)
18415         (article-treat-ansi-sequences): New variable and function.
18416         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18417
18418         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18419         Use it.
18420
18421 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18422
18423         * mm-util.el (mm-quote-arg): Remove.
18424
18425         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18426         shell-quote-argument.
18427
18428         * gnus-uu.el (gnus-uu-command): do.
18429
18430         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18431
18432         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18433         with make-char.
18434
18435         * mm-util.el (mm-make-char): Remove.
18436
18437         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18438         add-minor-mode.
18439
18440         * gnus-undo.el (gnus-undo-mode): do.
18441
18442         * gnus-topic.el (gnus-topic-mode): do.
18443
18444         * gnus-sum.el (gnus-dead-summary-mode): do.
18445
18446         * gnus-start.el (gnus-slave-mode): do.
18447
18448         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18449
18450         * gnus-ml.el (gnus-mailing-list-mode): do.
18451
18452         * gnus-gl.el (gnus-grouplens-mode): do.
18453
18454         * gnus-draft.el (gnus-draft-mode): do.
18455
18456         * gnus-dired.el (gnus-dired-mode): do.
18457
18458         * gnus-ems.el (gnus-add-minor-mode): Remove.
18459
18460         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18461         Replace gnus-char-width with char-width.
18462
18463         * gnus-ems.el (gnus-char-width): Remove.
18464
18465         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18466         Replace gnus-char-width with char-width.
18467
18468         * gnus-ems.el (gnus-char-width): Remove.
18469
18470         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18471         definition.
18472         Remove Emacs 20 hash table compatibility code.
18473
18474         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18475         20 compatibility code.
18476
18477         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18478
18479         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18480
18481         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18482         with point-at-{eol,bol}.
18483
18484         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18485
18486         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18487
18488         * flow-fill.el (fill-flowed-point-at-bol)
18489         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18490
18491         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18492         Replace with point-at-{eol,bol} throughout all files.
18493
18494 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * ntlm.el (ntlm-string-as-unibyte): New macro.
18497         (ntlm-build-auth-response): Use it.
18498
18499         Remove Emacs 20 stuff:
18500         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18501         (butlast, mapc, remove): Remove the compiler macros.
18502         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18503         of delq and copy-sequence.
18504         * gnus-art.el (popup-menu): Remove the compiler macro.
18505         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18506         Emacs 20.
18507
18508 2004-01-05  Simon Josefsson  <jas@extundo.com>
18509
18510         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18511         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18512         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18513         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18514         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18515         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18516         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18517         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18518         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18519         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18520         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18521         string-xor into ntlm-string-xor.  Suggested by
18522         Jesper Harder <harder@myrealbox.com>.
18523
18524         * ntlm.el: Don't include poem.
18525
18526         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18527         Jesper Harder <harder@myrealbox.com>.
18528
18529         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18530
18531         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18532         probably breaks emacs with DL patch, but do we care? Is anyone
18533         still using the DL stuff?)
18534
18535         * sieve-manage.el: Use the password package.
18536         (sieve-manage-read-passwd): Remove.
18537         (sieve-manage-interactive-login): Use password.  Re-add
18538         condition-case around loop.
18539
18540         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18541         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18542         the password package.
18543
18544 2003-02-19  Simon Josefsson  <jas@extundo.com>
18545
18546         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18547         token.
18548
18549 2002-08-07  Simon Josefsson  <jas@extundo.com>
18550
18551         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18552         (sieve-manage-authenticators):
18553         (sieve-manage-authenticator-alist): Add some SASL mechs.
18554         (sieve-sasl-auth): New function.
18555         (sieve-manage-cram-md5-auth):
18556         (sieve-manage-plain-auth): Rewrite using SASL library.
18557         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18558         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18559         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18560         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18561
18562 2004-01-05  Simon Josefsson  <jas@extundo.com>
18563
18564         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18565         New files.
18566
18567 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18568
18569         * gnus-group.el (gnus-no-groups-message): Update.
18570
18571         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18572
18573 2003-11-09  Simon Josefsson  <jas@extundo.com>
18574
18575         * imap.el: Support for ID IMAP extension (RFC 2971).
18576         (imap-local-variables): Add imap-id.
18577         (imap-id): New variable.
18578         (imap-id): New function.
18579         (imap-parse-response): Parse untagged ID response.
18580         * nnimap.el (nnimap-id): New variable.
18581         (nnimap-open-connection): Use it.
18582
18583 2003-12-28  Simon Josefsson  <jas@extundo.com>
18584
18585         * gnus-score.el (gnus-score-edit-all-score): New.
18586         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18587
18588 2004-01-04  Simon Josefsson  <jas@extundo.com>
18589
18590         * password.el: Add.
18591
18592 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18593
18594         * dns.el (dns-query-types): Fix typo.
18595         (dns-query-types): New function.
18596         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18597         PTR and SOA replies, see RFC 1035.
18598
18599 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18600
18601         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18602
18603         * Moved to Changelog.2.
18604
18605 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18606
18607         * gnus.el (gnus-version-number): Bump version.
18608
18609 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18610
18611         * gnus.el: No Gnus v0.1 is released.
18612
18613 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18614
18615         * gnus.el: No Gnus v0.0 is released.
18616
18617 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * gnus.el (gnus-version-number): Bump.
18620         (gnus-version): No.
18621
18622 See ChangeLog.2 for earlier changes.
18623
18624     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18625       Free Software Foundation, Inc.
18626
18627   This file is part of GNU Emacs.
18628
18629   GNU Emacs is free software: you can redistribute it and/or modify
18630   it under the terms of the GNU General Public License as published by
18631   the Free Software Foundation, either version 3 of the License, or
18632   (at your option) any later version.
18633
18634   GNU Emacs is distributed in the hope that it will be useful,
18635   but WITHOUT ANY WARRANTY; without even the implied warranty of
18636   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18637   GNU General Public License for more details.
18638
18639   You should have received a copy of the GNU General Public License
18640   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18641
18642 ;; Local Variables:
18643 ;; coding: utf-8
18644 ;; fill-column: 79
18645 ;; add-log-time-zone-rule: t
18646 ;; End: