Fix typo in changelog
[gnus] / lisp / ChangeLog
1 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2
3         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4         run file-truename on remote files.  This can be expensive and even
5         prevent one from editing drafts if some unrelated buffer has a stale
6         connection.
7
8 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
11         kinsoku-eol regardless of shr-kinsoku-shorten.
12         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
13         (shr-tag-table): Support caption, thead, and tfoot.
14
15 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
18         lines.
19         (shr-save-contents): New command and keystroke.
20
21         * nndoc.el (nndoc-type-alist): Add git support.
22         (nndoc-git-type-p): New function.
23         (nndoc-transform-git-article): Ditto.
24         (nndoc-transform-git-headers): Ditto.
25         (nndoc-transform-git-headers): Generate Subject headers.
26
27         * shr.el (shr-parse-style): New function.
28         (shr-tag-span): Ditto.
29
30         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
31         to `G G' to avoid collisions.
32
33 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * shr.el: Load kinsoku if necessary.
36         (shr-kinsoku-shorten): New internal variable.
37         (shr-find-fill-point): Make kinsoku shorten text line if
38         shr-kinsoku-shorten is bound to non-nil.
39         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
40         shr-indentation too when testing if table is wider than frame width.
41         (shr-insert-table): Use `string-width' instead of `length' to measure
42         text width.
43         (shr-insert-table-ruler): Make sure indentation is done at bol.
44
45 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
46
47         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
48         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
49         undecoded network data.
50
51 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
54         name in the mode line spec so that the mode line menu works
55         (bug #2431).
56
57         * message.el (message-get-reply-headers): If we're fed `to-address',
58         then always use that.
59
60         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
61         aren't so wide as to need to switch off the edit menu.
62
63         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
64         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
65
66         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
67         `M-g'.
68         (nnimap-update-info): Update flags/read marks even if \* isn't part of
69         the permanent marks.
70
71 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
72
73         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
74         Splitting according to references/in-reply-to obeys the ignore-groups
75         variable, while splitting by sender and subject do not.
76
77 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
80         alist, so that we can look for non-Unicode chars.
81         (article-translate-strings): Allow both character and string maps.
82
83 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * shr.el (shr-insert): Don't insert space behind a wide character
86         categorized as kinsoku-bol, or between characters both categorized as
87         nospace.
88
89 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
90
91         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
92         headers to gnus-newsgroup-headers.
93
94 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * shr.el (shr-tag-img): Don't align images -- since we're not
97         rescaling, this often leads to ugly displays.
98
99 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
102         duplicates.
103
104 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
105
106         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
107         call.
108
109 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus.el: Autoload gnus-html-show-images.
112
113         * nnimap.el: Use nnheader-message throughout.
114
115         * shr.el (shr-tag-img): Ignore images with no data.
116
117 2010-10-15  Julien Danjou  <julien@danjou.info>
118
119         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
120         a possibility to disable format=flow encoding when using hard newlines.
121
122 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * shr.el (shr-insert): Remove space inserted before or after a
125         breakable character or at the beginning or the end of a line.
126         (shr-find-fill-point): Do kinsoku; find the second best point or give
127         it up if there's no breakable point.
128
129 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-open-connection): Message when opening connection
132         for debugging purposes.
133
134         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
135         on every setup buffer call to allow this to change from article to
136         article.
137
138         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
139         buffers where we have a wide table.
140
141 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
142
143         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
144         uses *-request-thread.
145
146 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * nnimap.el (nnimap-open-connection): Remove %s from openssl
149         incantation, which is no longer valid.
150
151 2010-10-14  Julien Danjou  <julien@danjou.info>
152
153         * shr.el: Fix defcustom type (char -> character).
154
155 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * nnimap.el (nnimap-open-connection): tls-program should be a list of
158         programs.
159
160 2010-10-14  Julien Danjou  <julien@danjou.info>
161
162         * shr.el (shr-tag-a): Use url-link as widget type.
163
164         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
165         `gnus-group-get-icon'.
166
167 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
170         This should make server editing work better.
171
172         * shr.el (shr-find-fill-point): Don't inloop on indented text.
173
174         * tls.el (tls-program): Remove spurious %s from openssl.
175
176         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
177         (nnimap-parse-flags): Fix regexp.
178
179         * shr.el (shr-find-fill-point): Use a filling algorithm that should
180         probably work for CJVK text, too.
181
182         * nnimap.el (nnimap-extend-tls-programs): Removed.
183         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
184
185         * tls.el (tls-starttls-switches): Remove starttls hack.
186         (open-tls-stream): Ditto.
187         (tls-find-starttls-argument): Ditto.
188
189 2010-10-13  Julien Danjou  <julien@danjou.info>
190
191         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
192         responses.
193
194 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
197
198         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
199         anything in Emacs.
200
201         * shr.el (shr-current-column): Remove buggy and unnecessary function.
202
203 2010-10-13  Julien Danjou  <julien@danjou.info>
204
205         * shr.el (shr-width): Make shr-width a defcustom with default to
206         fill-column.
207         (shr-tag-img): Use shr-width rather than fill-column.
208
209 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * dgnushack.el (byte-optimize-apply)
212         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
213
214         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
215         position when (X-)Faces exist.
216         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
217         avatars when called interactively.
218
219 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
222         gnus-article-x-face-too-ugly is bound.
223
224 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
227
228         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
229         mailbox that doesn't exist.
230
231 2010-10-12  Julien Danjou  <julien@danjou.info>
232
233         * shr.el (shr-tag-img): Encode URL properly when retrieving.
234         (shr-get-image-data): Encode URL properly when fetching from cache.
235         (shr-tag-img): Use aligned-to spaces to align correctly images.
236
237         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
238         before inserting the Gravatar.
239
240         * shr.el (shr-tag-img): Add align attribute support for <img>.
241
242 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-gravatar.el (gnus-art): Required.
245
246         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
247         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
248         Remove long obsoleted functions.
249
250 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
253
254         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
255
256         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
257         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
258         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
259         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
260         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
261         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
262         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
263
264 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * nnimap.el (nnimap-request-rename-group): Select group read-only
267         before renaming it.
268
269         * shr.el (shr-insert): Fix up the white space only regexp.
270
271         * nnimap.el (nnimap-transform-split-mail): Not all articles have
272         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
273
274         * shr.el (shr-current-column): New function.
275         (shr-find-fill-point): New function.
276
277 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
278
279         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
280         numbers.
281
282 2010-10-11  Julien Danjou  <julien@danjou.info>
283
284         * shr.el (shr-hr-line): Add.
285         (shr-tag-hr): Use shr-hr-line to specify which character to use to
286         display hr lines.
287         (shr-max-columns): Do not change state to nil if we just inserting
288         spaces.
289
290 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * gnus-topic.el (gnus-topic-read-group): If after the last group,
293         select the last group.
294
295 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
298
299 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
300
301         * dig.el (dig-mode-map): Declare and define in one step.
302
303 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
306         for Gnus.
307         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
308         (nnimap-update-qresync-info): Mark \Seen articles as read.
309
310         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
311         non-variable, too.
312
313         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
314         available.
315         (nnimap-update-info): Rely more on the current active than the param
316         active to avoid marking articles as read too much.
317
318         * auth-source.el (auth-source-create): Use (user-login-name) for the
319         user name default.
320
321         * nnimap.el (nnimap-update-info): If the server doesn't return any
322         useful info, just use the previous info.
323         (nnimap-update-info): Prefer old info over start-article.
324         (nnimap-update-qresync-info): Finish implementing QRESYNC.
325
326 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
327
328         * nnir.el (autoload): Clean up autoloads.
329         (nnir-imap-default-search-key): Renamed from
330         nnir-imap-search-field. Use key rather than value.
331         (nnir-imap-search-other): New variable.
332         (nnir-read-parm): Use it.
333         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
334         (gnus-summary-nnir-goto-thread): Modify to work with imap.
335
336 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
337
338         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
339         the process, too.
340
341 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
344         Allbery.
345
346         * shr.el: Rework the way things are indented by <li> slightly.
347
348         * gnus.el (gnus-group-set-parameter): Fix typo.
349
350         * nnimap.el: Start implementing QRESYNC support.
351
352 2010-10-09  Julien Danjou  <julien@danjou.info>
353
354         * nnir.el (nnir-engines): Fix too many arguments.
355
356 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
359         group is the "last", so that the backends like nnfolder actually save
360         their folders.
361
362         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
363         try to use that for the tls stream.
364         (nnimap-retrieve-group-data-early): Rework the marks code to heed
365         UIDVALIDITY and find out which groups are read-only and not.
366         (nnimap-get-flags): Use the same marks parsing code as the rest of
367         nnimap.
368
369 2010-10-09  Julien Danjou  <julien@danjou.info>
370
371         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
372
373         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
374         retrieving gravatars.
375
376         * shr.el (shr-table-corner): Add.
377         (shr-table-line): Add.
378         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
379
380 2010-10-08  Julien Danjou  <julien@danjou.info>
381
382         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
383
384 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
385
386         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
387
388         * gnus-sum.el (gnus-mark-article-as-unread)
389         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
390         (gnus-summary-set-bookmark): Use it.
391
392         * gnus-msg.el (gnus-setup-message): Use it.
393
394         * gnus-demon.el (gnus-demon-remove-handler): Use it.
395
396         * gnus.el (gnus-group-remove-parameter): Use it.
397
398         * gnus-group.el (gnus-group-make-web-group): Use it.
399
400         * gnus-demon.el (gnus-demon-remove-handler): Use it.
401
402         * nnregistry.el: Update docs to mention manual.
403
404         * gnus-registry.el: Update docs to mention nnregistry.el.
405         (gnus-registry-initialize): Don't install nnregistry refer method
406         automatically.
407         (gnus-registry-install-nnregistry): Remove it.
408
409 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * shr.el (shr-insert): Don't insert double spaces.
412
413 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-gravatar.el (gnus-treat-from-gravatar)
416         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
417         called interactively.
418
419         * gnus-art.el (gnus-mime-view-part-externally)
420         (gnus-mime-view-part-internally): Make predicate function passed to
421         gnus-mime-view-part-as-type assume argument is a mime type, not a list
422         of a mime type.
423
424         * shr.el (shr-table-widths): Don't use cl function `reduce'.
425
426 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * shr.el (require): Require cl when compiling.
429         (shr-tag-hr): New function.
430
431         * nnimap.el (nnimap-update-info): Remove double setting of high.
432         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
433         makes nnimap work properly on Courier again.
434
435         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
436         the variable for backwards compatability.
437
438         * mm-decode.el (mm-save-part): If given a non-directory result, expand
439         the file name before using to avoid setting mm-default-directory to
440         nil.
441
442         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
443         bidning gnus-agent variables.
444
445         * shr.el (shr-render-td): Use a cache for the table rendering function
446         to avoid getting an exponential rendering behaviour in nested tables.
447         (shr-insert): Rework the line-breaking algorithm.
448         (shr-insert): Don't leave trailing spaces.
449         (shr-insert-table): Also insert empty TDs.
450         (shr-tag-blockquote): Ensure paragraphs after </ul>.
451
452 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
453
454         * gnus-sum.el (gnus-number): Rename from `number'.
455         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
456         (gnus-summary-limit-children): Update uses correspondingly.
457
458 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
461         (gnus-gravatar-transform-address): Don't show avatars of people of
462         which mail addresses match gnus-gravatar-too-ugly.
463
464 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * shr.el (shr-table-widths): Expand TD elements to fill available
467         space.
468
469 2010-10-07  Julien Danjou  <julien@danjou.info>
470
471         * nnimap.el (nnimap-request-rename-group): Add this method.
472
473 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
476         name from XEmacs' function-arglist.
477
478         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
479         gravatar under XEmacs.
480
481 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
482
483         * auth-source.el: Update docs with TODO items.
484
485         * gnus-sync.el: Update docs to explain state and plans.
486
487         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
488         Hooks for mark updates.
489         (gnus-request-set-mark, gnus-request-update-mark): Use them.
490
491         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
492         hooks with arguments, which is needed for mark update hooks.
493
494 2010-10-06  Julien Danjou  <julien@danjou.info>
495
496         * gnus.el (gnus-expand-group-parameter): Only return and act on what
497         was matched.
498
499         * sieve-manage.el: Update example in `Commentary'.
500
501         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
502
503         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
504         not 2000.
505         (sieve-manage-authenticate): Re-add function.
506
507 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-insert): Get 'space transition right.
510         (shr-render-td): Only delete space at the end of the TD.
511
512         * nnimap.el (nnimap-open-connection): Prepare to support
513         open-gnutls-stream.
514
515         * shr.el: Rearrange function order to be more logical.
516
517 2010-10-06  Julien Danjou  <julien@danjou.info>
518
519         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
520         (nnrss-discover-feed): Remove 404 URL in docstring.
521
522         * nnir.el: Fix Swish-E URL.
523         Fix Namazu URL.
524
525         * message.el (message-change-subject): Remove 404 URL in a comment.
526
527 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
530         called interactively.
531
532         * gnus-util.el (gnus-remove-if): Allow hash table.
533         (gnus-remove-if-not): New function.
534
535         * gnus-art.el (gnus-mime-view-part-as-type)
536         * gnus-score.el (gnus-summary-score-effect)
537         * gnus-sum.el (gnus-read-move-group-name):
538         Replace remove-if-not with gnus-remove-if-not.
539
540         * gnus-group.el (gnus-group-completing-read):
541         Regard collection as a hash table if it is not a list.
542
543 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-render-td): Allow blank/missing <TD>s.
546
547         * shr.el: Document the table-rendering algorithm.
548
549 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
552         for Emacsen having no `libxml-parse-html-region' support.
553
554 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
557         invalid URLs.
558
559         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
560         line-broken.
561         (shr-tag-img): Ignore image fetching errors.
562         (shr-overlays-in-region): Compute overlay positions correctly.
563
564         * mm-decode.el (mm-shr): Require shr.
565
566         * gnus-art.el (gnus-blocked-images): Move variable here.
567
568         * shr.el (shr-insert-table): Bind free variable.
569
570         * mm-decode.el (mm-shr): Bind shr-content-function.
571
572         * shr.el (shr-content-function): New variable.
573
574         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
575         added for symmetry.
576
577         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
578
579         * gnus-group.el (gnus-group-make-group): Doc fix.
580
581         * nnimap.el (nnimap-request-newgroups): Return success.
582
583         * shr.el (shr-find-elements): New function.
584         (shr-tag-table): Put all the images after the table.
585         (shr-tag-table): Really inhibit images inside the table.
586         (shr-collect-overlays): Copy over overlays from the TD elements to the
587         main document.
588
589         * mm-decode.el (mm-shr): Bind shr-blocked-images to
590         gnus-blocked-images.
591
592 2010-10-05  Julien Danjou  <julien@danjou.info>
593
594         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
595
596         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
597         (gnus-html-maximum-image-size): Add this function.
598         (gnus-html-put-image): Use gnus-html-maximum-image-size.
599
600         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
601         server-value of the capability is nil.
602
603 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * shr.el (shr-tag-em): Add <EM> tag.
606
607 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
608
609         * sieve-manage.el (sieve-manage-default-stream): Make default stream
610         customizable.
611
612         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
613         handing broken links to browse-url.
614
615 2010-10-05  Julien Danjou  <julien@danjou.info>
616
617         * gnus-util.el (gnus-emacs-completing-read)
618         (gnus-iswitchb-completing-read): Use autoload rather than require.
619
620 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
623         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
624         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
625         iswitchb-temp-buflist for XEmacs.
626
627         * gnus-util.el (gnus-completing-read-function): Exclude
628         gnus-icompleting-read and gnus-ido-completing-read from candidates for
629         XEmacs since iswitchb.el is very old and ido.el is unavailable in
630         XEmacs.
631
632         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
633         not to use `delete-dups' that is unavailable in XEmacs 21.4.
634
635         * gnus-html.el: Don't require help-fns under XEmacs.
636         (gnus-html-schedule-image-fetching): Work for XEmacs.
637
638         * mm-decode.el (mm-shr): Decode contents by charset.
639
640 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
643         unknown.
644
645         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
646         (shr-get-image-data): Ensure against the cache file missing.
647
648         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
649         for data.
650
651         * spam-report.el (spam-report-url-ping-plain): Don't query about
652         killing the process.
653
654         * shr.el (shr-render-td): Protect against too-wide text.
655
656 2010-10-04  Julien Danjou  <julien@danjou.info>
657
658         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
659         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
660
661         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
662         retrieved.
663
664 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (browse-url): Required.
667         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
668         lines.
669         (shr-show-alt-text, shr-browse-image): New commands.
670         (shr-browse-url, shr-copy-url): New commands.
671
672         * gnus-sum.el (gnus-widen-article-window): New variable.
673         (gnus-summary-select-article-buffer): Use it.
674
675         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
676         without @ signs.
677
678 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
679
680         * nnir.el (nnir-run-imap): Remove spurious space in search string.
681
682 2010-10-04  Julien Danjou  <julien@danjou.info>
683
684         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
685         for XEmacs.
686
687 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
690
691         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
692         (nnimap-close-server): Implement.
693
694         * dgnushack.el (iswitchb): Require to shut up the compiler.
695
696         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
697         (shr-insert): Tweak line breaking.
698         (shr-insert): Handle <pre> better.
699         (shr-tag-li): Get <li> indentation right.
700         (shr-tag-li): Get <li> indentation even righter.
701         (shr-tag-blockquote): Ensure paragraph start.
702         (shr-make-table): Tweak table generation.
703         (shr-make-table): Fix typo.
704
705         * shr.el: Implement table rendering.
706
707 2010-10-04  Julien Danjou  <julien@danjou.info>
708
709         * gnus-html.el (gnus-html-put-image): Fix resize image code.
710
711 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * shr.el (shr-insert): Use string anchors instead of line anchors.
714
715 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * shr.el: Add headings.
718         (shr-ensure-paragraph): Actually work.
719         (shr-tag-li): Make <ul> prettier.
720         (shr-insert): Get white space at the beginning/end of elements right.
721         (shr-tag-p): Collapse subsequent <p>s.
722         (shr-ensure-paragraph): Don't insert double line feeds after blank
723         lines.
724         (shr-insert): \t is also space.
725         (shr-tag-s): Fix "s" tag name function.
726         (shr-tag-s): Fix face prop name.
727
728 2010-10-03  Julien Danjou  <julien@danjou.info>
729
730         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
731
732         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
733         gnus-window-inside-pixel-edges.
734
735         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
736         gnus-ems.
737
738         * mm-view.el (mm-inline-image-emacs): Support image resizing.
739
740         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
741         function.
742
743         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
744         resize choice.
745
746 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
749         beginning of the buffer.
750
751         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
752         article buffer again.
753
754         * shr.el (shr-tag-p): Don't insert newlines at the start of the
755         buffer.
756
757         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
758         when it's at the start of the buffer.
759
760         * shr.el (shr-tag-blockquote): Convert name.
761         (shr-rescale-image): Use the right image-size variant.
762
763         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
764         buffer isn't shown, then select the current article first instead of
765         bugging out.
766         (gnus-summary-select-article-buffer): Show both the article and summary
767         buffers again.
768
769         * shr.el (shr-fontize-cont): Protect against regions with no text.
770         Rename tag functions to shr-tag-* for enhanced security.
771         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
772
773 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
774
775         * shr.el (shr-insert):
776         * pop3.el (pop3-movemail):
777         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
778         loaded.
779
780 2010-10-03  Glenn Morris  <rgm@gnu.org>
781
782         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
783
784         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
785
786         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
787
788         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
789
790         * gnus-util.el (gnus-make-local-hook): Simplify.
791
792 2010-10-02  Julien Danjou  <julien@danjou.info>
793
794         * gnus-util.el (gnus-iswitchb-completing-read): New function.
795         (gnus-ido-completing-read): New function.
796         (gnus-emacs-completing-read): New function.
797         (gnus-completing-read): Use gnus-completing-read-function.
798         Add gnus-completing-read-function.
799
800 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * shr.el (shr-insert-document): Autoload.
803         (shr-img): Be silent.
804         (shr-insert): Add a newline after every picture before text.
805         (shr-add-font): Use overlays for combining faces.
806         (shr-insert): Pass upwards the text start point.
807
808         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
809         possible.
810         (mm-shr): New function.
811
812 2010-10-02  Julien Danjou  <julien@danjou.info>
813
814         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
815         should go backward.
816
817 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
818
819         * shr.el (shr): Fix typo in provide call.
820
821 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * shr.el: New file.
824
825         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
826
827         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
828         completing read.
829
830 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
833         we're being queried about.  Suggested by Dan Jacobson.
834
835         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
836         by Jason Eisner.
837
838         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
839         table, too.  Suggested by Stefan Wiens.
840         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
841         the table unnecessary.  Suggested by Stefan Wiens.
842
843         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
844         longer needed, and probably doesn't work either, as pointed out by
845         Stefan Wiens.
846         (gnus-summary-exit): Remove call to the clearing function.
847         (gnus-summary-exit-no-update): Ditto.
848
849         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
850         instead of gnus-eval-in-buffer-window to avoid popping up frames.
851         Reported by Stefan Monnier.
852         (gnus-summary-save-in-rmail): Ditto.
853
854         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
855         article buffer, instead of both the article buffer and the summary
856         buffer.  Sort of suggested by Dan Jacobson.
857
858         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
859
860         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
861         Suggested by Dan Jacobson.
862
863         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
864         documentation clearer.
865
866         * message.el (message-shorten-references): Comment on the number "21".
867         Suggested by Stefan Monnier.
868
869         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
870         Suggested by Dan Jacobson.
871
872         * gnus.el (gnus-large-newsgroup): Mention
873         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
874
875         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
876         externalize attachments.  Bug reported by Steve Wen.
877
878         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
879         really message anything to the user.
880
881         * nnmail.el (nnmail-article-group): Allow using the fancy split method
882         directly.
883
884         * nnimap.el (nnimap-request-group): Low higher than high to signal no
885         messages in empty groups.
886
887 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
888
889         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
890         non-UIDNEXT group.
891
892 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
895         not the value from the collection.
896
897         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
898         values.  This sometimes happens on some groups that have no info.
899         (nnimap-request-newgroups): New function.
900
901 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
904         check into `gnus-registry-initialize'.
905         (gnus-registry-initialize): Ditto.
906         Fix and extend header docs.
907
908 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
911         regexp backtrace overflows.
912
913         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
914         for starttls that tls.el implements; i.e. openssl.
915
916         * tls.el (tls-starttls-switches): Give up on using starttls with
917         gnutls-cli.
918         (tls-program): Add --insecure to be consistent with the defaults from
919         openssl s_client.  Now all three commands are insecure.
920
921 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * lpath.el: Bind completion-styles-alist for XEmacs.
924
925         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
926         (gravatar-create-image): New function that's an alias to
927         gnus-xmas-create-image, gnus-create-image, or create-image.
928         (gravatar-data->image): Use it.
929
930 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
933         install the nnregistry refer method.
934         (gnus-registry-install-hooks): Use it.
935         (gnus-registry-unfollowed-groups): Add nnmairix to the default
936         unfollowed groups.
937
938 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
939
940         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
941         expanding threads.
942
943 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnir.el: Use the server names without suffixes (bug #7009).
946
947         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
948         unencrypted to STARTTLS, if possible.
949
950 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
951
952         * message.el (message-ignored-supersedes-headers): Strip Injection-*
953         headers before superseding.
954
955 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnrss.el (nnrss-use-local): Add documentation.
958
959         * nnimap.el (nnimap-extend-tls-programs): New function.
960         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
961         (nnimap-wait-for-connection): Accept the greeting from the stupid
962         output from openssl s_client -starttls, too.
963
964         * tls.el (tls-starttls-switches): New variable.
965         (tls-find-starttls-argument): Use it.
966         (open-tls-stream): Ditto.
967
968         * netrc.el (netrc-credentials): Return the value of the "default"
969         entry.
970         (netrc-machine): Ditto.
971
972         * nnimap.el (nnimap-find-article-by-message-id): Really return the
973         article number.
974         (nnimap-split-fancy): New variable.
975         (nnimap-split-incoming-mail): Use it.
976
977         * nntp.el (nntp-server-list-active-group): Document.
978
979         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
980         SELECT to get the message-id.
981
982         * mail-source.el (mail-sources): Removed webmail support.
983         (defvar): Ditto.
984         (mail-source-fetcher-alist): Ditto.
985         (mail-source-fetch-webmail): Removed.
986
987         * webmail.el: Removed -- doesn't seem relevant any more.
988
989         * gnus.el: Fix up make-obsolete-variable declarations throughout.
990
991         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
992         the \r.
993
994 2010-09-30  Julien Danjou  <julien@danjou.info>
995
996         * gnus-agent.el (gnus-agent-add-group): Fix call to
997         gnus-completing-read.
998
999 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * nndoc.el (nndoc-retrieve-groups): New function.
1002
1003         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1004         `default', use nnmail-split-methods.
1005         (nnimap-request-article): Downcase the NILs so that they are nil.
1006
1007         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1008         symbol.
1009
1010         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1011         code, since if the user has requested network, that's what they ought
1012         to get.
1013         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1014         (nnimap-split-rule): Mark as obsolete.
1015
1016         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1017         variable.
1018
1019         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1020         correct slot, too.
1021
1022 2010-09-29  Julien Danjou  <julien@danjou.info>
1023
1024         * gnus.el (gnus-local-domain): Declare variable obsolete.
1025
1026         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1027         computing.
1028         (gnus-ido-completing-read): Require ido.
1029
1030 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1033         build Gnus.
1034
1035         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1036         when interpreting the structures.
1037         (nnimap-request-accept-article): Add \r\n to the lines to make this
1038         work with Cyrus.
1039
1040         * nndraft.el (nndraft-request-expire-articles): Use the group name
1041         instead if "nndraft".  Fix found by Nils Ackermann.
1042
1043 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1044
1045         * nnregistry.el: Added.
1046
1047 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * nnmail.el (group, group-art-list, group-art):
1050         Remove unneeded directives.
1051
1052 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1055         (mm-mime-charset)
1056         * rfc2047.el (rfc2047-syntax-table)
1057         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1058
1059         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1060         rather than `insert-file-contents' and `eval-region'.
1061
1062         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1063         construction.
1064
1065         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1066
1067         * time-date.el: No need to require cl for Emacs 21.
1068
1069 2010-09-29  Julien Danjou  <julien@danjou.info>
1070
1071         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1072         replacement of `gnus-gravatar-relief' to mimic
1073         `gnus-faces-properties-alist'.
1074         Add :version property.
1075
1076 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * mail-source.el (mail-source-report-new-mail)
1079         * message.el (message-default-mail-headers)
1080         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1081
1082         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1083
1084 2010-09-28  Julien Danjou  <julien@danjou.info>
1085
1086         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1087         mail-address contains the same string as real-name.
1088
1089         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1090         non-blank in header, otherwise it'll get stripped.
1091
1092         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1093         real-name, and then for mail address rather than doing : or , search.
1094
1095 2010-09-27  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1098         (gnus-server-goto-server): Use gnus-completing-read.
1099
1100         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1101
1102         * mm-util.el (defalias): Use gnus-completing-read.
1103         (mm-codepage-setup): Use gnus-completing-read.
1104
1105         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1106         (smime-decrypt-buffer): Use gnus-completing-read.
1107
1108         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1109
1110         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1111         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1112         (mml-insert-multipart): Use gnus-completing-read.
1113
1114         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1115
1116         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1117
1118         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1119
1120         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1121
1122         * gnus.el (gnus-read-method): Use gnus-completing-read.
1123
1124         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1125
1126         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1127         (gnus-mime-action-on-part): Use gnus-completing-read.
1128         (gnus-article-encrypt-body): Use gnus-completing-read.
1129
1130         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1131         (gnus-topic-move-matching): Use gnus-completing-read.
1132         (gnus-topic-copy-matching): Use gnus-completing-read.
1133         (gnus-topic-sort-topics): Use gnus-completing-read.
1134         (gnus-topic-move): Use gnus-completing-read.
1135
1136         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1137         (gnus-agent-add-group): Use gnus-completing-read.
1138
1139         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1140         gnus-completing-read.
1141         (nnmairix-update-groups): Use gnus-completing-read.
1142         (nnmairix-get-server): Use gnus-completing-read.
1143         (nnmairix-backend-to-server): Use gnus-completing-read.
1144         (nnmairix-goto-original-article): Use gnus-completing-read.
1145         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1146
1147         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1148
1149         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1150         (gnus-group-make-useful-group): Use gnus-completing-read.
1151         (gnus-group-make-web-group): Use gnus-completing-read.
1152         (gnus-group-add-to-virtual): Use gnus-completing-read.
1153         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1154
1155         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1156         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1157         (gnus-summary-execute-command): Use gnus-completing-read.
1158         (gnus-summary-respool-article): Use gnus-completing-read.
1159         (gnus-read-move-group-name): Use gnus-completing-read.
1160
1161         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1162         (gnus-summary-score-effect): Use gnus-completing-read.
1163
1164         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1165
1166         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1167         right completing-read function.
1168         (gnus-use-ido): New variable
1169         (gnus-completing-read-with-default): Remove.
1170
1171 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1174         x-focus-frame.
1175
1176         * nnimap.el (auth-source-forget-user-or-password)
1177         (auth-source-user-or-password): Autoload.
1178
1179         * message.el (message-from-style, message-interactive)
1180         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1181         (message-yank-prefix, message-indentation-spaces, message-signature)
1182         (message-signature-file): Add comment.
1183
1184 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1187         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1188         new articles.
1189
1190         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1191         parts.
1192         (nnimap-request-article): Work with the t setting, too.
1193
1194         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1195         that you don't get flashes of other buffers.
1196         (gnus-summary-show-complete-article): Intern before setting.
1197
1198 2010-09-27  David Engster  <dengste@eml.cc>
1199
1200         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1201         well as HEADERS.
1202         (nnmairix-retrieve-headers): Provide new argument for the above.
1203
1204 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-sum.el (gnus-summary-move-article): Don't alter
1207         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1208         group.
1209
1210         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1211
1212         * message.el (message-cite-prefix-regexp): Revert my last edit.
1213
1214         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1215         variable instead of the Gnus variable.
1216
1217         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1218
1219         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1220         again.
1221
1222         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1223         since some servers don't like it.
1224         (nnimap-open-connection): Forget credentials if the server says the
1225         password was wrong.
1226         (nnimap-parse-line): Protect against invalid data.
1227
1228         * gnus-sum.el (gnus-summary-move-article): Add comment.
1229         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1230         nothing alters it while scanning for new messages.
1231
1232         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1233         which may or may not help.
1234         (nnimap-open-connection): If we're doing a stream connection, and then
1235         discover we're on a STARTTLS-capable server, then open a STARTTLS
1236         connection instead.
1237
1238 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (utf7): Required.
1241
1242         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1243         prefix.
1244
1245 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1246
1247         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1248
1249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * nnimap.el (nnimap-request-accept-article): Message the error on
1252         error.
1253
1254 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1257
1258 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * nndoc.el (nndoc-request-list): Return success always.
1261
1262         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1263         `fetch-old' -- we only want to fetch the articles we've requested.  The
1264         rest are in the agent, probably.
1265         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1266         disappeared server" to something low.  It's not important.
1267
1268         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1269         arrived before the FETCH data.
1270
1271         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1272         target here, because we don't know the Gnus name of the group.
1273
1274         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1275         for the correct group.
1276
1277         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1278
1279         * gnus.el (gnus): Give a final warning after startup.
1280
1281         * gnus-util.el (gnus-action-message-log): New variable.
1282         (gnus-message): Use it.
1283         (gnus-final-warning): New function.
1284
1285         * nnimap.el (nnimap-open-connection): Record the greeting.
1286         (nnimap): Add greeting.
1287
1288 2010-09-26  Julien Danjou  <julien@danjou.info>
1289
1290         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1291         arguments.
1292         (gnus-html-wash-images): Fix spec computing to include start/end.
1293
1294         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1295
1296 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1299         deletion.
1300         (nnimap-retrieve-headers): Don't select the group, because that's
1301         already done by nnimap-possibly-change-group.
1302
1303         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1304         (gnus-picon-transform-address): Use it.
1305
1306         * mail-source.el (mail-source-value): Revert previous patch.
1307
1308         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1309         on failure.
1310         (nnimap-open-connection): Look up both virtual and physical server name
1311         credentials.
1312
1313         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1314
1315 2009-02-07  Dave Love  <fx@gnu.org>
1316
1317         * tls.el (open-tls-stream): Don't query killing process.
1318
1319 2009-02-08  Dave Love  <fx@gnu.org>
1320
1321         * gnus-win.el (gnus-window-to-buffer-helper,
1322         gnus-all-windows-visible-p): Function needn't be a symbol.
1323
1324         * mail-source.el (mail-source-value): Function needn't be a symbol.
1325
1326 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * message.el (message-cite-prefix-regexp): Remove } from the cite
1329         prefix.
1330
1331         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1332         highlight again, so that the highlight is correct.
1333
1334         * gnus-picon.el (gnus-picon): Remove again.
1335         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1336
1337         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1338         doing the header highlightling, so that the background colour of the
1339         picon is correct.
1340
1341         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1342         (gnus-picon): Ditto.
1343         (gnus-picon): Reinstate.  The background colour for picons is white.
1344         (gnus-picon-insert-glyph): Make the background white.
1345
1346         * nnml.el (nnml-open-nov): Don't return dead buffers.
1347
1348         * auth-source.el (auth-source-create): Query the user for whether to
1349         store the credentials.
1350
1351         * netrc.el (netrc-store-data): New function.
1352
1353         * auth-source.el (auth-source-user-or-password): Use the existing auth
1354         sources, if any, for creation.
1355
1356         * gnus.el (gnus-group-fast-parameter): Return the last matching
1357         parameter instead of the first matching parameter.
1358
1359 2010-09-26  Julien Danjou  <julien@danjou.info>
1360
1361         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1362
1363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * mml2015.el (mml2015-use): Remove gpg support.
1366
1367         * mml1991.el (mml1991-function-alist): Remove gpg function.
1368         (mml1991-gpg-sign): Removed.
1369
1370 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1371
1372         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1373         (gnus-browse-unsubscribe-current-group): Document it.
1374         (gnus-browse-unsubscribe-group): Use it.
1375
1376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1379         address to the To list for easier response.
1380
1381         * gnus.el (gnus-play-startup-jingle): Removed.
1382         (gnus-splash): Don't play jingle.
1383         (gnus): Silence gnus-load message.
1384
1385         * gnus-art.el (gnus-treat-play-sounds): Removed.
1386
1387         * gnus.el (gnus-play-jingle): Remove audio support.
1388
1389         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1390
1391         * earcon.el: Removed -- no users.
1392
1393         * gnus-audio.el: Removed -- no users of this package.
1394
1395         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1396
1397         * gnus-start.el (gnus-setup-news): Remove nocem support.
1398
1399         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1400
1401         * gnus.el (gnus-use-nocem): Removed.
1402
1403         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1404         Removed.
1405
1406         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1407         uses NoCeM any more.
1408
1409         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1410         (gnus-button-ctan-handler): Ditto.
1411         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1412         (gnus-button-ctan-directory-regexp): Ditto.
1413         (gnus-button-handle-ctan): Ditto.
1414         (gnus-button-tex-level): Ditto.
1415         (gnus-button-alist): Removed CTAN stuff.
1416
1417 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1420         nnimap-streaming test.
1421
1422         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1423         servers twice.
1424
1425         * nnimap.el (nnimap-open-connection): Add more error reporting when
1426         nnimap fails early.
1427
1428         * nnheader.el (nnheader-get-report-string): New function.
1429         (nnheader-get-report): Use it.
1430
1431         * gnus-int.el (gnus-check-server): Say what the error was when opening
1432         failed.
1433
1434         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1435         using streaming.
1436
1437 2010-09-25  Julien Danjou  <julien@danjou.info>
1438
1439         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1440         gnus-window-inside-pixel-edges.
1441
1442 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1445
1446         * mm-decode.el (mm-save-part): Allow saving to other directories the
1447         normal Emacs way.
1448
1449         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1450         by Jay Berkenbilt.
1451
1452         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1453         there isn't a single byte.
1454
1455         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1456         just do it.  It doesn't really seem to matter what the user responds
1457         here, I think, so it's just a confusing question.
1458
1459         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1460         non-streaming case.
1461
1462         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1463         (gnus-article-encrypt-body): Use it.
1464
1465         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1466         keystroke.
1467
1468         * nnimap.el (nnimap-find-wanted-parts-1): Use
1469         gnus-fetch-partial-articles.
1470
1471         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1472
1473         * nnimap.el (nnimap-insert-partial-structure): New function.
1474         (nnimap-get-partial-article): New function.
1475         (nnimap-request-article): Use it.
1476         (nnimap-wait-for-response): Return whether the wait was successful.
1477         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1478         retrieval wasn't successful.
1479         (nnimap-retrieve-group-data-early): Allow throttling servers.
1480         (nnimap-streaming): New variable.
1481         (nnimap-fetch-partial-articles): Removed.
1482
1483         * mm-decode.el (mm-with-part): Protect against killed buffers.
1484
1485         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1486         for prettier summary display.
1487
1488 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1489
1490         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1491         directly.
1492
1493 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1496         apparently third-party libraries depend on it.
1497
1498         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1499         before starting negotiation.
1500
1501         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1502         privacy reasons.
1503         (gnus-treat-mail-gravatar): Ditto.
1504
1505         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1506         buffer when inserting images.  Inserting text into the headers, for
1507         instance, can make them invalid.
1508
1509 2010-09-25  Julien Danjou  <julien@danjou.info>
1510
1511         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1512         variables.
1513
1514         * nnheader.el: Remove useless variables news-reply-yank-from and
1515         news-reply-yank-message-id.
1516
1517         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1518         variables.
1519
1520         * mml1991.el: Remove useless mml1991-verbose.
1521
1522         * gnus.el: Remove useless variable gnus-use-generic-from.
1523         Remove obsolete variable gnus-topic-indentation.
1524
1525         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1526
1527         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1528
1529         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1530
1531         * gnus-group.el: Remove useless gnus-group-icon-cache.
1532         Remove useless gnus-ephemeral-group-server.
1533
1534         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1535
1536         * mml2015.el: Remove useless mml2015-verbose.
1537
1538         * mml-smime.el: Remove useless mml-smime-verbose.
1539
1540         * gnus.el: Remove useless gnus-local-domain.
1541
1542         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1543         gnus-gravatar-size.
1544
1545         * gnus-art.el: Remove useless gnus-treat-translate.
1546
1547 2010-09-24  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus-sum.el: Add support for Gravatars.
1550
1551         * gnus-art.el: Add support for Gravatars.
1552
1553         * gnus-gravatar.el: Add this file.
1554
1555         * gravatar.el: Add this file.
1556
1557 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1560
1561         * gnus-group.el (gnus-group-fetch-faq): Removed.
1562
1563         * gnus.el (gnus-group-faq-directory): Removed.
1564
1565         * gnus-group.el (gnus-group-fetch-charter): Removed.
1566
1567         * gnus.el (gnus-group-charter-alist): Removed.
1568
1569         * gnus-group.el (gnus-group-archive-directory): Removed.
1570         (gnus-group-recent-archive-directory): Ditto.
1571         (gnus-group-make-archive-group): Removed.
1572
1573         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1574
1575         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1576         use the same article number for all the cached articles.
1577
1578         * nnimap.el (nnimap-command): Register the last command time so
1579         that we can use it for idling NOOPs.
1580         (nnimap-open-connection): Start the keeplive timer.
1581         (nnimap-make-process-buffer): Store all the process buffers.
1582         (nnimap-keepalive): New function.
1583
1584         * starttls.el: (starttls-open-stream): Add autoload cookie.
1585
1586 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1587
1588         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1589         handling.
1590
1591 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1594         its data structures.
1595
1596         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1597         instead of the cl.el copy-list.
1598         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1599         equalp.
1600
1601 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1604         and tool-bar-local-item-from-menu.
1605
1606         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1607         mode-line-highlight face for Emacs.
1608
1609         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1610         loading gnus-sum.elc; fix comment for canlock-verify.
1611         (gnus-article-jump-to-part): Use read-number.
1612         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1613         Emacs pre-21 compatible code for help-echo.
1614         (gnus-article-next-page-1): No need to adjust the number of lines.
1615         (gnus-article-describe-bindings): Always use help-buffer.
1616
1617         * gnus-audio.el (gnus-audio-inline-sound)
1618         * gnus-cus.el (gnus-custom-mode)
1619         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1620
1621         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1622
1623         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1624         compatible code.
1625
1626 2010-09-24  Glenn Morris  <rgm@gnu.org>
1627
1628         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1629         visiting the fcc file in rmail-mode.
1630
1631         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1632
1633 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * nnir.el: Silence the byte compiler.
1636
1637         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1638         alias to browse-url-url-encode-chars if any.
1639         (gnus-html-encode-url): Use it.
1640
1641 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-start.el (gnus-use-backend-marks): New variable.
1644         (gnus-get-unread-articles-in-group): Use it.
1645
1646         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1647         makeover.
1648
1649 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1650
1651         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1652
1653 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1656         Removed.
1657         (gnus-setup-news-hook): Removed
1658         gnus-fixup-nnimap-unread-after-getting-new-news.
1659
1660         * gnus-int.el (gnus-request-update-info): Protect against backends not
1661         having the function.
1662
1663         * nnimap.el (nnimap-stream): Mention starttls.
1664         (nnimap-open-connection): Add starttls support.
1665
1666 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1667
1668         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1669
1670 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1673         BODYSTRUCTUREs.
1674         (nnimap-transform-headers): Unfold quoted {42} headers.
1675
1676         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1677         the info.
1678         (gnus-get-unread-articles): Only call updatep on backends that support
1679         it.
1680
1681         * nnweb.el (nnweb-request-update-info): NOOP.
1682
1683         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1684
1685         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1686         since it only deals with marks.
1687
1688         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1689         gnus-request-marks, and make a new gnus-request-update-info.
1690
1691         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1692         the active instead of the high number, which is usually too low.
1693
1694 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1695
1696         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1697         * encrypt.el: Removed.
1698
1699 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1702         server in symbolic form.
1703
1704         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1705         0.9.
1706
1707 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1710         (nnimap-update-info): Fix up code slightly.
1711
1712         * gnus-int.el (gnus-open-server): Add tracing for performance
1713         debugging.
1714
1715         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1716         (gnus-group-insert-group-line): Pass the real group name so that it
1717         gets the right data.
1718
1719         * gnus-start.el (gnus-get-unread-articles): Don't have
1720         `gnus-get-unread-articles-in-group' update info, since that can be
1721         really slow and doesn't seem to be needed?
1722
1723 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1724
1725         * time-date.el (date-to-time): Try using parse-time-string first before
1726         using the slower timezone-make-date-arpa-standard.
1727
1728 2010-09-22  Julien Danjou  <julien@danjou.info>
1729
1730         * gnus-group.el (gnus-group-insert-group-line): Call
1731         gnus-group-highlight-line.
1732         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1733         default hook list.
1734         (gnus-group-update-eval-form): Add new function.
1735         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1736         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1737
1738 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1741         immediate, then expire all articles.
1742         (nnimap-update-info): Fix off-by-one errors.
1743         (nnimap-flags-to-marks): Would return no marks lists for group with no
1744         flags.  Instead return the other data.
1745
1746 2010-09-22  Julien Danjou  <julien@danjou.info>
1747
1748         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1749         Only return an icon.
1750         (gnus-group-insert-group-line): Compute icon to return.
1751
1752         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1753         variable.
1754         (gnus-html-image-fetched): Only cache if
1755         gnus-html-image-automatic-caching is set.
1756         (gnus-html-image-fetched): Check for errors.
1757
1758 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1761         once per method on `g'.  This ensures that backends like nnfolder don't
1762         open all their folders.
1763
1764         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1765         (nnimap-request-list): Nix out group in the correct buffer.
1766         (nnimap-parse-flags): Implement by using `read' instead of
1767         hand-parsing.
1768         (nnimap-flags-to-marks): Pass on permanent-flags.
1769         (nnimap-make-process-buffer): Record the server name.
1770         (nnimap-parse-flags): Fix typo.
1771         (nnimap-request-scan): Run split on the server in general, not just a
1772         single group.
1773
1774         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1775         parameter, and propagate this downwards.
1776
1777         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1778         since EXAMINE changes it on the server.
1779
1780         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1781         this command might take a while.
1782
1783 2010-09-22  Julien Danjou  <julien@danjou.info>
1784
1785         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1786         harmful if you have 2 images side-by-side, they can't be properly
1787         update on text deletion.  Using text-property is safer here.
1788         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1789         data.
1790
1791 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * nnimap.el (nnimap-expunge-inbox): Removed.
1794         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1795         (nnimap-expunge): Flip default to t.
1796
1797         * gnus.el (gnus-method-to-server): Don't push things to the cache
1798         unless it's unique.
1799         (gnus-server-to-method): Ditto.
1800
1801 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1804
1805 2010-09-22  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1808         get the start of data.
1809         (gnus-html-encode-url): Add this function to encode special chars in
1810         URL.
1811         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1812         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1813
1814         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1815         default.
1816         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1817
1818         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1819         images alt-text.
1820         (gnus-html-put-image): Put alt-text as help-echo.
1821
1822 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1825         * mm-util.el (mm-decompress-buffer)
1826         * nnir.el (nnir-run-find-grep)
1827         * pop3.el (pop3-list): Use 3rd arg of split-string.
1828
1829         * time-date.el (format-seconds): Comment fix.
1830
1831         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1832         and byte-optimize-form-code-walker.
1833         (dgnushack-make-auto-load): Don't advise make-autoload.
1834
1835         * lpath.el: Remove Emacs 21 stuff.
1836
1837 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1840         outside the active range.  Suggested by Dan Christensen.
1841
1842         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1843         slightly later to avoid double-getting it.
1844
1845         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1846         previous patch.
1847
1848         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1849
1850 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1851
1852         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1853
1854 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * gnus-int.el (gnus-open-server): Give a better error message in the
1857         "go offline" case.
1858
1859         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1860         marks for nnimap, which is seldom the right thing to do.
1861
1862         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1863         (gnus-same-method-different-name): New function.
1864
1865         * nnimap.el (parse-time): Require.
1866
1867         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1868         method in the presence of many similar methods.
1869
1870         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1871
1872         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1873         nnml-inhibit-expiry.
1874
1875         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1876         find out whether methods are equal.
1877
1878         * nnimap.el (nnimap-find-expired-articles): New function.
1879         (nnimap-process-expiry-targets): New function.
1880         (nnimap-request-move-article): Request the article before looking at
1881         what the Message-ID is.  Fix found by Andrew Cohen.
1882         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1883
1884         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1885         for oldness in addition to being a predicate.
1886
1887         * nnimap.el (nnimap-request-group): When we have zero articles, return
1888         the right data to Gnus.
1889         (nnimap-request-expire-articles): Only delete articles immediately if
1890         the target is 'delete.
1891
1892         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1893         method, this would bug out.
1894
1895         * gnus-group.el (gnus-group-expunge-group): Renamed from
1896         gnus-group-nnimap-expunge, and implemented as a normal interface
1897         function.
1898
1899         * gnus-int.el (gnus-request-expunge-group): New function.
1900
1901         * nnimap.el (nnimap-request-create-group): Implement.
1902         (nnimap-request-expunge-group): New function.
1903
1904 2010-09-21  Julien Danjou  <julien@danjou.info>
1905
1906         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1907         (gnus-html-cache-expired): Add new function.
1908         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1909         wethever we should display image for fetch it.
1910         Compute alt-text earlier to pass it to the fetching function too.
1911         (gnus-html-schedule-image-fetching): Change function argument to only
1912         get one image at a time, not a list.
1913         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1914         cache.
1915         (gnus-html-get-image-data): New function to retrieve image data from
1916         cache.
1917         (gnus-html-put-image): Change buffer argument to use image data rather
1918         than file, and place image above region rather than inserting a new
1919         one. Do not take alt-text as argument, since it's useless now: we place
1920         the image above alt-text.
1921         (gnus-html-prune-cache): Remove.
1922         (gnus-html-show-images): Start to fetch image when we find one, do not
1923         push into a temporary list.
1924         (gnus-html-prefetch-images): Only fetch image if they have expired.
1925         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1926         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1927
1928 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1931
1932 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1935         spec inser "*" if the group isn't active instead of 0.
1936
1937         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1938         opening the server.
1939         (nnimap-request-delete-group): Implement group deletion.
1940         (nnimap-transform-headers): Return the size of the entire message in
1941         the Bytes header, not just the size of the first part.
1942         (nnimap-request-move-article): When moving an article from nnimap,
1943         request the article first so the accepting form has an article to
1944         accept.  Reported by Dan Christensen.
1945         (nnimap-command): Make sure that the error message doesn't error out.
1946
1947 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1948
1949         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1950         we haven't requested anything.
1951
1952 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1955         "".  Fix found by Andrew Cohen.
1956
1957         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1958         instead of -encode-string.
1959
1960 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1963
1964         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1965         by mm-subst-char-in-string.
1966
1967 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1970         waiting for the connection string.
1971
1972         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1973         arriving.
1974
1975         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1976         bogus characters.  This allows selecting certain Gmail groups.
1977
1978         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1979         (nnimap-fetch-partial-articles): New variable.
1980         (nnimap-open-connection): When looking for credentials, also use the
1981         nnimap-server-port.
1982         (nnimap-request-article): Return the group/article number, so that Gnus
1983         `^' works as expected.
1984         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1985         them.
1986
1987         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1988         comments.
1989         (gnus-methods-sloppily-equal): New function.
1990         (gnus): When using the development version of Gnus, load the gnus-load
1991         file.
1992
1993         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1994         `gnus-open-server' on each method before trying to scan them etc.  This
1995         ensures that all the backend parameters are set correctly.
1996
1997         * nnimap.el (nnimap-authenticator): New variable.
1998         (nnimap-open-connection): Allow anonymous login.
1999         (nnimap-transform-headers): The chars header is called Chars not
2000         Bytes.
2001         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2002         drops.
2003
2004         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2005         patch, found by Knut Anders Hatlen.
2006
2007 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2008
2009         * gnus-agent.el (gnus-agent-batch-confirmation)
2010         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2011         to gnus-message.
2012         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2013         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2014         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2015         * gnus-int.el (gnus-open-server): Likewise.
2016         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2017         (gnus-score-check-syntax): Likewise.
2018         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2019         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2020         Likewise.
2021         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2022
2023 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2026         calling conventions so that prefetch doesn't bug out.
2027
2028 2010-09-19  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2031         rather than `subst-char-in-region' in order to be able to replace ASCII
2032         char by UTF-8 ones.
2033
2034         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2035         than curl.
2036         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2037         the right URL and ALT text on images.
2038         (gnus-html-wash-tags): Fix tag case.
2039         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2040         (gnus-article-html): Add -o display_ins_del=2 option.
2041         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2042
2043 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2046         the extra mail headers, which sometimes seem to happen for unknown
2047         reasons.
2048
2049         * mail-parse.el (mail-header-encode-parameter): Define as
2050         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2051         (or most, perhaps?) mail readers don't understand the latter, but do
2052         understand the former.
2053
2054         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2055         to nil, so that no methods are automatically agentized.  I think this
2056         is probably what most users want.
2057
2058         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2059         from url-retrieve, for instance about invalid URLs.
2060
2061         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2062         groups that have no articles.
2063         (nnimap-request-article): Check that we really got an article when we
2064         requested one.
2065
2066         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2067         doesn't exist.
2068
2069         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2070         nntp buffer so the agent can save it.
2071         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2072         that CRLF doesn't get translated to \n.
2073         (nnimap-open-connection): Don't make 'shell commands only send \n.
2074
2075 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2076
2077         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2078         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2079         Update var name.
2080         (nnml-generate-nov-file): Use dolist.
2081         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2082         Use with-current-buffer.
2083
2084 2010-09-18  Julien Danjou  <julien@danjou.info>
2085
2086         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2087         parallel.
2088
2089 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2092         the range update right.
2093         (nnimap-request-group): Don't make `M-g' bug out on group with no
2094         marks.
2095         (nnoo): Required, so that other packages can require nnimap.
2096         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2097         command we're looking for.  This helps when the server sends more
2098         responses after we've gotten everything we expected.
2099         (nnimap): Add a `newlinep' field to keep track of end-of-line
2100         conventions.
2101         Don't send CRLF to things that don't want it.
2102         (nnimap-request-accept-article): Ditto.
2103
2104 2010-09-18  Julien Danjou  <julien@danjou.info>
2105
2106         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2107         than curl to retrieve images.
2108
2109 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2112         the marks.
2113         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2114         (nnimap-wait-for-connection): New function.
2115         (nnimap-open-connection): If we have PREAUTH, don't query for login
2116         credentials.
2117         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2118         when doing a partial update.
2119
2120 2010-09-18  Julien Danjou  <julien@danjou.info>
2121
2122         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2123         tags.
2124
2125 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nnimap.el (nnimap-credentials): New function.
2128         (nnimap-open-connection): Use the new function to look for credentials
2129         also on the numeric equivalents of "imap" and "imaps".
2130
2131         * gnus-start.el (gnus-activate-group): Send the info to
2132         gnus-request-group.
2133
2134         * nnimap.el (nnimap-request-group): Have the "check" version of the
2135         function parse flags and update the info, so that a `M-g' get a total
2136         resync of all flags from the group.
2137
2138         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2139         to allow backends to alter the info on group selection.  Also alter all
2140         the backend -request-group functions to take the parameter.
2141
2142         * nnimap.el (nnimap-store-info): New function.
2143         (nnimap-update-info): Store the info for later usage.
2144         (nnimap-request-group): Use the stored info for the dont-check case, so
2145         that we don't retrieve all marks when we enter a group.
2146
2147         * nnimap.el: Use deffoo instead of defun for interface functions.
2148
2149         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2150         update the group info.  This makes the nndraft groups, for instance, go
2151         back to their old behaviour.
2152
2153         * gnus-sum.el (gnus-select-newsgroup): Indent.
2154
2155         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2156         in.
2157         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2158         nothing.
2159
2160         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2161         from methods that are denied.
2162
2163         * gnus-int.el (gnus-method-denied-p): New function.
2164
2165         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2166         store the password instead of netrc.
2167         (nnimap-open-connection): Don't error out when we can't make a
2168         connections.
2169
2170         * auth-source.el (auth-source-create): In the password prompt, say what
2171         we're querying for.  Also prompt for user name if that hasn't been
2172         given.
2173
2174         * nnimap.el (nnimap-with-process-buffer): Removed.
2175
2176 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2179         method when we're reading from the agent.
2180
2181         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2182
2183         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2184         that's probably most useful for users.
2185
2186         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2187         "failed" all the time.
2188
2189         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2190         ...)) with (with-current-buffer ... ).
2191
2192         * nntp.el (nntp-open-server): Return whether the open was successful or
2193         not.
2194
2195         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2196         select an unread unseen article first.
2197
2198         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2199         /etc/services, supply some sensible port defaults.
2200
2201         * dgnushack.el: Define netrc-credentials.
2202
2203 2010-09-17  Julien Danjou  <julien@danjou.info>
2204
2205         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2206
2207 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2208
2209         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2210         doesn't have any parameters.
2211
2212 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2215         only upcased checks.
2216
2217         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2218
2219         * nnimap.el (nnimap-open-shell-stream): New function.
2220         (nnimap-open-connection): Use it.
2221         (nnimap-transform-headers): Get the number of lines in each message.
2222         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2223         number of lines.
2224         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2225         problem.
2226
2227         * utf7.el (utf7-encode): Autoload.
2228
2229         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2230         to allow the mail splitting to not return a default group.  This is
2231         useful for nnimap, which will leave unmatched mail in the inbox.
2232
2233         * nnimap.el: Rewritten.
2234
2235         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2236         nnimap usage.
2237
2238         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2239         if the move is internal, so that nnimap can do fast internal moves.
2240
2241         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2242         data.
2243         (gnus-read-active-for-groups): Support finishing the early retrieval of
2244         data.
2245
2246         * gnus-range.el (gnus-range-nconcat): New function.
2247
2248         * gnus-int.el (gnus-finish-retrieve-group-infos)
2249         (gnus-retrieve-group-data-early): New functions.
2250
2251 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2252
2253         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2254         (nnrss-retrieve-groups):
2255         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2256         (pop3-quit): Use with-current-buffer.
2257
2258 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2261         instead of nnheader-accept-process-output.
2262
2263         * dgnushack.el (dgnushack-compile): Add comment.
2264
2265         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2266
2267         * gnus-html.el (gnus-html-schedule-image-fetching)
2268         (gnus-html-prefetch-images): Replace process-kill-without-query by
2269         gnus-set-process-query-on-exit-flag.
2270
2271 2010-09-16  Romain Francoise  <romain@orebokech.com>
2272
2273         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2274
2275 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2278         parameter to unintern is mandatory-ish in Emacs 24.
2279
2280         * gnus-html.el (gnus-html-schedule-image-fetching)
2281         (gnus-html-prefetch-images): Check for curl before using it.
2282
2283         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2284         depend on curl, which isn't essential.
2285
2286         * imap.el: Revert back to version
2287         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2288         seem problematic.
2289
2290 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2291
2292         * gnus-registry.el (gnus-registry-install-shortcuts):
2293         Explicitly pass `obarray' to `unintern' to avoid a warning.
2294
2295 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2298         change.
2299
2300         * nnrss.el (nnrss-request-list): Removed this function and related
2301         functions, including the moreover stuff.
2302
2303 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * nnrss.el (nnrss-retrieve-groups): New function.
2306
2307 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2308
2309         * .dir-locals.el: Add no-byte-compile cookie.
2310
2311 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * time-date.el (format-seconds): Comment fix.
2314
2315         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2316         for back end that doesn't support request-scan.
2317
2318 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2321         then do request scans from the backends.
2322
2323         * netrc.el (netrc-credentials): New conveniency function.
2324
2325         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2326         avoid running a hook per line, since this takes a lot of time,
2327         profiling shows.
2328         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2329         directly if gnus-visual-p is true.
2330
2331 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2334         groups; replace mapcar with dolist which is a bit faster; pass groups
2335         info to gnus-read-active-file-1.
2336         (gnus-read-active-file-1): Scan only specified groups if the new
2337         optional arg `infos' is given.
2338
2339 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2342
2343         * pop3.el (pop3-movemail): Removed.
2344         (pop3-streaming-movemail): Renamed to pop3-movemail.
2345
2346         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2347         don't restrict end-tag searches to the end of the line.
2348
2349 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2352         articles of every unchecked group to t, which means unknown since the
2353         server has never been opened.
2354
2355 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-html.el (gnus-html-show-alt-text): New command.
2358         (gnus-html-browse-image): Ditto.
2359         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2360         to browse the image directly.
2361         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2362         better.
2363
2364         * gnus-async.el (gnus-async-article-callback): Call
2365         `gnus-html-prefetch-images' unconditionally.
2366
2367         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2368         before feeding URLs to curl.
2369
2370 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2373         internal images as deletable by `W D D'.
2374
2375         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2376         (gnus-async-article-callback): Fix typo.
2377
2378 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2381         current line to work around bugs in the output from w3m.
2382
2383         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2384         for groups that want that.
2385
2386         * nntp.el (nntp-wait-for-string): Supply a timeout for
2387         accept-process-output to ensure progress.
2388
2389         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2390         level to get unread articles from, then use that for foreign groups,
2391         too.
2392
2393         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2394         confuses the rest of the function.
2395
2396         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2397         for the methods that support -retrieve-groups, too.
2398
2399         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2400
2401 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2404         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2405
2406         * pop3.el: Require cl when compiling.
2407         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2408
2409 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2412         that aren't going to be activated.
2413         (gnus-get-unread-articles): Fix up the last commit.
2414
2415         * gnus-html.el (gnus-article-html): Allow calling without specifying
2416         the handle.  In that case, dissect the buffer first.
2417
2418         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2419
2420         * nnimap.el (nnimap-open-connection): Revert the change that would look
2421         into authinfo for imaps instead of imap.
2422
2423         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2424         say that you don't want to call gnus-request-group with don-check, but
2425         do check the reponse.  This is for virtual groups only.
2426         (gnus-get-unread-articles): Count the archive groups as secondary, so
2427         that they're activated the same way as before.
2428
2429         * imap.el (imap-message-map): Removed optional buffer parameter, since
2430         no callers use it.
2431         (imap-message-get): Ditto.
2432         (imap-message-put): Ditto.
2433         (imap-mailbox-map): Ditto.
2434         (imap-mailbox-put): Ditto.
2435         (imap-mailbox-get): Ditto.
2436         (imap-mailbox-get): Revert last change for this function.
2437
2438         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2439         case-insensitively.
2440         (nnimap-debug): Removed.
2441
2442         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2443         to use `imap-fetch' instead.  According to the comments, this should be
2444         safe, since all other IMAP clients use the 1:* syntax.
2445         (imap-enable-exchange-bug-workaround): Removed.
2446         (imap-debug): Removed -- doesn't seem very useful.
2447
2448         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2449         mail from a file, and the file doesn't exist.
2450
2451         * imap.el (imap-log): New convenience function used throughout instead
2452         of repeating the same code all over the place.
2453
2454         * pop3.el (pop3-streaming-movemail): Return t for success.
2455
2456         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2457         .authinfo if we're using ssl connection.
2458
2459         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2460         already have if we're in a main Gnus `g' run.
2461
2462         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2463
2464 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2467
2468         * nnmh.el (nnmh-request-list-1): Bind `file'.
2469
2470         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2471         alias to set-process-query-on-exit-flag or process-kill-without-query.
2472         (pop3-open-server): Use it.
2473
2474 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2477         box to the Incoming file.  Fixes mistake in previous checkin.
2478
2479         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2480         request loop (for debugging purposes) removed.
2481
2482         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2483         culprit is more visible.
2484         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2485         (nnml-add-incremental-nov): New functions to do "incremental" nov
2486         updates, where we just append to the end of the existing nov files
2487         without reading/writing them in full.
2488
2489         * mail-source.el (mail-source-delete-crash-box): Really only check the
2490         incoming files once in a while.
2491
2492         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2493
2494         * mail-source.el (mail-source-delete-crash-box): Only check the
2495         incoming files for deletion once per day to save a lot of file
2496         accesses.
2497
2498         * pop3.el (pop3-logon): Fix up unbound variable typo.
2499
2500         * mail-source.el (pop3-streaming-movemail): Autoload.
2501
2502         * pop3.el (pop3-streaming-movemail): Respect
2503         pop3-leave-mail-on-server.
2504
2505         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2506         retrieval.
2507
2508         * pop3.el (pop3-process-filter): Removed unused function.
2509         (pop3-streaming-movemail, pop3-send-streaming-command)
2510         (pop3-wait-for-messages, pop3-write-to-file)
2511         (pop3-number-of-responses): New functions for streaming pop3
2512         retrieval.
2513
2514         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2515         come from no known methods.
2516         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2517         list.
2518
2519         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2520         message sizes.
2521         (pop3-movemail): Use erase-buffer instead of looping and deleting
2522         regions, which seems rather odd.
2523
2524         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2525         file once per `g' run.
2526
2527         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2528         directories.  This makes the draft queue directory work.
2529
2530         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2531         data from the backends, so that we only request the list of groups from
2532         each method once.  This should speed things up considerably.
2533
2534         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2535         detect that it's not implemented.
2536
2537         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2538         we actually do recurse down into the tree, but don't stat all leaf
2539         nodes.
2540
2541         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2542         then say so instead of bugging out.
2543
2544         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2545         files exist before trying to read them.
2546
2547         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2548         around <pre_int>.
2549
2550         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2551
2552         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2553
2554 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * mm-util.el (mm-image-load-path): Just return the image directories,
2557         not all directories in the path in addition to the image directories.
2558         (mm-image-load-path): Maintain a cache of the image directories so that
2559         the `g' command in Gnus doesn't have to stat dozens of directories each
2560         time.
2561
2562         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2563         (gnus-html-wash-tags): Add a new `i' command to insert images.
2564         (gnus-html-insert-image): New command and keystroke.
2565         (gnus-html-redisplay-with-images): New command and keystroke.
2566         (gnus-html-show-images): Renamed command.
2567         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2568         spacers.
2569         (gnus-html-wash-tags): Decode entities at the end, so that entities
2570         inside the tags don't mess up the rest of the "parsing".
2571
2572         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2573         so that nnimap methods aren't agentized by default.  There's apparently
2574         many problems related to agent/imap behaviour.
2575
2576         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2577
2578         * gnus-html.el: Doc fix.
2579
2580 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2583         specifier-spec-list for Emacs 21.
2584
2585         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2586         glyph-width and glyph-height instead of display-graphic-p and
2587         image-size; make avoidance of displaying small images work for XEmacs.
2588
2589         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2590         for XEmacs.
2591
2592         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2593         of symbol that holds plist data.
2594         (gnus-process-plist): Remove plist of process after getting it.
2595
2596 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * message.el (message-generate-hashcash): Change default to
2599         'opportunistic if hashcash is installed.
2600
2601         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2602         (gnus-html-put-image): Only call image-size once, since it's somewhat
2603         time-consuming on remote X servers.
2604
2605 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2608         type on data, not a file name.
2609
2610         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2611         window-pixel-edges for Emacs 21.
2612
2613         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2614         decoded contents.
2615         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2616
2617 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2620         group line format, since it isn't very interesting.
2621
2622         * gnus-agent.el (gnus-agent-short-article),
2623         (gnus-agent-long-article): Increase values for these two variables,
2624         since most people are likely to have more network connection and
2625         storage than before.
2626
2627         * gnus.el (gnus-refer-article-method): Change default to 'current.
2628         When referring an article, the common behaviour is to refer it from the
2629         current select method, not the native select method.  The chances of
2630         the native select method having the message in question is rather slim
2631         these days.
2632
2633         * gnus-sum.el (gnus-auto-select-subject): Change default to
2634         `unseen-or-unread'.  I think it's likely that most people want to
2635         select an unseen article over a previously seen, but unread one.
2636
2637         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2638         means that in the article buffer none of the minor mode elements will
2639         be shown, usually, and this is not desirable in most cases.
2640
2641         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2642         that commands like `d' (and the like) go to the next line in the
2643         buffer, instead of the next unread article.  I think this is the
2644         behaviour that is most natural for most users.
2645         (gnus-single-article-buffer): Change default to nil, so that people can
2646         have as many article buffers open as they have summary buffer.  I think
2647         this is the most natural way for the groups to behave.
2648
2649         * message.el (message-generate-new-buffers): Change default to
2650         `unsent', so that all new message buffers start their names with the
2651         string "*unsent", and it's easier to find the buffers if you move from
2652         them.
2653
2654 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2657         small.  They're probably tracking images.
2658         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2659         (gnus-html-rescale-image): Yet another try at getting the image sizing
2660         right.
2661
2662         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2663         nntp-marks-file-name is nil.
2664
2665 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2666
2667         * gnus-html.el (gnus-html-wash-tags)
2668         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2669         Better logging.
2670
2671 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2674
2675         * gnus-html.el (gnus-html-wash-tags): Check the value of
2676         gnus-blocked-images in the summary buffer.
2677
2678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2681
2682 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2685         like "a", it seems like.
2686         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2687         since it needs to be picked from the correct buffer.
2688
2689         * nnwfm.el: Removed.
2690
2691         * nnlistserv.el: Removed.
2692
2693 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2696         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2697
2698 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nnkiboze.el: Removed.
2701
2702         * nndb.el: Removed.
2703
2704         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2705         alt text.
2706         (gnus-html-rescale-image): Try to get the rescaling logic right for
2707         images that are just wide and not tall.
2708
2709         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2710         overshadow variable bindings.
2711
2712 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-html.el (gnus-html-wash-tags)
2715         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2716         extra logging.
2717
2718 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2721         (gnus-max-image-proportion): New variable.
2722         (gnus-html-rescale-image): New function.
2723         (gnus-html-put-image): Rescale images.
2724
2725 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         Fix up some byte-compiler warnings.
2728         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2729         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2730         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2731         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2732         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2733         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2734         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2735
2736 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-html.el (gnus-article-html): Decode contents by charset.
2739
2740 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2743         (gnus-html-frame-width, gnus-blocked-images)
2744         * message.el (message-prune-recipient-rules): Add custom version.
2745         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2746
2747         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2748         functions.
2749
2750         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2751         gnus-process-get.
2752
2753 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2754
2755         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2756         instead of lsub directly.
2757
2758 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * nnwarchive.el: Removed.
2761
2762         * gnus-soup.el: Removed.
2763
2764         * nnsoup.el: Removed.
2765
2766         * nnultimate.el: Removed.
2767
2768         * gnus-html.el (gnus-blocked-images): New variable.
2769
2770         * message.el (message-prune-recipients): New function.
2771         (message-prune-recipient-rules): New variable.
2772
2773         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2774         guess whether a long line is natural text or not.
2775
2776         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2777         gnus-process-plist and friends for compatibility.
2778
2779 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2780
2781         * gnus-html.el: Require packages that define macros used in this file.
2782         (gnus-article-mouse-face): Declare to silence byte-compiler.
2783         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2784         process-get.
2785         (gnus-html-put-image): Use plist-get to avoid getf.
2786         (gnus-html-prefetch-images): Use with-current-buffer.
2787
2788 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-ems.el: Provide compatibility functions for
2791         gnus-set-process-plist.
2792
2793         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2794         header-line-format for XEmacs 21.4.
2795
2796         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2797         * gnus.el (gnus-valid-select-methods)
2798         * message.el (message-send-mail-partially-limit)
2799         * mm-decode.el (mm-text-html-renderer)
2800         * mml.el (mml-insert-mime-headers-always)
2801         * smiley.el (smiley-regexp-alist): Bump custom version.
2802
2803 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-html.el: require mm-url.
2806         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2807         with the url to `url'.
2808         (gnus-html-wash-tags): Support cid: URLs/images.
2809
2810 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2813         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2814         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2815
2816         * gnus-move.el: Removed file, since it doesn't really work.
2817
2818         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2819         UTF-8.  This seems to fix problems with some German web feeds.
2820
2821         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2822         at the top so that the proper colours are applied.
2823
2824         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2825         don't have dots in their names.
2826
2827         * gnus-art.el (gnus-article-view-part): Doc fix.
2828
2829         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2830         XEmacs-compatible.
2831         (gnus-html-put-image): Don't do images on non-graphic displays.
2832
2833         * nnslashdot.el: Removed this unused backend.
2834
2835         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2836         actions.
2837         (gnus-undo-register-1): Revert last change.
2838
2839         * gnus-group.el (gnus-group-completing-read): Protect against not
2840         having completion-styles bound.
2841
2842         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2843         make broken recipients happier.
2844
2845         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2846
2847         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2848         point parameter.
2849
2850         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2851
2852         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2853         completion-styles for group selection.
2854
2855 2009-02-04  Andreas Schwab  <schwab@suse.de>
2856
2857         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2858         headers and regexp-quote the match if necessary.
2859
2860 2009-03-24  Miles Bader  <miles@gnu.org>
2861
2862         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2863         the blinking smiley.
2864
2865 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2866
2867         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2868         blink smiley.
2869
2870 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2873         where the dribbel file lives exists.
2874
2875         * message.el (message-send-mail-partially-limit): Change the default to
2876         nil, since most people don't want this.
2877
2878         * mm-url.el (mm-url-decode-entities): Also decode entities like
2879         &#x3212.
2880
2881 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2882
2883         * gnus-sum.el (gnus-summary-idna-message):
2884         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2885         Hyperlink urls in docstrings with URL `...'.
2886
2887 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2888
2889         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2890         functions.
2891
2892 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2895         say what the mouseover text should be.
2896
2897         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2898         version of the mm-w3m-safe-url-regexp variable to only download images
2899         in the groups where we want that to happen.
2900
2901         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2902
2903         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2904         easier debugging.
2905         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2906         big pictures in the article buffer.
2907
2908         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2909         gnus-article-html.
2910         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2911         w3m.
2912
2913         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2914
2915 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2918         which doesn't exist.
2919
2920         * message.el (message-inhibit-ecomplete): New variable to allow some
2921         function to inhibit ecomplete address storage.
2922         (message-resend): Disable ecomplete message storage when resending
2923         messages.
2924
2925         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2926
2927 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2930         Save excursion while copying, moving, and deleting articles in order to
2931         prevent the cursor from jumping to unforeseen place.
2932
2933 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * lpath.el: No need to bind bookmark-current-buffer,
2936         bookmark-yank-point and bookmark-make-record-function.
2937
2938 2010-08-17  Glenn Morris  <rgm@gnu.org>
2939
2940         * gnus-sync.el: Require gnus components whose functions are used.
2941
2942         * gnus-art.el (bookmark-make-record-function):
2943         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2944         Declare for compiler.
2945
2946         * mm-url.el (mml-compute-boundary): Autoload.
2947
2948 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2951
2952 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2953
2954         Typo fix "hoo4a" -> "hook".
2955
2956         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2957
2958 2010-08-14  Glenn Morris  <rgm@gnu.org>
2959
2960         * gnus-sync.el (gnus-sync): Fix defgroup version.
2961
2962 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2965
2966         * gnus-sync.el: Fix docs.
2967         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2968         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2969
2970 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2971
2972         Optimizations for gnus-sync.el.
2973
2974         * gnus-sync.el: Add docs about gnus-sync-backend
2975         possibilities.
2976         (gnus-sync-save): Remove unnecessary message.
2977         (gnus-sync-read): Optimize and show what groups were skipped.
2978
2979 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         Minor bug fixes for gnus-sync.el.
2982
2983         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2984         read the sync on get-new-news.
2985
2986         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2987         quiet.
2988
2989         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2990
2991 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2992
2993         Make saving and restoring of hidden threads work with overlays.
2994         Patch applied by Ted Zlatanov.
2995
2996         * gnus-sum.el (gnus-hidden-threads-configuration)
2997         (gnus-restore-hidden-threads-configuration): Update to deal with text
2998         properties, rather than searching for a magic character.
2999
3000 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3001
3002         New gnus-sync.el library for synchronization of marks.
3003
3004         * gnus-sync.el: New library for synchronization of marks.
3005
3006         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3007         renamed from `gnus-registry-grep-in-list'.
3008
3009         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3010
3011         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3012
3013 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3016         determining charset of text fails.
3017
3018 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * nnmail.el (nnmail-get-new-mail-1): Revert.
3021
3022         * nnml.el (nnml-active-number): Make sure names of newly created groups
3023         in nnml-group-alist are encoded.
3024
3025 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3028         containing non-ASCII characters in active file for nnml back end.
3029
3030 2010-07-24  David Engster  <dengste@eml.cc>
3031
3032         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3033         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3034
3035 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3036
3037         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3038         tag (Bug#6654).
3039
3040 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3043         the article buffer, not the summary buffer.
3044
3045 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3048         Emacs 23 as well.
3049
3050 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3053         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3054
3055 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3056
3057         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3058         Patch applied by Karl Fogel.
3059
3060         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3061         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3062
3063 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3064
3065         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3066         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3067         C-w still not working correctly from Article buffers; Thierry's
3068         patch to fix that will be applied after this.
3069
3070         * gnus-art.el (bookmark-make-record-function): New local variable.
3071
3072         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3073         article buffer.
3074         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3075
3076 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3077
3078         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3079         on changes in bookmark.el.
3080
3081 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3084         `no-log' instead of message not to log prompt string.
3085
3086 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3087
3088         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3089         the *other* type of HTML form submission.
3090
3091 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3092
3093         * auth-source.el (auth-source-pick): If choice does not contain a
3094         questioned keyword, set the check to t.
3095
3096 2010-06-12  Romain Francoise  <romain@orebokech.com>
3097
3098         * gnus-util.el (gnus-date-get-time): Move up before first use.
3099
3100 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3103         (gnus-article-edit-part): Bind it to make last part that is substituted
3104         or deleted visible.
3105         (gnus-mime-display-single): Buttonize part of which id equals to
3106         gnus-mime-buttonized-part-id.
3107
3108 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3109
3110         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3111         (gnus-dd-mmm): Use gnus-date-get-time.
3112         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3113         simplify logic.
3114         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3115         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3116
3117 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3118
3119         * auth-source.el (top): Autoload `secrets-list-collections',
3120         `secrets-create-item', `secrets-delete-item'.
3121         (auth-sources): Fix tag string.
3122         (auth-get-source, auth-source-retrieve, auth-source-create)
3123         (auth-source-delete): New defuns.
3124         (auth-source-pick): Rewrite in order to avoid 2 passes.
3125         (auth-source-forget-user-or-password): New parameter USERNAME.
3126         (auth-source-user-or-password): New parameters CREATE-MISSING and
3127         DELETE-EXISTING.  Retrieve password interactively, if needed.
3128
3129 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3130
3131         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3132         deleting unused directories when gnus-expert-user is t.
3133
3134 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3137         for each temp file when gnus-article-browse-delete-temp is ask.
3138
3139 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3140
3141         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3142         Lisp calls to delete-backward-char by calls to delete-char.
3143
3144 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3145
3146         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3147
3148 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3149
3150         * password-cache.el (password-cache-remove): Fix docstring.
3151
3152 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3155         article unless decoding article to be saved.
3156
3157 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3160         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3161         generated within the mm-with-unibyte-current-buffer macro.
3162
3163 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3166         to nil when we're in a mml-preview buffer and no group is selected.
3167
3168 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3169
3170         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3171         when catching the `C-g'.  Reported by "Leo".
3172
3173 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * message.el (message-forward-make-body-plain)
3176         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3177         multibyte-string-p.
3178
3179         * lpath.el: Revert.
3180
3181 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * message.el (message-forward-make-body-mml): Assume original message
3184         is multibyte string; error on unibyte.
3185         (message-forward-make-body-plain): Ditto; don't add excessive newline
3186         in body end.
3187
3188         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3189
3190 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3191
3192         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3193         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3194
3195 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * mm-extern.el (mm-extern-url): Don't use
3198         mm-with-unibyte-current-buffer.
3199         (mm-extern-cache-contents): Use with-current-buffer instead of
3200         save-excursion + set-buffer.
3201
3202 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * mm-util.el (mm-emacs-mule): Remove.
3205
3206 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3207
3208         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3209         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3210         change.
3211
3212 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3215         bind the default value of enable-multibyte-characters to nil.
3216
3217 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * message.el (message-forward-make-body-plain)
3220         (message-forward-make-body-mml):
3221         Don't use mm-with-unibyte-current-buffer.
3222
3223 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3224
3225         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3226
3227 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3228
3229         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3230         (Bug#5592).
3231
3232 2010-05-07  Julien Danjou  <julien@danjou.info>
3233
3234         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3235         it to mm-pipe-part.
3236
3237         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3238         it is given.
3239
3240 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * binhex.el (binhex-decode-region-internal)
3243         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3244         (dns-query)
3245         * nnweb.el (nnweb-gmane-search)
3246         * pgg-parse.el (pgg-parse-armor)
3247         * pgg.el (pgg-verify-region)
3248         * sha1.el (sha1-string-external)
3249         * uudecode.el (uudecode-decode-region-internal)
3250         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3251         XEmacs.
3252
3253         * gnus-art.el (gnus-article-browse-html-parts)
3254         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3255         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3256         make-temp-file.
3257
3258         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3259         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3260         compiling.
3261
3262         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3263         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3264         XEmacs when compiling.
3265
3266         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3267         gnus-pick-mode-off-hook for XEmacs when compiling.
3268         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3269         gnus-binary-mode-off-hook for XEmacs when compiling.
3270
3271         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3272         nil if char-charset is not available.
3273
3274         * imap.el (imap-disable-multibyte)
3275         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3276         macros.
3277
3278         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3279         instead of encode-coding-string.
3280
3281         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3282         'xemacs) instead of mm-emacs-mule to switch function definitions.
3283         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3284
3285         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3286         bind temporary-file-directory for XEmacs;
3287         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3288         timer-set-function for XEmacs 21.4 and SXEmacs;
3289         bind timer-list for XEmacs 21.4 and SXEmacs;
3290         fbind char-charset and find-charset-region for non-Mule XEmacs;
3291         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3292         encode-coding-region and encode-coding-string for XEmacs having no
3293         file-coding feature.
3294
3295 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3296
3297         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3298
3299 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3302         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3303
3304 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3305
3306         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3307         alias `jka-compr-delete-temp-file' no longer exists.
3308
3309 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3310
3311         Use define-minor-mode in Gnus where applicable.
3312         * mml.el (mml-mode): Use define-minor-mode.
3313         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3314         (gnus-undo-mode): Use define-minor-mode.
3315         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3316         (gnus-dead-summary-mode): Use define-minor-mode.
3317         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3318         Initialize in declaration.
3319         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3320         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3321         (gnus-mailing-list-mode): Use define-minor-mode.
3322         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3323         (gnus-draft-mode): Use define-minor-mode.
3324         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3325         (gnus-dired-mode): Use define-minor-mode.
3326
3327 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3328
3329         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3330         handles on recursive mml-to-mime translation and check them for
3331         boundary delimiter collisions.  Reported by Greg Troxel.
3332
3333 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3336
3337 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3338
3339         * mm-util.el (mm-find-buffer-file-coding-system):
3340         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3341
3342 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3343
3344         * message.el (message-generate-headers): Record insertion of optional
3345         headers as well.  Otherwise the check to prevent repeated insertion of
3346         optional headers is a no-op.
3347
3348 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * smime.el: Don't mention CVS.
3351
3352         * nnrss.el (nnrss-fetch): Don't mention CVS.
3353
3354         * nnir.el: Don't mention CVS.
3355
3356 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3357
3358         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3359
3360 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * lpath.el: Fbind bookmark-default-handler,
3363         bookmark-get-bookmark-record, bookmark-make-record-default,
3364         bookmark-prop-get for Emacs <23 and XEmacs.
3365
3366 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3369         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3370         Use with-current-buffer to silence the byte-compiler.
3371         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3372         bother to require `gnus'.
3373         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3374
3375 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3376
3377         * gnus-sum.el (gnus-summary-bookmark-make-record)
3378         (gnus-summary-bookmark-jump): New functions.
3379         (gnus-summary-mode): Setup bookmark support.
3380
3381 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3382
3383         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3384         if set.
3385
3386 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3389         gnus-article-browse-html-save-cid-image; make it work recursively for
3390         forwarded messages as well.
3391         (gnus-article-browse-html-parts): Work when prefix arg is given.
3392         (gnus-article-browse-html-article): Doc fix.
3393
3394 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3395
3396         * message.el (message-default-mail-headers):
3397         (message-default-headers): Carry the value mail-default-headers over
3398         into message-default-mail-headers, rather than message-default-headers.
3399
3400 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3401
3402         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3403         charset.
3404
3405         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3406         charset into the <meta> tag when the article is encoded to utf-8.
3407
3408 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3411         directories as well.
3412         (gnus-article-browse-html-parts): Work for images that do not specify
3413         file names; delete temp directory when quitting; insert header at the
3414         right place; use file: scheme for image files.
3415
3416 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3417
3418         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3419         (gnus-article-browse-html-parts): Use it to make temporary cid image
3420         files in addition to html file so that browser may display them.
3421
3422 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3425
3426 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3427
3428         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3429
3430 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3433         about Secret Service API sources.  Improve Customize options.
3434         (auth-source-pick): Change to accept any number of search parameters.
3435         Implement fallbacks iteratively, not recursively.  Add scoring on the
3436         second pass and sort by score.  Call Secret Service API when needed.
3437         (auth-source-user-or-password): Use it.  Call Secret Service API
3438         directly when needed to get the user name and the password.
3439
3440 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3441
3442         * message.el (message-interactive): Doc fix.
3443         (message-qmail-inject-args): Reflow.
3444         (message-kill-to-signature): Fix typo in docstring.
3445
3446         * smiley.el (smiley-buffer): Fix typo in docstring.
3447
3448 2010-03-24  Glenn Morris  <rgm@gnu.org>
3449
3450         * mail-source.el (gnus-message): Declare.
3451         (mail-source-delete-old-incoming): Require gnus-util.
3452
3453 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3456
3457         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3458
3459         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3460         password-cache's default if it is not bound.
3461         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3462         password-cache-expiry's default if it is not bound.
3463
3464         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3465         available in Emacs 21.
3466
3467         * lpath.el: Suppress compiler warnings for:
3468         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3469         XEmacs;
3470         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3471         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3472         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3473
3474 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * auth-source.el (auth-sources): Fix up definition so extra parameters
3477         are always inline.
3478
3479 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3480
3481         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3482         wasn't updated after mismatch.  Clear cached mailbox info correctly
3483         when uidvalidity changes.
3484         (nnimap-group-prefixed-name): New function to avoid some code
3485         duplication.
3486         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3487         (nnimap-request-group): Use it.
3488         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3489         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3490         with many imap folders.  This is done by caching the group status from
3491         the imap server persistently in a group parameter `imap-status'.  (This
3492         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3493         but not persistently, so every Gnus startup was still very slow.)
3494
3495 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3498         delete the extra newline.  Otherwise editing of :string and :number
3499         types don't work.
3500
3501 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3504         secrets.el dependency.
3505         (auth-sources): Add optional user name.  Add secrets.el configuration
3506         choice (unused right now).
3507
3508 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3511         `gnus-registry-install-shortcuts' fill in the functions.
3512
3513         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3514         warnings.
3515         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3516         (gnus-registry-install-shortcuts): Populate and use it in a
3517         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3518
3519 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3520
3521         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3522         In-place substitutions for the group name encoding/decoding.
3523         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3524         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3525         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3526         (nnimap-update-unseen, nnimap-request-list)
3527         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3528         (nnimap-request-set-mark, nnimap-split-to-groups)
3529         (nnimap-split-articles, nnimap-request-newgroups)
3530         (nnimap-request-create-group, nnimap-request-accept-article)
3531         (nnimap-request-delete-group, nnimap-request-rename-group)
3532         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3533         `encoded-mbx' for consistency.
3534         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3535         variable `imap-current-mailbox'.
3536
3537         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3538         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3539
3540 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3541
3542         * pop3.el (pop3-display-message-size-flag): Display message size byte
3543         counts during POP3 download.
3544         (pop3-movemail): Use it.
3545         (pop3-list): Implement listing of available messages.
3546
3547 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3548
3549         * nnir.el (nnir-get-article-nov-override-function): New function to
3550         override the normal NOV retrieval.
3551         (nnir-retrieve-headers): Use it.
3552
3553 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3554
3555         * auth-source.el (netrc-machine-user-or-password): Autoload.
3556
3557 2010-03-19  Glenn Morris  <rgm@gnu.org>
3558
3559         Stop message.el from loading about 40 libraries it doesn't always need.
3560         The general approach is to autoload rather than require, and to
3561         require in the specific functions rather than the file.  (Bug#5642)
3562
3563         * gmm-utils.el: Don't require wid-edit.
3564         (widget-create-child-value, widget-convert, widget-default-get):
3565         Autoload.
3566
3567         * gnus-util.el: Don't require time-date, netrc.
3568         (message-fetch-field, gnus-group-name-decode): Declare rather than
3569         autoloading.
3570         (gnus-fetch-field): Require message.
3571         (gnus-decode-newsgroups): Require gnus-group.
3572
3573         * ietf-drums.el: Don't require time-date.
3574
3575         * message.el: Don't require hashcash, canlock, ecomplete.
3576         Do require mail-utils.  Require nnheader only when compiling.
3577         (smtpmail-default-smtp-server): Remove declaration.
3578         (message-send-mail-function): Check smtpmail-default-smtp-server
3579         is bound rather than requiring smtpmail.
3580         (message-auto-save-directory, message-insert-signature): Use
3581         expand-file-name rather than nnheader-concat.
3582         (nnheader-insert-file-contents): Autoload.
3583         (hashcash-wait-async): Declare.
3584         (message-send-mail): Only call gnus-setup-posting-charset if
3585         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3586         (message-send-mail-with-sendmail): Require sendmail.
3587         (canlock-password, canlock-password-for-verify): Declare.
3588         (message-canlock-password): Require canlock.
3589         (nnheader-get-report): Autoload.
3590         (gnus-setup-posting-charset): Declare.
3591         (message-send-news): Require gnus-msg.
3592         (message-make-references, message-make-in-reply-to): Use mail-header-id
3593         rather than the alias mail-header-message-id.
3594         (ecomplete-add-item, ecomplete-save): Declare.
3595         (message-put-addresses-in-ecomplete): Require ecomplete.
3596         (ecomplete-display-matches): Autoload.
3597
3598         * mm-decode.el: Don't require mailcap, gnus-util.
3599         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3600         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3601         Autoload.
3602         (mailcap-mime-extensions): Declare.
3603
3604         * mm-encode.el: Don't require mailcap.
3605         (mailcap-extension-to-mime): Autoload.
3606
3607         * mml-sec.el: Don't require password-cache.
3608
3609         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3610         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3611         (mml-minibuffer-read-type): Require mailcap.
3612         (mml-preview): Require gnus-msg.
3613
3614         * mml1991.el: Require password-cache.
3615         (password-cache-expiry): Remove declaration.
3616
3617         * mml2015.el: Require password-cache.
3618         (password-cache-expiry): Remove declaration.
3619
3620         * nneething.el (mailcap): Require mailcap.
3621
3622         * nnheader.el (declare-function): Add compatibility stub.
3623         (message-remove-header): Declare rather than autoload.
3624         (nnheader-replace-header): Require message.
3625
3626         * nnimap.el (declare-function): Add compatibility stub.
3627         (netrc-parse, netrc-machine-user-or-password): Declare.
3628         (nnimap-open-connection): Require netrc.
3629
3630         * nntp.el (declare-function): Add compatibility stub.
3631         (netrc-parse, netrc-machine, netrc-get): Declare.
3632         (nntp-send-authinfo): Require netrc.
3633
3634         * rfc2047.el: Don't require qp.
3635         (quoted-printable-encode-region, quoted-printable-decode-string):
3636         Autoload.
3637
3638         * sieve-mode.el: Don't require easymenu.
3639         (easy-menu-add-item): Autoload it.
3640
3641         * spam-stat.el (time-to-number-of-days): Autoload it.
3642
3643 2010-03-19  Glenn Morris  <rgm@gnu.org>
3644
3645         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3646
3647 2010-03-18  Glenn Morris  <rgm@gnu.org>
3648
3649         * hashcash.el (declare-function): Remove duplicate definition.
3650
3651 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3652
3653         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3654         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3655         value if any backslash escapes).
3656
3657 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3660         if it is available.  (bug#5647)
3661
3662         * lpath.el: Suppress compiler warning for coding-system-from-name for
3663         Emacs 21 and XEmacs.
3664
3665 2010-03-14  Juri Linkov  <juri@jurta.org>
3666
3667         * hmac-def.el:
3668         * hmac-md5.el:
3669         * netrc.el: Fix keywords.
3670
3671 2010-02-26  Glenn Morris  <rgm@gnu.org>
3672
3673         * message.el (message-send-mail-function): Change the default, so that
3674         it inherits from a customized send-mail-function.  (Bug#5643)
3675
3676 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3677
3678         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3679         shell-command-to-string signals an error (bug#5299).
3680
3681 2010-02-24  Glenn Morris  <rgm@gnu.org>
3682
3683         * message.el (message-smtpmail-send-it)
3684         (message-send-mail-with-mailclient): Doc fixes.
3685
3686 2010-02-16  Glenn Morris  <rgm@gnu.org>
3687
3688         * message.el (message-default-mail-headers): Change the default value
3689         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3690
3691 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3694         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3695
3696 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3697
3698         * time-date.el (date-to-time): Doc fix (Bug#5408).
3699
3700 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3701
3702         * message.el (message-mail): Just pass yank-action on to message-setup.
3703         (message-setup): Handle (FUN . ARGS) form of yank-action.
3704         (message-with-reply-buffer, message-widen-reply)
3705         (message-yank-original): Handle non-buffer values of
3706         message-reply-buffer (Bug#4080).
3707         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3708
3709 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3710
3711         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3712         Fix typo in docstring.
3713
3714 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3715
3716         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3717         response.
3718
3719 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3722
3723         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3724
3725         * message.el (message-check-news-header-syntax): Protect against a
3726         string that `rfc822-addresses' returns when parsing fails.
3727
3728 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3731         (gnus-previous-char-property-change): New functions.
3732
3733         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3734
3735 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3736
3737         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3738         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3739
3740 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3741
3742         * message.el (message-exchange-point-and-mark): Rework last change to
3743         avoid using optional arg of exchange-point-and-mark, for backward
3744         compatibility.
3745
3746 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3747
3748         * message.el (message-exchange-point-and-mark): Call
3749         exchange-point-and-mark with an argument rather than setting
3750         mark-active by hand (Bug#5175).
3751
3752 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * nntp.el (nntp-service-to-port): Work for service expressed with
3755         numeric string; replace [:digit:] with [0-9] for XEmacs.
3756
3757 2009-12-17  Glenn Morris  <rgm@gnu.org>
3758
3759         * gnus-group.el (gnus-bug-group-download-format-alist):
3760         Change emacs entry to debbugs.gnu.org.  Bump :version.
3761
3762 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3765
3766 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * message.el (message-info): Explain why we use `Info-goto-node'.
3769
3770 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3773
3774 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3775
3776         * message.el (message-completion-in-region): New compatibility function.
3777         (message-expand-group): Use it.
3778
3779 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3782         with no unread article should be listed if the 2nd arg `predicate' is
3783         given.
3784
3785 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3788
3789 2009-11-29  Juri Linkov  <juri@jurta.org>
3790
3791         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3792         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3793         on `gnus-recenter'. (Bug#4698, Bug#4981)
3794
3795 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3796
3797         * sha1.el (sha1-string-external): default-directory "/" in case
3798         otherwise non-existent.  process-connection-type pipe for touch of
3799         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3800
3801 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3802
3803         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3804         it's comms related and sgml-mode.el has "comm" on that basis too.
3805
3806 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3809         containing tspecial characters if they have been already quoted.
3810
3811 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3812
3813         * dns-mode.el (auto-mode-alist): Purecopy string.
3814
3815 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3816
3817         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3818
3819 2009-10-24  Glenn Morris  <rgm@gnu.org>
3820
3821         * gnus-art.el (help-xref-stack-item): Define for compiler.
3822
3823 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3824
3825         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3826
3827 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3830
3831 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3834         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3835
3836 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3839         (gnus-overlays-in): New alias to overlays-in.
3840
3841         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3842         gnus-overlay-get, and gnus-delete-overlay.
3843         (gnus-summary-show-thread): Make it work as well for systems in which
3844         next-single-char-property-change is not available.
3845         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3846
3847         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3848         (gnus-overlay-get): New alias to extent-property.
3849         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3850
3851         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3852         SXEmacs.
3853
3854         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3855         SXEmacs.
3856
3857 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3860
3861 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3862
3863         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3864         and XEmacs that don't have `remove-overlays'.
3865
3866 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3869         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3870         selective display.  Use overlays instead.
3871
3872 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3873
3874         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3875
3876 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3877
3878         * spam-stat.el (spam-stat-load): Fix typo in message.
3879
3880 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3881
3882         * dig.el (dig-invoke): Fix typo in docstring.
3883         (query-dig): Reflow docstring.
3884
3885 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3886
3887         * gnus-art.el (gnus-article-encrypt-body):
3888         * message.el (message-check-recipients):
3889         * mm-util.el (mm-codepage-setup):
3890         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3891         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3892
3893 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3894
3895         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3896         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3897         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3898         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3899         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3900
3901 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3902
3903         * dig.el: Add "Keywords: comm", as per net-utils.el.
3904
3905 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3906
3907         * dig.el (dig-mode): Use define-derived-mode.
3908
3909 2009-09-19  Glenn Morris  <rgm@gnu.org>
3910
3911         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3912
3913 2009-09-18  Glenn Morris  <rgm@gnu.org>
3914
3915         * gnus-diary.el (gnus-diary-check-message):
3916         * message.el (message-insert-formatted-citation-line):
3917         * nnbabyl.el (top-level):
3918         * nndiary.el (nndiary-schedule):
3919         Fix typos in condition-case handlers.
3920
3921 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3924         configuration that provides the sole article window in a frame;
3925         position point correctly after deleting a part.
3926
3927 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3928
3929         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3930         (spam-resolve-registrations-routine): Use it to unregister articles
3931         that change status.
3932
3933 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3936         with XEmacs.
3937         (parse-time-string-chars): Use it.
3938
3939 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * imap.el (imap-interactive-login): Better messages.
3942         (imap-open): Fix bug with renamed buffer on reconnect.
3943         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3944         for easier debugging and cleaner code.  On successful (guessed based on
3945         server capabilities) secondary authentication, set imap-state
3946         correctly.
3947         (imap-last-authenticator): Define imap-last-authenticator as a variable
3948         to avoid warnings.
3949
3950 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * nnrss.el (nnrss-request-article): Remove binding of
3953         default-enable-multibyte-characters that has gotten needless by
3954         the 2007-07-13 change in rfc2047-encode-message-header.
3955
3956         * mml.el (mml-insert-multipart): Error on the message header.
3957         (mml-insert-part): Error on the message header; position point at
3958         the end of a MIME tag.
3959
3960 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * time-date.el (autoload): Expand define-obsolete-function-alias into
3963         defalias and make-obsolete for old Emacsen that Gnus supports.
3964         (with-no-warnings): Define it for old Emacsen.
3965         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3966         is available.
3967         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3968         float-time is available; suppress compile warning for time-to-seconds.
3969
3970         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3971         (gnus-float-time): Alias to float-time if it exists.
3972
3973         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3974         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3975         float-time is available; suppress compile warning for time-to-seconds.
3976
3977         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3978         XEmacs.
3979
3980 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * imap.el (imap-message-map): Docstring fix.
3983
3984 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3987         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3988         Add the optional argument `encoding' that overrides the default.
3989
3990         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3991         mm-encode-buffer.
3992
3993 2009-09-04  Glenn Morris  <rgm@gnu.org>
3994
3995         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3996         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3997         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3998         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3999         * mm-util.el (mm-with-unibyte-current-buffer)
4000         (mm-find-buffer-file-coding-system):
4001         * yenc.el (yenc-decode-region): Use default-value rather than
4002         default-enable-multibyte-characters.
4003
4004 2009-09-03  Glenn Morris  <rgm@gnu.org>
4005
4006         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4007         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4008         than default-enable-multibyte-characters.
4009
4010 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4011
4012         * gnus-art.el (gnus-article-read-summary-keys):
4013         Fix gnus-buffer-configuration's value temporarily used.
4014
4015 2009-09-02  Glenn Morris  <rgm@gnu.org>
4016
4017         * gnus-util.el (gnus-float-time): New function.
4018         * gnus-delay.el (gnus-delay-article):
4019         * gnus-sum.el (gnus-thread-latest-date):
4020         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4021         * nnspool.el (nnspool-request-newgroups):
4022         Use gnus-float-time rather than time-to-seconds.
4023         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4024
4025         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4026         (gnus-header-subject-face, gnus-header-newsgroups-face)
4027         (gnus-header-name-face, gnus-header-content-face):
4028         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4029         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4030         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4031         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4032         (gnus-cite-face-11):
4033         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4034         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4035         (gnus-server-closed-face, gnus-server-denied-face)
4036         (gnus-server-offline-face):
4037         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4038         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4039         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4040         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4041         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4042         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4043         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4044         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4045         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4046         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4047         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4048         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4049         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4050         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4051         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4052         (gnus-summary-high-undownloaded-face)
4053         (gnus-summary-low-undownloaded-face)
4054         (gnus-summary-normal-undownloaded-face)
4055         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4056         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4057         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4058         (gnus-splash-face):
4059         * message.el (message-header-to-face, message-header-cc-face)
4060         (message-header-subject-face, message-header-newsgroups-face)
4061         (message-header-other-face, message-header-name-face)
4062         (message-header-xheader-face, message-separator-face)
4063         (message-cited-text-face, message-mml-face):
4064         * sieve-mode.el (sieve-control-commands-face)
4065         (sieve-action-commands-face, sieve-test-commands-face)
4066         (sieve-tagged-arguments-face):
4067         * spam.el (spam-face):
4068         Mark face aliases with "-face" in the name as obsolete.
4069
4070 2009-09-01  Glenn Morris  <rgm@gnu.org>
4071
4072         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4073         than goto-line.
4074
4075 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4078         Don't move point if the command is invoked inside the message header.
4079
4080 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4081
4082         * imap.el (imap-send-command): Simplify.
4083         (imap-wait-for-tag): point-max -> buffer-size.
4084
4085 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4086
4087         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4088         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4089         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4090         * nnir.el (nnir-swish-e-index-file):
4091         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4092         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4093         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4094         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4095         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4096         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4097
4098 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4101         Don't save excursion.
4102
4103 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4104
4105         * nnheader.el (nnheader-find-file-noselect):
4106         * mm-util.el (mm-insert-file-contents):
4107         Use (default-value 'major-mode) instead of default-major-mode.
4108
4109 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4112
4113 2009-08-26  Glenn Morris  <rgm@gnu.org>
4114
4115         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4116         than placing in files.el.
4117
4118 2009-08-25  Glenn Morris  <rgm@gnu.org>
4119
4120         * nnir.el (top-level): Don't require cl at run-time.
4121         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4122         Replace cl-function substitute with gnus-replace-in-string.
4123         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4124         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4125         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4126         simplified expansions.
4127
4128 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4129
4130         * dig.el (dig): Add autoload cookie.
4131
4132 2009-08-22  Glenn Morris  <rgm@gnu.org>
4133
4134         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4135         goto-line.
4136
4137 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4138
4139         * parse-time.el (parse-time-string-chars): Save match data.
4140
4141 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4142
4143         * parse-time.el (parse-time-string-chars): Compute using character
4144         classes, to handle non-ascii characters (Bug#3190).
4145
4146 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4149
4150         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4151         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4152         (gnus-mm-display-part, gnus-mime-display-single)
4153         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4154         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4155
4156         * gnus-sum.el
4157         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4158         (gnus-summary-move-article): Add expirable mark to articles copied or
4159         moved to group that has auto-expire turned on if the option is non-nil.
4160
4161 2009-07-24  Glenn Morris  <rgm@gnu.org>
4162
4163         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4164         Fix typo.  (Bug#3903)
4165
4166 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4169         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4170         that should not be used for draft articles.
4171         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4172         that has no concern in minor mode keys.
4173         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4174         Abolish.
4175
4176 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4179         article without making inquiry to a user for unknown encoding.
4180
4181         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4182         (nnmaildir--scan): Assume i-node and device number that file-attributes
4183         returns might be cons-cell.
4184
4185         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4186
4187         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4188
4189 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * auth-source.el: Remove docs now in auth.texi.  Don't use
4192         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4193         `auth-source-hide-passwords' and use them.
4194
4195 2009-07-15  Glenn Morris  <rgm@gnu.org>
4196
4197         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4198
4199 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4202         excessive whitespace from the default values of title and description.
4203
4204 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4207         mail-fetch-field to fetch Content-Description header in order to
4208         exclude newlines.
4209
4210 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4211
4212         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4213         format used by GnuPG 2.0.11.
4214
4215 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4218         to deleted part.
4219
4220 2009-05-30  David Engster  <dengste@eml.cc>
4221
4222         * nnmairix.el: Remove old documentation in the commentary block.
4223         (nnmairix-request-group): Do not update active file for nnml back ends.
4224         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4225         end so that overview files are ignored.
4226         (nnmairix-update-groups): Make updating the groups more robust by using
4227         marks.
4228         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4229         with dollar characters in message-id.
4230
4231 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4234         2008-12-25 in dns.el.
4235
4236 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4237
4238         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4239         could happen if the text is only composed of spaces and/or tabs.
4240
4241 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4242
4243         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4244         when sending a queued message to avoid extra mml tags.
4245
4246 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4249
4250 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4253         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4254         rmail-toggle-header for XEmacs;
4255         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4256
4257 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * gnus-dired.el: Remove autoload for gnus-setup-message.
4260         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4261         displaying Gnus logo; always use compose-mail.
4262
4263 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4266
4267 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4270         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4271         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4272         available.
4273         (gnus-nocem-epg-verify): New function.
4274
4275 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4278
4279 2009-02-15  Glenn Morris  <rgm@gnu.org>
4280
4281         * gnus-util.el (rmail-insert-rmail-file-header)
4282         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4283         autoloads.
4284         (rmail-default-rmail-file): Remove unnecessary declaration.
4285         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4286
4287 2009-02-14  Glenn Morris  <rgm@gnu.org>
4288
4289         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4290         variable (only used in gnus-util, which declares it anyway).
4291         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4292         which was only needed by gnus-art (changed to not use it any more).
4293         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4294         only used in gnus-util, which autoloads it itself.
4295         (rmail-update-summary): Fix autoload.
4296
4297         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4298         rather than rmail-output-to-rmail-file.
4299
4300 2009-02-07  Glenn Morris  <rgm@gnu.org>
4301
4302         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4303         autoload of function that no longer exists.
4304         (rmail-toggle-header): Declare.
4305         (message-forward-rmail-make-body): Handle mbox Rmail.
4306
4307 2009-01-31  Glenn Morris  <rgm@gnu.org>
4308
4309         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4310         2009-01-09 change.
4311
4312 2009-01-31  Dave Love  <fx@gnu.org>
4313
4314         * imap.el (imap-fetch-safe): Bind debug-on-error.
4315         (imap-debug): Add imap-fetch-safe.
4316
4317 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4320         (auth-source-forget-all-cached): New convenience function.
4321         (auth-source-user-or-password): Accept list of modes or a single mode.
4322
4323         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4324         auth-source modes.
4325
4326         * netrc.el (netrc-machine-user-or-password): Use list of
4327         auth-source modes.
4328
4329         * nnimap.el (nnimap-open-connection): Use list of
4330         auth-source modes.
4331
4332         * nntp.el (nntp-send-authinfo): Use list of
4333         auth-source modes.
4334
4335 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4338         now.
4339
4340 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4343         coding system in XEmacs; add a workaround for XEmacs.
4344
4345         * lpath.el: Fbind coding-system-aliasee.
4346
4347 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4350         of current-language-environment.
4351
4352 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4355         available at runtime.
4356
4357 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4360
4361 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4362
4363         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4364         the greatest positive fixnum value doesn't work under an XEmacs with
4365         bignum support; use the most-positive-fixnum constant instead,
4366         available since Emacs 21.1 with cl and XEmacs 21.1.
4367
4368 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4371         XEmacs gets not to work.
4372
4373 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * mm-util.el (mm-coding-system-priorities): Allow the value like
4376         "Japanese (UTF-8)" of current-language-environment.
4377
4378 2009-01-09  Glenn Morris  <rgm@gnu.org>
4379
4380         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4381         with last-command-event.
4382
4383 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4386         in the doc string.
4387
4388         * message.el (message-fix-before-sending): Amend comment.
4389
4390 2009-01-08  Dave Love  <fx@gnu.org>
4391
4392         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4393
4394 2009-01-07  David Engster  <dengste@eml.cc>
4395
4396         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4397         simplified server definitions by converting it via
4398         gnus-server-to-method.
4399
4400 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4403         parameter's operands.
4404
4405 2009-01-06  David Engster  <dengste@eml.cc>
4406
4407         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4408         primary select method (for gnus-group-mark-article-as-read).
4409
4410 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4411
4412         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4413         `(gnus)Face', not `(gnus)X-Face'.
4414
4415 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * mm-util.el (mm-ucs-to-char): New function.
4418
4419         * mm-url.el (mm-url-decode-entities): Use it.
4420
4421         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4422         unicode-to-char.
4423
4424 2009-01-05  Dave Love  <fx@gnu.org>
4425
4426         * time-date.el: Require cl for `declare'.
4427
4428 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4429
4430         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4431         Dave Love.
4432
4433 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * message.el (message-fix-before-sending): Add `eight-bit' to
4436         illegible-text check.
4437
4438 2009-01-03  Michael Olson  <mwolson@gnu.org>
4439
4440         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4441         `headers' is nil.  This can occur if the IMAP server does not have
4442         permissions to read messages from a folder, but can write new messages
4443         to the folder.
4444         (nnimap-request-article-part): Do not insert `data' if it is nil.
4445
4446         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4447         characters which will confuse `read', so skip past them.
4448
4449 2009-01-01  Dave Love  <fx@gnu.org>
4450
4451         * imap.el (imap-string-to-integer): Fix typo.
4452         (imap-fetch-safe): New function.
4453         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4454
4455         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4456
4457         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4458         (imap-parse-greeting): Fix doc strings.
4459         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4460         (imap-parse-flag-list): Make messages unique.
4461         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4462
4463         * nnimap.el: Fix author email.
4464         (nnimap-split-rule): Add FIXME comment.
4465         (nnimap-debug): Fix doc string.
4466
4467 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4470
4471 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4474         nslookup if resolv.conf isn't available.
4475         (dns-query): Rename from query-dns.
4476         (dns-query-cached): Rename from query-dns-cached.
4477
4478 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4481         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4482         to check if those variables exist (first appeared in Emacs 18.50).
4483
4484 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * mm-util.el (mm-line-number-at-pos): New function.
4487
4488         * spam-report.el (spam-report-process-queue): Use it.
4489
4490 2008-12-24  David Engster  <dengste@eml.cc>
4491
4492         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4493         parameters that haven't existed as variables as buffer-local variables.
4494
4495 2008-12-23  Dave Love  <fx@gnu.org>
4496
4497         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4498         cadar.
4499
4500         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4501         imap-starttls-p.
4502         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4503
4504 2008-12-22  Dave Love  <fx@gnu.org>
4505
4506         * imap.el: Fix author email.  Doc fixes.
4507         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4508         reply.
4509
4510 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * spam-report.el (spam-report-gmane-max-requests): New constant.
4513         (spam-report-gmane-wait): New variable.
4514         (spam-report-gmane-ham, spam-report-gmane-spam)
4515         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4516         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4517         the server.
4518
4519         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4520         Add explanations.
4521
4522         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4523         nnheader-accept-process-output and nnheader-read-timeout if available.
4524         (pop3-movemail): Use it.
4525
4526         * message.el (message-check-news-body-syntax): Fix signature check if
4527         there's an attachment.
4528
4529 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * mm-util.el: Add comments to the mm- emulating functions.
4532
4533 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4536         by Stephen Berman <stephen.berman@gmx.net>.
4537
4538 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * mm-util.el (mm-substring-no-properties): New function.
4541         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4542         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4543         (mm-string-to-multibyte): Doc fix.
4544
4545         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4546
4547 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * mml.el (mml-attach-file): Strip text properties from file name.
4550         (Bug#1574)
4551
4552 2008-12-16  Glenn Morris  <rgm@gnu.org>
4553
4554         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4555
4556 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4559         knows since the charset specified might be a bogus alias that
4560         mm-charset-synonym-alist provides.
4561
4562 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4565         "ISO_8859-1".
4566
4567         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4568
4569 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mm-util.el (mm-charset-eval-alist):
4572         Define it before mm-charset-to-coding-system.
4573         (mm-charset-to-coding-system): Add optional argument `silent';
4574         define it before mm-charset-override-alist.
4575         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4576         default value if it can be used in Emacs currently running;
4577         silence mm-charset-to-coding-system.
4578
4579 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4582         `allow-override' which says whether to use `mm-charset-override-alist'.
4583         (rfc2047-decode-encoded-words): Use it.
4584
4585         * mm-util.el (mm-charset-override-alist): Fix custom type;
4586         add `(gb2312 . gbk)' to choices.
4587
4588 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4591         fast.
4592
4593         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4594
4595         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4596
4597 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4598
4599         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4600         on links.
4601
4602         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4603
4604 2008-12-03  Lute Kamstra  <lute@gnu.org>
4605
4606         * sha1.el: Remove leading * from docstrings of defcustoms,
4607         deffaces, defconsts and defuns.
4608
4609 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4612         users' addresses that don't have domain parts.
4613         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4614         rather than message-narrow-to-head since there will be the message
4615         header separator.
4616
4617 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4618
4619         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4620         since the result is inserted in a unibyte buffer anyway.
4621         (nnimap-demule-use-string-to-multibyte): Remove.
4622         (nnimap-demule): Alias it to mm-string-to-multibyte.
4623
4624 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4627         variable for debugging bug#464 and bug#1174.
4628         (nnimap-demule): Use it.
4629
4630 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4633         score calculation correctly.
4634
4635 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4636
4637         * message.el (message-send-mail): Just set the buffer to unibyte
4638         rather than use mm-with-unibyte-current-buffer which does a lot more.
4639         (message-send-mail-partially): Don't bother with
4640         mm-with-unibyte-current-buffer since it's already been made unibyte by
4641         message-send-mail.
4642
4643 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4646
4647 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4650
4651 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4654         require itself and to remove `with-no-warnings'.
4655
4656 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4657
4658         * starttls.el (starttls-any-program-available): Get the name of the
4659         available TLS layer program.
4660         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4661         well as the host name in the "opening" message.
4662
4663         * auth-source.el (auth-source-cache, auth-source-do-cache)
4664         (auth-source-user-or-password): Cache passwords and logins by default,
4665         allow override with `auth-source-do-cache'.
4666         (auth-source-forget-user-or-password): Allow users to remove cache
4667         entries if needed.
4668
4669 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4670
4671         * md4.el (md4-buffer): Fix typo in docstring.
4672         (md4, md4-64): Doc fixes.
4673         (md4-pack-int32): Reflow docstring.
4674
4675 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4678         condition-case to only the forward-sexp call.
4679
4680 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4683         quotes contained.  Make it more robust regardless by an extra
4684         condition-case wrapper.
4685
4686 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4689
4690 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * nnml.el (nnml-request-expire-articles): Check if the function set to
4693         `nnmail-expiry-target' returns the symbol `delete'.
4694
4695         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4696
4697         * nnmail.el (nnmail-expiry-target): Fix custom type.
4698
4699 2008-10-02  Glenn Morris  <rgm@gnu.org>
4700
4701         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4702         Silence compiler warning.
4703
4704 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4705
4706         * tls.el (open-tls-stream): Show the actual command being
4707         executed, instead of the format string.
4708
4709 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * lpath.el: Fbind codepage-setup for Emacs 23.
4712
4713 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4714
4715         * mml.el (mml-menu): Don't assume mml2015 is bound.
4716
4717 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4720         exists.
4721
4722 2008-09-27  Glenn Morris  <rgm@gnu.org>
4723
4724         * gnus-util.el (mail-header-remove-comments): Autoload it.
4725
4726 2008-09-27  Andreas Schwab  <schwab@suse.de>
4727
4728         * gnus-util.el (gnus-split-references): Strip comments.
4729         (gnus-parent-id): Likewise.
4730
4731 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * message.el (message-confirm-send): Fix version.
4734
4735 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * message.el (message-idna-to-ascii-rhs-1): Use
4738         mail-extract-address-components rather than mail-header-parse-addresses
4739         that is an alias by default to ietf-drums-parse-addresses that does not
4740         support non-ASCII names in headers' contents.
4741
4742 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4743
4744         * message.el (message-confirm-send): Fixed variable documentation to
4745         avoid the "y/n" wording.
4746
4747 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4748
4749         * message.el (message-set-auto-save-file-name): Save to a different
4750         filename so multiple messages (especially drafts) can be recovered.
4751
4752 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4753
4754         * message.el (message-confirm-send): Add appropriate version.
4755
4756 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4759         defvar.
4760
4761 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4762
4763         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4764         (mm-pkcs7-enveloped-magic): Ditto.
4765
4766 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4767
4768         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4769         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4770
4771 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4772
4773         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4774         default, it's better.
4775
4776 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4779         summary line gnus-number property and ignore them (with a warning
4780         message).
4781
4782 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4785         macro caddr in the interactive form since it won't be expanded.
4786
4787 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4790         `charset'; fix name of function called recursively.
4791         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4792
4793 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4796         (gnus-mime-set-charset-parameters): New function.
4797         (gnus-mime-view-part-as-charset): Use it to correctly display part
4798         specifying wrong charset.
4799
4800 2008-09-08  David Engster  <dengste@eml.cc>
4801
4802         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4803         in completing-read for back end server.
4804
4805 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         * message.el (message-confirm-send): New variable to confirm sending a
4808         message.
4809         (message-send): Use it.
4810
4811 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4814
4815 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4818
4819 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4822         prevent tracking too many groups.
4823         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4824         Use it.
4825
4826 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4827
4828         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4829         moving point to the bottom of the window in order to avoid recentering.
4830
4831 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4834
4835         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4836         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4837         (gnus-article-beginning-of-window): Fix calculation.
4838
4839 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-msg.el (gnus-summary-supersede-article)
4842         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4843         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4844         message header.
4845
4846 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4847
4848         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4849         pending output coming after the status change.
4850
4851 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4852
4853         * message.el:
4854         * gnus-start.el:
4855         * gnus-registry.el: Remove VMS support.
4856
4857 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4860         macro.
4861         (rfc2104-hash): Use it.
4862
4863 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4866         (gnus-summary-sort-by-most-recent-date): New commands.
4867         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4868         and menu entries.
4869
4870 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4873         don't redisplay article for raw contents; remove plural articles stuff.
4874
4875         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4876         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4877         on gnus-summary-save-article; display results properly.
4878
4879 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * lpath.el: No need to fbind ns-focus-frame.
4882
4883 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4886
4887 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4890         gnus-save-all-headers.
4891
4892 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4893
4894         * gnus-util.el (ns-focus-frame): Remove declaration.
4895         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4896         like x.
4897
4898 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4899
4900         * rfc2104.el (rfc2104-zero): Delete defconst.
4901         (rfc2104-hex-alist): Likewise.
4902         (rfc2104-hex-to-int): Delete func.
4903         (rfc2104-hexstring-to-bitstring): Likewise.
4904         (rfc2104-nybbles): New defconst.
4905         (rfc2104-hash): Rewrite for speed.
4906
4907 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * tls.el (open-tls-stream): Make it work with the 2nd argument
4910         BUFFER that is a string but does not exist as a buffer object, as
4911         mentioned in the doc-string.
4912
4913 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4916         SXEmacs.
4917
4918 2008-07-16  Glenn Morris  <rgm@gnu.org>
4919
4920         * gnus-util.el (ns-focus-frame): Declare for compiler.
4921
4922 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4925         set as a group parameter.
4926         (gnus-summary-save-in-pipe): Work when it is called independently.
4927         (gnus-summary-pipe-to-muttprint): Don't modify
4928         gnus-summary-pipe-output-default-command.
4929
4930 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4931
4932         * message.el (message-send-mail-with-sendmail):
4933         Display the error message.
4934
4935 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-default-article-saver):
4938         Add gnus-summary-save-in-pipe to choices.
4939         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4940         gnus-summary-pipe-output-default-command as the default command.
4941         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4942         instead of gnus-last-shell-command.
4943
4944         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4945         New user option.
4946         (gnus-summary-muttprint-program): Mention the value will be changed.
4947         (gnus-summary-save-article): Force showing of all headers.
4948         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4949
4950 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4951
4952         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4953
4954 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * nnimap.el (nnimap-id):
4957         * sieve-manage.el (sieve-manage-open): Doc fixes.
4958
4959 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4960
4961         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4962         if available.
4963
4964 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4967
4968         * nnkiboze.el (nnkiboze-generate-group):
4969         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4970
4971         * nnmairix.el: Require CL.
4972
4973 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * dgnushack.el: Autoload get-display-table and put-display-table for
4976         XEmacs 21.5.
4977
4978         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4979         21.4 and SXEmacs.
4980
4981 2008-06-15  David Engster  <dengste@eml.cc>
4982
4983         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4984
4985 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4986
4987         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4988         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4989         runtime choice under XEmacs.
4990
4991         * gnus-sum.el (gnus-summary-set-display-table):
4992         Use `gnus-put-display-table', `gnus-get-display-table',
4993         `gnus-set-display-table' for the display table, instead of `aset'.
4994
4995         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4996         Use `gnus-put-display-table', `gnus-get-display-table',
4997         `gnus-set-display-table' for the display table.
4998
4999 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * nnmairix.el: Add autoloads.
5002
5003 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * nnmairix.el (nnmairix-delete-recreate-group)
5006         (nnmairix-update-and-clear-marks): Fix error messages.
5007
5008 2008-06-14  David Engster  <dengste@eml.cc>
5009
5010         * nnmairix.el: Upgrade to version 0.6.
5011         (nnmairix-group-toggle-propmarks-this-group)
5012         (nnmairix-group-toggle-readmarks-this-group)
5013         (nnmairix-group-delete-recreate-this-group)
5014         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5015         (nnmairix-remove-tick-mark-original-article): New commands.
5016         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5017         (nnmairix-propagate-marks-to-nnmairix-groups)
5018         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5019         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5020         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5021         functions needed for marks propagation and manipulation of read marks.
5022         (nnmairix-update-groups): New function.
5023         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5024         (nnmairix-determine-original-group-from-registry)
5025         (nnmairix-determine-original-group-from-path)
5026         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5027         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5028         New helper functions.
5029         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5030         keystrokes for new commands.
5031         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5032         (nnmairix-request-group): Check allow-fast group parameter.
5033         (nnmairix-request-create-group): Set allow-fast group parameter if
5034         nnmairix-allowfast-default is set.
5035         (nnmairix-close-group): Propagate marks upon closing if needed.
5036         (nnmairix-group-toggle-threads-this-group): Use new.
5037         nnmairix-group-toggle-parameter helper function.
5038         (nnmairix-search): Better check for empty search result.
5039         (nnmairix-goto-original-article): Use new helper functions for
5040         determining original article.
5041         (nnmairix-show-original-article): Make sure message-id is in brackets.
5042         (nnmairix-call-mairix-binary): Change variable name.
5043         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5044         helper function.
5045         (nnmairix-widget-toggle-activate): Fix doc string.
5046
5047 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * nnir.el: Require edmacro when compiling with XEmacs.
5050         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5051         available in Emacs 21.
5052
5053 2008-06-11  Glenn Morris  <rgm@gnu.org>
5054
5055         * gnus-util.el (x-focus-frame):
5056         * gnus.el (image-size):
5057         * mm-decode.el (image-size): Declare.
5058
5059         * gnus-picon.el (declare-function): Add compat definition.
5060         (image-size): Declare.
5061
5062         * gnus-group.el (tool-bar-map):
5063         * gnus-sum.el (tool-bar-map): Define for compiler.
5064
5065         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5066
5067         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5068
5069         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5070         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5071         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5072         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5073         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5074         * sieve-manage.el, spam-report.el, spam.el:
5075         Remove unnecessary eval-and-compile of autoloads.
5076
5077 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5078
5079         * auth-source.el: Precise Tramp doc.
5080
5081 2008-06-07  Glenn Morris  <rgm@gnu.org>
5082
5083         * nnmairix.el: Remove unnecessary eval-when-compile.
5084
5085 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * lpath.el: Fbind propertize for XEmacs 21.4.
5088
5089 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * nnir.el: Move here from ../contrib.
5092
5093 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5094
5095         * gnus-util.el (gnus-read-shell-command): New function.
5096         * mm-decode.el (mm-pipe-part):
5097         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5098
5099 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5102
5103 2008-06-03  Glenn Morris  <rgm@gnu.org>
5104
5105         * pop3.el (nnheader-accept-process-output): Autoload it.
5106
5107 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5110         are not 2-digit hexadecimal characters that follow `%'s.
5111
5112 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * message.el (message-bogus-recipient-p): Fix type in doc string.
5115         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5116         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5117         Improve custom options.
5118         (message-bogus-recipient-p): Adjust accordingly.
5119
5120 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5121
5122         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5123         long-form month and day names.
5124
5125 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * dgnushack.el: Autoload debug, eudc-expand-inline and
5128         pgg-snarf-keys-region for XEmacs.
5129
5130         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5131
5132         * nnmairix.el: Require edmacro when compiling with XEmacs.
5133
5134 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5137         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5138
5139 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * auth-source.el: Add more docs.
5142
5143         * netrc.el (netrc-machine): Always match if the port is not given.
5144
5145 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5148         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5149         retrieval faster in some cases, but might make CPU usage larger.  If
5150         this has any bad side effects, we might revert this change.
5151
5152         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5153         seems to make mail retrieval much, much faster.
5154         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5155         unconditionally.
5156
5157         * gnus-draft.el (gnus-group-send-queue): Bind
5158         message-send-mail-partially-limit to nil to avoid being prompted.
5159
5160 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5163
5164         * message.el (message-bogus-address-regexp): Fix and improve custom
5165         type.
5166         (message-setup-hook): Add message-check-recipients as custom option.
5167
5168 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * message.el (message-cite-function): Remove bogus autoload which crept
5171         in during merge from v5-10.
5172
5173 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5174
5175         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5176
5177         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5178
5179         * auth-source.el: Preliminary Tramp docs.
5180         (auth-sources): Change the default auth-sources to use
5181         EPA .gpg files.
5182
5183 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * nntp.el: Autoload `auth-source-user-or-password'.
5186         (nntp-send-authinfo): Use it.
5187
5188         * nnimap.el: Autoload `auth-source-user-or-password'.
5189         (nnimap-open-connection): Use it.
5190
5191         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5192         for the gnus-message function.
5193         (auth-source-user-or-password): Use it.
5194
5195 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5198         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5199         (rfc2104-hash): Use it.
5200
5201 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5202
5203         * gnus-art.el (gnus-article-toggle-truncate-lines):
5204         Don't use `iff' in docstring.
5205
5206 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5209
5210         * gnus-util.el (gnus-extract-address-component-name)
5211         (gnus-extract-address-component-email): Convenience functions around
5212         `gnus-extract-address-components'.
5213
5214         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5215         Use `gnus-extract-address-component-email' to fix bug of comparing full
5216         sender name to `user-mail-address'.
5217
5218 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5221         catch/throw to optimize.
5222         (gnus-registry-find-keywords): Just use member to find a keyword.
5223
5224 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5225
5226         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5227         is current before calling gnus-server-prepare.
5228         (gnus-server-setup-buffer, gnus-server-update-server)
5229         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5230
5231 2008-05-04  Juri Linkov  <juri@jurta.org>
5232
5233         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5234         (mailcap-file-default-commands): Use mailcap-replace-in-string
5235         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5236         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5237
5238 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5239
5240         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5241
5242 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5243
5244         * gnus.el: Bump version to 0.11.
5245
5246 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5247
5248         * gnus.el: No Gnus v0.10 is released.
5249
5250 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5253         hooks.
5254         (gnus-update-read-articles): Speed up non-marks-using users.
5255         (gnus-use-marks): Define gnus-use-marks.
5256         (gnus-propagate-marks): Rename variable to something more sensible.
5257
5258 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5259
5260         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5261         (gmm-image-load-path-for-library): Fix typos in docstrings.
5262         (gmm-message): Reflow docstring.
5263
5264 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * mail-source.el (mail-source-set-1, mail-source-bind):
5267         Move auth-source code out of the macro to clean it up and fix bugs.
5268
5269 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5272         by sender if it's equal to user-mail-address, it's likely to be
5273         useless.
5274
5275         * mail-source.el (mail-source-bind): Don't use user or password if they
5276         are not bound.  Unintern them if they are nil.  Don't use server unless
5277         it's bound, and default it to empty string otherwise.
5278
5279 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5280
5281         * mail-source.el: Load auth-source.el.
5282         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5283         get user name or password, if auth-sources is set up.
5284
5285         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5286         strategy of splitting with parent.
5287         (gnus-registry-split-fancy-with-parent)
5288         (gnus-registry-post-process-groups): Use it and fix prior
5289         bug (returning a list as the split result).
5290
5291         * auth-source.el (auth-sources): Remove server parameter.
5292         (auth-source-pick, auth-source-user-or-password)
5293         (auth-source-user-or-password-imap)
5294         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5295         (auth-source-user-or-password-sftp)
5296         (auth-source-user-or-password-smtp): Remove server parameter.
5297
5298 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5299
5300         * smime.el (smime-sign-region, smime-encrypt-region)
5301         (smime-decrypt-region):
5302         Remove redundant calls to `generate-new-buffer-name'.
5303
5304 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5305
5306         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5307         Don't use QP for message/rfc822.
5308         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5309
5310 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5311
5312         * sieve-manage.el (sieve-string-bytes): Remove.
5313         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5314         correct byte-length only if the process's coding-system is the same as
5315         the one used internally by Emacs to represent strings.
5316
5317 2008-04-22  Juri Linkov  <juri@jurta.org>
5318
5319         * mailcap.el (mailcap-file-default-commands): New function.
5320
5321 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * message.el (message-signature-separator, message-cite-function):
5324         Change custom version.
5325
5326 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5327
5328         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5329         commands.
5330         (tls-checktrust): Ditto.
5331
5332 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * mm-decode.el (mm-display-external): Make temp file read-only.
5335
5336 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5339         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5340         `C-c C-f d'.
5341
5342 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5343
5344         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5345
5346 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5347
5348         * gnus.el: Bump version to 0.9.
5349
5350 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * gnus.el: No Gnus v0.8 is released.
5353
5354 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5355
5356         * mail-source.el (mail-source-value):
5357         Prefer fboundp to functionp so it works with macros as well.
5358
5359 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5360
5361         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5362         Fix last change in case the element is not even a symbol.
5363
5364 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5365
5366         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5367         Prefer fboundp to functionp so it works with macros as well.
5368
5369 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * auth-source.el: Added docs.
5372         (auth-sources): Modify format to support server.
5373         (auth-source-pick, auth-source-user-or-password)
5374         (auth-source-user-or-password-imap)
5375         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5376         (auth-source-user-or-password-sftp)
5377         (auth-source-user-or-password-smtp): Add server parameter.
5378
5379 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * gnus-registry.el: Initialize the registry when gnus-registry-install
5382         is t.
5383
5384 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * compface.el (uncompface): Make buffer unibyte.
5387
5388 2008-04-05  Glenn Morris  <rgm@gnu.org>
5389
5390         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5391
5392 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5393
5394         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5395         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5396
5397         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5398         multibyteness after rather than before erasing it.
5399
5400         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5401         mm-with-multibyte.
5402         (gnus-request-article-this-buffer): Make sure the proper decoding is
5403         used if gnus-original-article-buffer happens to be unibyte.
5404
5405         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5406         default-enable-multibyte-characters.
5407
5408         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5409         default-enable-multibyte-characters.
5410
5411         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5412
5413         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5414
5415 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5416
5417         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5418         (imap-message-copyuid-1): Use it.
5419         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5420         J. Williams in
5421         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5422
5423         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5424         imap-enable-exchange-bug-workaround.
5425         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5426
5427 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5428
5429         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5430         a 100 byte status-checks into a 2-3MB transfer for each group.
5431         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5432         to enable bug workaround or not.
5433         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5434
5435 2008-03-31  Glenn Morris  <rgm@gnu.org>
5436
5437         * message.el (mml2015-use): Declare for compiler.
5438         (message-info): Require mml2015 when appropriate.
5439
5440 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5443         whitespace.
5444
5445 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5446
5447         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5448         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5449         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5450         (nntp-service-to-port): New function.
5451         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5452         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5453         (nntp-open-netcat-stream): New function.
5454         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5455
5456 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5457
5458         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5459
5460 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5461
5462         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5463
5464 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5465
5466         * dns.el (dns-write): Use set-buffer-multibyte.
5467
5468 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5469
5470         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5471
5472 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * message.el (message-signature-separator): Change default.
5475         Improve custom type.
5476         (message-cite-function): Change default to
5477         message-cite-original-without-signature.
5478
5479         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5480         toggle.
5481
5482         * message.el (message-check-news-body-syntax): Fix signature check.
5483         (message-setup-1): Mark buffer as unmodified _after_ running
5484         message-setup-hook and handling message-alternative-emails.
5485         (message-shorten-references): Be more strict when building list of
5486         valid references to comply with GNKSA.
5487
5488         * gnus-group.el (gnus-read-ephemeral-bug-group)
5489         (gnus-read-ephemeral-debian-bug-group)
5490         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5491
5492         * message.el (message-info): Don't use booleanp which isn't supported
5493         in Emacs 21 and XEmacs.
5494
5495 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5498         gnus-group-gmane-group-download-format.
5499         (gnus-group-read-ephemeral-gmane-group): Rename from
5500         gnus-group-read-ephemeral-gmane-group.
5501         (gnus-read-ephemeral-gmane-group-url): Rename from
5502         gnus-group-read-ephemeral-gmane-group-url.
5503         (gnus-bug-group-download-format-alist): New variable.
5504         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5505         (gnus-read-ephemeral-emacs-bug-group): New commands.
5506
5507 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5510         (gnus-visible-headers): Improve custom type.
5511
5512 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * mml.el (mml-menu): Add workarounds for XEmacs.
5515
5516         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5517         X-Boundary header.
5518
5519         * message.el (message-simplify-recipients): Fix previous commit.
5520
5521 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5522
5523         * mm-util.el (mm-set-buffer-multibyte): New function.
5524         * mm-decode.el (mm-copy-to-buffer): Use it.
5525
5526 2008-03-19  Glenn Morris  <rgm@gnu.org>
5527
5528         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5529         Accidentally removed in the sync process with Emacs.
5530
5531 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * message.el (message-alter-recipients-discard-bogus-full-name):
5534         New function.
5535         (message-alter-recipients-function): New variable.
5536         (message-get-reply-headers): Use it.
5537         (message-replace-header): New helper function.
5538         (message-recipients-without-full-name): New variable.
5539         (message-simplify-recipients): New command.
5540
5541         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5542
5543         * message.el (message-info): Handle EasyPG manual.
5544
5545         * mml.el (mml-menu): Add entry for EasyPG.
5546
5547 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5548
5549         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5550         parameter.
5551
5552         * message.el (message-disassociate-draft): Specify drafts group name
5553         fully.
5554
5555 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5556
5557         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5558         unnecessary duplicates from the match list.
5559
5560 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5563
5564         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5565
5566         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5567         args of `how-many' of which the XEmacs version doesn't take; declare
5568         Info-index-next as function.
5569
5570 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * gnus-score.el (gnus-score-headers): Fix handling of
5573         gnus-inhibit-slow-scoring.
5574
5575         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5576         string.
5577         (gnus-button-url-regexp): Improve handling of parenthesis.
5578         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5579         (gnus-button-handle-info-keystrokes): Handle index entries.
5580
5581 2008-03-15  Glenn Morris  <rgm@gnu.org>
5582
5583         * parse-time.el (parse-time-string): Simplify.
5584
5585 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5588         Incoming* files.
5589
5590 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5593         (auth-source-pick): Use it.
5594
5595 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * binhex.el (binhex-decode-region-internal):
5598         * uudecode.el (uudecode-decode-region-internal):
5599         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5600         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5601         setting default-enable-multibyte-characters.
5602
5603 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         * auth-source.el (auth-source-protocols)
5606         (auth-source-protocols-customize, auth-source-choices): Added and
5607         modified variable customizations and defaults.
5608         (auth-source-pick, auth-source-user-or-password)
5609         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5610         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5611         (auth-source-user-or-password-sftp)
5612         (auth-source-user-or-password-smtp): Use new variables and provide an
5613         interface to netrc.el.
5614
5615 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5618         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5619         Make sure the nntp port to specify is a string.
5620
5621 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * nntp.el: Use with-current-buffer.
5624         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5625         dubious mm-with-unibyte-current-buffer.
5626         (nntp-with-open-group-function): New function extracted from
5627         nntp-with-open-group macro.
5628         (nntp-with-open-group): Use the function, so it's easier to debug.
5629         Add indentation and debugging info.
5630         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5631         the use of the netcat alternatives.
5632
5633         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5634         Avoid mm-string-as-multibyte as well.
5635
5636         * nnweb.el (nnweb-insert-html):
5637         Remove use of nnheader-string-as-multibyte.
5638
5639         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5640         (nnheader-string-as-multibyte): Remove.
5641
5642         * mm-view.el: Use inhibit-read-only.
5643         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5644         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5645         or unibyte-string.
5646
5647         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5648         (mm-uu-yenc-extract): Use with-current-buffer.
5649
5650         * gnus-soup.el (gnus-soup-send-packet): Don't use
5651         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5652
5653         * nnmh.el: Use with-current-buffer.
5654         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5655         mm-string-as-multibyte on the output of mm-encode-coding-string.
5656
5657         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5658         (nnimap-request-move-article): Use with-current-buffer.
5659
5660         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5661         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5662         conversion uses string-make-unibyte rather than string-as-unibyte.
5663
5664         * gnus-msg.el: Use with-current-buffer.
5665
5666         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5667
5668 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5669
5670         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5671         string for caching if it is 'PIN.
5672
5673 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * lpath.el: Consider the case without Emacs/W3.
5676
5677 2008-03-08  Glenn Morris  <rgm@gnu.org>
5678
5679         * time-date.el (date-to-time, time-subtract, time-add)
5680         (safe-date-to-time): Doc fixes.
5681
5682 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * mail-source.el (mail-source-delete-old-incoming-confirm):
5685         Change default to nil.
5686         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5687
5688 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * lpath.el: Rearrange.
5691
5692         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5693         (gnus-article-goto-prev-page): Work for articles having ^L's.
5694
5695         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5696
5697         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5698
5699 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5700
5701         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5702         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5703         (gnus-bookmark-jump): Adjust some variable names.
5704
5705 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * auth-source.el: New package.
5708         (auth-source-choices): Add customization entry point variable.
5709
5710         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5711         bug.
5712
5713 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5716         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5717         (gnus-registry-install-shortcuts): Rename from
5718         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5719         the `gnus-registry-mark-map' keymap dynamically from
5720         `gnus-registry-marks'.  The generated functions update the summary line
5721         when a registry mark is added or deleted, and will call
5722         `gnus-registry-install-p' (see the comments in the code).
5723         (gnus-registry-user-format-function-M): Use concat intelligently.
5724
5725         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5726         the registry mark functions.
5727
5728 2008-03-05  Glenn Morris  <rgm@gnu.org>
5729
5730         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5731         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5732         gnus-art.
5733         (top-level): No need to load own source when compiling.
5734
5735 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5738         Suggested by <chris.anderton@zetnet.co.uk>.
5739
5740 2008-03-04  Glenn Morris  <rgm@gnu.org>
5741
5742         * gnus-sum.el (top-level): No need to require gnus when compiling,
5743         since unconditionally required near start of file.
5744         (gnus-summary-display-while-building): Move definition before use.
5745
5746 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5747
5748         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5749         formatting function.
5750
5751 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5754         with plists.
5755         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5756         Use new format.
5757
5758 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5761         `where-is-internal' that returns a range of key sequences.
5762
5763 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5764
5765         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5766
5767         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5768         (gnus-summary-jump-to-group): Consider windows on other displayed
5769         frames as well.  Similar changes might be needed elsewhere, but that's
5770         the one I've bumped into during my use.
5771
5772         * nndoc.el (nndoc-oe-dbx-type-p):
5773         * gnus-msg.el (gnus-debug):
5774         * gnus-group.el (gnus-update-group-mark-positions):
5775         Use mm-string-to-multibyte.
5776
5777 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5780         doesn't handle NotDashEscaped.
5781
5782         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5783         (mml-dnd-attach-options): Fix typo in custom choice.
5784
5785         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5786         nndoc-article-type to mbox.
5787         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5788
5789         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5790         to nil, instead of html2text.
5791
5792         * imap.el (imap-debug): Add `imap-ping-server'.
5793
5794         * gnus-bookmark.el: Add FIXMEs.
5795
5796         * message.el (message-form-letter-separator)
5797         (message-send-form-letter-delay): New variables.
5798         (message-send-form-letter): Use them.  New command to send form
5799         letters.  Requested by Uwe Siart.
5800         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5801
5802 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * Update copyright years.
5805
5806 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         Sync from EMACS_22_BASE.
5809
5810         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5811
5812 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5813
5814         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5815         empty author.
5816
5817 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-registry.el (gnus-registry-marks): Add variable for
5820         customization of marks and their appearance.
5821         (gnus-registry-read-mark): Use it.
5822         (gnus-registry-do-marks): Add utility function to loop through
5823         `gnus-registry-marks'.
5824         (gnus-registry-install-shortcuts-and-menus): Add function to install
5825         shortcuts and menus.
5826         (gnus-registry-initialize): Use it.
5827         (gnus-registry-default-mark): Clarify documentation.
5828
5829 2008-02-29  Glenn Morris  <rgm@gnu.org>
5830
5831         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5832         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5833         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5834         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5835         Change defcustom :version from 23.0 to 23.1.
5836
5837 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * gnus-registry.el (gnus-registry-follow-group-p)
5840         (gnus-registry-post-process-groups): Add functions to aid registry
5841         splitting and improve logging.  Clarify behavior in function
5842         documentation.
5843         (gnus-registry-split-fancy-with-parent): Use them.
5844
5845 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5846
5847         * gnus-art.el: Use with-current-buffer.
5848
5849 2008-02-27  David Engster  <dengste@eml.cc>
5850
5851         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5852         Express real group name in the response.
5853
5854 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5857         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5858         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5859         autoload gnus-registry-fetch-group when compiling.
5860         (nnmairix-request-group-with-article-number-correction): Remove
5861         unreferenced argument passed to nnmairix-call-backend.
5862
5863 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5866         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5867         Wilde.
5868
5869 2008-02-27  Glenn Morris  <rgm@gnu.org>
5870
5871         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5872         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5873         variables to defconsts.  Convert comments to doc-strings.
5874         (nnmairix-last-server, nnmairix-current-server): Convert from free
5875         variables to defvars.  Convert comments to doc-strings.
5876         (gnus-registry-fetch-group): Autoload.
5877         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5878         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5879         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5880         caddr.
5881         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5882         nnmairix-request-group-with-article-number-correction call.
5883         (nnmairix-fast, nnmairix-group): New, less general names, for free
5884         variables passed from nnmairix-request-group to
5885         nnmairix-request-group-with-article-number-correction.  Declare.
5886         (nnmairix-request-group-with-article-number-correction):
5887         Use nnmairix-fast, nnmairix-group rather than fast, group.
5888
5889 2008-02-26  David Engster  <dengste@eml.cc>
5890
5891         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5892         version 0.5.
5893
5894 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5897         instead of making an extra function call.  Don't add the current group
5898         to articles only when they have the group.  Use
5899         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5900         Reported by David <de_bb@arcor.de>.
5901
5902 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5905         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5906
5907 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * mail-source.el (mail-source-delete-incoming): Change default.
5910         Supplement doc string.
5911
5912         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5913
5914 2008-02-14  Glenn Morris  <rgm@gnu.org>
5915
5916         * time-date.el (format-seconds): New function.
5917
5918 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * nnmail.el (nnmail-message-id-cache-file): Derive from
5921         `gnus-home-directory'.
5922
5923 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5926         Document negative prefix.
5927
5928         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5929
5930 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * message.el (message-unsent-separator): Add the Exim bounce
5933         separator.
5934
5935 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5936
5937         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5938         list.
5939         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5940         recipient/signer list.
5941
5942 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * Makefile.in (datarootdir): Define.
5945         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5946         name that might contain whitespace.
5947
5948 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5951         fbound (Emacs 23 unicode), signal an error.
5952
5953 2008-02-08  Glenn Morris  <rgm@gnu.org>
5954
5955         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5956
5957 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5958
5959         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5960         ports to the calls to `netrc-machine-user-or-password' in addition to
5961         "imap" and "imaps".
5962
5963 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5964
5965         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5966
5967         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5968
5969 2008-02-01  Kenichi Handa  <handa@m17n.org>
5970
5971         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5972         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5973         (rfc2104-hash): Convert the result of concat to unibyte string.
5974
5975 2008-02-01  Dave Love  <fx@gnu.org>
5976
5977         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5978         coding-system-for-read.
5979         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5980
5981 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5984         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5985         <hanche@math.ntnu.no>.
5986
5987 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5990
5991         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5992
5993 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5994
5995         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5996         * message.el (message-beginning-of-line): Use featurep instead of bound
5997         tests in order to resolve conditionals at compile time.
5998
5999 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6000
6001         * mail-source.el (mail-sources): Add `group' choice.
6002
6003         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6004         parameter `in-group' to control into which group the articles go.
6005         Add treatment of `group' mail-source.
6006
6007 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6010
6011         * mm-decode.el (mm-dissect-buffer): Decode description.
6012
6013         * mml.el (mml-to-mime): Encode message header first.
6014
6015 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6018         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6019
6020         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6021         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6022
6023 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6026
6027 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6030         prefix keys.
6031         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6032         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6033         gnus-xmas.el.
6034
6035         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6036         (gnus-xmas-article-describe-bindings): New function.
6037         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6038         gnus-xmas-article-describe-bindings.
6039
6040         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6041
6042 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6045         Add new variables for article mark management.
6046         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6047         list of extra data entries which, when present, will indicate that the
6048         article ID should not be trimmed from the registry.
6049         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6050         functions.
6051         (gnus-registry-read-mark): New function to read a mark name from the
6052         user.
6053         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6054         (gnus-registry-set-article-mark-internal): New functions to add and
6055         remove marks.
6056         (gnus-registry-get-article-marks): New function to show the marks for
6057         an article, or retrieve them for further use.
6058
6059 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6062         keys when no argument is given.
6063
6064 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * imap.el (imap-ping-server): New variable.
6067         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6068         (imap-ping-server): Minor doc string fixes.
6069
6070 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6071
6072         * imap.el (imap-ping-server): New function.
6073         (imap-opened): Call imap-ping-server.
6074
6075 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus-sum.el (gnus-article-sort-by-random)
6078         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6079         jidanni@jidanni.org.
6080
6081 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * gnus-art.el (gnus-article-describe-bindings): New function.
6084         (gnus-article-read-summary-keys): Use it.
6085         (gnus-article-mode-map): Bind `C-h b' to it.
6086
6087 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6090         XEmacs.
6091         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6092         against non-character events.
6093
6094         * lpath.el: Fbind map-keymap for Emacs 21.
6095
6096 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6099         command.
6100         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6101         instead of END.  Change name of the temp file.
6102         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6103         customizable.
6104
6105 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6108         bind `S W' to gnus-article-wide-reply-with-original; set default
6109         binding to gnus-article-read-summary-send-keys.
6110         (gnus-article-read-summary-keys): Fix the order of keys; display
6111         continuation keys correctly in the echo area; describe bindings
6112         correctly when keys end with `C-h'.
6113         (gnus-article-read-summary-send-keys): New function.
6114         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6115         for gnus-article-read-summary-send-keys; display continuation keys
6116         correctly in the echo area.
6117         (gnus-article-reply-with-original): Ignore prefix argument.
6118         (gnus-article-wide-reply-with-original): New function.
6119
6120         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6121         Emacs 21.
6122
6123 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6126         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6127
6128 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6131         (gnus-group-read-ephemeral-gmane-group): New command.
6132
6133 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6134
6135         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6136
6137 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-send-mail-function): Increase custom version.
6140
6141         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6142         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6143
6144 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6147         for the cases where imap-authenticate is called with a nil buffer
6148         parameter.
6149
6150 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6153         html parts correctly; support forwarded messages.
6154         (gnus-article-browse-html-article): Remove work buffers.
6155
6156         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6157         compiling.
6158         (netrc-bound-and-true-p): New macro.
6159         (netrc-parse): Use it instead of bound-and-true-p that is not available
6160         in XEmacs 21.4.
6161
6162 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * gnus-registry.el (gnus-registry-mark-article)
6165         (gnus-registry-article-marks): Add functionality to mark articles
6166         through the Gnus registry.
6167
6168         * encrypt.el: Clarify documentation for the new pgg method.
6169         (encrypt-file-alist): Add PGG option.
6170         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6171         functionality.  Abstract password key and messaging to external
6172         functions.
6173         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6174         (encrypt-message-method-and-cipher): Add new convenience external
6175         functions.
6176         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6177         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6178
6179         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6180         (netrc-parse): Use encrypt-file-alist to determine if
6181         encrypt-find-model or encrypt-insert-file-contents should be used.
6182
6183         * encrypt.el: Clarify documentation.  Load password-cache or
6184         password, whichever one is found first, instead of autoloading.
6185
6186 2007-12-19  Glenn Morris  <rgm@gnu.org>
6187
6188         * mml.el (message-options-set, message-narrow-to-head)
6189         (message-in-body-p, message-mail-p, message-encode-message-body):
6190         Autoload.
6191         (message-remove-header, message-narrow-to-headers-or-head)
6192         (message-subscribed-p, message-make-mail-followup-to)
6193         (message-position-on-field, message-news-p)
6194         (message-options-set-recipient, message-generate-headers)
6195         (message-sort-headers): Declare as functions.
6196
6197 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6200         convention in doc string.
6201
6202 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6205         title to html parts.
6206         (gnus-article-browse-html-article): Pass message header to it.
6207
6208         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6209
6210 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6213         or password compatible with XEmacs.
6214
6215 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6218         format document.
6219         (gnus-mime-delete-part): Don't write description line if empty.
6220         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6221
6222 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6223
6224         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6225         (gnus-summary-mark-read-and-unread-as-read)
6226         (gnus-summary-mark-current-read-and-unread-as-read)
6227         (gnus-summary-mark-unread-as-ticked): Doc fix.
6228         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6229
6230 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6233         Christoph Conrad <christoph.conrad@gmx.de>.
6234
6235 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6238         yes-or-no-p.
6239
6240 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * mm-decode.el (mm-add-meta-html-tag): New function.
6243         (mm-save-part-to-file, mm-pipe-part): Use it.
6244
6245         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6246         gnus-y-or-n-p instead of y-or-n-p.
6247         (gnus-article-browse-html-parts): Work with message/external-body; use
6248         mm-add-meta-html-tag.
6249
6250 2007-12-11  Glenn Morris  <rgm@gnu.org>
6251
6252         * gnus-cache.el: Require gnus-sum not just when compiling.
6253
6254         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6255
6256         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6257         definitions before use.
6258
6259         * mm-decode.el: Require gnus-util.
6260         (mm-remove-part): Only call delete-annotation on XEmacs.
6261
6262         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6263
6264         * nnmail.el: Require gnus-int.
6265
6266         * spam.el: Move `require's before `eval-when-compile's.
6267
6268         * gnus-ems.el (gnus-alive-p):
6269         * gnus-fun.el (message-goto-eoh):
6270         * gnus-util.el (gnus-group-name-decode):
6271         * mail-source.el (gnus-compress-sequence):
6272         * message.el (Info-goto-node, format-spec):
6273         * mm-bodies.el (message-options-get):
6274         * mm-decode.el (mm-view-pkcs7):
6275         * mm-util.el (gmm-write-region):
6276         * mml-smime.el (mml-compute-boundary)
6277         (gnus-completing-read-with-default):
6278         * mml.el (widget-button-press, gnus-make-hashtable):
6279         * mml1991.el (mm-decode-content-transfer-encoding)
6280         (mm-encode-content-transfer-encoding)
6281         (message-options-get, message-options-set):
6282         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6283         * nnfolder.el (gnus-request-group):
6284         * nnheader.el (ietf-drums-unfold-fws):
6285         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6286         * smime.el (gnus-run-mode-hooks):
6287         * spam-stat.el (gnus-message): Autoload.
6288
6289         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6290         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6291         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6292         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6293         Add declare-function compatibility definition.
6294
6295         * gnus-cache.el (nnvirtual-find-group-art):
6296         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6297         (gnus-add-image, gnus-add-wash-type):
6298         * gnus-group.el (nnkiboze-score-file):
6299         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6300         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6301         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6302         (message-tokenize-header, gnus-get-buffer-create)
6303         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6304         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6305         * gnus.el (gnus-group-decoded-name):
6306         * mail-source.el (imap-capability):
6307         * mm-bodies.el (message-options-set):
6308         * mm-decode.el (gnus-configure-windows):
6309         * mm-extern.el (message-goto-body):
6310         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6311         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6312         (epg-sub-key-validity, message-options-set):
6313         * mml.el (widget-event-point, gnus-configure-windows):
6314         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6315         * mml2015.el (epg-check-configuration, epg-configuration)
6316         (message-options-set):
6317         * nndb.el (nndb-request-article):
6318         * nnfolder.el (gnus-request-create-group):
6319         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6320         * nnmaildir.el (gnus-group-mark-article-read):
6321         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6322         * rfc1843.el (message-fetch-field):
6323         * spam.el (gnus-extract-address-components):
6324         Declare as functions.
6325
6326 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6329
6330         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6331
6332         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6333         bind show-trailing-whitespace for XEmacs.
6334
6335 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6338         new no-op macro for backward compatibility.
6339
6340         * imap.el (imap-string-to-integer): New function.
6341
6342 2007-12-09  Glenn Morris  <rgm@gnu.org>
6343
6344         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6345
6346         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6347         * message.el, mm-view.el, sieve-manage.el, smime.el:
6348         Add declare-function compatibility definition.
6349
6350         * gnus-art.el (w3-region, w3m-region, Info-menu):
6351         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6352         * gnus-sum.el (gnus-get-predicate):
6353         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6354         * message.el (mail-abbrev-in-expansion-header-p):
6355         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6356         (w3m-detect-meta-charset, w3m-region):
6357         * sieve-manage.el (password-read, password-cache-add)
6358         (password-cache-remove):
6359         * smime.el (password-read-and-add): Declare as functions.
6360
6361 2007-12-08  David Kastrup  <dak@gnu.org>
6362
6363         * gnus-sum.el (gnus-summary-simplify-subject-query):
6364         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6365         `message'.
6366
6367 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6370         it to bind idna-program, installation-directory, defined-colors, and
6371         face-attribute for XEmacs of the version that compiles defcustom forms.
6372
6373 2007-12-07  Glenn Morris  <rgm@gnu.org>
6374
6375         * gnus-art.el (article-make-date-line): Revert previous change.
6376
6377 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6380
6381 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6382
6383         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6384         Call gnus-add-to-range ranges only once with a prepared article-list.
6385
6386 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6387
6388         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6389         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6390         group names with backslashes.  Reported by Tassilo Horn
6391         <tassilo@member.fsf.org>.
6392
6393 2007-12-06  Deepak Goel  <deego3@gmail.com>
6394
6395         * gnus-art.el (article-make-date-line):
6396         * gnus-start.el (gnus-load):
6397         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6398
6399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-art.el (gnus-use-idna)
6402         * gnus-start.el (gnus-site-init-file)
6403         * message.el (message-use-idna)
6404         * mm-uu.el (mm-uu-hide-markers)
6405         * smiley.el (smiley-style): Revert changes that suppress warnings.
6406
6407 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6410         specify charset to html source.  Reported by Christoph Conrad
6411         <christoph.conrad@gmx.de>.
6412
6413 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6416         idna-program in order to suppress byte compile warning issued by XEmacs
6417         that came to byte compile the default value section of defcustom forms
6418         recently.
6419
6420         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6421         value of installation-directory.
6422
6423         * message.el (message-use-idna): Don't directly refer to the value of
6424         idna-program.
6425
6426         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6427
6428         * smiley.el (smiley-style): Don't directly call face-attribute.
6429
6430 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6433
6434         * gnus-dired.el: Reduce Gnus dependencies.
6435         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6436         require.  Use autoloads instead.
6437         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6438         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6439         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6440         (gnus-dired-mode): Adjust doc string.
6441         (gnus-dired-mail-mode): New variable.
6442         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6443         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6444         (gnus-dired-mail-buffers): New function.  Return mail or message
6445         composition buffers.
6446         (gnus-dired-attach): Use it.
6447         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6448         NO-DECODE.
6449         (gnus-dired-print): Use `gnus-print-buffer' depending on
6450         `gnus-dired-mail-mode'.
6451
6452 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * rfc2047.el (rfc2047-encoded-word-regexp)
6455         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6456         explaining what regexp patterns are for.
6457
6458 2007-12-04  Glenn Morris  <rgm@gnu.org>
6459
6460         * password.el: Move to password-cache.el.
6461
6462         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6463         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6464         * mml-smime.el (password-read, password-cache-add)
6465         (password-cache-remove):
6466         No need to autoload, since mml-sec requires password.
6467
6468         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6469         * message.el (gnus-extract-address-components):
6470         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6471
6472         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6473         password.
6474
6475 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * mailcap.el: Reduce dependencies.
6478         (mail-header-parse-content-type): Autoload.
6479         (mailcap-delete-duplicates): New alias.
6480         (mailcap-mime-info): Add optional argument NO-DECODE.
6481         (mailcap-mime-types): Use mailcap-delete-duplicates.
6482
6483         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6484
6485 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6486
6487         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6488         (imap-parse-status): Upcase status-att for servers that sends them
6489         lower-case (e.g., MS Exchange 2007).
6490
6491 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6494         function.
6495
6496         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6497         (gnus-uu-yenc-article): New function.
6498
6499         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6500
6501         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6502         buffer.
6503
6504 2007-12-02  Glenn Morris  <rgm@gnu.org>
6505
6506         * binhex.el (binhex): New custom group.
6507         (binhex-decoder-program, binhex-decoder-switches)
6508         (binhex-use-external): Move to the binhex custom group.
6509
6510         * uudecode.el (uudecode): New custom group.
6511         (uudecode-decoder-program, uudecode-decoder-switches)
6512         (uudecode-use-external): Move to the uudecode custom group.
6513
6514         * netrc.el (top-level): Don't load `encrypt' features.
6515         (netrc-parse): Don't use encrypt.
6516         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6517
6518         * encrypt.el: Remove file.
6519
6520 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6523         matches on patches.
6524
6525         * gnus-art.el (gnus-article-browse-html-article): Mention
6526         `mm-text-html-renderer' in the doc string.
6527
6528         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6529         string.  Add comments.
6530
6531         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6532         if rhs is ASCII.
6533
6534 2007-12-01  Glenn Morris  <rgm@gnu.org>
6535
6536         * mail-source.el (top-level): Require format-spec before
6537         eval-when-compile.
6538
6539 2007-11-30  Glenn Morris  <rgm@gnu.org>
6540
6541         * encrypt.el: Require password, rather than autoloading password-read.
6542
6543 2007-11-29  Glenn Morris  <rgm@gnu.org>
6544
6545         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6546         (sasl-make-client, sasl-next-step, sasl-step-data)
6547         (sasl-step-set-data): Declare as functions.
6548
6549 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6552
6553 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6554
6555         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6556         certs should be verified and what is to be done in the event of a
6557         verification failure.
6558
6559         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6560         caller can indicate whether the cache should be disregarded for this
6561         call.  This way the result of the call is reproducible at all times and
6562         can be considered a canonical server name for the supplied method.
6563         (gnus-agent-method-p): Canonicalize server names by pushing their
6564         method through `gnus-method-to-server' using the no-cache argument.
6565
6566         * gnus-srvr.el (gnus-server-insert-server-line): Call
6567         `gnus-method-to-server' with `no-cache' argument.
6568
6569         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6570         gnus-agent-possibly-synchronize-flags as this should be called when the
6571         server is actually being opened.
6572         (gnus-agent-possibly-synchronize-flags)
6573         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6574         flags file of an agentized server to the latter function.
6575
6576         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6577         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6578         after a connection has been established successfully.
6579
6580 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-art.el (article-display-face): Force to display face if called
6583         interactively; check if gnus-article-x-face-too-ugly matches author.
6584         (article-display-x-face): Display face even if From header is missing
6585         as article-display-face does.
6586
6587 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6588
6589         * hashcash.el (message-narrow-to-headers-or-head)
6590         (message-fetch-field, message-goto-eoh)
6591         (message-narrow-to-headers): Declare as functions.
6592
6593 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * mail-source.el (mail-sources): Default to fetch from file for
6596         compatibility with default of nnmail-spool-file.
6597
6598 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6601         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6602         to look for encoded word that should be encoded again.
6603         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6604         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6605         encoding pattern.
6606         (rfc2047-decode-region): Switch strict regexp and loose one according
6607         to rfc2047-allow-irregular-q-encoded-words.
6608
6609 2007-11-25  Romain Francoise  <romain@orebokech.com>
6610
6611         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6612
6613 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * tls.el (tls-program): Provide more custom choices from
6616         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6617         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6618
6619 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6622         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6623
6624         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6625         `nnmail-spool-file'.
6626
6627         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6628         `nnmail-spool-file'.
6629
6630         * gnus-move.el (gnus-change-server): Ditto.
6631
6632         * gnus-kill.el (gnus-batch-score): Ditto.
6633
6634         * gnus-cache.el (gnus-jog-cache): Ditto.
6635
6636         * gnus-msg.el (gnus-summary-reply):
6637         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6638
6639 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6642         version.  Minor improvement to doc strings.
6643         (tls-program): Add comment.
6644
6645 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6646
6647         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6648         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6649         mismatch between the hostname provided in the certificate and the name
6650         of the host connnecting to.
6651         (open-tls-stream): Use them.  Check certificates against trusted root
6652         certificates.
6653
6654 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * gnus-cache.el (gnus-cache-generate-nov-databases):
6657         Use nnml-generate-nov-databases-directory instead of
6658         nnml-generate-nov-databases-1.
6659
6660 2007-11-24  Glenn Morris  <rgm@gnu.org>
6661
6662         * message.el (message-tool-bar-retro): Update for rename
6663         mail_send.xpm->mail-send.xpm.
6664
6665 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6668         `smime-ldap-search' for Emacs 22 and up.
6669
6670 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6671
6672         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6673
6674         * message.el (message-send-mail-function): Fix error convention.
6675         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6676         (message-widen-reply, message-send-mail, message-talkative-question)
6677         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6678         (message-clone-locals, message-send-news): Use with-current-buffer.
6679         (message-insert-or-toggle-importance): Remove unused var `valid'.
6680         (message-make-references): Remove unused var `new-references'.
6681         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6682
6683 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6684
6685         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6686         (spam-split-symbolic-return-positive): Reflow docstring.
6687         (spam-backends, spam-summary-exit-behavior)
6688         (spam-mark-ham-unread-before-move-from-spam-group)
6689         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6690         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6691         (spam-clear-cache, spam-backend-check, spam-install-backend)
6692         (spam-install-statistical-backend, spam-list-of-processors)
6693         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6694         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6695         (spam-check-crm114, spam-initialize, spam-unload-hook):
6696         Fix typos in docstrings.
6697
6698 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6701         been checked if they have never been read and those group levels are
6702         higher than the one that a user specified.
6703
6704 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6707         foreign groups unless a group level is specified by a user.
6708         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6709
6710 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * message.el (message-send-mail-function): Require sendmail.
6713
6714 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * message.el (message-send-mail-function): Check for smtpmail too.
6717
6718         * utf7.el (utf7-encode, utf7-decode): Use coding system
6719         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6720
6721         * message.el (message-send-mail-function): New function.
6722         (message-send-mail-function): Set default using
6723         message-send-mail-function.  Adjust doc string.
6724         (message-send-mail-with-mailclient): New function.
6725
6726 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6727
6728         * smime.el (from):
6729         * rfc2047.el (message-posting-charset):
6730         * qp.el (mm-use-ultra-safe-encoding):
6731         * pop3.el (parse-time-months):
6732         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6733         * nnml.el (files):
6734         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6735         (jka-compr-compression-info-list, ange-ftp-path-format)
6736         (efs-path-regexp):
6737         * nndiary.el (files):
6738         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6739         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6740         (epg-digest-algorithm-alist, inhibit-redisplay)
6741         (password-cache-expiry):
6742         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6743         (pgg-output-buffer, password-cache-expiry):
6744         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6745         (efs-path-regexp):
6746         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6747         (inhibit-redisplay):
6748         * mm-uu.el (file-name, start-point, end-point, entry)
6749         (gnus-newsgroup-name, gnus-newsgroup-charset):
6750         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6751         (latin-unity-ucs-list):
6752         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6753         (mm-uu-binhex-decode-function):
6754         * message.el (gnus-message-group-art, gnus-list-identifiers)
6755         (rmail-enable-mime-composing, gnus-local-organization)
6756         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6757         (gnus-read-active-file, facemenu-add-face-function)
6758         (facemenu-remove-face-function, gnus-article-decoded-p)
6759         (tool-bar-mode):
6760         * mail-source.el (display-time-mail-function):
6761         * gnus-util.el (nnmail-pathname-coding-system)
6762         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6763         (gnus-original-article-buffer, gnus-user-agent)
6764         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6765         (xemacs-codename, sxemacs-codename, emacs-program-version):
6766         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6767         * gnus-start.el (gnus-agent-covered-methods)
6768         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6769         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6770         (gnus-newsgroup-headers, gnus-group-list-mode)
6771         (gnus-group-mark-positions, gnus-newsgroup-data)
6772         (gnus-newsgroup-unreads, nnoo-state-alist)
6773         (gnus-current-select-method, mail-sources)
6774         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6775         (nnmail-spool-file, gnus-cache-active-hashtb):
6776         * gnus-mh.el (mh-lib-progs):
6777         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6778         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6779         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6780         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6781         (gnus-group-buffer):
6782         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6783         (font-lock-set-defaults):
6784         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6785         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6786         (gnus-summary-post-menu, total-parts, type, condition, length):
6787         * gnus-agent.el (gnus-agent-read-agentview):
6788         * flow-fill.el (show-trailing-whitespace):
6789         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6790         eval-and-compile wrappers for byte compiler pacifiers.
6791
6792         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6793         (mm-display-inline-fontify): Check for featurep 'xemacs not
6794         extent-list.
6795
6796         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6797         itimer-list.
6798         (mm-create-image-xemacs): Only do something for XEmacs.
6799         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6800
6801         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6802
6803         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6804         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6805
6806 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6807
6808         * nnimap.el (nnimap-split-download-body):
6809         * gnus-demon.el (gnus-demon):
6810         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6811
6812 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6815         macros.
6816         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6817         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6818         copy data from unibyte buffer to multibyte current buffer.
6819         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6820         to copy data from unibyte current buffer to multibyte buffer.
6821         (nntp-make-process-buffer): Make process buffer unibyte.
6822
6823         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6824
6825 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6826
6827         * pop3.el (pop3-open-server): Accept and process data more robustly at
6828         connexion start to avoid spurious "POP SSL connexion failed" errors.
6829
6830 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6833         read group names.
6834
6835 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6838
6839 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6842         (nnmail-save-active): Use a unibyte buffer when saving active file,
6843         which may contain non-ASCII group names.
6844
6845         * nnml.el (nnml-request-group): Decode group names in messages.
6846
6847 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * message.el (message-citation-line-function)
6850         (message-insert-formatted-citation-line): Fix spelling of
6851         `message-insert-formated-citation-line'.
6852
6853 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6856
6857 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6860         nnmail-pathname-coding-system.
6861
6862         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6863         that a user enters; decode group names in messages.
6864
6865         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6866
6867 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6870
6871         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6872
6873         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6874         risky local variable.
6875
6876         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6877
6878 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * encrypt.el: Improve documentation to fix function name typo.
6881         Reported by Daiki Ueno <ueno@unixuser.org>.
6882
6883 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6886         even if the point is not in the last page of an article.
6887         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6888         back to the previous page.
6889
6890 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6893
6894 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6897
6898 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6899
6900         * message.el (message-check-news-body-syntax): Avoid
6901         mm-string-as-multibyte.
6902         (message-hide-headers): Don't assume (point-min)==1.
6903
6904 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * message.el (message-remove-blank-cited-lines): Fix if remove is
6907         given.
6908         (message-bogus-address-regexp): New variable.
6909         (message-bogus-recipient-p): New function.
6910         (message-check-recipients): New command.
6911         (message-syntax-checks): Add `bogus-recipient'.
6912         (message-fix-before-sending): Add `bogus-recipient'.
6913
6914         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6915         (gnus-treat-body-boundary): Don't test window-system.
6916
6917 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6918
6919         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6920
6921 2007-10-28  Miles Bader  <miles@gnu.org>
6922
6923         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6924         at compile-time too.
6925
6926 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * gnus-msg.el (gnus-message-setup-hook): Add
6929         `message-remove-blank-cited-lines' to options.
6930
6931 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * message.el (message-remove-blank-cited-lines): New function.
6934         Suggested by Karl Plästerer.
6935
6936 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6939         mapc.
6940
6941         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6942         (top-level): Use mapc to set functions to be traced for debugging.
6943
6944         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6945         called for effect with while loop.
6946
6947         * message.el (message-talkative-question): Replace mapcar called for
6948         effect with mapc.
6949
6950         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6951         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6952         called for effect with dolist.
6953
6954         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6955
6956         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6957         gnus-extra-headers and nnmail-extra-headers.
6958
6959         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6960         called for effect with dolist.
6961         (top-level): Use mapc to set functions to be traced for debugging.
6962
6963         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6964         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6965         dolist.
6966
6967         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6968         Replace mapcar called for effect with mapc.
6969         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6970         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6971         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6972         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6973
6974         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6975         remove-if that's a cl function.
6976
6977         * webmail.el (webmail-debug): Replace mapcar called for effect with
6978         dolist.
6979
6980         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6981         with mapc.
6982
6983 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6986         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6987         with while loop.
6988
6989         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6990         functions from article-* functions.
6991         (gnus-multi-decode-header): Replace mapcar called for effect with
6992         dolist.
6993
6994         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6995         (gnus-bookmark-show-details): Replace mapcar called for effect with
6996         while loop.
6997
6998         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6999         called for effect with while loop.
7000
7001         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7002         with dolist.
7003
7004         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7005         mapcar called for effect with dolist.
7006
7007         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7008
7009         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7010         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7011         Replace mapcar called for effect with dolist.
7012         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7013         mapc.
7014
7015         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7016         Replace mapcar called for effect with dolist.
7017         (gnus-topic-list): Replace mapcar called for effect with mapc.
7018
7019         * gnus.el: Use mapc instead of mapcar to add autoloads.
7020
7021 2007-10-23  Richard Stallman  <rms@gnu.org>
7022
7023         * gnus-group.el (gnus-group-highlight): Mark as risky.
7024
7025 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus.el (gnus-server-to-method): Return method found first in
7028         gnus-newsrc-alist.
7029
7030         * gnus-art.el (gnus-article-highlight-signature)
7031         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7032         button overlay without the front stickiness.
7033
7034 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7035
7036         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7037         overview buffer needed a catch to receive its throw.
7038         (gnus-agent-flush-cache): Declared as interactive to make this function
7039         easier to use.
7040
7041 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7044         `next-line'.
7045
7046 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7049         exclude address matching message-dont-reply-to-names.
7050
7051 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-util.el (gnus-string<): New function.
7054
7055         * gnus-sum.el (gnus-article-sort-by-author)
7056         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7057
7058 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7061         the frame-focus tag is set in gnus-buffer-configuration.
7062
7063 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7066         the front stickiness.
7067
7068 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7071         url pattern; remove duplicate one.
7072         (gnus-article-extend-url-button): New function.
7073         (gnus-article-add-buttons): Use it.
7074         (gnus-button-push): Use concatenated url that it makes.
7075
7076 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7077
7078         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7079
7080 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7081
7082         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7083         Don't hardcode point-min==1.
7084
7085 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7088         Fix comment about "iso8859-1".
7089
7090 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7091
7092         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7093         ones returned from the verify-function.
7094
7095         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7096         mml2015-extract-cleartext-signature if extraction failed.
7097
7098 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7099
7100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7101         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7102         failed.
7103
7104 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7107
7108 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7111         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7112         recommends to use EasyPG instead of PGG.
7113
7114         * pgg.el: Revert to revision 6.23.2.16.
7115
7116         * pgg-def.el: Revert to revision 6.6.2.14.
7117
7118         * pgg-gpg.el: Revert to revision 6.23.2.34.
7119
7120 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7123         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7124         thread for both the null and zero (kill/expire thread) universal prefix
7125         cases.
7126         (gnus-summary-expire-thread): Add new function to expire a thread,
7127         using gnus-summary-kill-thread.
7128         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7129         shortcuts for gnus-summary-expire-thread.
7130         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7131         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7132
7133 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7136         extras value, so an extras entry can be deleted.
7137         (gnus-registry-delete-extra-entry): Use it.
7138         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7139         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7140         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7141         storage through the gnus-registry, and provide an appropriate API for
7142         it.
7143
7144 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7147         Suggested by Leo <sdl.web@gmail.com>.
7148
7149         * gnus.el: Do.
7150
7151 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7154         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7155
7156         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7157
7158         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7159         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7160
7161 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7164         newline.
7165         (nnmbox-request-accept-article): Don't change article in source buffer;
7166         narrow to header to use message-fetch-field rather than
7167         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7168         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7169         as delimiters; make sure article ends with newline.
7170         (nnmbox-delete-mail): Correct last position of article to be deleted;
7171         ignore X-Gnus-Newsgroup header in article body.
7172         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7173         positions; make sure article ends with newline.
7174
7175         * message.el (message-display-abbrev): Don't infloop when a user
7176         inserts SPC in the beginning of header.
7177
7178         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7179         coding-system-for-read and coding-system-for-write for XEmacs having no
7180         file-coding feature.
7181
7182         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7183
7184 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7187         list of groups not followed by default.  Fix type to be regexp.
7188         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7189
7190 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7191
7192         * hmac-def.el (define-hmac-function): Switch from old-style to
7193         new-style backquotes.
7194
7195         * md4.el (md4-make-step): Likewise.
7196
7197 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7200         raw-text coding system when saving .newsrc file, which may contain
7201         non-ASCII group names.
7202
7203 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-cus.el (gnus-score-extra): New widget.
7206         (gnus-score-extra-convert): New function.
7207         (gnus-score-customize): Use it for Extra.
7208
7209 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7210
7211         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7212         (mml2015-mailcrypt-clear-verify): Use it.
7213         (mml2015-gpg-clear-verify): Use it.
7214         (mml2015-pgg-clear-verify): Use it.
7215         (mml2015-epg-clear-verify): Replace the current part with the output
7216         from GnuPG; don't extract the plaintext by itself.
7217
7218         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7219         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7220         mml2015-clear-verify-function; don't touch the armor headers or
7221         dash-escaped text here.
7222
7223 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7226         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7227         parts, or application/octet-stream as a last resort.
7228         (gnus-mime-view-part-as-type): Don't toggle display.
7229         (gnus-mime-view-part-as-charset): Don't turn off display before
7230         querying charset.
7231
7232         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7233         stuff to undisplayer function in Emacs.
7234         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7235
7236         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7237         text/calendar parts.
7238
7239 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7242         decoding text/calendar parts.
7243
7244         * message.el (message-forward-make-body-mime): Always mark body as
7245         having no illegible text; remove signed-or-encrypted argument.
7246         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7247
7248         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7249         (mml-generate-mime-1): Don't encode body if it is specified to be in
7250         raw form; don't make buffer be unibyte when inserting multibyte string.
7251
7252 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7253
7254         * sha1.el: Fix up comment style.
7255         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7256         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7257
7258         * hex-util.el: Fix up comment style.
7259         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7260
7261         * gnus-salt.el: Use with-current-buffer.
7262         (gnus-pick-setup-message): Fix long-standing typo.
7263
7264 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * imap.el (imap-logout-timeout): New variable.
7267         (imap-logout, imap-logout-wait): New functions.
7268         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7269
7270         * nnimap.el (nnimap-logout-timeout): New server variable.
7271         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7272         nnimap-logout-timeout.
7273
7274         * gnus-art.el (gnus-article-summary-command-nosave)
7275         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7276
7277 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus.el (gnus-maximum-newsgroup): New variable.
7280
7281         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7282         according to gnus-maximum-newsgroup.
7283
7284         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7285         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7286         Limit the range of articles according to gnus-maximum-newsgroup.
7287
7288 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7289
7290         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7291         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7292         Don't perform gnus-configure-windows here; reuse existing sticky
7293         article buffer.
7294
7295         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7296         it doesn't exist in gnus-article-mode.
7297
7298 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7301         (gnus-agent-decoded-group-name): New function.
7302         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7303         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7304
7305 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7306
7307         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7308         Add binding for gnus-sticky-article.
7309         (gnus-summary-exit): Don't kill sticky article buffers.
7310
7311         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7312         article buffer.
7313         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7314         (gnus-kill-sticky-article-buffers): New commands.
7315
7316 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * nntp.el (nntp-xref-number-is-evil): New server variable.
7319         (nntp-find-group-and-number): If it is non-nil, don't trust article
7320         numbers in the Xref header.
7321
7322 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-agent.el (gnus-agent-read-group): New function.
7325         (gnus-agent-flush-group, gnus-agent-expire-group)
7326         (gnus-agent-regenerate-group): Use it.
7327         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7328         nnmail-pathname-coding-system.
7329
7330 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7333
7334         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7335         that are unread as unread, and also as selected so that information of
7336         marks having been changed by a user may be updated when exiting group.
7337
7338 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7341         calculated ignoring signature parts to gnus-treat-article.
7342
7343 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7346         a point here in order to keep the window start.
7347         (gnus-insert-mime-security-button): Make a button overlay without the
7348         front stickiness.
7349         (gnus-mime-display-security): Goto the end of a button.
7350
7351         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7352
7353 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7356         group-name-at-point.
7357         (gnus-group-completing-read): New function that offers decoded
7358         non-ASCII group names for completion.
7359         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7360         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7361         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7362         (gnus-group-fetch-control): Use it.
7363         (gnus-fetch-group): Use group-name-at-point for the initial value
7364         rather than the default value; use gnus-alive-p.
7365
7366         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7367         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7368         (gnus-summary-post-news): Use gnus-group-completing-read.
7369
7370         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7371         (gnus-read-move-group-name): Decode group name for completion.
7372
7373 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7376         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7377         Yamaoka slightly modified the code).
7378
7379 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7382         (nnmail-split-incoming): Bind it.
7383
7384         * nnml.el (nnml-group-name-charset): New function.
7385         (nnml-decoded-group-name): Use it; don't decode group name if
7386         nnmail-group-names-not-encoded-p is non-nil.
7387         (nnml-encoded-group-name): New function.
7388         (nnml-group-pathname): Inline nnml-decoded-group-name.
7389         (nnml-request-expire-articles): Decode group name in message.
7390         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7391         nnmail-pathname-coding-system.
7392         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7393         not decoded ones according to nnmail-group-names-not-encoded-p.
7394         (nnml-generate-active-info): Use nnml-encoded-group-name.
7395
7396 2007-08-08  Glenn Morris  <rgm@gnu.org>
7397
7398         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7399         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7400         doc-strings and comments.
7401
7402 2007-07-25  Glenn Morris  <rgm@gnu.org>
7403
7404         * Relicense all FSF files to GPLv3 or later.
7405
7406 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-sum.el (gnus-summary-move-article): Make
7409         gnus-summary-respool-article work.
7410
7411 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7414         string.
7415
7416 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7417
7418         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7419         that should be ignored when comparing distant RSS articles with local
7420         ones.
7421         (nnrss-make-hash-index): New function.  Create a hash index according
7422         to the ignored fields.
7423         (nnrss-check-group): Use it.
7424
7425 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7428
7429         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7430
7431         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7432         the new optional argument ENCODED is non-nil.
7433         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7434         coding system for encoding group name.
7435         (gnus-group-make-rss-group): Pass un-encoded group name to
7436         gnus-group-make-group.
7437         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7438         encoded.
7439
7440         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7441         Encode group name to which articles are moved or copied.
7442         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7443         coding system for encoding Newsgroup, Followup-To and Xref headers.
7444
7445         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7446         marks; use nnheader-file-coding-system to write a file.
7447         (nnagent-retrieve-headers): Bind file-name-coding-system to
7448         nnmail-pathname-coding-system.
7449
7450         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7451
7452         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7453         (nnml-request-article, nnml-request-create-group)
7454         (nnml-request-rename-group, nnml-find-id)
7455         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7456         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7457         (nnml-save-marks): Use nnml-group-pathname instead of
7458         nnmail-group-pathname.
7459
7460         (nnml-request-create-group, nnml-request-expire-articles)
7461         (nnml-request-move-article, nnml-request-delete-group)
7462         (nnml-deletable-article-p, nnml-possibly-create-directory)
7463         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7464         (nnml-open-marks): Bind file-name-coding-system to
7465         nnmail-pathname-coding-system.
7466
7467         (nnml-request-article): Pass server argument to nnml-find-group-number.
7468         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7469         server argument to nnml-possibly-create-directory.
7470         (nnml-request-accept-article): Pass server argument to
7471         nnml-active-number and nnml-save-mail.
7472         (nnml-find-group-number): Pass server argument to nnml-find-id.
7473         (nnml-request-update-info): Pass server argument to
7474         nnml-marks-changed-p.
7475
7476         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7477         (nnml-save-mail, nnml-active-number): Add server argument.
7478
7479         (nnml-request-delete-group): Warn if group is missing.
7480         (nnml-get-nov-buffer): Decode group name.
7481         (nnml-generate-active-info): Encode group name.
7482         (nnml-open-marks): Decode group name in messages.
7483
7484 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7487         if it is not specified.
7488         (gnus-article-pipe-part, gnus-article-save-part)
7489         (gnus-article-interactively-view-part, gnus-article-copy-part)
7490         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7491         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7492         (gnus-article-replace-part, gnus-article-delete-part)
7493         (gnus-article-view-part-as-type): Pass raw prefix argument to
7494         gnus-article-part-wrapper.
7495
7496 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-agent.el (gnus-agent-save-active): Bind
7499         nnheader-file-coding-system to gnus-agent-file-coding-system.
7500
7501         * gnus-cache.el (gnus-cache-save-buffers)
7502         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7503         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7504         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7505         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7506         (gnus-cache-generate-active, gnus-cache-rename-group)
7507         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7508         (gnus-cache-update-overview-total-fetched-for): Bind
7509         file-name-coding-system to nnmail-pathname-coding-system.
7510         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7511         variables.
7512         (gnus-cache-decoded-group-name): New function.
7513         (gnus-cache-file-name): Use it.
7514         (gnus-cache-generate-active): Use non-decoded group name for active.
7515
7516         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7517         right place.
7518         (gnus-write-active-file): Don't break non-ASCII group names.
7519
7520         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7521         nnmail-pathname-coding-system.
7522
7523         * lpath.el: Bind default-file-name-coding-system,
7524         file-name-coding-system and language-info-alist for XEmacs.
7525
7526         * gnus-uu.el (gnus-uu-decode-save): Typo.
7527
7528 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7531
7532 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7535         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7536         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7537         (gnus-agent-flush-group, gnus-agent-flush-cache)
7538         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7539         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7540         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7541         (gnus-agent-regenerate-group)
7542         (gnus-agent-update-files-total-fetched-for)
7543         (gnus-agent-update-view-total-fetched-for): Bind
7544         file-name-coding-system to nnmail-pathname-coding-system.
7545         (gnus-agent-group-pathname): Don't encode file names by
7546         nnmail-pathname-coding-system.
7547         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7548         coding-system-for-write instead of buffer-file-coding-system to
7549         gnus-agent-file-coding-system.
7550
7551         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7552         Decode group name.
7553
7554         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7555
7556         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7557         (gnus-read-newsrc-el-file): Make group names unibyte.
7558
7559         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7560         nnmail-pathname-coding-system.
7561
7562         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7563         (nnrss-request-delete-group): Bind file-name-coding-system to
7564         nnmail-pathname-coding-system.
7565         (nnrss-read-server-data, nnrss-read-group-data): Bind
7566         file-name-coding-system correctly.
7567         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7568
7569         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7570         (nntp-server-to-method-cache): New variable.
7571         (nntp-group-pathname): New function that decodes non-ASCII group names.
7572         (nntp-possibly-create-directory, nntp-marks-changed-p)
7573         (nntp-save-marks, nntp-open-marks): Use it.
7574         (nntp-possibly-create-directory, nntp-open-marks):
7575         Bind file-name-coding-system to nnmail-pathname-coding-system.
7576         (nntp-open-marks): Decode group names when bootstrapping marks.
7577
7578         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7579         Newsgroups and Folowup-To headers.
7580
7581 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7584         (gnus-server-closed-face, gnus-server-denied-face)
7585         (gnus-server-offline-face): Remove variable.
7586         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7587
7588         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7589         of modifying message-stack directly for XEmacs.
7590
7591         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7592         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7593         if the coding-system argument is nil for XEmacs.
7594
7595         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7596         mm-charset-override-alist.
7597
7598         * rfc2047.el: Don't require base64; require rfc2045 for the function
7599         rfc2045-encode-string.
7600         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7601         to quote the parameter value.
7602
7603 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7606         form in gnus-group-name-charset-method-alist.
7607
7608         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7609         overrides the default layout edit-form.
7610
7611         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7612
7613         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7614
7615 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7618         as unfetched articles.
7619
7620 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7623
7624 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7627         original back end that keeps marks in the local system.
7628
7629 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7632         arg of pop-to-buffer for XEmacs.
7633         (gnus-article-read-summary-keys): Ditto; don't restore window
7634         configuration if summary command ends up with neither article buffer
7635         nor summary buffer; describe bindings if summary keys end with C-h.
7636
7637 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * message.el (message-fix-before-sending): Skip raw message part to be
7640         forwarded while checking illegible text.
7641         (message-forward-make-body-mime, message-forward-make-body): Mark
7642         signed or encrypted raw message as having no illegible text.
7643
7644 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7647         (gnus-message-with-timestamp-1): New macro.
7648         (gnus-message-with-timestamp): New function.
7649         (gnus-message): Use them.
7650
7651         * nnheader.el (nnheader-message): Use them.
7652
7653 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7656         .newsrc.eld file.
7657
7658 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-agent.el (gnus-agent-fetch-headers)
7661         (gnus-agent-retrieve-headers): Bind
7662         gnus-decode-encoded-address-function to identity.
7663
7664         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7665         available also when the server returns simply a dot.
7666
7667         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7668
7669 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7672
7673 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-ems.el (gnus-x-splash): Make it work.
7676
7677         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7678         from being used.
7679
7680         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7681
7682 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7685         4th and the 5th arguments.
7686
7687         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7688         the front stickiness.
7689         (gnus-article-summary-command-nosave): Correct the order of the
7690         arguments passed to pop-to-buffer.
7691         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7692         summary command ends up with the article buffer.
7693
7694         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7695         the same faces.
7696
7697 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7698
7699         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7700
7701 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7702
7703         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7704         * gnus-sum.el (gnus-summary-highlight):
7705         * pgg.el (pgg-sign-region, pgg-sign):
7706         * mail-source.el (mail-source-delete-old-incoming-confirm):
7707         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7708
7709 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-mime-view-part-externally)
7712         (gnus-mime-view-part-internally): Fix predicate function passed to
7713         completing-read.
7714
7715         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7716
7717         * gnus.el (gnus-update-message-archive-method): Add :version.
7718
7719 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus.el (gnus-update-message-archive-method): New variable.
7722
7723         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7724         according to gnus-message-archive-method if
7725         gnus-update-message-archive-method is non-nil.
7726
7727 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7730         by Loic Dachary <loic@dachary.org>.
7731         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7732
7733 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * message.el (message-pop-to-buffer): Add switch-function argument.
7736         (message-mail): Pass switch-function argument to it.
7737
7738 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7741         Improve doc string.
7742
7743 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7746         (gnus-header-content)
7747         * gnus-cite.el (gnus-cite-10)
7748         * gnus-srvr.el (gnus-server-closed)
7749         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7750         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7751         (gnus-group-mail-3-empty, gnus-group-mail-low)
7752         (gnus-group-mail-low-empty, gnus-splash)
7753         * message.el (message-header-to, message-header-cc)
7754         (message-header-subject, message-header-other, message-header-name)
7755         (message-header-xheader, message-separator, message-cited-text)
7756         (message-mml): Lighten colors of faces used for dark background.
7757
7758 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7759
7760         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7761         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7762
7763 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * message.el (message-narrow-to-headers-or-head):
7766         Ignore mail-header-separator in the body.
7767
7768 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7771         same as window size.
7772
7773 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7774
7775         * message.el (message-font-lock-keywords): Use message-header-xheader
7776         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7777         ahead of the anything pattern, to get it recognised.
7778
7779 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7782         spam.el loads uses it in the compiled defadvice form.
7783
7784 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7785
7786         * gnus-sum.el (gnus-articles-to-read)
7787         (gnus-summary-insert-old-articles): Don't truncate group name for
7788         `read-string'.
7789
7790         * gnus-util.el (gnus-limit-string): Delete this function.
7791
7792         * gnus-sum.el (gnus-simplify-subject-fully): Use
7793         `truncate-string-to-width' instead.
7794
7795 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7796
7797         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7798         if, on summary exit, the next group has to be selected.
7799         (gnus-summary-exit): Use it.
7800
7801 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7804         non-break space.
7805
7806 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7809         Check if group is not a directory.
7810         (nnfolder-request-expire-articles): Don't delete articles if the target
7811         group is not available.
7812
7813         * nnml.el (nnml-request-create-group): Properly check if group is not a
7814         file.
7815         (nnml-request-expire-articles): Don't delete articles if the target
7816         group is not available.
7817
7818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7819         Don't quote characters that are within parentheses.
7820
7821 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7824         (gnus-handle-ephemeral-exit): Select article according to it.
7825
7826 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * message.el (message-insert-formated-citation-line): Remove newline.
7829         (message-citation-line-format): Add final \n here so that the user can
7830         avoid a blank line.
7831
7832 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7833
7834         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7835         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7836         Update lanl/arXiv support.
7837
7838 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus.el: Bump version number.
7841
7842 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus.el (gnus-version-number): Bump version.
7845
7846 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7847
7848         * gnus.el: No Gnus v0.6 is released.
7849
7850 2007-04-27  Didier Verna  <didier@xemacs.org>
7851
7852         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7853         * gmm-utils.el (gmm-regexp-concat): here.
7854         * message.el: Don't require 'gnus-util.
7855         (message-dont-reply-to-names): Handle name change above.
7856         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7857
7858 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7861         since the initial value varies according to the system.
7862
7863 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7866
7867 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7868
7869         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7870
7871 2007-04-24  Didier Verna  <didier@xemacs.org>
7872
7873         Improve the type of gnus-ignored-from-addresses.
7874         * gnus-util.el (gnus-orify-regexp): New function.
7875         * message.el (gnus-util): Require it.
7876         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7877         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7879
7880 2007-04-24  Didier Verna  <didier@xemacs.org>
7881
7882         * gnus-sum.el:
7883         * gnus-utils.el: Fix some trailing whitespaces.
7884
7885 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7888         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7889         article's Message-ID; refer parent article in summary buffer.
7890
7891         * message.el (message-bounce): Call mime-to-mml.
7892
7893         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7894         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7895         optimize and/or forms properly.
7896
7897 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7900         URL.
7901
7902 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7905
7906 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7909         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7910         displayed of multipart/alternative part if it is invoked from summary
7911         buffer.
7912
7913         * mm-view.el (mm-inline-text-html-render-with-w3m)
7914         (mm-inline-text-html-render-with-w3m-standalone)
7915         (mm-inline-render-with-function): Use mail-parse-charset by default.
7916
7917 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7918
7919         * parse-time.el (parse-time-string-chars): Check if CHAR
7920         is less than the length of parse-time-syntax.
7921
7922 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7925         from gnus-newsgroup-processable.
7926
7927 2007-04-16  Didier Verna  <didier@xemacs.org>
7928
7929         * gnus-msg.el (gnus-configure-posting-styles): Handle
7930         message-signature-directory properly with :file syntax.  Reported by
7931         "Leo".
7932
7933 2007-04-11  Didier Verna  <didier@xemacs.org>
7934
7935         New user option: message-signature-directory.
7936         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7937         * message.el (message-insert-signature): Ditto.
7938         * message.el (message-signature-file): Doc update.
7939         * message.el (message-signature-directory): New.
7940
7941 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-msg.el (gnus-inews-yank-articles): Use
7944         message-exchange-point-and-mark instead of exchange-point-and-mark.
7945
7946 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * message.el (message-yank-original): Make sure cited text ends with
7949         newline; don't exchange point and mark.
7950
7951 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7952
7953         * tls.el (open-tls-stream): Properly handle case where there
7954         is no associated buffer.
7955
7956 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7957
7958         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7959         message-yank-original, make sure (< mark TEXT point).
7960
7961 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * message.el (message-fill-column): New variable.
7964         (message-mode): Use it.  Add comment on a possible new hook.
7965
7966         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7967         (nnmail-get-new-mail): Reformat.
7968
7969         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7970
7971         * gmm-utils.el: Fix Commentary.
7972         (gmm-tool-bar-from-list): Fix typo in doc string.
7973
7974 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7975
7976         * message.el (message-yank-original): Don't switch point and mark
7977         unnecessarily to put point and mark as documented.
7978
7979 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7980
7981         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7982         from the message heads.
7983
7984 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7985
7986         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7987         article buffer does not have a window.  This may not be the best
7988         solution but is certainly better than setting the start of the null,
7989         that is the current, window.
7990
7991 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7994         (gnus-draft-setup): Run it.
7995
7996         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7997         gnus-score-fast-scoring.  Allow regexp.
7998         (gnus-score-headers): Use it.
7999
8000         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8001         XEmacs.
8002
8003         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8004         string.
8005         (gnus-button-alist): Also catch `<f1> k ...'.
8006         (gnus-treat-display-x-face): Fix doc string.
8007
8008 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8009
8010         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8011         evaluation of gnus-extended-version to ensure correct generation of the
8012         User-Agent header when message-generate-headers-first is used.
8013
8014 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8015
8016         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8017         hashcash-path is nil.  Don't call callback with incorrect number of
8018         parameters if val is 0.
8019
8020 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8021
8022         * message.el (message-required-news-headers):
8023         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8024
8025 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8026
8027         * tls.el (open-tls-stream): In handshake-waiting loop,
8028         don't wait more if there is output available to process.
8029
8030 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8031
8032         * tls.el (tls-program): Doc fix.
8033
8034 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * message.el (message-generate-new-buffers): Change the meaning of the
8037         nil value; add `standard' to the choices; treat t as `unique'; improve
8038         doc string.
8039         (gnus-select-frame-set-input-focus): Autoload.
8040         (message-buffer-name): Search for the existing message buffer if
8041         message-generate-new-buffers is nil or `standard'; treat the value t of
8042         message-generate-new-buffers as `unique'.
8043         (message-pop-to-buffer): Raise the frame already displaying the message
8044         buffer; clear the echo area after querying.
8045         (message-setup): Pass the `continue' argument to compose-mail.
8046         (message-mail): Prefer `switch-function' if it is given; search for the
8047         existing message buffer if the `continue' argument is non-nil; pass
8048         continue and switch-function arguments to compose-mail by way of
8049         message-setup.
8050         (message-mail-other-window): Adjust argument of message-setup.
8051         (message-mail-other-frame): Ditto.
8052
8053 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8056         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8057         to turn font-lock on when turning gnus-message-citation-mode on.
8058
8059 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8060
8061         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8062         (mml-smime-function-alist): New variable; add epg as the backend.
8063         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8064         mml-smime- functions instead.
8065         * mm-view.el: Require smime.
8066
8067 2007-03-05  Didier Verna  <didier@xemacs.org>
8068
8069         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8070         instead of just inheritance for posting styles.
8071         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8072
8073 2007-02-24  Chris Moore  <dooglus@gmail.com>
8074
8075         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8076         * pgg-pgp.el (pgg-pgp-encrypt-region):
8077         * pgg-gpg.el (pgg-gpg-encrypt-region):
8078         Check pgg-encrypt-for-me if no other recipients.
8079
8080 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8081
8082         * tls.el (tls-certtool-program): Fix custom type.
8083
8084 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8087         and point-at-eol instead of line-(beginning|end)-position.
8088
8089         * assistant.el (assistant-parse-buffer): Ditto.
8090
8091         * netrc.el (netrc-parse-services): Ditto.
8092
8093 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8094
8095         * mml2015.el (mml2015-epg-find-usable-key): New function.
8096         (mml2015-epg-sign): Use it.
8097         (mml2015-epg-encrypt): Use it.
8098
8099 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * message.el (message-make-in-reply-to): Quote name containing
8102         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8103         if there are special characters.  Reported by NAKAJI Hiroyuki
8104         <nakaji@jp.freebsd.org>.
8105
8106 2007-02-27  Didier Verna  <didier@xemacs.org>
8107
8108         Include the group parameters as well as the topic ones in the
8109         inheritance filter process.
8110         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8111         argument GROUP-PARAMS-LIST.
8112         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8113
8114 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * nntp.el (nntp-never-echoes-commands)
8117         (nntp-open-connection-functions-never-echo-commands): New variables.
8118         (nntp-send-command): Use them.
8119
8120 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8121
8122         * mml2015.el (mml2015-epg-verify): Simplified.
8123
8124 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * mml.el (mml-content-disposition-alist): New user option.
8127         (mml-content-disposition): New function.
8128         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8129         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8130
8131 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8132
8133         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8134         verification.
8135
8136 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8137
8138         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8139         articles posted in the last 24 hours.
8140
8141 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8142
8143         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8144
8145 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8146
8147         * nntp.el (nntp-send-command): Don't wait for echoes when
8148         nntp-open-ssl-stream is used.
8149
8150 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8153         (gnus-message-add-citation-keywords)
8154         (gnus-message-remove-citation-keywords): Remove.
8155         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8156         directly, make the variables in font-lock-defaults buffer-local, add
8157         gnus-message-citation-keywords to them and then update the value of
8158         font-lock-keywords.
8159
8160 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * message.el (message-cite-original-1): Don't call
8163         gnus-article-highlight-citation.
8164
8165         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8166         citations; fix line count.
8167
8168 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8171         (gnus-message-add-citation-keywords)
8172         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8173         versions of font-lock-add-keywords and font-lock-remove-keywords to
8174         work with XEmacs correctly.
8175
8176 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-cite.el (gnus-cite-face-list): Set the values of
8179         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8180         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8181         (gnus-message-cite-prefix-regexp): New variable.
8182         (gnus-message-search-citation-line): Use it; protect against long
8183         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8184         the 0th match data for Emacs.
8185         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8186         (gnus-message-add-citation-keywords): Append keywords rather than
8187         prepending; emulate font-lock-add-keywords if it is not available.
8188         (gnus-message-remove-citation-keywords): Emulate
8189         font-lock-remove-keywords if it is not available.
8190
8191         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8192
8193         * message.el (message-cite-prefix-regexp): Set the value of
8194         gnus-message-cite-prefix-regexp.
8195
8196 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8197
8198         * nnweb.el (nnweb-google-parse-1): Update parser.
8199
8200 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8201
8202         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8203
8204 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8205
8206         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8207         regexp.
8208
8209 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8212         string-to-multibyte.
8213         (uudecode-decode-region-internal): Use it.
8214
8215         * lpath.el: Fbind string-as-multibyte for XEmacs.
8216
8217 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8220         custom choice.
8221
8222         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8223
8224 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8225
8226         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8227
8228         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8229         `write-region' to respect `mm-inhibit-file-name-handlers'.
8230
8231 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8234         Use gnus-home-directory instead of "~/" or "$HOME".
8235
8236 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8239         to mention filename.
8240         Add comments at beginning regarding usage.
8241         (encrypt-write-file-contents): Change interactive so a string is
8242         acceptable.  If the file has no associated model, show an error instead
8243         of a nonsense prompt.
8244
8245 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8246
8247         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8248         Thanks to Yoshihiko Yamada for kind notification of this typo.
8249
8250 2007-01-12  Kenichi Handa  <handa@m17n.org>
8251
8252         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8253         multibyte buffer.
8254
8255 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-score.el (gnus-score-fast-scoring): New variable.
8258         (gnus-score-headers): Use it.
8259
8260         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8261
8262         * message.el (message-cite-original-1): Call
8263         gnus-article-highlight-citation if requested.
8264         (message-make-from): Allow name and address as optional arguments.
8265
8266         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8267
8268         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8269         bugs to doc string.
8270         (gnus-button-alist): Add mid\\|message-id.
8271         (gnus-button-fetch-group): Extend for use in
8272         `browse-url-browser-function'.
8273         (gnus-button-url-regexp): Try to catch paired parentheses like in
8274         Wikipedia URLs.
8275
8276         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8277         Suggested by Simon Krahnke <overlord@gmx.li>.
8278
8279 2007-01-13  Romain Francoise  <romain@orebokech.com>
8280
8281         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8282         Update copyright.
8283
8284 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8285
8286         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8287
8288 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * gnus-registry.el (gnus-registry-unfollowed-groups)
8291         (gnus-registry-split-fancy-with-parent): Fix documentation.
8292
8293 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8296         from nnweb groups.
8297
8298 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8301         Xref urls.  Erase buffer before requesting head.
8302
8303 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8306         customizable.
8307
8308 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8309
8310         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8311         no signing key is found.
8312         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8313         no encrypting and/or signing key is found.
8314
8315 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8318
8319 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8320
8321         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8322         headers read from disk with the ones newly found in the current search.
8323         This should no longer cause problems, because the article numbers in
8324         Gmane's `nov.php' output are ignored since the previous change.
8325
8326 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8327
8328         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8329
8330 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8333         replace-regexp-in-string; bind url-version; fbind display-images-p and
8334         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8335         find-face and set-itimer-function for Emacs; bind itimer-list for
8336         Emacs.
8337
8338         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8339
8340 2007-01-01  Romain Francoise  <romain@orebokech.com>
8341
8342         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8343
8344 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8345
8346         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8347         `define-minor-mode' macro definition expanded properly.
8348         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8349         exclude it there.
8350
8351         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8352         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8353         `fboundp' test.
8354         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8355         This is OK to autoload in (S)XEmacs now.
8356
8357 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8360         keystroke.
8361         (gnus-summary-limit-to-singletons): Fix typo.
8362
8363         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8364         else fails.
8365
8366 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8367
8368         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8369         docstring.
8370
8371         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8372         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8373         (gnus-summary-insert-dormant-articles): Fix typo in message.
8374
8375 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8378         nil for XEmacs.
8379         (gnus-message-citation-mode): Don't autoload in XEmacs.
8380
8381         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8382
8383 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8384
8385         * nnimap.el (nnimap-expunge-search-string): Mention
8386         nnimap-search-uids-not-since-is-evil in docstring.
8387
8388 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * spam.el: Revert to make-obsolete-variable because
8391         define-obsolete-variable-alias is not supported in Emacs 21.
8392
8393         * spam.el (spam-ifile-path, spam-ifile-database-path)
8394         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8395         make-obsolete-variable.
8396         (spam-bsfilter-path, spam-bsfilter-program)
8397         (spam-spamassassin-path, spam-spamassassin-program)
8398         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8399         use "path" inappropriately.
8400         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8401         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8402         variable names.
8403
8404 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8405
8406         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8407         summary buffer.
8408
8409         * password.el (password-cache-remove): Use clear-string to burn
8410         password, if available.
8411
8412 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8415
8416         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8417
8418         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8419         (gnus-message-highlight-citation): Move defcustom here from
8420         gnus-cite.el.
8421         (gnus-message-citation-mode): Autoload.
8422
8423         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8424         checks to make it compile with XEmacs.
8425         (gnus-message-citation-mode): New minor mode.
8426         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8427         (gnus-message-highlight-citation): New variables.
8428         (gnus-message-search-citation-line)
8429         (gnus-message-add-citation-keywords)
8430         (gnus-message-remove-citation-keywords)
8431         (turn-on-gnus-message-citation-mode)
8432         (turn-off-gnus-message-citation-mode): New functions.
8433
8434 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8435
8436         * gnus-cite.el: Enable highlighting of different citation levels in
8437         message-mode.
8438
8439 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-make-fqdn): Fix comment.
8442         (message-bogus-system-names): Add ".local".
8443
8444         * spam.el (spam-ifile-path, spam-ifile-program)
8445         (spam-ifile-database-path, spam-ifile-database)
8446         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8447         Don't use "path" inappropriately.
8448         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8449         strings.
8450         (spam-check-ifile, spam-ifile-register-with-ifile)
8451         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8452         new variable names.
8453
8454         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8455         (gnus-treat-display-smileys): Simplify using
8456         gnus-image-type-available-p.
8457
8458         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8459         available.
8460
8461         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8462         `display-images-p' if available.
8463
8464 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8467         one after turning on the buffer's multibyteness instead of decoding
8468         them directly in the unibyte buffer that causes unexpected conversion
8469         in Emacs 23 (unicode).
8470
8471 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8472
8473         * message.el (message-generate-hashcash): Fix custom type.
8474
8475 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8478
8479 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8482         disconnect icons.  Add help text.
8483
8484 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8487         negated to be consistent with the others we handle.
8488
8489 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8492         version of gnus-summary-buffer to something, so that we can use two
8493         article buffers at the same time.
8494
8495 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8496
8497         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8498         trigger all the extra headers.
8499         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8500         sorting.
8501
8502 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8503
8504         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8505         solid groups.
8506
8507 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8508
8509         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8510
8511 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * legacy-gnus-agent.el: Add Copyright notice.
8514
8515 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8516
8517         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8518
8519 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520
8521         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8522
8523         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8524         to make it work reliably in CVS Emacs.
8525         (gnus-summary-limit-strange-charsets-predicate)
8526         (gnus-summary-limit-to-predicate): New functions.
8527
8528 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8529
8530         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8531         specifying array size.
8532         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8533         array if it is too small.
8534         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8535         (gnus-sort-threads-loop): New function.
8536
8537 2006-12-06  Chris Moore  <dooglus@gmail.com>
8538
8539         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8540         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8541
8542 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8543
8544         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8545         options.
8546
8547 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8550         DOS-ing the recipient.
8551
8552         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8553         the headers when creating the mapping to avoid mismappings.
8554         (nnweb-gmane-create-mapping): Always nix out old mapping.
8555
8556 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8559         and mm-verify-option to never.
8560
8561 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * message.el (message-signed-or-encrypted-p): New function.
8564         (message-forward-make-body): Use it.
8565
8566         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8567         Replace encode-coding-string with mm-encode-coding-string.
8568
8569 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * nneething.el (nneething-decode-file-name): Replace
8572         decode-coding-string with mm-decode-coding-string.
8573
8574         * gnus-int.el (gnus-open-server): Say failed server's name.
8575
8576 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8577
8578         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8579         strings to a single string.  Quote `errors-file-name'.
8580         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8581         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8582         Adjust calls.  Use `shell-quote-argument'.
8583
8584 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8585
8586         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8587         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8588
8589         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8590         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8591         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8592         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8593         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8594         (gnus-subscribe-newsgroup, gnus-1):
8595         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8596         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8597         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8598         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8599
8600 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8603         keystroke.
8604         (gnus-summary-limit-to-bodies): Implement headersp.
8605
8606 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8609
8610 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8613
8614 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * message.el (message-generate-hashcash): Expand range of values to
8617         include `opportunistic'.
8618         (message-send-mail): Use it.
8619
8620 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8621
8622         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8623         and comment it.
8624
8625         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8626
8627 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-util.el (gnus-extract-address-components): Improve comment.
8630
8631 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-util.el (gnus-extract-address-components): Work with address in
8634         which the name portion contains @.
8635
8636         * lpath.el: Fbind custom-autoload.
8637
8638 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus.el (gnus-start): Move custom group up.
8641         (gnus-select-method): Don't autoload, but make it available for
8642         `customize-variable'.
8643         (gnus-getenv-nntpserver): Don't autoload.
8644
8645 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8646
8647         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8648
8649 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * message.el (message-sendmail-extra-arguments): New variable.
8652         (message-send-mail-with-sendmail): Use it.
8653
8654 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8657         mm-with-unibyte-current-buffer to make string unibyte.
8658
8659         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8660         mm-string-as-multibyte.
8661
8662 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8663
8664         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8665         Reported by Werner Koch <wk@gnupg.org>.
8666
8667 2006-11-14  Daiki Ueno  <ueno@p360>
8668
8669         * mml2015.el: Autoload epa-select-keys when compiling.
8670
8671 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8672
8673         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8674         message-options.
8675         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8676
8677 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8678
8679         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8680         EasyPG (< 0.0.6).
8681         (mml2015-always-trust): New user option.
8682         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8683         prompt.
8684
8685 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * nntp.el (nntp-authinfo-force): New variable.
8688         (nntp-send-authinfo): Use it.
8689
8690 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8693         decode encoded words.  Improve prompt.  Add comment about forwarding.
8694         (message-replacement-char): Move up.
8695
8696 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8697
8698         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8699         instead of gnus-intersection because arguments of gnus-sorted-nunion
8700         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8701
8702 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8705         (message-simplify-subject-functions): Enable
8706         message-strip-subject-encoded-words by default.
8707
8708 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * message.el (message-strip-subject-encoded-words): New function.
8711         (message-simplify-subject-functions): New variable.
8712         (message-simplify-subject): Use it.  Fix typo in doc string.
8713         Support message-strip-subject-encoded-words.
8714
8715 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8716
8717         * gnus-diary.el (gnus-diary-delay-format-function):
8718         * nndiary.el (nndiary-reminders):
8719         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8720
8721 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * gnus-art.el (article-hide-boring-headers): Fetch date from
8724         gnus-original-article-buffer to avoid problems with localized date
8725         strings.
8726
8727 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8730
8731 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8734         New variables.
8735         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8736         (mm-charset-synonym-alist): Move some entries to
8737         mm-codepage-iso-8859-list.
8738         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8739         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8740
8741 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8744
8745 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8748         with Emacs 21 and XEmacs.
8749
8750 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8751
8752         * spam.el (spam-parse-address): New function for better parsing,
8753         catching errors, etc.
8754         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8755
8756 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * mm-view.el: Add interactive arg to html2text autoload.
8759
8760 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8763
8764 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8767         variables.
8768         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8769         (mm-charset-synonym-alist): Move some entries to
8770         mm-codepage-iso-8859-list.
8771
8772         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8773
8774 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * message.el (message-citation-line-format)
8777         (message-insert-formated-citation-line): Fix implementation of %E, %N
8778         and %n according to the doc string.
8779
8780 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8783         car-safe to avoid bad parses.
8784
8785 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8788         names.
8789
8790         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8791
8792 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8795         header.
8796
8797         * message.el (message-draft-headers): Add Date.
8798         (message-headers-to-generate): Fix typo in docstring.
8799
8800         * nndraft.el (nndraft-required-headers): New variable.
8801         (nndraft-generate-headers): Use it.
8802
8803         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8804
8805 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8806
8807         * gnus-registry.el (gnus-registry-wash-for-keywords)
8808         (gnus-registry-find-keywords): New functions to allow easy searching of
8809         articles that are in the registry.
8810
8811 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8812
8813         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8814         ietf-drums-parse-address instead of gnus-extract-address-components.
8815         Reported by Damien Elmes <damien@repose.cx>.
8816
8817 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus.el (gnus-mime): Remove unused custom group.
8820
8821 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8822
8823         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8824         "blank line" when searching for end of armor headers.
8825
8826 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gmm-utils.el (gmm-write-region): Fix variable name.
8829
8830 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gmm-utils.el (gmm-write-region): New function based on compatibility
8833         code from `mm-make-temp-file'.
8834
8835         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8836
8837         * nnmaildir.el (nnmaildir--update-nov)
8838         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8839         Use `gmm-write-region'.
8840
8841 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8844         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8845
8846         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8847
8848         * message.el (message-replacement-char): New variable.
8849         (message-fix-before-sending): Use it.
8850         (message-simplify-subject): New function to remove duplicate code.
8851         (message-reply, message-followup): Use it.
8852
8853         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8854         gnus-summary-limit-to-articles.
8855
8856 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-util.el (gnus-with-local-quit): New macro.
8859
8860         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8861
8862 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8863
8864         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8865         ignore non-string data.
8866
8867 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8870         non-string data (needs to be done in the registry too).
8871
8872 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8873
8874         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8875         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8876         (gnus-registry-split-fancy-with-parent)
8877         (gnus-registry-fetch-simplified-message-subject-fast)
8878         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8879         Remove text properties on ingress into the registry and when it's saved.
8880         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8881         registry from entries with no groups.
8882
8883 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8884
8885         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8886         function to remove string properties.
8887
8888 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * gmm-utils.el (gmm): Adjust custom version.
8891
8892         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8893         custom version.
8894
8895         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8896
8897 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-art.el (gnus-insert-prev-page-button)
8900         (gnus-insert-next-page-button): Simplify.  Reformat.
8901
8902 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8903
8904         * gnus-art.el (gnus-insert-prev-page-button)
8905         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8906
8907 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8908
8909         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8910
8911 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8912
8913         * gnus-art.el (gnus-insert-mime-button)
8914         (gnus-insert-mime-security-button):
8915         Apply gnus-article-button-face to MIME and security buttons.
8916
8917 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8920         readable.
8921
8922 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8925
8926 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8927
8928         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8929         `browse-url-of-file' instead of `browse-url'.
8930
8931 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8932
8933         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8934         regexp.  Articles containing quotation were cut prematurely.
8935
8936 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * message.el (message-cite-original-1): Use nobody by default for the
8939         value of From header.
8940         (message-reply): Ditto.
8941
8942 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8943
8944         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8945         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8946         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8947
8948 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8951         mails in the doc string.  Add some URLs in comment.
8952         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8953
8954 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8957         backslashes handling and the way to find boundaries of quoted strings.
8958
8959 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8960
8961         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8962         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8963         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8964         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8965
8966 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8969         doc string.
8970         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8971
8972 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * lpath.el: Fbind epg-check-configuration.
8975
8976 2006-09-06  Simon Josefsson  <jas@extundo.com>
8977
8978         * mml2015.el (mml2015-use): Doc fix, mention epg.
8979
8980 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8981
8982         * mml2015.el (mml2015-use): Default to epg, if available.
8983
8984 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8985
8986         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8987         message-sender.
8988         (mml1991-epg-encrypt): Ditto.
8989         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8990         message-sender.
8991         (mml2015-epg-encrypt): Ditto.
8992
8993 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8994
8995         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8996         several common directories.
8997
8998 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8999
9000         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9001         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9002
9003 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (article-decode-encoded-words): Make it fast.
9006
9007 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9010
9011         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9012         in quoted string into `\'.
9013
9014 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9017         Use standard-syntax-table.
9018
9019 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-art.el (gnus-decode-address-function): New variable.
9022         (article-decode-encoded-words): Use it to decode headers which are
9023         assumed to contain addresses.
9024         (gnus-mime-delete-part): Remove useless `or'.
9025
9026         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9027         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9028         (gnus-nov-parse-line): Use it to decode From header.
9029         (gnus-get-newsgroup-headers): Ditto.
9030         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9031
9032         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9033         (mail-decode-encoded-address-string): New alias.
9034
9035         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9036         New function.
9037         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9038         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9039         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9040         (rfc2047-decode-string): Ditto.
9041         (rfc2047-decode-address-region): New function.
9042         (rfc2047-decode-address-string): New function.
9043
9044 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * message.el (message-caesar-buffer-body): Allow rotating headers.
9047
9048         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9049
9050         * message.el (message-insert-formated-citation-line): Fix %f.
9051         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9052
9053 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9056         (gnus-bookmark-mouse-available-p): New macro.
9057         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9058         (gnus-bookmark-bmenu-show-infos): Use it.
9059         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9060         (gnus-bookmark-bmenu-hide-infos): Ditto.
9061         (gnus-bookmark-remove-properties): New function.
9062         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9063         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9064         (gnus-bookmark-write-file): Bind coding-system-for-write.
9065         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9066         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9067         group before selecting it.
9068         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9069         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9070         quit-window if it is not available; use gnus-mouse-2 and bind it to
9071         gnus-bookmark-bmenu-select-by-mouse.
9072         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9073         (gnus-bookmark-bmenu-select-by-mouse): New function.
9074
9075 2006-08-13  Romain Francoise  <romain@orebokech.com>
9076
9077         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9078         space.
9079
9080 2006-08-10  Romain Francoise  <romain@orebokech.com>
9081
9082         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9083         (dns-mode-soa-auto-increment-serial): New user option.
9084         (dns-mode-soa-maybe-increment-serial): New function.
9085         (dns-mode): Add the latter to `write-contents-functions'.
9086
9087 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * compface.el (uncompface): Use binary rather than raw-text-unix.
9090
9091 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * compface.el (uncompface): Make sure the eol conversion doesn't take
9094         place when communicating with the external programs.  Reported by
9095         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9096
9097 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9100
9101 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9102
9103         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9104         Make it more robust by parsing author and date independently.
9105
9106 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9109
9110 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9111
9112         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9113         first matching secret key.
9114         (mml2015-epg-encrypt): Ditto.
9115
9116         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9117         first matching secret key.
9118         (mml1991-epg-encrypt): Ditto.
9119
9120         * mml2015.el (mml2015-encrypt-to-self): New user option.
9121         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9122         mml2015-epg-encrypt-to-self is set.
9123
9124         * mml1991.el (mml1991-encrypt-to-self): New variable.
9125         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9126         mml1991-epg-encrypt-to-self is set.
9127
9128         * mml2015.el (mml2015-signers): New user option.
9129         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9130         (mml2015-epg-encrypt): Allow to select signing keys.
9131
9132         * mml1991.el (mml1991-signers): New variable.
9133         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9134         (mml1991-epg-encrypt): Allow to select signing keys.
9135
9136 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * nnheader.el (nnheader-insert-head): Make it work even if the file
9139         uses CRLF for the line-break code.
9140
9141 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9142
9143         * mml2015.el: Require mml-sec instead of password.
9144         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9145         (mml2015-cache-passphrase): Inherit the default value from
9146         mml-secure-cache-passphrase.
9147         (mml2015-passphrase-cache-expiry): Inherit the default value from
9148         mml-secure-passphrase-cache-expiry.
9149
9150         * mml1991.el: Require mml-sec instead of password.
9151         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9152         (mml1991-cache-passphrase): Inherit the default value from
9153         mml-secure-cache-passphrase.
9154         (mml1991-passphrase-cache-expiry): Inherit the default value from
9155         mml-secure-passphrase-cache-expiry.
9156
9157         * mml-sec.el: Require password.
9158         (mml-secure-verbose): New user option.
9159         (mml-secure-cache-passphrase): New user option.
9160         (mml-secure-passphrase-cache-expiry): New user option.
9161
9162 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9163
9164         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9165         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9166         andreas@altroot.de (Andreas Vögele).
9167
9168         FIXME: Use `tiny change'?
9169
9170 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9171
9172         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9173         workaround for the url package included with Emacs.
9174
9175         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9176
9177 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9180         correctly.  This fixes a bug caused by the 2006-05-12 change.
9181
9182 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9183
9184         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9185         some information about the error when saying that the `bogus' mail
9186         group will be used.
9187
9188 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9191         string.
9192
9193 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9194
9195         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9196
9197 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9198
9199         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9200
9201 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9202
9203         * mml1991.el (mml1991-function-alist): Add epg.
9204         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9205         (mml1991-epg-encrypt): New functions.
9206
9207 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9208
9209         * mml2015.el (mml2015-verbose): New variable.
9210         (mml2015-cache-passphrase): Ditto.
9211         (mml2015-passphrase-cache-expiry): Ditto.
9212         (mml2015-function-alist): Add epg.
9213         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9214         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9215         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9216         functions.
9217
9218 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9219
9220         * message.el (message-cite-original-1): Preserve region when removing
9221         quoted text due to X-No-Archive in order to avoid bogus attribution
9222         when citing multiple messages.
9223
9224 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9225
9226         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9227         Kenneth Jacker <khj@be.cs.appstate.edu>.
9228
9229 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-diary.el (gnus-user-format-function-d)
9232         (gnus-user-format-function-D): Autoload.
9233
9234         * imap.el (Commentary): Fix typo.
9235
9236         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9237         2006-04-22 contribution.
9238
9239 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9240
9241         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9242         It didn't really fix the bogosity I'm seeing with solid web groups.
9243
9244 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9245
9246         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9247         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9248         created using server names.  If we use the feature without declaring
9249         it, Gnus does not properly manage server and group state.
9250
9251         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9252         bound.
9253
9254 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9255
9256         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9257         looking up the method using GROUP's prefix before inventing a new one.
9258         It is used on killed/unknown groups in various places where returning
9259         an all-new method isn't expected by the caller.
9260
9261         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9262         and match semantics of gnus-group-real-prefix.
9263
9264 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * nnmail.el (nnmail-broken-references-mailers): New variable.
9267         (nnmail-ignore-broken-references): New function generalizing
9268         nnmail-fix-eudora-headers.
9269         (nnmail-fix-eudora-headers): Now obsolete.
9270
9271         * gnus-art.el (gnus-button-handle-custom): Support
9272         `customize-apropos*'.
9273
9274 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9277
9278         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9279         articles.
9280
9281 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * message.el (message-cite-reply-above): New variable.
9284         (message-yank-original): Use it.
9285
9286 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9289
9290 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9293         as read.
9294
9295         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9296
9297 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9300         (gnus-bookmark-default-file): Use gnus-directory.
9301         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9302         Remove "*" in doc string.
9303         (gnus-bookmark-write-file): Simplify.
9304         (gnus-bookmark-maybe-sort-alist): Use `when'.
9305         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9306         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9307         FIXME about Emacs 21 and XEmacs compatibility.
9308         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9309         compatibility.
9310         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9311         compatibility.
9312         (gnus-bookmark-menu-heading): Fix version.
9313
9314 2006-06-19  Bastien Guerry  <bzg@altern.org>
9315
9316         * gnus-bookmark.el: New file.
9317
9318 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * message.el (message-syntax-checks): Doc fix.
9321
9322 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9323
9324         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9325         unsubscribed groups as if they were killed ones.  It causes duplicate
9326         entries in gnus-newsrc-alist.
9327
9328 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * message.el (message-syntax-checks): Doc fix.
9331         (message-send-mail): Add check for continuation headers.
9332         (message-check-news-header-syntax): Fix regexp used to check for
9333         continuation headers.
9334
9335 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9338
9339 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9342
9343 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9346         default-truncate-lines.
9347
9348 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9351         to fill the utf-8 entry.
9352
9353         * lpath.el: Fbind unicode-precedence-list.
9354
9355 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9356
9357         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9358
9359 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9360
9361         * gnus-agent.el (directory-files-and-attributes): Move all the way
9362         forward (the third and final move).
9363         (gnus-agent-read-agentview): Trap reconstruction errors due to
9364         nonexistant directory.  Handle by returning nil.
9365
9366 2006-05-30  Didier Verna  <didier@xemacs.org>
9367
9368         * message.el (message-dont-reply-to-names): Update the custom type.
9369         * message.el (message-dont-reply-to-names): New defsubst: potentially
9370         convert a list of regexps into a single one.
9371         * message.el (message-get-reply-headers): Use it.
9372         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9373
9374 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-agent.el (directory-files-and-attributes): Move forward.
9377
9378 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * gnus-ml.el (gnus-mailing-list-subscribe)
9381         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9382         (gnus-mailing-list-message): Fix doc strings.
9383
9384 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9385
9386         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9387         of doing it manually.
9388
9389 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9392         comment.
9393
9394 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9395
9396         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9397         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9398         (gnus-agent-read-local): All symbols allocated in my-obarray.
9399         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9400         (gnus-agent-regenerate-group): Check numeric names to see if they are
9401         messages or groups.
9402         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9403         better way of do this...)
9404
9405         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9406         'dummy.group' (there should be a better way of do this...)
9407
9408 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9411         (gnus-saved-headers): Ditto.
9412         (gnus-default-article-saver): Mention functions may have properties.
9413         (gnus-article-save): Override gnus-save-all-headers and
9414         gnus-saved-headers by :headers property which saver function may have.
9415         (gnus-summary-save-in-file): Add :headers property.
9416         (gnus-summary-write-to-file): Ditto.
9417
9418         * gnus-sum.el (gnus-summary-save-article): Bind
9419         gnus-prompt-before-saving to t when saving many articles in a file;
9420         always show all headers.
9421
9422         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9423
9424 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9427         marks.
9428
9429         * message.el (message-indent-citation): Add optional arguments to allow
9430         using it outside of message buffers.
9431
9432         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9433         (gnus-article-treat-unfold-headers): Use it.
9434         (gnus-article-truncate-lines): New variable.
9435         (gnus-article-mode): Use it.
9436         (gnus-article-toggle-truncate-lines): New function.
9437
9438         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9439         gnus-article-toggle-truncate-lines.
9440
9441         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9442         coding system in XEmacs, use binary.
9443
9444 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9447         after-load-alist.
9448
9449         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9450         this function should save decoded articles.
9451         (gnus-summary-write-to-file): Use property to specify this function
9452         should save decoded articles and specify gnus-summary-save-in-file
9453         should be used to save articles other than the first one when saving
9454         many articles.
9455         (gnus-summary-save-body-in-file): Use property to specify this
9456         function should save decoded articles.
9457         (gnus-summary-write-body-to-file): Use property to specify this
9458         function should save decoded articles and specify
9459         gnus-summary-save-body-in-file should be used to save articles other
9460         than the first one when saving many articles.
9461
9462         * gnus-sum.el (gnus-summary-save-article): Simplify.
9463
9464 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-art.el (gnus-default-article-saver): Add
9467         gnus-summary-write-body-to-file.
9468         (gnus-article-save-coding-system): Don't use coding system object
9469         in XEmacs.
9470         (gnus-read-save-file-name): Add optional `dir-var' argument which
9471         specifies directory in which files are saved; work even if optional
9472         `variable' argument is not specified.
9473         (gnus-summary-write-to-file): Read file name.
9474         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9475         (gnus-summary-write-body-to-file): New function.
9476
9477         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9478         (gnus-summary-local-variables): Add it.
9479         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9480         (gnus-summary-save-article): Remove optional `decode' argument;
9481         determine whether to decode articles by the value of
9482         gnus-default-article-saver; when saving many files using
9483         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9484         it first and use gnus-summary-save-in-file or
9485         gnus-summary-save-body-in-file thereafter unless
9486         gnus-prompt-before-saving is always; move point to article which
9487         will be saved.
9488         (gnus-summary-save-article-file): Revert.
9489         (gnus-summary-write-article-file): Revert.
9490         (gnus-summary-save-article-body-file): Revert.
9491         (gnus-summary-write-article-body-file): New function.
9492
9493 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-art.el (gnus-default-article-saver): Doc fix.
9496         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9497         from gnus-summary-save-article-coding-system, and default to a
9498         certain coding system.
9499         (gnus-output-to-file): Add coding cookie and encode text according
9500         to gnus-article-save-coding-system; don't use mm-append-to-file.
9501
9502         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9503         gnus-art.el and rename to gnus-article-save-coding-system.
9504         (gnus-summary-save-article): Require gnus-art; don't show all
9505         headers if it decodes articles; don't add coding cookie here;
9506         don't bind mm-text-coding-system-for-write.
9507         (gnus-summary-save-article-file): Save decoded articles.
9508         (gnus-summary-write-article-file): When saving many files, use
9509         gnus-summary-write-to-file first and gnus-summary-save-in-file
9510         thereafter unless gnus-prompt-before-saving is always.
9511         (gnus-summary-save-article-body-file): Save decoded articles.
9512
9513         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9514
9515 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * nnrss.el (nnrss-check-group): Bind hash-index.
9518
9519 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9520
9521         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9522         its hash index.  Store this hash in `nnrss-group-data'.
9523         (nnrss-read-group-data): Update accordingly.
9524
9525 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9528         entry.
9529
9530         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9531         gnus-article-browse-html-article.
9532
9533 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9534
9535         * gnus-sum.el (gnus-summary-mime-map): Add
9536         gnus-article-browse-html-article.
9537
9538         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9539
9540 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9543         suitable coding systems in customize.
9544
9545 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * mail-source.el (mail-sources): Fix custom type.
9548
9549 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9552         (gnus-summary-expire-articles-now): Shorten prompt.
9553
9554         * gmm-utils.el (wid-edit): Require.
9555         (defun-gmm): Renamed from `gmm-defun-compat'.
9556         (gmm-image-search-load-path): Use it.
9557         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9558
9559 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9562         variable.
9563         (gnus-summary-save-article): Add optional `decode' argument.  If
9564         it is set and gnus-summary-save-article-coding-system is non-nil,
9565         save decoded article.
9566         (gnus-summary-write-article-file): Save decoded article if
9567         gnus-summary-save-article-coding-system is non-nil.
9568
9569         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9570         type.
9571
9572 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9575
9576 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9579         first to test gnus-single-article-buffer which may be buffer-local.
9580
9581         * gnus-sum.el (gnus-summary-setup-buffer): Make
9582         gnus-single-article-buffer buffer-local and nil in ephemeral
9583         group; make gnus-article-buffer, gnus-article-current, and
9584         gnus-original-article-buffer always buffer-local.
9585         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9586         group.
9587         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9588
9589 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9590
9591         * nnml.el (nnml-request-compact-group): Compressed files might not
9592         have .gz extension.
9593
9594 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9595
9596         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9597         (mm-copy-to-buffer): Use with-current-buffer.
9598         (mm-display-part): Simplify.
9599         (mm-inlinable-p): Add optional arg `type'.
9600
9601 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9602
9603         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9604         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9605         Try harder to show the attachment internally or externally using
9606         gnus-mime-view-part-as-type.
9607
9608 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * message.el (message-from-style, message-signature-separator)
9611         (message-user-organization-file, message-send-mail-function)
9612         (message-citation-line-function, message-yank-prefix)
9613         (message-indent-citation-function, message-signature)
9614         (message-signature-file, message-signature-insert-empty-line):
9615         Remove autoloads.
9616
9617         * gnus-art.el (gnus-buttonized-mime-types): Remove
9618         "multipart/signed".  Revert 2006-04-26 change.
9619
9620 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus.el (gnus-version-number): Bump version.
9623
9624 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9625
9626         * gnus.el: No Gnus v0.5 is released.
9627
9628 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9629
9630         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9631         fetching articles by message-id.
9632
9633 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * message.el (hashcash): Require hashcash as normal.
9636
9637         * ecomplete.el (ecomplete-highlight-match-line): Use
9638         point-at-eol.
9639         (ecomplete-highlight-match-line): Use `highlight', because that
9640         face exists in both Emacs and XEmacs.
9641
9642         * message.el (message-display-abbrev): Use point-at-bol.
9643
9644         * mail-source.el: Don't require timer/timer-funcs.
9645
9646         * gnus-async.el: Ditto.
9647
9648         * password.el: Ditto.
9649
9650         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9651
9652         * mm-url.el: Ditto.
9653
9654         * gnus-xmas.el: Don't require timer-funcs.
9655
9656         * mm-util.el: Require timer/timer-funcs.
9657
9658 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9659
9660         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9661         Close.
9662
9663 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9666         unibyte after clear-decrypt function runs.
9667
9668         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9669         returns as a unibyte string.
9670
9671 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * lpath.el: Revert.
9674
9675         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9676         (pgg-gpg-process-sentinel): Revert.
9677
9678         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9679         (pgg-pgp-lookup-key): Revert.
9680
9681         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9682         (pgg-pgp5-lookup-key): Revert.
9683
9684         * pgg.el (pgg-fetch-key): Revert.
9685
9686 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * lpath.el: Fbind string-as-multibyte for XEmacs.
9689
9690         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9691         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9692         (mml1991-pgg-encrypt): Ditto.
9693
9694         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9695         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9696         a multibyte buffer.
9697
9698         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9699         (pgg-pgp-lookup-key): Ditto.
9700
9701         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9702         (pgg-pgp5-lookup-key): Ditto.
9703
9704         * pgg.el (pgg-fetch-key): Ditto.
9705
9706 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * message.el (message-user-organization-file): Check several
9709         locations of the organization file.
9710
9711         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9712         Add gnus-article-view-part-as-type.
9713
9714         * gnus-art.el (gnus-article-view-part-as-type): New function.
9715
9716         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9717         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9718
9719         * mml.el: Simplify autoload.
9720         (mml-mode): defvar dnd-protocol-alist instead of using
9721         symbol-value.
9722         (mml-default-directory): New variable.
9723         (mml-minibuffer-read-file): Use it.
9724         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9725
9726         * message.el (message-citation-line-format): New variable.
9727         (message-insert-formated-citation-line): New function.
9728         (message-citation-line-function): Add
9729         `message-insert-formated-citation-line' to custom type.
9730
9731         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9732         to doc string.
9733
9734         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9735         depending on mm-verify-option.
9736
9737 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9740         binding pgg-* variables; reimplement the section which prevents
9741         MIME header from being signed.
9742         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9743         pgg-text-mode; remove a blank line at the top of body.
9744
9745         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9746         lines at the top of body; use gnus-newsgroup-charset if there's no
9747         Charset header.
9748
9749 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * message.el (message-self-insert-commands): Doc fix.
9752
9753         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9754         (mm-uu-pgp-encrypted-test): Ditto.
9755         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9756         between header and body; return application/pgp-encrypted handle
9757         if decryption failed; decode decrypted body by charset.
9758
9759         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9760         element match to application/pgp-*.
9761
9762 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9763
9764         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9765         HTML.
9766
9767 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * mail-source.el (mail-source-call-script): Message the error
9770         string.
9771
9772 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * gnus-util.el (gnus-byte-compile): Use it.
9775
9776 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9777
9778         * gnus-util.el (kill-empty-logs): New function.
9779
9780 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * message.el (message-mail-alias-type): Doc fix.
9783         (message-mail-alias-type-p): New function.
9784         (message-send): Use it.
9785         (message-mode): Ditto.
9786         (message-strip-forbidden-properties): Ditto.
9787
9788         * ecomplete.el (ecomplete-database-file-coding-system): New
9789         variable.
9790         (ecomplete-save): Use it.
9791         (ecomplete-setup): Use it.
9792
9793 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * message.el (message-self-insert-commands): New variable.
9796         (message-strip-forbidden-properties): Use it.
9797
9798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9801         that doesn't make XEmacs choke.
9802
9803 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-util.el (gnus-replace-in-string):
9806         Prefer replace-regexp-in-string over of replace-in-string.
9807
9808 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-util.el (gnus-select-frame-set-input-focus):
9811         Use select-frame-set-input-focus if it is available in XEmacs; use
9812         definition defined in Emacs 22 for old Emacsen.
9813
9814         * dgnushack.el: Autoload unmorse-region for XEmacs.
9815
9816         * lpath.el: Bind cursor-in-non-selected-windows and
9817         select-frame-set-input-focus for XEmacs.
9818
9819 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9822
9823 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9824
9825         * gnus-registry.el (gnus-registry-cache-save): Remove text
9826         properties when saving via the temp buffer.
9827
9828 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * message.el (message-generate-hashcash): Honor custom type.
9831
9832 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * message.el (message-generate-hashcash): Default to non-nil when
9835         hashcash is found.
9836
9837         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9838         (gnus-refer-thread-limit): Increase default to 500.
9839
9840         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9841
9842         * flow-fill.el (fill-flowed): Allow delete-space.
9843
9844 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9847         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9848         Remove autoloads.
9849
9850 2006-04-18  Simon Josefsson  <jas@extundo.com>
9851
9852         * message.el (message-generate-hashcash): Default to.
9853
9854 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9857         concatenating segments rather than before concatenating them.
9858
9859 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9862
9863 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9866
9867         * message.el (message-forward-make-body-plain): Allow
9868         message-forward-ignored-headers to be a list.
9869         (message-remove-ignored-headers): Factor out into function.
9870         (message-forward-make-body-mml): Use it.
9871
9872         * imap.el (imap-quote-specials): New function.
9873         (imap-login-auth): Quote specials.
9874
9875         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9876         (rfc2231-parse-string): Allow concatanation of parameters that
9877         aren't contiguous.  The test case is
9878           (mail-header-parse-content-type "message/external-body;
9879             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9880             access-type=LOCAL-FILE;
9881             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9882
9883 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9884
9885         * nntp.el (nntp-accept-process-output): Return the value of
9886         `nnheader-accept-process-output'.
9887
9888 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9891         (gnus-button-alist): Recognize more diff formats.
9892         (gnus-button-patch): Strip directory.
9893
9894 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9897         Emacs 22 when setting focus.
9898
9899 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9900
9901         * gnus-art.el (gnus-article-treat-types): Do treatment of
9902         text/x-verbatim parts.
9903         (gnus-button-patch): New command.
9904
9905         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9906         addresses that contain invalid characters.
9907
9908 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * message.el (message-put-addresses-in-ecomplete): Use
9911         gnus-replace-in-string.
9912         (message-is-yours-p): Use the more correct
9913         mail-header-parse-address instead of
9914         mail-extract-address-components.
9915         (message-put-addresses-in-ecomplete): Fix typo.
9916
9917         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9918         keystroke.
9919
9920         * gnus-art.el (gnus-treatment-function-alist): Change order of
9921         newsgroups/generic header folding to avoid double-folding.
9922
9923         * message.el (message-hidden-headers): Add X-Draft-From.
9924
9925         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9926         command.
9927         (gnus-summary-repeat-search-article-backward): New command.
9928
9929         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9930         groups in the parent topic.
9931
9932 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9933
9934         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9935         (spam-extra-header-to-number): Return the CRM114 number as a
9936         number instead of a string.
9937
9938 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus-art.el (gnus-face-properties-alist): Moved here from
9941         gnus-fun.
9942
9943         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9944
9945 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * message.el (message-strip-forbidden-properties): Only display on
9948         self-insert-command.
9949
9950         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9951         reindent.
9952         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9953
9954 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9955
9956         * smiley.el (smiley-style): Fix typo.
9957
9958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * hashcash.el (hashcash-insert-payment-async-2): Use
9961         message-goto-eoh instead of doing it manually.
9962         (mail-add-payment): Use message-narrow-to-header instead of trying
9963         to do the same itself.
9964
9965         * message.el (message-hidden-headers): Add Face.
9966
9967         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9968         reparenting code.
9969         (gnus-summary-reparent-children): Refactored out code.
9970         (gnus-summary-thread-map): New keystroke.
9971         (gnus-summary-reparent-children): Make into command.
9972
9973         * smiley.el (smiley-style): Default to `medium' if using a large
9974         font.
9975
9976         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9977         does it itself.
9978
9979         * message.el (message-point-in-header-p): Simplify definition.
9980
9981 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * nnagent.el (nnagent-request-set-mark): Silence log file
9984         writing.
9985         (nnagent-request-set-mark): Use write-region instead of
9986         append-to-file.
9987
9988         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9989         strange select method.
9990
9991         * ecomplete.el (ecomplete-display-matches): Get highlightling
9992         right.
9993         (ecomplete-display-matches): Use literals.
9994         (ecomplete-display-matches): Disable message logging.
9995
9996         * message.el (message-display-abbrev): Small optimization.
9997
9998         * ecomplete.el (ecomplete-display-matches): Allow automatic
9999         display.
10000
10001         * message.el (message-strip-forbidden-properties): Display
10002         abbrevs.
10003         (message-display-abbrev): Get automatic display right.
10004
10005         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10006         keystrokes.
10007
10008 2006-04-13  Romain Francoise  <romain@orebokech.com>
10009
10010         TODO: Backport to v5-10!
10011
10012         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10013         Moved here (and renamed) from gnus-registry.el.
10014
10015         * gnus-registry.el: Require gnus-util.
10016         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10017
10018 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * gnus-group.el (gnus-group-catchup-current): Change
10021         if-then-else-if-then-else into cond.
10022         (gnus-group-catchup): Indent.
10023         (group-name-at-point): New function.
10024         (gnus-fetch-group): Provide default from thing at point.
10025
10026 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * message.el (message-display-abbrev): Fix regexp.
10029
10030         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10031         choosing.
10032         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10033         dead variables.
10034
10035         * message.el (message-newline-and-indent): Remove debugging.
10036         (message-display-abbrev): Use new implementation.
10037
10038 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-art.el (gnus-article-mode): Set
10041         cursor-in-non-selected-windows to nil.
10042
10043         * smiley.el: Revert previous change.
10044         (smiley-data-directory): defvar it before using it in the
10045         defcustom of `smiley-style'.
10046
10047 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * message.el (message-newline-and-indent): New function.
10050
10051         * ecomplete.el: Implement more bits.
10052
10053         * message.el (message-put-addresses-in-ecomplete): Clean up the
10054         string.
10055
10056         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10057
10058         * gnus-sum.el (gnus-summary-save-parts): Bind
10059         gnus-summary-save-parts-counter and use it to make unique file
10060         names.
10061
10062         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10063
10064         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10065         parameter to say whether to actually parse the individual
10066         addresses.
10067
10068         * message.el (message-put-addresses-in-ecomplete): New function.
10069         (ecomplete): Require.
10070         (message-mail-alias-type): Add ecomplete as an option.
10071
10072 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10073
10074         * flow-fill.el (fill-flowed): Remove trailing space from blank
10075         quoted lines.
10076
10077 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * smiley.el (smiley-style): Move definition later to avoid a
10080         compilation warning.
10081
10082 2006-04-12  Kenichi Handa  <handa@m17n.org>
10083
10084         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10085         buffer and then decode the buffer text if necessary.
10086         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10087         first, and after mm-encode-body, change the buffer to unibyte.
10088         Use mm-disable-multibyte instead of set-buffer-multibyte.
10089
10090 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10093         Content-Type header instead of Content-Disposition header.
10094         (gnus-mime-inline-part): Ditto.
10095         (gnus-mime-view-part-as-charset): Ignore charset that the part
10096         specifies.
10097
10098         * mm-decode.el (mm-display-part): Work with external parts and
10099         usual parts similarly.
10100
10101         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10102         instead of gnus-display-mime.
10103
10104         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10105         instead of with-temp-buffer.
10106
10107         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10108         tag to summarized topics part in order to encode non-ASCII text.
10109
10110 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * smiley.el (smiley-style): New variable.
10113         (smiley-directory): New function.
10114         (smiley-data-directory): Derive from `smiley-style' using
10115         `smiley-directory'.
10116         (smiley-regexp-alist): Add new entries.
10117
10118         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10119         (gnus-article-browse-delete-temp): Add :version.
10120
10121 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10122
10123         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10124         the sieve region.
10125
10126 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * gnus.el (gnus-version-number): Bump version.
10129
10130 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * gnus.el: No Gnus v0.4 is released.
10133
10134 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10137         layout.
10138
10139         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10140         unknown charset.
10141
10142         * message.el (message-header-synonyms): Add Original-To to the
10143         default.
10144
10145         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10146         optional parameter.
10147
10148 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-fun.el (gnus): Require it for gnus-directory.
10151
10152 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10155
10156 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10157
10158         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10159
10160 2006-04-05  Simon Josefsson  <jas@extundo.com>
10161
10162         * password.el (password-reset): New function.
10163
10164 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10165
10166         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10167         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10168
10169 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10170
10171         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10172         Some whitespace was matched into the url, which broke browsing hits
10173         > 100 when mm-url-use-external was nil.
10174
10175 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10178         gnus-extra-headers for 'Newsgroups.
10179
10180         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10181         bound.
10182
10183 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10184
10185         * pgg-gpg.el: Clean up process buffers every time gpg processes
10186         complete.
10187
10188 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10191         doc string.
10192
10193 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10194
10195         * pgg-gpg.el (pgg-gpg-process-filter)
10196         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10197
10198         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10199         lines, temporary fix.
10200
10201 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10204
10205 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10206
10207         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10208         default-enable-multibyte-characters.  This reverts the change from
10209         revision 6.17 which is no longer necessary because the passphrase
10210         is sent separately now.  GnuPG messages are unreadable under
10211         multibyte locales with default-enable-multibyte-characters set to
10212         nil.
10213
10214 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * message.el (message-tool-bar-gnome): Move "spell".
10217
10218 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10221         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10222         instead.
10223
10224 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10225
10226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10227         newsgroups handling for NNTP overviews which don't include
10228         Newsgroups.
10229
10230 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10231
10232         * message.el (message-resend): Bind message-generate-hashcash to nil.
10233
10234 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10235
10236         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10237         when searching for already-paid recipients.
10238
10239 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10242         passphrases when it is not needed.
10243         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10244         passphrase stuff from gpg, should only be necessary when you use
10245         gpg with a smartcard.
10246
10247 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * mml.el (mml-insert-mime): Ignore cached contents of
10250         message/external-body part.
10251
10252         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10253         (mm-insert-part): Ditto.
10254
10255 2006-03-23  Simon Josefsson  <jas@extundo.com>
10256
10257         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10258         Reiner.
10259         (pgg-gpg-use-agent-p): Use it again.
10260
10261 2006-03-23  Simon Josefsson  <jas@extundo.com>
10262
10263         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10264         older emacsen.
10265         (pgg-gpg-use-agent-p): Don't use it.
10266
10267 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10270         if we can.
10271
10272 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10273
10274         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10275         (pgg-gpg-update-agent): New function.
10276         (pgg-gpg-use-agent-p): New function.
10277         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10278         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10279         (pgg-gpg-sign-region): Use it.
10280
10281 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10284         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10285
10286 2006-03-21  Simon Josefsson  <jas@extundo.com>
10287
10288         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10289         <wilde@sha-bang.de>.
10290         (pgg-gpg-use-agent): New variable.
10291         (pgg-gpg-process-region): Use it.
10292         (pgg-gpg-encrypt-region): Likewise.
10293         (pgg-gpg-encrypt-symmetric-region): Likewise.
10294         (pgg-gpg-decrypt-region): Likewise.
10295         (pgg-gpg-sign-region): Likewise.
10296         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10297
10298 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10301
10302         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10303         Add comment on version.
10304
10305 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * smiley.el: Add missing test smiley.
10308
10309 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * mm-decode.el (mm-with-part): New macro.
10312         (mm-get-part): Use it; work with message/external-body as well.
10313         (mm-save-part): Treat name and filename equally.
10314
10315         * mm-extern.el (mm-extern-cache-contents): New function.
10316         (mm-inline-external-body): Use it; force the part to be displayed;
10317         move undisplayer added to the cached handle to the parent.
10318
10319         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10320         (gnus-mime-view-part-as-type): Work with message/external-body.
10321
10322         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10323
10324 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10327         images in image-load-path.  [Sync with image.el, revision 1.60, in
10328         Emacs.]
10329
10330 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10333         path rather than symbol.  Always return list of directories.
10334         Guarantee that image directory comes first.  [Sync with image.el,
10335         revision 1.59, in Emacs.]
10336
10337         * message.el (message-make-tool-bar): Adjust to new API of
10338         `gmm-image-load-path-for-library'.
10339
10340         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10341
10342         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10343
10344 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10345
10346         * gnus-art.el (gnus-article-only-boring-p):
10347         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10348         intangible text.
10349         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10350
10351 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10354         `defun' instead of `gmm-defun-compat'.
10355
10356 2006-03-14  Simon Josefsson  <jas@extundo.com>
10357
10358         * message.el (message-unique-id): Don't use message-number-base36
10359         if (user-uid) is a float.
10360         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10361
10362 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10365
10366         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10367         empty line between a part and a message part.
10368
10369 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * smiley.el: Add more test smileys.
10372         (smiley-data-directory, smiley-regexp-alist)
10373         (gnus-smiley-file-types): Fix doc strings.
10374         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10375         adding new elements.
10376         (smiley-mouse-map): Unused code.  Make it a comment.
10377
10378 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10381         scan latest NoCeM messages instead of old ones.
10382         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10383         delimiters that are recently used.
10384         (gnus-nocem-load-cache): Add autoload cookie.
10385
10386         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10387
10388         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10389         level which is larger than gnus-use-nocem is specified.
10390
10391         * gnus-group.el (gnus-group-get-new-news): Ditto.
10392
10393 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus-util.el (gnus-tool-bar-update): New function.
10396
10397         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10398         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10399
10400         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10401
10402         * gnus-group.el (gnus-group-redraw-when-idle)
10403         (gnus-group-redraw-check): Remove.
10404         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10405
10406 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10409         if optional last element is specified in splits (FIELD VALUE...).
10410
10411 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10414         to gmm-image-load-path-for-library.  Call with no-error argument.
10415         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10416
10417         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10418
10419         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10420
10421         * gmm-utils.el (gmm-image-load-path): Remove alias.
10422
10423 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gmm-utils.el (gmm-image-load-path): Add alias.
10426
10427         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10428         nnml-generate-nov-databases-1.
10429         (nnml-generate-nov-databases): Use it.
10430         (nnml-generate-nov-databases-directory): Document no-active
10431         argument.
10432
10433         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10434         directory if path is t.  Add no-error.
10435
10436         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10437         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10438
10439         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10440         resetting gnus-article-browse-html-temp-list.
10441
10442         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10443         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10444         Add example to docstring.  Rename local variables.  Move error
10445         checks to default case in cond and simplify.
10446
10447 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10450         handle is multipart when calling it recursively.
10451         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10452
10453 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10454
10455         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10456         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10457
10458 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10461         is loaded.
10462
10463         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10464         loaded.
10465
10466 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10469         to "Emacs 23 (unicode)" in doc string.
10470
10471         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10472         "Emacs 23 (unicode)" in comment.
10473
10474 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10477
10478         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10479         characters 160 through 255 in Emacs 23.
10480
10481 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10484         gnus-article-browse-html-temp.
10485         (gnus-article-browse-delete-temp): Make it customizable.  Add
10486         `file'.  Adjust doc string.
10487         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10488         query for each file.  Adjust doc string.
10489         (gnus-article-browse-html-parts): Add
10490         `gnus-article-browse-delete-temp-files' to
10491         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10492
10493 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10494
10495         * gnus-art.el (gnus-article-browse-html-temp)
10496         (gnus-article-browse-delete-temp): New variables.
10497         (gnus-article-browse-delete-temp-files): New function.
10498         (gnus-article-browse-html-parts): Use it.
10499
10500 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10503
10504         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10505         string.
10506
10507         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10508         gnus-summary-insert-new-articles when unplugged.  Remove
10509         gnus-summary-search-article-forward.
10510
10511         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10512         display-visual-class instead of display-color-cells.
10513
10514 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * dgnushack.el: Autoload customize-group for XEmacs.
10517
10518         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10519         message/* containing non-ASCII text properly.
10520
10521 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * message.el: Require gmm-utils, remove autoloads.
10524         (message-tool-bar): Set default based on
10525         gmm-tool-bar-style.
10526         (message-tool-bar-gnome): Add gmm-customize-mode.
10527
10528         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10529         gmm-tool-bar-style.
10530         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10531
10532         * gnus-group.el (gnus-group-tool-bar): Set default based on
10533         gmm-tool-bar-style.
10534         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10535
10536         * gmm-utils.el (gmm-image-directory): Rename variable from
10537         gmm-image-load-path.
10538         (gmm-image-load-path): Use gmm-image-directory.
10539         (gmm-customize-mode): New function.
10540         (gmm-tool-bar-style): New variable.
10541
10542         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10543         gnus-group-redraw-line-number.
10544         (gnus-group-redraw-check): Simplify.
10545         (gnus-group-tool-bar-update): Remove redraw check.
10546         (gnus-group-make-tool-bar): Add redraw check.
10547
10548 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10549
10550         * gnus-art.el (gnus-button): Add missing parentheses.
10551
10552 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * lpath.el: Fbind line-number-at-pos.
10555
10556 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10559
10560 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-art.el (gnus-button): New face.
10563         (gnus-article-button-face): Use it.
10564
10565         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10566         gnus-summary-next-page.  Re-order.
10567
10568         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10569         next-node are now included.
10570         (gnus-group-redraw-line-number): New internal variable.
10571         (gnus-group-redraw-check): Helper function for updating the tool
10572         bar.
10573         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10574
10575         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10576
10577         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10578         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10579         Use it to match format of Spamassassin 3.0 and later.  Reported by
10580         IRIE Tetsuya <irie@t.email.ne.jp>.
10581         (spam-check-bogofilter)
10582         (spam-bogofilter-register-with-bogofilter): Fix args of
10583         `gnus-error' calls.
10584
10585 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10588         unnecessary interaction when sending queued mails.  Reported by
10589         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10590
10591 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10594         first or last are nil.
10595
10596 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10597
10598         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10599
10600 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10603
10604 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * dns.el (query-dns): Protect more against buggy tcp output.
10607
10608 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10611         nov.php.
10612
10613 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10614
10615         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10616         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10617         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10618         output on the server side.
10619         (nnweb-google-create-mapping): Update regexps and add some
10620         progress indication.
10621
10622 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10625         gnus-agent-toggle-plugged.  Re-order icons.
10626         (gnus-group-tool-bar-gnome): Add
10627         gnus-group-{prev,next}-unread-group.
10628         (gnus-group-tool-bar-gnome): Re-order icons.
10629
10630         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10631         gnus-summary-insert-new-articles.
10632
10633         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10634         comments.
10635
10636         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10637         also available in Emacs 21.3.
10638
10639         * message.el (message-fix-before-sending): Change "Emacs 22" to
10640         "Emacs 23 (unicode)" in comment.
10641
10642         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10643         "Emacs 23 (unicode)" in comment.
10644
10645         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10646         comment.
10647         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10648
10649         * mm-view.el (mm-fill-flowed): Add :version.
10650
10651 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10654         and load-path.
10655
10656 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * message.el: Autoload gmm-image-load-path.
10659         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10660         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10661         consitency.
10662
10663         * gmm-utils.el (gmm-image-load-path): Also search in
10664         "../etc/images".  Don't set gmm-image-load-path if we don't find
10665         the image.
10666
10667 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gmm-utils.el (gmm-image-load-path): Don't make
10670         `gmm-image-load-path' include subdirectories which the second arg
10671         `image' might specify.
10672
10673         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10674         subdirectory to icon file names.
10675
10676         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10677
10678 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10681         gmm-image-load-path calls.
10682
10683         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10684
10685         * message.el (message-make-tool-bar): Ditto.
10686
10687         * mml.el (mml-preview): Added comment concerning tool bar icons.
10688
10689         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10690         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10691
10692         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10693         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10694
10695         * message.el (message-tool-bar-gnome): Use new icon names.
10696         (message-make-tool-bar): Use `gmm-image-load-path'.
10697
10698         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10699         functions from MH-E.
10700         (gmm-image-load-path): New variable from MH-E.
10701         (gmm-image-load-path): New function from MH-E.  Added arguments
10702         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10703         *-image-load-path-called-flag.
10704
10705 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10706
10707         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10708
10709 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10710
10711         * nnimap.el (nnimap-request-move-article): Change folder back to
10712         source group before deleting.
10713
10714 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10717
10718         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10719         mm-url.
10720
10721         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10722
10723 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10726         coding system which mm-charset-to-coding-system returns for a
10727         given charset is valid.
10728
10729 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10730
10731         * html2text.el (html2text-remove-tag-list):
10732         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10733
10734 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10735
10736         * gnus-cus.el: Revert 2005-10-17 change.
10737
10738 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-art.el (article-strip-banner): Call
10741         article-really-strip-banner only when the regexp match is made.
10742
10743 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (article-strip-banner): Use
10746         gnus-extract-address-components instead of
10747         mail-header-parse-addresses to make it work with non-ASCII text;
10748         remove mail-encode-encoded-word-string.
10749
10750         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10751         values which are surrounded with \"...\"; make it never cause a
10752         Lisp error; give up parsing of parameters if it failed in
10753         extracting type.
10754
10755 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10756
10757         * smime.el (smime-cert-by-ldap-1): Fix bug where
10758         `smime-ldap-search' returns results without userCertificates.
10759
10760 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10763
10764 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * spam.el (spam-check-spamassassin-headers): Adapt format for
10767         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10768         <ari@mbf.ocn.ne.jp>.
10769         (spam-list-of-processors): Add spam-use-gmane.
10770
10771 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10774         make-temp-file; make it work with XEmacs as well.
10775
10776         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10777         mm-make-temp-file.
10778
10779         * mm-decode.el (mm-display-external): Use the 3rd arg of
10780         mm-make-temp-file.
10781         (mm-create-image-xemacs): Ditto.
10782
10783 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10786         with message-narrow-to-headers.
10787         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10788         (gnus-draft-check-draft-articles): New function.
10789         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10790
10791 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * gnus-art.el (gnus-article-browse-html-parts):
10794         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10795         Don't use suffix argument for mm-make-temp-file for Emacs 21
10796         compatibility.  Remove useless `format'.
10797
10798 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10799
10800         * nnweb.el (nnweb-google-wash-article): Update regexps.
10801         (nnweb-group-alist): Use defvoo instead of defvar.
10802
10803 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10806         re-loading nn* modules.
10807
10808 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10811         for `tool-bar-mode' and don't check it's default-value.
10812
10813         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10814
10815         * message.el (message-make-tool-bar): Ditto.
10816
10817         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10818         `substring'.  Shorten tmp-file name.
10819
10820         * gnus.el: Remove bogus comment.
10821
10822 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10823
10824         * gnus-art.el (gnus-article-browse-html-parts): New function.
10825         (gnus-article-browse-html-article): New function for viewing html
10826         articles with a browser.
10827
10828 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10829
10830         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10831         in elisp.
10832         (pgg-gpg-encrypt-symmetric-region): Ditto.
10833         (pgg-gpg-sign-region): Ditto.
10834
10835         * pgg-def.el (pgg-text-mode): New variable.
10836
10837         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10838         (mml2015-pgg-encrypt): Ditto.
10839
10840         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10841         (mml1991-pgg-encrypt): Ditto.
10842
10843 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10846         message-make-date instead of current-time-string.
10847
10848         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10849         to gnus-decoded which mm-uu might set.
10850
10851 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10854         don't decode quoted parameters; remove misimported Emacs code.
10855         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10856         (rfc2231-decode-encoded-string): Don't use split-string which
10857         behaves differently according to Emacs version; use
10858         mm-decode-coding-region to convert charset to coding-system.
10859         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10860         (rfc2231-encode-string): Remove misimported Emacs code.
10861
10862 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10865         when calling mail-header-parse-content-type.
10866         (article-de-quoted-unreadable): Ditto.
10867         (article-de-base64-unreadable): Ditto.
10868         (article-wash-html): Ditto.
10869
10870         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10871         calling mail-header-parse-content-type and
10872         mail-header-parse-content-disposition.
10873         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10874         mail-header-parse-content-type.
10875
10876         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10877         insert charset and format parameters; encode description after
10878         inserting it to buffer.
10879         (mml-insert-parameter): Fold lines properly even if a parameter is
10880         segmented into two or more lines; change the max column to 76.
10881
10882         * rfc1843.el (rfc1843-decode-article-body): Don't use
10883         ignore-errors when calling mail-header-parse-content-type.
10884
10885         * rfc2231.el (rfc2231-parse-string): Return at least type if
10886         possible; don't cause an error even if it fails in parsing of
10887         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10888         (rfc2231-encode-string): Don't break lines at the beginning, leave
10889         it to mml-insert-parameter.
10890
10891         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10892         calling mail-header-parse-content-type.
10893
10894 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * spam-report.el (spam-report-gmane-use-article-number):
10897         Improve doc string.
10898         (spam-report-gmane-internal): Check if a suitable header was found
10899         in the article.
10900
10901 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10904         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10905
10906 2006-02-05  Romain Francoise  <romain@orebokech.com>
10907
10908         Update copyright notices of all files in the gnus directory.
10909
10910 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10911
10912         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10913
10914 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10917         segmented lines of parameter value to cope with Thunderbird 1.5
10918         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10919         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10920         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10921
10922 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10923
10924         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10925         parts.
10926
10927 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10928
10929         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10930         there's only one active file for all servers.
10931         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10932         solid groups.  Gnus might have used a FAST request to select the group.
10933         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10934         and nnweb-search redundantly in the active file.
10935         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10936         (nnweb-request-create-group): Don't use ARGS.
10937         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10938         initialisations.  Let nnoo do the work.
10939
10940 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10943         Say the part has been decoded.
10944
10945         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10946
10947 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10948
10949         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10950         mailcap-viewer-test-cache when there's no 'test clause, since that
10951         will invert the meaning of a "nil" test previously determined by
10952         mailcap-mailcap-entry-passes-test.
10953
10954 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10957         compiling.
10958
10959         * gnus-sum.el: Ditto.
10960
10961         * message.el: Don't bind tool-bar-map when compiling.
10962
10963 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10966
10967 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10968
10969         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10970         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10971         current Google Groups.
10972
10973 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10976         and tool-bar-mode.
10977
10978         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10979         and tool-bar-mode.
10980
10981         * message.el (message-tool-bar-update): Simplify.
10982         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10983
10984         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10985         gnus-summary-buffer.
10986         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10987         gnus-summary-reply.
10988
10989         * gmm-utils.el (gmm): Add :version.
10990
10991 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * Makefile.in (clean): New rule.
10994         (distclean): Use it.
10995
10996 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10997
10998         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10999         autoload.
11000
11001 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gmm-utils.el (gmm-verbose): Add :group.
11004
11005 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * message.el: Change some comments WRT tool-bars.
11008
11009         * gnus-sum.el (gnus-summary-tool-bar)
11010         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11011         (gnus-summary-tool-bar-zap-list): New variables.
11012         (gnus-summary-make-tool-bar): Complete rewrite using
11013         `gmm-tool-bar-from-list'.
11014
11015         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11016         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11017         variables.
11018         (gnus-group-make-tool-bar): Complete rewrite using
11019         `gmm-tool-bar-from-list'.
11020         (gnus-group-tool-bar-update): New function.
11021
11022         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11023
11024 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11027         is dissected into a single part of which the type is the same as
11028         the given one; decode charset.
11029
11030 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11031
11032         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11033         into alists as symbol not string, since that's what
11034         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11035         look for.
11036
11037 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11040         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11041
11042         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11043
11044 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11047         (gnus-xmas-mime-security-button-menu): New function.
11048
11049         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11050         (gnus-mime-security-button-menu): New definition.
11051         (gnus-mime-security-button-map): Use them.
11052         (gnus-mime-security-button-menu): New function.
11053         (gnus-insert-mime-security-button): Addition to help echo.
11054         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11055         (gnus-mime-security-pipe-part): New functions.
11056
11057         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11058         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11059
11060         * mm-decode.el (mm-handle-set-disposition): Remove.
11061         (mm-handle-set-description): Remove.
11062
11063 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11066         (mm-w3m-standalone-supports-m17n-p): New function.
11067         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11068         w3m usage.
11069
11070         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11071         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11072
11073 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * message.el (message-tool-bar-zap-list): Use
11076         gmm-tool-bar-zap-list as custom type.
11077         (message-tool-bar-update): New function.
11078         (message-tool-bar, message-tool-bar-gnome)
11079         (message-tool-bar-retro): Add message-tool-bar-update.
11080         (message-tool-bar-gnome): Add flyspell-buffer.
11081
11082         * gnus-util.el (gnus-error): Describe `args'.
11083
11084         * gmm-utils.el (gmm-error): Describe `args'.
11085         (gmm-tool-bar-zap-list): New widget.
11086         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11087
11088 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11091         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11092         the number of recursive calls.
11093
11094         * mm-decode.el (mm-handle-set-disposition): New macro.
11095         (mm-handle-set-description): New macro.
11096
11097 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11100         encoding.
11101
11102 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * message.el (message-tool-bar-zap-list, message-tool-bar)
11105         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11106         (message-tool-bar-local-item-from-menu): Remove.
11107         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11108         (message-make-tool-bar): New function.
11109         (message-mode): Use `message-make-tool-bar'.
11110
11111         * gmm-utils.el: New file.
11112         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11113         (gmm-lazy): New widget copied from `nnmail.el'.
11114         (gmm-tool-bar-from-list): New function for creating customizable
11115         tool bars.
11116         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11117         output.
11118         (gmm): Add :prefix to defgroup.
11119
11120 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11121
11122         * gmm-utils.el (gmm-widget-p): New function.
11123
11124 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * mml.el (mml-attach-file): Describe `description' in doc string.
11127         (mml-menu): Add Emacs MIME manual and PGG manual.
11128
11129 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11130
11131         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11132
11133 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11134
11135         * nntp.el (nntp-end-of-line): Doc fix.
11136
11137 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11138
11139         * imap.el (imap-open): Handle case where buffer is a buffer
11140         object.
11141
11142 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11143
11144         * gnus-delay.el (gnus-delay): Don't autoload.
11145         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11146         to be re-loaded when customizing the `gnus-delay' group.
11147
11148 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11149
11150         * message.el (message-insert-citation-line): Use newlines.
11151
11152 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11153
11154         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11155         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11156         these routines, so the passphrase can be managed externally and
11157         passed in to the system.
11158         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11159         pgg-add-passphrase-to-cache function.
11160
11161         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11162         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11163         these routines, so the passphrase can be managed externally and
11164         passed in to the system.
11165         (pgg-pgp5-sign-region): Use new name of
11166         pgg-add-passphrase-to-cache function.
11167
11168 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11169
11170         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11171         part of the decoded armor to find the key-identifier.
11172         (pgg-gpg-lookup-key-owner): New function to return the
11173         human-readable identifier of a key owner.
11174         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11175         itself.
11176         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11177         the key value) if we have a key and can match it against a secret
11178         key.  Also, added a note pointing out fact that the prompt only
11179         indicates the first matching key.
11180
11181         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11182         pgg-decrypt-region.
11183         (pgg-add-passphrase-to-cache): Rename from
11184         `pgg-add-passphrase-cache' to reduce confusion (all callers
11185         changed).
11186         (pgg-remove-passphrase-from-cache): Rename from
11187         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11188         changed).
11189         (pgg-read-passphrase, pgg-add-passphrase-cache)
11190         (pgg-remove-passphrase-cache): Add informative docstrings.
11191         (pgg-decrypt): Convey provided passphrase in subordinate call to
11192         pgg-decrypt-region.
11193
11194 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11195
11196         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11197         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11198         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11199         'passphrase' argument, so the passphrase can be managed externally
11200         and then passed in to the system.
11201
11202         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11203         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11204         so the passphrase cache can be used reliably with identifiers
11205         besides a pgp packet's key id.
11206
11207         * pgg-gpg.el (pgg-gpg-encrypt-region)
11208         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11209         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11210         these routines, so the passphrase can be managed externally and
11211         passed in to the system.
11212
11213         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11214         'notruncate' argument, so the passphrase cache can be used
11215         reliably with identifiers besides a pgp packet's key id.
11216
11217 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11218
11219         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11220         symmetric encryption.
11221         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11222         encrypted session key.
11223         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11224         message ask for the passphrase in a proper way.
11225
11226         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11227         New user commands for symmetric encryption.
11228
11229 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11232
11233         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11234
11235 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11236
11237         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11238
11239 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * mm-decode.el (mm-inlined-types): Add application/pgp.
11242         (mm-automatic-display): Ditto.
11243
11244         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11245         part as text.
11246
11247 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * nnrss.el: Update copyright.
11250         (nnrss-opml-import): Query whether to subscribe to each entry.
11251
11252         * gnus-art.el:
11253         * gnus-sum.el:
11254         * gnus-xmas.el:
11255         * messagexmas.el:
11256         * mm-uu.el:
11257         * mm-view.el: Update copyright.
11258
11259 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * message.el (message-info): New function.
11262         (message-mode-menu): Add it.
11263         Update copyright.
11264
11265         * ChangeLog: Fix and update copyright.
11266
11267 2006-01-13  Romain Francoise  <romain@orebokech.com>
11268
11269         * message.el (message-forward-subject-name-subject): Prefer the
11270         address to 'nowhere' if the sender has no name.
11271         Fix typo.  Update copyright year.
11272
11273 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * gnus-art.el (article-wash-html): Use
11276         gnus-summary-show-article-charset-alist if a numeric arg is given.
11277         (gnus-article-wash-html-with-w3m-standalone): New function.
11278
11279         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11280         mm-inline-text-html-render-with-w3m-standalone.
11281         (mm-text-html-washer-alist): Map w3m-standalone to
11282         gnus-article-wash-html-with-w3m-standalone.
11283         (mm-inline-text-html-render-with-w3m-standalone): New function.
11284
11285 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11288         Improve LaTeX.
11289
11290 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11293         (nnrss-request-article): Render text/plain parts as HTML.
11294
11295         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11296         the buffer.
11297
11298 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11301         custom definition of `gnus-posting-styles'.
11302
11303         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11304         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11305
11306 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11309         Use nntp for bug archive.
11310
11311 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11314         parts.
11315         (nnrss-normalize-date): New function converts ISO 8601 date into
11316         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11317         (nnrss-check-group): Use it.
11318
11319 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11322
11323         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11324         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11325         (nnrss-insert-w3): Ditto.
11326
11327 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11330         the articles to be forwarded including the case where neither a
11331         number of articles nor a region is specified.
11332
11333 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * nnrss.el (nnrss-request-article): Fix last change; fill
11336         text/plain parts.
11337
11338 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11341         in text/plain part.
11342         (nnrss-check-group): Don't add excessive newline to dc:subject.
11343
11344 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11345
11346         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11347         article.
11348
11349 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11352         (nnml-use-compressed-files, nnml-save-mail): Support other
11353         comression programs such as bzip2.
11354
11355 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11356
11357         * dns.el (query-dns): Make sure we check the buffer size before
11358         removing tcp headers.
11359
11360 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11363         remove MIME buttons associated with multipart/alternative parts.
11364         (gnus-mime-display-alternative): Tag buttons using `article-type'
11365         text property.
11366
11367         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11368         associated with multipart/alternative parts.
11369
11370         * gnus-art.el (gnus-signature-separator): Fix custom type.
11371
11372         * mm-decode.el (mm-inlined-types): Fix custom type.
11373         (mm-keep-viewer-alive-types): Ditto.
11374         (mm-automatic-display): Ditto.
11375         (mm-attachment-override-types): Ditto.
11376         (mm-inline-override-types): Ditto.
11377         (mm-automatic-external-display): Ditto.
11378
11379 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * spam-report.el (spam-report-user-mail-address)
11382         (spam-report-user-agent): New variables.
11383         (spam-report-url-ping-plain): Use spam-report-user-agent.
11384
11385 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11386
11387         * gnus-art.el (gnus-button-handle-custom): Do not just use
11388         `customize-apropos' for any "M-x customize-*" button but the
11389         function called for.  Accept both the function name and its
11390         argument in order to achieve this.
11391         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11392         function name to `gnus-button-handle-custom' in case of "M-x
11393         customize-*" buttons.
11394
11395 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11398         multipart/alternative and add xref to mm-discouraged-alternatives
11399         in doc string.
11400
11401         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11402         gnus-buttonized-mime-types in doc string.
11403
11404 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11407         Suggest image/.* in the doc string.
11408
11409 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11412         message-marks (Debian bug #342521).
11413
11414 2005-12-12  Simon Josefsson  <jas@extundo.com>
11415
11416         * password.el (password-read-from-cache): Add.
11417         (password-read): Use it.
11418
11419 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11422         us-ascii as a MIME charset.
11423
11424         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11425         against the case where the 2nd arg TYPE is nil.
11426
11427 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * pop3.el (pop3-stream-type): Fix custom version.
11430
11431         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11432
11433 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11434
11435         * mm-decode.el (mm-display-external): Add missing cdr.
11436
11437 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11440         RFC1524) if it is in mailcap or add a suffix according to
11441         mailcap-mime-extensions when generating a temp filename; postpone
11442         deleting a temp file for 2 seconds for some wrappers, shell
11443         scripts, and so on, which might exit right after having started a
11444         viewer command as a background job.
11445
11446 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * nntp.el (nntp-marks-directory): Fix custom group.
11449
11450         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11451         steps when < 10.
11452
11453         * gnus-start.el (gnus-no-server-1): Mention
11454         `gnus-level-default-subscribed' in doc string.
11455
11456 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11457
11458         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11459         parens.
11460
11461 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-xmas.el (gnus-use-toolbar): Revert.
11464         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11465         gnus-use-toolbar is default.
11466
11467         * messagexmas.el (message-use-toolbar): Revert.
11468         (message-setup-toolbar): Use global default-toolbar if
11469         message-use-toolbar is default.
11470
11471 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11474         according to default-toolbar-visible-p.
11475
11476         * messagexmas.el (message-use-toolbar): Ditto.
11477
11478 2005-11-26  Dave Love  <fx@gnu.org>
11479
11480         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11481         (tls-program, tls-success): Provide openssl alternative.
11482
11483         * starttls.el: Doc fixes.
11484         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11485         SERVICE to PORT.
11486
11487         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11488         port null or service name.
11489         (starttls-negotiate): Autoload.
11490
11491 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * message.el (message-kill-to-signature): Fix interactive spec.
11494
11495 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * pop3.el (pop3-open-server): Recognize a string as a service name.
11498
11499 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11500
11501         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11502
11503 2005-11-23  Dave Love  <fx@gnu.org>
11504
11505         Add pop3s, pop3/starttls.
11506
11507         * pop3.el (pop3-authentication-scheme): Clarify doc.
11508         (open-tls-stream, starttls-open-stream): Autoload.
11509         (pop3-stream-type): New.
11510         (pop3-open-server): Use it.
11511
11512         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11513         for POP.
11514         (mail-source-keyword-map): Add :stream for POP.
11515         (mail-source-fetch-pop): Use pop3-stream-type.
11516
11517 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11520         of current-time-string.
11521
11522 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11523
11524         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11525         date header.
11526
11527 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11528
11529         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11530         it can seriously impact performance as it bypasses the agent's
11531         local caches.
11532
11533 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11534
11535         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11536         must be explicitly online rather than "not explicitly offline" for
11537         its flags to be synchronized.
11538
11539         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11540         that gnus-uu-unmark-thread will function correctly.
11541
11542         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11543         1024K is instead displayed as 1M.
11544
11545 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11548
11549 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11550
11551         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11552
11553 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11554
11555         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11556         error message to display actual error condition.
11557         (gnus-agent-save-local): Avoid saving symbols that are bound to
11558         nil as they simply result in a warning message in
11559         gnus-agent-read-local.
11560
11561 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11564         rather than make-variable-buffer-local for file-precious-flag.
11565
11566 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11567
11568         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11569         for duplicates which are removed.  The invalid sort check then
11570         triggers a rescan after the sort as sorting may have moved
11571         duplicate entries such that they can be cheaply detected.
11572
11573 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11576
11577 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11578
11579         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11580         internal variable to a custom variable.  Changed default value
11581         from compressed(2) to uncompressed(1).
11582         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11583         support for uncompressed agentview files.  Taken together, reading
11584         the agentview file should now be 6-7 times faster.
11585
11586 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11587
11588         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11589         as a buffer-local variable.  This avoids creating truncated
11590         dribble files as a result of a hang up, eg.
11591
11592 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11593
11594         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11595         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11596         XEmacs.
11597
11598 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-start.el (gnus-start-draft-setup): Enforce
11601         `gnus-draft-mode' for nndraft:drafts at startup.
11602
11603         * gnus.el (gnus-splash): Change custom group.
11604         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11605         allow-list argument.
11606
11607         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11608         string.
11609
11610 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-art.el (gnus-default-article-saver): Add user-defined
11613         `function' to custom type.
11614
11615 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11616
11617         * imap.el (imap-open): Handle case where buffer is a buffer
11618         object.
11619
11620 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11623         long lines.
11624         (gnus-cache-delete-group): Wrap doc strings.
11625
11626         * gnus-agent.el (gnus-agent-rename-group)
11627         (gnus-agent-delete-group): Wrap doc strings.
11628
11629 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * messagexmas.el (message-use-toolbar): Change the valid values
11632         into default, top, bottom, left, and right.
11633         (message-toolbar-thickness): New variable.
11634         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11635         well.
11636         (message-setup-toolbar): Make it work.
11637
11638         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11639         (gnus-use-toolbar): Change the valid values into default, top,
11640         bottom, left, and right.
11641         (gnus-toolbar-thickness): New variable.
11642         (gnus-xmas-setup-toolbar): New function.
11643         (gnus-xmas-setup-group-toolbar): Use it.
11644         (gnus-xmas-setup-summary-toolbar): Use it.
11645
11646 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * gnus-start.el (gnus-1): Add "native" to
11649         gnus-predefined-server-alist.
11650
11651         * gnus.el (gnus-method-to-server): Don't add "native" to the
11652         lists here, because that leads to problems when
11653         gnus-select-method is bound.
11654
11655 2005-11-09  Simon Josefsson  <jas@extundo.com>
11656
11657         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11658         use (not sort-by-date) instead.
11659
11660 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11661
11662         * gnus-delay.el (gnus-delay-group): Don't autoload.
11663         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11664         to be re-loaded when customizing the `gnus-delay' group.
11665
11666 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11667
11668         * message.el: Revert last changes.
11669         (message-insert-citation-line): Use newlines.
11670
11671 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11672
11673         * message.el (message-courtesy-message)
11674         (message-mark-insert-begin, message-mark-insert-end)
11675         (message-elide-ellipsis, message-cancel-message)
11676         (message-add-header, message-change-subject)
11677         (message-cross-post-followup-to-header)
11678         (message-cross-post-insert-note, message-reduce-to-to-cc)
11679         (message-widen-reply, message-delete-not-region)
11680         (message-kill-to-signature, message-insert-signature)
11681         (message-insert-importance-high, message-insert-importance-low)
11682         (message-insert-or-toggle-importance)
11683         (message-insert-disposition-notification-to)
11684         (message-indent-citation, message-yank-original)
11685         (message-cite-original-without-signature, message-cite-original)
11686         (message-insert-citation-line, message-position-on-field)
11687         (message-fix-before-sending, message-send-mail-partially)
11688         (message-send-mail, message-send-mail-with-sendmail)
11689         (message-send-mail-with-qmail, message-send-news)
11690         (message-check-news-header-syntax, message-generate-headers)
11691         (message-insert-courtesy-copy, message-fill-address)
11692         (message-fill-header, message-shorten-references)
11693         (message-setup-1, message-cancel-news)
11694         (message-forward-make-body-plain, message-forward-make-body-mime)
11695         (message-forward-make-body-mml, message-encode-message-body)
11696         (message-forward-make-body-digest-plain)
11697         (message-forward-make-body-digest-mime)
11698         (message-use-alternative-email-as-from): Insert `hard-newline'
11699         instead of ordinary newlines.
11700
11701 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * message.el (message-generate-headers): Downcase the argument
11704         given to message-check-element.
11705
11706 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11707
11708         * nntp.el (nntp-authinfo-rejected): New error condition.
11709         (nntp-wait-for): Use new error condition to signal authentication
11710         error.
11711         (nntp-retrieve-data): Rethrow new error condition to break out of
11712         recursive call to nntp-send-authinfo.
11713
11714 2005-11-08  Romain Francoise  <romain@orebokech.com>
11715
11716         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11717         (gnus-summary-exit-map): Bind to `Z p'.
11718         (gnus-summary-make-menu-bar): Add menu item.
11719
11720 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11723         (gnus-treat-*): Add `first' in all doc strings.
11724
11725         * gnus-group.el (gnus-group-compact-group): Fix typo.
11726
11727 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus.el (gnus-parameters-case-fold-search): New variable.
11730         (gnus-parameters-get-parameter): Use it.
11731
11732         * gnus-score.el (gnus-home-score-file): Doc fix.
11733
11734 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11735
11736         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11737
11738 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * mm-util.el (mm-special-display-p): New function.
11741
11742         * mml.el (mml-preview): Use it; doc fix.
11743
11744 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11745
11746         * imap.el (imap-open): Handle case where buffer is a buffer object.
11747
11748 2005-10-29  Romain Francoise  <romain@orebokech.com>
11749
11750         * message.el (message-fix-before-sending): Fix comment.
11751
11752 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11753
11754         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11755
11756 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11757
11758         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11759         Used in gnus-score.el.
11760
11761 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11764
11765 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11768         whitespace removed in revision 7.8.  Use concatenated string to
11769         protect trailing whitespace.
11770
11771 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11772
11773         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11774         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11775         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11776         Courier IMAP ("some version from 2004").  Mostly based on similar
11777         code in the same function.
11778
11779 2005-10-26  Didier Verna  <didier@xemacs.org>
11780
11781         * gnus-group.el (gnus-group-compact-group): Invalidate original
11782         article buffer.
11783         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11784         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11785         NOV database and in article itself.
11786         Invalidate article backlog.
11787
11788 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11791
11792 2005-10-26  Simon Josefsson  <jas@extundo.com>
11793
11794         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11795         part of 2004-07-25 change.
11796
11797 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * message.el (message-display-completion-list): New function.
11800         (message-expand-group): Use it; make sure the Completions buffer
11801         is modifiable.
11802 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11803
11804         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11805         user-mail-name is an empty string.
11806
11807 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11810         depending on gnus-score-decay-constant.
11811
11812         * encrypt.el (encrypt-insert-file-contents)
11813         (encrypt-write-file-contents): Don't use `gnus-message'.
11814
11815         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11816         arguments.
11817         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11818         arguments to mm-uu-verbatim-marks-extract.
11819         (mm-uu-hide-markers): New variable.
11820         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11821
11822         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11823         (gnus-convert-image-to-face-command): Use "convert" by default to
11824         allow other input image formats.
11825         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11826         accordingly.
11827
11828 2005-10-23  Simon Josefsson  <jas@extundo.com>
11829
11830         * imap.el (imap-gssapi-program): Align command line parameters
11831         with latest GNU SASL.
11832         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11833
11834 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11837         HTML.
11838         (nnslashdot-request-article): Ditto.
11839
11840         * lpath.el (featurep): Add nobreak-char-display.
11841
11842 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11843
11844         * mail-source.el (mail-source-fetch-pop): Require pop3.
11845         (mail-source-check-pop): Ditto.
11846
11847 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11850         errors.
11851
11852 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11855         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11856
11857         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11858
11859         * mm-bodies.el (mm-decode-string): Call
11860         `mm-charset-to-coding-system' with allow-override argument.
11861
11862 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11865         (rfc2047-charset-to-coding-system): New function.
11866         (rfc2047-decode-encoded-words): New function.
11867         (rfc2047-decode-region): Use them.
11868         (rfc2047-decode-cte): Remove.
11869         (rfc2047-parse-and-decode): Remove.
11870         (rfc2047-decode): Remove.
11871
11872 2005-10-15  Kenichi Handa  <handa@m17n.org>
11873
11874         * rfc2047.el (rfc2047-decode-cte): New function.
11875         (rfc2047-decode-region): Change the way to decode successive
11876         encoded-words: decode B- or Q-encoding in each encoded-word,
11877         concatenate them, and decode it as charset.
11878
11879 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * lpath.el: Fbind codepage-setup for XEmacs.
11882
11883 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11884
11885         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11886         widget-move-and-invoke.
11887         (gnus-custom-mode): Use gnus-custom-map.
11888
11889 2005-10-15  Bill Wohler  <wohler@newt.com>
11890
11891         * message.el (message-tool-bar-map): Renamed image file from
11892         mail_send to mail/send.
11893
11894 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11895
11896         * message.el (message-expand-group): Pass the common
11897         prefix substring of completion to `display-completion-list'.
11898
11899 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * mml-sec.el (mml-secure-method): New internal variable.
11902         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11903         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11904         functions using mml-secure-method.
11905
11906         * mml.el (mml-mode-map): Add key bindings for those functions.
11907         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11908         Harder <harder@myrealbox.com>.
11909         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11910         end of message if point is the headers of the message.
11911
11912         * message.el (message-in-body-p): New function.
11913
11914         * assistant.el: Autoload gnus-util and netrc.
11915
11916         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11917         Use `mm-charset-override-alist' only when decoding.
11918
11919         * mm-bodies.el (mm-decode-body): Call
11920         `mm-charset-to-coding-system' with allow-override argument.
11921
11922         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11923         `filename' from Content-Disposition if Content-Type doesn't
11924         provide `name'.
11925         (gnus-mime-view-part-as-type): Set default instead of
11926         initial-input.
11927
11928 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11929
11930         * format-spec.el (format-spec): Propagate text properties of % spec.
11931
11932 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * gnus-art.el (gnus-treat-predicate): Add `first'.
11935
11936 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11937
11938         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11939         (mm-charset-override-alist): New variable.
11940         (mm-charset-to-coding-system): Use it.
11941         (mm-codepage-setup): New helper function.
11942         (mm-charset-eval-alist): New variable.
11943         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11944         about unknown charsets.
11945
11946         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11947
11948 2005-10-04  David Hansen  <david.hansen@gmx.net>
11949
11950         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11951         (nnrss-check-group): Ditto.
11952
11953 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11956         Rename x-gnus-verbatim to x-verbatim.
11957         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11958
11959         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11960         x-verbatim.
11961
11962         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11963
11964         * gnus-util.el (gnus-remove-duplicates): Remove.
11965
11966         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11967         instead of gnus-remove-duplicates.
11968
11969         * message.el (message-remove-duplicates): Remove.
11970         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11971         message-remove-duplicates.
11972
11973         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11974         available, else use implementation from `delete-dups'.
11975
11976         * message.el (message-insert-expires): New function.
11977         (message-mode-map): Add key binding.
11978         (message-mode-field-menu): Add menu entry.
11979         (message-mode): Document it.
11980         (message-make-expires-date): Use `message-make-date'.
11981
11982 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11983
11984         * message.el (message-make-expires-date): New function.
11985
11986 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * Makefile.in (list-installed-shadows): New entry.
11989         (install): Use it.
11990         (remove-installed-shadows): New entry.
11991
11992         * dgnushack.el (dgnushack-default-load-path): New variable.
11993         (dgnushack-find-lisp-shadows): New function.
11994         (dgnushack-remove-lisp-shadows): New function.
11995
11996 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * Makefile.in (install-el-elc): New entry.
11999         (install): Use it so that .el files are necessarily installed.
12000
12001 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12004
12005 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12006
12007         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12008         function rather than the diff-mode.el package.
12009         (mm-display-external): Use with-current-buffer.
12010         (mm-viewer-completion-map, mm-viewer-completion-map):
12011         Move initialization inside declaration.
12012
12013 2005-09-29  Simon Josefsson  <jas@extundo.com>
12014
12015         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12016         autoload mail-check-payment.
12017         (spam-check-hashcash): Define unconditionally, since hashcash.el
12018         is part of Gnus now.  Ignore errors from payment checking.
12019
12020 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el (message-bold-region, message-unbold-region): Rename
12023         from `bold-region' and `unbold-region'.
12024
12025         * message.el: Remove useless autoloads.
12026
12027 2005-09-28  Simon Josefsson  <jas@extundo.com>
12028
12029         * message.el (message-use-idna): Default to t.
12030         (message-use-idna): Test whether encoding works too.  Doc fix.
12031
12032 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * nntp.el (nntp-warn-about-losing-connection): Remove.
12035
12036 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12039         customizable.  Change default value.
12040         (mm-uu-diff-groups-regexp): Change default value.
12041         (mm-uu-type-alist): Add doc string.
12042         (mm-uu-configure): Add doc string.  Make it interactive.
12043         (mm-uu-tex-groups-regexp): New variable.
12044         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12045         (mm-uu-type-alist): Add LaTeX documents.
12046         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12047         of "text/verbatim".
12048         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12049
12050         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12051         instead of "text/verbatim".
12052
12053         * message.el (message-mark-inserted-region)
12054         (message-mark-insert-file): Use slrn style marks when called with
12055         prefix argument.
12056
12057 2005-09-27  Simon Josefsson  <jas@extundo.com>
12058
12059         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12060
12061 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12062
12063         * message.el (message-remove-duplicates): New function.
12064         Implementation borrowed from `gnus-remove-duplicates'.
12065         (message-idna-to-ascii-rhs): Also encode idna addresses in
12066         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12067         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12068         only ask about the same idna domain once per header and also tell
12069         in what header to replace the idna domain.
12070
12071         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12072         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12073         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12074         a header is decoded and not just the last one.
12075
12076 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12079         has been decoded.
12080
12081         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12082         (mm-insert-part): Don't modify text if it has been decoded.
12083
12084         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12085         decoded.
12086
12087         * mm-view.el (mm-inline-text): Don't strip text props unless
12088         decoding enriched or richtext parts.
12089
12090 2005-09-25  Romain Francoise  <romain@orebokech.com>
12091
12092         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12093         * gnus-start.el (gnus-subscribe-interactively):
12094         * gnus-uu.el (gnus-uu-grab-articles):
12095         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12096         space.
12097
12098 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12099
12100         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12101         * mm-view.el (mm-view-pkcs7-decrypt):
12102         * gnus-sum.el (gnus-summary-limit-to-extra)
12103         (gnus-summary-respool-article, gnus-read-move-group-name):
12104         * gnus-score.el (gnus-summary-increase-score):
12105         * gnus-util.el (gnus-completing-read-with-default):
12106         * gnus-art.el (gnus-read-save-file-name)
12107         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12108         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12109         * message.el (message-check-news-header-syntax):
12110         Follow convention for reading with the minibuffer.
12111
12112 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * spam-report.el (spam-report-url-ping-plain):
12115         Use gnus-extended-version as User-Agent.
12116
12117         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12118         default value is nil.
12119
12120         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12121         (mm-uu-verbatim-marks-extract): New function.
12122         (mm-uu-extract): New face.
12123         (mm-uu-copy-to-buffer): Use it.
12124
12125         * spam-report.el (spam-report-gmane-ham): Renamed from
12126         `spam-report-gmane-unspam'.
12127         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12128         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12129
12130         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12131         Autoload.
12132         (spam-report-gmane-unregister-routine): Renamed
12133         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12134
12135 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12136
12137         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12138         (spam-report-gmane-unregister-routine): Add support for gmane
12139         unregistration.
12140
12141         * spam-report.el (spam-report-gmane-unspam)
12142         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12143         (spam-report-gmane): Change to take a single article and do unspam
12144         registration.
12145
12146 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * mm-url.el (mm-url-decode-entities): Fix regexp.
12149
12150 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12153         default to nil, to be able to use Gnus at all.  If the default
12154         switches to something else, then the function should be fixed not
12155         be exceedingly slow.
12156
12157 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12158
12159         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12160         fail hard.
12161
12162         * spam-report.el: Add better Keywords line.
12163
12164         * spam.el: Add Maintainer and better Keywords line.
12165
12166 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-art.el (gnus-article-replace-part)
12169         (gnus-mime-replace-part): New functions.
12170         (gnus-mime-action-alist, gnus-mime-button-commands)
12171         (gnus-mime-save-part-and-strip): Added file argument.
12172         (gnus-article-part-wrapper): Added interactive argument.
12173
12174         * gnus-sum.el (gnus-summary-mime-map): Add
12175         `gnus-article-replace-part'.
12176
12177 2005-09-19  Didier Verna  <didier@xemacs.org>
12178
12179         The nnml compaction feature:
12180         * nnml.el (nnml-request-compact-group): New function.
12181         * nnml.el (nnml-request-compact): New function.
12182         * gnus-int.el (gnus-request-compact-group): New function.
12183         * gnus-int.el (gnus-request-compact): New function.
12184         * gnus-group.el (gnus-group-compact-group): New function.
12185         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12186         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12187         * gnus-srvr.el (gnus-server-compact-server): New function.
12188         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12189         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12190
12191 2005-09-18  Deepak Goel  <deego@gnufans.org>
12192
12193         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12194         format spec.
12195
12196 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12199
12200 2005-09-15  Romain Francoise  <romain@orebokech.com>
12201
12202         * message.el (message-fill-paragraph): Clarify docstring.
12203
12204 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (gnus-mime-display-part): Protect against broken
12207         MIME messages.
12208
12209 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12212         before parsing header.
12213
12214 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12215
12216         * html2text.el (html2text-replace-list): Add new entities.
12217
12218 2005-09-11  Romain Francoise  <romain@orebokech.com>
12219
12220         * message.el (message-alternative-emails): Improve docstring.
12221         (message-setup-1): Call `message-use-alternative-email-as-from'
12222         after `message-setup-hook' to give it precedence over posting
12223         styles, etc.
12224         (message-use-alternative-email-as-from): Add docstring.  Remove
12225         the original From header if present.
12226
12227         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12228         (nnml-save-mail): Use it.
12229
12230         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12231         articles.  Add new argument `silent'.
12232         (gnus-uu-mark-all): Report the total number of marked articles.
12233
12234 2005-09-10  Romain Francoise  <romain@orebokech.com>
12235
12236         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12237         (gnus-uu-mark-series): Likewise.
12238
12239 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * spam-report.el (spam-report-gmane): Fix generation of spam
12242         report URL.
12243
12244 2005-09-10  Simon Josefsson  <jas@extundo.com>
12245
12246         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12247         t, based on discussion on the ding list with Robert Epprecht
12248         <epprecht@solnet.ch>.
12249
12250 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * spam-report.el (spam-report-gmane): Make it work without
12253         X-Report-Spam header.  Gmane now only provides Archived-At.
12254         This is only used if `spam-report-gmane-use-article-number' is nil.
12255         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12256
12257         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12258         make `gnus-summary-sort-by-recipient' work with threading.
12259
12260         * nnweb.el (nnweb-google-wash-article): Print a message if article
12261         is not available.
12262
12263 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12264
12265         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12266         change.  Decode text/* parts content before displaying.
12267
12268 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12271
12272 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12275
12276         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12277         url-package-name, url-package-version,
12278         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12279         w3m-display-inline-images, and w3m-minor-mode-map.
12280
12281 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * message.el (message-tab-body-function): Fix mismatched custom type.
12284
12285         * gnus.el (gnus-group-change-level-function): Ditto.
12286
12287         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12288
12289         * gnus-art.el (gnus-signature-limit)
12290         (gnus-article-mime-part-function): Ditto.
12291
12292 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mml.el (mml-mode): Silence the byte compiler.
12295
12296         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12297         using `(sit-for 0)' before moving the point to the specified part;
12298         skip unbuttonized parts.
12299         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12300         return to the summary window if gnus-auto-select-part is non-nil.
12301
12302 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12305         variables.
12306         (mml-dnd-attach-file, mml-mode): Use them.
12307
12308         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12309         Make fetching article by MID work again for Google Groups.  Added
12310         FIXME concerning gnus-group-make-web-group.
12311
12312         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12313         Don't depend on Gnus by using mail-extract-address-components if
12314         gnus-extract-address-components is not bound.
12315
12316 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12317
12318         * gnus-art.el (gnus-mime-display-security): Don't display the
12319         signature, but only the signed part.
12320
12321 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12324
12325         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12326         list, not listp.
12327
12328 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12329
12330         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12331         when encoding.
12332
12333         * mm-bodies.el (mm-decode-content-transfer-encoding):
12334         De-canonicalize CRLF for all text content types, not just
12335         text/plain.
12336
12337 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12340         valid article; point arrow and cursor at the MIME button.
12341
12342 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12345         Suggested by Dan Christensen <jdc@uwo.ca>.
12346
12347         * mm-decode.el (mm-save-part): Enable change of prompt.
12348
12349 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12350
12351         * gnus-msg.el (gnus-inews-add-send-actions): Made
12352         `message-post-method' lambda parameter ARG `&optional'.
12353
12354 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-sum.el (gnus-summary-mime-map): Added
12357         gnus-article-save-part-and-strip, gnus-article-delete-part and
12358         gnus-article-jump-to-part.
12359
12360         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12361         (gnus-article-edit-part): Use it.
12362         (gnus-article-part-wrapper): Added no-handle argument.
12363         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12364         functions.
12365
12366 2005-08-29  Romain Francoise  <romain@orebokech.com>
12367
12368         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12369         docstring.
12370         (gnus-face-from-file): Likewise.
12371
12372 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12375         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12376         non-nil.
12377         (gnus-auto-select-part): New variable.
12378         (gnus-article-jump-to-part): New function.
12379         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12380         (gnus-mime-delete-part): Allow selecting specified part after
12381         deleting or stripping parts.
12382         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12383         part if argument is bogus.
12384
12385 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12386
12387         * gnus-art.el (w3m-minor-mode-map):
12388         * gnus-spec.el (gnus-newsrc-file-version):
12389         * gnus-util.el (nnmail-active-file-coding-system)
12390         (gnus-original-article-buffer, gnus-user-agent):
12391         * gnus.el (gnus-ham-process-destinations)
12392         (gnus-parameter-ham-marks-alist)
12393         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12394         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12395         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12396         * mm-decode.el (gnus-current-window-configuration):
12397         * mm-extern.el (gnus-article-mime-handles):
12398         * mm-url.el (url-current-object, url-package-name)
12399         (url-package-version):
12400         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12401         (smime-keys, w3m-cid-retrieve-function-alist)
12402         (w3m-current-buffer, w3m-display-inline-images)
12403         (w3m-minor-mode-map):
12404         * mml-smime.el (gnus-extract-address-components):
12405         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12406         (gnus-newsrc-hashtb, message-default-charset)
12407         (message-deletable-headers, message-options)
12408         (message-posting-charset, message-required-mail-headers)
12409         (message-required-news-headers):
12410         * mml1991.el (mc-pgp-always-sign):
12411         * mml2015.el (mc-pgp-always-sign):
12412         * nnheader.el (nnmail-extra-headers):
12413         * rfc1843.el (gnus-decode-encoded-word-function)
12414         (gnus-decode-header-function, gnus-newsgroup-name):
12415         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12416
12417 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12418
12419         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12420         the end of the date treatments.
12421
12422 2005-08-15  Simon Josefsson  <jas@extundo.com>
12423
12424         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12425         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12426         Capello and Romain Francoise.
12427         (pgg-fetch-key-function): Removed, not used?
12428         (pgg-insert-url-with-w3): Require url, to get
12429         url-insert-file-contents regardless of where it is defined.
12430
12431 2005-08-13  Romain Francoise  <romain@orebokech.com>
12432
12433         * message.el (message-cite-original-1): New function.
12434         (message-cite-original): Use it.
12435         (message-cite-original-without-signature): Ditto.
12436
12437 2005-08-08  Romain Francoise  <romain@orebokech.com>
12438
12439         * message.el (message-yank-empty-prefix): New variable.
12440         (message-indent-citation): Use it.
12441         (message-cite-original-without-signature): Respect X-No-Archive.
12442
12443 2005-08-08  Simon Josefsson  <jas@extundo.com>
12444
12445         * pgg.el: Autoload url-insert-file-contents instead of loading
12446         w3/url.
12447         (pgg-insert-url-with-w3): Don't load url here.
12448
12449 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12450
12451         * message.el (message-kill-to-signature): Don't insert newline at
12452         bol.
12453         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12454
12455 2005-08-06  Romain Francoise  <romain@orebokech.com>
12456
12457         * message.el (message-user-fqdn): Fix typo in docstring.
12458
12459 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12460
12461         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12462
12463         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12464
12465 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * mm-bodies.el (mm-encode-body): Use coding system rather than
12468         charset to encode text.
12469
12470         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12471         number of charsets if utf-8 is available (XEmacs).
12472
12473 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12476         taken from `gnus-button-mid-or-mail-regexp'.
12477         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12478         (gnus-button-alist): Improve regexp for domain part of the MIDs
12479         for news:localpart@domain buttons.
12480         (gnus-button-ctan-directory-regexp): Update.
12481
12482 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * sieve-manage.el (sieve-manage-interactive-login): Use
12485         make-local-variable rather than make-variable-buffer-local.
12486         (sieve-manage-open): Ditto.
12487         (sieve-manage-authenticate): Ditto.
12488
12489         * mml.el (mml-generate-mime-1): Make the content type default to
12490         text/plain if the filename is not specified.
12491
12492 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12495         instead of insert-buffer.
12496
12497         * message.el (message-yank-original): Ditto; set the mark at the
12498         end of the yanked message.
12499
12500 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12503         lines to scroll rather than to stop it.
12504
12505         * mml.el (mml-generate-default-type): Add doc string.
12506         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12507         default to application/octet-stream when determining the content
12508         type if it is not specified for the part or the mml contents; add
12509         a comment about mml-generate-default-type.
12510
12511 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12514         make it default to application/octet-stream when determining the
12515         content type if it is not specified for the external contents.
12516
12517 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12520         segmented parameter but also other parameters might be there.
12521
12522 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * mm-decode.el (mm-display-external): Delete temp file, directory
12525         and buffer immediately if the external process is exited.
12526
12527 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12530         fewer lines than that of scroll-margin.
12531         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12532
12533 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-art.el (gnus-article-next-page): Revert.
12536         (gnus-article-beginning-of-window): New macro.
12537         (gnus-article-next-page-1): Use it.
12538         (gnus-article-prev-page): Ditto.
12539         (gnus-article-edit-part): Use insert-buffer-substring instead of
12540         insert-buffer.
12541         (gnus-article-edit-exit): Ditto.
12542
12543         * gnus-util.el (gnus-beginning-of-window): Remove.
12544         (gnus-end-of-window): Remove.
12545
12546         * lpath.el: Don't bind header-line-format and scroll-margin.
12547
12548 2005-07-25  Simon Josefsson  <jas@extundo.com>
12549
12550         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12551         to have the url package without w3.  Reported by Daiki Ueno
12552         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12553
12554 2005-07-20  Didier Verna  <didier@xemacs.org>
12555
12556         * gnus-diary.el: Remove the description comment (nndiary is now
12557         properly documented in the Gnus manual).
12558         Fix the spelling of "Back End".
12559         * nndiary.el: Ditto.
12560         Fix the copyright notice.
12561
12562 2005-07-18  Romain Francoise  <romain@orebokech.com>
12563
12564         * gnus-sum.el (gnus-summary-to-prefix)
12565         (gnus-summary-newsgroup-prefix): New variables.
12566         (gnus-summary-from-or-to-or-newsgroups): Use them.
12567
12568 2005-07-17  Romain Francoise  <romain@orebokech.com>
12569
12570         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12571         space as it's generally not especially interesting to the user.
12572
12573 2005-07-16  Romain Francoise  <romain@orebokech.com>
12574
12575         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12576         nil to avoid prompting and file modification if one of the
12577         messages at the top of the nnfolder file contains a copyright
12578         notice.
12579         Update copyright notice.
12580
12581         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12582         instead of `current-time-string' as the latter creates a time
12583         string that is not RFC 2822 compliant (it lacks the zone).
12584         Update copyright notice.
12585
12586 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12587
12588         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12589         for text/rtf.  Display default in prompt.  Pass default for M-n.
12590
12591         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12592
12593 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12594
12595         * gnus-msg.el (gnus-button-mailto): Remove
12596         save-selected-window-window hackery because it relies on
12597         save-selected-window internals.
12598
12599 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12602         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12603         (gnus-article-prev-page): Ditto.
12604
12605         * gnus-util.el (gnus-beginning-of-window): New function.
12606         (gnus-end-of-window): New function.
12607
12608         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12609
12610 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12611
12612         * gnus-score.el (gnus-score-edit-all-score): Set
12613         gnus-score-edit-exit-function to gnus-score-edit-done and call
12614         gnus-message.
12615
12616 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12617
12618         * gnus-msg.el (gnus-button-mailto): Remove
12619         save-selected-window-window hackery because it relies on
12620         save-selected-window internals.
12621
12622 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12625         add-minor-mode.
12626         (gnus-binary-mode): Ditto.
12627
12628         * gnus-topic.el (gnus-topic-mode): Ditto.
12629
12630 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12631
12632         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12633         (gnus-article-prev-page): Take scroll-margin into consideration.
12634
12635 2005-07-04  Lute Kamstra  <lute@gnu.org>
12636
12637         Update FSF's address in GPL notices.
12638
12639 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12640
12641         * gnus.el (gnus-exit):
12642         * gnus-group.el (gnus-group-icons):
12643         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12644
12645         * gnus-nocem.el (gnus-nocem):
12646         * message.el (message-various, message-buffers, message-sending)
12647         (message-interface, message-forwarding, message-insertion)
12648         (message-headers, message-news, message-mail):
12649         * pgg-gpg.el (pgg-gpg):
12650         * pgg-parse.el (pgg-parse):
12651         * pgg-pgp.el (pgg-pgp):
12652         * pgg-pgp5.el (pgg-pgp5):
12653         * pop3.el (pop3): Finish `defgroup' description with period.
12654
12655 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-art.el (article-display-face): Improve the efficiency.
12658         (article-display-x-face): Ditto; remove grey x-face stuff.
12659
12660 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-art.el (article-display-face): Correct the position in
12663         which Faces are inserted.
12664
12665 2005-06-29  Didier Verna  <didier@xemacs.org>
12666
12667         * gnus-art.el (article-display-face): Display faces in correct
12668         order.
12669
12670 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12673         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12674         (gnus-nocem-check-article): Fetch the Type header.
12675         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12676         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12677         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12678         make sure gnus-nocem-hashtb is initialized.
12679         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12680         (gnus-nocem-unwanted-article-p): Ditto.
12681
12682         * pgg.el (pgg-verify): Return the verification result.
12683
12684 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12685
12686         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12687         is ascii.
12688
12689 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12690
12691         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12692         `show-nonbreak-escape'.
12693
12694 2005-06-23  Lute Kamstra  <lute@gnu.org>
12695
12696         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12697
12698         * dig.el (dig-mode):
12699         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12700
12701 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12702
12703         * nnimap.el (nnimap-split-download-body): Fix spellings.
12704
12705 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12706
12707         * gnus-art.el (gnus-article-encrypt-body):
12708         * gnus-cus.el (gnus-score-customize):
12709         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12710         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12711
12712 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12713
12714         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12715         header by looking for magic "MII" at the beginnig.
12716
12717 2005-06-16  Miles Bader  <miles@gnu.org>
12718
12719         * gnus-xmas.el (gnus-xmas-group-startup-message):
12720         Use renamed gnus-splash face.
12721
12722         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12723         (assistant-field-face): New backward-compatibility alias for renamed
12724         face.
12725         (assistant-render-text): Use renamed assistant-field face.
12726
12727         * spam.el (spam): Remove "-face" suffix from face name.
12728         (spam-face): New backward-compatibility alias for renamed face.
12729         (spam-face, spam-initialize): Use renamed spam face.
12730
12731         * message.el (message-header-to, message-header-cc)
12732         (message-header-subject, message-header-newsgroups)
12733         (message-header-other, message-header-name)
12734         (message-header-xheader, message-separator, message-cited-text)
12735         (message-mml): Remove "-face" suffix from face names.
12736         (message-header-to-face, message-header-cc-face)
12737         (message-header-subject-face, message-header-newsgroups-face)
12738         (message-header-other-face, message-header-name-face)
12739         (message-header-xheader-face, message-separator-face)
12740         (message-cited-text-face, message-mml-face):
12741         New backward-compatibility aliases for renamed faces.
12742         (message-font-lock-keywords): Use renamed message faces.
12743
12744         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12745         (sieve-test-commands, sieve-tagged-arguments):
12746         Remove "-face" suffix from face names.
12747         (sieve-control-commands-face, sieve-action-commands-face)
12748         (sieve-test-commands-face, sieve-tagged-arguments-face):
12749         New backward-compatibility aliases for renamed faces.
12750         (sieve-control-commands-face, sieve-action-commands-face)
12751         (sieve-test-commands-face, sieve-tagged-arguments-face):
12752         Use renamed sieve faces.
12753
12754         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12755         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12756         (gnus-group-news-3-empty, gnus-group-news-4)
12757         (gnus-group-news-4-empty, gnus-group-news-5)
12758         (gnus-group-news-5-empty, gnus-group-news-6)
12759         (gnus-group-news-6-empty, gnus-group-news-low)
12760         (gnus-group-news-low-empty, gnus-group-mail-1)
12761         (gnus-group-mail-1-empty, gnus-group-mail-2)
12762         (gnus-group-mail-2-empty, gnus-group-mail-3)
12763         (gnus-group-mail-3-empty, gnus-group-mail-low)
12764         (gnus-group-mail-low-empty, gnus-summary-selected)
12765         (gnus-summary-cancelled, gnus-summary-high-ticked)
12766         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12767         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12768         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12769         (gnus-summary-low-undownloaded)
12770         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12771         (gnus-summary-low-unread, gnus-summary-normal-unread)
12772         (gnus-summary-high-read, gnus-summary-low-read)
12773         (gnus-summary-normal-read, gnus-splash):
12774         Remove "-face" suffix from face names.
12775         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12776         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12777         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12778         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12779         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12780         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12781         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12782         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12783         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12784         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12785         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12786         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12787         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12788         (gnus-summary-normal-ticked-face)
12789         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12790         (gnus-summary-normal-ancient-face)
12791         (gnus-summary-high-undownloaded-face)
12792         (gnus-summary-low-undownloaded-face)
12793         (gnus-summary-normal-undownloaded-face)
12794         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12795         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12796         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12797         (gnus-splash-face):
12798         New backward-compatibility aliases for renamed faces.
12799         (gnus-group-startup-message): Use renamed gnus faces.
12800
12801         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12802         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12803         (gnus-server-agent): Remove "-face" suffix from face names.
12804         (gnus-server-agent-face, gnus-server-opened-face)
12805         (gnus-server-closed-face, gnus-server-denied-face)
12806         (gnus-server-offline-face):
12807         New backward-compatibility aliases for renamed faces.
12808         (gnus-server-agent-face, gnus-server-opened-face)
12809         (gnus-server-closed-face, gnus-server-denied-face)
12810         (gnus-server-offline-face): Use renamed gnus faces.
12811
12812         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12813         Remove "-face" suffix from face names.
12814         (gnus-picon-xbm-face, gnus-picon-face):
12815         New backward-compatibility aliases for renamed faces.
12816
12817         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12818         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12819         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12820         (gnus-cite-11): Remove "-face" suffix from face names.
12821         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12822         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12823         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12824         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12825         New backward-compatibility aliases for renamed faces.
12826         (gnus-cite-attribution-face, gnus-cite-face-list)
12827         (gnus-article-boring-faces): Use renamed gnus faces.
12828
12829         * gnus-art.el (gnus-signature, gnus-header-from)
12830         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12831         (gnus-header-content): Remove "-face" suffix from face names.
12832         (gnus-signature-face, gnus-header-from-face)
12833         (gnus-header-subject-face, gnus-header-newsgroups-face)
12834         (gnus-header-name-face, gnus-header-content-face):
12835         New backward-compatibility aliases for renamed faces.
12836         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12837
12838         * gnus-sum.el (gnus-summary-selected-face)
12839         (gnus-summary-highlight): Use renamed gnus faces.
12840         * gnus-group.el (gnus-group-highlight): Likewise.
12841
12842 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12843
12844         * gnus-sieve.el (gnus-sieve-article-add-rule):
12845         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12846         * spam-stat.el (spam-stat-buffer-change-to-spam)
12847         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12848
12849         * message.el (message-is-yours-p):
12850         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12851
12852 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-view.el (mm-inline-text): Withdraw the last change.
12855
12856 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12859         executing enriched-decode.
12860
12861 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12864         charset of tar files.
12865
12866 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12867
12868         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12869
12870 2005-06-04  Lute Kamstra  <lute@gnu.org>
12871
12872         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12873         information is never recorded.
12874
12875 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12876
12877         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12878
12879 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * pop3.el (pop3-apop): Run md5 in the binary mode.
12882
12883         * starttls.el (starttls-set-process-query-on-exit-flag):
12884         Use eval-and-compile.
12885
12886 2005-05-31  Simon Josefsson  <jas@extundo.com>
12887
12888         * smime.el (smime-replace-in-string): Define.
12889         (smime-cert-by-ldap-1): Use it.
12890
12891 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (article-display-x-face): Replace
12894         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12895
12896         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12897         set-process-query-on-exit-flag or process-kill-without-query.
12898
12899         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12900         loop instead of replace-regexp.
12901
12902         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12903         instead of process-kill-without-query if it is available.
12904
12905         * lpath.el: Fbind ldap-search-entries.
12906
12907         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12908         instead of find-file-hooks if it is available.
12909
12910         * mml1991.el: Bind pgg-default-user-id when compiling.
12911
12912         * mml2015.el: Bind pgg-default-user-id when compiling.
12913
12914         * nndraft.el (nndraft-request-associate-buffer):
12915         Use write-contents-functions instead of write-contents-hooks if it is
12916         available.
12917
12918         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12919         instead of find-file-hooks if it is available.
12920
12921         * nntp.el (nntp-open-connection): Replace
12922         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12923         (nntp-open-ssl-stream): Ditto.
12924         (nntp-open-tls-stream): Ditto.
12925
12926         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12927         set-process-query-on-exit-flag or process-kill-without-query.
12928         (starttls-open-stream-gnutls): Use it instead of
12929         process-kill-without-query.
12930         (starttls-open-stream): Ditto.
12931
12932 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12933
12934         * smime.el (smime-cert-by-ldap-1): Don't use
12935         replace-regexp-in-string.
12936
12937 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12938
12939         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12940
12941         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12942         in PEM format.  Adjust to the XEmacs compability.
12943
12944 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12947         by `string-to-number'.
12948         * gnus-agent.el (gnus-agent-regenerate-group)
12949         (gnus-agent-fetch-articles): Ditto.
12950         * gnus-art.el (gnus-button-fetch-group): Ditto.
12951         * gnus-cache.el (gnus-cache-generate-active)
12952         (gnus-cache-articles-in-group): Ditto.
12953         * gnus-group.el (gnus-group-set-current-level)
12954         (gnus-group-insert-group-line): Ditto.
12955         * gnus-score.el (gnus-score-set-expunge-below)
12956         (gnus-score-set-mark-below, gnus-summary-score-effect)
12957         (gnus-summary-score-entry): Ditto.
12958         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12959         (gnus-soup-pack): Ditto.
12960         * gnus-spec.el (gnus-xmas-format): Ditto.
12961         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12962         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12963         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12964         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12965         * nndb.el (nndb-get-remote-expire-response): Ditto.
12966         * nndiary.el (nndiary-parse-schedule-value)
12967         (nndiary-string-to-number, nndiary-request-replace-article)
12968         (nndiary-request-article): Ditto.
12969         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12970         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12971         * nneething.el (nneething-make-head): Ditto.
12972         * nnfolder.el (nnfolder-request-article)
12973         (nnfolder-retrieve-headers): Ditto.
12974         * nnheader.el (nnheader-file-to-number): Ditto.
12975         * nnkiboze.el (nnkiboze-request-article): Ditto.
12976         * nnmail.el (nnmail-process-unix-mail-format)
12977         (nnmail-process-babyl-mail-format): Ditto.
12978         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12979         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12980         (nnmh-request-create-group, nnmh-request-list-1)
12981         (nnmh-request-group, nnmh-request-article): Ditto.
12982         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12983         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12984         * nnsoup.el (nnsoup-make-active): Ditto.
12985         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12986         * nntp.el (nntp-find-group-and-number)
12987         (nntp-retrieve-headers-with-xover): Ditto.
12988         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12989         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12990         (pgg-format-key-identifier): Ditto.
12991         * pop3.el (pop3-last, pop3-stat): Ditto.
12992         * qp.el (quoted-printable-decode-region): Ditto.
12993
12994         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12995         of concat.
12996
12997 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13000
13001         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13002
13003         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13004
13005         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13006
13007         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13008
13009         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13010
13011         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13012         (gnus-carpal-mode): Ditto.
13013
13014         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13015         (gnus-browse-mode): Ditto.
13016
13017         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13018
13019         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13020
13021 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13022
13023         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13024
13025 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-util.el (gnus-run-mode-hooks): New function.
13028
13029         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13030
13031         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13032         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13033
13034 2005-05-27  Lute Kamstra  <lute@gnu.org>
13035
13036         * dns-mode.el (dns-mode): Specify customization group.
13037
13038 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13039
13040         * gnus-agent.el (gnus-agent-make-mode-line-string):
13041         Use mode-line-highlight as mouse-face.
13042
13043 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * canlock.el (canlock): Change the parent group to news.
13046
13047         * deuglify.el (gnus-outlook-deuglify): Add :group.
13048
13049         * dig.el (dig): Add :group.
13050
13051         * dns-mode.el (dns-mode): Add :group.
13052
13053         * encrypt.el (encrypt): Add :group.
13054
13055         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13056         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13057         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13058         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13059         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13060
13061         * gnus-diary.el (gnus-diary): Add :group.
13062
13063         * gnus.el (gnus-group-news-1-face): Add :group.
13064         (gnus-group-news-1-empty-face): Ditto.
13065         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13066         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13067         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13068         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13069         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13070         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13071         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13072         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13073         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13074         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13075         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13076         (gnus-summary-high-ticked-face): Ditto.
13077         (gnus-summary-low-ticked-face): Ditto.
13078         (gnus-summary-normal-ticked-face): Ditto.
13079         (gnus-summary-high-ancient-face): Ditto.
13080         (gnus-summary-low-ancient-face): Ditto.
13081         (gnus-summary-normal-ancient-face): Ditto.
13082         (gnus-summary-high-undownloaded-face): Ditto.
13083         (gnus-summary-low-undownloaded-face): Ditto.
13084         (gnus-summary-normal-undownloaded-face): Ditto.
13085         (gnus-summary-high-unread-face): Ditto.
13086         (gnus-summary-low-unread-face): Ditto.
13087         (gnus-summary-normal-unread-face): Ditto.
13088         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13089         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13090
13091         * hashcash.el (hashcash): New custom group.
13092         (hashcash-default-payment): Add :group.
13093         (hashcash-payment-alist): Ditto.
13094         (hashcash-default-accept-payment): Ditto.
13095         (hashcash-accept-resources): Ditto.
13096         (hashcash-path): Ditto.
13097         (hashcash-extra-generate-parameters): Ditto.
13098         (hashcash-double-spend-database): Ditto.
13099         (hashcash-in-news): Ditto.
13100
13101         * message.el (message-minibuffer-local-map): Add :group.
13102
13103         * netrc.el (netrc): Add :group.
13104
13105         * sieve-manage.el (sieve-manage-log): Add :group.
13106         (sieve-manage-default-user): Diito.
13107         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13108         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13109         (sieve-manage-authenticators): Ditto.
13110         (sieve-manage-authenticator-alist): Ditto.
13111         (sieve-manage-default-port): Ditto.
13112
13113         * sieve-mode.el (sieve-control-commands-face): Add :group.
13114         (sieve-action-commands-face): Ditto.
13115         (sieve-test-commands-face): Ditto.
13116         (sieve-tagged-arguments-face): Ditto.
13117
13118         * smime.el (smime): Add :group.
13119
13120         * spam-report.el (spam-report): Add :group.
13121
13122         * spam.el (spam, spam-face): Add :group.
13123
13124 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13127         return \n.\n.\n at the end of articles.  Protect against that.
13128         (nntp-with-open-group): Allow debugging.
13129
13130         * nnheader.el (mail-header-set-extra): Make into a function
13131         because I just could't understand how to quote the list properly.
13132
13133         * dns.el (query-dns-cached): New function.
13134
13135 2005-05-26  Lute Kamstra  <lute@gnu.org>
13136
13137         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13138
13139 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13142
13143         * gnus-art.el: Don't autoload mail-extract-address-components.
13144
13145         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13146         eval-and-compile to evaluate it.
13147
13148         * hashcash.el: Don't autoload executable-find.
13149
13150         * nndb.el: Don't declare the nndb back end two or more times; don't
13151         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13152
13153         * nntp.el: Autoload format-spec instead of format; use
13154         eval-and-compile to evaluate autoload forms.
13155
13156 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13157
13158         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13159
13160 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * gnus.el (gnus-version-number): Bump version.
13163
13164 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13165
13166         * gnus.el: No Gnus v0.3 is released.
13167
13168 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13169
13170         * lpath.el (featurep): Bind show-nonbreak-escape.
13171
13172 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-art.el (gnus-article-edit-part): Disable undo.
13175
13176 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13179         gnus-article-date-lapsed-new-header is t if date timer is active;
13180         skip headers in which the original date value is empty.
13181         (gnus-article-save-original-date): Redefine it as a macro.
13182         (gnus-display-mime): Use it.
13183
13184 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-art.el (article-date-ut): Support converting date in
13187         forwarded parts as well.
13188         (gnus-article-save-original-date): New function.
13189         (gnus-display-mime): Use it.
13190
13191 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13192
13193         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13194         enclosure element of <item>.
13195
13196 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * message.el (message-kill-buffer-query): Renamed from
13199         `message-kill-buffer-query-if-modified'.  Added :version.
13200
13201 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13204         window layout.
13205
13206 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mml.el: Autoload dnd when compiling.
13209
13210 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13213         x-dnd-*.
13214
13215 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * qp.el (quoted-printable-encode-region): Save excursion.
13218
13219 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13220
13221         * message.el (message-kill-buffer-query-if-modified): Add new variable
13222         so the user can kill a modified message buffer quickly.
13223         (message-kill-buffer): Use it.
13224
13225 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * lpath.el: Fbind display-time-event-handler; don't fbind
13228         string-to-multibyte.
13229
13230         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13231
13232 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13235         contained in text because xml.el decodes entities) with LFs.
13236
13237 2005-04-11  Lute Kamstra  <lute@gnu.org>
13238
13239         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13240         differently.
13241
13242 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13243
13244         * mm-util.el (mm-detect-coding-region): Typo.
13245
13246 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13249
13250 2005-04-06  Deepak Goel  <deego@gnufans.org>
13251
13252         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13253         user-function allow user modifications of the scores.
13254         (spam-stat-score-buffer-user): New function, to allow
13255         user-computed modifications to the score.
13256         (spam-stat-score-buffer-user-functions): List of additional
13257         scoring functions.
13258         (spam-stat-error-holder): Global temporary error holder.
13259         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13260         variable.
13261
13262 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * gnus-registry.el (gnus-registry-clean-empty-function)
13265         (gnus-registry-trim, gnus-registry-fetch-groups)
13266         (gnus-registry-delete-group): Groups that match
13267         `gnus-registry-ignored-groups' are removed from the registry
13268         entries, not just ignored for splitting.  This helps clean up the
13269         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13270         to get all the groups a message ID is in.
13271
13272         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13273         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13274         (spam-stat-score-buffer-user-functions): Add :number custom type.
13275
13276 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13279         argument in XEmacs.
13280
13281         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13282         (nnrss-request-group): Decode group name first.
13283         (nnrss-request-article): Make a text/plain article if mml-to-mime
13284         failed.
13285         (nnrss-get-encoding): Return a compatible encoding according to
13286         nnrss-compatible-encoding-alist.
13287         (nnrss-find-el): Use consp instead of listp.
13288         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13289
13290 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13293         which Emacs 20 doesn't support.
13294         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13295
13296 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13299         silence the byte compiler inside the defun.
13300
13301         * gnus-demon.el (parse-time-string): Add autoload.
13302
13303         * gnus-delay.el (parse-time-string): Add autoload.
13304
13305         * gnus-art.el (parse-time-string): Add autoload.
13306
13307         * nnultimate.el (parse-time): Require for `parse-time-string'.
13308
13309 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13312
13313         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13314
13315         * smime.el (smime-ldap-host-list): Add :version.
13316
13317 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13320         pass it to `gnus-browse-read-group'.
13321         (gnus-browse-read-group): Add NUMBER argument and pass it to
13322         `gnus-group-read-ephemeral-group'.
13323
13324         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13325         argument and pass it to `gnus-group-read-group'.
13326
13327 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13328
13329         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13330         mm-xemacs-find-mime-charset-1 if we have the mule feature
13331         available at runtime.
13332
13333 2005-03-25  Werner Lemberg  <wl@gnu.org>
13334
13335         * nnmaildir.el: Replace `illegal' with `invalid'.
13336
13337 2005-03-23  Lute Kamstra  <lute@gnu.org>
13338
13339         * time-date.el: Add comment on time value formats.
13340         Don't require parse-time.
13341         (with-decoded-time-value): New macro.
13342         (encode-time-value): New function.
13343         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13344         (days-to-time): Return a valid time value when arg is huge.
13345         (time-since): Use time-subtract.
13346         (time-to-number-of-days): Use time-to-seconds.
13347
13348 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13349
13350         * gnus-start.el (gnus-display-time-event-handler):
13351         Check display-time-timer at runtime rather than only at load time
13352         in case display-time-mode is turned off in the mean time.
13353
13354 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13357         used.
13358
13359         * nneething.el (nneething-map-file-directory): Derive from
13360         `gnus-directory'.
13361
13362         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13363         the To/Cc button.
13364
13365 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * nnmaildir.el (nnmaildir-request-accept-article):
13368         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13369
13370 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13371
13372         * gnus-async.el: Require timer-funcs at compile time when in
13373         XEmacs for `run-with-idle-timer'.
13374
13375 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13376
13377         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13378         autoloaded function.
13379
13380 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13381
13382         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13383
13384 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13385
13386         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13387
13388 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13389
13390         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13391         gnus-expert-user to default.
13392
13393 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13394
13395         * nnimap.el (nnimap-open-server): Ditto.
13396
13397         * imap.el (imap-authenticate): Fix typo.
13398
13399 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13400
13401         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13402         buffer (since IMAP server might return FETCH response out of
13403         order, and the nntp buffer must be sorted).
13404
13405 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13406
13407         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13408         comparison on string.
13409
13410         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13411         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13412         (gnus-agent-summary-fetch-series): Modified to protect against
13413         gnus-agent-summary-fetch-group clearing processable flags.
13414         (gnus-agent-synchronize-group-flags): Update live group buffer as
13415         synchronization may occur due to the user toggle the plugged
13416         status.
13417         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13418         successfully downloaded.
13419         (gnus-agent-expire-group-1): Avoid using markers when the overview
13420         is in ascending order; greatly improves performance.
13421         (gnus-agent-regenerate-group): Use
13422         gnus-agent-synchronize-group-flags to reset read status in both
13423         gnus and server.
13424         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13425
13426 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * message.el: Don't autoload former message-utils variables.
13429         (message-strip-subject-trailing-was): Change doc string.
13430
13431         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13432         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13433         (nnweb-google-search): Add "hl=en" here.
13434         (nnweb-google-parse-1, nnweb-google-create-mapping):
13435         Don't hardcode URL.
13436
13437 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * message.el (message-get-reply-headers, message-followup):
13440         Mention related variables `message-use-followup-to' and
13441         `message-use-mail-followup-to', in the information buffer.
13442
13443         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13444         of broken groups(-beta).google.com.
13445
13446 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13447
13448         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13449         parameter to invoked gnus-request-move-article; remove the
13450         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13451         all at once instead of once per article.
13452         (gnus-summary-remove-process-mark): Accept a list of articles as
13453         well as a single article for processing.
13454
13455         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13456         parameter.
13457
13458         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13459
13460         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13461
13462         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13463         parameter.
13464
13465         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13466         parameter.
13467
13468         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13469         parameter and remove the gnus-sum-hint-move-is-internal variable.
13470
13471         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13472         parameter.
13473
13474         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13475         parameter.
13476
13477         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13478         parameter.
13479
13480         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13481
13482         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13483         parameter.
13484
13485         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13486         parameter.
13487
13488 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13489
13490         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13491         a more conservative way.
13492
13493 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13494
13495         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13496         buffer, so it moves the window's cursor.
13497
13498 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13499
13500         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13501         `mm-dissect-multipart' and receive the from field as an (optional)
13502         argument from `mm-dissect-multipart'.
13503         (mm-dissect-multipart): Receive the from field as an argument and
13504         pass it on when we call `mm-dissect-buffer' on MIME parts.
13505         Fixes verification/decryption of signed/encrypted MIME parts.
13506
13507 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * gnus-sum.el (gnus-summary-move-article): Set
13510         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13511         whatever it calls (right now, only nnimap-request-move article
13512         respects it).
13513
13514         * nnimap.el (nnimap-request-move-article): When
13515         gnus-sum-hint-move-is-internal is set, don't do the extra
13516         nnimap-request-article.
13517
13518 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13521
13522         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13523         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13524
13525         * gnus-sum.el (gnus-summary-caesar-message):
13526         Apply `gnus-treat-article' after rotation.
13527
13528         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13529         doc string.
13530
13531 2005-02-22  Simon Josefsson  <jas@extundo.com>
13532
13533         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13534         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13535         <arne@arnested.dk>.
13536         (encrypt): Add password-cache and password-cache-expiry as group
13537         members.
13538
13539 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13540
13541         * smime.el (smime-ldap-host-list): Doc fix.
13542         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13543         cache) password.
13544         (smime-sign-region): Use it.
13545         (smime-decrypt-region): Use it.
13546         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13547         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13548         fails.
13549         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13550         certificate from DER to PEM format rather than calling openssl.
13551
13552         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13553
13554         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13555         for signing/encryption.
13556
13557         * mml.el (mml-parse-1): Use them.
13558
13559 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13560
13561         * nnrss.el (nnrss-verbose): Removed.
13562         (nnrss-request-group): Use `nnheader-message' instead.
13563
13564 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13565
13566         * nnrss.el (nnrss-verbose): New variable.
13567         (nnrss-request-group): Make it say nnrss is requesting a group.
13568
13569 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13572         Handle news URL with given port correctly.
13573
13574 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13577         containing special characters.
13578
13579         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13580
13581         * mml.el (mime-to-mml): Ditto.
13582
13583         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13584         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13585         (rfc2047-decode-region): Quote decoded words containing special
13586         characters when rfc2047-quote-decoded-words-containing-tspecials
13587         is non-nil.
13588
13589 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13590
13591         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13592
13593         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13594
13595 2005-02-15  Simon Josefsson  <jas@extundo.com>
13596
13597         * nnimap.el (nnimap-debug): Doc fix.
13598
13599         * imap.el (imap-debug): Doc fix.
13600
13601 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13604
13605 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * gnus.el (spam-contents): Improve docs for spam-contents
13608         parameter in its variable incarnation.
13609
13610 2005-02-14  Simon Josefsson  <jas@extundo.com>
13611
13612         * smime-ldap.el: Use require instead of load-library for ldap.
13613         (smime-ldap-search): Indent.
13614         (smime-ldap-search-internal): Shorten line.
13615
13616         * smime.el (smime-cert-by-dns): Add doc-string.
13617         (smime-cert-by-ldap-1): Indent.
13618
13619         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13620         mml-smime-get-dns-ldap.
13621         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13622
13623 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13624
13625         * smime.el: Require smime-ldap.
13626         (smime-ldap-host-list): New variable.
13627         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13628
13629         * mml-smime.el (mml-smime-encrypt-query): New function.
13630         (mml-smime-encrypt-query): Use it.
13631
13632         * smime-ldap.el: New file.
13633
13634 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13637
13638 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13641         argument in doc string.  Make query for type more clear.
13642
13643 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * gnus.el (gnus-group-startup-message): Search for gnus images in
13646         etc/images/gnus.
13647         * mm-util.el (mm-image-load-path): Likewise.
13648         * smiley.el (smiley-data-directory): Search for smilies in
13649         etc/images/smilies.
13650
13651 2005-02-09  Kim F. Storm  <storm@cua.dk>
13652
13653         Change Emacs release version from 21.4 to 22.1 throughout.
13654         Change Emacs development version from 21.3.50 to 22.0.50.
13655
13656 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13659
13660         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13661         non-Mule XEmacs as well.
13662         (mm-decompress-buffer): Signal an error intentionally if it does
13663         not decompress compressed data because auto-compression-mode is
13664         disabled.
13665
13666 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13667
13668         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13669         an ID in the registry even if it has no groups.
13670
13671 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13674         merge it into mm-decompress-buffer.
13675         (gnus-mime-copy-part): Use the MIME part charset, the value which
13676         a user specified or gnus-newsgroup-charset for decoding, like
13677         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13678         save-buffer what was used.  Suggested by Kevin Ryde
13679         <user42@zip.com.au>.
13680         (gnus-mime-inline-part): Allow the name parameter as well as the
13681         filename parameter; force decompressing of compressed data; always
13682         display contents being not decoded as unibyte.
13683
13684         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13685         as well as the filename parameter.
13686
13687         * mm-util.el (mm-decompress-buffer): Merge
13688         gnus-mime-jka-compr-maybe-uncompress.
13689         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13690         of compressed data.
13691
13692 2005-02-08  Simon Josefsson  <jas@extundo.com>
13693
13694         * imap.el (imap-log): Doc fix.
13695
13696 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13699         the coding cookies; decompress compressed parts.
13700
13701         * mml.el (mml-generate-mime-1): Add the charset parameter according
13702         to the value which a user specified manually or the coding cookie.
13703
13704         * mm-util.el (mm-string-to-multibyte): New function.
13705         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13706         (mm-coding-system-to-mime-charset): New function.
13707         (mm-decompress-buffer): New function.
13708         (mm-find-buffer-file-coding-system): New function.
13709
13710         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13711         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13712         parts.
13713
13714 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13715
13716         * mm-view.el (mm-display-inline-fontify): Decode a part according
13717         to the charset parameter.
13718
13719 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13722         prefix arg is neither nil nor a number, as info specifies.
13723
13724 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13727         timestamps.
13728
13729 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13730
13731         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13732         groups error checking and notify user.
13733
13734 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13735
13736         * message.el (message-send-mail-function): Check existence of
13737         sendmail-program first before using default value
13738         `message-send-mail-with-sendmail'.  Otherwise use more generic
13739         `smtpmail-send-it'.
13740
13741 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * nntp.el (nntp-request-update-info): Always return nil.
13744
13745 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13746
13747         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13748
13749 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13750
13751         * message.el (message-beginning-of-line): Change the behavior when
13752         invoked between BOL and : so that it first moves backward.
13753
13754 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13757         article buffer when editing of the article is discarded.
13758         (gnus-article-prepare): Revert.
13759
13760 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (gnus-article-prepare):
13763         Remove message-strip-forbidden-properties from the local hook.
13764
13765 2005-01-27  Simon Josefsson  <jas@extundo.com>
13766
13767         * password.el (password-cache-add): Only start one timer per key.
13768         Reported by Derek Atkins <warlord@MIT.EDU>.
13769
13770 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13771
13772         * run-at-time.el: Removed.  It is no longer needed as
13773         timer-funcs.el in the xemacs-base package has a working version of
13774         `run-at-time'.
13775
13776         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13777
13778         * password.el: Require timer-funcs instead of run-at-time in
13779         XEmacs.
13780         Remove `password-run-at-time' macro.
13781         (password-cache-add): Use `run-at-time' instead of
13782         `password-run-at-time'.
13783
13784         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13785         Remove `nnheader-cancel-function-timers' alias,
13786         `cancel-function-timers' exists in XEmacs in timer-funcs.
13787
13788         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13789         for `run-with-idle-timer'.
13790
13791         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13792         for `run-at-time'.
13793
13794         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13795         for `with-timeout'.
13796
13797         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13798         the same as for XEmacs 21.4.
13799         No need to ignore `run-with-idle-timer', this function exists in
13800         XEmacs now in timer-funcs.el in the xemacs-base package.
13801         (dgnushack-compile): No need to delete
13802         run-at-time.el from the list of files to compile because it
13803         doesn't exist anymore.
13804
13805 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13808         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13809
13810 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13811
13812         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13813         sensitively.
13814
13815 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13816
13817         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13818
13819 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13822         which will be inserted according to the multibyteness of a buffer
13823         rather than the type of contents.  Suggested by ARISAWA Akihiro
13824         <ari@mbf.ocn.ne.jp>.
13825
13826         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13827         of string which old xml.el may return rather than a string.
13828
13829 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13832
13833 2005-01-16  Simon Josefsson  <jas@extundo.com>
13834
13835         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13836         idn/idna.el isn't available.
13837         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13838         <michael@waxrat.com>.
13839
13840         * hashcash.el: Remove non-FSF copyright header.
13841
13842         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13843         (hashcash-generate-payment): Use it.
13844         (hashcash-generate-payment-async): Use it.
13845
13846 2005-01-15  Simon Josefsson  <jas@extundo.com>
13847
13848         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13849         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13850
13851         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13852         gnus-summary-idna-message.
13853         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13854         (gnus-summary-idna-message): New function.
13855
13856 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13859         gnus-novice-user.
13860
13861 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * nnrss.el (nnrss-request-delete-group): Delete entries in
13864         nnrss-group-alist as well.
13865         (nnrss-save-server-data): Insert newline.
13866
13867 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * gnus.el (gnus-user-agent): Use list of symbols instead of
13870         symbols.  Display full version number for (S)XEmacs.  Optionally
13871         display (S)XEmacs codename.
13872
13873         * gnus-util.el (gnus-emacs-version): Update for new
13874         `gnus-user-agent'.
13875
13876         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13877         Gnus version.
13878
13879 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13882         which is unreadable in some setups.
13883
13884 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-spec.el (gnus-update-format-specifications): Flush the
13887         group format spec cache if it doesn't support decoded group names.
13888
13889 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13892         Allow to apply decay on score files matching a regexp.
13893
13894 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13897         compatibility in %g and %c.
13898
13899 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13902         name for only %g and %c.
13903         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13904         of gnus-tmp-group to decoded group name.
13905         (gnus-group-make-rss-group): Exclude `/'s from group names.
13906
13907 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * nnrss.el (nnrss-get-encoding): Fix regexp.
13910
13911 2004-12-27  Simon Josefsson  <jas@extundo.com>
13912
13913         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13914         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13915         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13916
13917 2004-12-17  Kim F. Storm  <storm@cua.dk>
13918
13919         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13920
13921         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13922
13923 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13924
13925         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13926
13927 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * nnrss.el: Require rfc2047 and mml.
13930         (nnrss-file-coding-system): New variable.
13931         (nnrss-format-string): Redefine it as an inline function.
13932         (nnrss-decode-group-name): New function.
13933         (nnrss-string-as-multibyte): Remove.
13934         (nnrss-retrieve-headers): Decode group name; don't use
13935         nnrss-format-string.
13936         (nnrss-request-group): Decode group name.
13937         (nnrss-request-article): Decode group name; allow a Message-ID as
13938         well as an article number; don't use nnrss-format-string; encode a
13939         Message-ID string which may contain non-ASCII characters; use
13940         mml-to-mime to compose a MIME article.
13941         (nnrss-request-expire-articles): Decode group name.
13942         (nnrss-request-delete-group): Decode group name.
13943         (nnrss-fetch): Clarify error message.
13944         (nnrss-read-server-data): Use insert-file-contents instead of load;
13945         bind file-name-coding-system; use multibyte buffer.
13946         (nnrss-save-server-data): Bind coding-system-for-write to the
13947         value of nnrss-file-coding-system; bind file-name-coding-system;
13948         add coding cookie.
13949         (nnrss-read-group-data): Use insert-file-contents instead of load;
13950         bind file-name-coding-system; use multibyte buffer.
13951         (nnrss-save-group-data): Bind coding-system-for-write to the
13952         value of nnrss-file-coding-system; bind file-name-coding-system.
13953         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13954         make it work with non-ASCII text.
13955         (nnrss-find-el): Make it work with old xml.el as well.
13956
13957 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13958
13959         * nnrss.el (nnrss-get-encoding): New function.
13960         (nnrss-fetch): Use unibyte buffer initially; bind
13961         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13962         decode contents according to the encoding attribute.
13963         (nnrss-save-group-data): Add coding cookie.
13964         (nnrss-mime-encode-string): New function.
13965         (nnrss-check-group): Use it to encode subject and author.
13966
13967 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13970         imaginary variable.
13971
13972 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13975         correctly even if there are wide characters.
13976
13977 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13980         downcased symbol names; make a new cache instead of reusing
13981         bbdb-hashtable.
13982
13983 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13986         concatenating segments rather than before concatenating them.
13987         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13988
13989         * message.el (message-get-reply-headers): Bind `extra'.
13990
13991 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * message.el (message-extra-wide-headers): New variable.
13994         (message-get-reply-headers): Use it.
13995
13996 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13999         (gnus-agent-group-pathname): Ditto.
14000
14001         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14002
14003         * gnus-group.el (gnus-group-make-group): Decode group name.
14004         (gnus-group-make-rss-group): Register the group data after opening
14005         the nnrss group.
14006
14007 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14008
14009         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14010         by expiry now get marked as read.
14011
14012 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14015
14016 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14017
14018         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14019         unify Latin characters in XEmacs.
14020         (mm-find-mime-charset-region): Use it.
14021
14022 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-util.el (gnus-delete-directory): New function.
14025
14026         * gnus-agent.el (gnus-agent-delete-group): Use it.
14027
14028         * gnus-cache.el (gnus-cache-delete-group): Use it.
14029
14030 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14033         names.
14034
14035 2004-12-16  Simon Josefsson  <jas@extundo.com>
14036
14037         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14038
14039 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14042
14043         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14044         (gnus-group-set-current-level): Decode group name.
14045
14046 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14047
14048         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14049         failed.
14050
14051 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-group.el (gnus-group-delete-group): Decode group name.
14054         (gnus-group-make-rss-group): Encode group name.
14055         (gnus-group-catchup-current): Decode group name.
14056         (gnus-group-kill-group): Decode group name.
14057
14058 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14059
14060         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14061
14062 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-group.el (gnus-group-make-rss-group):
14065         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14066
14067         * gnus-start.el (gnus-setup-news): Honor user's setting to
14068         gnus-message-archive-method.  Suggested by Lute Kamstra
14069         <lute@gnu.org>.
14070
14071 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14072
14073         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14074         global counterparts of the buffer-local variables.
14075
14076 2004-11-16  Romain Francoise  <romain@orebokech.com>
14077
14078         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14079         counterparts of the buffer-local variables.
14080
14081 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * message.el (message-forbidden-properties): Fixed typo in doc
14084         string.
14085
14086 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-util.el (gnus-replace-in-string): Added doc string.
14089
14090         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14091         to avoid problems when splitting mails with many recipients.
14092
14093 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14094
14095         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14096         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14097
14098 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14099
14100         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14101         if there is no hashtable in memory or file modification time is
14102         newer than cached timestamp.
14103
14104 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14107         not-matching option.
14108
14109 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14112         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14113         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14114         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14115         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14116         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14117
14118 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * message.el (message-forward-make-body-mml): Remove headers
14121         according to message-forward-ignored-headers if a message is decoded.
14122
14123 2004-12-02  Romain Francoise  <romain@orebokech.com>
14124
14125         * message.el (message-forward-make-body-plain): Always remove
14126         headers according to message-forward-ignored-headers.
14127
14128 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * spam.el (spam-summary-prepare-exit): Remove the
14131         gnus-summary-limit pop for now, it has problems with ham marks for
14132         me.
14133
14134 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14135
14136         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14137         correctly.
14138
14139 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14140
14141         * format-spec.el (format-spec): Message the char.
14142
14143 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * gnus-art.el (gnus-split-methods): Reformat comments.
14146
14147         * spam.el (spam-summary-prepare-exit): Remove article limits
14148         before exiting the summary buffer.
14149
14150 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14153         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14154
14155         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14156         order to silence the byte compiler.
14157
14158         * spam.el: Fix the way to silence the byte compiler, which
14159         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14160         bbdb-search-simple, spam-BBDB-register-routine,
14161         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14162         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14163         spam-stat-buffer-is-spam, spam-stat-load,
14164         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14165         spam-stat-save and spam-stat-split-fancy.
14166
14167 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14170         which may confuse users.
14171         (canlock-password-for-verify): Ditto.
14172
14173         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14174
14175         * gnus-art.el (gnus-emphasis-alist): Ditto.
14176
14177         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14178
14179         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14180
14181         * gnus-start.el (gnus-save-killed-list): Ditto.
14182
14183         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14184         (gnus-sum-thread-tree-root): Ditto.
14185         (gnus-sum-thread-tree-false-root): Ditto.
14186         (gnus-sum-thread-tree-single-indent): Ditto.
14187
14188         * message.el (message-courtesy-message): Ditto.
14189         (message-archive-note): Ditto.
14190         (message-subscribed-address-file): Ditto.
14191         (message-user-fqdn): Ditto.
14192
14193         * spam-report.el (spam-report-gmane-regex): Ditto.
14194
14195         * spam.el (spam-blackhole-good-server-regex): Ditto.
14196
14197 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mml.el (mml-preview): Widen the message buffer before copying
14200         the contents to the preview buffer; sort headers before previewing.
14201
14202         * message.el (message-hidden-headers): Fix the way to avoid a bug
14203         in the `repeat' widget in Emacs 21.3 or earlier.
14204
14205 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * message.el (message-hidden-headers): Default to "^References:".
14208         Improve customization type.  Suggested by Reiner Steib
14209         <Reiner.Steib@gmx.de>.
14210
14211 2004-11-25  Romain Francoise  <romain@orebokech.com>
14212
14213         * message.el (message-strip-forbidden-properties): Remove check for
14214         obsolete `message-hidden' text property, hidden headers are not
14215         accessible in the buffer anymore.
14216
14217 2004-11-22  Romain Francoise  <romain@orebokech.com>
14218
14219         * message.el (message-header-format-alist): Add `From' in list
14220         so that it can be sorted.
14221         (message-fix-before-sending): Widen and sort headers before
14222         sending.
14223         (message-hide-headers): Use narrowing to hide headers by moving
14224         them to the top of the buffer and narrowing to the region
14225         underneath.
14226
14227 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14228
14229         * message.el (message-strip-forbidden-properties): Bind
14230         buffer-read-only (etc) to nil.
14231
14232 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14235         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14236
14237 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14238
14239         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14240
14241 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * dns.el (query-dns): Use sit-for to time instead of
14244         accept-process-output, since that doesn't seem to work on udp
14245         sockets.
14246
14247 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14250
14251 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14252
14253         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14254         doc string.  Improve doc string.
14255
14256 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * nntp.el (nntp-request-update-info): Return nil if
14259         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14260         may not call gnus-activate-group which uselessly issues the GROUP
14261         commands for all nntp groups and wastes time.  Reported by Romain
14262         Francoise <romain@orebokech.com>.
14263
14264         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14265
14266 2004-11-15  Simon Josefsson  <jas@extundo.com>
14267
14268         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14269         headers separately.
14270         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14271         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14272
14273 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus-start.el (gnus-convert-old-newsrc):
14276         Assign legacy-gnus-agent to 5.10.7.
14277
14278 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279
14280         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14281         start of the lines.
14282
14283 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14284
14285         * hashcash.el (hashcash-default-payment): Change default to 20.
14286         (hashcash-default-accept-payment): Change default to 20.
14287         (hashcash-process-alist): New variable.
14288         (hashcash-generate-payment-async): Add.
14289         (hashcash-already-paid-p): Add.
14290         (hashcash-insert-payment): Don't generate payments twice.
14291         (hashcash-insert-payment-async): Add.
14292         (hashcash-insert-payment-async-2): Add.
14293         (hashcash-cancel-async): Add.
14294         (hashcash-wait-async): Add.
14295         (hashcash-processes-running-p): Add.
14296         (hashcash-wait-or-cancel): Add.
14297         (mail-add-payment): New optional argument.  Conditionally start
14298         asynchronous calculation.
14299         (mail-add-payment-async): Add.
14300
14301         * message.el (message-send-mail): Wait for asynchronous hashcash
14302         results.  Don't clobber existing X-Hashcash headers.
14303         (message-setup-1): Call mail-add-payment-async when
14304         message-generate-hashcash is non-nil.
14305
14306 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14307
14308         * message.el (message-use-alternative-email-as-from): Examine the
14309         From header as well; use message-make-from in order to include a
14310         user's full name.
14311
14312 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14315         default; improve customization type.
14316         (gnus-emphasis-custom-with-format): New macro.
14317         (gnus-emphasis-custom-value-to-external): New function.
14318         (gnus-emphasis-custom-value-to-internal): New function.
14319
14320 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * dns.el (query-dns): Resolve reverse addresses.
14323
14324 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14325
14326         * gnus-group.el (gnus-group-get-new-news): Use it.
14327
14328         * gnus-start.el (gnus-check-reasonable-setup): New function.
14329
14330 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14333         "Args out of range" error.  Reported by Arnaud Giersch
14334         <arnaud.giersch@free.fr>.
14335
14336 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14337
14338         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14339
14340 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14341
14342         * spam.el (spam group): Add :version.
14343
14344         * pgg-def.el (pgg group): Add :version.
14345
14346 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el (gnus-article-edit-article): Don't associate the
14349         article buffer with a draft file.  This is a temporary measure
14350         against the 2004-08-22 change to gnus-article-edit-mode.
14351
14352 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14355         (html2text-format-tags): Remove unused variable `attr'.
14356
14357 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14360
14361         * tls.el (tls-process-connection-type, tls-success)
14362         (tls-certtool-program): Add :version.
14363
14364         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14365         (starttls-extra-arguments, starttls-process-connection-type)
14366         (starttls-connect, starttls-failure, starttls-success): Add :version.
14367
14368         * spam-stat.el (spam-stat): Add :version.
14369
14370         * sieve.el (sieve): Add :version.
14371
14372         * sha1.el (sha1): Add :version.
14373         (sha1-use-external): Remove redundant version.
14374
14375         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14376         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14377         (nnmail-split-fancy-match-partial-words)
14378         (nnmail-split-lowercase-expanded): Add :version.
14379
14380         * nndiary.el (nndiary): Add :version.
14381
14382         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14383
14384         * mml-sec.el (mml-default-sign-method)
14385         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14386         Add :version.
14387
14388         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14389
14390         * mm-url.el (mm-url-use-external, mm-url-program)
14391         (mm-url-arguments): Add :version.
14392
14393         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14394         (mm-attachment-file-modes, mm-decrypt-option)
14395         (mm-w3m-safe-url-regexp): Add :version.
14396
14397         * message.el (message-cite-prefix-regexp)
14398         (message-sendmail-envelope-from, message-minibuffer-local-map)
14399         (message-user-fqdn, message-completion-alist): Add :version.
14400
14401         * gnus-win.el (gnus-configure-windows-hook)
14402         (gnus-use-frames-on-any-display): Add :version.
14403
14404         * gnus-art.el (gnus-article-address-banner-alist)
14405         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14406         (gnus-treat-from-picon, gnus-treat-mail-picon)
14407         (gnus-treat-x-pgp-sig): Add :version.
14408
14409         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14410         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14411         (gnus-summary-article-delete-hook)
14412         (gnus-summary-display-while-building): Add :version.
14413
14414         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14415         (gnus-get-top-new-news-hook): Add :version.
14416
14417         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14418         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14419
14420         * gnus-registry.el (gnus-registry): Add :version.
14421
14422         * gnus-spec.el (gnus-use-correct-string-widths)
14423         (gnus-make-format-preserve-properties): Add :version.
14424
14425         * gnus.el (gnus-group-charter-alist)
14426         (gnus-group-fetch-control-use-browse-url)
14427         (gnus-install-group-spam-parameters): Add :version.
14428
14429         * gnus-diary.el (gnus-diary): Add :version.
14430
14431         * gnus-delay.el (gnus-delay): Add :version.
14432
14433         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14434         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14435         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14436         Add :version.
14437
14438         * gnus-agent.el (gnus-agent-max-fetch-size)
14439         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14440         (gnus-agent-prompt-send-queue): Add :version.
14441
14442         * deuglify.el (gnus-outlook-deuglify): Add :version.
14443
14444         * html2text.el: Beautify code.  Improve doc strings.  Some
14445         checkdoc cleanup.
14446         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14447
14448 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14449
14450         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14451
14452 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14453
14454         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14455         when package is loaded.
14456
14457         * spam.el (spam-summary-score-preferred-header): Add global preference
14458         for people who want to override the default SpamAssassin over
14459         Bogofilter preference (when both are set).
14460         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14461         (spam-user-format-function-S): Check
14462         spam-summary-score-preferred-header.
14463         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14464         (spam-user-format-function-S): Format the score correctly.
14465
14466 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14469         signature file.  Suggested by Manoj Srivastava
14470         <srivasta@golden-gryphon.com>.
14471
14472         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14473         iso-2022-jp even in the Japanese language environment.
14474         Suggested by Jason Rumney <jasonr@gnu.org>.
14475
14476 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14479         use the same characters as the dummy marks; make it free from
14480         getting affected by the language environment.
14481         (gnus-summary-read-group-1): Update mark positions only when the
14482         format spec is updated.
14483
14484         * gnus-spec.el (gnus-update-format-specifications): Return a list
14485         of updated types.
14486
14487 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14490         of boundp to check if display-warning is available.
14491
14492 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14495
14496 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * nnspool.el (nnspool-spool-directory): Use news-path if the
14499         news-directory variable is not bound.
14500
14501         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14502         function instead of display-warning if it is not available.
14503
14504 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14507         v5-10: Use `point-at-bol'.
14508
14509 2004-10-26  Simon Josefsson  <jas@extundo.com>
14510
14511         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14512         <chenggao@gmail.com>.
14513
14514 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14517         instead.
14518
14519 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14522         to remove a server from the nnimap-server-buffer-alist.
14523         (nnimap-open-connection, nnimap-close-server): Use it.
14524
14525         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14526
14527 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14530         running the major-mode function.
14531
14532 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14535         dummy marks in the right way.
14536
14537 2004-10-18  David Edmondson  <dme@dme.org>
14538
14539         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14540         excessively.
14541
14542 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14543
14544         * gnus-util.el (gnus-split-references): Accept a nil references
14545         string and go on blissfully.
14546
14547         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14548         cases where the references string is non-nil but has no references.
14549
14550         * encrypt.el: Add autoload tags.
14551
14552         * spam.el (spam-resolve-registrations-routine): Remove article
14553         from unregistration list too.  Reported by David Hanak
14554         <dhanak@isis.vanderbilt.edu>
14555
14556 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14559         nil.  Changed custom type.
14560
14561 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14564
14565         * gnus-sum.el (gnus-summary-move-article): Use it.
14566
14567 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14568
14569         * encrypt.el: Add autoload cookies.
14570
14571         * spam.el (spam-backend-article-list-property)
14572         (spam-backend-get-article-todo-list)
14573         (spam-backend-put-article-todo-list)
14574         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14575         Resolve registrations separately.
14576         (spam-register-routine): Format comments.
14577         (spam-unregister-routine, spam-register-routine): Always call with
14578         specific-articles, no default list.
14579         (spam-summary-prepare-exit): Use the spam-classifications function.
14580
14581         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14582         gnus-encrypt.el.
14583
14584         * encrypt.el: Copied from gnus-encrypt.el.
14585
14586         * gnus-encrypt.el: Commented that it's obsolete.
14587
14588 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14591         (gnus-score-save): Use it.
14592
14593         * message.el (message-bury): Use `window-dedicated-p'.
14594
14595 2004-10-15  Simon Josefsson  <jas@extundo.com>
14596
14597         * pop3.el (top-level): Don't require nnheader.
14598         (pop3-read-timeout): Add.
14599         (pop3-accept-process-output): Add.
14600         (pop3-read-response, pop3-retr): Use it.
14601
14602 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * spam.el (spam-register-routine): Move comment.
14605         (spam-verify-bogofilter): Use 'unknown for the initial
14606         spam-bogofilter-valid state, not 'never.
14607
14608         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14609         for netrc-machine.
14610
14611         * nnimap.el (nnimap-open-connection): Use
14612         netrc-machine-user-or-password.
14613
14614 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14615
14616         * gnus-registry.el (gnus-registry-unload-hook):
14617         Set as a variable with add-hook.
14618
14619         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14620         of news-path.
14621
14622         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14623
14624         * spam.el: Delete duplicate `provide'.
14625         (spam-unload-hook): Set as a variable with add-hook.
14626
14627 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14630         in the doc string.
14631
14632         * message.el (message-ignored-news-headers)
14633         (message-ignored-supersedes-headers)
14634         (message-ignored-resent-headers)
14635         (message-forward-ignored-headers): Improve custom type.
14636
14637 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * message.el (message-tokenize-header): Fix 2004-09-06 change
14640         which used point-min in the wrong place.
14641
14642 2004-10-12  Simon Josefsson  <jas@extundo.com>
14643
14644         * tls.el (tls-certtool-program): New variable.
14645         (tls-certificate-information): New function, based on
14646         ssl-certificate-information.
14647
14648 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * compface.el: Move the version of ELisp-based uncompface program
14651         to the contrib directory because of the copyright problem.
14652
14653 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * message.el (message-kill-buffer): Raise the current frame.
14656
14657 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14660
14661         * gnus.el (message-y-or-n-p): Autoload.
14662
14663         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14664         (pop3-password-required, pop3-authentication-scheme)
14665         (pop3-leave-mail-on-server): Made customizable.
14666         (pop3): New custom group.
14667         (pop3-retr): Remove `sleep-for' statements.
14668         Suggested by Dave Love <fx@gnu.org>.
14669
14670         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14671         Windows/DOS.
14672
14673         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14674         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14675         Dave Love <fx@gnu.org>.
14676
14677         * mml.el (mml-minibuffer-read-disposition): Require match.
14678         Suggested by Dave Love <fx@gnu.org>.
14679
14680 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14683         doc string.
14684
14685 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14688
14689 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14690
14691         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14692         instead of calling `mm-insert-inline', to decode text/* parts
14693         before displaying them.
14694
14695 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * mm-uu.el (mm-uu-text-plain-type): New variable.
14698         (mm-uu-pgp-signed-extract-1): Use it.
14699         (mm-uu-pgp-encrypted-extract-1): Use it.
14700         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14701         bind mm-uu-text-plain-type with that value.
14702         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14703         mm-uu-dissect.
14704
14705 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-group.el (gnus-update-group-mark-positions):
14708         * gnus-sum.el (gnus-update-summary-mark-positions):
14709         * message.el (message-check-news-body-syntax):
14710         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14711         of string-as-multibyte.
14712
14713 2004-10-05  Juri Linkov  <juri@jurta.org>
14714
14715         * gnus-group.el (gnus-update-group-mark-positions):
14716         * gnus-sum.el (gnus-update-summary-mark-positions):
14717         * message.el (message-check-news-body-syntax):
14718         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14719         8-bit unibyte values to a multibyte string for search functions.
14720
14721 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14724         (mm-uu-dissect-text-parts): New function.
14725
14726         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14727         dissect text parts.
14728
14729         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14730         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14731
14732         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14733
14734         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14735         gnus-current-topics instead of gnus-current-topic.
14736
14737 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14738
14739         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14740
14741 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14742
14743         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14744         where approriate.
14745
14746         * nnml.el (nnml-generate-active-info): do.
14747
14748         * nndiary.el (nndiary-generate-active-info): do.
14749
14750         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14751         (gnus-topic-move): do.
14752
14753         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14754         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14755
14756         * gnus-srvr.el (gnus-server-prepare)
14757         (gnus-server-open-all-servers): do.
14758
14759         * gnus-msg.el (gnus-summary-cancel-article)
14760         (gnus-summary-resend-message)
14761         (gnus-summary-mail-crosspost-complaint): do.
14762
14763         * gnus-move.el (gnus-change-server): do.
14764
14765         * gnus-group.el (gnus-group-unmark-all-groups)
14766         (gnus-group-set-current-level): do.
14767
14768 2004-10-04  Simon Josefsson  <jas@extundo.com>
14769
14770         * message.el (message-generate-hashcash): Doc fix.
14771
14772 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14773
14774         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14775         avoid infinite recursion via gnus-get-function.
14776
14777 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14780
14781         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14782
14783         * nnmail.el (nnmail-split-history): do.
14784
14785         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14786         (nnml-request-delete-group): do.
14787
14788         * nnslashdot.el (nnslashdot-read-groups): do.
14789
14790         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14791         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14792
14793         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14794         (nnspool-sift-nov-with-sed): Use last.
14795         (nnspool-retrieve-headers-with-nov): Use mapc.
14796         (nnspool-request-newgroups): Use dolist.
14797         (nnspool-request-group): Use last.
14798
14799         * nntp.el (nntp-read-server-type): Use dolist.
14800
14801         * nnvirtual.el (nnvirtual-create-mapping)
14802         (nnvirtual-update-read-and-marked): Use dolist.
14803         (nnvirtual-convert-headers): Simplify.
14804
14805 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14806
14807         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14808         support for sync'ing tick marks.
14809
14810 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14813         there's no visible header.
14814
14815 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14816
14817         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14818         necessary, pass full group name to gnus-request-set-marks.
14819
14820 2004-10-01  Simon Josefsson  <jas@extundo.com>
14821
14822         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14823         acroread.
14824
14825 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14826
14827         * spam-report.el (spam-report-gmane): Fix interactive.
14828
14829         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14830
14831         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14832         when writing file.
14833         (gnus-agent-synchronize-flags): Don't default to being
14834         interactive.
14835
14836 2004-09-30  Simon Josefsson  <jas@extundo.com>
14837
14838         * message.el (message-generate-hashcash): Add.
14839         (message-send-mail): Use it, call mail-add-payment.
14840
14841 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14844
14845 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14846
14847         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14848         gnus-requst-update-info with explicit code to sync the in-memory
14849         info read flags with the marks being sync'd to the backend.
14850
14851         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14852
14853 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * spam.el (spam-verify-bogofilter): Add new function.
14856         (spam-check-bogofilter)
14857         (spam-bogofilter-register-with-bogofilter): Use it.
14858         (spam-verify-bogofilter): Add small fixes.
14859
14860 2004-09-28  Simon Josefsson  <jas@extundo.com>
14861
14862         * hashcash.el (hashcash-generate-payment): Revert.
14863
14864 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14865
14866         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14867         gnus-extract-references instead of gnus-split-references.
14868
14869         * gnus-util.el (gnus-extract-references): Add new function, analogous
14870         to gnus-split-references but extracts only the message-ID without
14871         anything extra.
14872
14873         * hashcash.el (hashcash-generate-payment)
14874         (hashcash-check-payment): Do the right thing if hashcash-path is
14875         nil (because the hashcash program could not be found).
14876
14877         * spam.el (spam-use-hashcash): Remove comment.
14878
14879 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14880
14881         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14882         (gnus-cache-enter-article, gnus-cache-remove-article)
14883         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14884
14885         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14886
14887         * gnus-art.el (article-hide-boring-headers)
14888         (article-translate-strings, article-display-face)
14889         (gnus-article-mime-match-handle-first)
14890         (gnus-article-highlight-headers)
14891         (gnus-article-add-buttons-to-head): do.
14892
14893 2004-09-27  Simon Josefsson  <jas@extundo.com>
14894
14895         * hashcash.el: New version, from
14896         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14897         ../contrib/.
14898
14899 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14902
14903 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14904
14905         * gnus-dup.el (gnus-dup-open): Use mapc.
14906         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14907
14908         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14909         Reported by Stefan Wiens <s.wi@gmx.net>.
14910
14911         * gnus.el (gnus-shutdown): Use dolist.
14912
14913         * gnus-undo.el (gnus-undo): Use mapc.
14914
14915         * nnrss.el (nnrss-generate-active): do.
14916
14917         * message.el (message-cite-original-without-signature)
14918         (message-cite-original): Use mapc.
14919         (message-do-actions, message-make-forward-subject): Use dolist.
14920
14921 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14922
14923         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14924         deletion to remove entire duplicate line.  Fixes merged article
14925         number bug.
14926
14927 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14928
14929         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14930         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14931         first ask if you want to open a server and then, even when you
14932         responded with no, asking if you want to synchronize the server's
14933         flags.
14934         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14935         multi-line expressions.
14936         (gnus-agent-synchronize-group-flags): New internal function.
14937         Updates marks in memory (in the info structure) AND in the
14938         backend.
14939
14940         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14941
14942         * nnagent.el (nnagent-request-set-mark): Use
14943         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14944         method, to ensure that synchronization updates marks in the
14945         backend and in the info (in memory) structure.
14946
14947 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14950         convention fully; don't miss the root article of a thread; make
14951         the X-Draft-From header with correct article numbers.
14952
14953 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14954
14955         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14956         unless plugged.  Disable the agent so that an open failure causes
14957         an error.
14958
14959         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14960         Reverted 2004-09-21 change.  The backend must be opened while
14961         synchronizing flags even when the backend stores the flags
14962         locally.
14963
14964 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14967         in `header' match.  Reported by Svend Tollak Munkejord.
14968
14969         * message.el (message-cite-original): Fix use of
14970         `message-cite-articles-with-x-no-archive'.
14971
14972 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14975         (gnus-window-to-buffer): Ditto.
14976
14977         * mml.el (mml-preview-buffer): New variable.
14978         (mml-preview): Manage window layout with gnus-buffer-configuration.
14979
14980         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14981         X-Draft-From header even if those articles aren't quoted.
14982
14983 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14984
14985         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14986         (gnus-request-set-mark, gnus-request-update-mark): Use new
14987         g-s-t-u-l-m to decide to use backend even when unplugged.
14988
14989 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14992         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14993
14994 2004-09-20  Simon Josefsson  <jas@extundo.com>
14995
14996         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14997         "utf-16-le".
14998
14999 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15000
15001         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15002
15003 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * uudecode.el (uudecode-use-external): Add :version.
15006
15007         * smime.el (smime-CA-file, smime-encrypt-cipher)
15008         (smime-dns-server): Add :version.
15009
15010         * smiley.el (gnus-smiley-file-types): Add :version.
15011
15012         * sha1.el (sha1-use-external): Add :version.
15013
15014         * pgg-def.el (pgg-query-keyserver): Add :version.
15015
15016         * nnmail.el (nnmail-fancy-expiry-targets)
15017         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15018         Add :version.
15019
15020         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15021         (nnimap-retrieve-groups-asynchronous): Add :version.
15022         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15023
15024         * mml.el (mml-content-disposition-parameters)
15025         (mml-insert-mime-headers-always): Add :version.
15026
15027         * mm-util.el (mm-coding-system-priorities): Add :version.
15028
15029         * mm-decode.el (mm-inline-text-html-with-images)
15030         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15031         (mm-verify-option): Add :version.
15032         (mm-text-html-renderer): Change :version.
15033
15034         * message.el (message-fcc-externalize-attachments)
15035         (message-required-headers, message-draft-headers)
15036         (message-subject-trailing-was-query)
15037         (message-subject-trailing-was-ask-regexp)
15038         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15039         (message-mark-insert-end, message-archive-header)
15040         (message-archive-note, message-cross-post-default)
15041         (message-cross-post-note, message-followup-to-note)
15042         (message-cross-post-note-function, message-use-mail-followup-to)
15043         (message-subscribed-address-functions)
15044         (message-subscribed-address-file, message-subscribed-addresses)
15045         (message-subscribed-regexps, message-allow-no-recipients)
15046         (message-yank-cited-prefix, message-signature-insert-empty-line)
15047         (message-hidden-headers, message-hierarchical-addresses)
15048         (message-mail-user-agent, message-use-idna)
15049         (message-valid-fqdn-regexp)
15050         (message-strip-special-text-properties, message-header-synonyms)
15051         (message-beginning-of-line, message-tab-body-function): Add :version.
15052         (message-insert-canlock, message-wide-reply-confirm-recipients):
15053         Change :version.
15054
15055         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15056         and :version.
15057         (mail-source-delete-old-incoming-confirm)
15058         (mail-source-movemail-program): Add :version.
15059
15060         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15061         (gnus-agent-cache, gnus-agent): Change :version.
15062
15063         * gnus-util.el (gnus-use-byte-compile): Change :version.
15064
15065         * gnus-sum.el (gnus-summary-make-false-root-always)
15066         (gnus-summary-default-high-score)
15067         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15068         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15069         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15070         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15071         (gnus-sum-thread-tree-single-indent)
15072         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15073         (gnus-sum-thread-tree-leaf-with-other)
15074         (gnus-sum-thread-tree-single-leaf): Add :version.
15075         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15076         (gnus-article-loose-mime): Change :version.
15077
15078         * gnus-start.el (gnus-backup-startup-file)
15079         (gnus-save-startup-file-via-temp-buffer): Add :version.
15080
15081         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15082         (gnus-server-offline-face): Add :version.
15083
15084         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15085
15086         * gnus-msg.el (gnus-gcc-externalize-attachments)
15087         (gnus-debug-files, gnus-debug-exclude-variables)
15088         (gnus-discouraged-post-methods): Change :version.
15089         (gnus-confirm-mail-reply-to-news)
15090         (gnus-confirm-treat-mail-like-news): Add :version.
15091
15092         * gnus-int.el (gnus-server-unopen-status): Add :version.
15093
15094         * gnus-group.el (gnus-group-jump-to-group-prompt)
15095         (gnus-large-ephemeral-newsgroup)
15096         (gnus-fetch-old-ephemeral-headers): Add :version.
15097
15098         * gnus-fun.el (gnus-x-face-directory)
15099         (gnus-convert-pbm-to-x-face-command)
15100         (gnus-convert-image-to-x-face-command)
15101         (gnus-convert-image-to-face-command): Add :version.
15102
15103         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15104
15105         * gnus-cite.el (gnus-cite-blank-line-after-header)
15106         (gnus-article-boring-faces): Add :version.
15107
15108         * gnus-art.el (gnus-buttonized-mime-types)
15109         (gnus-inhibit-mime-unbuttonizing)
15110         (gnus-treat-display-face)
15111         (gnus-treat-body-boundary): Change :version.
15112         (gnus-body-boundary-delimiter, gnus-picon-databases)
15113         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15114         (gnus-treat-date-english, gnus-treat-fold-headers)
15115         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15116         (gnus-treat-mail-picon, gnus-treat-wash-html)
15117         (gnus-article-encrypt-protocol)
15118         (gnus-use-idna, gnus-article-over-scroll)
15119         (gnus-mime-display-multipart-alternative-as-mixed)
15120         (gnus-mime-display-multipart-related-as-mixed)
15121         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15122         (gnus-ctan-url, gnus-button-ctan-handler)
15123         (gnus-button-handle-ctan-bogus-regexp)
15124         (gnus-button-ctan-directory-regexp)
15125         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15126         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15127         (gnus-button-man-level, gnus-button-emacs-level)
15128         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15129
15130         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15131         (gnus-agent-go-online): Change :version.
15132         (gnus-agent-expire-unagentized-dirs)
15133         (gnus-agent-auto-agentize-methods): Add :version.
15134
15135         * flow-fill.el (fill-flowed-display-column)
15136         (fill-flowed-encode-column): Add :version.
15137
15138         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15139         (gnus-outlook-deuglify-unwrap-max)
15140         (gnus-outlook-deuglify-cite-marks)
15141         (gnus-outlook-deuglify-unwrap-stop-chars)
15142         (gnus-outlook-deuglify-no-wrap-chars)
15143         (gnus-outlook-deuglify-attrib-cut-regexp)
15144         (gnus-outlook-deuglify-attrib-verb-regexp)
15145         (gnus-outlook-deuglify-attrib-end-regexp)
15146         (gnus-outlook-display-hook): Add :version.
15147
15148         * binhex.el (binhex-use-external): Add :version.
15149
15150 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15153         and `invisible'.
15154
15155 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15156
15157         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15158         in gnus-registry-trim.
15159
15160 2004-09-13  Simon Josefsson  <jas@extundo.com>
15161
15162         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15163
15164         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15165
15166         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15167         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15168         <yamaoka@jpl.org>.
15169         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15170         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15171         <yamaoka@jpl.org>.
15172
15173         * sieve.el (sieve-manage-mode): Ditto.
15174
15175 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15178
15179 2004-09-11  Simon Josefsson  <jas@extundo.com>
15180
15181         * dns-mode.el: Add.
15182
15183         * mm-view.el (mm-display-dns-inline): Add.
15184
15185         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15186         (mm-automatic-display): Ditto.
15187
15188         * mailcap.el (mailcap-mime-data): Add text/dns.
15189         (mailcap-mime-extensions): Map .soa to text/dns.
15190
15191 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15192
15193         * gnus-art.el (article-decode-mime-words, article-babel)
15194         (gnus-article-highlight-signature, gnus-article-add-buttons)
15195         (gnus-signature-toggle): Remove unnecessary bindings of
15196         `inhibit-read-only' inherited from v5.10 merge.
15197
15198 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * nntp.el (nntp): New customization group.
15201         (nntp-authinfo-file): Add customization group.
15202
15203         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15204
15205         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15206
15207         * gnus.el (to-address, to-list, subscribed)
15208         (large-newsgroup-initial): Ditto.
15209
15210         * flow-fill.el (fill-flowed-display-column)
15211         (fill-flowed-encode-column): Ditto.
15212
15213 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15214
15215         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15216         Use point-min rather than 1.
15217         (message-send-mail): Use buffer-size rather than point-max.
15218
15219         * gnus-sum.el (gnus-summary-search-article-forward):
15220         Signal a specific `search-failed' rather than a generic `error'.
15221
15222         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15223         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15224         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15225
15226 2004-09-10  Simon Josefsson  <jas@extundo.com>
15227
15228         * nndb.el (require): Remove tcp and duplicate cl.
15229
15230 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-agent.el (directory-files-and-attributes): Move forward.
15233
15234 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15235
15236         * gnus-agent.el (directory-files-and-attributes): Optionally
15237         defined to support XEmacs.
15238
15239 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15240
15241         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15242         to avoid run-time CL dependencies.
15243         (gnus-agent-unfetch-articles): New function.
15244         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15245         article numbers even when local .overview file is missing.
15246         (gnus-agent-read-article-number): New function.  Only accepts
15247         27-bit article numbers.
15248         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15249         gnus-agent-read-article-number.
15250         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15251         from backend while recognizing that article numbers in .overview
15252         must be valid.
15253         (gnus-agent-update-files-total-fetched-for): Use
15254         directory-files-and-attributes to improve performance.
15255         * gnus-int.el (gnus-request-move-article): Use
15256         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15257         improve performance.
15258
15259         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15260         some users confused by references to .newsrc when they only have a
15261         .newsrc.eld file.
15262         (gnus-convert-mark-converter-prompt)
15263         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15264         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15265         New function.  Used internally to only display 'gnus converting
15266         files' message when actually necessary.
15267
15268         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15269         methods now autoloaded.
15270
15271 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15274         identifiers.
15275
15276 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-picon.el: Fix indentation and closing parenthesis.
15279
15280 2004-09-01  Simon Josefsson  <jas@extundo.com>
15281
15282         * message.el (message-canlock-generate): Require sha1, not
15283         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15284         to require within a function.  Sadly, if sha1.el isn't loaded, the
15285         let binding in m-c-g will hide the defcustom definition, which is
15286         bad.)
15287
15288         * canlock.el: Require sha1, not sha1-el.
15289
15290         * message.el: Don't autoload sha1 (there is a autoload cookie in
15291         sha1.el).
15292
15293         * sha1-el.el: Renamed to sha1.el.
15294
15295 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15296
15297         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15298
15299 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15300
15301         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15302
15303 2004-08-30  Kim F. Storm  <storm@cua.dk>
15304
15305         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15306
15307         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15308         Add :group 'nnimap.
15309
15310 2004-08-30  Andreas Schwab  <schwab@suse.de>
15311
15312         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15313         ?* and ?\;.
15314
15315         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15316         and ?\' to symbol instead of whitespace.
15317
15318 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15321
15322         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15323         instead of re-search-forward.
15324
15325         * gnus-uu.el (gnus-uu-save-article): Ditto.
15326         (gnus-uu-post-encode-uuencode): Ditto.
15327
15328         * html2text.el (html2text-clean-list-items): Ditto.
15329         (html2text-clean-dtdd): Ditto.
15330         (html2text-format-tags): Ditto.
15331
15332         * message.el (message-send-mail-with-sendmail): Fix regexp.
15333         (message-fill-field-general): Use search-forward instead of
15334         re-search-forward.
15335         (unbold-region): Ditto.
15336
15337         * nnrss.el (nnrss-request-article): Ditto.
15338
15339         * nnslashdot.el (nnslashdot-request-article): Ditto.
15340
15341         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15342
15343         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15344         "Unrecognized menu descriptor" error in XEmacs.
15345
15346 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15347
15348         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15349         parent article of a sparse article in the thread hashtb.
15350
15351 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15352
15353         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15354         (nnmail-expand-newtext): Lowercase expanded entries if
15355         nnmail-split-lowercase-expanded is non-nil.
15356
15357 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15360
15361         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15362         of gnus-tmp-news-method into string under XEmacs.  It will be
15363         passed to gnus-correct-length which takes only a string argument.
15364
15365 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-util.el (gnus-bind-print-variables): New macro.
15368         (gnus-prin1): Use it.
15369         (gnus-prin1-to-string): Use it.
15370         (gnus-pp): New function.
15371         (gnus-pp-to-string): New function.
15372
15373         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15374         Replace pp-to-string with gnus-pp-to-string.
15375         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15376         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15377         * gnus-msg.el (gnus-debug): Ditto.
15378         * gnus-score.el (gnus-score-save): Ditto.
15379         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15380         gnus-pp-to-string.
15381         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15382         with gnus-pp.
15383         * score-mode.el (gnus-score-pretty-print): Ditto.
15384         * webmail.el (webmail-debug): Ditto.
15385
15386 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-art.el (article-display-face, article-display-x-face):
15389         Use buffer-read-only.
15390
15391 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (article-hide-list-identifiers):
15394         Bind inhibit-read-only as t.
15395
15396 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15399
15400 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15401
15402         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15403         (gnus-narrow-to-page): Don't assume point-min == 1.
15404         (gnus-article-edit-mode): Derive from message-mode.
15405
15406         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15407         point-min == 1.
15408
15409         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15410         Disable incorrect use of `assert'.
15411
15412         * message.el (message-mode): Set comment-start-skip.
15413
15414
15415 2004-08-22  Sam Steingold  <sds@gnu.org>
15416
15417         * pop3.el (pop3-leave-mail-on-server): New user variable.
15418         (pop3-movemail): Delete mail only when it is nil.
15419
15420 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15423
15424         * mml.el (mml-preview): Use `pop-to-buffer'.
15425
15426         * message.el (message-goto-mail-followup-to): Insert after "To".
15427         (message-carefully-insert-headers): Add comment.
15428
15429         * gnus.el: Remove unused variable `gnus-article-check-size'.
15430
15431         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15432
15433         * gnus-art.el (gnus-button-alist): Improve
15434         `gnus-button-handle-library' entry.
15435
15436 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15437
15438         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15439         downcase, since XEmacs capitalizes error messages differently.
15440
15441 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15442
15443         * nntp.el: Add (require 'gnus) due to reference to
15444         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15445
15446 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15447
15448         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15449         `mm-fill-flowed'.
15450
15451         * mm-decode.el (mm-dissect-singlepart): Check it.
15452
15453 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15456         'imap' for netrc parsing.
15457
15458 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * mailcap.el (mailcap-mime-data): Mark as risky.
15461
15462 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15465         may be included in the encoded word.
15466         (rfc2047-encode): Don't append a space if the encoded word
15467         includes close parenthesis.
15468
15469 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15472         of text within parentheses.
15473
15474 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15475
15476         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15477         (gnus-encrypt-write-file-contents): Make the password key the file
15478         name PLUS the cipher, not just the cipher.  Also remove failed
15479         passwords from the cache.
15480
15481 2004-08-06  Simon Josefsson  <jas@extundo.com>
15482
15483         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15484         fix.
15485
15486 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15489         LWSP.
15490
15491 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15494         to append in-reply-to: data to the references: header.
15495
15496         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15497         (netrc-parse): Use gnus-encrypt.el functions.
15498
15499         * gnus-encrypt.el: Add new file for encryption support; currently
15500         does only a few GPG ciphers and an internal XOR cipher.
15501
15502         * password.el: Add comments on using password-read-and-add.
15503         (password-read-and-add): Add function to read and add the
15504         password to the cache at once.
15505
15506 2004-07-28  Simon Josefsson  <jas@extundo.com>
15507
15508         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15509         parameter (but don't use it, for now).
15510
15511         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15512         instead of hard coding to nil.
15513
15514 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15517         as mm-inline-image-xemacs does.
15518
15519 2004-07-26  Simon Josefsson  <jas@extundo.com>
15520
15521         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15522         Revert part of 2004-07-17 change below.
15523
15524 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15527         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15528
15529 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15532         quotes that actually start with ">" at the beginning of the
15533         lines.
15534
15535 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * rfc2047.el (rfc2047-encode-region): Fix last change.
15538         (rfc2047-encode-parameter): Remove useless concat.
15539
15540 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15543         encode special characters; fix some kind of misconfigured headers;
15544         signal a real error if debug-on-quit or debug-on-error is non-nil.
15545         (rfc2047-encode-max-chars): New variable.
15546         (rfc2047-encode-1): Use it.
15547         (rfc2047-encode-parameter): New function.
15548
15549         * mml.el (mml-insert-parameter): Remove an excessive space.
15550
15551 2004-07-17  Simon Josefsson  <jas@extundo.com>
15552
15553         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15554         Kai Grossjohann <kai@emptydomain.de>.
15555         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15556         (gnus-group-make-menu-bar): Ditto.
15557
15558         * gnus-util.el (gnus-group-server): Add.
15559
15560 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15561
15562         * message.el (message-clone-locals): Clone sendmail and smtp
15563         variables.
15564
15565 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * rfc2047.el (rfc2047-encode-region): Fix last change.
15568
15569 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15572         characters as non-special.
15573
15574 2004-07-09  Simon Josefsson  <jas@extundo.com>
15575
15576         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15577         Users will lose all flag changes made while unplugged with
15578         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15579         good default.  See numerous reports on ding mailing list.
15580
15581 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15584         add generate-head-function and generate-article-function to the
15585         rfc822-forward entry.
15586         (nndoc-rfc822-forward-generate-article): New function.
15587         (nndoc-rfc822-forward-generate-head): New function.
15588
15589         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15590
15591 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15592
15593         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15594         respect display group parameter and gnus-summary-expunge-below.
15595         (gnus-articles-to-read): Remove unused reference to display group
15596         parameter.
15597
15598 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599
15600         * nnheader.el (nnheader-uniquify-message-id): New experimental
15601         variable.
15602         (nnheader-nov-read-message-id): Use it.
15603
15604         * spam-report.el (spam-report-gmane): Add interactive.
15605
15606 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15609         qp-or-base64 for the application/* types.
15610
15611 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15612
15613         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15614
15615 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15618         trim value.
15619
15620 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15621
15622         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15623         New macro and function.
15624         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15625
15626 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15629         after-load-alist.
15630
15631 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15632
15633         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15634         update info that isn't there.
15635
15636 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15637
15638         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15639         entry.
15640
15641 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * mm-view.el (mm-inline-render-with-function): Use multibyte
15644         buffer; decode html source by charset.
15645
15646         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15647
15648         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15649         Mule-UCS is loaded under XEmacs.
15650         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15651
15652 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15653
15654         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15655
15656 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * mm-util.el (mm-coding-system-p): Return a coding-system.
15659         (mm-mime-mule-charset-alist): Use shift_jis instead of
15660         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15661         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15662         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15663         instead of japanese-shift-jis and iso-latin-1 respectively in
15664         order to share the default value with both Emacs and XEmacs-mule.
15665         (mm-mule-charset-to-mime-charset): Make
15666         mm-coding-system-priorities effective.
15667         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15668         while predicating of candidates upon the priorities.
15669
15670 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15671
15672         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15673         gnus-uu-invert-processable.
15674
15675         * gnus.el: Autoload gnus-uu-invert-processable.
15676
15677 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * mm-util.el (mm-with-multibyte-buffer): New macro.
15680
15681         * rfc2047.el (rfc2047-encode-string): Use it.
15682         (rfc2047-encode-region): Move point to the end of the region after
15683         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15684
15685 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15688         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15689
15690 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15693         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15694         Karl Chen <quarl@nospam.quarl.org>.
15695
15696 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15697
15698         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15699         invalid addresses.
15700
15701 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15702
15703         * spam.el: Change section markers, revise TODO list.
15704         (spam-backends): Make new master list of all installed backends.
15705         (spam-summary-exit-behavior): Add new variable to determine how
15706         messages moves are done at summary exit.
15707         (spam-move-spam-nonspam-groups-only)
15708         (spam-process-ham-in-nonham-groups)
15709         (spam-process-ham-in-spam-groups): Remove variables, the
15710         spam-summary-exit-behavior variable should be used to manage this
15711         behavior.
15712         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15713         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15714         and spam-old-spam-articles.
15715         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15716         Add empty variables, placeholders for the backends they represent.
15717         (spam-set-difference): Move, unchanged.
15718         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15719         unless the user has a processor variable.
15720         (spam-classifications, spam-classification-valid-p)
15721         (spam-backend-properties, spam-backend-property-valid-p)
15722         (spam-backend-function-type-valid-p)
15723         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15724         (spam-report-articles-gmane, spam-report-articles-resend):
15725         Remove functions, they are not needed.
15726         (spam-install-backend-super, spam-backend-list)
15727         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15728         (spam-backend-function, spam-backend-ham-registration-function)
15729         (spam-backend-spam-registration-function)
15730         (spam-backend-ham-unregistration-function)
15731         (spam-backend-spam-unregistration-function)
15732         (spam-backend-statistical-p, spam-backend-mover-p)
15733         (spam-install-backend-alias, spam-install-checkonly-backend)
15734         (spam-install-mover-backend, spam-install-nocheck-backend)
15735         (spam-install-backend, spam-install-statistical-backend)
15736         (spam-install-statistical-checkonly-backend): Add backend installation
15737         support.
15738         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15739         (spam-group-processor-p): Use the new backend code and respect the
15740         summary exit behavior.
15741         (spam-mark-spam-as-expired-and-move-routine): Remove.
15742         (spam-summary-prepare): Change to use the new spam-old-articles
15743         variable.
15744         (spam-copy-or-move-routine, spam-copy-spam-routine)
15745         (spam-move-spam-routine, spam-copy-ham-routine)
15746         (spam-move-ham-routine): Add code to copy/move ham or spam.
15747         (spam-fetch-field-fast): Improve doc and code, plus allow the
15748         'number request.
15749         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15750         variables.
15751         (spam-split, spam-find-spam): Use the new backend code.
15752         (spam-registration-functions): Remove variable.
15753         (spam-unregister-routine): Add convenience wrapper.
15754         (spam-log-undo-registration, spam-register-routine)
15755         (spam-log-processing-to-registry)
15756         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15757         where possible.
15758         (spam-check-gmane-xref, spam-check-regex-headers)
15759         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15760         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15761         (spam-check-bogofilter-headers, spam-check-spamoracle)
15762         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15763         (spam-check-crm114-headers): Use the spam-split-group that
15764         spam-split prepares, no need to determine it every time.
15765
15766         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15767         to the nnheader-parse-naked-head call.
15768
15769         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15770
15771         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15772         the nnheader-nov-read-message-id call.
15773
15774 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15777         gnus-activate-group twice.  Suggested by Markus Peter
15778         <warp@spin.de>.
15779
15780 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-art.el (gnus-article-time-format): Exchange the order of
15783         day and month in the default value; fix customization type.
15784         (article-date-ut): Use add-text-properties.
15785         (article-make-date-line): Use message-make-date instead of
15786         current-time-string.
15787
15788         * message.el (message-fetch-field): Don't use set-text-properties.
15789         (message-make-date): Simplify.
15790
15791         * messagexmas.el (message-xmas-make-date): New function.
15792         (message-xmas-redefine): Defalias message-make-date to it.
15793
15794 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15797         (rfc2047-encode-region): Treat text within parentheses as special;
15798         show the original text when error has occurred.
15799
15800         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15801         already-computed method to gnus-activate-group.
15802
15803         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15804         same select-methods identical Lisp objects.
15805
15806         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15807         object when modifying the info.
15808
15809 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15812         gnus-opened-servers since it has never been opened with the new
15813         configuration yet.
15814
15815 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15818         arg to nnheader-generate-fake-message-id.
15819
15820 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15821
15822         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15823         number and build a fake message ID localized to a group and
15824         article number (so it's repeatable from that point on).
15825         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15826         ID format.
15827
15828         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15829         nnheader-generate-fake-message-id with the article number.
15830
15831 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15832
15833         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15834         end-of-buffer.
15835
15836 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * message.el (message-ignored-supersedes-headers): Add Approved.
15839
15840 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15843         goto-char.
15844         (rfc2047-encode): Fold the line before encoding.
15845
15846 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15847
15848         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15849         folding -- not all headers can be folded, and this should be done
15850         by the message composition mode.  Probably.  I think.
15851
15852 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15855         fast.
15856
15857         * gnus-ems.el (gnus-remove-image): Don't use
15858         message-text-with-property; remove only the image found first.
15859
15860         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15861         found first.
15862
15863 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15866
15867 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * message.el (message-text-with-property): Make it fast and accept
15870         optional arguments.
15871         (message-strip-forbidden-properties): Use it.
15872         (message-fix-before-sending): Follow the m-t-w-p change.
15873
15874         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15875
15876 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-art.el (article-hide-headers): Don't change the buffer
15879         mistakenly when performing mml-preview even if
15880         gnus-single-article-buffer is nil.
15881
15882 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15883
15884         * message.el (message-expand-name-databases): New user option.
15885         (message-expand-name): Use it.
15886
15887 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15888
15889         * spam.el (spam-report-articles-resend)
15890         (spam-report-resend-register-routine): Allow ham reporting.
15891         (spam-report-resend-register-ham-routine): Add wrapper.
15892         (spam-registration-functions): Add ham resending functions.
15893         (spam-list-of-processors): Add ham resend processor.
15894
15895         * gnus.el (ham-resend-to): Add new group parameter.
15896         (spam-process): Add ham resend option.
15897
15898         * spam-report.el (spam-report-resend): Allow reporting ham.
15899         (spam-report-resend-ham): Add wrapper.
15900
15901 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * message.el (message-cite-articles-with-x-no-archive): New
15904         variable.
15905         (message-cite-original): Use it.
15906
15907 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15908
15909         * message.el (message-cite-original): Respect X-No-Archive.
15910
15911 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-art.el (article-hide-headers): Refer to the values for
15914         gnus-ignored-headers and gnus-visible-headers in the summary
15915         buffer since a user may have set them as group parameters.
15916
15917 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15918
15919         * assistant.el (assistant-node-name): Add convenience function.
15920         (assistant-render-text, assistant-render-node): Add error handling,
15921         plus handle multiple next nodes.
15922         (assistant-find-next-node): Comment out for now.
15923         (assistant-find-next-nodes): Add function, returns list of next
15924         nodes.
15925
15926 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * mail-source.el (mail-source-directory): Fix doc-string.
15929
15930 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * assistant.el (assistant-render-text, assistant-eval): Add :set
15933         widget type, which is different because it takes and returns a
15934         list.  Much hilarity ensues.
15935
15936 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15939
15940         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15941         doc-string.
15942
15943         * gnus-start.el (gnus-activate-group): Added doc-string.
15944
15945 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15948
15949 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * assistant.el (assistant-render-text): Try to add a :set
15952         widget, more to come.
15953
15954         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15955         strings.
15956         (spam-report-articles-resend)
15957         (spam-register-routine): Do registration iff any articles warrant
15958         it.
15959         (spam-summary-prepare-exit): Change log message for nil group
15960         destinations.
15961
15962 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15963
15964         * spam.el (spam-report-resend-register-routine): Allow
15965         spam-report-resend-to to be a group parameter or a global value.
15966
15967 2004-05-26  Simon Josefsson  <jas@extundo.com>
15968
15969         * starttls.el: Merge with my GNUTLS based starttls.el.
15970         (starttls-gnutls-program, starttls-use-gnutls)
15971         (starttls-extra-arguments, starttls-process-connection-type)
15972         (starttls-connect, starttls-failure, starttls-success): New
15973         variables.
15974         (starttls-program, starttls-extra-args): Doc fix.
15975         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15976         functions.
15977         (starttls-negotiate, starttls-open-stream): Check
15978         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15979         function if it is set.
15980
15981 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15984         structured fields.
15985
15986 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15989
15990 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15993         variable.
15994         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15995         assigning the spam-mark to new messages.
15996
15997 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15998
15999         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16000
16001 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16004
16005         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16006         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16007         default.
16008
16009 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16010
16011         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16012         correct data.
16013
16014 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16015
16016         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16017         (spam-group-processor-p): Fix function.
16018         (spam-group-processor-multiple-p)
16019         (spam-group-spam-processor-report-gmane-p)
16020         (spam-group-spam-processor-report-resend-p)
16021         (spam-group-spam-processor-bogofilter-p)
16022         (spam-group-spam-processor-blacklist-p)
16023         (spam-group-spam-processor-ifile-p)
16024         (spam-group-ham-processor-ifile-p)
16025         (spam-group-spam-processor-spamoracle-p)
16026         (spam-group-spam-processor-crm114-p)
16027         (spam-group-ham-processor-bogofilter-p)
16028         (spam-group-spam-processor-stat-p)
16029         (spam-group-ham-processor-stat-p)
16030         (spam-group-ham-processor-whitelist-p)
16031         (spam-group-ham-processor-BBDB-p)
16032         (spam-group-ham-processor-spamoracle-p)
16033         (spam-group-ham-processor-copy-p): Remove functions with some
16034         prejudice against unneeded code.
16035         (spam-report-articles-resend)
16036         (spam-report-resend-register-routine): Allow the group/topic
16037         spam-resend-to value to override spam-report-resend-to.
16038         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16039         properly now.
16040
16041         * gnus.el (spam-resend-to): Add group/topic parameter.
16042         (spam-process): Move the OBSOLETE processors to the end of the
16043         choices.
16044
16045 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16046
16047         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16048         with resend-to set to nil, and then ask the user if necessary.
16049         (spam-report-resend): spam-report-resend takes a list of articles, not
16050         separate article numbers.
16051
16052 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16055         addition to emacs-w3m.
16056
16057 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16058
16059         * assistant.el (assistant-authinfo-data): New function.
16060         (assistant-eval): Eval for entire assistant.
16061
16062         * netrc.el (netrc-services-file): New variable.
16063         (netrc-parse-services): New function.
16064         (netrc-find-service-name): New function.
16065         (netrc-find-service-number): New function.
16066         (netrc-port-equal): New function.
16067         (netrc-machine): Use it.
16068
16069         * nnimap.el (nnimap-open-connection): Use netrc.
16070
16071         * gnus-util.el (gnus-netrc-get): Remove aliases.
16072
16073         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16074
16075         * assistant.el (wid-edit): Fix compilation.
16076
16077         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16078
16079 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16080
16081         * gnus-util.el (gnus-set-file-modes): New function.  (small
16082         patch).
16083
16084 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16087
16088         * assistant.el (assistant-render-node): Fix up rendering and
16089         read-only text.
16090         (assistant-render-node): Reset.
16091         (assistant-make-read-only): Not sticky.
16092
16093 2004-05-20  Danny Siu  <dsiu@adobe.com>
16094
16095         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16096         centered even when gnus-auto-center-summary is t.
16097
16098 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * dns.el (dns-get-txt-answer): New function.
16101         (dns-read-txt): Ditto.
16102         (query-dns): Use it.
16103
16104 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16107         active for foreign groups even if the group level is higher than
16108         the specified value.
16109
16110 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16111
16112         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16113         non-active groups.
16114
16115         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16116
16117 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16118
16119         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16120
16121 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16124         (spam-crm114-header, spam-crm114-spam-switch)
16125         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16126         (spam-crm114-positive-spam-header)
16127         (spam-crm114-database-directory, spam-list-of-processors)
16128         (spam-group-spam-processor-crm114-p)
16129         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16130         (spam-generic-score, spam-list-of-checks)
16131         (spam-list-of-statistical-checks, spam-registration-functions)
16132         (spam-check-crm114-headers, spam-crm114-score)
16133         (spam-check-crm114, spam-crm114-register-with-crm114)
16134         (spam-crm114-register-spam-routine)
16135         (spam-crm114-unregister-spam-routine)
16136         (spam-crm114-register-ham-routine)
16137         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16138         asjo@koldfront.dk (Adam Sjøgren).
16139
16140         * gnus.el: Add spam-use-crm114.
16141
16142         * spam.el (spam-list-of-processors, spam-registration-functions):
16143         Add spam-use-resend.
16144         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16145         (spam-report-articles-gmane): Add doc fix.
16146         (spam-report-articles-resend, spam-report-resend-register-routine):
16147         Add wrappers around spam-report-resend-to.
16148
16149         * spam-report.el (spam-report-resend-to, spam-report-resend):
16150         Add support for resending spam.
16151         (spam-report-gmane): Fix line length >80.
16152
16153         * gnus.el (spam-process): Add spam-use-resend.
16154
16155 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16156
16157         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16158         number of processed spam messages.
16159         (spam-ham-copy-or-move-routine): Return the number of processed
16160         ham messages.
16161         (spam-summary-prepare-exit): Use the above values to decide
16162         whether status messages shouled be displayed.
16163
16164 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16167         `rfc2047-encoding-function-alist' in order to avoid conflicting
16168         with the old version.
16169         (rfc2047-encode-region): Concatenate words containing non-ASCII
16170         characters in structured fields; don't encode space-delimited
16171         ASCII words even in unstructured fields; don't break words at
16172         char-category boundaries.
16173         (rfc2047-encode-1): New function.
16174         (rfc2047-encode): Use it; encode text so that it occupies the
16175         maximum width within 76-column; work correctly on Q encoding for
16176         iso-2022-* charsets.
16177         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16178         sure not to break a line just after the header name.
16179         (rfc2047-b-encode-region): Removed.
16180         (rfc2047-b-encode-string): New function.
16181         (rfc2047-q-encode-region): Removed.
16182         (rfc2047-q-encode-string): New function.
16183
16184         * mm-util.el (mm-replace-in-string): New function.
16185
16186 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187
16188         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16189         get it right.
16190         (gnus-inews-make-draft): Really.
16191
16192 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16193
16194         * nnmh.el (nnmh-request-list-1): Don't check the link count
16195         before descending.  (small patch)
16196
16197 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16200         stuff.
16201
16202         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16203         on real group name.
16204
16205         * gnus-art.el (gnus-signature-limit): Doc fix.
16206
16207         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16208
16209         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16210
16211 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16212
16213         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16214         isn't a string.
16215
16216 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * gnus-draft.el (gnus-draft-send): Bind
16219         rfc2047-encode-encoded-words.
16220
16221         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16222         (rfc2047-encodable-p): Say that =? needs encoding.
16223         (rfc2047-encode-encoded-words): New variable.
16224
16225         * gnus-group.el (gnus-group-select-group): Doc fix.
16226
16227         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16228
16229         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16230         to nil.
16231
16232         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16233
16234         * nnheader.el (nnheader-get-lines-and-char): New function.
16235
16236 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-msg.el (gnus-summary-followup-with-original): Document
16239         yanking of region when active.
16240
16241 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16244         groups if the group level is higher than the specified value.
16245
16246 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16249         (gnus-group-jump-to-group): Added prefix argument using
16250         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16251         non-active group.
16252
16253         * compface.el (uncompface): Be verbose when changing
16254         `uncompface-use-external'.
16255
16256         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16257         handle manual section.
16258
16259 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * gnus-art.el (gnus-button-alist): Revert previous change.
16262
16263 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16266
16267 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16268
16269         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16270         whether backend can accept message.
16271
16272         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16273
16274 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16275
16276         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16277         Avoid creating directory when nntp-marks-is-evil is true.
16278         Reported by Reiner Steib.
16279
16280 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * gnus-picon.el (gnus-picon-style): New variable.
16283         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16284         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16285         Jesper Harder <harder@ifa.au.dk>.
16286
16287 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16288
16289         * message.el (message-fill-field): Return point.
16290         (message-generate-headers): Go to end of field.
16291
16292         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16293         stuff for non-living groups.
16294
16295 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * gnus-art.el (gnus-article-followup-with-original)
16298         (gnus-article-reply-with-original): gnus-mark-active-p ->
16299         gnus-region-active-p.
16300
16301 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16302
16303         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16304         only when there is spam or ham to be processed.
16305
16306 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16307
16308         * mail-source.el (mail-source-delete-crash-box): Refactor.
16309         (mail-source-fetch): Use it.
16310         (mail-source-fetch-file): Ditto.
16311         (mail-source-fetch-directory): Run postscript in loop.
16312         (mail-source-fetch-pop): Delete.
16313         (mail-source-fetch-maildir): Ditto.
16314         (mail-source-fetch-imap): Ditto.
16315
16316         * imap.el (imap-authenticators): Comment out sasl.
16317
16318         * message.el (message-skip-to-next-address): New function.
16319         (message-fill-header-address): Refactor.
16320         (message-fill-address): Use it.
16321         (message-delete-address): Use it.
16322         (message-fill-header-general): Refactor.
16323         (message-fill-field-address): Rename.
16324         (message-narrow-to-field): Find the start of the header.
16325         (message-header-format-alist): Don't pre-fill.
16326         (message-fill-header): Removed.
16327         (message-insert-header): New function.
16328         (message-shorten-references): Use it.
16329
16330         * rfc2047.el (rfc2047-field-value): Strip props.
16331
16332         * mail-parse.el (mail-header-make-address): New alias.
16333
16334         * ietf-drums.el (ietf-drums-make-address): New function.
16335
16336         * imap.el: Add compiler directives.
16337
16338         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16339
16340         * gnus-art.el (article-decode-idna-rhs): Don't use
16341         message-idna-inside-rhs-p.
16342
16343 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * message.el (message-idna-inside-rhs-p): Removed.
16346         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16347
16348         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16349         false positives.
16350
16351 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16352
16353         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16354
16355 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16356
16357         * nneething.el (nneething-file-name): Don't create spurious
16358         files.
16359
16360         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16361         (gnus-inews-do-gcc): Remove sleep.
16362
16363         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16364         part under point.
16365
16366         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16367         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16368
16369 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * spam.el (spam-summary-prepare-exit): Fixed (length).
16372
16373 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16376         as expired without moving it" message when there are spam
16377         messages left.
16378
16379 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16380
16381         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16382         header is not nil.
16383
16384 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16385
16386         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16387         nntp-possibly-create-directory, not nntp-possibly-change-group.
16388         (nntp-marks-changed-p): New arg SERVER.
16389         (nntp-request-update-info): Adjust caller.
16390
16391 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16392
16393         * nntp.el (nntp-save-marks): Pass missing arg.
16394
16395 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16396
16397         * nntp.el: Support marks.
16398         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16399         (nntp-marks-modtime, nntp-marks-directory): New variables.
16400         (nntp-request-set-mark, nntp-request-update-info)
16401         (nntp-possibly-create-directory, nntp-marks-changed-p)
16402         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16403         functions.
16404
16405 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16408         (gnus-xmas-redefine): Rename.
16409
16410         * gnus-score.el (gnus-score-insert-help): Use
16411         gnus-select-lowest-window.
16412
16413         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16414         appt-select-lowest-window and rename to gnus-select-lowest-window.
16415
16416         * gnus.el: do.
16417
16418 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16419
16420         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16421         encodings of MIME-encoded words, in order to improve
16422         interoperability with several broken MUAs.
16423
16424 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16425
16426         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16427         tags, only when charsets are not specified in headers.
16428         (mm-inline-text-html-render-with-w3m): Ditto.
16429
16430         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16431         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16432
16433 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16434
16435         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16436         instead of MIME-decoded from fields when checking
16437         `gnus-article-address-banner-alist'.
16438
16439 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16440
16441         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16442         description rather than subject.
16443
16444 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16445
16446         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16447
16448 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * gnus.el (gnus-version-number): Bump.
16451
16452 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16453
16454         * gnus.el: No Gnus v0.2 is released.
16455
16456 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * gnus-agent.el (gnus-agent-read-agentview): Inline
16459         gnus-uncompress-range.
16460
16461 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16462
16463         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16464         `exec-installed-p'.
16465
16466 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16467
16468         * gnus.el (spam-process, spam-autodetect-methods): Add
16469         bsfilter and bsfilter-headers.
16470
16471         * spam.el (spam-bsfilter): New customize group.
16472         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16473         (spam-bsfilter-header, spam-bsfilter-probability-header)
16474         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16475         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16476         (spam-bsfilter-database-directory): New options.
16477         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16478         (spam-list-of-statistical-checks, spam-registration-functions):
16479         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16480         (spam-bsfilter-score): New command.
16481         (spam-check-bsfilter-headers, spam-check-bsfilter)
16482         (spam-bsfilter-register-with-bsfilter)
16483         (spam-bsfilter-register-spam-routine)
16484         (spam-bsfilter-unregister-spam-routine)
16485         (spam-bsfilter-register-ham-routine)
16486         (spam-bsfilter-unregister-ham-routine): New functions.
16487         (spam-generic-score): Support bsfilter; Accept an optional argument
16488         to recalcurate spam score even if scoring header has already been
16489         added.
16490         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16491         optional argument to recalcurate spam score even if scoring header
16492         has already been added.
16493
16494 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16497         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16498         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16499         link is missing.
16500
16501 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16504         (html2text-get-attr): Rewrite.
16505
16506         * message.el (message-setup-1): Remove redundant put-text-property
16507         on mail-header-separator.
16508
16509 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * gnus-registry.el (gnus-registry-cache-whitespace)
16512         (gnus-registry-action, gnus-registry-spool-action)
16513         (gnus-registry-split-fancy-with-parent): Change message levels
16514         from 5 to 3 or 7, as needed.
16515
16516         * spam.el (spam-summary-prepare-exit)
16517         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16518         (spam-split, spam-find-spam, spam-log-undo-registration)
16519         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16520         level from 5 to 6.
16521
16522 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16525         2004-03-04 change).
16526
16527 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16528
16529         * sieve-manage.el (sieve-manage-open):
16530         * nnweb.el (nnweb-insert-html):
16531         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16532         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16533         * nnspool.el (nnspool-request-group):
16534         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16535         * nnml.el (nnml-request-update-info):
16536         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16537         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16538         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16539         (nnimap-request-set-mark):
16540         * nnfolder.el (nnfolder-request-update-info):
16541         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16542         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16543         * gnus-uu.el (gnus-uu-find-articles-matching):
16544         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16545         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16546         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16547         * gnus-nocem.el (gnus-nocem-scan-groups):
16548         * gnus-int.el (gnus-start-news-server):
16549         * gnus-group.el (gnus-group-make-kiboze-group)
16550         (gnus-group-browse-foreign-server):
16551         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16552         Use mapc when appropriate.
16553
16554 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16555
16556         FIXME: Make separate entries for each person.
16557
16558         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16559         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16560         <shields@msrl.com>:
16561
16562         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16563         may need for spam sorting and scoring.
16564         (spam-user-format-function-S): Add user format function suitable for
16565         general use.
16566         (spam-article-sort-by-spam-status): Add sorting function for summary
16567         sorting.
16568         (spam-extra-header-to-number): Add function to get a score from a
16569         header.
16570         (spam-summary-score): Add function to get a numeric score from the
16571         headers.
16572         (spam-generic-score): Fix function doc, was in wrong place.
16573         (spam-initialize): Take symbols when it's run, and install the
16574         extra headers that spam-necessary-extra-headers thinks we need.
16575
16576 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16579         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16580
16581 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * gnus-sum.el (gnus-set-global-variables)
16584         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16585         (gnus-article-get-xrefs, gnus-summary-best-group)
16586         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16587         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16588         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16589         Use with-current-buffer.
16590
16591 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16592
16593         * spam.el (spam-summary-prepare-exit): Simplify logic.
16594         (spam-fetch-article-header): Read the article header if it's not
16595         available.
16596         (spam-list-articles): Simplify logic.
16597         (spam-filelist-register-routine): Fix bug with unregister-list.
16598
16599         * gnus-registry.el: Fix comments at beginning.
16600
16601 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16602
16603         * message.el (message-cater-to-broken-inn): Remove.
16604         (message-shorten-references): Make sure the total folded length of
16605         References is shorter than 998 characters to cater to a bug in INN
16606         2.3.  Also, don't pretend that references aren't folded -- this
16607         hasn't worked for a while.
16608
16609 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16610
16611         * gnus-agent.el (gnus-agentize):
16612         gnus-agent-send-mail-real-function no longer set to current value
16613         of message-send-mail-function but rather a lambda that calls
16614         message-send-mail-function.  The change makes the agent real-time
16615         responsive to user changes to message-send-mail-function.
16616
16617 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16618
16619         * legacy-gnus-agent.el
16620         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16621         help from Florian Weimer <fw@deneb.enyo.de>
16622
16623 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * nnmail.el (nnmail-cache-insert): Revert last change.
16626
16627 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * nnmail.el (nnmail-cache-insert): Always check whether
16630         nnmail-cache-ignore-groups matches a group name.
16631
16632 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16635         (spam-find-spam, spam-log-processing-to-registry)
16636         (spam-log-registered-p, spam-log-unregistration-needed-p)
16637         (spam-log-undo-registration): Use gnus-message instead of
16638         gnus-error, none of these errors are fatal.
16639
16640         * gnus-registry.el (gnus-registry-clean-empty-function)
16641         (gnus-registry-clean-empty): Remove only empty entries without
16642         extra data.
16643
16644 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16645
16646         * spam-stat.el (spam-stat-buffer-change-to-spam)
16647         (spam-stat-buffer-change-to-non-spam): Change (error) to
16648         (gnus-message 8) invocation.
16649
16650 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * nntp.el (nntp-via-netcat-command): New variable.
16653         (nntp-via-netcat-switches): New variable.
16654         (nntp-open-via-rlogin-and-netcat): New function.
16655         (nntp-open-connection-function): Doc fix.
16656         (nntp-telnet-command): Doc fix.
16657         (nntp-end-of-line): Doc fix.
16658         (nntp-via-rlogin-command): Doc fix.
16659         (nntp-via-user-name): Doc fix.
16660         (nntp-via-address): Doc fix.
16661
16662 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16665         error in Emacs 21.1.
16666
16667 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16670
16671 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16672
16673         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16674         (gnus-agent-with-refreshed-group): New macro.
16675         (gnus-agent-rename-group): New function.
16676         (gnus-agent-delete-group): New function.
16677         (gnus-agent-save-group-info): Use gnus-command-method when
16678         `method' parameter is nil.  Don't write nil entries into the
16679         active file.
16680         (gnus-agent-get-group-info): New function.
16681         (gnus-agent-fetch-articles): Use
16682         gnus-agent-update-files-total-fetched-for to increment disk space
16683         used.
16684         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16685         gnus-agent-update-view-total-fetched-for to increment disk space
16686         used.
16687         (gnus-agent-get-local): Added optional parameters to avoid calling
16688         gnus-group-real-name and gnus-find-method-for-group.
16689         (gnus-agent-set-local): Delete stored entry if either min, or max,
16690         are nil.
16691         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16692         quit, use gnus-agent-regenerate-group to record existance of any
16693         articles fetched to disk before the quit occurred.
16694         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16695         gnus-agent-update-view-total-fetched-for, and
16696         gnus-agent-update-files-total-fetched-for to decrement disk space
16697         used.
16698         (gnus-agent-retrieve-headers): Use
16699         gnus-agent-update-view-total-fetched-for to increment disk space
16700         used.
16701         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16702         with gnus-agent-update-files-total-fetched-for to decrement disk
16703         space and fresh group buffer.
16704         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16705         (gnus-agent-need-update-total-fetched-for): New variable.
16706         (gnus-agent-update-files-total-fetched-for): New function.
16707         (gnus-agent-update-view-total-fetched-for): New function.
16708         (gnus-agent-total-fetched-for): New function.
16709
16710         * gnus-cache.el (gnus-cache-save-buffers): Use
16711         gnus-cache-update-overview-total-fetched-for to change disk space
16712         used by this group.
16713         (gnus-cache-possibly-enter-article): Use
16714         gnus-cache-update-file-total-fetched-for to increment disk space
16715         used by this group.
16716         (gnus-cache-possibly-remove-article): Use
16717         gnus-cache-update-file-total-fetched-for to decrement disk space
16718         used by this group.
16719         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16720         (gnus-cache-rename-group): New function.
16721         (gnus-cache-delete-group): New function.
16722         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16723         (gnus-cache-need-update-total-fetched-for): New variable.
16724         (gnus-cache-with-refreshed-group): New macro.
16725         (gnus-cache-update-file-total-fetched-for): New function.
16726         (gnus-cache-update-overview-total-fetched-for): New function.
16727         (gnus-cache-rename-group-total-fetched-for): New function.
16728         (gnus-cache-delete-group-total-fetched-for): New function.
16729         (gnus-cache-total-fetched-for): New function.
16730
16731         * gnus-group.el: Require gnus-sum and autoload functions to
16732         resolve warnings when gnus-group.el compiled alone.
16733         (gnus-group-line-format): Documented new %F.
16734         (size of Fetched data) group line format; identifies disk space
16735         used by agent and cache.
16736         (gnus-group-line-format-alist): Defined new F format.
16737         (gnus-total-fetched-for): New function.
16738         (gnus-group-delete-group): No longer update
16739         gnus-cache-active-altered as gnus-request-delete-group now keeps
16740         the cache in sync.
16741         (gnus-group-list-active): Let the agent store a server's active
16742         list if currently plugged.
16743
16744         * gnus-int.el (gnus-request-delete-group):
16745         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16746         local disk in sync with the server.
16747         (gnus-request-rename-group):
16748         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16749         local disk in sync with the server.
16750
16751         * gnus-start.el (gnus-get-unread-articles):
16752         Cosmetic simplification to logic.
16753
16754         * gnus-util.el (gnus-rename-file): New function.
16755
16756 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16757
16758         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16759
16760 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16761
16762         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16763         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16764
16765 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16768         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16769
16770 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16773
16774 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * spam.el (spam-set-difference): Add function to replace
16777         gnus-set-difference in spam.el.
16778         (spam-summary-prepare-exit): Use spam-set-difference.
16779
16780 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * gnus-registry.el (gnus-registry-cache-file): Update to use
16783         gnus-dribble-directory OR gnus-home-directory OR ~.
16784         (gnus-registry-split-fancy-with-parent): Fix doc.
16785
16786 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * message.el (message-exchange-point-and-mark): Use
16789         message-mark-active-p.  Suggested by Jesper Harder
16790         <harder@ifa.au.dk>.
16791
16792 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * message.el (message-exchange-point-and-mark): Don't activate
16795         region if it was inactive.  Suggested by Hiroshi Fujishima
16796         <pooh@nature.tsukuba.ac.jp>.
16797
16798 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-art.el (article-display-face): Display Faces in the same
16801         order as X-Faces.
16802
16803 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16806
16807 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16810         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16811         (gnus-article-mime-hierarchy): Remove.
16812         (gnus-article-mime-hierarchy-next): Remove.
16813         (gnus-article-mode): Revert 2004-03-19 change.
16814         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16815         (gnus-insert-mime-button): Revert 2004-03-19 change.
16816         (gnus-mime-accumulate-hierarchy): Remove.
16817         (gnus-mime-enter-multipart): Remove.
16818         (gnus-mime-leave-multipart): Remove.
16819         (gnus-mime-display-part): Revert 2004-03-19 change.
16820         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16821
16822         * mml.el (mml-preview): Revert 2004-03-19 change.
16823
16824 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16825
16826         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16827
16828 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16831         t while entering a file name using the mm-with-multibyte macro.
16832         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16833
16834         * mm-util.el (mm-with-multibyte): New macro.
16835
16836 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16839         user option.
16840         (gnus-mime-multipart-functions): Doc and customization fix.
16841         (gnus-article-mime-hierarchy): New variable.
16842         (gnus-article-mime-hierarchy-next): New variable.
16843         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16844         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16845         gnus-article-mime-hierarchy-next to nil.
16846         (gnus-insert-mime-button): Show hierarchy numbers.
16847         (gnus-mime-accumulate-hierarchy): New function.
16848         (gnus-mime-enter-multipart): New function.
16849         (gnus-mime-leave-multipart): New function.
16850         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16851         (gnus-mime-display-alternative): Show hierarchy numbers.
16852
16853         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16854         gnus-article-mime-hierarchy-next to nil.
16855
16856 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16857
16858         * dns.el: Don't require gnus-xmas.
16859
16860 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16861
16862         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16863         inline PGP.
16864         (mml-menu): Disable mml-quote-region if mark is inactive.
16865
16866 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16869         when the group's active is not available.
16870
16871 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16874         error.
16875
16876 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * imap.el (imap-store-password): New variable.
16879         (imap-interactive-login): Use it.
16880         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16881
16882 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16885         window-start and hscroll to summary window.
16886
16887 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16888
16889         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16890         conversion message to newsrc-dribble when an actual conversion is
16891         performed.
16892
16893 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16894
16895         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16896
16897 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * mm-decode.el (mm-complicated-handles): New function reviving
16900         former definition of mm-multiple-handles.
16901
16902         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16903         (gnus-mime-delete-part): Use it.
16904
16905 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16906
16907         * gnus-agent.el (gnus-agent-read-local): Bind
16908         nnheader-file-coding-system to gnus-agent-file-coding-system to
16909         avoid the implicit assumption that they will always be equal.
16910         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16911         coding-system-for-write, as the with-temp-file macro first prints
16912         to a buffer then saves the buffer.
16913
16914 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-art.el (gnus-article-edit-part): New function.
16917         (gnus-mime-save-part-and-strip): Use it; do query instead of
16918         signaling an error; don't use mm-multiple-handles.
16919         (gnus-mime-delete-part): Ditto.
16920
16921 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16922
16923         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16924         old file versions.
16925         (gnus-group-prepare-hook): Removed function that converted list
16926         form of gnus-agent-expire-days to group properties.
16927
16928         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16929         (gnus-request-accept-article): Re-indented.
16930
16931         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16932         converters to handle old agent file formats.  Added logic for a
16933         "backup before upgrading warning".
16934         (gnus-convert-mark-converter-prompt): Developers can mark
16935         functions as needing (default), or not needing,
16936         gnus-convert-old-newsrc's "backup before upgrading warning".
16937         (gnus-convert-converter-needs-prompt): Tests whether the user
16938         should be protected from potentially irreversable changes by the
16939         function.
16940
16941         * legacy-gnus-agent.el: New.  Provides converters that are only
16942         loaded when gnus-convert-old-newsrc needs to call them.
16943
16944 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * mail-source.el (mail-source-touch-pop): Doc fix.
16947
16948         * message.el (message-smtpmail-send-it): Doc fix.
16949
16950 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16953
16954         * nnmail.el (nnmail-split-fancy): do.
16955
16956         * gnus-kill.el (gnus-kill, gnus-execute): do.
16957
16958 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16959
16960         * gnus-sum.el (gnus-widget-reversible-match)
16961         (gnus-widget-reversible-to-internal)
16962         (gnus-widget-reversible-to-external): New functions.
16963         (gnus-widget-reversible): New widget.
16964         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16965
16966 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16967
16968         * gnus-sum.el (gnus-thread-sort-functions)
16969         (gnus-article-sort-functions): Document `(not F)' items.
16970
16971 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * spam.el (spam-use-gmane-xref): Add new backend.
16974         (spam-gmane-xref-spam-group): Add variable to control the name of the
16975         Gmane spam group.
16976         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16977         (spam-regex-headers-spam, spam-regex-headers-ham)
16978         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16979         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16980         backends and checks.
16981         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16982
16983         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16984         an autodetect method.
16985
16986 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16987
16988         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16989         articles are being added to a group.
16990         (gnus-request-replace-article): Inform the agent that articles
16991         need to be uncached as the cached contents are no longer valid.
16992
16993 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * binhex.el: Don't autoload executable-find.
16996
16997         * canlock.el: Don't autoload mail-fetch-field.
16998
16999         * dgnushack.el: Autoload c-mode for XEmacs.
17000
17001         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17002
17003         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17004         rmail-dont-reply-to and rmail-output.
17005
17006         * gnus-score.el: Don't autoload ffap-string-at-point.
17007
17008         * gnus-setup.el: Don't autoload sc-cite-original.
17009
17010         * imap.el: Don't autoload base64-decode-string,
17011         base64-encode-string and md5.
17012
17013         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17014         and rmail-msg-restore-non-pruned-header.
17015
17016         * mm-decode.el: Don't autoload executable-find.
17017
17018         * mm-url.el: Don't autoload executable-find.
17019
17020         * mm-view.el: Don't autoload diff-mode.
17021
17022         * nndb.el: Don't autoload news-reply-mode, news-setup,
17023         cancel-timer and telnet.
17024
17025         * password.el: Don't autoload run-at-time for Emacs.
17026
17027         * sha1-el.el: Don't autoload executable-find.
17028
17029         * sieve-mode.el: Don't autoload c-mode.
17030
17031         * uudecode.el: Don't autoload executable-find.
17032
17033 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17034
17035         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17036         (gnus-agent-possibly-alter-active): Avoid null in numeric
17037         comparison.
17038         (gnus-agent-set-local): Refuse to save null in local object table.
17039         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17040         list of articles that will be marked as unread.
17041
17042 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17045
17046 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17049         language tags.
17050
17051 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17052
17053         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17054         Don't bind "obarray".
17055
17056         * gnus-sum.el (gnus-thread-sort-functions): Added
17057         `gnus-thread-sort-by-most-recent-number' and
17058         `gnus-thread-sort-by-most-recent-date'.
17059         Reported by Kai Grossjohann <kai@emptydomain.de>.
17060
17061 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17064
17065 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17066
17067         * gnus-cus.el (gnus-agent-customize-category): Removed
17068         ignore-errors macro reference that required cl to be loaded at
17069         run-time.
17070
17071         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17072         single-interval range of the form (min . max).  Previously the
17073         range had to look like ((min . max)).  Likewise, return
17074         (min . max) rather than ((min . max)).
17075         (gnus-range-map): Use gnus-range-normalize to accept
17076         single-interval range.
17077
17078         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17079         the cache, but not the agent, now appear with their usual face.
17080
17081         * dgnushack.el (loaddir): New variable that is bound to the
17082         directory containing the dgnushack.el file. Use loaddir, rather
17083         than srcdir, to update load-path. Change lets dgnushack compile
17084         code in directories other than GNUS/lisp.
17085
17086 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * lpath.el: Don't bind w3m-safe-url-regexp.
17089
17090         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17091         w3m-safe-url-regexp variable buffer-local.
17092
17093         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17094
17095 2004-02-27  Simon Josefsson  <jas@extundo.com>
17096
17097         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17098         gnus-group-real-prefix.
17099         (gnus-summary-move-article): Use it, instead of
17100         gnus-group-real-prefix.
17101
17102 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * lpath.el: Bind w3m-safe-url-regexp.
17105
17106         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17107         w3m-safe-url-regexp variable buffer-local and set it as the value
17108         of mm-w3m-safe-url-regexp.
17109
17110         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17111
17112         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17113         parsing gnus-posting-styles when the message is not for replying.
17114
17115         * dgnushack.el: Autoload sgml-mode for XEmacs.
17116
17117         * nnrss.el (nnrss-opml-export): Use
17118         mm-set-buffer-file-coding-system instead of
17119         set-buffer-file-coding-system.
17120
17121 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17124         of checkdoc.el).
17125         * nnrss.el: do.
17126         * gnus-mlspl.el: do.
17127         * gnus-ml.el: do.
17128         * gnus-srvr.el: do.
17129
17130         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17131
17132 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17133
17134         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17135         Corrections to custom-manual links.
17136
17137         * gnus-art.el (gnus-article): Ditto.
17138
17139         * mm-decode.el (mime-display, mime-security): Ditto.
17140
17141 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17142
17143         * flow-fill.el: Typo.
17144
17145 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17146
17147         * spam-wash.el: New file.
17148
17149 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17150
17151         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17152
17153 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17154
17155         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17156         to be run with new-articles as LIST1, not LIST2.
17157         (spam-registration-functions): Add spam-use-ham-copy as a nil
17158         registration backend.
17159
17160 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17161
17162         * spam-stat.el (spam-stat-washing-hook): New option.
17163         (spam-stat-buffer-words): Use it.
17164         (spam-stat-process-directory, spam-stat-test-directory): Use
17165         insert-file-contents-literally.
17166         (spam-stat-coding-system): New variable.
17167         (spam-stat-load, spam-stat-save): Use it.
17168
17169 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * spam-report.el (spam-report-plug-agent): Quote
17172         spam-report-url-to-file and spam-report-url-ping-plain.
17173
17174 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17177         / in mailto URLs.
17178
17179 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * spam-report.el (spam-report-process-queue): Fix interactive use.
17182         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17183         (spam-report-unplug-agent): Doc fixes.
17184         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17185         (spam-report-agentize, spam-report-deagentize): Autoload.
17186
17187 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17190
17191         * message.el (message-setup-fill-variables): Add mml tags to
17192         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17193         <ajk@iu.edu>.
17194         (message-mode): Don't modify paragraph-separate there.
17195
17196 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * compface.el (uncompface-use-external): Default to undecided.
17199         (uncompface-use-external-threshold): New variable.
17200         (uncompface-float-time): New macro.
17201         (uncompface): Determine whether to use the external decoder if
17202         uncompface-use-external is undecided.
17203
17204 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17205
17206         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17207         after images.
17208
17209         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17210
17211 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17214
17215         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17216
17217         * gnus-sum.el (gnus-summary-limit-to-age)
17218         (gnus-summary-limit-children): do.
17219
17220         * gnus-int.el (gnus-request-scan): do.
17221
17222         * gnus-group.el (gnus-group-suspend): do.
17223
17224         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17225
17226         * gnus-cite.el (gnus-cite-parse-attributions): do.
17227
17228         * gnus-agent.el (gnus-summary-set-agent-mark)
17229         (gnus-agent-regenerate-group): do.
17230
17231         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17232
17233         * binhex.el (binhex-decode-region-internal): do.
17234
17235 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-fun.el (gnus-face-properties-alist): New user option.
17238         (gnus-display-x-face-in-from): Use it.
17239
17240         * gnus-art.el (article-display-face): Ditto.
17241
17242         * compface.el (uncompface-use-external): Default to nil.
17243
17244 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17245
17246         * nntp.el (nntp-erase-buffer): New function.
17247         (nntp-retrieve-data, nntp-send-command)
17248         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17249         (nntp-possibly-change-group): Use it.
17250
17251         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17252         with-current-buffer.
17253
17254 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17255
17256         * compface.el: Merge the ELisp-based uncompface program.
17257         (compface): New customization group.
17258         (uncompface-use-external): New user option.
17259         (uncompface): Call uncompface-internal if uncompface-use-external
17260         is nil.
17261         (uncompface-internal): New function.  Note that there are also
17262         some other functions and variables added for this function.
17263
17264 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17265
17266         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17267         if necessary.
17268
17269 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17270
17271         * spam-report.el (spam-report-unplug-agent)
17272         (spam-report-plug-agent, spam-report-deagentize)
17273         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17274         Add support for the Agent in spam-report: when unplugged, report to a
17275         file; when plugged, submit all the requests.
17276
17277         * spam.el (spam-register-routine): Fix message about
17278         registration.
17279
17280 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17281
17282         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17283         dependencies.
17284         (rfc2047-encode): Use it.
17285
17286         * gnus-art.el (gnus-button-marker-list): Move before first
17287         reference.
17288
17289         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17290         (imap-parse-body): Fix format string mismatch.
17291
17292         * gnus-score.el (gnus-summary-increase-score): do.
17293
17294         * nnrss.el (nnrss-close): New function.
17295
17296 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * nnrss.el (nnrss-make-filename): New function.
17299         (nnrss-request-delete-group, nnrss-read-server-data)
17300         (nnrss-save-server-data, nnrss-read-group-data)
17301         (nnrss-save-group-data): Use it.
17302         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17303         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17304         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17305
17306 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17307
17308         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17309
17310 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17313         files.
17314
17315         * message.el (message-generate-headers-first): Don't quote nil
17316         and t in docstrings.
17317
17318         * imap.el (imap-id): do.
17319
17320         * gnus-agent.el (gnus-agent-consider-all-articles)
17321         (gnus-agent-queue-mail): do.
17322
17323 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * spam-report.el (spam-report-process-queue): New function.
17326         Process requests from `spam-report-requests-file'.
17327         (spam-report-process-queue): Doc fix.
17328
17329 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * spam.el (spam-register-routine)
17332         (spam-log-processing-to-registry, spam-log-registered-p)
17333         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17334         Change "check" to "spam-check" for semi-clarity.
17335
17336 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17337
17338         * pop3.el: Require nnheader.
17339
17340         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17341
17342         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17343
17344         * gnus-picon.el: Require cl.
17345
17346         * gnus-fun.el: Require gnus-ems and gnus-util.
17347
17348         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17349
17350         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17351
17352         * gnus-art.el (gnus-article-edit-mode): Define before first
17353         reference.
17354
17355 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17358         (gnus-uu-post-encoded): Use point-at-bol.
17359
17360         * gnus-topic.el (gnus-group-active-topic-p): do.
17361
17362         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17363
17364         * gnus-group.el (gnus-group-kill-region): do.
17365
17366         * gnus-art.el (article-date-ut): do.
17367
17368         * message.el (message-fetch-field): Remove redundant
17369         case-fold-search binding.
17370         (message-narrow-to-field): Simplify.
17371
17372 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17373
17374         * spam.el (spam-directory): Derive from `gnus-directory'.
17375
17376         * spam-report.el (spam-report-url-to-file)
17377         (spam-report-requests-file): New function and variable for offline
17378         reporting.
17379         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17380         and user defined function.
17381         (spam-report-url-ping-mm-url): Remove doubled slash.
17382
17383 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17386
17387 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17390         format string mismatch.
17391
17392         * sieve.el (sieve-deactivate-all): do.
17393
17394         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17395
17396         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17397
17398         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17399
17400         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17401
17402 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17403
17404         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17405         the list of checks.
17406
17407 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17408
17409         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17410         padding.
17411
17412 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17413
17414         * mm-view.el (mm-fill-flowed): New variable.
17415         (mm-inline-text): Use it.
17416
17417 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * spam.el (spam-spamassassin-register-ham-routine)
17420         (spam-spamassassin-register-spam-routine): Fix function names.
17421
17422 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus.el (gnus-tmp-grouplens): Remove.
17425         (gnus-summary-line-format): Remove grouplens.
17426
17427         * gnus-group.el (gnus-group-line-format): Ditto.
17428
17429         * gnus-spec.el (gnus-format-specs): Ditto.
17430         (gnus-update-format-specifications): Flush the group format spec
17431         cache if there's the grouplens stuff.
17432         (gnus-parse-simple-format): Replace %l with the empty string.
17433
17434 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17435
17436         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17437         omission.
17438
17439 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17442         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17443
17444 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17445
17446         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17447         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17448         New macros and functions.
17449         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17450         Handle > NLINK_MAX messages.
17451         * nnmaildir.el (nnmaildir-request-set-mark): Use
17452         nnmaildir--emlink-p and nnmaildir--eexist-p.
17453
17454 2004-01-25  Alex Schroeder  <alex@gnu.org>
17455
17456         * spam-stat.el (spam-stat-process-directory-age): New option.
17457         (spam-stat-process-directory): Use it.
17458
17459 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17460
17461         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17462         (spam-stat-save): Accept prefix argument.
17463
17464 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17465
17466         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17467         links" error.
17468
17469 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17472         the rest of the and/or forms.
17473
17474 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17475
17476         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17477         compatibility with old .newsrc.eld files.
17478
17479         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17480
17481         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17482
17483         * gnus-start.el (gnus-1): do.
17484
17485         * gnus-group.el (gnus-group-line-format-alist): do.
17486
17487         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17488
17489         * gnus-gl.el: Remove.
17490
17491 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17492
17493         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17494         marks consisting of a single range {for example, (3 . 5)} rather
17495         than a list of a single range { ((3 . 5)) }.
17496
17497 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17498
17499         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17500         with-current-buffer.
17501         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17502         avoid consing a string.
17503
17504         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17505         Remove obsolete entries for big5 and gb2312.
17506
17507 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17508
17509         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17510         uncompressed list.
17511
17512 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17513
17514         * spam-stat.el (spam-stat-strip-xref): New function.
17515         (spam-stat-process-directory): Use it.
17516
17517         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17518         here -- it's done in message-fetch-field.
17519
17520 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17521
17522         * gnus-agent.el (gnus-agent-queue-mail)
17523         (gnus-agent-prompt-send-queue): New variables.
17524         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17525         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17526         "nndraft:queue" along to gnus-draft-send.  Use
17527         gnus-agent-prompt-send-queue.
17528         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17529         is "nndraft:queue".  Suggested by Gaute Strokkenes
17530         <gs234@srcf.ucam.org>
17531
17532         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17533         (agent-enable-undownloaded-faces): Added.
17534         (gnus-agent-cat-groups): Use eval-and-compile, not
17535         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17536         method of gnus-agent-cat-groups even when the buffer has been
17537         evaled.
17538         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17539         delete gnus-agent-save-active-1.
17540         (gnus-agent-save-groups): Deleted.  Identical to
17541         gnus-agent-save-active.
17542         (gnus-agent-write-active): No longer adjust agent's copy of active
17543         file as agent's adjustments are now stored in their own
17544         file.  Removed optional parameter.
17545         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17546         servers.  Add use of min/max range limits from server's local
17547         file.
17548         (gnus-agent-save-alist): Removed unused optional argument.
17549         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17550         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17551         (gnus-agent-set-local): A per-server file that keeps min/max range
17552         limits for articles known to the agent.  Provides a fast mechanism
17553         for altering many active ranges.
17554         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17555         active file (local makes it unnecessary).
17556         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17557
17558         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17559         (agent-enable-undownloaded-faces): Added.
17560
17561         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17562         disable it when sending to "nndraft:queue".
17563         (gnus-group-send-queue): Add safety check to avoid sending queue
17564         when unplugged.
17565
17566         * gnus-group.el (gnus-group-catchup): Use new
17567         gnus-sequence-of-unread-articles, not
17568         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17569         numbers of articles.  Use gnus-range-map to avoid having to
17570         uncompress the unread list.
17571         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17572         Fixed invalid ange-ftp reference.
17573
17574         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17575         (gnus-sorted-range-intersection): Intersection of two ranges
17576         without requiring that they first be uncompressed.
17577
17578         * gnus-start.el (gnus-activate-group): Unless blocked by the
17579         caller, possibly expand the active range to include both cached
17580         and agentized articles.
17581         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17582         multiple version-dependent converters.
17583         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17584         gnus-agent-save-active.
17585         (gnus-save-newsrc-file): Save dirty agent range limits.
17586
17587         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17588         gnus-agent-possibly-alter-active.
17589         (gnus-adjust-marked-articles): Faster handling of simple lists.
17590
17591 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * spam-stat.el (spam-stat-test-directory): New optional argument
17594         displays a list of files detected.  Suggested by Andrew Cohen
17595         <cohen@andy.bu.edu>.
17596         (spam-stat-buffer-words-with-scores): Don't narrow and change
17597         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17598
17599 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17600
17601         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17602         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17603         (spam-spamassassin-arguments)
17604         (spam-spamassassin-spam-flag-header)
17605         (spam-spamassassin-positive-spam-flag-header)
17606         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17607         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17608         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17609         (spam-list-of-processors, spam-list-of-checks)
17610         (spam-list-of-statistical-checks, spam-registration-functions)
17611         (spam-check-spamassassin-headers, spam-check-spamassassin)
17612         (spam-spamassassin-score)
17613         (spam-spamassassin-register-with-sa-learn)
17614         (spam-spamassassin-register-spam-routine)
17615         (spam-spamassassin-register-ham-routine)
17616         (spam-assassin-register-spam-routine)
17617         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17618         (spam-bogofilter-score): Fix to show article before scoring.
17619
17620 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17621
17622         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17623         default scoring function.
17624         (spam-generic-score): Call spam-spamassassin-score if
17625         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17626         spam-bogofilter-score otherwise.
17627
17628         * gnus.el (spam-process, spam-autodetect-methods): Add
17629         spamassassin and spamassassin-headers.
17630
17631 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17632
17633         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17634         Suppress unnecessary messages.
17635
17636 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17639         make-hash-table.
17640
17641 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * canlock.el (base64-encode-string): Don't autoload it.
17644
17645 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * run-at-time.el: Remove useless (require 'itimer),
17648         eval-and-compile and (featurep 'xemacs).
17649
17650 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17653         GROUP is a virtual group.
17654
17655 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17656
17657         * gnus.el: Autoload `message-y-or-n-p'.
17658
17659 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * pgg-parse.el: Remove unnecessary (require 'custom).
17662
17663         * pgg-def.el: do.
17664
17665         * nnmail.el: do.
17666
17667         * gnus-undo.el: do.
17668
17669         * gnus-picon.el: do.
17670
17671         * gnus-util.el: do.
17672
17673 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17676
17677 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17680         handle, as well as a list.
17681
17682         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17683         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17684         (mm-w3m-cid-retrieve): Simplify.
17685
17686 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17687
17688         * message.el (message-kill-to-signature): Allow prefix arg to
17689         specify number of lines to keep before signature.
17690
17691 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17692
17693         * message.el (message-kill-to-signature): Change docstring.
17694
17695 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * canlock.el: Always require sha1-el.
17698         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17699
17700         * message.el: Autoload sha1 only when compiling.
17701
17702         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17703         eudc-expand-inline for XEmacs.
17704
17705 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * message.el (message-canlock-generate): Require sha1-el.
17708
17709 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * message.el (message-expand-name): Silence the byte compiler.
17712
17713         * lpath.el: Add detect-coding-system.
17714
17715         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17716         cus-edit.
17717
17718 2004-01-13  Simon Josefsson  <jas@extundo.com>
17719
17720         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17721         Invoke gnus-score-mode.  Reported by
17722         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17723
17724         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17725         Jim Blandy <jimb@redhat.com> (tiny change).
17726
17727 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17730
17731 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17732
17733         * spam.el (spam-get-article-as-string): Update to use
17734         gnus-request-article-this-buffer, much simpler.
17735         (spam-get-article-as-buffer): Remove.
17736
17737 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17738
17739         * message.el (message-expand-name): Use EUDC if the user uses that.
17740
17741 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17742
17743         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17744         character for the encoding to avoid consing a string.
17745
17746         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17747         unnecessarily.
17748
17749         * mm-util.el (mm-replace-chars-in-string): Remove.
17750
17751         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17752         of mm-replace-chars-in-string.
17753
17754 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17757
17758         * mm-util.el (mm-subst-char-in-string): Support inplace.
17759
17760         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17761         a new string in every iteration.  Use shy groups.
17762
17763 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17764
17765         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17766         * gnus-soup.el (gnus-soup-group-brew):
17767         * gnus-msg.el (gnus-put-message):
17768         * gnus-move.el (gnus-group-move-group-to-server):
17769         * gnus-kill.el (gnus-batch-score):
17770         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17771         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17772         (gnus-group-update-group, gnus-group-read-group)
17773         (gnus-group-make-group, gnus-group-make-help-group)
17774         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17775         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17776         (gnus-group-sort-by-unread, gnus-group-catchup)
17777         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17778         (gnus-group-yank-group, gnus-group-set-info)
17779         (gnus-group-list-groups):
17780         * gnus.el (gnus-generate-new-group-name):
17781         * gnus-delay.el (gnus-delay-send-queue):
17782         * nnvirtual.el (nnvirtual-catchup-group):
17783         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17784         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17785         (gnus-group-prepare-topics, gnus-topic-check-topology):
17786         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17787         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17788         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17789         (gnus-group-make-articles-read):
17790         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17791         (gnus-group-change-level, gnus-kill-newsgroup)
17792         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17793         (gnus-get-unread-articles, gnus-make-articles-unread)
17794         (gnus-make-ascending-articles-unread): Use accessor
17795         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17796         to get group information for improved readability.
17797
17798
17799 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17800
17801         * gnus-art.el (article-decode-mime-words, article-babel)
17802         (gnus-article-highlight-signature, gnus-article-add-buttons)
17803         (gnus-signature-toggle): Use gnus-with-article-buffer.
17804
17805         * gnus-art.el (gnus-article-highlight-headers)
17806         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17807
17808         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17809         (gnus-article-set-globals, gnus-request-article-this-buffer)
17810         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17811         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17812         (gnus-mime-display-alternative): Use with-current-buffer.
17813
17814 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17815
17816         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17817         also under 80 char limit, and call gnus-error if needed.
17818         (spam-fetch-article-header): Fix - it was a
17819         buffer-local variable (gnus-newsgroup-data).
17820         (spam-find-spam): Use spam-generate-fake-headers, forget about
17821         spam-insert-fake-headers.
17822         (spam-insert-fake-headers): Remove.
17823
17824 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * deuglify.el (gnus-article-outlook-unwrap-lines)
17827         (gnus-outlook-rearrange-article)
17828         (gnus-outlook-repair-attribution-outlook)
17829         (gnus-outlook-repair-attribution-block)
17830         (gnus-outlook-repair-attribution-other): Remove redundant
17831         save-excursion.
17832
17833 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17836         (spam-fetch-field-subject-fast)
17837         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17838         (spam-fetch-article-header): Add functions to deal with Gnus
17839         internals for fast retrieval of article header data.
17840         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17841
17842 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17843
17844         * pop3.el (pop3-md5): Remove.
17845         (pop3-apop): Replace pop3-md5 with md5.
17846
17847         * mm-bodies.el: base64 is always built-in.
17848
17849         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17850         with-current-buffer.
17851
17852 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * canlock.el (canlock-insert-header): Remove excessive grouping in
17855         regexp.
17856
17857         * gnus-sum.el (gnus-summary-read-document): Ditto.
17858
17859         * gnus-uu.el (gnus-uu-part-number): Ditto.
17860
17861         * html2text.el (html2text-remove-tags): Ditto.
17862         (html2text-format-tags): Ditto.
17863         (html2text-format-single-elements): Ditto.
17864
17865         * mml.el (mml-parse-1): Ditto.
17866
17867 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17870
17871         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17872
17873         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17874
17875         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17876
17877 2003-11-15  Simon Josefsson  <jas@extundo.com>
17878
17879         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17880         (pgg-gpg-lookup-key): Use regexp match instead of
17881         split-string (split-string is different between emacs 21.2 and
17882         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17883
17884 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17885
17886         * gnus-art.el (gnus-mime-view-all-parts)
17887         (gnus-article-part-wrapper, gnus-article-view-part): Use
17888         with-current-buffer.
17889
17890 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17891
17892         * spam.el (spam-disable-spam-split-during-ham-respool)
17893         (spam-spamoracle-database, spam-cache-lookups)
17894         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17895         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17896         (spam-group-ham-marks, spam-group-spam-marks)
17897         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17898         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17899         also add spam-use-blackholes to the statistical checks.
17900         (spam-fetch-field-fast): Add interface to fetching fields, may
17901         become a macro.
17902         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17903         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17904         (spam-insert-fake-headers): Fake an article when needed.
17905         (spam-find-spam): Fake article when possible.
17906         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17907         (spam-check-bogofilter-headers): Use message-fetch-field instead
17908         of nnmail-fetch-field.
17909
17910 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17911
17912         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17913
17914 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el (spam-split): Do not require spam-use-CHECK to be
17917         enabled if that check is passed to spam-split explicitly; also
17918         fix so 'spam doesn't get converted to spam-split-group when
17919         spam-split-symbolic-return is t.
17920         (spam-find-spam): Find registrations of the article and use those
17921         instead of re-running spam-split to find the spam/ham
17922         classification of the article.
17923         (spam-log-processing-to-registry, spam-log-registered-p)
17924         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17925         Use gnus-error instead of gnus-message.
17926         (spam-log-registration-type): Add function to determine the
17927         classification of a message based on registry entries; will
17928         return nil if both 'spam and 'ham are found.
17929         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17930         a reasonably fast local cache without the loading errors.
17931         (spam-cache-lookups): Set to t by default.
17932         (spam-find-spam): Don't try to guess spam-cache-lookups.
17933         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17934         spam-caches entry.
17935         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17936         caching of whitelist/blacklist entries.
17937         (spam-check-whitelist, spam-check-blacklist): Invoke
17938         spam-from-listed-p with a type, not a cache variable.
17939         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17940
17941 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17942
17943         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17944
17945         * nnmail.el (nnmail-split-fancy): do.
17946
17947         * mml.el (mml-parse): do.
17948
17949         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17950         (gnus-score-adaptive): do.
17951
17952 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17955         (gnus-mime-button-map): Don't set keymap parent.
17956         (gnus-button-ctan-directory-regexp): Use shy grouping.
17957         (gnus-prev-page-map): Don't set keymap parent.
17958         (gnus-prev-page-map): Remove duplicated one.
17959         (gnus-next-page-map): Don't set keymap parent.
17960         (gnus-mime-security-button-map): Ditto.
17961
17962         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17963         version number.
17964
17965         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17966
17967 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * canlock.el (canlock-sha1-function): Remove.
17970         (canlock-sha1-function-for-verify): Remove.
17971         (canlock-openssl-program): Remove.
17972         (canlock-openssl-args): Remove.
17973         (canlock-ignore-errors): Remove.
17974         (canlock-sha1-with-openssl): Remove.
17975         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17976         (canlock-verify): Don't use canlock-ignore-errors.
17977
17978         * sha1-el.el (sha1-string-external): Make it can return a string
17979         in binary form.
17980         (sha1-region-external): Ditto.
17981         (sha1-string-internal): Ditto.
17982         (sha1-region-internal): Ditto.
17983         (sha1-region): Ditto.
17984         (sha1-string): Ditto.
17985         (sha1): Ditto.
17986
17987 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17988
17989         * spam.el (spam-report-articles-gmane): New command.
17990
17991 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17994
17995         * run-at-time.el (run-at-time-saved): Remove.
17996         (run-at-time): Doc fix.
17997
17998 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17999
18000         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18001         (gnus-summary-limit-map): Add it.
18002         (gnus-summary-make-menu-bar): do.
18003
18004 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18005
18006         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18007         Make attempt at some caching support (done for BBDB only now).
18008         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18009         addresses to be checked.
18010         (spam-clear-cache-BBDB): Add function, to be invoked by
18011         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18012         (spam-check-BBDB): Check and use the caches, if
18013         spam-cache-lookups is on, remove superfluous (provide).
18014
18015 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18018
18019 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18020
18021         * run-at-time.el (run-at-time-saved): Move to after the definition
18022         of `run-at-time'.
18023
18024         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18025
18026 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18029         mm-w3m-local-map-property.
18030
18031         * mm-view.el (mm-w3m-mode-map): Remove.
18032         (mm-w3m-local-map-property): Remove.
18033         (mm-inline-text-html-render-with-w3m): Don't use
18034         mm-w3m-local-map-property.
18035
18036 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18037
18038         * run-at-time.el: New file.
18039
18040         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18041         under Emacs.
18042
18043         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18044         of gnus-set-text-properties.
18045
18046         * gnus-uu.el (gnus-uu-save-article): Ditto.
18047
18048         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18049
18050         * gnus-cite.el (gnus-cite-parse): Ditto.
18051
18052         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18053         of gnus-.
18054
18055         * gnus-xmas.el (run-at-time): Require run-at-time.
18056
18057         * gnus.el: Changed calls to nnheader-run-at-time and
18058         password-run-at-time throughout to use run-at-time directly.
18059
18060         * password.el: Removed definition of run-at-time.
18061
18062         * nnheaderxm.el: Remove definition of run-at-time.
18063
18064 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18065
18066         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18067         in prompt.
18068
18069 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18070
18071         * messagexmas.el (message-xmas-redefine): Alias
18072         `message-make-caesar-translation-table' to
18073         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18074         version.
18075
18076         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18077         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18078         `gnus-xmas-set-text-properties'.
18079         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18080         `gnus-xmas-completing-read'.
18081         (gnus-xmas-completing-read): Removed.
18082         (gnus-xmas-open-network-stream): Removed.
18083
18084         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18085         XEmacs version.
18086
18087         * dns.el (dns-make-network-process): Use `open-network-stream'
18088         instead of `gnus-xmas-open-network-stream'.
18089
18090         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18091
18092         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18093
18094 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18095
18096         * gnus-art.el (gnus-mime-display-alternative)
18097         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18098         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18099         Don't use gnus-local-map-property.
18100
18101         * gnus-util.el (gnus-local-map-property): Remove.
18102
18103         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18104         gnus-completing-read-maybe-default with completing-read.
18105
18106         * gnus-util.el (gnus-completing-read): do.
18107         (gnus-completing-read-maybe-default): Remove.
18108
18109 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18110
18111         * password.el: Only autoload `run-at-time' if not XEmacs.
18112         Only autoload the itimer functions if XEmacs.
18113
18114 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18117         XEmacsen.
18118
18119         * dgnushack.el: Autoload executable-find for XEmacs.
18120
18121 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * gnus-art.el (gnus-read-string): Remove.
18124         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18125         read-string.
18126
18127 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18128
18129         * netrc.el: Autoload password-read.
18130         (netrc): Add configuration group.
18131         (netrc-encoding-method, netrc-openssl-path): Add
18132         variables for encoding and decoding of files with symmetric
18133         ciphers.
18134         (netrc-encode): Add assistant function to encode a file with
18135         netrc-encoding-method.
18136         (netrc-parse): Add interactive parameter, added optional
18137         decoding if netrc-encoding-method is non-nil but otherwise
18138         behavior is standard.
18139         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18140         Do s/encode/encrypt/ everywhere.
18141
18142         * spam.el: Remove executable-find autoload.
18143
18144 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18145
18146         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18147
18148         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18149
18150 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * gnus-art.el (gnus-treat-ansi-sequences)
18153         (article-treat-ansi-sequences): New variable and function.
18154         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18155
18156         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18157         Use it.
18158
18159 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18160
18161         * mm-util.el (mm-quote-arg): Remove.
18162
18163         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18164         shell-quote-argument.
18165
18166         * gnus-uu.el (gnus-uu-command): do.
18167
18168         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18169
18170         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18171         with make-char.
18172
18173         * mm-util.el (mm-make-char): Remove.
18174
18175         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18176         add-minor-mode.
18177
18178         * gnus-undo.el (gnus-undo-mode): do.
18179
18180         * gnus-topic.el (gnus-topic-mode): do.
18181
18182         * gnus-sum.el (gnus-dead-summary-mode): do.
18183
18184         * gnus-start.el (gnus-slave-mode): do.
18185
18186         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18187
18188         * gnus-ml.el (gnus-mailing-list-mode): do.
18189
18190         * gnus-gl.el (gnus-grouplens-mode): do.
18191
18192         * gnus-draft.el (gnus-draft-mode): do.
18193
18194         * gnus-dired.el (gnus-dired-mode): do.
18195
18196         * gnus-ems.el (gnus-add-minor-mode): Remove.
18197
18198         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18199         Replace gnus-char-width with char-width.
18200
18201         * gnus-ems.el (gnus-char-width): Remove.
18202
18203         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18204         Replace gnus-char-width with char-width.
18205
18206         * gnus-ems.el (gnus-char-width): Remove.
18207
18208         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18209         definition.
18210         Remove Emacs 20 hash table compatibility code.
18211
18212         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18213         20 compatibility code.
18214
18215         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18216
18217         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18218
18219         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18220         with point-at-{eol,bol}.
18221
18222         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18223
18224         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18225
18226         * flow-fill.el (fill-flowed-point-at-bol)
18227         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18228
18229         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18230         Replace with point-at-{eol,bol} throughout all files.
18231
18232 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * ntlm.el (ntlm-string-as-unibyte): New macro.
18235         (ntlm-build-auth-response): Use it.
18236
18237         Remove Emacs 20 stuff:
18238         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18239         (butlast, mapc, remove): Remove the compiler macros.
18240         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18241         of delq and copy-sequence.
18242         * gnus-art.el (popup-menu): Remove the compiler macro.
18243         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18244         Emacs 20.
18245
18246 2004-01-05  Simon Josefsson  <jas@extundo.com>
18247
18248         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18249         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18250         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18251         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18252         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18253         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18254         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18255         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18256         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18257         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18258         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18259         string-xor into ntlm-string-xor.  Suggested by
18260         Jesper Harder <harder@myrealbox.com>.
18261
18262         * ntlm.el: Don't include poem.
18263
18264         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18265         Jesper Harder <harder@myrealbox.com>.
18266
18267         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18268
18269         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18270         probably breaks emacs with DL patch, but do we care? Is anyone
18271         still using the DL stuff?)
18272
18273         * sieve-manage.el: Use the password package.
18274         (sieve-manage-read-passwd): Remove.
18275         (sieve-manage-interactive-login): Use password.  Re-add
18276         condition-case around loop.
18277
18278         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18279         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18280         the password package.
18281
18282 2003-02-19  Simon Josefsson  <jas@extundo.com>
18283
18284         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18285         token.
18286
18287 2002-08-07  Simon Josefsson  <jas@extundo.com>
18288
18289         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18290         (sieve-manage-authenticators):
18291         (sieve-manage-authenticator-alist): Add some SASL mechs.
18292         (sieve-sasl-auth): New function.
18293         (sieve-manage-cram-md5-auth):
18294         (sieve-manage-plain-auth): Rewrite using SASL library.
18295         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18296         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18297         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18298         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18299
18300 2004-01-05  Simon Josefsson  <jas@extundo.com>
18301
18302         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18303         New files.
18304
18305 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306
18307         * gnus-group.el (gnus-no-groups-message): Update.
18308
18309         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18310
18311 2003-11-09  Simon Josefsson  <jas@extundo.com>
18312
18313         * imap.el: Support for ID IMAP extension (RFC 2971).
18314         (imap-local-variables): Add imap-id.
18315         (imap-id): New variable.
18316         (imap-id): New function.
18317         (imap-parse-response): Parse untagged ID response.
18318         * nnimap.el (nnimap-id): New variable.
18319         (nnimap-open-connection): Use it.
18320
18321 2003-12-28  Simon Josefsson  <jas@extundo.com>
18322
18323         * gnus-score.el (gnus-score-edit-all-score): New.
18324         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18325
18326 2004-01-04  Simon Josefsson  <jas@extundo.com>
18327
18328         * password.el: Add.
18329
18330 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18331
18332         * dns.el (dns-query-types): Fix typo.
18333         (dns-query-types): New function.
18334         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18335         PTR and SOA replies, see RFC 1035.
18336
18337 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18340
18341         * Moved to Changelog.2.
18342
18343 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18344
18345         * gnus.el (gnus-version-number): Bump version.
18346
18347 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18348
18349         * gnus.el: No Gnus v0.1 is released.
18350
18351 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18352
18353         * gnus.el: No Gnus v0.0 is released.
18354
18355 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18356
18357         * gnus.el (gnus-version-number): Bump.
18358         (gnus-version): No.
18359
18360 See ChangeLog.2 for earlier changes.
18361
18362     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18363       Free Software Foundation, Inc.
18364
18365   This file is part of GNU Emacs.
18366
18367   GNU Emacs is free software: you can redistribute it and/or modify
18368   it under the terms of the GNU General Public License as published by
18369   the Free Software Foundation, either version 3 of the License, or
18370   (at your option) any later version.
18371
18372   GNU Emacs is distributed in the hope that it will be useful,
18373   but WITHOUT ANY WARRANTY; without even the implied warranty of
18374   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18375   GNU General Public License for more details.
18376
18377   You should have received a copy of the GNU General Public License
18378   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18379
18380 ;; Local Variables:
18381 ;; coding: utf-8
18382 ;; fill-column: 79
18383 ;; add-log-time-zone-rule: t
18384 ;; End: