Remove gnus-article-wash-function, and use `mm-text-html-renderer'
[gnus] / lisp / ChangeLog
1 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4         `gnus-blocked-images' to be a function.
5         (gnus-article-wash-function): Removed.
6
7 2010-10-20  Julien Danjou  <julien@danjou.info>
8
9         * spam.el (spam-list-of-processors): Mark as obsolete.
10
11         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
12         (nnimap-insert-partial-structure): Fix boundary detection.
13
14 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
15
16         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
17         run file-truename on remote files.  This can be expensive and even
18         prevent one from editing drafts if some unrelated buffer has a stale
19         connection.
20
21 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
24         kinsoku-eol regardless of shr-kinsoku-shorten.
25         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
26         (shr-tag-table): Support caption, thead, and tfoot.
27
28 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
31         lines.
32         (shr-save-contents): New command and keystroke.
33
34         * nndoc.el (nndoc-type-alist): Add git support.
35         (nndoc-git-type-p): New function.
36         (nndoc-transform-git-article): Ditto.
37         (nndoc-transform-git-headers): Ditto.
38         (nndoc-transform-git-headers): Generate Subject headers.
39
40         * shr.el (shr-parse-style): New function.
41         (shr-tag-span): Ditto.
42
43         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
44         to `G G' to avoid collisions.
45
46 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * shr.el: Load kinsoku if necessary.
49         (shr-kinsoku-shorten): New internal variable.
50         (shr-find-fill-point): Make kinsoku shorten text line if
51         shr-kinsoku-shorten is bound to non-nil.
52         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
53         shr-indentation too when testing if table is wider than frame width.
54         (shr-insert-table): Use `string-width' instead of `length' to measure
55         text width.
56         (shr-insert-table-ruler): Make sure indentation is done at bol.
57
58 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
59
60         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
61         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
62         undecoded network data.
63
64 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
67         name in the mode line spec so that the mode line menu works
68         (bug #2431).
69
70         * message.el (message-get-reply-headers): If we're fed `to-address',
71         then always use that.
72
73         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
74         aren't so wide as to need to switch off the edit menu.
75
76         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
77         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
78
79         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
80         `M-g'.
81         (nnimap-update-info): Update flags/read marks even if \* isn't part of
82         the permanent marks.
83
84 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
85
86         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
87         Splitting according to references/in-reply-to obeys the ignore-groups
88         variable, while splitting by sender and subject do not.
89
90 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
93         alist, so that we can look for non-Unicode chars.
94         (article-translate-strings): Allow both character and string maps.
95
96 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * shr.el (shr-insert): Don't insert space behind a wide character
99         categorized as kinsoku-bol, or between characters both categorized as
100         nospace.
101
102 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
103
104         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
105         headers to gnus-newsgroup-headers.
106
107 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * shr.el (shr-tag-img): Don't align images -- since we're not
110         rescaling, this often leads to ugly displays.
111
112 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
113
114         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
115         duplicates.
116
117 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
118
119         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
120         call.
121
122 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus.el: Autoload gnus-html-show-images.
125
126         * nnimap.el: Use nnheader-message throughout.
127
128         * shr.el (shr-tag-img): Ignore images with no data.
129
130 2010-10-15  Julien Danjou  <julien@danjou.info>
131
132         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
133         a possibility to disable format=flow encoding when using hard newlines.
134
135 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * shr.el (shr-insert): Remove space inserted before or after a
138         breakable character or at the beginning or the end of a line.
139         (shr-find-fill-point): Do kinsoku; find the second best point or give
140         it up if there's no breakable point.
141
142 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * nnimap.el (nnimap-open-connection): Message when opening connection
145         for debugging purposes.
146
147         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
148         on every setup buffer call to allow this to change from article to
149         article.
150
151         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
152         buffers where we have a wide table.
153
154 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
155
156         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
157         uses *-request-thread.
158
159 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * nnimap.el (nnimap-open-connection): Remove %s from openssl
162         incantation, which is no longer valid.
163
164 2010-10-14  Julien Danjou  <julien@danjou.info>
165
166         * shr.el: Fix defcustom type (char -> character).
167
168 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnimap.el (nnimap-open-connection): tls-program should be a list of
171         programs.
172
173 2010-10-14  Julien Danjou  <julien@danjou.info>
174
175         * shr.el (shr-tag-a): Use url-link as widget type.
176
177         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
178         `gnus-group-get-icon'.
179
180 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
183         This should make server editing work better.
184
185         * shr.el (shr-find-fill-point): Don't inloop on indented text.
186
187         * tls.el (tls-program): Remove spurious %s from openssl.
188
189         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
190         (nnimap-parse-flags): Fix regexp.
191
192         * shr.el (shr-find-fill-point): Use a filling algorithm that should
193         probably work for CJVK text, too.
194
195         * nnimap.el (nnimap-extend-tls-programs): Removed.
196         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
197
198         * tls.el (tls-starttls-switches): Remove starttls hack.
199         (open-tls-stream): Ditto.
200         (tls-find-starttls-argument): Ditto.
201
202 2010-10-13  Julien Danjou  <julien@danjou.info>
203
204         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
205         responses.
206
207 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
210
211         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
212         anything in Emacs.
213
214         * shr.el (shr-current-column): Remove buggy and unnecessary function.
215
216 2010-10-13  Julien Danjou  <julien@danjou.info>
217
218         * shr.el (shr-width): Make shr-width a defcustom with default to
219         fill-column.
220         (shr-tag-img): Use shr-width rather than fill-column.
221
222 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * dgnushack.el (byte-optimize-apply)
225         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
226
227         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
228         position when (X-)Faces exist.
229         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
230         avatars when called interactively.
231
232 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
235         gnus-article-x-face-too-ugly is bound.
236
237 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
240
241         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
242         mailbox that doesn't exist.
243
244 2010-10-12  Julien Danjou  <julien@danjou.info>
245
246         * shr.el (shr-tag-img): Encode URL properly when retrieving.
247         (shr-get-image-data): Encode URL properly when fetching from cache.
248         (shr-tag-img): Use aligned-to spaces to align correctly images.
249
250         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
251         before inserting the Gravatar.
252
253         * shr.el (shr-tag-img): Add align attribute support for <img>.
254
255 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * gnus-gravatar.el (gnus-art): Required.
258
259         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
261         Remove long obsoleted functions.
262
263 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
266
267         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
268
269         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
270         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
271         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
272         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
273         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
274         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
275         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
276
277 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-request-rename-group): Select group read-only
280         before renaming it.
281
282         * shr.el (shr-insert): Fix up the white space only regexp.
283
284         * nnimap.el (nnimap-transform-split-mail): Not all articles have
285         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
286
287         * shr.el (shr-current-column): New function.
288         (shr-find-fill-point): New function.
289
290 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
291
292         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
293         numbers.
294
295 2010-10-11  Julien Danjou  <julien@danjou.info>
296
297         * shr.el (shr-hr-line): Add.
298         (shr-tag-hr): Use shr-hr-line to specify which character to use to
299         display hr lines.
300         (shr-max-columns): Do not change state to nil if we just inserting
301         spaces.
302
303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-topic.el (gnus-topic-read-group): If after the last group,
306         select the last group.
307
308 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
309
310         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
311
312 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
313
314         * dig.el (dig-mode-map): Declare and define in one step.
315
316 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
319         for Gnus.
320         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
321         (nnimap-update-qresync-info): Mark \Seen articles as read.
322
323         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
324         non-variable, too.
325
326         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
327         available.
328         (nnimap-update-info): Rely more on the current active than the param
329         active to avoid marking articles as read too much.
330
331         * auth-source.el (auth-source-create): Use (user-login-name) for the
332         user name default.
333
334         * nnimap.el (nnimap-update-info): If the server doesn't return any
335         useful info, just use the previous info.
336         (nnimap-update-info): Prefer old info over start-article.
337         (nnimap-update-qresync-info): Finish implementing QRESYNC.
338
339 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
340
341         * nnir.el (autoload): Clean up autoloads.
342         (nnir-imap-default-search-key): Renamed from
343         nnir-imap-search-field. Use key rather than value.
344         (nnir-imap-search-other): New variable.
345         (nnir-read-parm): Use it.
346         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
347         (gnus-summary-nnir-goto-thread): Modify to work with imap.
348
349 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
350
351         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
352         the process, too.
353
354 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
357         Allbery.
358
359         * shr.el: Rework the way things are indented by <li> slightly.
360
361         * gnus.el (gnus-group-set-parameter): Fix typo.
362
363         * nnimap.el: Start implementing QRESYNC support.
364
365 2010-10-09  Julien Danjou  <julien@danjou.info>
366
367         * nnir.el (nnir-engines): Fix too many arguments.
368
369 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
372         group is the "last", so that the backends like nnfolder actually save
373         their folders.
374
375         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
376         try to use that for the tls stream.
377         (nnimap-retrieve-group-data-early): Rework the marks code to heed
378         UIDVALIDITY and find out which groups are read-only and not.
379         (nnimap-get-flags): Use the same marks parsing code as the rest of
380         nnimap.
381
382 2010-10-09  Julien Danjou  <julien@danjou.info>
383
384         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
385
386         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
387         retrieving gravatars.
388
389         * shr.el (shr-table-corner): Add.
390         (shr-table-line): Add.
391         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
392
393 2010-10-08  Julien Danjou  <julien@danjou.info>
394
395         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
396
397 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
398
399         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
400
401         * gnus-sum.el (gnus-mark-article-as-unread)
402         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
403         (gnus-summary-set-bookmark): Use it.
404
405         * gnus-msg.el (gnus-setup-message): Use it.
406
407         * gnus-demon.el (gnus-demon-remove-handler): Use it.
408
409         * gnus.el (gnus-group-remove-parameter): Use it.
410
411         * gnus-group.el (gnus-group-make-web-group): Use it.
412
413         * gnus-demon.el (gnus-demon-remove-handler): Use it.
414
415         * nnregistry.el: Update docs to mention manual.
416
417         * gnus-registry.el: Update docs to mention nnregistry.el.
418         (gnus-registry-initialize): Don't install nnregistry refer method
419         automatically.
420         (gnus-registry-install-nnregistry): Remove it.
421
422 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * shr.el (shr-insert): Don't insert double spaces.
425
426 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-gravatar.el (gnus-treat-from-gravatar)
429         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
430         called interactively.
431
432         * gnus-art.el (gnus-mime-view-part-externally)
433         (gnus-mime-view-part-internally): Make predicate function passed to
434         gnus-mime-view-part-as-type assume argument is a mime type, not a list
435         of a mime type.
436
437         * shr.el (shr-table-widths): Don't use cl function `reduce'.
438
439 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * shr.el (require): Require cl when compiling.
442         (shr-tag-hr): New function.
443
444         * nnimap.el (nnimap-update-info): Remove double setting of high.
445         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
446         makes nnimap work properly on Courier again.
447
448         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
449         the variable for backwards compatability.
450
451         * mm-decode.el (mm-save-part): If given a non-directory result, expand
452         the file name before using to avoid setting mm-default-directory to
453         nil.
454
455         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
456         bidning gnus-agent variables.
457
458         * shr.el (shr-render-td): Use a cache for the table rendering function
459         to avoid getting an exponential rendering behaviour in nested tables.
460         (shr-insert): Rework the line-breaking algorithm.
461         (shr-insert): Don't leave trailing spaces.
462         (shr-insert-table): Also insert empty TDs.
463         (shr-tag-blockquote): Ensure paragraphs after </ul>.
464
465 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
466
467         * gnus-sum.el (gnus-number): Rename from `number'.
468         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
469         (gnus-summary-limit-children): Update uses correspondingly.
470
471 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
474         (gnus-gravatar-transform-address): Don't show avatars of people of
475         which mail addresses match gnus-gravatar-too-ugly.
476
477 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * shr.el (shr-table-widths): Expand TD elements to fill available
480         space.
481
482 2010-10-07  Julien Danjou  <julien@danjou.info>
483
484         * nnimap.el (nnimap-request-rename-group): Add this method.
485
486 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
489         name from XEmacs' function-arglist.
490
491         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
492         gravatar under XEmacs.
493
494 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * auth-source.el: Update docs with TODO items.
497
498         * gnus-sync.el: Update docs to explain state and plans.
499
500         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
501         Hooks for mark updates.
502         (gnus-request-set-mark, gnus-request-update-mark): Use them.
503
504         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
505         hooks with arguments, which is needed for mark update hooks.
506
507 2010-10-06  Julien Danjou  <julien@danjou.info>
508
509         * gnus.el (gnus-expand-group-parameter): Only return and act on what
510         was matched.
511
512         * sieve-manage.el: Update example in `Commentary'.
513
514         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
515
516         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
517         not 2000.
518         (sieve-manage-authenticate): Re-add function.
519
520 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * shr.el (shr-insert): Get 'space transition right.
523         (shr-render-td): Only delete space at the end of the TD.
524
525         * nnimap.el (nnimap-open-connection): Prepare to support
526         open-gnutls-stream.
527
528         * shr.el: Rearrange function order to be more logical.
529
530 2010-10-06  Julien Danjou  <julien@danjou.info>
531
532         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
533         (nnrss-discover-feed): Remove 404 URL in docstring.
534
535         * nnir.el: Fix Swish-E URL.
536         Fix Namazu URL.
537
538         * message.el (message-change-subject): Remove 404 URL in a comment.
539
540 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
543         called interactively.
544
545         * gnus-util.el (gnus-remove-if): Allow hash table.
546         (gnus-remove-if-not): New function.
547
548         * gnus-art.el (gnus-mime-view-part-as-type)
549         * gnus-score.el (gnus-summary-score-effect)
550         * gnus-sum.el (gnus-read-move-group-name):
551         Replace remove-if-not with gnus-remove-if-not.
552
553         * gnus-group.el (gnus-group-completing-read):
554         Regard collection as a hash table if it is not a list.
555
556 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * shr.el (shr-render-td): Allow blank/missing <TD>s.
559
560         * shr.el: Document the table-rendering algorithm.
561
562 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
565         for Emacsen having no `libxml-parse-html-region' support.
566
567 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
570         invalid URLs.
571
572         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
573         line-broken.
574         (shr-tag-img): Ignore image fetching errors.
575         (shr-overlays-in-region): Compute overlay positions correctly.
576
577         * mm-decode.el (mm-shr): Require shr.
578
579         * gnus-art.el (gnus-blocked-images): Move variable here.
580
581         * shr.el (shr-insert-table): Bind free variable.
582
583         * mm-decode.el (mm-shr): Bind shr-content-function.
584
585         * shr.el (shr-content-function): New variable.
586
587         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
588         added for symmetry.
589
590         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
591
592         * gnus-group.el (gnus-group-make-group): Doc fix.
593
594         * nnimap.el (nnimap-request-newgroups): Return success.
595
596         * shr.el (shr-find-elements): New function.
597         (shr-tag-table): Put all the images after the table.
598         (shr-tag-table): Really inhibit images inside the table.
599         (shr-collect-overlays): Copy over overlays from the TD elements to the
600         main document.
601
602         * mm-decode.el (mm-shr): Bind shr-blocked-images to
603         gnus-blocked-images.
604
605 2010-10-05  Julien Danjou  <julien@danjou.info>
606
607         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
608
609         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
610         (gnus-html-maximum-image-size): Add this function.
611         (gnus-html-put-image): Use gnus-html-maximum-image-size.
612
613         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
614         server-value of the capability is nil.
615
616 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * shr.el (shr-tag-em): Add <EM> tag.
619
620 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
621
622         * sieve-manage.el (sieve-manage-default-stream): Make default stream
623         customizable.
624
625         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
626         handing broken links to browse-url.
627
628 2010-10-05  Julien Danjou  <julien@danjou.info>
629
630         * gnus-util.el (gnus-emacs-completing-read)
631         (gnus-iswitchb-completing-read): Use autoload rather than require.
632
633 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
636         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
637         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
638         iswitchb-temp-buflist for XEmacs.
639
640         * gnus-util.el (gnus-completing-read-function): Exclude
641         gnus-icompleting-read and gnus-ido-completing-read from candidates for
642         XEmacs since iswitchb.el is very old and ido.el is unavailable in
643         XEmacs.
644
645         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
646         not to use `delete-dups' that is unavailable in XEmacs 21.4.
647
648         * gnus-html.el: Don't require help-fns under XEmacs.
649         (gnus-html-schedule-image-fetching): Work for XEmacs.
650
651         * mm-decode.el (mm-shr): Decode contents by charset.
652
653 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
656         unknown.
657
658         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
659         (shr-get-image-data): Ensure against the cache file missing.
660
661         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
662         for data.
663
664         * spam-report.el (spam-report-url-ping-plain): Don't query about
665         killing the process.
666
667         * shr.el (shr-render-td): Protect against too-wide text.
668
669 2010-10-04  Julien Danjou  <julien@danjou.info>
670
671         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
672         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
673
674         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
675         retrieved.
676
677 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (browse-url): Required.
680         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
681         lines.
682         (shr-show-alt-text, shr-browse-image): New commands.
683         (shr-browse-url, shr-copy-url): New commands.
684
685         * gnus-sum.el (gnus-widen-article-window): New variable.
686         (gnus-summary-select-article-buffer): Use it.
687
688         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
689         without @ signs.
690
691 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
692
693         * nnir.el (nnir-run-imap): Remove spurious space in search string.
694
695 2010-10-04  Julien Danjou  <julien@danjou.info>
696
697         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
698         for XEmacs.
699
700 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
703
704         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
705         (nnimap-close-server): Implement.
706
707         * dgnushack.el (iswitchb): Require to shut up the compiler.
708
709         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
710         (shr-insert): Tweak line breaking.
711         (shr-insert): Handle <pre> better.
712         (shr-tag-li): Get <li> indentation right.
713         (shr-tag-li): Get <li> indentation even righter.
714         (shr-tag-blockquote): Ensure paragraph start.
715         (shr-make-table): Tweak table generation.
716         (shr-make-table): Fix typo.
717
718         * shr.el: Implement table rendering.
719
720 2010-10-04  Julien Danjou  <julien@danjou.info>
721
722         * gnus-html.el (gnus-html-put-image): Fix resize image code.
723
724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * shr.el (shr-insert): Use string anchors instead of line anchors.
727
728 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * shr.el: Add headings.
731         (shr-ensure-paragraph): Actually work.
732         (shr-tag-li): Make <ul> prettier.
733         (shr-insert): Get white space at the beginning/end of elements right.
734         (shr-tag-p): Collapse subsequent <p>s.
735         (shr-ensure-paragraph): Don't insert double line feeds after blank
736         lines.
737         (shr-insert): \t is also space.
738         (shr-tag-s): Fix "s" tag name function.
739         (shr-tag-s): Fix face prop name.
740
741 2010-10-03  Julien Danjou  <julien@danjou.info>
742
743         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
744
745         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
746         gnus-window-inside-pixel-edges.
747
748         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
749         gnus-ems.
750
751         * mm-view.el (mm-inline-image-emacs): Support image resizing.
752
753         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
754         function.
755
756         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
757         resize choice.
758
759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
762         beginning of the buffer.
763
764         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
765         article buffer again.
766
767         * shr.el (shr-tag-p): Don't insert newlines at the start of the
768         buffer.
769
770         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
771         when it's at the start of the buffer.
772
773         * shr.el (shr-tag-blockquote): Convert name.
774         (shr-rescale-image): Use the right image-size variant.
775
776         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
777         buffer isn't shown, then select the current article first instead of
778         bugging out.
779         (gnus-summary-select-article-buffer): Show both the article and summary
780         buffers again.
781
782         * shr.el (shr-fontize-cont): Protect against regions with no text.
783         Rename tag functions to shr-tag-* for enhanced security.
784         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
785
786 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
787
788         * shr.el (shr-insert):
789         * pop3.el (pop3-movemail):
790         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
791         loaded.
792
793 2010-10-03  Glenn Morris  <rgm@gnu.org>
794
795         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
796
797         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
798
799         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
800
801         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
802
803         * gnus-util.el (gnus-make-local-hook): Simplify.
804
805 2010-10-02  Julien Danjou  <julien@danjou.info>
806
807         * gnus-util.el (gnus-iswitchb-completing-read): New function.
808         (gnus-ido-completing-read): New function.
809         (gnus-emacs-completing-read): New function.
810         (gnus-completing-read): Use gnus-completing-read-function.
811         Add gnus-completing-read-function.
812
813 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * shr.el (shr-insert-document): Autoload.
816         (shr-img): Be silent.
817         (shr-insert): Add a newline after every picture before text.
818         (shr-add-font): Use overlays for combining faces.
819         (shr-insert): Pass upwards the text start point.
820
821         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
822         possible.
823         (mm-shr): New function.
824
825 2010-10-02  Julien Danjou  <julien@danjou.info>
826
827         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
828         should go backward.
829
830 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
831
832         * shr.el (shr): Fix typo in provide call.
833
834 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el: New file.
837
838         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
839
840         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
841         completing read.
842
843 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
846         we're being queried about.  Suggested by Dan Jacobson.
847
848         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
849         by Jason Eisner.
850
851         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
852         table, too.  Suggested by Stefan Wiens.
853         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
854         the table unnecessary.  Suggested by Stefan Wiens.
855
856         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
857         longer needed, and probably doesn't work either, as pointed out by
858         Stefan Wiens.
859         (gnus-summary-exit): Remove call to the clearing function.
860         (gnus-summary-exit-no-update): Ditto.
861
862         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
863         instead of gnus-eval-in-buffer-window to avoid popping up frames.
864         Reported by Stefan Monnier.
865         (gnus-summary-save-in-rmail): Ditto.
866
867         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
868         article buffer, instead of both the article buffer and the summary
869         buffer.  Sort of suggested by Dan Jacobson.
870
871         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
872
873         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
874         Suggested by Dan Jacobson.
875
876         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
877         documentation clearer.
878
879         * message.el (message-shorten-references): Comment on the number "21".
880         Suggested by Stefan Monnier.
881
882         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
883         Suggested by Dan Jacobson.
884
885         * gnus.el (gnus-large-newsgroup): Mention
886         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
887
888         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
889         externalize attachments.  Bug reported by Steve Wen.
890
891         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
892         really message anything to the user.
893
894         * nnmail.el (nnmail-article-group): Allow using the fancy split method
895         directly.
896
897         * nnimap.el (nnimap-request-group): Low higher than high to signal no
898         messages in empty groups.
899
900 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
901
902         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
903         non-UIDNEXT group.
904
905 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
908         not the value from the collection.
909
910         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
911         values.  This sometimes happens on some groups that have no info.
912         (nnimap-request-newgroups): New function.
913
914 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
917         check into `gnus-registry-initialize'.
918         (gnus-registry-initialize): Ditto.
919         Fix and extend header docs.
920
921 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
924         regexp backtrace overflows.
925
926         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
927         for starttls that tls.el implements; i.e. openssl.
928
929         * tls.el (tls-starttls-switches): Give up on using starttls with
930         gnutls-cli.
931         (tls-program): Add --insecure to be consistent with the defaults from
932         openssl s_client.  Now all three commands are insecure.
933
934 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * lpath.el: Bind completion-styles-alist for XEmacs.
937
938         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
939         (gravatar-create-image): New function that's an alias to
940         gnus-xmas-create-image, gnus-create-image, or create-image.
941         (gravatar-data->image): Use it.
942
943 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
944
945         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
946         install the nnregistry refer method.
947         (gnus-registry-install-hooks): Use it.
948         (gnus-registry-unfollowed-groups): Add nnmairix to the default
949         unfollowed groups.
950
951 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
952
953         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
954         expanding threads.
955
956 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * nnir.el: Use the server names without suffixes (bug #7009).
959
960         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
961         unencrypted to STARTTLS, if possible.
962
963 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
964
965         * message.el (message-ignored-supersedes-headers): Strip Injection-*
966         headers before superseding.
967
968 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnrss.el (nnrss-use-local): Add documentation.
971
972         * nnimap.el (nnimap-extend-tls-programs): New function.
973         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
974         (nnimap-wait-for-connection): Accept the greeting from the stupid
975         output from openssl s_client -starttls, too.
976
977         * tls.el (tls-starttls-switches): New variable.
978         (tls-find-starttls-argument): Use it.
979         (open-tls-stream): Ditto.
980
981         * netrc.el (netrc-credentials): Return the value of the "default"
982         entry.
983         (netrc-machine): Ditto.
984
985         * nnimap.el (nnimap-find-article-by-message-id): Really return the
986         article number.
987         (nnimap-split-fancy): New variable.
988         (nnimap-split-incoming-mail): Use it.
989
990         * nntp.el (nntp-server-list-active-group): Document.
991
992         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
993         SELECT to get the message-id.
994
995         * mail-source.el (mail-sources): Removed webmail support.
996         (defvar): Ditto.
997         (mail-source-fetcher-alist): Ditto.
998         (mail-source-fetch-webmail): Removed.
999
1000         * webmail.el: Removed -- doesn't seem relevant any more.
1001
1002         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1003
1004         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1005         the \r.
1006
1007 2010-09-30  Julien Danjou  <julien@danjou.info>
1008
1009         * gnus-agent.el (gnus-agent-add-group): Fix call to
1010         gnus-completing-read.
1011
1012 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * nndoc.el (nndoc-retrieve-groups): New function.
1015
1016         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1017         `default', use nnmail-split-methods.
1018         (nnimap-request-article): Downcase the NILs so that they are nil.
1019
1020         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1021         symbol.
1022
1023         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1024         code, since if the user has requested network, that's what they ought
1025         to get.
1026         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1027         (nnimap-split-rule): Mark as obsolete.
1028
1029         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1030         variable.
1031
1032         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1033         correct slot, too.
1034
1035 2010-09-29  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus.el (gnus-local-domain): Declare variable obsolete.
1038
1039         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1040         computing.
1041         (gnus-ido-completing-read): Require ido.
1042
1043 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1046         build Gnus.
1047
1048         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1049         when interpreting the structures.
1050         (nnimap-request-accept-article): Add \r\n to the lines to make this
1051         work with Cyrus.
1052
1053         * nndraft.el (nndraft-request-expire-articles): Use the group name
1054         instead if "nndraft".  Fix found by Nils Ackermann.
1055
1056 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1057
1058         * nnregistry.el: Added.
1059
1060 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1061
1062         * nnmail.el (group, group-art-list, group-art):
1063         Remove unneeded directives.
1064
1065 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1068         (mm-mime-charset)
1069         * rfc2047.el (rfc2047-syntax-table)
1070         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1071
1072         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1073         rather than `insert-file-contents' and `eval-region'.
1074
1075         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1076         construction.
1077
1078         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1079
1080         * time-date.el: No need to require cl for Emacs 21.
1081
1082 2010-09-29  Julien Danjou  <julien@danjou.info>
1083
1084         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1085         replacement of `gnus-gravatar-relief' to mimic
1086         `gnus-faces-properties-alist'.
1087         Add :version property.
1088
1089 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * mail-source.el (mail-source-report-new-mail)
1092         * message.el (message-default-mail-headers)
1093         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1094
1095         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1096
1097 2010-09-28  Julien Danjou  <julien@danjou.info>
1098
1099         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1100         mail-address contains the same string as real-name.
1101
1102         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1103         non-blank in header, otherwise it'll get stripped.
1104
1105         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1106         real-name, and then for mail address rather than doing : or , search.
1107
1108 2010-09-27  Julien Danjou  <julien@danjou.info>
1109
1110         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1111         (gnus-server-goto-server): Use gnus-completing-read.
1112
1113         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1114
1115         * mm-util.el (defalias): Use gnus-completing-read.
1116         (mm-codepage-setup): Use gnus-completing-read.
1117
1118         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1119         (smime-decrypt-buffer): Use gnus-completing-read.
1120
1121         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1122
1123         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1124         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1125         (mml-insert-multipart): Use gnus-completing-read.
1126
1127         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1128
1129         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1130
1131         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1132
1133         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1134
1135         * gnus.el (gnus-read-method): Use gnus-completing-read.
1136
1137         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1138
1139         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1140         (gnus-mime-action-on-part): Use gnus-completing-read.
1141         (gnus-article-encrypt-body): Use gnus-completing-read.
1142
1143         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1144         (gnus-topic-move-matching): Use gnus-completing-read.
1145         (gnus-topic-copy-matching): Use gnus-completing-read.
1146         (gnus-topic-sort-topics): Use gnus-completing-read.
1147         (gnus-topic-move): Use gnus-completing-read.
1148
1149         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1150         (gnus-agent-add-group): Use gnus-completing-read.
1151
1152         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1153         gnus-completing-read.
1154         (nnmairix-update-groups): Use gnus-completing-read.
1155         (nnmairix-get-server): Use gnus-completing-read.
1156         (nnmairix-backend-to-server): Use gnus-completing-read.
1157         (nnmairix-goto-original-article): Use gnus-completing-read.
1158         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1159
1160         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1161
1162         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1163         (gnus-group-make-useful-group): Use gnus-completing-read.
1164         (gnus-group-make-web-group): Use gnus-completing-read.
1165         (gnus-group-add-to-virtual): Use gnus-completing-read.
1166         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1167
1168         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1169         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1170         (gnus-summary-execute-command): Use gnus-completing-read.
1171         (gnus-summary-respool-article): Use gnus-completing-read.
1172         (gnus-read-move-group-name): Use gnus-completing-read.
1173
1174         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1175         (gnus-summary-score-effect): Use gnus-completing-read.
1176
1177         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1178
1179         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1180         right completing-read function.
1181         (gnus-use-ido): New variable
1182         (gnus-completing-read-with-default): Remove.
1183
1184 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1187         x-focus-frame.
1188
1189         * nnimap.el (auth-source-forget-user-or-password)
1190         (auth-source-user-or-password): Autoload.
1191
1192         * message.el (message-from-style, message-interactive)
1193         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1194         (message-yank-prefix, message-indentation-spaces, message-signature)
1195         (message-signature-file): Add comment.
1196
1197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1200         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1201         new articles.
1202
1203         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1204         parts.
1205         (nnimap-request-article): Work with the t setting, too.
1206
1207         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1208         that you don't get flashes of other buffers.
1209         (gnus-summary-show-complete-article): Intern before setting.
1210
1211 2010-09-27  David Engster  <dengste@eml.cc>
1212
1213         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1214         well as HEADERS.
1215         (nnmairix-retrieve-headers): Provide new argument for the above.
1216
1217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-sum.el (gnus-summary-move-article): Don't alter
1220         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1221         group.
1222
1223         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1224
1225         * message.el (message-cite-prefix-regexp): Revert my last edit.
1226
1227         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1228         variable instead of the Gnus variable.
1229
1230         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1231
1232         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1233         again.
1234
1235         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1236         since some servers don't like it.
1237         (nnimap-open-connection): Forget credentials if the server says the
1238         password was wrong.
1239         (nnimap-parse-line): Protect against invalid data.
1240
1241         * gnus-sum.el (gnus-summary-move-article): Add comment.
1242         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1243         nothing alters it while scanning for new messages.
1244
1245         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1246         which may or may not help.
1247         (nnimap-open-connection): If we're doing a stream connection, and then
1248         discover we're on a STARTTLS-capable server, then open a STARTTLS
1249         connection instead.
1250
1251 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnimap.el (utf7): Required.
1254
1255         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1256         prefix.
1257
1258 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1259
1260         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1261
1262 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-request-accept-article): Message the error on
1265         error.
1266
1267 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1270
1271 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nndoc.el (nndoc-request-list): Return success always.
1274
1275         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1276         `fetch-old' -- we only want to fetch the articles we've requested.  The
1277         rest are in the agent, probably.
1278         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1279         disappeared server" to something low.  It's not important.
1280
1281         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1282         arrived before the FETCH data.
1283
1284         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1285         target here, because we don't know the Gnus name of the group.
1286
1287         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1288         for the correct group.
1289
1290         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1291
1292         * gnus.el (gnus): Give a final warning after startup.
1293
1294         * gnus-util.el (gnus-action-message-log): New variable.
1295         (gnus-message): Use it.
1296         (gnus-final-warning): New function.
1297
1298         * nnimap.el (nnimap-open-connection): Record the greeting.
1299         (nnimap): Add greeting.
1300
1301 2010-09-26  Julien Danjou  <julien@danjou.info>
1302
1303         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1304         arguments.
1305         (gnus-html-wash-images): Fix spec computing to include start/end.
1306
1307         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1308
1309 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1312         deletion.
1313         (nnimap-retrieve-headers): Don't select the group, because that's
1314         already done by nnimap-possibly-change-group.
1315
1316         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1317         (gnus-picon-transform-address): Use it.
1318
1319         * mail-source.el (mail-source-value): Revert previous patch.
1320
1321         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1322         on failure.
1323         (nnimap-open-connection): Look up both virtual and physical server name
1324         credentials.
1325
1326         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1327
1328 2009-02-07  Dave Love  <fx@gnu.org>
1329
1330         * tls.el (open-tls-stream): Don't query killing process.
1331
1332 2009-02-08  Dave Love  <fx@gnu.org>
1333
1334         * gnus-win.el (gnus-window-to-buffer-helper,
1335         gnus-all-windows-visible-p): Function needn't be a symbol.
1336
1337         * mail-source.el (mail-source-value): Function needn't be a symbol.
1338
1339 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * message.el (message-cite-prefix-regexp): Remove } from the cite
1342         prefix.
1343
1344         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1345         highlight again, so that the highlight is correct.
1346
1347         * gnus-picon.el (gnus-picon): Remove again.
1348         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1349
1350         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1351         doing the header highlightling, so that the background colour of the
1352         picon is correct.
1353
1354         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1355         (gnus-picon): Ditto.
1356         (gnus-picon): Reinstate.  The background colour for picons is white.
1357         (gnus-picon-insert-glyph): Make the background white.
1358
1359         * nnml.el (nnml-open-nov): Don't return dead buffers.
1360
1361         * auth-source.el (auth-source-create): Query the user for whether to
1362         store the credentials.
1363
1364         * netrc.el (netrc-store-data): New function.
1365
1366         * auth-source.el (auth-source-user-or-password): Use the existing auth
1367         sources, if any, for creation.
1368
1369         * gnus.el (gnus-group-fast-parameter): Return the last matching
1370         parameter instead of the first matching parameter.
1371
1372 2010-09-26  Julien Danjou  <julien@danjou.info>
1373
1374         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1375
1376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * mml2015.el (mml2015-use): Remove gpg support.
1379
1380         * mml1991.el (mml1991-function-alist): Remove gpg function.
1381         (mml1991-gpg-sign): Removed.
1382
1383 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1384
1385         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1386         (gnus-browse-unsubscribe-current-group): Document it.
1387         (gnus-browse-unsubscribe-group): Use it.
1388
1389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1392         address to the To list for easier response.
1393
1394         * gnus.el (gnus-play-startup-jingle): Removed.
1395         (gnus-splash): Don't play jingle.
1396         (gnus): Silence gnus-load message.
1397
1398         * gnus-art.el (gnus-treat-play-sounds): Removed.
1399
1400         * gnus.el (gnus-play-jingle): Remove audio support.
1401
1402         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1403
1404         * earcon.el: Removed -- no users.
1405
1406         * gnus-audio.el: Removed -- no users of this package.
1407
1408         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1409
1410         * gnus-start.el (gnus-setup-news): Remove nocem support.
1411
1412         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1413
1414         * gnus.el (gnus-use-nocem): Removed.
1415
1416         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1417         Removed.
1418
1419         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1420         uses NoCeM any more.
1421
1422         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1423         (gnus-button-ctan-handler): Ditto.
1424         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1425         (gnus-button-ctan-directory-regexp): Ditto.
1426         (gnus-button-handle-ctan): Ditto.
1427         (gnus-button-tex-level): Ditto.
1428         (gnus-button-alist): Removed CTAN stuff.
1429
1430 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1433         nnimap-streaming test.
1434
1435         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1436         servers twice.
1437
1438         * nnimap.el (nnimap-open-connection): Add more error reporting when
1439         nnimap fails early.
1440
1441         * nnheader.el (nnheader-get-report-string): New function.
1442         (nnheader-get-report): Use it.
1443
1444         * gnus-int.el (gnus-check-server): Say what the error was when opening
1445         failed.
1446
1447         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1448         using streaming.
1449
1450 2010-09-25  Julien Danjou  <julien@danjou.info>
1451
1452         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1453         gnus-window-inside-pixel-edges.
1454
1455 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1458
1459         * mm-decode.el (mm-save-part): Allow saving to other directories the
1460         normal Emacs way.
1461
1462         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1463         by Jay Berkenbilt.
1464
1465         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1466         there isn't a single byte.
1467
1468         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1469         just do it.  It doesn't really seem to matter what the user responds
1470         here, I think, so it's just a confusing question.
1471
1472         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1473         non-streaming case.
1474
1475         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1476         (gnus-article-encrypt-body): Use it.
1477
1478         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1479         keystroke.
1480
1481         * nnimap.el (nnimap-find-wanted-parts-1): Use
1482         gnus-fetch-partial-articles.
1483
1484         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1485
1486         * nnimap.el (nnimap-insert-partial-structure): New function.
1487         (nnimap-get-partial-article): New function.
1488         (nnimap-request-article): Use it.
1489         (nnimap-wait-for-response): Return whether the wait was successful.
1490         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1491         retrieval wasn't successful.
1492         (nnimap-retrieve-group-data-early): Allow throttling servers.
1493         (nnimap-streaming): New variable.
1494         (nnimap-fetch-partial-articles): Removed.
1495
1496         * mm-decode.el (mm-with-part): Protect against killed buffers.
1497
1498         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1499         for prettier summary display.
1500
1501 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1502
1503         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1504         directly.
1505
1506 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1509         apparently third-party libraries depend on it.
1510
1511         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1512         before starting negotiation.
1513
1514         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1515         privacy reasons.
1516         (gnus-treat-mail-gravatar): Ditto.
1517
1518         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1519         buffer when inserting images.  Inserting text into the headers, for
1520         instance, can make them invalid.
1521
1522 2010-09-25  Julien Danjou  <julien@danjou.info>
1523
1524         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1525         variables.
1526
1527         * nnheader.el: Remove useless variables news-reply-yank-from and
1528         news-reply-yank-message-id.
1529
1530         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1531         variables.
1532
1533         * mml1991.el: Remove useless mml1991-verbose.
1534
1535         * gnus.el: Remove useless variable gnus-use-generic-from.
1536         Remove obsolete variable gnus-topic-indentation.
1537
1538         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1539
1540         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1541
1542         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1543
1544         * gnus-group.el: Remove useless gnus-group-icon-cache.
1545         Remove useless gnus-ephemeral-group-server.
1546
1547         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1548
1549         * mml2015.el: Remove useless mml2015-verbose.
1550
1551         * mml-smime.el: Remove useless mml-smime-verbose.
1552
1553         * gnus.el: Remove useless gnus-local-domain.
1554
1555         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1556         gnus-gravatar-size.
1557
1558         * gnus-art.el: Remove useless gnus-treat-translate.
1559
1560 2010-09-24  Julien Danjou  <julien@danjou.info>
1561
1562         * gnus-sum.el: Add support for Gravatars.
1563
1564         * gnus-art.el: Add support for Gravatars.
1565
1566         * gnus-gravatar.el: Add this file.
1567
1568         * gravatar.el: Add this file.
1569
1570 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1573
1574         * gnus-group.el (gnus-group-fetch-faq): Removed.
1575
1576         * gnus.el (gnus-group-faq-directory): Removed.
1577
1578         * gnus-group.el (gnus-group-fetch-charter): Removed.
1579
1580         * gnus.el (gnus-group-charter-alist): Removed.
1581
1582         * gnus-group.el (gnus-group-archive-directory): Removed.
1583         (gnus-group-recent-archive-directory): Ditto.
1584         (gnus-group-make-archive-group): Removed.
1585
1586         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1587
1588         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1589         use the same article number for all the cached articles.
1590
1591         * nnimap.el (nnimap-command): Register the last command time so
1592         that we can use it for idling NOOPs.
1593         (nnimap-open-connection): Start the keeplive timer.
1594         (nnimap-make-process-buffer): Store all the process buffers.
1595         (nnimap-keepalive): New function.
1596
1597         * starttls.el: (starttls-open-stream): Add autoload cookie.
1598
1599 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1600
1601         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1602         handling.
1603
1604 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1607         its data structures.
1608
1609         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1610         instead of the cl.el copy-list.
1611         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1612         equalp.
1613
1614 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1617         and tool-bar-local-item-from-menu.
1618
1619         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1620         mode-line-highlight face for Emacs.
1621
1622         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1623         loading gnus-sum.elc; fix comment for canlock-verify.
1624         (gnus-article-jump-to-part): Use read-number.
1625         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1626         Emacs pre-21 compatible code for help-echo.
1627         (gnus-article-next-page-1): No need to adjust the number of lines.
1628         (gnus-article-describe-bindings): Always use help-buffer.
1629
1630         * gnus-audio.el (gnus-audio-inline-sound)
1631         * gnus-cus.el (gnus-custom-mode)
1632         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1633
1634         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1635
1636         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1637         compatible code.
1638
1639 2010-09-24  Glenn Morris  <rgm@gnu.org>
1640
1641         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1642         visiting the fcc file in rmail-mode.
1643
1644         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1645
1646 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * nnir.el: Silence the byte compiler.
1649
1650         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1651         alias to browse-url-url-encode-chars if any.
1652         (gnus-html-encode-url): Use it.
1653
1654 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-start.el (gnus-use-backend-marks): New variable.
1657         (gnus-get-unread-articles-in-group): Use it.
1658
1659         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1660         makeover.
1661
1662 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1663
1664         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1665
1666 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1669         Removed.
1670         (gnus-setup-news-hook): Removed
1671         gnus-fixup-nnimap-unread-after-getting-new-news.
1672
1673         * gnus-int.el (gnus-request-update-info): Protect against backends not
1674         having the function.
1675
1676         * nnimap.el (nnimap-stream): Mention starttls.
1677         (nnimap-open-connection): Add starttls support.
1678
1679 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1680
1681         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1682
1683 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1686         BODYSTRUCTUREs.
1687         (nnimap-transform-headers): Unfold quoted {42} headers.
1688
1689         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1690         the info.
1691         (gnus-get-unread-articles): Only call updatep on backends that support
1692         it.
1693
1694         * nnweb.el (nnweb-request-update-info): NOOP.
1695
1696         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1697
1698         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1699         since it only deals with marks.
1700
1701         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1702         gnus-request-marks, and make a new gnus-request-update-info.
1703
1704         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1705         the active instead of the high number, which is usually too low.
1706
1707 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1710         * encrypt.el: Removed.
1711
1712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1715         server in symbolic form.
1716
1717         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1718         0.9.
1719
1720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1723         (nnimap-update-info): Fix up code slightly.
1724
1725         * gnus-int.el (gnus-open-server): Add tracing for performance
1726         debugging.
1727
1728         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1729         (gnus-group-insert-group-line): Pass the real group name so that it
1730         gets the right data.
1731
1732         * gnus-start.el (gnus-get-unread-articles): Don't have
1733         `gnus-get-unread-articles-in-group' update info, since that can be
1734         really slow and doesn't seem to be needed?
1735
1736 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1737
1738         * time-date.el (date-to-time): Try using parse-time-string first before
1739         using the slower timezone-make-date-arpa-standard.
1740
1741 2010-09-22  Julien Danjou  <julien@danjou.info>
1742
1743         * gnus-group.el (gnus-group-insert-group-line): Call
1744         gnus-group-highlight-line.
1745         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1746         default hook list.
1747         (gnus-group-update-eval-form): Add new function.
1748         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1749         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1750
1751 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1754         immediate, then expire all articles.
1755         (nnimap-update-info): Fix off-by-one errors.
1756         (nnimap-flags-to-marks): Would return no marks lists for group with no
1757         flags.  Instead return the other data.
1758
1759 2010-09-22  Julien Danjou  <julien@danjou.info>
1760
1761         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1762         Only return an icon.
1763         (gnus-group-insert-group-line): Compute icon to return.
1764
1765         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1766         variable.
1767         (gnus-html-image-fetched): Only cache if
1768         gnus-html-image-automatic-caching is set.
1769         (gnus-html-image-fetched): Check for errors.
1770
1771 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1774         once per method on `g'.  This ensures that backends like nnfolder don't
1775         open all their folders.
1776
1777         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1778         (nnimap-request-list): Nix out group in the correct buffer.
1779         (nnimap-parse-flags): Implement by using `read' instead of
1780         hand-parsing.
1781         (nnimap-flags-to-marks): Pass on permanent-flags.
1782         (nnimap-make-process-buffer): Record the server name.
1783         (nnimap-parse-flags): Fix typo.
1784         (nnimap-request-scan): Run split on the server in general, not just a
1785         single group.
1786
1787         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1788         parameter, and propagate this downwards.
1789
1790         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1791         since EXAMINE changes it on the server.
1792
1793         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1794         this command might take a while.
1795
1796 2010-09-22  Julien Danjou  <julien@danjou.info>
1797
1798         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1799         harmful if you have 2 images side-by-side, they can't be properly
1800         update on text deletion.  Using text-property is safer here.
1801         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1802         data.
1803
1804 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * nnimap.el (nnimap-expunge-inbox): Removed.
1807         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1808         (nnimap-expunge): Flip default to t.
1809
1810         * gnus.el (gnus-method-to-server): Don't push things to the cache
1811         unless it's unique.
1812         (gnus-server-to-method): Ditto.
1813
1814 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1815
1816         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1817
1818 2010-09-22  Julien Danjou  <julien@danjou.info>
1819
1820         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1821         get the start of data.
1822         (gnus-html-encode-url): Add this function to encode special chars in
1823         URL.
1824         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1825         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1826
1827         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1828         default.
1829         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1830
1831         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1832         images alt-text.
1833         (gnus-html-put-image): Put alt-text as help-echo.
1834
1835 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1838         * mm-util.el (mm-decompress-buffer)
1839         * nnir.el (nnir-run-find-grep)
1840         * pop3.el (pop3-list): Use 3rd arg of split-string.
1841
1842         * time-date.el (format-seconds): Comment fix.
1843
1844         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1845         and byte-optimize-form-code-walker.
1846         (dgnushack-make-auto-load): Don't advise make-autoload.
1847
1848         * lpath.el: Remove Emacs 21 stuff.
1849
1850 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1853         outside the active range.  Suggested by Dan Christensen.
1854
1855         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1856         slightly later to avoid double-getting it.
1857
1858         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1859         previous patch.
1860
1861         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1862
1863 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1864
1865         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1866
1867 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-int.el (gnus-open-server): Give a better error message in the
1870         "go offline" case.
1871
1872         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1873         marks for nnimap, which is seldom the right thing to do.
1874
1875         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1876         (gnus-same-method-different-name): New function.
1877
1878         * nnimap.el (parse-time): Require.
1879
1880         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1881         method in the presence of many similar methods.
1882
1883         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1884
1885         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1886         nnml-inhibit-expiry.
1887
1888         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1889         find out whether methods are equal.
1890
1891         * nnimap.el (nnimap-find-expired-articles): New function.
1892         (nnimap-process-expiry-targets): New function.
1893         (nnimap-request-move-article): Request the article before looking at
1894         what the Message-ID is.  Fix found by Andrew Cohen.
1895         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1896
1897         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1898         for oldness in addition to being a predicate.
1899
1900         * nnimap.el (nnimap-request-group): When we have zero articles, return
1901         the right data to Gnus.
1902         (nnimap-request-expire-articles): Only delete articles immediately if
1903         the target is 'delete.
1904
1905         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1906         method, this would bug out.
1907
1908         * gnus-group.el (gnus-group-expunge-group): Renamed from
1909         gnus-group-nnimap-expunge, and implemented as a normal interface
1910         function.
1911
1912         * gnus-int.el (gnus-request-expunge-group): New function.
1913
1914         * nnimap.el (nnimap-request-create-group): Implement.
1915         (nnimap-request-expunge-group): New function.
1916
1917 2010-09-21  Julien Danjou  <julien@danjou.info>
1918
1919         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1920         (gnus-html-cache-expired): Add new function.
1921         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1922         wethever we should display image for fetch it.
1923         Compute alt-text earlier to pass it to the fetching function too.
1924         (gnus-html-schedule-image-fetching): Change function argument to only
1925         get one image at a time, not a list.
1926         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1927         cache.
1928         (gnus-html-get-image-data): New function to retrieve image data from
1929         cache.
1930         (gnus-html-put-image): Change buffer argument to use image data rather
1931         than file, and place image above region rather than inserting a new
1932         one. Do not take alt-text as argument, since it's useless now: we place
1933         the image above alt-text.
1934         (gnus-html-prune-cache): Remove.
1935         (gnus-html-show-images): Start to fetch image when we find one, do not
1936         push into a temporary list.
1937         (gnus-html-prefetch-images): Only fetch image if they have expired.
1938         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1939         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1940
1941 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1944
1945 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1948         spec inser "*" if the group isn't active instead of 0.
1949
1950         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1951         opening the server.
1952         (nnimap-request-delete-group): Implement group deletion.
1953         (nnimap-transform-headers): Return the size of the entire message in
1954         the Bytes header, not just the size of the first part.
1955         (nnimap-request-move-article): When moving an article from nnimap,
1956         request the article first so the accepting form has an article to
1957         accept.  Reported by Dan Christensen.
1958         (nnimap-command): Make sure that the error message doesn't error out.
1959
1960 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1961
1962         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1963         we haven't requested anything.
1964
1965 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1968         "".  Fix found by Andrew Cohen.
1969
1970         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1971         instead of -encode-string.
1972
1973 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1976
1977         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1978         by mm-subst-char-in-string.
1979
1980 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1983         waiting for the connection string.
1984
1985         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1986         arriving.
1987
1988         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1989         bogus characters.  This allows selecting certain Gmail groups.
1990
1991         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1992         (nnimap-fetch-partial-articles): New variable.
1993         (nnimap-open-connection): When looking for credentials, also use the
1994         nnimap-server-port.
1995         (nnimap-request-article): Return the group/article number, so that Gnus
1996         `^' works as expected.
1997         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1998         them.
1999
2000         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2001         comments.
2002         (gnus-methods-sloppily-equal): New function.
2003         (gnus): When using the development version of Gnus, load the gnus-load
2004         file.
2005
2006         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2007         `gnus-open-server' on each method before trying to scan them etc.  This
2008         ensures that all the backend parameters are set correctly.
2009
2010         * nnimap.el (nnimap-authenticator): New variable.
2011         (nnimap-open-connection): Allow anonymous login.
2012         (nnimap-transform-headers): The chars header is called Chars not
2013         Bytes.
2014         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2015         drops.
2016
2017         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2018         patch, found by Knut Anders Hatlen.
2019
2020 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2021
2022         * gnus-agent.el (gnus-agent-batch-confirmation)
2023         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2024         to gnus-message.
2025         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2026         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2027         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2028         * gnus-int.el (gnus-open-server): Likewise.
2029         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2030         (gnus-score-check-syntax): Likewise.
2031         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2032         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2033         Likewise.
2034         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2035
2036 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2039         calling conventions so that prefetch doesn't bug out.
2040
2041 2010-09-19  Julien Danjou  <julien@danjou.info>
2042
2043         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2044         rather than `subst-char-in-region' in order to be able to replace ASCII
2045         char by UTF-8 ones.
2046
2047         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2048         than curl.
2049         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2050         the right URL and ALT text on images.
2051         (gnus-html-wash-tags): Fix tag case.
2052         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2053         (gnus-article-html): Add -o display_ins_del=2 option.
2054         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2055
2056 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2059         the extra mail headers, which sometimes seem to happen for unknown
2060         reasons.
2061
2062         * mail-parse.el (mail-header-encode-parameter): Define as
2063         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2064         (or most, perhaps?) mail readers don't understand the latter, but do
2065         understand the former.
2066
2067         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2068         to nil, so that no methods are automatically agentized.  I think this
2069         is probably what most users want.
2070
2071         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2072         from url-retrieve, for instance about invalid URLs.
2073
2074         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2075         groups that have no articles.
2076         (nnimap-request-article): Check that we really got an article when we
2077         requested one.
2078
2079         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2080         doesn't exist.
2081
2082         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2083         nntp buffer so the agent can save it.
2084         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2085         that CRLF doesn't get translated to \n.
2086         (nnimap-open-connection): Don't make 'shell commands only send \n.
2087
2088 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2091         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2092         Update var name.
2093         (nnml-generate-nov-file): Use dolist.
2094         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2095         Use with-current-buffer.
2096
2097 2010-09-18  Julien Danjou  <julien@danjou.info>
2098
2099         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2100         parallel.
2101
2102 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2105         the range update right.
2106         (nnimap-request-group): Don't make `M-g' bug out on group with no
2107         marks.
2108         (nnoo): Required, so that other packages can require nnimap.
2109         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2110         command we're looking for.  This helps when the server sends more
2111         responses after we've gotten everything we expected.
2112         (nnimap): Add a `newlinep' field to keep track of end-of-line
2113         conventions.
2114         Don't send CRLF to things that don't want it.
2115         (nnimap-request-accept-article): Ditto.
2116
2117 2010-09-18  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2120         than curl to retrieve images.
2121
2122 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2125         the marks.
2126         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2127         (nnimap-wait-for-connection): New function.
2128         (nnimap-open-connection): If we have PREAUTH, don't query for login
2129         credentials.
2130         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2131         when doing a partial update.
2132
2133 2010-09-18  Julien Danjou  <julien@danjou.info>
2134
2135         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2136         tags.
2137
2138 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * nnimap.el (nnimap-credentials): New function.
2141         (nnimap-open-connection): Use the new function to look for credentials
2142         also on the numeric equivalents of "imap" and "imaps".
2143
2144         * gnus-start.el (gnus-activate-group): Send the info to
2145         gnus-request-group.
2146
2147         * nnimap.el (nnimap-request-group): Have the "check" version of the
2148         function parse flags and update the info, so that a `M-g' get a total
2149         resync of all flags from the group.
2150
2151         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2152         to allow backends to alter the info on group selection.  Also alter all
2153         the backend -request-group functions to take the parameter.
2154
2155         * nnimap.el (nnimap-store-info): New function.
2156         (nnimap-update-info): Store the info for later usage.
2157         (nnimap-request-group): Use the stored info for the dont-check case, so
2158         that we don't retrieve all marks when we enter a group.
2159
2160         * nnimap.el: Use deffoo instead of defun for interface functions.
2161
2162         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2163         update the group info.  This makes the nndraft groups, for instance, go
2164         back to their old behaviour.
2165
2166         * gnus-sum.el (gnus-select-newsgroup): Indent.
2167
2168         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2169         in.
2170         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2171         nothing.
2172
2173         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2174         from methods that are denied.
2175
2176         * gnus-int.el (gnus-method-denied-p): New function.
2177
2178         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2179         store the password instead of netrc.
2180         (nnimap-open-connection): Don't error out when we can't make a
2181         connections.
2182
2183         * auth-source.el (auth-source-create): In the password prompt, say what
2184         we're querying for.  Also prompt for user name if that hasn't been
2185         given.
2186
2187         * nnimap.el (nnimap-with-process-buffer): Removed.
2188
2189 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2192         method when we're reading from the agent.
2193
2194         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2195
2196         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2197         that's probably most useful for users.
2198
2199         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2200         "failed" all the time.
2201
2202         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2203         ...)) with (with-current-buffer ... ).
2204
2205         * nntp.el (nntp-open-server): Return whether the open was successful or
2206         not.
2207
2208         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2209         select an unread unseen article first.
2210
2211         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2212         /etc/services, supply some sensible port defaults.
2213
2214         * dgnushack.el: Define netrc-credentials.
2215
2216 2010-09-17  Julien Danjou  <julien@danjou.info>
2217
2218         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2219
2220 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2221
2222         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2223         doesn't have any parameters.
2224
2225 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2228         only upcased checks.
2229
2230         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2231
2232         * nnimap.el (nnimap-open-shell-stream): New function.
2233         (nnimap-open-connection): Use it.
2234         (nnimap-transform-headers): Get the number of lines in each message.
2235         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2236         number of lines.
2237         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2238         problem.
2239
2240         * utf7.el (utf7-encode): Autoload.
2241
2242         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2243         to allow the mail splitting to not return a default group.  This is
2244         useful for nnimap, which will leave unmatched mail in the inbox.
2245
2246         * nnimap.el: Rewritten.
2247
2248         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2249         nnimap usage.
2250
2251         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2252         if the move is internal, so that nnimap can do fast internal moves.
2253
2254         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2255         data.
2256         (gnus-read-active-for-groups): Support finishing the early retrieval of
2257         data.
2258
2259         * gnus-range.el (gnus-range-nconcat): New function.
2260
2261         * gnus-int.el (gnus-finish-retrieve-group-infos)
2262         (gnus-retrieve-group-data-early): New functions.
2263
2264 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2267         (nnrss-retrieve-groups):
2268         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2269         (pop3-quit): Use with-current-buffer.
2270
2271 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2274         instead of nnheader-accept-process-output.
2275
2276         * dgnushack.el (dgnushack-compile): Add comment.
2277
2278         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2279
2280         * gnus-html.el (gnus-html-schedule-image-fetching)
2281         (gnus-html-prefetch-images): Replace process-kill-without-query by
2282         gnus-set-process-query-on-exit-flag.
2283
2284 2010-09-16  Romain Francoise  <romain@orebokech.com>
2285
2286         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2287
2288 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2291         parameter to unintern is mandatory-ish in Emacs 24.
2292
2293         * gnus-html.el (gnus-html-schedule-image-fetching)
2294         (gnus-html-prefetch-images): Check for curl before using it.
2295
2296         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2297         depend on curl, which isn't essential.
2298
2299         * imap.el: Revert back to version
2300         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2301         seem problematic.
2302
2303 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2304
2305         * gnus-registry.el (gnus-registry-install-shortcuts):
2306         Explicitly pass `obarray' to `unintern' to avoid a warning.
2307
2308 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2311         change.
2312
2313         * nnrss.el (nnrss-request-list): Removed this function and related
2314         functions, including the moreover stuff.
2315
2316 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * nnrss.el (nnrss-retrieve-groups): New function.
2319
2320 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2321
2322         * .dir-locals.el: Add no-byte-compile cookie.
2323
2324 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * time-date.el (format-seconds): Comment fix.
2327
2328         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2329         for back end that doesn't support request-scan.
2330
2331 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2334         then do request scans from the backends.
2335
2336         * netrc.el (netrc-credentials): New conveniency function.
2337
2338         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2339         avoid running a hook per line, since this takes a lot of time,
2340         profiling shows.
2341         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2342         directly if gnus-visual-p is true.
2343
2344 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2347         groups; replace mapcar with dolist which is a bit faster; pass groups
2348         info to gnus-read-active-file-1.
2349         (gnus-read-active-file-1): Scan only specified groups if the new
2350         optional arg `infos' is given.
2351
2352 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2355
2356         * pop3.el (pop3-movemail): Removed.
2357         (pop3-streaming-movemail): Renamed to pop3-movemail.
2358
2359         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2360         don't restrict end-tag searches to the end of the line.
2361
2362 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2365         articles of every unchecked group to t, which means unknown since the
2366         server has never been opened.
2367
2368 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-html.el (gnus-html-show-alt-text): New command.
2371         (gnus-html-browse-image): Ditto.
2372         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2373         to browse the image directly.
2374         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2375         better.
2376
2377         * gnus-async.el (gnus-async-article-callback): Call
2378         `gnus-html-prefetch-images' unconditionally.
2379
2380         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2381         before feeding URLs to curl.
2382
2383 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2386         internal images as deletable by `W D D'.
2387
2388         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2389         (gnus-async-article-callback): Fix typo.
2390
2391 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2394         current line to work around bugs in the output from w3m.
2395
2396         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2397         for groups that want that.
2398
2399         * nntp.el (nntp-wait-for-string): Supply a timeout for
2400         accept-process-output to ensure progress.
2401
2402         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2403         level to get unread articles from, then use that for foreign groups,
2404         too.
2405
2406         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2407         confuses the rest of the function.
2408
2409         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2410         for the methods that support -retrieve-groups, too.
2411
2412         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2413
2414 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2417         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2418
2419         * pop3.el: Require cl when compiling.
2420         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2421
2422 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2425         that aren't going to be activated.
2426         (gnus-get-unread-articles): Fix up the last commit.
2427
2428         * gnus-html.el (gnus-article-html): Allow calling without specifying
2429         the handle.  In that case, dissect the buffer first.
2430
2431         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2432
2433         * nnimap.el (nnimap-open-connection): Revert the change that would look
2434         into authinfo for imaps instead of imap.
2435
2436         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2437         say that you don't want to call gnus-request-group with don-check, but
2438         do check the reponse.  This is for virtual groups only.
2439         (gnus-get-unread-articles): Count the archive groups as secondary, so
2440         that they're activated the same way as before.
2441
2442         * imap.el (imap-message-map): Removed optional buffer parameter, since
2443         no callers use it.
2444         (imap-message-get): Ditto.
2445         (imap-message-put): Ditto.
2446         (imap-mailbox-map): Ditto.
2447         (imap-mailbox-put): Ditto.
2448         (imap-mailbox-get): Ditto.
2449         (imap-mailbox-get): Revert last change for this function.
2450
2451         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2452         case-insensitively.
2453         (nnimap-debug): Removed.
2454
2455         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2456         to use `imap-fetch' instead.  According to the comments, this should be
2457         safe, since all other IMAP clients use the 1:* syntax.
2458         (imap-enable-exchange-bug-workaround): Removed.
2459         (imap-debug): Removed -- doesn't seem very useful.
2460
2461         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2462         mail from a file, and the file doesn't exist.
2463
2464         * imap.el (imap-log): New convenience function used throughout instead
2465         of repeating the same code all over the place.
2466
2467         * pop3.el (pop3-streaming-movemail): Return t for success.
2468
2469         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2470         .authinfo if we're using ssl connection.
2471
2472         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2473         already have if we're in a main Gnus `g' run.
2474
2475         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2476
2477 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2480
2481         * nnmh.el (nnmh-request-list-1): Bind `file'.
2482
2483         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2484         alias to set-process-query-on-exit-flag or process-kill-without-query.
2485         (pop3-open-server): Use it.
2486
2487 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2490         box to the Incoming file.  Fixes mistake in previous checkin.
2491
2492         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2493         request loop (for debugging purposes) removed.
2494
2495         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2496         culprit is more visible.
2497         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2498         (nnml-add-incremental-nov): New functions to do "incremental" nov
2499         updates, where we just append to the end of the existing nov files
2500         without reading/writing them in full.
2501
2502         * mail-source.el (mail-source-delete-crash-box): Really only check the
2503         incoming files once in a while.
2504
2505         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2506
2507         * mail-source.el (mail-source-delete-crash-box): Only check the
2508         incoming files for deletion once per day to save a lot of file
2509         accesses.
2510
2511         * pop3.el (pop3-logon): Fix up unbound variable typo.
2512
2513         * mail-source.el (pop3-streaming-movemail): Autoload.
2514
2515         * pop3.el (pop3-streaming-movemail): Respect
2516         pop3-leave-mail-on-server.
2517
2518         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2519         retrieval.
2520
2521         * pop3.el (pop3-process-filter): Removed unused function.
2522         (pop3-streaming-movemail, pop3-send-streaming-command)
2523         (pop3-wait-for-messages, pop3-write-to-file)
2524         (pop3-number-of-responses): New functions for streaming pop3
2525         retrieval.
2526
2527         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2528         come from no known methods.
2529         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2530         list.
2531
2532         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2533         message sizes.
2534         (pop3-movemail): Use erase-buffer instead of looping and deleting
2535         regions, which seems rather odd.
2536
2537         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2538         file once per `g' run.
2539
2540         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2541         directories.  This makes the draft queue directory work.
2542
2543         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2544         data from the backends, so that we only request the list of groups from
2545         each method once.  This should speed things up considerably.
2546
2547         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2548         detect that it's not implemented.
2549
2550         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2551         we actually do recurse down into the tree, but don't stat all leaf
2552         nodes.
2553
2554         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2555         then say so instead of bugging out.
2556
2557         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2558         files exist before trying to read them.
2559
2560         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2561         around <pre_int>.
2562
2563         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2564
2565         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2566
2567 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * mm-util.el (mm-image-load-path): Just return the image directories,
2570         not all directories in the path in addition to the image directories.
2571         (mm-image-load-path): Maintain a cache of the image directories so that
2572         the `g' command in Gnus doesn't have to stat dozens of directories each
2573         time.
2574
2575         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2576         (gnus-html-wash-tags): Add a new `i' command to insert images.
2577         (gnus-html-insert-image): New command and keystroke.
2578         (gnus-html-redisplay-with-images): New command and keystroke.
2579         (gnus-html-show-images): Renamed command.
2580         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2581         spacers.
2582         (gnus-html-wash-tags): Decode entities at the end, so that entities
2583         inside the tags don't mess up the rest of the "parsing".
2584
2585         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2586         so that nnimap methods aren't agentized by default.  There's apparently
2587         many problems related to agent/imap behaviour.
2588
2589         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2590
2591         * gnus-html.el: Doc fix.
2592
2593 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2596         specifier-spec-list for Emacs 21.
2597
2598         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2599         glyph-width and glyph-height instead of display-graphic-p and
2600         image-size; make avoidance of displaying small images work for XEmacs.
2601
2602         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2603         for XEmacs.
2604
2605         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2606         of symbol that holds plist data.
2607         (gnus-process-plist): Remove plist of process after getting it.
2608
2609 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * message.el (message-generate-hashcash): Change default to
2612         'opportunistic if hashcash is installed.
2613
2614         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2615         (gnus-html-put-image): Only call image-size once, since it's somewhat
2616         time-consuming on remote X servers.
2617
2618 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2621         type on data, not a file name.
2622
2623         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2624         window-pixel-edges for Emacs 21.
2625
2626         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2627         decoded contents.
2628         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2629
2630 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2633         group line format, since it isn't very interesting.
2634
2635         * gnus-agent.el (gnus-agent-short-article),
2636         (gnus-agent-long-article): Increase values for these two variables,
2637         since most people are likely to have more network connection and
2638         storage than before.
2639
2640         * gnus.el (gnus-refer-article-method): Change default to 'current.
2641         When referring an article, the common behaviour is to refer it from the
2642         current select method, not the native select method.  The chances of
2643         the native select method having the message in question is rather slim
2644         these days.
2645
2646         * gnus-sum.el (gnus-auto-select-subject): Change default to
2647         `unseen-or-unread'.  I think it's likely that most people want to
2648         select an unseen article over a previously seen, but unread one.
2649
2650         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2651         means that in the article buffer none of the minor mode elements will
2652         be shown, usually, and this is not desirable in most cases.
2653
2654         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2655         that commands like `d' (and the like) go to the next line in the
2656         buffer, instead of the next unread article.  I think this is the
2657         behaviour that is most natural for most users.
2658         (gnus-single-article-buffer): Change default to nil, so that people can
2659         have as many article buffers open as they have summary buffer.  I think
2660         this is the most natural way for the groups to behave.
2661
2662         * message.el (message-generate-new-buffers): Change default to
2663         `unsent', so that all new message buffers start their names with the
2664         string "*unsent", and it's easier to find the buffers if you move from
2665         them.
2666
2667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2670         small.  They're probably tracking images.
2671         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2672         (gnus-html-rescale-image): Yet another try at getting the image sizing
2673         right.
2674
2675         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2676         nntp-marks-file-name is nil.
2677
2678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-html.el (gnus-html-wash-tags)
2681         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2682         Better logging.
2683
2684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2687
2688         * gnus-html.el (gnus-html-wash-tags): Check the value of
2689         gnus-blocked-images in the summary buffer.
2690
2691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2694
2695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2698         like "a", it seems like.
2699         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2700         since it needs to be picked from the correct buffer.
2701
2702         * nnwfm.el: Removed.
2703
2704         * nnlistserv.el: Removed.
2705
2706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2709         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2710
2711 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * nnkiboze.el: Removed.
2714
2715         * nndb.el: Removed.
2716
2717         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2718         alt text.
2719         (gnus-html-rescale-image): Try to get the rescaling logic right for
2720         images that are just wide and not tall.
2721
2722         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2723         overshadow variable bindings.
2724
2725 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-html.el (gnus-html-wash-tags)
2728         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2729         extra logging.
2730
2731 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2734         (gnus-max-image-proportion): New variable.
2735         (gnus-html-rescale-image): New function.
2736         (gnus-html-put-image): Rescale images.
2737
2738 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         Fix up some byte-compiler warnings.
2741         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2742         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2743         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2744         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2745         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2746         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2747         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2748
2749 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-html.el (gnus-article-html): Decode contents by charset.
2752
2753 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2756         (gnus-html-frame-width, gnus-blocked-images)
2757         * message.el (message-prune-recipient-rules): Add custom version.
2758         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2759
2760         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2761         functions.
2762
2763         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2764         gnus-process-get.
2765
2766 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2767
2768         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2769         instead of lsub directly.
2770
2771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * nnwarchive.el: Removed.
2774
2775         * gnus-soup.el: Removed.
2776
2777         * nnsoup.el: Removed.
2778
2779         * nnultimate.el: Removed.
2780
2781         * gnus-html.el (gnus-blocked-images): New variable.
2782
2783         * message.el (message-prune-recipients): New function.
2784         (message-prune-recipient-rules): New variable.
2785
2786         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2787         guess whether a long line is natural text or not.
2788
2789         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2790         gnus-process-plist and friends for compatibility.
2791
2792 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2793
2794         * gnus-html.el: Require packages that define macros used in this file.
2795         (gnus-article-mouse-face): Declare to silence byte-compiler.
2796         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2797         process-get.
2798         (gnus-html-put-image): Use plist-get to avoid getf.
2799         (gnus-html-prefetch-images): Use with-current-buffer.
2800
2801 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-ems.el: Provide compatibility functions for
2804         gnus-set-process-plist.
2805
2806         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2807         header-line-format for XEmacs 21.4.
2808
2809         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2810         * gnus.el (gnus-valid-select-methods)
2811         * message.el (message-send-mail-partially-limit)
2812         * mm-decode.el (mm-text-html-renderer)
2813         * mml.el (mml-insert-mime-headers-always)
2814         * smiley.el (smiley-regexp-alist): Bump custom version.
2815
2816 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-html.el: require mm-url.
2819         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2820         with the url to `url'.
2821         (gnus-html-wash-tags): Support cid: URLs/images.
2822
2823 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2826         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2827         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2828
2829         * gnus-move.el: Removed file, since it doesn't really work.
2830
2831         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2832         UTF-8.  This seems to fix problems with some German web feeds.
2833
2834         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2835         at the top so that the proper colours are applied.
2836
2837         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2838         don't have dots in their names.
2839
2840         * gnus-art.el (gnus-article-view-part): Doc fix.
2841
2842         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2843         XEmacs-compatible.
2844         (gnus-html-put-image): Don't do images on non-graphic displays.
2845
2846         * nnslashdot.el: Removed this unused backend.
2847
2848         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2849         actions.
2850         (gnus-undo-register-1): Revert last change.
2851
2852         * gnus-group.el (gnus-group-completing-read): Protect against not
2853         having completion-styles bound.
2854
2855         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2856         make broken recipients happier.
2857
2858         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2859
2860         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2861         point parameter.
2862
2863         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2864
2865         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2866         completion-styles for group selection.
2867
2868 2009-02-04  Andreas Schwab  <schwab@suse.de>
2869
2870         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2871         headers and regexp-quote the match if necessary.
2872
2873 2009-03-24  Miles Bader  <miles@gnu.org>
2874
2875         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2876         the blinking smiley.
2877
2878 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2879
2880         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2881         blink smiley.
2882
2883 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2886         where the dribbel file lives exists.
2887
2888         * message.el (message-send-mail-partially-limit): Change the default to
2889         nil, since most people don't want this.
2890
2891         * mm-url.el (mm-url-decode-entities): Also decode entities like
2892         &#x3212.
2893
2894 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2895
2896         * gnus-sum.el (gnus-summary-idna-message):
2897         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2898         Hyperlink urls in docstrings with URL `...'.
2899
2900 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2901
2902         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2903         functions.
2904
2905 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2908         say what the mouseover text should be.
2909
2910         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2911         version of the mm-w3m-safe-url-regexp variable to only download images
2912         in the groups where we want that to happen.
2913
2914         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2915
2916         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2917         easier debugging.
2918         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2919         big pictures in the article buffer.
2920
2921         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2922         gnus-article-html.
2923         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2924         w3m.
2925
2926         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2927
2928 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2931         which doesn't exist.
2932
2933         * message.el (message-inhibit-ecomplete): New variable to allow some
2934         function to inhibit ecomplete address storage.
2935         (message-resend): Disable ecomplete message storage when resending
2936         messages.
2937
2938         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2939
2940 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2943         Save excursion while copying, moving, and deleting articles in order to
2944         prevent the cursor from jumping to unforeseen place.
2945
2946 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * lpath.el: No need to bind bookmark-current-buffer,
2949         bookmark-yank-point and bookmark-make-record-function.
2950
2951 2010-08-17  Glenn Morris  <rgm@gnu.org>
2952
2953         * gnus-sync.el: Require gnus components whose functions are used.
2954
2955         * gnus-art.el (bookmark-make-record-function):
2956         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2957         Declare for compiler.
2958
2959         * mm-url.el (mml-compute-boundary): Autoload.
2960
2961 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2964
2965 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2966
2967         Typo fix "hoo4a" -> "hook".
2968
2969         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2970
2971 2010-08-14  Glenn Morris  <rgm@gnu.org>
2972
2973         * gnus-sync.el (gnus-sync): Fix defgroup version.
2974
2975 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2978
2979         * gnus-sync.el: Fix docs.
2980         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2981         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2982
2983 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         Optimizations for gnus-sync.el.
2986
2987         * gnus-sync.el: Add docs about gnus-sync-backend
2988         possibilities.
2989         (gnus-sync-save): Remove unnecessary message.
2990         (gnus-sync-read): Optimize and show what groups were skipped.
2991
2992 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         Minor bug fixes for gnus-sync.el.
2995
2996         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2997         read the sync on get-new-news.
2998
2999         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3000         quiet.
3001
3002         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3003
3004 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3005
3006         Make saving and restoring of hidden threads work with overlays.
3007         Patch applied by Ted Zlatanov.
3008
3009         * gnus-sum.el (gnus-hidden-threads-configuration)
3010         (gnus-restore-hidden-threads-configuration): Update to deal with text
3011         properties, rather than searching for a magic character.
3012
3013 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         New gnus-sync.el library for synchronization of marks.
3016
3017         * gnus-sync.el: New library for synchronization of marks.
3018
3019         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3020         renamed from `gnus-registry-grep-in-list'.
3021
3022         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3023
3024         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3025
3026 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3029         determining charset of text fails.
3030
3031 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * nnmail.el (nnmail-get-new-mail-1): Revert.
3034
3035         * nnml.el (nnml-active-number): Make sure names of newly created groups
3036         in nnml-group-alist are encoded.
3037
3038 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3041         containing non-ASCII characters in active file for nnml back end.
3042
3043 2010-07-24  David Engster  <dengste@eml.cc>
3044
3045         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3046         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3047
3048 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3049
3050         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3051         tag (Bug#6654).
3052
3053 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3056         the article buffer, not the summary buffer.
3057
3058 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3061         Emacs 23 as well.
3062
3063 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3066         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3067
3068 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3069
3070         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3071         Patch applied by Karl Fogel.
3072
3073         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3074         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3075
3076 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3077
3078         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3079         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3080         C-w still not working correctly from Article buffers; Thierry's
3081         patch to fix that will be applied after this.
3082
3083         * gnus-art.el (bookmark-make-record-function): New local variable.
3084
3085         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3086         article buffer.
3087         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3088
3089 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3090
3091         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3092         on changes in bookmark.el.
3093
3094 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3097         `no-log' instead of message not to log prompt string.
3098
3099 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3100
3101         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3102         the *other* type of HTML form submission.
3103
3104 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3105
3106         * auth-source.el (auth-source-pick): If choice does not contain a
3107         questioned keyword, set the check to t.
3108
3109 2010-06-12  Romain Francoise  <romain@orebokech.com>
3110
3111         * gnus-util.el (gnus-date-get-time): Move up before first use.
3112
3113 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3116         (gnus-article-edit-part): Bind it to make last part that is substituted
3117         or deleted visible.
3118         (gnus-mime-display-single): Buttonize part of which id equals to
3119         gnus-mime-buttonized-part-id.
3120
3121 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3122
3123         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3124         (gnus-dd-mmm): Use gnus-date-get-time.
3125         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3126         simplify logic.
3127         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3128         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3129
3130 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3131
3132         * auth-source.el (top): Autoload `secrets-list-collections',
3133         `secrets-create-item', `secrets-delete-item'.
3134         (auth-sources): Fix tag string.
3135         (auth-get-source, auth-source-retrieve, auth-source-create)
3136         (auth-source-delete): New defuns.
3137         (auth-source-pick): Rewrite in order to avoid 2 passes.
3138         (auth-source-forget-user-or-password): New parameter USERNAME.
3139         (auth-source-user-or-password): New parameters CREATE-MISSING and
3140         DELETE-EXISTING.  Retrieve password interactively, if needed.
3141
3142 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3143
3144         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3145         deleting unused directories when gnus-expert-user is t.
3146
3147 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3150         for each temp file when gnus-article-browse-delete-temp is ask.
3151
3152 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3155         Lisp calls to delete-backward-char by calls to delete-char.
3156
3157 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3158
3159         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3160
3161 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3162
3163         * password-cache.el (password-cache-remove): Fix docstring.
3164
3165 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3168         article unless decoding article to be saved.
3169
3170 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3173         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3174         generated within the mm-with-unibyte-current-buffer macro.
3175
3176 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3179         to nil when we're in a mml-preview buffer and no group is selected.
3180
3181 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3182
3183         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3184         when catching the `C-g'.  Reported by "Leo".
3185
3186 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * message.el (message-forward-make-body-plain)
3189         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3190         multibyte-string-p.
3191
3192         * lpath.el: Revert.
3193
3194 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * message.el (message-forward-make-body-mml): Assume original message
3197         is multibyte string; error on unibyte.
3198         (message-forward-make-body-plain): Ditto; don't add excessive newline
3199         in body end.
3200
3201         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3202
3203 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3204
3205         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3206         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3207
3208 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * mm-extern.el (mm-extern-url): Don't use
3211         mm-with-unibyte-current-buffer.
3212         (mm-extern-cache-contents): Use with-current-buffer instead of
3213         save-excursion + set-buffer.
3214
3215 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * mm-util.el (mm-emacs-mule): Remove.
3218
3219 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3220
3221         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3222         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3223         change.
3224
3225 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3228         bind the default value of enable-multibyte-characters to nil.
3229
3230 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * message.el (message-forward-make-body-plain)
3233         (message-forward-make-body-mml):
3234         Don't use mm-with-unibyte-current-buffer.
3235
3236 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3237
3238         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3239
3240 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3241
3242         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3243         (Bug#5592).
3244
3245 2010-05-07  Julien Danjou  <julien@danjou.info>
3246
3247         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3248         it to mm-pipe-part.
3249
3250         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3251         it is given.
3252
3253 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * binhex.el (binhex-decode-region-internal)
3256         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3257         (dns-query)
3258         * nnweb.el (nnweb-gmane-search)
3259         * pgg-parse.el (pgg-parse-armor)
3260         * pgg.el (pgg-verify-region)
3261         * sha1.el (sha1-string-external)
3262         * uudecode.el (uudecode-decode-region-internal)
3263         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3264         XEmacs.
3265
3266         * gnus-art.el (gnus-article-browse-html-parts)
3267         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3268         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3269         make-temp-file.
3270
3271         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3272         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3273         compiling.
3274
3275         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3276         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3277         XEmacs when compiling.
3278
3279         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3280         gnus-pick-mode-off-hook for XEmacs when compiling.
3281         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3282         gnus-binary-mode-off-hook for XEmacs when compiling.
3283
3284         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3285         nil if char-charset is not available.
3286
3287         * imap.el (imap-disable-multibyte)
3288         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3289         macros.
3290
3291         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3292         instead of encode-coding-string.
3293
3294         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3295         'xemacs) instead of mm-emacs-mule to switch function definitions.
3296         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3297
3298         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3299         bind temporary-file-directory for XEmacs;
3300         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3301         timer-set-function for XEmacs 21.4 and SXEmacs;
3302         bind timer-list for XEmacs 21.4 and SXEmacs;
3303         fbind char-charset and find-charset-region for non-Mule XEmacs;
3304         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3305         encode-coding-region and encode-coding-string for XEmacs having no
3306         file-coding feature.
3307
3308 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3309
3310         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3311
3312 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3315         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3316
3317 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3318
3319         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3320         alias `jka-compr-delete-temp-file' no longer exists.
3321
3322 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3323
3324         Use define-minor-mode in Gnus where applicable.
3325         * mml.el (mml-mode): Use define-minor-mode.
3326         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3327         (gnus-undo-mode): Use define-minor-mode.
3328         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3329         (gnus-dead-summary-mode): Use define-minor-mode.
3330         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3331         Initialize in declaration.
3332         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3333         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3334         (gnus-mailing-list-mode): Use define-minor-mode.
3335         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3336         (gnus-draft-mode): Use define-minor-mode.
3337         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3338         (gnus-dired-mode): Use define-minor-mode.
3339
3340 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3341
3342         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3343         handles on recursive mml-to-mime translation and check them for
3344         boundary delimiter collisions.  Reported by Greg Troxel.
3345
3346 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3349
3350 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3351
3352         * mm-util.el (mm-find-buffer-file-coding-system):
3353         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3354
3355 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3356
3357         * message.el (message-generate-headers): Record insertion of optional
3358         headers as well.  Otherwise the check to prevent repeated insertion of
3359         optional headers is a no-op.
3360
3361 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * smime.el: Don't mention CVS.
3364
3365         * nnrss.el (nnrss-fetch): Don't mention CVS.
3366
3367         * nnir.el: Don't mention CVS.
3368
3369 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3370
3371         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3372
3373 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * lpath.el: Fbind bookmark-default-handler,
3376         bookmark-get-bookmark-record, bookmark-make-record-default,
3377         bookmark-prop-get for Emacs <23 and XEmacs.
3378
3379 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3380
3381         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3382         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3383         Use with-current-buffer to silence the byte-compiler.
3384         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3385         bother to require `gnus'.
3386         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3387
3388 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3389
3390         * gnus-sum.el (gnus-summary-bookmark-make-record)
3391         (gnus-summary-bookmark-jump): New functions.
3392         (gnus-summary-mode): Setup bookmark support.
3393
3394 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3395
3396         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3397         if set.
3398
3399 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3402         gnus-article-browse-html-save-cid-image; make it work recursively for
3403         forwarded messages as well.
3404         (gnus-article-browse-html-parts): Work when prefix arg is given.
3405         (gnus-article-browse-html-article): Doc fix.
3406
3407 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3408
3409         * message.el (message-default-mail-headers):
3410         (message-default-headers): Carry the value mail-default-headers over
3411         into message-default-mail-headers, rather than message-default-headers.
3412
3413 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3414
3415         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3416         charset.
3417
3418         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3419         charset into the <meta> tag when the article is encoded to utf-8.
3420
3421 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3424         directories as well.
3425         (gnus-article-browse-html-parts): Work for images that do not specify
3426         file names; delete temp directory when quitting; insert header at the
3427         right place; use file: scheme for image files.
3428
3429 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3430
3431         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3432         (gnus-article-browse-html-parts): Use it to make temporary cid image
3433         files in addition to html file so that browser may display them.
3434
3435 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3438
3439 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3440
3441         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3442
3443 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3446         about Secret Service API sources.  Improve Customize options.
3447         (auth-source-pick): Change to accept any number of search parameters.
3448         Implement fallbacks iteratively, not recursively.  Add scoring on the
3449         second pass and sort by score.  Call Secret Service API when needed.
3450         (auth-source-user-or-password): Use it.  Call Secret Service API
3451         directly when needed to get the user name and the password.
3452
3453 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3454
3455         * message.el (message-interactive): Doc fix.
3456         (message-qmail-inject-args): Reflow.
3457         (message-kill-to-signature): Fix typo in docstring.
3458
3459         * smiley.el (smiley-buffer): Fix typo in docstring.
3460
3461 2010-03-24  Glenn Morris  <rgm@gnu.org>
3462
3463         * mail-source.el (gnus-message): Declare.
3464         (mail-source-delete-old-incoming): Require gnus-util.
3465
3466 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3469
3470         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3471
3472         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3473         password-cache's default if it is not bound.
3474         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3475         password-cache-expiry's default if it is not bound.
3476
3477         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3478         available in Emacs 21.
3479
3480         * lpath.el: Suppress compiler warnings for:
3481         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3482         XEmacs;
3483         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3484         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3485         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3486
3487 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3488
3489         * auth-source.el (auth-sources): Fix up definition so extra parameters
3490         are always inline.
3491
3492 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3493
3494         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3495         wasn't updated after mismatch.  Clear cached mailbox info correctly
3496         when uidvalidity changes.
3497         (nnimap-group-prefixed-name): New function to avoid some code
3498         duplication.
3499         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3500         (nnimap-request-group): Use it.
3501         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3502         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3503         with many imap folders.  This is done by caching the group status from
3504         the imap server persistently in a group parameter `imap-status'.  (This
3505         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3506         but not persistently, so every Gnus startup was still very slow.)
3507
3508 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3511         delete the extra newline.  Otherwise editing of :string and :number
3512         types don't work.
3513
3514 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3515
3516         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3517         secrets.el dependency.
3518         (auth-sources): Add optional user name.  Add secrets.el configuration
3519         choice (unused right now).
3520
3521 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3522
3523         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3524         `gnus-registry-install-shortcuts' fill in the functions.
3525
3526         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3527         warnings.
3528         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3529         (gnus-registry-install-shortcuts): Populate and use it in a
3530         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3531
3532 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3533
3534         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3535         In-place substitutions for the group name encoding/decoding.
3536         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3537         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3538         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3539         (nnimap-update-unseen, nnimap-request-list)
3540         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3541         (nnimap-request-set-mark, nnimap-split-to-groups)
3542         (nnimap-split-articles, nnimap-request-newgroups)
3543         (nnimap-request-create-group, nnimap-request-accept-article)
3544         (nnimap-request-delete-group, nnimap-request-rename-group)
3545         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3546         `encoded-mbx' for consistency.
3547         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3548         variable `imap-current-mailbox'.
3549
3550         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3551         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3552
3553 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3554
3555         * pop3.el (pop3-display-message-size-flag): Display message size byte
3556         counts during POP3 download.
3557         (pop3-movemail): Use it.
3558         (pop3-list): Implement listing of available messages.
3559
3560 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3561
3562         * nnir.el (nnir-get-article-nov-override-function): New function to
3563         override the normal NOV retrieval.
3564         (nnir-retrieve-headers): Use it.
3565
3566 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3567
3568         * auth-source.el (netrc-machine-user-or-password): Autoload.
3569
3570 2010-03-19  Glenn Morris  <rgm@gnu.org>
3571
3572         Stop message.el from loading about 40 libraries it doesn't always need.
3573         The general approach is to autoload rather than require, and to
3574         require in the specific functions rather than the file.  (Bug#5642)
3575
3576         * gmm-utils.el: Don't require wid-edit.
3577         (widget-create-child-value, widget-convert, widget-default-get):
3578         Autoload.
3579
3580         * gnus-util.el: Don't require time-date, netrc.
3581         (message-fetch-field, gnus-group-name-decode): Declare rather than
3582         autoloading.
3583         (gnus-fetch-field): Require message.
3584         (gnus-decode-newsgroups): Require gnus-group.
3585
3586         * ietf-drums.el: Don't require time-date.
3587
3588         * message.el: Don't require hashcash, canlock, ecomplete.
3589         Do require mail-utils.  Require nnheader only when compiling.
3590         (smtpmail-default-smtp-server): Remove declaration.
3591         (message-send-mail-function): Check smtpmail-default-smtp-server
3592         is bound rather than requiring smtpmail.
3593         (message-auto-save-directory, message-insert-signature): Use
3594         expand-file-name rather than nnheader-concat.
3595         (nnheader-insert-file-contents): Autoload.
3596         (hashcash-wait-async): Declare.
3597         (message-send-mail): Only call gnus-setup-posting-charset if
3598         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3599         (message-send-mail-with-sendmail): Require sendmail.
3600         (canlock-password, canlock-password-for-verify): Declare.
3601         (message-canlock-password): Require canlock.
3602         (nnheader-get-report): Autoload.
3603         (gnus-setup-posting-charset): Declare.
3604         (message-send-news): Require gnus-msg.
3605         (message-make-references, message-make-in-reply-to): Use mail-header-id
3606         rather than the alias mail-header-message-id.
3607         (ecomplete-add-item, ecomplete-save): Declare.
3608         (message-put-addresses-in-ecomplete): Require ecomplete.
3609         (ecomplete-display-matches): Autoload.
3610
3611         * mm-decode.el: Don't require mailcap, gnus-util.
3612         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3613         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3614         Autoload.
3615         (mailcap-mime-extensions): Declare.
3616
3617         * mm-encode.el: Don't require mailcap.
3618         (mailcap-extension-to-mime): Autoload.
3619
3620         * mml-sec.el: Don't require password-cache.
3621
3622         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3623         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3624         (mml-minibuffer-read-type): Require mailcap.
3625         (mml-preview): Require gnus-msg.
3626
3627         * mml1991.el: Require password-cache.
3628         (password-cache-expiry): Remove declaration.
3629
3630         * mml2015.el: Require password-cache.
3631         (password-cache-expiry): Remove declaration.
3632
3633         * nneething.el (mailcap): Require mailcap.
3634
3635         * nnheader.el (declare-function): Add compatibility stub.
3636         (message-remove-header): Declare rather than autoload.
3637         (nnheader-replace-header): Require message.
3638
3639         * nnimap.el (declare-function): Add compatibility stub.
3640         (netrc-parse, netrc-machine-user-or-password): Declare.
3641         (nnimap-open-connection): Require netrc.
3642
3643         * nntp.el (declare-function): Add compatibility stub.
3644         (netrc-parse, netrc-machine, netrc-get): Declare.
3645         (nntp-send-authinfo): Require netrc.
3646
3647         * rfc2047.el: Don't require qp.
3648         (quoted-printable-encode-region, quoted-printable-decode-string):
3649         Autoload.
3650
3651         * sieve-mode.el: Don't require easymenu.
3652         (easy-menu-add-item): Autoload it.
3653
3654         * spam-stat.el (time-to-number-of-days): Autoload it.
3655
3656 2010-03-19  Glenn Morris  <rgm@gnu.org>
3657
3658         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3659
3660 2010-03-18  Glenn Morris  <rgm@gnu.org>
3661
3662         * hashcash.el (declare-function): Remove duplicate definition.
3663
3664 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3665
3666         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3667         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3668         value if any backslash escapes).
3669
3670 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3673         if it is available.  (bug#5647)
3674
3675         * lpath.el: Suppress compiler warning for coding-system-from-name for
3676         Emacs 21 and XEmacs.
3677
3678 2010-03-14  Juri Linkov  <juri@jurta.org>
3679
3680         * hmac-def.el:
3681         * hmac-md5.el:
3682         * netrc.el: Fix keywords.
3683
3684 2010-02-26  Glenn Morris  <rgm@gnu.org>
3685
3686         * message.el (message-send-mail-function): Change the default, so that
3687         it inherits from a customized send-mail-function.  (Bug#5643)
3688
3689 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3690
3691         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3692         shell-command-to-string signals an error (bug#5299).
3693
3694 2010-02-24  Glenn Morris  <rgm@gnu.org>
3695
3696         * message.el (message-smtpmail-send-it)
3697         (message-send-mail-with-mailclient): Doc fixes.
3698
3699 2010-02-16  Glenn Morris  <rgm@gnu.org>
3700
3701         * message.el (message-default-mail-headers): Change the default value
3702         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3703
3704 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3707         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3708
3709 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3710
3711         * time-date.el (date-to-time): Doc fix (Bug#5408).
3712
3713 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3714
3715         * message.el (message-mail): Just pass yank-action on to message-setup.
3716         (message-setup): Handle (FUN . ARGS) form of yank-action.
3717         (message-with-reply-buffer, message-widen-reply)
3718         (message-yank-original): Handle non-buffer values of
3719         message-reply-buffer (Bug#4080).
3720         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3721
3722 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3723
3724         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3725         Fix typo in docstring.
3726
3727 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3728
3729         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3730         response.
3731
3732 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3735
3736         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3737
3738         * message.el (message-check-news-header-syntax): Protect against a
3739         string that `rfc822-addresses' returns when parsing fails.
3740
3741 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3744         (gnus-previous-char-property-change): New functions.
3745
3746         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3747
3748 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3749
3750         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3751         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3752
3753 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3754
3755         * message.el (message-exchange-point-and-mark): Rework last change to
3756         avoid using optional arg of exchange-point-and-mark, for backward
3757         compatibility.
3758
3759 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3760
3761         * message.el (message-exchange-point-and-mark): Call
3762         exchange-point-and-mark with an argument rather than setting
3763         mark-active by hand (Bug#5175).
3764
3765 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * nntp.el (nntp-service-to-port): Work for service expressed with
3768         numeric string; replace [:digit:] with [0-9] for XEmacs.
3769
3770 2009-12-17  Glenn Morris  <rgm@gnu.org>
3771
3772         * gnus-group.el (gnus-bug-group-download-format-alist):
3773         Change emacs entry to debbugs.gnu.org.  Bump :version.
3774
3775 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3778
3779 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * message.el (message-info): Explain why we use `Info-goto-node'.
3782
3783 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3786
3787 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3788
3789         * message.el (message-completion-in-region): New compatibility function.
3790         (message-expand-group): Use it.
3791
3792 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3795         with no unread article should be listed if the 2nd arg `predicate' is
3796         given.
3797
3798 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3801
3802 2009-11-29  Juri Linkov  <juri@jurta.org>
3803
3804         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3805         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3806         on `gnus-recenter'. (Bug#4698, Bug#4981)
3807
3808 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3809
3810         * sha1.el (sha1-string-external): default-directory "/" in case
3811         otherwise non-existent.  process-connection-type pipe for touch of
3812         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3813
3814 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3815
3816         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3817         it's comms related and sgml-mode.el has "comm" on that basis too.
3818
3819 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3822         containing tspecial characters if they have been already quoted.
3823
3824 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3825
3826         * dns-mode.el (auto-mode-alist): Purecopy string.
3827
3828 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3829
3830         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3831
3832 2009-10-24  Glenn Morris  <rgm@gnu.org>
3833
3834         * gnus-art.el (help-xref-stack-item): Define for compiler.
3835
3836 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3837
3838         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3839
3840 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3843
3844 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3847         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3848
3849 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3852         (gnus-overlays-in): New alias to overlays-in.
3853
3854         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3855         gnus-overlay-get, and gnus-delete-overlay.
3856         (gnus-summary-show-thread): Make it work as well for systems in which
3857         next-single-char-property-change is not available.
3858         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3859
3860         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3861         (gnus-overlay-get): New alias to extent-property.
3862         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3863
3864         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3865         SXEmacs.
3866
3867         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3868         SXEmacs.
3869
3870 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3873
3874 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3875
3876         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3877         and XEmacs that don't have `remove-overlays'.
3878
3879 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3880
3881         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3882         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3883         selective display.  Use overlays instead.
3884
3885 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3886
3887         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3888
3889 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3890
3891         * spam-stat.el (spam-stat-load): Fix typo in message.
3892
3893 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3894
3895         * dig.el (dig-invoke): Fix typo in docstring.
3896         (query-dig): Reflow docstring.
3897
3898 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3899
3900         * gnus-art.el (gnus-article-encrypt-body):
3901         * message.el (message-check-recipients):
3902         * mm-util.el (mm-codepage-setup):
3903         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3904         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3905
3906 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3907
3908         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3909         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3910         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3911         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3912         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3913
3914 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3915
3916         * dig.el: Add "Keywords: comm", as per net-utils.el.
3917
3918 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * dig.el (dig-mode): Use define-derived-mode.
3921
3922 2009-09-19  Glenn Morris  <rgm@gnu.org>
3923
3924         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3925
3926 2009-09-18  Glenn Morris  <rgm@gnu.org>
3927
3928         * gnus-diary.el (gnus-diary-check-message):
3929         * message.el (message-insert-formatted-citation-line):
3930         * nnbabyl.el (top-level):
3931         * nndiary.el (nndiary-schedule):
3932         Fix typos in condition-case handlers.
3933
3934 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3937         configuration that provides the sole article window in a frame;
3938         position point correctly after deleting a part.
3939
3940 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3941
3942         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3943         (spam-resolve-registrations-routine): Use it to unregister articles
3944         that change status.
3945
3946 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3949         with XEmacs.
3950         (parse-time-string-chars): Use it.
3951
3952 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * imap.el (imap-interactive-login): Better messages.
3955         (imap-open): Fix bug with renamed buffer on reconnect.
3956         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3957         for easier debugging and cleaner code.  On successful (guessed based on
3958         server capabilities) secondary authentication, set imap-state
3959         correctly.
3960         (imap-last-authenticator): Define imap-last-authenticator as a variable
3961         to avoid warnings.
3962
3963 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * nnrss.el (nnrss-request-article): Remove binding of
3966         default-enable-multibyte-characters that has gotten needless by
3967         the 2007-07-13 change in rfc2047-encode-message-header.
3968
3969         * mml.el (mml-insert-multipart): Error on the message header.
3970         (mml-insert-part): Error on the message header; position point at
3971         the end of a MIME tag.
3972
3973 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * time-date.el (autoload): Expand define-obsolete-function-alias into
3976         defalias and make-obsolete for old Emacsen that Gnus supports.
3977         (with-no-warnings): Define it for old Emacsen.
3978         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3979         is available.
3980         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3981         float-time is available; suppress compile warning for time-to-seconds.
3982
3983         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3984         (gnus-float-time): Alias to float-time if it exists.
3985
3986         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3987         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3988         float-time is available; suppress compile warning for time-to-seconds.
3989
3990         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3991         XEmacs.
3992
3993 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * imap.el (imap-message-map): Docstring fix.
3996
3997 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4000         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4001         Add the optional argument `encoding' that overrides the default.
4002
4003         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4004         mm-encode-buffer.
4005
4006 2009-09-04  Glenn Morris  <rgm@gnu.org>
4007
4008         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4009         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4010         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4011         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4012         * mm-util.el (mm-with-unibyte-current-buffer)
4013         (mm-find-buffer-file-coding-system):
4014         * yenc.el (yenc-decode-region): Use default-value rather than
4015         default-enable-multibyte-characters.
4016
4017 2009-09-03  Glenn Morris  <rgm@gnu.org>
4018
4019         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4020         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4021         than default-enable-multibyte-characters.
4022
4023 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4024
4025         * gnus-art.el (gnus-article-read-summary-keys):
4026         Fix gnus-buffer-configuration's value temporarily used.
4027
4028 2009-09-02  Glenn Morris  <rgm@gnu.org>
4029
4030         * gnus-util.el (gnus-float-time): New function.
4031         * gnus-delay.el (gnus-delay-article):
4032         * gnus-sum.el (gnus-thread-latest-date):
4033         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4034         * nnspool.el (nnspool-request-newgroups):
4035         Use gnus-float-time rather than time-to-seconds.
4036         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4037
4038         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4039         (gnus-header-subject-face, gnus-header-newsgroups-face)
4040         (gnus-header-name-face, gnus-header-content-face):
4041         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4042         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4043         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4044         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4045         (gnus-cite-face-11):
4046         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4047         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4048         (gnus-server-closed-face, gnus-server-denied-face)
4049         (gnus-server-offline-face):
4050         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4051         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4052         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4053         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4054         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4055         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4056         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4057         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4058         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4059         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4060         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4061         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4062         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4063         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4064         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4065         (gnus-summary-high-undownloaded-face)
4066         (gnus-summary-low-undownloaded-face)
4067         (gnus-summary-normal-undownloaded-face)
4068         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4069         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4070         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4071         (gnus-splash-face):
4072         * message.el (message-header-to-face, message-header-cc-face)
4073         (message-header-subject-face, message-header-newsgroups-face)
4074         (message-header-other-face, message-header-name-face)
4075         (message-header-xheader-face, message-separator-face)
4076         (message-cited-text-face, message-mml-face):
4077         * sieve-mode.el (sieve-control-commands-face)
4078         (sieve-action-commands-face, sieve-test-commands-face)
4079         (sieve-tagged-arguments-face):
4080         * spam.el (spam-face):
4081         Mark face aliases with "-face" in the name as obsolete.
4082
4083 2009-09-01  Glenn Morris  <rgm@gnu.org>
4084
4085         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4086         than goto-line.
4087
4088 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4091         Don't move point if the command is invoked inside the message header.
4092
4093 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4094
4095         * imap.el (imap-send-command): Simplify.
4096         (imap-wait-for-tag): point-max -> buffer-size.
4097
4098 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4099
4100         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4101         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4102         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4103         * nnir.el (nnir-swish-e-index-file):
4104         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4105         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4106         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4107         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4108         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4109         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4110
4111 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4114         Don't save excursion.
4115
4116 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4117
4118         * nnheader.el (nnheader-find-file-noselect):
4119         * mm-util.el (mm-insert-file-contents):
4120         Use (default-value 'major-mode) instead of default-major-mode.
4121
4122 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4123
4124         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4125
4126 2009-08-26  Glenn Morris  <rgm@gnu.org>
4127
4128         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4129         than placing in files.el.
4130
4131 2009-08-25  Glenn Morris  <rgm@gnu.org>
4132
4133         * nnir.el (top-level): Don't require cl at run-time.
4134         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4135         Replace cl-function substitute with gnus-replace-in-string.
4136         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4137         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4138         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4139         simplified expansions.
4140
4141 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4142
4143         * dig.el (dig): Add autoload cookie.
4144
4145 2009-08-22  Glenn Morris  <rgm@gnu.org>
4146
4147         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4148         goto-line.
4149
4150 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4151
4152         * parse-time.el (parse-time-string-chars): Save match data.
4153
4154 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4155
4156         * parse-time.el (parse-time-string-chars): Compute using character
4157         classes, to handle non-ascii characters (Bug#3190).
4158
4159 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4162
4163         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4164         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4165         (gnus-mm-display-part, gnus-mime-display-single)
4166         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4167         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4168
4169         * gnus-sum.el
4170         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4171         (gnus-summary-move-article): Add expirable mark to articles copied or
4172         moved to group that has auto-expire turned on if the option is non-nil.
4173
4174 2009-07-24  Glenn Morris  <rgm@gnu.org>
4175
4176         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4177         Fix typo.  (Bug#3903)
4178
4179 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4182         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4183         that should not be used for draft articles.
4184         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4185         that has no concern in minor mode keys.
4186         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4187         Abolish.
4188
4189 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4192         article without making inquiry to a user for unknown encoding.
4193
4194         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4195         (nnmaildir--scan): Assume i-node and device number that file-attributes
4196         returns might be cons-cell.
4197
4198         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4199
4200         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4201
4202 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * auth-source.el: Remove docs now in auth.texi.  Don't use
4205         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4206         `auth-source-hide-passwords' and use them.
4207
4208 2009-07-15  Glenn Morris  <rgm@gnu.org>
4209
4210         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4211
4212 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4215         excessive whitespace from the default values of title and description.
4216
4217 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4220         mail-fetch-field to fetch Content-Description header in order to
4221         exclude newlines.
4222
4223 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4224
4225         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4226         format used by GnuPG 2.0.11.
4227
4228 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4231         to deleted part.
4232
4233 2009-05-30  David Engster  <dengste@eml.cc>
4234
4235         * nnmairix.el: Remove old documentation in the commentary block.
4236         (nnmairix-request-group): Do not update active file for nnml back ends.
4237         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4238         end so that overview files are ignored.
4239         (nnmairix-update-groups): Make updating the groups more robust by using
4240         marks.
4241         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4242         with dollar characters in message-id.
4243
4244 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4247         2008-12-25 in dns.el.
4248
4249 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4250
4251         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4252         could happen if the text is only composed of spaces and/or tabs.
4253
4254 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4255
4256         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4257         when sending a queued message to avoid extra mml tags.
4258
4259 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4262
4263 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4266         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4267         rmail-toggle-header for XEmacs;
4268         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4269
4270 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-dired.el: Remove autoload for gnus-setup-message.
4273         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4274         displaying Gnus logo; always use compose-mail.
4275
4276 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4279
4280 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4283         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4284         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4285         available.
4286         (gnus-nocem-epg-verify): New function.
4287
4288 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4291
4292 2009-02-15  Glenn Morris  <rgm@gnu.org>
4293
4294         * gnus-util.el (rmail-insert-rmail-file-header)
4295         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4296         autoloads.
4297         (rmail-default-rmail-file): Remove unnecessary declaration.
4298         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4299
4300 2009-02-14  Glenn Morris  <rgm@gnu.org>
4301
4302         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4303         variable (only used in gnus-util, which declares it anyway).
4304         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4305         which was only needed by gnus-art (changed to not use it any more).
4306         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4307         only used in gnus-util, which autoloads it itself.
4308         (rmail-update-summary): Fix autoload.
4309
4310         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4311         rather than rmail-output-to-rmail-file.
4312
4313 2009-02-07  Glenn Morris  <rgm@gnu.org>
4314
4315         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4316         autoload of function that no longer exists.
4317         (rmail-toggle-header): Declare.
4318         (message-forward-rmail-make-body): Handle mbox Rmail.
4319
4320 2009-01-31  Glenn Morris  <rgm@gnu.org>
4321
4322         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4323         2009-01-09 change.
4324
4325 2009-01-31  Dave Love  <fx@gnu.org>
4326
4327         * imap.el (imap-fetch-safe): Bind debug-on-error.
4328         (imap-debug): Add imap-fetch-safe.
4329
4330 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4333         (auth-source-forget-all-cached): New convenience function.
4334         (auth-source-user-or-password): Accept list of modes or a single mode.
4335
4336         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4337         auth-source modes.
4338
4339         * netrc.el (netrc-machine-user-or-password): Use list of
4340         auth-source modes.
4341
4342         * nnimap.el (nnimap-open-connection): Use list of
4343         auth-source modes.
4344
4345         * nntp.el (nntp-send-authinfo): Use list of
4346         auth-source modes.
4347
4348 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4351         now.
4352
4353 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4356         coding system in XEmacs; add a workaround for XEmacs.
4357
4358         * lpath.el: Fbind coding-system-aliasee.
4359
4360 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4363         of current-language-environment.
4364
4365 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4368         available at runtime.
4369
4370 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4373
4374 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4375
4376         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4377         the greatest positive fixnum value doesn't work under an XEmacs with
4378         bignum support; use the most-positive-fixnum constant instead,
4379         available since Emacs 21.1 with cl and XEmacs 21.1.
4380
4381 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4384         XEmacs gets not to work.
4385
4386 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * mm-util.el (mm-coding-system-priorities): Allow the value like
4389         "Japanese (UTF-8)" of current-language-environment.
4390
4391 2009-01-09  Glenn Morris  <rgm@gnu.org>
4392
4393         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4394         with last-command-event.
4395
4396 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4399         in the doc string.
4400
4401         * message.el (message-fix-before-sending): Amend comment.
4402
4403 2009-01-08  Dave Love  <fx@gnu.org>
4404
4405         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4406
4407 2009-01-07  David Engster  <dengste@eml.cc>
4408
4409         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4410         simplified server definitions by converting it via
4411         gnus-server-to-method.
4412
4413 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4416         parameter's operands.
4417
4418 2009-01-06  David Engster  <dengste@eml.cc>
4419
4420         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4421         primary select method (for gnus-group-mark-article-as-read).
4422
4423 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4424
4425         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4426         `(gnus)Face', not `(gnus)X-Face'.
4427
4428 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * mm-util.el (mm-ucs-to-char): New function.
4431
4432         * mm-url.el (mm-url-decode-entities): Use it.
4433
4434         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4435         unicode-to-char.
4436
4437 2009-01-05  Dave Love  <fx@gnu.org>
4438
4439         * time-date.el: Require cl for `declare'.
4440
4441 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4442
4443         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4444         Dave Love.
4445
4446 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * message.el (message-fix-before-sending): Add `eight-bit' to
4449         illegible-text check.
4450
4451 2009-01-03  Michael Olson  <mwolson@gnu.org>
4452
4453         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4454         `headers' is nil.  This can occur if the IMAP server does not have
4455         permissions to read messages from a folder, but can write new messages
4456         to the folder.
4457         (nnimap-request-article-part): Do not insert `data' if it is nil.
4458
4459         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4460         characters which will confuse `read', so skip past them.
4461
4462 2009-01-01  Dave Love  <fx@gnu.org>
4463
4464         * imap.el (imap-string-to-integer): Fix typo.
4465         (imap-fetch-safe): New function.
4466         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4467
4468         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4469
4470         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4471         (imap-parse-greeting): Fix doc strings.
4472         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4473         (imap-parse-flag-list): Make messages unique.
4474         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4475
4476         * nnimap.el: Fix author email.
4477         (nnimap-split-rule): Add FIXME comment.
4478         (nnimap-debug): Fix doc string.
4479
4480 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4483
4484 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4485
4486         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4487         nslookup if resolv.conf isn't available.
4488         (dns-query): Rename from query-dns.
4489         (dns-query-cached): Rename from query-dns-cached.
4490
4491 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4494         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4495         to check if those variables exist (first appeared in Emacs 18.50).
4496
4497 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * mm-util.el (mm-line-number-at-pos): New function.
4500
4501         * spam-report.el (spam-report-process-queue): Use it.
4502
4503 2008-12-24  David Engster  <dengste@eml.cc>
4504
4505         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4506         parameters that haven't existed as variables as buffer-local variables.
4507
4508 2008-12-23  Dave Love  <fx@gnu.org>
4509
4510         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4511         cadar.
4512
4513         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4514         imap-starttls-p.
4515         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4516
4517 2008-12-22  Dave Love  <fx@gnu.org>
4518
4519         * imap.el: Fix author email.  Doc fixes.
4520         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4521         reply.
4522
4523 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * spam-report.el (spam-report-gmane-max-requests): New constant.
4526         (spam-report-gmane-wait): New variable.
4527         (spam-report-gmane-ham, spam-report-gmane-spam)
4528         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4529         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4530         the server.
4531
4532         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4533         Add explanations.
4534
4535         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4536         nnheader-accept-process-output and nnheader-read-timeout if available.
4537         (pop3-movemail): Use it.
4538
4539         * message.el (message-check-news-body-syntax): Fix signature check if
4540         there's an attachment.
4541
4542 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * mm-util.el: Add comments to the mm- emulating functions.
4545
4546 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4547
4548         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4549         by Stephen Berman <stephen.berman@gmx.net>.
4550
4551 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * mm-util.el (mm-substring-no-properties): New function.
4554         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4555         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4556         (mm-string-to-multibyte): Doc fix.
4557
4558         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4559
4560 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * mml.el (mml-attach-file): Strip text properties from file name.
4563         (Bug#1574)
4564
4565 2008-12-16  Glenn Morris  <rgm@gnu.org>
4566
4567         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4568
4569 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4572         knows since the charset specified might be a bogus alias that
4573         mm-charset-synonym-alist provides.
4574
4575 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4578         "ISO_8859-1".
4579
4580         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4581
4582 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * mm-util.el (mm-charset-eval-alist):
4585         Define it before mm-charset-to-coding-system.
4586         (mm-charset-to-coding-system): Add optional argument `silent';
4587         define it before mm-charset-override-alist.
4588         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4589         default value if it can be used in Emacs currently running;
4590         silence mm-charset-to-coding-system.
4591
4592 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4595         `allow-override' which says whether to use `mm-charset-override-alist'.
4596         (rfc2047-decode-encoded-words): Use it.
4597
4598         * mm-util.el (mm-charset-override-alist): Fix custom type;
4599         add `(gb2312 . gbk)' to choices.
4600
4601 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4604         fast.
4605
4606         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4607
4608         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4609
4610 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4611
4612         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4613         on links.
4614
4615         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4616
4617 2008-12-03  Lute Kamstra  <lute@gnu.org>
4618
4619         * sha1.el: Remove leading * from docstrings of defcustoms,
4620         deffaces, defconsts and defuns.
4621
4622 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4625         users' addresses that don't have domain parts.
4626         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4627         rather than message-narrow-to-head since there will be the message
4628         header separator.
4629
4630 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4633         since the result is inserted in a unibyte buffer anyway.
4634         (nnimap-demule-use-string-to-multibyte): Remove.
4635         (nnimap-demule): Alias it to mm-string-to-multibyte.
4636
4637 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4640         variable for debugging bug#464 and bug#1174.
4641         (nnimap-demule): Use it.
4642
4643 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4644
4645         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4646         score calculation correctly.
4647
4648 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4649
4650         * message.el (message-send-mail): Just set the buffer to unibyte
4651         rather than use mm-with-unibyte-current-buffer which does a lot more.
4652         (message-send-mail-partially): Don't bother with
4653         mm-with-unibyte-current-buffer since it's already been made unibyte by
4654         message-send-mail.
4655
4656 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4657
4658         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4659
4660 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4661
4662         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4663
4664 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4667         require itself and to remove `with-no-warnings'.
4668
4669 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * starttls.el (starttls-any-program-available): Get the name of the
4672         available TLS layer program.
4673         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4674         well as the host name in the "opening" message.
4675
4676         * auth-source.el (auth-source-cache, auth-source-do-cache)
4677         (auth-source-user-or-password): Cache passwords and logins by default,
4678         allow override with `auth-source-do-cache'.
4679         (auth-source-forget-user-or-password): Allow users to remove cache
4680         entries if needed.
4681
4682 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4683
4684         * md4.el (md4-buffer): Fix typo in docstring.
4685         (md4, md4-64): Doc fixes.
4686         (md4-pack-int32): Reflow docstring.
4687
4688 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4691         condition-case to only the forward-sexp call.
4692
4693 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4696         quotes contained.  Make it more robust regardless by an extra
4697         condition-case wrapper.
4698
4699 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4702
4703 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * nnml.el (nnml-request-expire-articles): Check if the function set to
4706         `nnmail-expiry-target' returns the symbol `delete'.
4707
4708         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4709
4710         * nnmail.el (nnmail-expiry-target): Fix custom type.
4711
4712 2008-10-02  Glenn Morris  <rgm@gnu.org>
4713
4714         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4715         Silence compiler warning.
4716
4717 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4718
4719         * tls.el (open-tls-stream): Show the actual command being
4720         executed, instead of the format string.
4721
4722 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * lpath.el: Fbind codepage-setup for Emacs 23.
4725
4726 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4727
4728         * mml.el (mml-menu): Don't assume mml2015 is bound.
4729
4730 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4733         exists.
4734
4735 2008-09-27  Glenn Morris  <rgm@gnu.org>
4736
4737         * gnus-util.el (mail-header-remove-comments): Autoload it.
4738
4739 2008-09-27  Andreas Schwab  <schwab@suse.de>
4740
4741         * gnus-util.el (gnus-split-references): Strip comments.
4742         (gnus-parent-id): Likewise.
4743
4744 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * message.el (message-confirm-send): Fix version.
4747
4748 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * message.el (message-idna-to-ascii-rhs-1): Use
4751         mail-extract-address-components rather than mail-header-parse-addresses
4752         that is an alias by default to ietf-drums-parse-addresses that does not
4753         support non-ASCII names in headers' contents.
4754
4755 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * message.el (message-confirm-send): Fixed variable documentation to
4758         avoid the "y/n" wording.
4759
4760 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4761
4762         * message.el (message-set-auto-save-file-name): Save to a different
4763         filename so multiple messages (especially drafts) can be recovered.
4764
4765 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * message.el (message-confirm-send): Add appropriate version.
4768
4769 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4772         defvar.
4773
4774 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4775
4776         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4777         (mm-pkcs7-enveloped-magic): Ditto.
4778
4779 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4780
4781         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4782         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4783
4784 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4787         default, it's better.
4788
4789 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4792         summary line gnus-number property and ignore them (with a warning
4793         message).
4794
4795 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4798         macro caddr in the interactive form since it won't be expanded.
4799
4800 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4803         `charset'; fix name of function called recursively.
4804         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4805
4806 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4809         (gnus-mime-set-charset-parameters): New function.
4810         (gnus-mime-view-part-as-charset): Use it to correctly display part
4811         specifying wrong charset.
4812
4813 2008-09-08  David Engster  <dengste@eml.cc>
4814
4815         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4816         in completing-read for back end server.
4817
4818 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * message.el (message-confirm-send): New variable to confirm sending a
4821         message.
4822         (message-send): Use it.
4823
4824 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4827
4828 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4831
4832 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4835         prevent tracking too many groups.
4836         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4837         Use it.
4838
4839 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4840
4841         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4842         moving point to the bottom of the window in order to avoid recentering.
4843
4844 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4847
4848         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4849         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4850         (gnus-article-beginning-of-window): Fix calculation.
4851
4852 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-msg.el (gnus-summary-supersede-article)
4855         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4856         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4857         message header.
4858
4859 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4860
4861         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4862         pending output coming after the status change.
4863
4864 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4865
4866         * message.el:
4867         * gnus-start.el:
4868         * gnus-registry.el: Remove VMS support.
4869
4870 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4873         macro.
4874         (rfc2104-hash): Use it.
4875
4876 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4879         (gnus-summary-sort-by-most-recent-date): New commands.
4880         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4881         and menu entries.
4882
4883 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4886         don't redisplay article for raw contents; remove plural articles stuff.
4887
4888         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4889         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4890         on gnus-summary-save-article; display results properly.
4891
4892 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * lpath.el: No need to fbind ns-focus-frame.
4895
4896 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4899
4900 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4903         gnus-save-all-headers.
4904
4905 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4906
4907         * gnus-util.el (ns-focus-frame): Remove declaration.
4908         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4909         like x.
4910
4911 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4912
4913         * rfc2104.el (rfc2104-zero): Delete defconst.
4914         (rfc2104-hex-alist): Likewise.
4915         (rfc2104-hex-to-int): Delete func.
4916         (rfc2104-hexstring-to-bitstring): Likewise.
4917         (rfc2104-nybbles): New defconst.
4918         (rfc2104-hash): Rewrite for speed.
4919
4920 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * tls.el (open-tls-stream): Make it work with the 2nd argument
4923         BUFFER that is a string but does not exist as a buffer object, as
4924         mentioned in the doc-string.
4925
4926 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4929         SXEmacs.
4930
4931 2008-07-16  Glenn Morris  <rgm@gnu.org>
4932
4933         * gnus-util.el (ns-focus-frame): Declare for compiler.
4934
4935 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4938         set as a group parameter.
4939         (gnus-summary-save-in-pipe): Work when it is called independently.
4940         (gnus-summary-pipe-to-muttprint): Don't modify
4941         gnus-summary-pipe-output-default-command.
4942
4943 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4944
4945         * message.el (message-send-mail-with-sendmail):
4946         Display the error message.
4947
4948 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-art.el (gnus-default-article-saver):
4951         Add gnus-summary-save-in-pipe to choices.
4952         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4953         gnus-summary-pipe-output-default-command as the default command.
4954         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4955         instead of gnus-last-shell-command.
4956
4957         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4958         New user option.
4959         (gnus-summary-muttprint-program): Mention the value will be changed.
4960         (gnus-summary-save-article): Force showing of all headers.
4961         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4962
4963 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4964
4965         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4966
4967 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4968
4969         * nnimap.el (nnimap-id):
4970         * sieve-manage.el (sieve-manage-open): Doc fixes.
4971
4972 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4973
4974         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4975         if available.
4976
4977 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4978
4979         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4980
4981         * nnkiboze.el (nnkiboze-generate-group):
4982         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4983
4984         * nnmairix.el: Require CL.
4985
4986 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * dgnushack.el: Autoload get-display-table and put-display-table for
4989         XEmacs 21.5.
4990
4991         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4992         21.4 and SXEmacs.
4993
4994 2008-06-15  David Engster  <dengste@eml.cc>
4995
4996         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4997
4998 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4999
5000         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5001         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5002         runtime choice under XEmacs.
5003
5004         * gnus-sum.el (gnus-summary-set-display-table):
5005         Use `gnus-put-display-table', `gnus-get-display-table',
5006         `gnus-set-display-table' for the display table, instead of `aset'.
5007
5008         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5009         Use `gnus-put-display-table', `gnus-get-display-table',
5010         `gnus-set-display-table' for the display table.
5011
5012 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * nnmairix.el: Add autoloads.
5015
5016 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * nnmairix.el (nnmairix-delete-recreate-group)
5019         (nnmairix-update-and-clear-marks): Fix error messages.
5020
5021 2008-06-14  David Engster  <dengste@eml.cc>
5022
5023         * nnmairix.el: Upgrade to version 0.6.
5024         (nnmairix-group-toggle-propmarks-this-group)
5025         (nnmairix-group-toggle-readmarks-this-group)
5026         (nnmairix-group-delete-recreate-this-group)
5027         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5028         (nnmairix-remove-tick-mark-original-article): New commands.
5029         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5030         (nnmairix-propagate-marks-to-nnmairix-groups)
5031         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5032         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5033         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5034         functions needed for marks propagation and manipulation of read marks.
5035         (nnmairix-update-groups): New function.
5036         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5037         (nnmairix-determine-original-group-from-registry)
5038         (nnmairix-determine-original-group-from-path)
5039         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5040         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5041         New helper functions.
5042         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5043         keystrokes for new commands.
5044         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5045         (nnmairix-request-group): Check allow-fast group parameter.
5046         (nnmairix-request-create-group): Set allow-fast group parameter if
5047         nnmairix-allowfast-default is set.
5048         (nnmairix-close-group): Propagate marks upon closing if needed.
5049         (nnmairix-group-toggle-threads-this-group): Use new.
5050         nnmairix-group-toggle-parameter helper function.
5051         (nnmairix-search): Better check for empty search result.
5052         (nnmairix-goto-original-article): Use new helper functions for
5053         determining original article.
5054         (nnmairix-show-original-article): Make sure message-id is in brackets.
5055         (nnmairix-call-mairix-binary): Change variable name.
5056         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5057         helper function.
5058         (nnmairix-widget-toggle-activate): Fix doc string.
5059
5060 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * nnir.el: Require edmacro when compiling with XEmacs.
5063         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5064         available in Emacs 21.
5065
5066 2008-06-11  Glenn Morris  <rgm@gnu.org>
5067
5068         * gnus-util.el (x-focus-frame):
5069         * gnus.el (image-size):
5070         * mm-decode.el (image-size): Declare.
5071
5072         * gnus-picon.el (declare-function): Add compat definition.
5073         (image-size): Declare.
5074
5075         * gnus-group.el (tool-bar-map):
5076         * gnus-sum.el (tool-bar-map): Define for compiler.
5077
5078         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5079
5080         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5081
5082         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5083         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5084         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5085         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5086         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5087         * sieve-manage.el, spam-report.el, spam.el:
5088         Remove unnecessary eval-and-compile of autoloads.
5089
5090 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5091
5092         * auth-source.el: Precise Tramp doc.
5093
5094 2008-06-07  Glenn Morris  <rgm@gnu.org>
5095
5096         * nnmairix.el: Remove unnecessary eval-when-compile.
5097
5098 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * lpath.el: Fbind propertize for XEmacs 21.4.
5101
5102 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * nnir.el: Move here from ../contrib.
5105
5106 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * gnus-util.el (gnus-read-shell-command): New function.
5109         * mm-decode.el (mm-pipe-part):
5110         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5111
5112 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5115
5116 2008-06-03  Glenn Morris  <rgm@gnu.org>
5117
5118         * pop3.el (nnheader-accept-process-output): Autoload it.
5119
5120 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5123         are not 2-digit hexadecimal characters that follow `%'s.
5124
5125 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * message.el (message-bogus-recipient-p): Fix type in doc string.
5128         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5129         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5130         Improve custom options.
5131         (message-bogus-recipient-p): Adjust accordingly.
5132
5133 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5134
5135         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5136         long-form month and day names.
5137
5138 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * dgnushack.el: Autoload debug, eudc-expand-inline and
5141         pgg-snarf-keys-region for XEmacs.
5142
5143         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5144
5145         * nnmairix.el: Require edmacro when compiling with XEmacs.
5146
5147 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5150         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5151
5152 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * auth-source.el: Add more docs.
5155
5156         * netrc.el (netrc-machine): Always match if the port is not given.
5157
5158 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5161         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5162         retrieval faster in some cases, but might make CPU usage larger.  If
5163         this has any bad side effects, we might revert this change.
5164
5165         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5166         seems to make mail retrieval much, much faster.
5167         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5168         unconditionally.
5169
5170         * gnus-draft.el (gnus-group-send-queue): Bind
5171         message-send-mail-partially-limit to nil to avoid being prompted.
5172
5173 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5176
5177         * message.el (message-bogus-address-regexp): Fix and improve custom
5178         type.
5179         (message-setup-hook): Add message-check-recipients as custom option.
5180
5181 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * message.el (message-cite-function): Remove bogus autoload which crept
5184         in during merge from v5-10.
5185
5186 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5189
5190         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5191
5192         * auth-source.el: Preliminary Tramp docs.
5193         (auth-sources): Change the default auth-sources to use
5194         EPA .gpg files.
5195
5196 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5197
5198         * nntp.el: Autoload `auth-source-user-or-password'.
5199         (nntp-send-authinfo): Use it.
5200
5201         * nnimap.el: Autoload `auth-source-user-or-password'.
5202         (nnimap-open-connection): Use it.
5203
5204         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5205         for the gnus-message function.
5206         (auth-source-user-or-password): Use it.
5207
5208 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5209
5210         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5211         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5212         (rfc2104-hash): Use it.
5213
5214 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5215
5216         * gnus-art.el (gnus-article-toggle-truncate-lines):
5217         Don't use `iff' in docstring.
5218
5219 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5222
5223         * gnus-util.el (gnus-extract-address-component-name)
5224         (gnus-extract-address-component-email): Convenience functions around
5225         `gnus-extract-address-components'.
5226
5227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5228         Use `gnus-extract-address-component-email' to fix bug of comparing full
5229         sender name to `user-mail-address'.
5230
5231 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5234         catch/throw to optimize.
5235         (gnus-registry-find-keywords): Just use member to find a keyword.
5236
5237 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5238
5239         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5240         is current before calling gnus-server-prepare.
5241         (gnus-server-setup-buffer, gnus-server-update-server)
5242         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5243
5244 2008-05-04  Juri Linkov  <juri@jurta.org>
5245
5246         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5247         (mailcap-file-default-commands): Use mailcap-replace-in-string
5248         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5249         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5250
5251 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5252
5253         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5254
5255 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5256
5257         * gnus.el: Bump version to 0.11.
5258
5259 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5260
5261         * gnus.el: No Gnus v0.10 is released.
5262
5263 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5266         hooks.
5267         (gnus-update-read-articles): Speed up non-marks-using users.
5268         (gnus-use-marks): Define gnus-use-marks.
5269         (gnus-propagate-marks): Rename variable to something more sensible.
5270
5271 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5272
5273         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5274         (gmm-image-load-path-for-library): Fix typos in docstrings.
5275         (gmm-message): Reflow docstring.
5276
5277 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * mail-source.el (mail-source-set-1, mail-source-bind):
5280         Move auth-source code out of the macro to clean it up and fix bugs.
5281
5282 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5285         by sender if it's equal to user-mail-address, it's likely to be
5286         useless.
5287
5288         * mail-source.el (mail-source-bind): Don't use user or password if they
5289         are not bound.  Unintern them if they are nil.  Don't use server unless
5290         it's bound, and default it to empty string otherwise.
5291
5292 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * mail-source.el: Load auth-source.el.
5295         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5296         get user name or password, if auth-sources is set up.
5297
5298         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5299         strategy of splitting with parent.
5300         (gnus-registry-split-fancy-with-parent)
5301         (gnus-registry-post-process-groups): Use it and fix prior
5302         bug (returning a list as the split result).
5303
5304         * auth-source.el (auth-sources): Remove server parameter.
5305         (auth-source-pick, auth-source-user-or-password)
5306         (auth-source-user-or-password-imap)
5307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5308         (auth-source-user-or-password-sftp)
5309         (auth-source-user-or-password-smtp): Remove server parameter.
5310
5311 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5312
5313         * smime.el (smime-sign-region, smime-encrypt-region)
5314         (smime-decrypt-region):
5315         Remove redundant calls to `generate-new-buffer-name'.
5316
5317 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5318
5319         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5320         Don't use QP for message/rfc822.
5321         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5322
5323 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * sieve-manage.el (sieve-string-bytes): Remove.
5326         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5327         correct byte-length only if the process's coding-system is the same as
5328         the one used internally by Emacs to represent strings.
5329
5330 2008-04-22  Juri Linkov  <juri@jurta.org>
5331
5332         * mailcap.el (mailcap-file-default-commands): New function.
5333
5334 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * message.el (message-signature-separator, message-cite-function):
5337         Change custom version.
5338
5339 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5340
5341         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5342         commands.
5343         (tls-checktrust): Ditto.
5344
5345 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * mm-decode.el (mm-display-external): Make temp file read-only.
5348
5349 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5352         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5353         `C-c C-f d'.
5354
5355 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5356
5357         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5358
5359 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * gnus.el: Bump version to 0.9.
5362
5363 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5364
5365         * gnus.el: No Gnus v0.8 is released.
5366
5367 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5368
5369         * mail-source.el (mail-source-value):
5370         Prefer fboundp to functionp so it works with macros as well.
5371
5372 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5375         Fix last change in case the element is not even a symbol.
5376
5377 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5378
5379         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5380         Prefer fboundp to functionp so it works with macros as well.
5381
5382 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * auth-source.el: Added docs.
5385         (auth-sources): Modify format to support server.
5386         (auth-source-pick, auth-source-user-or-password)
5387         (auth-source-user-or-password-imap)
5388         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5389         (auth-source-user-or-password-sftp)
5390         (auth-source-user-or-password-smtp): Add server parameter.
5391
5392 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * gnus-registry.el: Initialize the registry when gnus-registry-install
5395         is t.
5396
5397 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * compface.el (uncompface): Make buffer unibyte.
5400
5401 2008-04-05  Glenn Morris  <rgm@gnu.org>
5402
5403         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5404
5405 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5406
5407         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5408         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5409
5410         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5411         multibyteness after rather than before erasing it.
5412
5413         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5414         mm-with-multibyte.
5415         (gnus-request-article-this-buffer): Make sure the proper decoding is
5416         used if gnus-original-article-buffer happens to be unibyte.
5417
5418         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5419         default-enable-multibyte-characters.
5420
5421         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5422         default-enable-multibyte-characters.
5423
5424         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5425
5426         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5427
5428 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5429
5430         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5431         (imap-message-copyuid-1): Use it.
5432         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5433         J. Williams in
5434         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5435
5436         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5437         imap-enable-exchange-bug-workaround.
5438         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5439
5440 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5441
5442         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5443         a 100 byte status-checks into a 2-3MB transfer for each group.
5444         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5445         to enable bug workaround or not.
5446         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5447
5448 2008-03-31  Glenn Morris  <rgm@gnu.org>
5449
5450         * message.el (mml2015-use): Declare for compiler.
5451         (message-info): Require mml2015 when appropriate.
5452
5453 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5456         whitespace.
5457
5458 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5461         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5462         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5463         (nntp-service-to-port): New function.
5464         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5465         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5466         (nntp-open-netcat-stream): New function.
5467         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5468
5469 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5470
5471         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5472
5473 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5474
5475         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5476
5477 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5478
5479         * dns.el (dns-write): Use set-buffer-multibyte.
5480
5481 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5482
5483         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5484
5485 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * message.el (message-signature-separator): Change default.
5488         Improve custom type.
5489         (message-cite-function): Change default to
5490         message-cite-original-without-signature.
5491
5492         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5493         toggle.
5494
5495         * message.el (message-check-news-body-syntax): Fix signature check.
5496         (message-setup-1): Mark buffer as unmodified _after_ running
5497         message-setup-hook and handling message-alternative-emails.
5498         (message-shorten-references): Be more strict when building list of
5499         valid references to comply with GNKSA.
5500
5501         * gnus-group.el (gnus-read-ephemeral-bug-group)
5502         (gnus-read-ephemeral-debian-bug-group)
5503         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5504
5505         * message.el (message-info): Don't use booleanp which isn't supported
5506         in Emacs 21 and XEmacs.
5507
5508 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5511         gnus-group-gmane-group-download-format.
5512         (gnus-group-read-ephemeral-gmane-group): Rename from
5513         gnus-group-read-ephemeral-gmane-group.
5514         (gnus-read-ephemeral-gmane-group-url): Rename from
5515         gnus-group-read-ephemeral-gmane-group-url.
5516         (gnus-bug-group-download-format-alist): New variable.
5517         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5518         (gnus-read-ephemeral-emacs-bug-group): New commands.
5519
5520 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5523         (gnus-visible-headers): Improve custom type.
5524
5525 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * mml.el (mml-menu): Add workarounds for XEmacs.
5528
5529         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5530         X-Boundary header.
5531
5532         * message.el (message-simplify-recipients): Fix previous commit.
5533
5534 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5535
5536         * mm-util.el (mm-set-buffer-multibyte): New function.
5537         * mm-decode.el (mm-copy-to-buffer): Use it.
5538
5539 2008-03-19  Glenn Morris  <rgm@gnu.org>
5540
5541         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5542         Accidentally removed in the sync process with Emacs.
5543
5544 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * message.el (message-alter-recipients-discard-bogus-full-name):
5547         New function.
5548         (message-alter-recipients-function): New variable.
5549         (message-get-reply-headers): Use it.
5550         (message-replace-header): New helper function.
5551         (message-recipients-without-full-name): New variable.
5552         (message-simplify-recipients): New command.
5553
5554         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5555
5556         * message.el (message-info): Handle EasyPG manual.
5557
5558         * mml.el (mml-menu): Add entry for EasyPG.
5559
5560 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5561
5562         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5563         parameter.
5564
5565         * message.el (message-disassociate-draft): Specify drafts group name
5566         fully.
5567
5568 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5571         unnecessary duplicates from the match list.
5572
5573 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5576
5577         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5578
5579         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5580         args of `how-many' of which the XEmacs version doesn't take; declare
5581         Info-index-next as function.
5582
5583 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * gnus-score.el (gnus-score-headers): Fix handling of
5586         gnus-inhibit-slow-scoring.
5587
5588         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5589         string.
5590         (gnus-button-url-regexp): Improve handling of parenthesis.
5591         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5592         (gnus-button-handle-info-keystrokes): Handle index entries.
5593
5594 2008-03-15  Glenn Morris  <rgm@gnu.org>
5595
5596         * parse-time.el (parse-time-string): Simplify.
5597
5598 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5601         Incoming* files.
5602
5603 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5606         (auth-source-pick): Use it.
5607
5608 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5609
5610         * binhex.el (binhex-decode-region-internal):
5611         * uudecode.el (uudecode-decode-region-internal):
5612         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5613         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5614         setting default-enable-multibyte-characters.
5615
5616 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5617
5618         * auth-source.el (auth-source-protocols)
5619         (auth-source-protocols-customize, auth-source-choices): Added and
5620         modified variable customizations and defaults.
5621         (auth-source-pick, auth-source-user-or-password)
5622         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5623         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5624         (auth-source-user-or-password-sftp)
5625         (auth-source-user-or-password-smtp): Use new variables and provide an
5626         interface to netrc.el.
5627
5628 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5631         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5632         Make sure the nntp port to specify is a string.
5633
5634 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5635
5636         * nntp.el: Use with-current-buffer.
5637         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5638         dubious mm-with-unibyte-current-buffer.
5639         (nntp-with-open-group-function): New function extracted from
5640         nntp-with-open-group macro.
5641         (nntp-with-open-group): Use the function, so it's easier to debug.
5642         Add indentation and debugging info.
5643         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5644         the use of the netcat alternatives.
5645
5646         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5647         Avoid mm-string-as-multibyte as well.
5648
5649         * nnweb.el (nnweb-insert-html):
5650         Remove use of nnheader-string-as-multibyte.
5651
5652         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5653         (nnheader-string-as-multibyte): Remove.
5654
5655         * mm-view.el: Use inhibit-read-only.
5656         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5657         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5658         or unibyte-string.
5659
5660         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5661         (mm-uu-yenc-extract): Use with-current-buffer.
5662
5663         * gnus-soup.el (gnus-soup-send-packet): Don't use
5664         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5665
5666         * nnmh.el: Use with-current-buffer.
5667         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5668         mm-string-as-multibyte on the output of mm-encode-coding-string.
5669
5670         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5671         (nnimap-request-move-article): Use with-current-buffer.
5672
5673         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5674         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5675         conversion uses string-make-unibyte rather than string-as-unibyte.
5676
5677         * gnus-msg.el: Use with-current-buffer.
5678
5679         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5680
5681 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5682
5683         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5684         string for caching if it is 'PIN.
5685
5686 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * lpath.el: Consider the case without Emacs/W3.
5689
5690 2008-03-08  Glenn Morris  <rgm@gnu.org>
5691
5692         * time-date.el (date-to-time, time-subtract, time-add)
5693         (safe-date-to-time): Doc fixes.
5694
5695 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * mail-source.el (mail-source-delete-old-incoming-confirm):
5698         Change default to nil.
5699         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5700
5701 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * lpath.el: Rearrange.
5704
5705         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5706         (gnus-article-goto-prev-page): Work for articles having ^L's.
5707
5708         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5709
5710         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5711
5712 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5713
5714         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5715         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5716         (gnus-bookmark-jump): Adjust some variable names.
5717
5718 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * auth-source.el: New package.
5721         (auth-source-choices): Add customization entry point variable.
5722
5723         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5724         bug.
5725
5726 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5729         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5730         (gnus-registry-install-shortcuts): Rename from
5731         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5732         the `gnus-registry-mark-map' keymap dynamically from
5733         `gnus-registry-marks'.  The generated functions update the summary line
5734         when a registry mark is added or deleted, and will call
5735         `gnus-registry-install-p' (see the comments in the code).
5736         (gnus-registry-user-format-function-M): Use concat intelligently.
5737
5738         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5739         the registry mark functions.
5740
5741 2008-03-05  Glenn Morris  <rgm@gnu.org>
5742
5743         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5744         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5745         gnus-art.
5746         (top-level): No need to load own source when compiling.
5747
5748 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5751         Suggested by <chris.anderton@zetnet.co.uk>.
5752
5753 2008-03-04  Glenn Morris  <rgm@gnu.org>
5754
5755         * gnus-sum.el (top-level): No need to require gnus when compiling,
5756         since unconditionally required near start of file.
5757         (gnus-summary-display-while-building): Move definition before use.
5758
5759 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5762         formatting function.
5763
5764 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5765
5766         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5767         with plists.
5768         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5769         Use new format.
5770
5771 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5774         `where-is-internal' that returns a range of key sequences.
5775
5776 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5777
5778         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5779
5780         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5781         (gnus-summary-jump-to-group): Consider windows on other displayed
5782         frames as well.  Similar changes might be needed elsewhere, but that's
5783         the one I've bumped into during my use.
5784
5785         * nndoc.el (nndoc-oe-dbx-type-p):
5786         * gnus-msg.el (gnus-debug):
5787         * gnus-group.el (gnus-update-group-mark-positions):
5788         Use mm-string-to-multibyte.
5789
5790 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5793         doesn't handle NotDashEscaped.
5794
5795         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5796         (mml-dnd-attach-options): Fix typo in custom choice.
5797
5798         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5799         nndoc-article-type to mbox.
5800         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5801
5802         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5803         to nil, instead of html2text.
5804
5805         * imap.el (imap-debug): Add `imap-ping-server'.
5806
5807         * gnus-bookmark.el: Add FIXMEs.
5808
5809         * message.el (message-form-letter-separator)
5810         (message-send-form-letter-delay): New variables.
5811         (message-send-form-letter): Use them.  New command to send form
5812         letters.  Requested by Uwe Siart.
5813         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5814
5815 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * Update copyright years.
5818
5819 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         Sync from EMACS_22_BASE.
5822
5823         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5824
5825 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5826
5827         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5828         empty author.
5829
5830 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-registry.el (gnus-registry-marks): Add variable for
5833         customization of marks and their appearance.
5834         (gnus-registry-read-mark): Use it.
5835         (gnus-registry-do-marks): Add utility function to loop through
5836         `gnus-registry-marks'.
5837         (gnus-registry-install-shortcuts-and-menus): Add function to install
5838         shortcuts and menus.
5839         (gnus-registry-initialize): Use it.
5840         (gnus-registry-default-mark): Clarify documentation.
5841
5842 2008-02-29  Glenn Morris  <rgm@gnu.org>
5843
5844         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5845         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5846         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5847         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5848         Change defcustom :version from 23.0 to 23.1.
5849
5850 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * gnus-registry.el (gnus-registry-follow-group-p)
5853         (gnus-registry-post-process-groups): Add functions to aid registry
5854         splitting and improve logging.  Clarify behavior in function
5855         documentation.
5856         (gnus-registry-split-fancy-with-parent): Use them.
5857
5858 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * gnus-art.el: Use with-current-buffer.
5861
5862 2008-02-27  David Engster  <dengste@eml.cc>
5863
5864         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5865         Express real group name in the response.
5866
5867 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5870         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5871         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5872         autoload gnus-registry-fetch-group when compiling.
5873         (nnmairix-request-group-with-article-number-correction): Remove
5874         unreferenced argument passed to nnmairix-call-backend.
5875
5876 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5879         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5880         Wilde.
5881
5882 2008-02-27  Glenn Morris  <rgm@gnu.org>
5883
5884         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5885         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5886         variables to defconsts.  Convert comments to doc-strings.
5887         (nnmairix-last-server, nnmairix-current-server): Convert from free
5888         variables to defvars.  Convert comments to doc-strings.
5889         (gnus-registry-fetch-group): Autoload.
5890         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5891         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5892         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5893         caddr.
5894         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5895         nnmairix-request-group-with-article-number-correction call.
5896         (nnmairix-fast, nnmairix-group): New, less general names, for free
5897         variables passed from nnmairix-request-group to
5898         nnmairix-request-group-with-article-number-correction.  Declare.
5899         (nnmairix-request-group-with-article-number-correction):
5900         Use nnmairix-fast, nnmairix-group rather than fast, group.
5901
5902 2008-02-26  David Engster  <dengste@eml.cc>
5903
5904         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5905         version 0.5.
5906
5907 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5910         instead of making an extra function call.  Don't add the current group
5911         to articles only when they have the group.  Use
5912         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5913         Reported by David <de_bb@arcor.de>.
5914
5915 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5918         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5919
5920 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * mail-source.el (mail-source-delete-incoming): Change default.
5923         Supplement doc string.
5924
5925         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5926
5927 2008-02-14  Glenn Morris  <rgm@gnu.org>
5928
5929         * time-date.el (format-seconds): New function.
5930
5931 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * nnmail.el (nnmail-message-id-cache-file): Derive from
5934         `gnus-home-directory'.
5935
5936 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5939         Document negative prefix.
5940
5941         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5942
5943 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * message.el (message-unsent-separator): Add the Exim bounce
5946         separator.
5947
5948 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5949
5950         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5951         list.
5952         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5953         recipient/signer list.
5954
5955 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * Makefile.in (datarootdir): Define.
5958         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5959         name that might contain whitespace.
5960
5961 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5964         fbound (Emacs 23 unicode), signal an error.
5965
5966 2008-02-08  Glenn Morris  <rgm@gnu.org>
5967
5968         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5969
5970 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5971
5972         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5973         ports to the calls to `netrc-machine-user-or-password' in addition to
5974         "imap" and "imaps".
5975
5976 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5977
5978         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5979
5980         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5981
5982 2008-02-01  Kenichi Handa  <handa@m17n.org>
5983
5984         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5985         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5986         (rfc2104-hash): Convert the result of concat to unibyte string.
5987
5988 2008-02-01  Dave Love  <fx@gnu.org>
5989
5990         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5991         coding-system-for-read.
5992         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5993
5994 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5995
5996         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5997         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5998         <hanche@math.ntnu.no>.
5999
6000 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6003
6004         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6005
6006 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6007
6008         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6009         * message.el (message-beginning-of-line): Use featurep instead of bound
6010         tests in order to resolve conditionals at compile time.
6011
6012 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6013
6014         * mail-source.el (mail-sources): Add `group' choice.
6015
6016         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6017         parameter `in-group' to control into which group the articles go.
6018         Add treatment of `group' mail-source.
6019
6020 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6023
6024         * mm-decode.el (mm-dissect-buffer): Decode description.
6025
6026         * mml.el (mml-to-mime): Encode message header first.
6027
6028 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6031         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6032
6033         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6034         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6035
6036 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6039
6040 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6043         prefix keys.
6044         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6045         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6046         gnus-xmas.el.
6047
6048         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6049         (gnus-xmas-article-describe-bindings): New function.
6050         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6051         gnus-xmas-article-describe-bindings.
6052
6053         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6054
6055 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6058         Add new variables for article mark management.
6059         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6060         list of extra data entries which, when present, will indicate that the
6061         article ID should not be trimmed from the registry.
6062         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6063         functions.
6064         (gnus-registry-read-mark): New function to read a mark name from the
6065         user.
6066         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6067         (gnus-registry-set-article-mark-internal): New functions to add and
6068         remove marks.
6069         (gnus-registry-get-article-marks): New function to show the marks for
6070         an article, or retrieve them for further use.
6071
6072 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6075         keys when no argument is given.
6076
6077 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * imap.el (imap-ping-server): New variable.
6080         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6081         (imap-ping-server): Minor doc string fixes.
6082
6083 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6084
6085         * imap.el (imap-ping-server): New function.
6086         (imap-opened): Call imap-ping-server.
6087
6088 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * gnus-sum.el (gnus-article-sort-by-random)
6091         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6092         jidanni@jidanni.org.
6093
6094 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-article-describe-bindings): New function.
6097         (gnus-article-read-summary-keys): Use it.
6098         (gnus-article-mode-map): Bind `C-h b' to it.
6099
6100 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6103         XEmacs.
6104         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6105         against non-character events.
6106
6107         * lpath.el: Fbind map-keymap for Emacs 21.
6108
6109 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6112         command.
6113         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6114         instead of END.  Change name of the temp file.
6115         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6116         customizable.
6117
6118 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6121         bind `S W' to gnus-article-wide-reply-with-original; set default
6122         binding to gnus-article-read-summary-send-keys.
6123         (gnus-article-read-summary-keys): Fix the order of keys; display
6124         continuation keys correctly in the echo area; describe bindings
6125         correctly when keys end with `C-h'.
6126         (gnus-article-read-summary-send-keys): New function.
6127         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6128         for gnus-article-read-summary-send-keys; display continuation keys
6129         correctly in the echo area.
6130         (gnus-article-reply-with-original): Ignore prefix argument.
6131         (gnus-article-wide-reply-with-original): New function.
6132
6133         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6134         Emacs 21.
6135
6136 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6139         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6140
6141 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6144         (gnus-group-read-ephemeral-gmane-group): New command.
6145
6146 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6147
6148         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6149
6150 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * message.el (message-send-mail-function): Increase custom version.
6153
6154         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6155         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6156
6157 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6160         for the cases where imap-authenticate is called with a nil buffer
6161         parameter.
6162
6163 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6166         html parts correctly; support forwarded messages.
6167         (gnus-article-browse-html-article): Remove work buffers.
6168
6169         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6170         compiling.
6171         (netrc-bound-and-true-p): New macro.
6172         (netrc-parse): Use it instead of bound-and-true-p that is not available
6173         in XEmacs 21.4.
6174
6175 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-mark-article)
6178         (gnus-registry-article-marks): Add functionality to mark articles
6179         through the Gnus registry.
6180
6181         * encrypt.el: Clarify documentation for the new pgg method.
6182         (encrypt-file-alist): Add PGG option.
6183         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6184         functionality.  Abstract password key and messaging to external
6185         functions.
6186         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6187         (encrypt-message-method-and-cipher): Add new convenience external
6188         functions.
6189         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6190         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6191
6192         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6193         (netrc-parse): Use encrypt-file-alist to determine if
6194         encrypt-find-model or encrypt-insert-file-contents should be used.
6195
6196         * encrypt.el: Clarify documentation.  Load password-cache or
6197         password, whichever one is found first, instead of autoloading.
6198
6199 2007-12-19  Glenn Morris  <rgm@gnu.org>
6200
6201         * mml.el (message-options-set, message-narrow-to-head)
6202         (message-in-body-p, message-mail-p, message-encode-message-body):
6203         Autoload.
6204         (message-remove-header, message-narrow-to-headers-or-head)
6205         (message-subscribed-p, message-make-mail-followup-to)
6206         (message-position-on-field, message-news-p)
6207         (message-options-set-recipient, message-generate-headers)
6208         (message-sort-headers): Declare as functions.
6209
6210 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6213         convention in doc string.
6214
6215 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6218         title to html parts.
6219         (gnus-article-browse-html-article): Pass message header to it.
6220
6221         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6222
6223 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6226         or password compatible with XEmacs.
6227
6228 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6231         format document.
6232         (gnus-mime-delete-part): Don't write description line if empty.
6233         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6234
6235 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6236
6237         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6238         (gnus-summary-mark-read-and-unread-as-read)
6239         (gnus-summary-mark-current-read-and-unread-as-read)
6240         (gnus-summary-mark-unread-as-ticked): Doc fix.
6241         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6242
6243 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6246         Christoph Conrad <christoph.conrad@gmx.de>.
6247
6248 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6251         yes-or-no-p.
6252
6253 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * mm-decode.el (mm-add-meta-html-tag): New function.
6256         (mm-save-part-to-file, mm-pipe-part): Use it.
6257
6258         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6259         gnus-y-or-n-p instead of y-or-n-p.
6260         (gnus-article-browse-html-parts): Work with message/external-body; use
6261         mm-add-meta-html-tag.
6262
6263 2007-12-11  Glenn Morris  <rgm@gnu.org>
6264
6265         * gnus-cache.el: Require gnus-sum not just when compiling.
6266
6267         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6268
6269         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6270         definitions before use.
6271
6272         * mm-decode.el: Require gnus-util.
6273         (mm-remove-part): Only call delete-annotation on XEmacs.
6274
6275         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6276
6277         * nnmail.el: Require gnus-int.
6278
6279         * spam.el: Move `require's before `eval-when-compile's.
6280
6281         * gnus-ems.el (gnus-alive-p):
6282         * gnus-fun.el (message-goto-eoh):
6283         * gnus-util.el (gnus-group-name-decode):
6284         * mail-source.el (gnus-compress-sequence):
6285         * message.el (Info-goto-node, format-spec):
6286         * mm-bodies.el (message-options-get):
6287         * mm-decode.el (mm-view-pkcs7):
6288         * mm-util.el (gmm-write-region):
6289         * mml-smime.el (mml-compute-boundary)
6290         (gnus-completing-read-with-default):
6291         * mml.el (widget-button-press, gnus-make-hashtable):
6292         * mml1991.el (mm-decode-content-transfer-encoding)
6293         (mm-encode-content-transfer-encoding)
6294         (message-options-get, message-options-set):
6295         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6296         * nnfolder.el (gnus-request-group):
6297         * nnheader.el (ietf-drums-unfold-fws):
6298         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6299         * smime.el (gnus-run-mode-hooks):
6300         * spam-stat.el (gnus-message): Autoload.
6301
6302         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6303         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6304         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6305         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6306         Add declare-function compatibility definition.
6307
6308         * gnus-cache.el (nnvirtual-find-group-art):
6309         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6310         (gnus-add-image, gnus-add-wash-type):
6311         * gnus-group.el (nnkiboze-score-file):
6312         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6313         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6314         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6315         (message-tokenize-header, gnus-get-buffer-create)
6316         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6317         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6318         * gnus.el (gnus-group-decoded-name):
6319         * mail-source.el (imap-capability):
6320         * mm-bodies.el (message-options-set):
6321         * mm-decode.el (gnus-configure-windows):
6322         * mm-extern.el (message-goto-body):
6323         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6324         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6325         (epg-sub-key-validity, message-options-set):
6326         * mml.el (widget-event-point, gnus-configure-windows):
6327         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6328         * mml2015.el (epg-check-configuration, epg-configuration)
6329         (message-options-set):
6330         * nndb.el (nndb-request-article):
6331         * nnfolder.el (gnus-request-create-group):
6332         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6333         * nnmaildir.el (gnus-group-mark-article-read):
6334         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6335         * rfc1843.el (message-fetch-field):
6336         * spam.el (gnus-extract-address-components):
6337         Declare as functions.
6338
6339 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6342
6343         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6344
6345         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6346         bind show-trailing-whitespace for XEmacs.
6347
6348 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6351         new no-op macro for backward compatibility.
6352
6353         * imap.el (imap-string-to-integer): New function.
6354
6355 2007-12-09  Glenn Morris  <rgm@gnu.org>
6356
6357         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6358
6359         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6360         * message.el, mm-view.el, sieve-manage.el, smime.el:
6361         Add declare-function compatibility definition.
6362
6363         * gnus-art.el (w3-region, w3m-region, Info-menu):
6364         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6365         * gnus-sum.el (gnus-get-predicate):
6366         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6367         * message.el (mail-abbrev-in-expansion-header-p):
6368         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6369         (w3m-detect-meta-charset, w3m-region):
6370         * sieve-manage.el (password-read, password-cache-add)
6371         (password-cache-remove):
6372         * smime.el (password-read-and-add): Declare as functions.
6373
6374 2007-12-08  David Kastrup  <dak@gnu.org>
6375
6376         * gnus-sum.el (gnus-summary-simplify-subject-query):
6377         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6378         `message'.
6379
6380 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6383         it to bind idna-program, installation-directory, defined-colors, and
6384         face-attribute for XEmacs of the version that compiles defcustom forms.
6385
6386 2007-12-07  Glenn Morris  <rgm@gnu.org>
6387
6388         * gnus-art.el (article-make-date-line): Revert previous change.
6389
6390 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6393
6394 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6395
6396         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6397         Call gnus-add-to-range ranges only once with a prepared article-list.
6398
6399 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6400
6401         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6402         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6403         group names with backslashes.  Reported by Tassilo Horn
6404         <tassilo@member.fsf.org>.
6405
6406 2007-12-06  Deepak Goel  <deego3@gmail.com>
6407
6408         * gnus-art.el (article-make-date-line):
6409         * gnus-start.el (gnus-load):
6410         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6411
6412 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-use-idna)
6415         * gnus-start.el (gnus-site-init-file)
6416         * message.el (message-use-idna)
6417         * mm-uu.el (mm-uu-hide-markers)
6418         * smiley.el (smiley-style): Revert changes that suppress warnings.
6419
6420 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6423         specify charset to html source.  Reported by Christoph Conrad
6424         <christoph.conrad@gmx.de>.
6425
6426 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6429         idna-program in order to suppress byte compile warning issued by XEmacs
6430         that came to byte compile the default value section of defcustom forms
6431         recently.
6432
6433         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6434         value of installation-directory.
6435
6436         * message.el (message-use-idna): Don't directly refer to the value of
6437         idna-program.
6438
6439         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6440
6441         * smiley.el (smiley-style): Don't directly call face-attribute.
6442
6443 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6446
6447         * gnus-dired.el: Reduce Gnus dependencies.
6448         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6449         require.  Use autoloads instead.
6450         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6451         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6452         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6453         (gnus-dired-mode): Adjust doc string.
6454         (gnus-dired-mail-mode): New variable.
6455         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6456         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6457         (gnus-dired-mail-buffers): New function.  Return mail or message
6458         composition buffers.
6459         (gnus-dired-attach): Use it.
6460         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6461         NO-DECODE.
6462         (gnus-dired-print): Use `gnus-print-buffer' depending on
6463         `gnus-dired-mail-mode'.
6464
6465 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * rfc2047.el (rfc2047-encoded-word-regexp)
6468         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6469         explaining what regexp patterns are for.
6470
6471 2007-12-04  Glenn Morris  <rgm@gnu.org>
6472
6473         * password.el: Move to password-cache.el.
6474
6475         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6476         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6477         * mml-smime.el (password-read, password-cache-add)
6478         (password-cache-remove):
6479         No need to autoload, since mml-sec requires password.
6480
6481         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6482         * message.el (gnus-extract-address-components):
6483         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6484
6485         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6486         password.
6487
6488 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * mailcap.el: Reduce dependencies.
6491         (mail-header-parse-content-type): Autoload.
6492         (mailcap-delete-duplicates): New alias.
6493         (mailcap-mime-info): Add optional argument NO-DECODE.
6494         (mailcap-mime-types): Use mailcap-delete-duplicates.
6495
6496         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6497
6498 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6499
6500         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6501         (imap-parse-status): Upcase status-att for servers that sends them
6502         lower-case (e.g., MS Exchange 2007).
6503
6504 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6507         function.
6508
6509         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6510         (gnus-uu-yenc-article): New function.
6511
6512         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6513
6514         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6515         buffer.
6516
6517 2007-12-02  Glenn Morris  <rgm@gnu.org>
6518
6519         * binhex.el (binhex): New custom group.
6520         (binhex-decoder-program, binhex-decoder-switches)
6521         (binhex-use-external): Move to the binhex custom group.
6522
6523         * uudecode.el (uudecode): New custom group.
6524         (uudecode-decoder-program, uudecode-decoder-switches)
6525         (uudecode-use-external): Move to the uudecode custom group.
6526
6527         * netrc.el (top-level): Don't load `encrypt' features.
6528         (netrc-parse): Don't use encrypt.
6529         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6530
6531         * encrypt.el: Remove file.
6532
6533 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6536         matches on patches.
6537
6538         * gnus-art.el (gnus-article-browse-html-article): Mention
6539         `mm-text-html-renderer' in the doc string.
6540
6541         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6542         string.  Add comments.
6543
6544         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6545         if rhs is ASCII.
6546
6547 2007-12-01  Glenn Morris  <rgm@gnu.org>
6548
6549         * mail-source.el (top-level): Require format-spec before
6550         eval-when-compile.
6551
6552 2007-11-30  Glenn Morris  <rgm@gnu.org>
6553
6554         * encrypt.el: Require password, rather than autoloading password-read.
6555
6556 2007-11-29  Glenn Morris  <rgm@gnu.org>
6557
6558         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6559         (sasl-make-client, sasl-next-step, sasl-step-data)
6560         (sasl-step-set-data): Declare as functions.
6561
6562 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6565
6566 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6567
6568         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6569         certs should be verified and what is to be done in the event of a
6570         verification failure.
6571
6572         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6573         caller can indicate whether the cache should be disregarded for this
6574         call.  This way the result of the call is reproducible at all times and
6575         can be considered a canonical server name for the supplied method.
6576         (gnus-agent-method-p): Canonicalize server names by pushing their
6577         method through `gnus-method-to-server' using the no-cache argument.
6578
6579         * gnus-srvr.el (gnus-server-insert-server-line): Call
6580         `gnus-method-to-server' with `no-cache' argument.
6581
6582         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6583         gnus-agent-possibly-synchronize-flags as this should be called when the
6584         server is actually being opened.
6585         (gnus-agent-possibly-synchronize-flags)
6586         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6587         flags file of an agentized server to the latter function.
6588
6589         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6590         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6591         after a connection has been established successfully.
6592
6593 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-art.el (article-display-face): Force to display face if called
6596         interactively; check if gnus-article-x-face-too-ugly matches author.
6597         (article-display-x-face): Display face even if From header is missing
6598         as article-display-face does.
6599
6600 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6601
6602         * hashcash.el (message-narrow-to-headers-or-head)
6603         (message-fetch-field, message-goto-eoh)
6604         (message-narrow-to-headers): Declare as functions.
6605
6606 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * mail-source.el (mail-sources): Default to fetch from file for
6609         compatibility with default of nnmail-spool-file.
6610
6611 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6614         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6615         to look for encoded word that should be encoded again.
6616         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6617         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6618         encoding pattern.
6619         (rfc2047-decode-region): Switch strict regexp and loose one according
6620         to rfc2047-allow-irregular-q-encoded-words.
6621
6622 2007-11-25  Romain Francoise  <romain@orebokech.com>
6623
6624         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6625
6626 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * tls.el (tls-program): Provide more custom choices from
6629         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6630         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6631
6632 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6635         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6636
6637         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6638         `nnmail-spool-file'.
6639
6640         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6641         `nnmail-spool-file'.
6642
6643         * gnus-move.el (gnus-change-server): Ditto.
6644
6645         * gnus-kill.el (gnus-batch-score): Ditto.
6646
6647         * gnus-cache.el (gnus-jog-cache): Ditto.
6648
6649         * gnus-msg.el (gnus-summary-reply):
6650         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6651
6652 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6655         version.  Minor improvement to doc strings.
6656         (tls-program): Add comment.
6657
6658 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6659
6660         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6661         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6662         mismatch between the hostname provided in the certificate and the name
6663         of the host connnecting to.
6664         (open-tls-stream): Use them.  Check certificates against trusted root
6665         certificates.
6666
6667 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * gnus-cache.el (gnus-cache-generate-nov-databases):
6670         Use nnml-generate-nov-databases-directory instead of
6671         nnml-generate-nov-databases-1.
6672
6673 2007-11-24  Glenn Morris  <rgm@gnu.org>
6674
6675         * message.el (message-tool-bar-retro): Update for rename
6676         mail_send.xpm->mail-send.xpm.
6677
6678 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6681         `smime-ldap-search' for Emacs 22 and up.
6682
6683 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6686
6687         * message.el (message-send-mail-function): Fix error convention.
6688         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6689         (message-widen-reply, message-send-mail, message-talkative-question)
6690         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6691         (message-clone-locals, message-send-news): Use with-current-buffer.
6692         (message-insert-or-toggle-importance): Remove unused var `valid'.
6693         (message-make-references): Remove unused var `new-references'.
6694         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6695
6696 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6697
6698         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6699         (spam-split-symbolic-return-positive): Reflow docstring.
6700         (spam-backends, spam-summary-exit-behavior)
6701         (spam-mark-ham-unread-before-move-from-spam-group)
6702         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6703         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6704         (spam-clear-cache, spam-backend-check, spam-install-backend)
6705         (spam-install-statistical-backend, spam-list-of-processors)
6706         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6707         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6708         (spam-check-crm114, spam-initialize, spam-unload-hook):
6709         Fix typos in docstrings.
6710
6711 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6714         been checked if they have never been read and those group levels are
6715         higher than the one that a user specified.
6716
6717 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6720         foreign groups unless a group level is specified by a user.
6721         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6722
6723 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * message.el (message-send-mail-function): Require sendmail.
6726
6727 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * message.el (message-send-mail-function): Check for smtpmail too.
6730
6731         * utf7.el (utf7-encode, utf7-decode): Use coding system
6732         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6733
6734         * message.el (message-send-mail-function): New function.
6735         (message-send-mail-function): Set default using
6736         message-send-mail-function.  Adjust doc string.
6737         (message-send-mail-with-mailclient): New function.
6738
6739 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6740
6741         * smime.el (from):
6742         * rfc2047.el (message-posting-charset):
6743         * qp.el (mm-use-ultra-safe-encoding):
6744         * pop3.el (parse-time-months):
6745         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6746         * nnml.el (files):
6747         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6748         (jka-compr-compression-info-list, ange-ftp-path-format)
6749         (efs-path-regexp):
6750         * nndiary.el (files):
6751         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6752         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6753         (epg-digest-algorithm-alist, inhibit-redisplay)
6754         (password-cache-expiry):
6755         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6756         (pgg-output-buffer, password-cache-expiry):
6757         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6758         (efs-path-regexp):
6759         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6760         (inhibit-redisplay):
6761         * mm-uu.el (file-name, start-point, end-point, entry)
6762         (gnus-newsgroup-name, gnus-newsgroup-charset):
6763         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6764         (latin-unity-ucs-list):
6765         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6766         (mm-uu-binhex-decode-function):
6767         * message.el (gnus-message-group-art, gnus-list-identifiers)
6768         (rmail-enable-mime-composing, gnus-local-organization)
6769         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6770         (gnus-read-active-file, facemenu-add-face-function)
6771         (facemenu-remove-face-function, gnus-article-decoded-p)
6772         (tool-bar-mode):
6773         * mail-source.el (display-time-mail-function):
6774         * gnus-util.el (nnmail-pathname-coding-system)
6775         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6776         (gnus-original-article-buffer, gnus-user-agent)
6777         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6778         (xemacs-codename, sxemacs-codename, emacs-program-version):
6779         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6780         * gnus-start.el (gnus-agent-covered-methods)
6781         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6782         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6783         (gnus-newsgroup-headers, gnus-group-list-mode)
6784         (gnus-group-mark-positions, gnus-newsgroup-data)
6785         (gnus-newsgroup-unreads, nnoo-state-alist)
6786         (gnus-current-select-method, mail-sources)
6787         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6788         (nnmail-spool-file, gnus-cache-active-hashtb):
6789         * gnus-mh.el (mh-lib-progs):
6790         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6791         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6792         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6793         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6794         (gnus-group-buffer):
6795         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6796         (font-lock-set-defaults):
6797         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6798         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6799         (gnus-summary-post-menu, total-parts, type, condition, length):
6800         * gnus-agent.el (gnus-agent-read-agentview):
6801         * flow-fill.el (show-trailing-whitespace):
6802         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6803         eval-and-compile wrappers for byte compiler pacifiers.
6804
6805         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6806         (mm-display-inline-fontify): Check for featurep 'xemacs not
6807         extent-list.
6808
6809         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6810         itimer-list.
6811         (mm-create-image-xemacs): Only do something for XEmacs.
6812         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6813
6814         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6815
6816         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6817         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6818
6819 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6820
6821         * nnimap.el (nnimap-split-download-body):
6822         * gnus-demon.el (gnus-demon):
6823         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6824
6825 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6828         macros.
6829         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6830         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6831         copy data from unibyte buffer to multibyte current buffer.
6832         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6833         to copy data from unibyte current buffer to multibyte buffer.
6834         (nntp-make-process-buffer): Make process buffer unibyte.
6835
6836         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6837
6838 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6839
6840         * pop3.el (pop3-open-server): Accept and process data more robustly at
6841         connexion start to avoid spurious "POP SSL connexion failed" errors.
6842
6843 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6846         read group names.
6847
6848 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6851
6852 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6855         (nnmail-save-active): Use a unibyte buffer when saving active file,
6856         which may contain non-ASCII group names.
6857
6858         * nnml.el (nnml-request-group): Decode group names in messages.
6859
6860 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * message.el (message-citation-line-function)
6863         (message-insert-formatted-citation-line): Fix spelling of
6864         `message-insert-formated-citation-line'.
6865
6866 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6869
6870 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6873         nnmail-pathname-coding-system.
6874
6875         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6876         that a user enters; decode group names in messages.
6877
6878         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6879
6880 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6883
6884         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6885
6886         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6887         risky local variable.
6888
6889         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6890
6891 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * encrypt.el: Improve documentation to fix function name typo.
6894         Reported by Daiki Ueno <ueno@unixuser.org>.
6895
6896 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6899         even if the point is not in the last page of an article.
6900         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6901         back to the previous page.
6902
6903 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6906
6907 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6910
6911 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6912
6913         * message.el (message-check-news-body-syntax): Avoid
6914         mm-string-as-multibyte.
6915         (message-hide-headers): Don't assume (point-min)==1.
6916
6917 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * message.el (message-remove-blank-cited-lines): Fix if remove is
6920         given.
6921         (message-bogus-address-regexp): New variable.
6922         (message-bogus-recipient-p): New function.
6923         (message-check-recipients): New command.
6924         (message-syntax-checks): Add `bogus-recipient'.
6925         (message-fix-before-sending): Add `bogus-recipient'.
6926
6927         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6928         (gnus-treat-body-boundary): Don't test window-system.
6929
6930 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6931
6932         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6933
6934 2007-10-28  Miles Bader  <miles@gnu.org>
6935
6936         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6937         at compile-time too.
6938
6939 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-msg.el (gnus-message-setup-hook): Add
6942         `message-remove-blank-cited-lines' to options.
6943
6944 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * message.el (message-remove-blank-cited-lines): New function.
6947         Suggested by Karl Plästerer.
6948
6949 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6952         mapc.
6953
6954         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6955         (top-level): Use mapc to set functions to be traced for debugging.
6956
6957         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6958         called for effect with while loop.
6959
6960         * message.el (message-talkative-question): Replace mapcar called for
6961         effect with mapc.
6962
6963         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6964         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6965         called for effect with dolist.
6966
6967         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6968
6969         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6970         gnus-extra-headers and nnmail-extra-headers.
6971
6972         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6973         called for effect with dolist.
6974         (top-level): Use mapc to set functions to be traced for debugging.
6975
6976         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6977         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6978         dolist.
6979
6980         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6981         Replace mapcar called for effect with mapc.
6982         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6983         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6984         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6985         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6986
6987         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6988         remove-if that's a cl function.
6989
6990         * webmail.el (webmail-debug): Replace mapcar called for effect with
6991         dolist.
6992
6993         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6994         with mapc.
6995
6996 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6999         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7000         with while loop.
7001
7002         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7003         functions from article-* functions.
7004         (gnus-multi-decode-header): Replace mapcar called for effect with
7005         dolist.
7006
7007         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7008         (gnus-bookmark-show-details): Replace mapcar called for effect with
7009         while loop.
7010
7011         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7012         called for effect with while loop.
7013
7014         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7015         with dolist.
7016
7017         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7018         mapcar called for effect with dolist.
7019
7020         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7021
7022         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7023         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7024         Replace mapcar called for effect with dolist.
7025         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7026         mapc.
7027
7028         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7029         Replace mapcar called for effect with dolist.
7030         (gnus-topic-list): Replace mapcar called for effect with mapc.
7031
7032         * gnus.el: Use mapc instead of mapcar to add autoloads.
7033
7034 2007-10-23  Richard Stallman  <rms@gnu.org>
7035
7036         * gnus-group.el (gnus-group-highlight): Mark as risky.
7037
7038 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus.el (gnus-server-to-method): Return method found first in
7041         gnus-newsrc-alist.
7042
7043         * gnus-art.el (gnus-article-highlight-signature)
7044         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7045         button overlay without the front stickiness.
7046
7047 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7048
7049         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7050         overview buffer needed a catch to receive its throw.
7051         (gnus-agent-flush-cache): Declared as interactive to make this function
7052         easier to use.
7053
7054 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7057         `next-line'.
7058
7059 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7062         exclude address matching message-dont-reply-to-names.
7063
7064 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-util.el (gnus-string<): New function.
7067
7068         * gnus-sum.el (gnus-article-sort-by-author)
7069         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7070
7071 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7074         the frame-focus tag is set in gnus-buffer-configuration.
7075
7076 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7079         the front stickiness.
7080
7081 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7084         url pattern; remove duplicate one.
7085         (gnus-article-extend-url-button): New function.
7086         (gnus-article-add-buttons): Use it.
7087         (gnus-button-push): Use concatenated url that it makes.
7088
7089 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7090
7091         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7092
7093 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7094
7095         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7096         Don't hardcode point-min==1.
7097
7098 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7101         Fix comment about "iso8859-1".
7102
7103 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7104
7105         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7106         ones returned from the verify-function.
7107
7108         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7109         mml2015-extract-cleartext-signature if extraction failed.
7110
7111 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7112
7113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7114         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7115         failed.
7116
7117 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7120
7121 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7124         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7125         recommends to use EasyPG instead of PGG.
7126
7127         * pgg.el: Revert to revision 6.23.2.16.
7128
7129         * pgg-def.el: Revert to revision 6.6.2.14.
7130
7131         * pgg-gpg.el: Revert to revision 6.23.2.34.
7132
7133 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7136         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7137         thread for both the null and zero (kill/expire thread) universal prefix
7138         cases.
7139         (gnus-summary-expire-thread): Add new function to expire a thread,
7140         using gnus-summary-kill-thread.
7141         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7142         shortcuts for gnus-summary-expire-thread.
7143         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7144         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7145
7146 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7149         extras value, so an extras entry can be deleted.
7150         (gnus-registry-delete-extra-entry): Use it.
7151         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7152         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7153         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7154         storage through the gnus-registry, and provide an appropriate API for
7155         it.
7156
7157 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7160         Suggested by Leo <sdl.web@gmail.com>.
7161
7162         * gnus.el: Do.
7163
7164 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7167         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7168
7169         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7170
7171         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7172         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7173
7174 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7177         newline.
7178         (nnmbox-request-accept-article): Don't change article in source buffer;
7179         narrow to header to use message-fetch-field rather than
7180         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7181         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7182         as delimiters; make sure article ends with newline.
7183         (nnmbox-delete-mail): Correct last position of article to be deleted;
7184         ignore X-Gnus-Newsgroup header in article body.
7185         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7186         positions; make sure article ends with newline.
7187
7188         * message.el (message-display-abbrev): Don't infloop when a user
7189         inserts SPC in the beginning of header.
7190
7191         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7192         coding-system-for-read and coding-system-for-write for XEmacs having no
7193         file-coding feature.
7194
7195         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7196
7197 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7198
7199         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7200         list of groups not followed by default.  Fix type to be regexp.
7201         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7202
7203 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7204
7205         * hmac-def.el (define-hmac-function): Switch from old-style to
7206         new-style backquotes.
7207
7208         * md4.el (md4-make-step): Likewise.
7209
7210 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7213         raw-text coding system when saving .newsrc file, which may contain
7214         non-ASCII group names.
7215
7216 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-cus.el (gnus-score-extra): New widget.
7219         (gnus-score-extra-convert): New function.
7220         (gnus-score-customize): Use it for Extra.
7221
7222 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7223
7224         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7225         (mml2015-mailcrypt-clear-verify): Use it.
7226         (mml2015-gpg-clear-verify): Use it.
7227         (mml2015-pgg-clear-verify): Use it.
7228         (mml2015-epg-clear-verify): Replace the current part with the output
7229         from GnuPG; don't extract the plaintext by itself.
7230
7231         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7232         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7233         mml2015-clear-verify-function; don't touch the armor headers or
7234         dash-escaped text here.
7235
7236 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7239         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7240         parts, or application/octet-stream as a last resort.
7241         (gnus-mime-view-part-as-type): Don't toggle display.
7242         (gnus-mime-view-part-as-charset): Don't turn off display before
7243         querying charset.
7244
7245         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7246         stuff to undisplayer function in Emacs.
7247         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7248
7249         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7250         text/calendar parts.
7251
7252 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7255         decoding text/calendar parts.
7256
7257         * message.el (message-forward-make-body-mime): Always mark body as
7258         having no illegible text; remove signed-or-encrypted argument.
7259         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7260
7261         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7262         (mml-generate-mime-1): Don't encode body if it is specified to be in
7263         raw form; don't make buffer be unibyte when inserting multibyte string.
7264
7265 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7266
7267         * sha1.el: Fix up comment style.
7268         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7269         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7270
7271         * hex-util.el: Fix up comment style.
7272         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7273
7274         * gnus-salt.el: Use with-current-buffer.
7275         (gnus-pick-setup-message): Fix long-standing typo.
7276
7277 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * imap.el (imap-logout-timeout): New variable.
7280         (imap-logout, imap-logout-wait): New functions.
7281         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7282
7283         * nnimap.el (nnimap-logout-timeout): New server variable.
7284         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7285         nnimap-logout-timeout.
7286
7287         * gnus-art.el (gnus-article-summary-command-nosave)
7288         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7289
7290 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus.el (gnus-maximum-newsgroup): New variable.
7293
7294         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7295         according to gnus-maximum-newsgroup.
7296
7297         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7298         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7299         Limit the range of articles according to gnus-maximum-newsgroup.
7300
7301 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7302
7303         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7304         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7305         Don't perform gnus-configure-windows here; reuse existing sticky
7306         article buffer.
7307
7308         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7309         it doesn't exist in gnus-article-mode.
7310
7311 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7314         (gnus-agent-decoded-group-name): New function.
7315         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7316         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7317
7318 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7319
7320         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7321         Add binding for gnus-sticky-article.
7322         (gnus-summary-exit): Don't kill sticky article buffers.
7323
7324         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7325         article buffer.
7326         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7327         (gnus-kill-sticky-article-buffers): New commands.
7328
7329 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * nntp.el (nntp-xref-number-is-evil): New server variable.
7332         (nntp-find-group-and-number): If it is non-nil, don't trust article
7333         numbers in the Xref header.
7334
7335 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-agent.el (gnus-agent-read-group): New function.
7338         (gnus-agent-flush-group, gnus-agent-expire-group)
7339         (gnus-agent-regenerate-group): Use it.
7340         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7341         nnmail-pathname-coding-system.
7342
7343 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7346
7347         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7348         that are unread as unread, and also as selected so that information of
7349         marks having been changed by a user may be updated when exiting group.
7350
7351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7354         calculated ignoring signature parts to gnus-treat-article.
7355
7356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7359         a point here in order to keep the window start.
7360         (gnus-insert-mime-security-button): Make a button overlay without the
7361         front stickiness.
7362         (gnus-mime-display-security): Goto the end of a button.
7363
7364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7365
7366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7369         group-name-at-point.
7370         (gnus-group-completing-read): New function that offers decoded
7371         non-ASCII group names for completion.
7372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7375         (gnus-group-fetch-control): Use it.
7376         (gnus-fetch-group): Use group-name-at-point for the initial value
7377         rather than the default value; use gnus-alive-p.
7378
7379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7381         (gnus-summary-post-news): Use gnus-group-completing-read.
7382
7383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7384         (gnus-read-move-group-name): Decode group name for completion.
7385
7386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7390         Yamaoka slightly modified the code).
7391
7392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7395         (nnmail-split-incoming): Bind it.
7396
7397         * nnml.el (nnml-group-name-charset): New function.
7398         (nnml-decoded-group-name): Use it; don't decode group name if
7399         nnmail-group-names-not-encoded-p is non-nil.
7400         (nnml-encoded-group-name): New function.
7401         (nnml-group-pathname): Inline nnml-decoded-group-name.
7402         (nnml-request-expire-articles): Decode group name in message.
7403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7404         nnmail-pathname-coding-system.
7405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7406         not decoded ones according to nnmail-group-names-not-encoded-p.
7407         (nnml-generate-active-info): Use nnml-encoded-group-name.
7408
7409 2007-08-08  Glenn Morris  <rgm@gnu.org>
7410
7411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7413         doc-strings and comments.
7414
7415 2007-07-25  Glenn Morris  <rgm@gnu.org>
7416
7417         * Relicense all FSF files to GPLv3 or later.
7418
7419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-sum.el (gnus-summary-move-article): Make
7422         gnus-summary-respool-article work.
7423
7424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7427         string.
7428
7429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7430
7431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7432         that should be ignored when comparing distant RSS articles with local
7433         ones.
7434         (nnrss-make-hash-index): New function.  Create a hash index according
7435         to the ignored fields.
7436         (nnrss-check-group): Use it.
7437
7438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7441
7442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7443
7444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7445         the new optional argument ENCODED is non-nil.
7446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7447         coding system for encoding group name.
7448         (gnus-group-make-rss-group): Pass un-encoded group name to
7449         gnus-group-make-group.
7450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7451         encoded.
7452
7453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7454         Encode group name to which articles are moved or copied.
7455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7456         coding system for encoding Newsgroup, Followup-To and Xref headers.
7457
7458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7459         marks; use nnheader-file-coding-system to write a file.
7460         (nnagent-retrieve-headers): Bind file-name-coding-system to
7461         nnmail-pathname-coding-system.
7462
7463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7464
7465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7466         (nnml-request-article, nnml-request-create-group)
7467         (nnml-request-rename-group, nnml-find-id)
7468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7470         (nnml-save-marks): Use nnml-group-pathname instead of
7471         nnmail-group-pathname.
7472
7473         (nnml-request-create-group, nnml-request-expire-articles)
7474         (nnml-request-move-article, nnml-request-delete-group)
7475         (nnml-deletable-article-p, nnml-possibly-create-directory)
7476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7477         (nnml-open-marks): Bind file-name-coding-system to
7478         nnmail-pathname-coding-system.
7479
7480         (nnml-request-article): Pass server argument to nnml-find-group-number.
7481         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7482         server argument to nnml-possibly-create-directory.
7483         (nnml-request-accept-article): Pass server argument to
7484         nnml-active-number and nnml-save-mail.
7485         (nnml-find-group-number): Pass server argument to nnml-find-id.
7486         (nnml-request-update-info): Pass server argument to
7487         nnml-marks-changed-p.
7488
7489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7490         (nnml-save-mail, nnml-active-number): Add server argument.
7491
7492         (nnml-request-delete-group): Warn if group is missing.
7493         (nnml-get-nov-buffer): Decode group name.
7494         (nnml-generate-active-info): Encode group name.
7495         (nnml-open-marks): Decode group name in messages.
7496
7497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7500         if it is not specified.
7501         (gnus-article-pipe-part, gnus-article-save-part)
7502         (gnus-article-interactively-view-part, gnus-article-copy-part)
7503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7505         (gnus-article-replace-part, gnus-article-delete-part)
7506         (gnus-article-view-part-as-type): Pass raw prefix argument to
7507         gnus-article-part-wrapper.
7508
7509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-agent.el (gnus-agent-save-active): Bind
7512         nnheader-file-coding-system to gnus-agent-file-coding-system.
7513
7514         * gnus-cache.el (gnus-cache-save-buffers)
7515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7519         (gnus-cache-generate-active, gnus-cache-rename-group)
7520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7521         (gnus-cache-update-overview-total-fetched-for): Bind
7522         file-name-coding-system to nnmail-pathname-coding-system.
7523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7524         variables.
7525         (gnus-cache-decoded-group-name): New function.
7526         (gnus-cache-file-name): Use it.
7527         (gnus-cache-generate-active): Use non-decoded group name for active.
7528
7529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7530         right place.
7531         (gnus-write-active-file): Don't break non-ASCII group names.
7532
7533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7534         nnmail-pathname-coding-system.
7535
7536         * lpath.el: Bind default-file-name-coding-system,
7537         file-name-coding-system and language-info-alist for XEmacs.
7538
7539         * gnus-uu.el (gnus-uu-decode-save): Typo.
7540
7541 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7544
7545 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7548         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7549         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7550         (gnus-agent-flush-group, gnus-agent-flush-cache)
7551         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7552         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7553         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7554         (gnus-agent-regenerate-group)
7555         (gnus-agent-update-files-total-fetched-for)
7556         (gnus-agent-update-view-total-fetched-for): Bind
7557         file-name-coding-system to nnmail-pathname-coding-system.
7558         (gnus-agent-group-pathname): Don't encode file names by
7559         nnmail-pathname-coding-system.
7560         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7561         coding-system-for-write instead of buffer-file-coding-system to
7562         gnus-agent-file-coding-system.
7563
7564         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7565         Decode group name.
7566
7567         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7568
7569         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7570         (gnus-read-newsrc-el-file): Make group names unibyte.
7571
7572         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7573         nnmail-pathname-coding-system.
7574
7575         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7576         (nnrss-request-delete-group): Bind file-name-coding-system to
7577         nnmail-pathname-coding-system.
7578         (nnrss-read-server-data, nnrss-read-group-data): Bind
7579         file-name-coding-system correctly.
7580         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7581
7582         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7583         (nntp-server-to-method-cache): New variable.
7584         (nntp-group-pathname): New function that decodes non-ASCII group names.
7585         (nntp-possibly-create-directory, nntp-marks-changed-p)
7586         (nntp-save-marks, nntp-open-marks): Use it.
7587         (nntp-possibly-create-directory, nntp-open-marks):
7588         Bind file-name-coding-system to nnmail-pathname-coding-system.
7589         (nntp-open-marks): Decode group names when bootstrapping marks.
7590
7591         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7592         Newsgroups and Folowup-To headers.
7593
7594 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7597         (gnus-server-closed-face, gnus-server-denied-face)
7598         (gnus-server-offline-face): Remove variable.
7599         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7600
7601         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7602         of modifying message-stack directly for XEmacs.
7603
7604         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7605         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7606         if the coding-system argument is nil for XEmacs.
7607
7608         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7609         mm-charset-override-alist.
7610
7611         * rfc2047.el: Don't require base64; require rfc2045 for the function
7612         rfc2045-encode-string.
7613         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7614         to quote the parameter value.
7615
7616 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7619         form in gnus-group-name-charset-method-alist.
7620
7621         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7622         overrides the default layout edit-form.
7623
7624         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7625
7626         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7627
7628 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7631         as unfetched articles.
7632
7633 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7636
7637 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7640         original back end that keeps marks in the local system.
7641
7642 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7645         arg of pop-to-buffer for XEmacs.
7646         (gnus-article-read-summary-keys): Ditto; don't restore window
7647         configuration if summary command ends up with neither article buffer
7648         nor summary buffer; describe bindings if summary keys end with C-h.
7649
7650 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * message.el (message-fix-before-sending): Skip raw message part to be
7653         forwarded while checking illegible text.
7654         (message-forward-make-body-mime, message-forward-make-body): Mark
7655         signed or encrypted raw message as having no illegible text.
7656
7657 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7660         (gnus-message-with-timestamp-1): New macro.
7661         (gnus-message-with-timestamp): New function.
7662         (gnus-message): Use them.
7663
7664         * nnheader.el (nnheader-message): Use them.
7665
7666 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7669         .newsrc.eld file.
7670
7671 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-agent.el (gnus-agent-fetch-headers)
7674         (gnus-agent-retrieve-headers): Bind
7675         gnus-decode-encoded-address-function to identity.
7676
7677         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7678         available also when the server returns simply a dot.
7679
7680         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7681
7682 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7685
7686 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-ems.el (gnus-x-splash): Make it work.
7689
7690         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7691         from being used.
7692
7693         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7694
7695 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7698         4th and the 5th arguments.
7699
7700         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7701         the front stickiness.
7702         (gnus-article-summary-command-nosave): Correct the order of the
7703         arguments passed to pop-to-buffer.
7704         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7705         summary command ends up with the article buffer.
7706
7707         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7708         the same faces.
7709
7710 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7711
7712         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7713
7714 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7715
7716         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7717         * gnus-sum.el (gnus-summary-highlight):
7718         * pgg.el (pgg-sign-region, pgg-sign):
7719         * mail-source.el (mail-source-delete-old-incoming-confirm):
7720         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7721
7722 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-mime-view-part-externally)
7725         (gnus-mime-view-part-internally): Fix predicate function passed to
7726         completing-read.
7727
7728         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7729
7730         * gnus.el (gnus-update-message-archive-method): Add :version.
7731
7732 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus.el (gnus-update-message-archive-method): New variable.
7735
7736         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7737         according to gnus-message-archive-method if
7738         gnus-update-message-archive-method is non-nil.
7739
7740 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7743         by Loic Dachary <loic@dachary.org>.
7744         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7745
7746 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * message.el (message-pop-to-buffer): Add switch-function argument.
7749         (message-mail): Pass switch-function argument to it.
7750
7751 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7754         Improve doc string.
7755
7756 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7759         (gnus-header-content)
7760         * gnus-cite.el (gnus-cite-10)
7761         * gnus-srvr.el (gnus-server-closed)
7762         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7763         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7764         (gnus-group-mail-3-empty, gnus-group-mail-low)
7765         (gnus-group-mail-low-empty, gnus-splash)
7766         * message.el (message-header-to, message-header-cc)
7767         (message-header-subject, message-header-other, message-header-name)
7768         (message-header-xheader, message-separator, message-cited-text)
7769         (message-mml): Lighten colors of faces used for dark background.
7770
7771 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7772
7773         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7774         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7775
7776 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * message.el (message-narrow-to-headers-or-head):
7779         Ignore mail-header-separator in the body.
7780
7781 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7784         same as window size.
7785
7786 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7787
7788         * message.el (message-font-lock-keywords): Use message-header-xheader
7789         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7790         ahead of the anything pattern, to get it recognised.
7791
7792 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7795         spam.el loads uses it in the compiled defadvice form.
7796
7797 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7798
7799         * gnus-sum.el (gnus-articles-to-read)
7800         (gnus-summary-insert-old-articles): Don't truncate group name for
7801         `read-string'.
7802
7803         * gnus-util.el (gnus-limit-string): Delete this function.
7804
7805         * gnus-sum.el (gnus-simplify-subject-fully): Use
7806         `truncate-string-to-width' instead.
7807
7808 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7809
7810         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7811         if, on summary exit, the next group has to be selected.
7812         (gnus-summary-exit): Use it.
7813
7814 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7817         non-break space.
7818
7819 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7822         Check if group is not a directory.
7823         (nnfolder-request-expire-articles): Don't delete articles if the target
7824         group is not available.
7825
7826         * nnml.el (nnml-request-create-group): Properly check if group is not a
7827         file.
7828         (nnml-request-expire-articles): Don't delete articles if the target
7829         group is not available.
7830
7831         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7832         Don't quote characters that are within parentheses.
7833
7834 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7837         (gnus-handle-ephemeral-exit): Select article according to it.
7838
7839 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * message.el (message-insert-formated-citation-line): Remove newline.
7842         (message-citation-line-format): Add final \n here so that the user can
7843         avoid a blank line.
7844
7845 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7846
7847         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7848         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7849         Update lanl/arXiv support.
7850
7851 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * gnus.el: Bump version number.
7854
7855 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus.el (gnus-version-number): Bump version.
7858
7859 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7860
7861         * gnus.el: No Gnus v0.6 is released.
7862
7863 2007-04-27  Didier Verna  <didier@xemacs.org>
7864
7865         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7866         * gmm-utils.el (gmm-regexp-concat): here.
7867         * message.el: Don't require 'gnus-util.
7868         (message-dont-reply-to-names): Handle name change above.
7869         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7870
7871 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7874         since the initial value varies according to the system.
7875
7876 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7879
7880 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7881
7882         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7883
7884 2007-04-24  Didier Verna  <didier@xemacs.org>
7885
7886         Improve the type of gnus-ignored-from-addresses.
7887         * gnus-util.el (gnus-orify-regexp): New function.
7888         * message.el (gnus-util): Require it.
7889         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7890         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7892
7893 2007-04-24  Didier Verna  <didier@xemacs.org>
7894
7895         * gnus-sum.el:
7896         * gnus-utils.el: Fix some trailing whitespaces.
7897
7898 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7901         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7902         article's Message-ID; refer parent article in summary buffer.
7903
7904         * message.el (message-bounce): Call mime-to-mml.
7905
7906         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7907         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7908         optimize and/or forms properly.
7909
7910 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7913         URL.
7914
7915 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7918
7919 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7922         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7923         displayed of multipart/alternative part if it is invoked from summary
7924         buffer.
7925
7926         * mm-view.el (mm-inline-text-html-render-with-w3m)
7927         (mm-inline-text-html-render-with-w3m-standalone)
7928         (mm-inline-render-with-function): Use mail-parse-charset by default.
7929
7930 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7931
7932         * parse-time.el (parse-time-string-chars): Check if CHAR
7933         is less than the length of parse-time-syntax.
7934
7935 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7938         from gnus-newsgroup-processable.
7939
7940 2007-04-16  Didier Verna  <didier@xemacs.org>
7941
7942         * gnus-msg.el (gnus-configure-posting-styles): Handle
7943         message-signature-directory properly with :file syntax.  Reported by
7944         "Leo".
7945
7946 2007-04-11  Didier Verna  <didier@xemacs.org>
7947
7948         New user option: message-signature-directory.
7949         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7950         * message.el (message-insert-signature): Ditto.
7951         * message.el (message-signature-file): Doc update.
7952         * message.el (message-signature-directory): New.
7953
7954 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-msg.el (gnus-inews-yank-articles): Use
7957         message-exchange-point-and-mark instead of exchange-point-and-mark.
7958
7959 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * message.el (message-yank-original): Make sure cited text ends with
7962         newline; don't exchange point and mark.
7963
7964 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7965
7966         * tls.el (open-tls-stream): Properly handle case where there
7967         is no associated buffer.
7968
7969 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7970
7971         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7972         message-yank-original, make sure (< mark TEXT point).
7973
7974 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * message.el (message-fill-column): New variable.
7977         (message-mode): Use it.  Add comment on a possible new hook.
7978
7979         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7980         (nnmail-get-new-mail): Reformat.
7981
7982         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7983
7984         * gmm-utils.el: Fix Commentary.
7985         (gmm-tool-bar-from-list): Fix typo in doc string.
7986
7987 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7988
7989         * message.el (message-yank-original): Don't switch point and mark
7990         unnecessarily to put point and mark as documented.
7991
7992 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7995         from the message heads.
7996
7997 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7998
7999         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8000         article buffer does not have a window.  This may not be the best
8001         solution but is certainly better than setting the start of the null,
8002         that is the current, window.
8003
8004 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8007         (gnus-draft-setup): Run it.
8008
8009         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8010         gnus-score-fast-scoring.  Allow regexp.
8011         (gnus-score-headers): Use it.
8012
8013         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8014         XEmacs.
8015
8016         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8017         string.
8018         (gnus-button-alist): Also catch `<f1> k ...'.
8019         (gnus-treat-display-x-face): Fix doc string.
8020
8021 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8022
8023         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8024         evaluation of gnus-extended-version to ensure correct generation of the
8025         User-Agent header when message-generate-headers-first is used.
8026
8027 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8028
8029         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8030         hashcash-path is nil.  Don't call callback with incorrect number of
8031         parameters if val is 0.
8032
8033 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8034
8035         * message.el (message-required-news-headers):
8036         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8037
8038 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8039
8040         * tls.el (open-tls-stream): In handshake-waiting loop,
8041         don't wait more if there is output available to process.
8042
8043 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8044
8045         * tls.el (tls-program): Doc fix.
8046
8047 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * message.el (message-generate-new-buffers): Change the meaning of the
8050         nil value; add `standard' to the choices; treat t as `unique'; improve
8051         doc string.
8052         (gnus-select-frame-set-input-focus): Autoload.
8053         (message-buffer-name): Search for the existing message buffer if
8054         message-generate-new-buffers is nil or `standard'; treat the value t of
8055         message-generate-new-buffers as `unique'.
8056         (message-pop-to-buffer): Raise the frame already displaying the message
8057         buffer; clear the echo area after querying.
8058         (message-setup): Pass the `continue' argument to compose-mail.
8059         (message-mail): Prefer `switch-function' if it is given; search for the
8060         existing message buffer if the `continue' argument is non-nil; pass
8061         continue and switch-function arguments to compose-mail by way of
8062         message-setup.
8063         (message-mail-other-window): Adjust argument of message-setup.
8064         (message-mail-other-frame): Ditto.
8065
8066 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8069         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8070         to turn font-lock on when turning gnus-message-citation-mode on.
8071
8072 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8073
8074         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8075         (mml-smime-function-alist): New variable; add epg as the backend.
8076         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8077         mml-smime- functions instead.
8078         * mm-view.el: Require smime.
8079
8080 2007-03-05  Didier Verna  <didier@xemacs.org>
8081
8082         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8083         instead of just inheritance for posting styles.
8084         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8085
8086 2007-02-24  Chris Moore  <dooglus@gmail.com>
8087
8088         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8089         * pgg-pgp.el (pgg-pgp-encrypt-region):
8090         * pgg-gpg.el (pgg-gpg-encrypt-region):
8091         Check pgg-encrypt-for-me if no other recipients.
8092
8093 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8094
8095         * tls.el (tls-certtool-program): Fix custom type.
8096
8097 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8100         and point-at-eol instead of line-(beginning|end)-position.
8101
8102         * assistant.el (assistant-parse-buffer): Ditto.
8103
8104         * netrc.el (netrc-parse-services): Ditto.
8105
8106 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8107
8108         * mml2015.el (mml2015-epg-find-usable-key): New function.
8109         (mml2015-epg-sign): Use it.
8110         (mml2015-epg-encrypt): Use it.
8111
8112 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * message.el (message-make-in-reply-to): Quote name containing
8115         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8116         if there are special characters.  Reported by NAKAJI Hiroyuki
8117         <nakaji@jp.freebsd.org>.
8118
8119 2007-02-27  Didier Verna  <didier@xemacs.org>
8120
8121         Include the group parameters as well as the topic ones in the
8122         inheritance filter process.
8123         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8124         argument GROUP-PARAMS-LIST.
8125         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8126
8127 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * nntp.el (nntp-never-echoes-commands)
8130         (nntp-open-connection-functions-never-echo-commands): New variables.
8131         (nntp-send-command): Use them.
8132
8133 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8134
8135         * mml2015.el (mml2015-epg-verify): Simplified.
8136
8137 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * mml.el (mml-content-disposition-alist): New user option.
8140         (mml-content-disposition): New function.
8141         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8142         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8143
8144 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8145
8146         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8147         verification.
8148
8149 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8150
8151         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8152         articles posted in the last 24 hours.
8153
8154 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8155
8156         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8157
8158 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8159
8160         * nntp.el (nntp-send-command): Don't wait for echoes when
8161         nntp-open-ssl-stream is used.
8162
8163 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8166         (gnus-message-add-citation-keywords)
8167         (gnus-message-remove-citation-keywords): Remove.
8168         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8169         directly, make the variables in font-lock-defaults buffer-local, add
8170         gnus-message-citation-keywords to them and then update the value of
8171         font-lock-keywords.
8172
8173 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * message.el (message-cite-original-1): Don't call
8176         gnus-article-highlight-citation.
8177
8178         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8179         citations; fix line count.
8180
8181 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8184         (gnus-message-add-citation-keywords)
8185         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8186         versions of font-lock-add-keywords and font-lock-remove-keywords to
8187         work with XEmacs correctly.
8188
8189 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-cite.el (gnus-cite-face-list): Set the values of
8192         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8193         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8194         (gnus-message-cite-prefix-regexp): New variable.
8195         (gnus-message-search-citation-line): Use it; protect against long
8196         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8197         the 0th match data for Emacs.
8198         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8199         (gnus-message-add-citation-keywords): Append keywords rather than
8200         prepending; emulate font-lock-add-keywords if it is not available.
8201         (gnus-message-remove-citation-keywords): Emulate
8202         font-lock-remove-keywords if it is not available.
8203
8204         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8205
8206         * message.el (message-cite-prefix-regexp): Set the value of
8207         gnus-message-cite-prefix-regexp.
8208
8209 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8210
8211         * nnweb.el (nnweb-google-parse-1): Update parser.
8212
8213 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8214
8215         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8216
8217 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8218
8219         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8220         regexp.
8221
8222 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8225         string-to-multibyte.
8226         (uudecode-decode-region-internal): Use it.
8227
8228         * lpath.el: Fbind string-as-multibyte for XEmacs.
8229
8230 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8233         custom choice.
8234
8235         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8236
8237 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8238
8239         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8240
8241         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8242         `write-region' to respect `mm-inhibit-file-name-handlers'.
8243
8244 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8247         Use gnus-home-directory instead of "~/" or "$HOME".
8248
8249 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8252         to mention filename.
8253         Add comments at beginning regarding usage.
8254         (encrypt-write-file-contents): Change interactive so a string is
8255         acceptable.  If the file has no associated model, show an error instead
8256         of a nonsense prompt.
8257
8258 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8259
8260         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8261         Thanks to Yoshihiko Yamada for kind notification of this typo.
8262
8263 2007-01-12  Kenichi Handa  <handa@m17n.org>
8264
8265         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8266         multibyte buffer.
8267
8268 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * gnus-score.el (gnus-score-fast-scoring): New variable.
8271         (gnus-score-headers): Use it.
8272
8273         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8274
8275         * message.el (message-cite-original-1): Call
8276         gnus-article-highlight-citation if requested.
8277         (message-make-from): Allow name and address as optional arguments.
8278
8279         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8280
8281         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8282         bugs to doc string.
8283         (gnus-button-alist): Add mid\\|message-id.
8284         (gnus-button-fetch-group): Extend for use in
8285         `browse-url-browser-function'.
8286         (gnus-button-url-regexp): Try to catch paired parentheses like in
8287         Wikipedia URLs.
8288
8289         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8290         Suggested by Simon Krahnke <overlord@gmx.li>.
8291
8292 2007-01-13  Romain Francoise  <romain@orebokech.com>
8293
8294         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8295         Update copyright.
8296
8297 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8298
8299         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8300
8301 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * gnus-registry.el (gnus-registry-unfollowed-groups)
8304         (gnus-registry-split-fancy-with-parent): Fix documentation.
8305
8306 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8309         from nnweb groups.
8310
8311 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8314         Xref urls.  Erase buffer before requesting head.
8315
8316 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8319         customizable.
8320
8321 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8322
8323         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8324         no signing key is found.
8325         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8326         no encrypting and/or signing key is found.
8327
8328 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8331
8332 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8333
8334         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8335         headers read from disk with the ones newly found in the current search.
8336         This should no longer cause problems, because the article numbers in
8337         Gmane's `nov.php' output are ignored since the previous change.
8338
8339 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8340
8341         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8342
8343 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8346         replace-regexp-in-string; bind url-version; fbind display-images-p and
8347         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8348         find-face and set-itimer-function for Emacs; bind itimer-list for
8349         Emacs.
8350
8351         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8352
8353 2007-01-01  Romain Francoise  <romain@orebokech.com>
8354
8355         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8356
8357 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8358
8359         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8360         `define-minor-mode' macro definition expanded properly.
8361         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8362         exclude it there.
8363
8364         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8365         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8366         `fboundp' test.
8367         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8368         This is OK to autoload in (S)XEmacs now.
8369
8370 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8373         keystroke.
8374         (gnus-summary-limit-to-singletons): Fix typo.
8375
8376         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8377         else fails.
8378
8379 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8380
8381         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8382         docstring.
8383
8384         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8385         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8386         (gnus-summary-insert-dormant-articles): Fix typo in message.
8387
8388 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8391         nil for XEmacs.
8392         (gnus-message-citation-mode): Don't autoload in XEmacs.
8393
8394         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8395
8396 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8397
8398         * nnimap.el (nnimap-expunge-search-string): Mention
8399         nnimap-search-uids-not-since-is-evil in docstring.
8400
8401 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * spam.el: Revert to make-obsolete-variable because
8404         define-obsolete-variable-alias is not supported in Emacs 21.
8405
8406         * spam.el (spam-ifile-path, spam-ifile-database-path)
8407         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8408         make-obsolete-variable.
8409         (spam-bsfilter-path, spam-bsfilter-program)
8410         (spam-spamassassin-path, spam-spamassassin-program)
8411         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8412         use "path" inappropriately.
8413         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8414         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8415         variable names.
8416
8417 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8418
8419         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8420         summary buffer.
8421
8422         * password.el (password-cache-remove): Use clear-string to burn
8423         password, if available.
8424
8425 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8428
8429         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8430
8431         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8432         (gnus-message-highlight-citation): Move defcustom here from
8433         gnus-cite.el.
8434         (gnus-message-citation-mode): Autoload.
8435
8436         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8437         checks to make it compile with XEmacs.
8438         (gnus-message-citation-mode): New minor mode.
8439         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8440         (gnus-message-highlight-citation): New variables.
8441         (gnus-message-search-citation-line)
8442         (gnus-message-add-citation-keywords)
8443         (gnus-message-remove-citation-keywords)
8444         (turn-on-gnus-message-citation-mode)
8445         (turn-off-gnus-message-citation-mode): New functions.
8446
8447 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8448
8449         * gnus-cite.el: Enable highlighting of different citation levels in
8450         message-mode.
8451
8452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * message.el (message-make-fqdn): Fix comment.
8455         (message-bogus-system-names): Add ".local".
8456
8457         * spam.el (spam-ifile-path, spam-ifile-program)
8458         (spam-ifile-database-path, spam-ifile-database)
8459         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8460         Don't use "path" inappropriately.
8461         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8462         strings.
8463         (spam-check-ifile, spam-ifile-register-with-ifile)
8464         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8465         new variable names.
8466
8467         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8468         (gnus-treat-display-smileys): Simplify using
8469         gnus-image-type-available-p.
8470
8471         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8472         available.
8473
8474         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8475         `display-images-p' if available.
8476
8477 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8480         one after turning on the buffer's multibyteness instead of decoding
8481         them directly in the unibyte buffer that causes unexpected conversion
8482         in Emacs 23 (unicode).
8483
8484 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8485
8486         * message.el (message-generate-hashcash): Fix custom type.
8487
8488 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8491
8492 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8495         disconnect icons.  Add help text.
8496
8497 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8498
8499         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8500         negated to be consistent with the others we handle.
8501
8502 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8505         version of gnus-summary-buffer to something, so that we can use two
8506         article buffers at the same time.
8507
8508 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8509
8510         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8511         trigger all the extra headers.
8512         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8513         sorting.
8514
8515 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8516
8517         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8518         solid groups.
8519
8520 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8521
8522         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8523
8524 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * legacy-gnus-agent.el: Add Copyright notice.
8527
8528 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8529
8530         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8531
8532 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8535
8536         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8537         to make it work reliably in CVS Emacs.
8538         (gnus-summary-limit-strange-charsets-predicate)
8539         (gnus-summary-limit-to-predicate): New functions.
8540
8541 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8542
8543         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8544         specifying array size.
8545         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8546         array if it is too small.
8547         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8548         (gnus-sort-threads-loop): New function.
8549
8550 2006-12-06  Chris Moore  <dooglus@gmail.com>
8551
8552         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8553         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8554
8555 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8556
8557         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8558         options.
8559
8560 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8563         DOS-ing the recipient.
8564
8565         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8566         the headers when creating the mapping to avoid mismappings.
8567         (nnweb-gmane-create-mapping): Always nix out old mapping.
8568
8569 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8572         and mm-verify-option to never.
8573
8574 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * message.el (message-signed-or-encrypted-p): New function.
8577         (message-forward-make-body): Use it.
8578
8579         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8580         Replace encode-coding-string with mm-encode-coding-string.
8581
8582 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * nneething.el (nneething-decode-file-name): Replace
8585         decode-coding-string with mm-decode-coding-string.
8586
8587         * gnus-int.el (gnus-open-server): Say failed server's name.
8588
8589 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8590
8591         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8592         strings to a single string.  Quote `errors-file-name'.
8593         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8594         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8595         Adjust calls.  Use `shell-quote-argument'.
8596
8597 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8598
8599         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8600         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8601
8602         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8603         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8604         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8605         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8606         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8607         (gnus-subscribe-newsgroup, gnus-1):
8608         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8609         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8610         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8611         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8612
8613 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8616         keystroke.
8617         (gnus-summary-limit-to-bodies): Implement headersp.
8618
8619 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8622
8623 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8626
8627 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * message.el (message-generate-hashcash): Expand range of values to
8630         include `opportunistic'.
8631         (message-send-mail): Use it.
8632
8633 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8634
8635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8636         and comment it.
8637
8638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8639
8640 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * gnus-util.el (gnus-extract-address-components): Improve comment.
8643
8644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-util.el (gnus-extract-address-components): Work with address in
8647         which the name portion contains @.
8648
8649         * lpath.el: Fbind custom-autoload.
8650
8651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus.el (gnus-start): Move custom group up.
8654         (gnus-select-method): Don't autoload, but make it available for
8655         `customize-variable'.
8656         (gnus-getenv-nntpserver): Don't autoload.
8657
8658 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8659
8660         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8661
8662 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * message.el (message-sendmail-extra-arguments): New variable.
8665         (message-send-mail-with-sendmail): Use it.
8666
8667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8670         mm-with-unibyte-current-buffer to make string unibyte.
8671
8672         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8673         mm-string-as-multibyte.
8674
8675 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8676
8677         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8678         Reported by Werner Koch <wk@gnupg.org>.
8679
8680 2006-11-14  Daiki Ueno  <ueno@p360>
8681
8682         * mml2015.el: Autoload epa-select-keys when compiling.
8683
8684 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8685
8686         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8687         message-options.
8688         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8689
8690 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8693         EasyPG (< 0.0.6).
8694         (mml2015-always-trust): New user option.
8695         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8696         prompt.
8697
8698 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * nntp.el (nntp-authinfo-force): New variable.
8701         (nntp-send-authinfo): Use it.
8702
8703 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8706         decode encoded words.  Improve prompt.  Add comment about forwarding.
8707         (message-replacement-char): Move up.
8708
8709 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8710
8711         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8712         instead of gnus-intersection because arguments of gnus-sorted-nunion
8713         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8714
8715 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8718         (message-simplify-subject-functions): Enable
8719         message-strip-subject-encoded-words by default.
8720
8721 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * message.el (message-strip-subject-encoded-words): New function.
8724         (message-simplify-subject-functions): New variable.
8725         (message-simplify-subject): Use it.  Fix typo in doc string.
8726         Support message-strip-subject-encoded-words.
8727
8728 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8729
8730         * gnus-diary.el (gnus-diary-delay-format-function):
8731         * nndiary.el (nndiary-reminders):
8732         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8733
8734 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-art.el (article-hide-boring-headers): Fetch date from
8737         gnus-original-article-buffer to avoid problems with localized date
8738         strings.
8739
8740 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8743
8744 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8747         New variables.
8748         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8749         (mm-charset-synonym-alist): Move some entries to
8750         mm-codepage-iso-8859-list.
8751         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8752         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8753
8754 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8757
8758 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8761         with Emacs 21 and XEmacs.
8762
8763 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8764
8765         * spam.el (spam-parse-address): New function for better parsing,
8766         catching errors, etc.
8767         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8768
8769 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-view.el: Add interactive arg to html2text autoload.
8772
8773 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8776
8777 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8780         variables.
8781         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8782         (mm-charset-synonym-alist): Move some entries to
8783         mm-codepage-iso-8859-list.
8784
8785         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8786
8787 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * message.el (message-citation-line-format)
8790         (message-insert-formated-citation-line): Fix implementation of %E, %N
8791         and %n according to the doc string.
8792
8793 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8796         car-safe to avoid bad parses.
8797
8798 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8801         names.
8802
8803         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8804
8805 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8808         header.
8809
8810         * message.el (message-draft-headers): Add Date.
8811         (message-headers-to-generate): Fix typo in docstring.
8812
8813         * nndraft.el (nndraft-required-headers): New variable.
8814         (nndraft-generate-headers): Use it.
8815
8816         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8817
8818 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8819
8820         * gnus-registry.el (gnus-registry-wash-for-keywords)
8821         (gnus-registry-find-keywords): New functions to allow easy searching of
8822         articles that are in the registry.
8823
8824 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8827         ietf-drums-parse-address instead of gnus-extract-address-components.
8828         Reported by Damien Elmes <damien@repose.cx>.
8829
8830 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus.el (gnus-mime): Remove unused custom group.
8833
8834 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8835
8836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8837         "blank line" when searching for end of armor headers.
8838
8839 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * gmm-utils.el (gmm-write-region): Fix variable name.
8842
8843 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gmm-utils.el (gmm-write-region): New function based on compatibility
8846         code from `mm-make-temp-file'.
8847
8848         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8849
8850         * nnmaildir.el (nnmaildir--update-nov)
8851         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8852         Use `gmm-write-region'.
8853
8854 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8857         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8858
8859         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8860
8861         * message.el (message-replacement-char): New variable.
8862         (message-fix-before-sending): Use it.
8863         (message-simplify-subject): New function to remove duplicate code.
8864         (message-reply, message-followup): Use it.
8865
8866         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8867         gnus-summary-limit-to-articles.
8868
8869 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-util.el (gnus-with-local-quit): New macro.
8872
8873         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8874
8875 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8876
8877         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8878         ignore non-string data.
8879
8880 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8883         non-string data (needs to be done in the registry too).
8884
8885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8886
8887         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8888         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8889         (gnus-registry-split-fancy-with-parent)
8890         (gnus-registry-fetch-simplified-message-subject-fast)
8891         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8892         Remove text properties on ingress into the registry and when it's saved.
8893         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8894         registry from entries with no groups.
8895
8896 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8897
8898         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8899         function to remove string properties.
8900
8901 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gmm-utils.el (gmm): Adjust custom version.
8904
8905         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8906         custom version.
8907
8908         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8909
8910 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-art.el (gnus-insert-prev-page-button)
8913         (gnus-insert-next-page-button): Simplify.  Reformat.
8914
8915 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8916
8917         * gnus-art.el (gnus-insert-prev-page-button)
8918         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8919
8920 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8921
8922         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8923
8924 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8925
8926         * gnus-art.el (gnus-insert-mime-button)
8927         (gnus-insert-mime-security-button):
8928         Apply gnus-article-button-face to MIME and security buttons.
8929
8930 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8933         readable.
8934
8935 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8938
8939 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8940
8941         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8942         `browse-url-of-file' instead of `browse-url'.
8943
8944 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8945
8946         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8947         regexp.  Articles containing quotation were cut prematurely.
8948
8949 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * message.el (message-cite-original-1): Use nobody by default for the
8952         value of From header.
8953         (message-reply): Ditto.
8954
8955 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8956
8957         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8958         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8959         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8960
8961 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8964         mails in the doc string.  Add some URLs in comment.
8965         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8966
8967 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8970         backslashes handling and the way to find boundaries of quoted strings.
8971
8972 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8973
8974         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8975         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8976         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8977         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8978
8979 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8982         doc string.
8983         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8984
8985 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * lpath.el: Fbind epg-check-configuration.
8988
8989 2006-09-06  Simon Josefsson  <jas@extundo.com>
8990
8991         * mml2015.el (mml2015-use): Doc fix, mention epg.
8992
8993 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8994
8995         * mml2015.el (mml2015-use): Default to epg, if available.
8996
8997 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8998
8999         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9000         message-sender.
9001         (mml1991-epg-encrypt): Ditto.
9002         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9003         message-sender.
9004         (mml2015-epg-encrypt): Ditto.
9005
9006 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9007
9008         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9009         several common directories.
9010
9011 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9012
9013         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9014         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9015
9016 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-art.el (article-decode-encoded-words): Make it fast.
9019
9020 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9023
9024         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9025         in quoted string into `\'.
9026
9027 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9030         Use standard-syntax-table.
9031
9032 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-art.el (gnus-decode-address-function): New variable.
9035         (article-decode-encoded-words): Use it to decode headers which are
9036         assumed to contain addresses.
9037         (gnus-mime-delete-part): Remove useless `or'.
9038
9039         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9040         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9041         (gnus-nov-parse-line): Use it to decode From header.
9042         (gnus-get-newsgroup-headers): Ditto.
9043         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9044
9045         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9046         (mail-decode-encoded-address-string): New alias.
9047
9048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9049         New function.
9050         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9051         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9052         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9053         (rfc2047-decode-string): Ditto.
9054         (rfc2047-decode-address-region): New function.
9055         (rfc2047-decode-address-string): New function.
9056
9057 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * message.el (message-caesar-buffer-body): Allow rotating headers.
9060
9061         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9062
9063         * message.el (message-insert-formated-citation-line): Fix %f.
9064         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9065
9066 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9069         (gnus-bookmark-mouse-available-p): New macro.
9070         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9071         (gnus-bookmark-bmenu-show-infos): Use it.
9072         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9073         (gnus-bookmark-bmenu-hide-infos): Ditto.
9074         (gnus-bookmark-remove-properties): New function.
9075         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9076         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9077         (gnus-bookmark-write-file): Bind coding-system-for-write.
9078         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9079         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9080         group before selecting it.
9081         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9082         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9083         quit-window if it is not available; use gnus-mouse-2 and bind it to
9084         gnus-bookmark-bmenu-select-by-mouse.
9085         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9086         (gnus-bookmark-bmenu-select-by-mouse): New function.
9087
9088 2006-08-13  Romain Francoise  <romain@orebokech.com>
9089
9090         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9091         space.
9092
9093 2006-08-10  Romain Francoise  <romain@orebokech.com>
9094
9095         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9096         (dns-mode-soa-auto-increment-serial): New user option.
9097         (dns-mode-soa-maybe-increment-serial): New function.
9098         (dns-mode): Add the latter to `write-contents-functions'.
9099
9100 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * compface.el (uncompface): Use binary rather than raw-text-unix.
9103
9104 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * compface.el (uncompface): Make sure the eol conversion doesn't take
9107         place when communicating with the external programs.  Reported by
9108         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9109
9110 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9113
9114 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9115
9116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9117         Make it more robust by parsing author and date independently.
9118
9119 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9122
9123 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9124
9125         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9126         first matching secret key.
9127         (mml2015-epg-encrypt): Ditto.
9128
9129         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9130         first matching secret key.
9131         (mml1991-epg-encrypt): Ditto.
9132
9133         * mml2015.el (mml2015-encrypt-to-self): New user option.
9134         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9135         mml2015-epg-encrypt-to-self is set.
9136
9137         * mml1991.el (mml1991-encrypt-to-self): New variable.
9138         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9139         mml1991-epg-encrypt-to-self is set.
9140
9141         * mml2015.el (mml2015-signers): New user option.
9142         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9143         (mml2015-epg-encrypt): Allow to select signing keys.
9144
9145         * mml1991.el (mml1991-signers): New variable.
9146         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9147         (mml1991-epg-encrypt): Allow to select signing keys.
9148
9149 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nnheader.el (nnheader-insert-head): Make it work even if the file
9152         uses CRLF for the line-break code.
9153
9154 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9155
9156         * mml2015.el: Require mml-sec instead of password.
9157         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9158         (mml2015-cache-passphrase): Inherit the default value from
9159         mml-secure-cache-passphrase.
9160         (mml2015-passphrase-cache-expiry): Inherit the default value from
9161         mml-secure-passphrase-cache-expiry.
9162
9163         * mml1991.el: Require mml-sec instead of password.
9164         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9165         (mml1991-cache-passphrase): Inherit the default value from
9166         mml-secure-cache-passphrase.
9167         (mml1991-passphrase-cache-expiry): Inherit the default value from
9168         mml-secure-passphrase-cache-expiry.
9169
9170         * mml-sec.el: Require password.
9171         (mml-secure-verbose): New user option.
9172         (mml-secure-cache-passphrase): New user option.
9173         (mml-secure-passphrase-cache-expiry): New user option.
9174
9175 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9176
9177         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9178         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9179         andreas@altroot.de (Andreas Vögele).
9180
9181         FIXME: Use `tiny change'?
9182
9183 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9184
9185         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9186         workaround for the url package included with Emacs.
9187
9188         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9189
9190 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9193         correctly.  This fixes a bug caused by the 2006-05-12 change.
9194
9195 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9196
9197         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9198         some information about the error when saying that the `bogus' mail
9199         group will be used.
9200
9201 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9204         string.
9205
9206 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9207
9208         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9209
9210 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9211
9212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9213
9214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9215
9216         * mml1991.el (mml1991-function-alist): Add epg.
9217         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9218         (mml1991-epg-encrypt): New functions.
9219
9220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9221
9222         * mml2015.el (mml2015-verbose): New variable.
9223         (mml2015-cache-passphrase): Ditto.
9224         (mml2015-passphrase-cache-expiry): Ditto.
9225         (mml2015-function-alist): Add epg.
9226         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9227         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9228         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9229         functions.
9230
9231 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9232
9233         * message.el (message-cite-original-1): Preserve region when removing
9234         quoted text due to X-No-Archive in order to avoid bogus attribution
9235         when citing multiple messages.
9236
9237 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9238
9239         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9240         Kenneth Jacker <khj@be.cs.appstate.edu>.
9241
9242 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-diary.el (gnus-user-format-function-d)
9245         (gnus-user-format-function-D): Autoload.
9246
9247         * imap.el (Commentary): Fix typo.
9248
9249         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9250         2006-04-22 contribution.
9251
9252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9253
9254         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9255         It didn't really fix the bogosity I'm seeing with solid web groups.
9256
9257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9258
9259         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9260         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9261         created using server names.  If we use the feature without declaring
9262         it, Gnus does not properly manage server and group state.
9263
9264         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9265         bound.
9266
9267 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9268
9269         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9270         looking up the method using GROUP's prefix before inventing a new one.
9271         It is used on killed/unknown groups in various places where returning
9272         an all-new method isn't expected by the caller.
9273
9274         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9275         and match semantics of gnus-group-real-prefix.
9276
9277 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * nnmail.el (nnmail-broken-references-mailers): New variable.
9280         (nnmail-ignore-broken-references): New function generalizing
9281         nnmail-fix-eudora-headers.
9282         (nnmail-fix-eudora-headers): Now obsolete.
9283
9284         * gnus-art.el (gnus-button-handle-custom): Support
9285         `customize-apropos*'.
9286
9287 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9290
9291         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9292         articles.
9293
9294 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * message.el (message-cite-reply-above): New variable.
9297         (message-yank-original): Use it.
9298
9299 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9302
9303 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9306         as read.
9307
9308         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9309
9310 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9313         (gnus-bookmark-default-file): Use gnus-directory.
9314         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9315         Remove "*" in doc string.
9316         (gnus-bookmark-write-file): Simplify.
9317         (gnus-bookmark-maybe-sort-alist): Use `when'.
9318         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9319         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9320         FIXME about Emacs 21 and XEmacs compatibility.
9321         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9322         compatibility.
9323         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9324         compatibility.
9325         (gnus-bookmark-menu-heading): Fix version.
9326
9327 2006-06-19  Bastien Guerry  <bzg@altern.org>
9328
9329         * gnus-bookmark.el: New file.
9330
9331 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * message.el (message-syntax-checks): Doc fix.
9334
9335 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9336
9337         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9338         unsubscribed groups as if they were killed ones.  It causes duplicate
9339         entries in gnus-newsrc-alist.
9340
9341 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * message.el (message-syntax-checks): Doc fix.
9344         (message-send-mail): Add check for continuation headers.
9345         (message-check-news-header-syntax): Fix regexp used to check for
9346         continuation headers.
9347
9348 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9351
9352 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9355
9356 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9359         default-truncate-lines.
9360
9361 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9364         to fill the utf-8 entry.
9365
9366         * lpath.el: Fbind unicode-precedence-list.
9367
9368 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9369
9370         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9371
9372 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9373
9374         * gnus-agent.el (directory-files-and-attributes): Move all the way
9375         forward (the third and final move).
9376         (gnus-agent-read-agentview): Trap reconstruction errors due to
9377         nonexistant directory.  Handle by returning nil.
9378
9379 2006-05-30  Didier Verna  <didier@xemacs.org>
9380
9381         * message.el (message-dont-reply-to-names): Update the custom type.
9382         * message.el (message-dont-reply-to-names): New defsubst: potentially
9383         convert a list of regexps into a single one.
9384         * message.el (message-get-reply-headers): Use it.
9385         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9386
9387 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-agent.el (directory-files-and-attributes): Move forward.
9390
9391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-ml.el (gnus-mailing-list-subscribe)
9394         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9395         (gnus-mailing-list-message): Fix doc strings.
9396
9397 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9398
9399         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9400         of doing it manually.
9401
9402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9405         comment.
9406
9407 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9408
9409         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9410         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9411         (gnus-agent-read-local): All symbols allocated in my-obarray.
9412         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9413         (gnus-agent-regenerate-group): Check numeric names to see if they are
9414         messages or groups.
9415         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9416         better way of do this...)
9417
9418         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9419         'dummy.group' (there should be a better way of do this...)
9420
9421 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9424         (gnus-saved-headers): Ditto.
9425         (gnus-default-article-saver): Mention functions may have properties.
9426         (gnus-article-save): Override gnus-save-all-headers and
9427         gnus-saved-headers by :headers property which saver function may have.
9428         (gnus-summary-save-in-file): Add :headers property.
9429         (gnus-summary-write-to-file): Ditto.
9430
9431         * gnus-sum.el (gnus-summary-save-article): Bind
9432         gnus-prompt-before-saving to t when saving many articles in a file;
9433         always show all headers.
9434
9435         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9436
9437 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9440         marks.
9441
9442         * message.el (message-indent-citation): Add optional arguments to allow
9443         using it outside of message buffers.
9444
9445         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9446         (gnus-article-treat-unfold-headers): Use it.
9447         (gnus-article-truncate-lines): New variable.
9448         (gnus-article-mode): Use it.
9449         (gnus-article-toggle-truncate-lines): New function.
9450
9451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9452         gnus-article-toggle-truncate-lines.
9453
9454         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9455         coding system in XEmacs, use binary.
9456
9457 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9460         after-load-alist.
9461
9462         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9463         this function should save decoded articles.
9464         (gnus-summary-write-to-file): Use property to specify this function
9465         should save decoded articles and specify gnus-summary-save-in-file
9466         should be used to save articles other than the first one when saving
9467         many articles.
9468         (gnus-summary-save-body-in-file): Use property to specify this
9469         function should save decoded articles.
9470         (gnus-summary-write-body-to-file): Use property to specify this
9471         function should save decoded articles and specify
9472         gnus-summary-save-body-in-file should be used to save articles other
9473         than the first one when saving many articles.
9474
9475         * gnus-sum.el (gnus-summary-save-article): Simplify.
9476
9477 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-art.el (gnus-default-article-saver): Add
9480         gnus-summary-write-body-to-file.
9481         (gnus-article-save-coding-system): Don't use coding system object
9482         in XEmacs.
9483         (gnus-read-save-file-name): Add optional `dir-var' argument which
9484         specifies directory in which files are saved; work even if optional
9485         `variable' argument is not specified.
9486         (gnus-summary-write-to-file): Read file name.
9487         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9488         (gnus-summary-write-body-to-file): New function.
9489
9490         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9491         (gnus-summary-local-variables): Add it.
9492         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9493         (gnus-summary-save-article): Remove optional `decode' argument;
9494         determine whether to decode articles by the value of
9495         gnus-default-article-saver; when saving many files using
9496         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9497         it first and use gnus-summary-save-in-file or
9498         gnus-summary-save-body-in-file thereafter unless
9499         gnus-prompt-before-saving is always; move point to article which
9500         will be saved.
9501         (gnus-summary-save-article-file): Revert.
9502         (gnus-summary-write-article-file): Revert.
9503         (gnus-summary-save-article-body-file): Revert.
9504         (gnus-summary-write-article-body-file): New function.
9505
9506 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-art.el (gnus-default-article-saver): Doc fix.
9509         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9510         from gnus-summary-save-article-coding-system, and default to a
9511         certain coding system.
9512         (gnus-output-to-file): Add coding cookie and encode text according
9513         to gnus-article-save-coding-system; don't use mm-append-to-file.
9514
9515         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9516         gnus-art.el and rename to gnus-article-save-coding-system.
9517         (gnus-summary-save-article): Require gnus-art; don't show all
9518         headers if it decodes articles; don't add coding cookie here;
9519         don't bind mm-text-coding-system-for-write.
9520         (gnus-summary-save-article-file): Save decoded articles.
9521         (gnus-summary-write-article-file): When saving many files, use
9522         gnus-summary-write-to-file first and gnus-summary-save-in-file
9523         thereafter unless gnus-prompt-before-saving is always.
9524         (gnus-summary-save-article-body-file): Save decoded articles.
9525
9526         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9527
9528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * nnrss.el (nnrss-check-group): Bind hash-index.
9531
9532 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9533
9534         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9535         its hash index.  Store this hash in `nnrss-group-data'.
9536         (nnrss-read-group-data): Update accordingly.
9537
9538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9541         entry.
9542
9543         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9544         gnus-article-browse-html-article.
9545
9546 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9547
9548         * gnus-sum.el (gnus-summary-mime-map): Add
9549         gnus-article-browse-html-article.
9550
9551         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9552
9553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9556         suitable coding systems in customize.
9557
9558 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * mail-source.el (mail-sources): Fix custom type.
9561
9562 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9565         (gnus-summary-expire-articles-now): Shorten prompt.
9566
9567         * gmm-utils.el (wid-edit): Require.
9568         (defun-gmm): Renamed from `gmm-defun-compat'.
9569         (gmm-image-search-load-path): Use it.
9570         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9571
9572 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9575         variable.
9576         (gnus-summary-save-article): Add optional `decode' argument.  If
9577         it is set and gnus-summary-save-article-coding-system is non-nil,
9578         save decoded article.
9579         (gnus-summary-write-article-file): Save decoded article if
9580         gnus-summary-save-article-coding-system is non-nil.
9581
9582         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9583         type.
9584
9585 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9588
9589 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9592         first to test gnus-single-article-buffer which may be buffer-local.
9593
9594         * gnus-sum.el (gnus-summary-setup-buffer): Make
9595         gnus-single-article-buffer buffer-local and nil in ephemeral
9596         group; make gnus-article-buffer, gnus-article-current, and
9597         gnus-original-article-buffer always buffer-local.
9598         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9599         group.
9600         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9601
9602 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * nnml.el (nnml-request-compact-group): Compressed files might not
9605         have .gz extension.
9606
9607 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9608
9609         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9610         (mm-copy-to-buffer): Use with-current-buffer.
9611         (mm-display-part): Simplify.
9612         (mm-inlinable-p): Add optional arg `type'.
9613
9614 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9615
9616         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9617         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9618         Try harder to show the attachment internally or externally using
9619         gnus-mime-view-part-as-type.
9620
9621 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * message.el (message-from-style, message-signature-separator)
9624         (message-user-organization-file, message-send-mail-function)
9625         (message-citation-line-function, message-yank-prefix)
9626         (message-indent-citation-function, message-signature)
9627         (message-signature-file, message-signature-insert-empty-line):
9628         Remove autoloads.
9629
9630         * gnus-art.el (gnus-buttonized-mime-types): Remove
9631         "multipart/signed".  Revert 2006-04-26 change.
9632
9633 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * gnus.el (gnus-version-number): Bump version.
9636
9637 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9638
9639         * gnus.el: No Gnus v0.5 is released.
9640
9641 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9642
9643         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9644         fetching articles by message-id.
9645
9646 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * message.el (hashcash): Require hashcash as normal.
9649
9650         * ecomplete.el (ecomplete-highlight-match-line): Use
9651         point-at-eol.
9652         (ecomplete-highlight-match-line): Use `highlight', because that
9653         face exists in both Emacs and XEmacs.
9654
9655         * message.el (message-display-abbrev): Use point-at-bol.
9656
9657         * mail-source.el: Don't require timer/timer-funcs.
9658
9659         * gnus-async.el: Ditto.
9660
9661         * password.el: Ditto.
9662
9663         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9664
9665         * mm-url.el: Ditto.
9666
9667         * gnus-xmas.el: Don't require timer-funcs.
9668
9669         * mm-util.el: Require timer/timer-funcs.
9670
9671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9672
9673         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9674         Close.
9675
9676 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9679         unibyte after clear-decrypt function runs.
9680
9681         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9682         returns as a unibyte string.
9683
9684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * lpath.el: Revert.
9687
9688         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9689         (pgg-gpg-process-sentinel): Revert.
9690
9691         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9692         (pgg-pgp-lookup-key): Revert.
9693
9694         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9695         (pgg-pgp5-lookup-key): Revert.
9696
9697         * pgg.el (pgg-fetch-key): Revert.
9698
9699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * lpath.el: Fbind string-as-multibyte for XEmacs.
9702
9703         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9704         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9705         (mml1991-pgg-encrypt): Ditto.
9706
9707         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9708         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9709         a multibyte buffer.
9710
9711         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9712         (pgg-pgp-lookup-key): Ditto.
9713
9714         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9715         (pgg-pgp5-lookup-key): Ditto.
9716
9717         * pgg.el (pgg-fetch-key): Ditto.
9718
9719 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * message.el (message-user-organization-file): Check several
9722         locations of the organization file.
9723
9724         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9725         Add gnus-article-view-part-as-type.
9726
9727         * gnus-art.el (gnus-article-view-part-as-type): New function.
9728
9729         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9730         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9731
9732         * mml.el: Simplify autoload.
9733         (mml-mode): defvar dnd-protocol-alist instead of using
9734         symbol-value.
9735         (mml-default-directory): New variable.
9736         (mml-minibuffer-read-file): Use it.
9737         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9738
9739         * message.el (message-citation-line-format): New variable.
9740         (message-insert-formated-citation-line): New function.
9741         (message-citation-line-function): Add
9742         `message-insert-formated-citation-line' to custom type.
9743
9744         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9745         to doc string.
9746
9747         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9748         depending on mm-verify-option.
9749
9750 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9753         binding pgg-* variables; reimplement the section which prevents
9754         MIME header from being signed.
9755         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9756         pgg-text-mode; remove a blank line at the top of body.
9757
9758         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9759         lines at the top of body; use gnus-newsgroup-charset if there's no
9760         Charset header.
9761
9762 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * message.el (message-self-insert-commands): Doc fix.
9765
9766         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9767         (mm-uu-pgp-encrypted-test): Ditto.
9768         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9769         between header and body; return application/pgp-encrypted handle
9770         if decryption failed; decode decrypted body by charset.
9771
9772         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9773         element match to application/pgp-*.
9774
9775 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9776
9777         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9778         HTML.
9779
9780 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * mail-source.el (mail-source-call-script): Message the error
9783         string.
9784
9785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * gnus-util.el (gnus-byte-compile): Use it.
9788
9789 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9790
9791         * gnus-util.el (kill-empty-logs): New function.
9792
9793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * message.el (message-mail-alias-type): Doc fix.
9796         (message-mail-alias-type-p): New function.
9797         (message-send): Use it.
9798         (message-mode): Ditto.
9799         (message-strip-forbidden-properties): Ditto.
9800
9801         * ecomplete.el (ecomplete-database-file-coding-system): New
9802         variable.
9803         (ecomplete-save): Use it.
9804         (ecomplete-setup): Use it.
9805
9806 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * message.el (message-self-insert-commands): New variable.
9809         (message-strip-forbidden-properties): Use it.
9810
9811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9814         that doesn't make XEmacs choke.
9815
9816 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * gnus-util.el (gnus-replace-in-string):
9819         Prefer replace-regexp-in-string over of replace-in-string.
9820
9821 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-util.el (gnus-select-frame-set-input-focus):
9824         Use select-frame-set-input-focus if it is available in XEmacs; use
9825         definition defined in Emacs 22 for old Emacsen.
9826
9827         * dgnushack.el: Autoload unmorse-region for XEmacs.
9828
9829         * lpath.el: Bind cursor-in-non-selected-windows and
9830         select-frame-set-input-focus for XEmacs.
9831
9832 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9835
9836 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9837
9838         * gnus-registry.el (gnus-registry-cache-save): Remove text
9839         properties when saving via the temp buffer.
9840
9841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * message.el (message-generate-hashcash): Honor custom type.
9844
9845 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * message.el (message-generate-hashcash): Default to non-nil when
9848         hashcash is found.
9849
9850         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9851         (gnus-refer-thread-limit): Increase default to 500.
9852
9853         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9854
9855         * flow-fill.el (fill-flowed): Allow delete-space.
9856
9857 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9860         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9861         Remove autoloads.
9862
9863 2006-04-18  Simon Josefsson  <jas@extundo.com>
9864
9865         * message.el (message-generate-hashcash): Default to.
9866
9867 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9870         concatenating segments rather than before concatenating them.
9871
9872 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9875
9876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9879
9880         * message.el (message-forward-make-body-plain): Allow
9881         message-forward-ignored-headers to be a list.
9882         (message-remove-ignored-headers): Factor out into function.
9883         (message-forward-make-body-mml): Use it.
9884
9885         * imap.el (imap-quote-specials): New function.
9886         (imap-login-auth): Quote specials.
9887
9888         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9889         (rfc2231-parse-string): Allow concatanation of parameters that
9890         aren't contiguous.  The test case is
9891           (mail-header-parse-content-type "message/external-body;
9892             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9893             access-type=LOCAL-FILE;
9894             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9895
9896 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9897
9898         * nntp.el (nntp-accept-process-output): Return the value of
9899         `nnheader-accept-process-output'.
9900
9901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9904         (gnus-button-alist): Recognize more diff formats.
9905         (gnus-button-patch): Strip directory.
9906
9907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9910         Emacs 22 when setting focus.
9911
9912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * gnus-art.el (gnus-article-treat-types): Do treatment of
9915         text/x-verbatim parts.
9916         (gnus-button-patch): New command.
9917
9918         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9919         addresses that contain invalid characters.
9920
9921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * message.el (message-put-addresses-in-ecomplete): Use
9924         gnus-replace-in-string.
9925         (message-is-yours-p): Use the more correct
9926         mail-header-parse-address instead of
9927         mail-extract-address-components.
9928         (message-put-addresses-in-ecomplete): Fix typo.
9929
9930         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9931         keystroke.
9932
9933         * gnus-art.el (gnus-treatment-function-alist): Change order of
9934         newsgroups/generic header folding to avoid double-folding.
9935
9936         * message.el (message-hidden-headers): Add X-Draft-From.
9937
9938         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9939         command.
9940         (gnus-summary-repeat-search-article-backward): New command.
9941
9942         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9943         groups in the parent topic.
9944
9945 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9946
9947         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9948         (spam-extra-header-to-number): Return the CRM114 number as a
9949         number instead of a string.
9950
9951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-art.el (gnus-face-properties-alist): Moved here from
9954         gnus-fun.
9955
9956         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9957
9958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * message.el (message-strip-forbidden-properties): Only display on
9961         self-insert-command.
9962
9963         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9964         reindent.
9965         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9966
9967 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9968
9969         * smiley.el (smiley-style): Fix typo.
9970
9971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972
9973         * hashcash.el (hashcash-insert-payment-async-2): Use
9974         message-goto-eoh instead of doing it manually.
9975         (mail-add-payment): Use message-narrow-to-header instead of trying
9976         to do the same itself.
9977
9978         * message.el (message-hidden-headers): Add Face.
9979
9980         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9981         reparenting code.
9982         (gnus-summary-reparent-children): Refactored out code.
9983         (gnus-summary-thread-map): New keystroke.
9984         (gnus-summary-reparent-children): Make into command.
9985
9986         * smiley.el (smiley-style): Default to `medium' if using a large
9987         font.
9988
9989         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9990         does it itself.
9991
9992         * message.el (message-point-in-header-p): Simplify definition.
9993
9994 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * nnagent.el (nnagent-request-set-mark): Silence log file
9997         writing.
9998         (nnagent-request-set-mark): Use write-region instead of
9999         append-to-file.
10000
10001         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10002         strange select method.
10003
10004         * ecomplete.el (ecomplete-display-matches): Get highlightling
10005         right.
10006         (ecomplete-display-matches): Use literals.
10007         (ecomplete-display-matches): Disable message logging.
10008
10009         * message.el (message-display-abbrev): Small optimization.
10010
10011         * ecomplete.el (ecomplete-display-matches): Allow automatic
10012         display.
10013
10014         * message.el (message-strip-forbidden-properties): Display
10015         abbrevs.
10016         (message-display-abbrev): Get automatic display right.
10017
10018         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10019         keystrokes.
10020
10021 2006-04-13  Romain Francoise  <romain@orebokech.com>
10022
10023         TODO: Backport to v5-10!
10024
10025         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10026         Moved here (and renamed) from gnus-registry.el.
10027
10028         * gnus-registry.el: Require gnus-util.
10029         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10030
10031 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-group.el (gnus-group-catchup-current): Change
10034         if-then-else-if-then-else into cond.
10035         (gnus-group-catchup): Indent.
10036         (group-name-at-point): New function.
10037         (gnus-fetch-group): Provide default from thing at point.
10038
10039 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * message.el (message-display-abbrev): Fix regexp.
10042
10043         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10044         choosing.
10045         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10046         dead variables.
10047
10048         * message.el (message-newline-and-indent): Remove debugging.
10049         (message-display-abbrev): Use new implementation.
10050
10051 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * gnus-art.el (gnus-article-mode): Set
10054         cursor-in-non-selected-windows to nil.
10055
10056         * smiley.el: Revert previous change.
10057         (smiley-data-directory): defvar it before using it in the
10058         defcustom of `smiley-style'.
10059
10060 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * message.el (message-newline-and-indent): New function.
10063
10064         * ecomplete.el: Implement more bits.
10065
10066         * message.el (message-put-addresses-in-ecomplete): Clean up the
10067         string.
10068
10069         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10070
10071         * gnus-sum.el (gnus-summary-save-parts): Bind
10072         gnus-summary-save-parts-counter and use it to make unique file
10073         names.
10074
10075         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10076
10077         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10078         parameter to say whether to actually parse the individual
10079         addresses.
10080
10081         * message.el (message-put-addresses-in-ecomplete): New function.
10082         (ecomplete): Require.
10083         (message-mail-alias-type): Add ecomplete as an option.
10084
10085 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10086
10087         * flow-fill.el (fill-flowed): Remove trailing space from blank
10088         quoted lines.
10089
10090 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * smiley.el (smiley-style): Move definition later to avoid a
10093         compilation warning.
10094
10095 2006-04-12  Kenichi Handa  <handa@m17n.org>
10096
10097         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10098         buffer and then decode the buffer text if necessary.
10099         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10100         first, and after mm-encode-body, change the buffer to unibyte.
10101         Use mm-disable-multibyte instead of set-buffer-multibyte.
10102
10103 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10106         Content-Type header instead of Content-Disposition header.
10107         (gnus-mime-inline-part): Ditto.
10108         (gnus-mime-view-part-as-charset): Ignore charset that the part
10109         specifies.
10110
10111         * mm-decode.el (mm-display-part): Work with external parts and
10112         usual parts similarly.
10113
10114         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10115         instead of gnus-display-mime.
10116
10117         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10118         instead of with-temp-buffer.
10119
10120         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10121         tag to summarized topics part in order to encode non-ASCII text.
10122
10123 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * smiley.el (smiley-style): New variable.
10126         (smiley-directory): New function.
10127         (smiley-data-directory): Derive from `smiley-style' using
10128         `smiley-directory'.
10129         (smiley-regexp-alist): Add new entries.
10130
10131         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10132         (gnus-article-browse-delete-temp): Add :version.
10133
10134 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10135
10136         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10137         the sieve region.
10138
10139 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * gnus.el (gnus-version-number): Bump version.
10142
10143 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * gnus.el: No Gnus v0.4 is released.
10146
10147 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10150         layout.
10151
10152         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10153         unknown charset.
10154
10155         * message.el (message-header-synonyms): Add Original-To to the
10156         default.
10157
10158         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10159         optional parameter.
10160
10161 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-fun.el (gnus): Require it for gnus-directory.
10164
10165 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10168
10169 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10172
10173 2006-04-05  Simon Josefsson  <jas@extundo.com>
10174
10175         * password.el (password-reset): New function.
10176
10177 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10178
10179         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10180         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10181
10182 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10183
10184         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10185         Some whitespace was matched into the url, which broke browsing hits
10186         > 100 when mm-url-use-external was nil.
10187
10188 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10191         gnus-extra-headers for 'Newsgroups.
10192
10193         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10194         bound.
10195
10196 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10197
10198         * pgg-gpg.el: Clean up process buffers every time gpg processes
10199         complete.
10200
10201 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10204         doc string.
10205
10206 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10207
10208         * pgg-gpg.el (pgg-gpg-process-filter)
10209         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10210
10211         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10212         lines, temporary fix.
10213
10214 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10217
10218 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10219
10220         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10221         default-enable-multibyte-characters.  This reverts the change from
10222         revision 6.17 which is no longer necessary because the passphrase
10223         is sent separately now.  GnuPG messages are unreadable under
10224         multibyte locales with default-enable-multibyte-characters set to
10225         nil.
10226
10227 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el (message-tool-bar-gnome): Move "spell".
10230
10231 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10234         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10235         instead.
10236
10237 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10238
10239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10240         newsgroups handling for NNTP overviews which don't include
10241         Newsgroups.
10242
10243 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10244
10245         * message.el (message-resend): Bind message-generate-hashcash to nil.
10246
10247 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10248
10249         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10250         when searching for already-paid recipients.
10251
10252 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10253
10254         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10255         passphrases when it is not needed.
10256         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10257         passphrase stuff from gpg, should only be necessary when you use
10258         gpg with a smartcard.
10259
10260 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * mml.el (mml-insert-mime): Ignore cached contents of
10263         message/external-body part.
10264
10265         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10266         (mm-insert-part): Ditto.
10267
10268 2006-03-23  Simon Josefsson  <jas@extundo.com>
10269
10270         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10271         Reiner.
10272         (pgg-gpg-use-agent-p): Use it again.
10273
10274 2006-03-23  Simon Josefsson  <jas@extundo.com>
10275
10276         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10277         older emacsen.
10278         (pgg-gpg-use-agent-p): Don't use it.
10279
10280 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10283         if we can.
10284
10285 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10286
10287         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10288         (pgg-gpg-update-agent): New function.
10289         (pgg-gpg-use-agent-p): New function.
10290         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10291         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10292         (pgg-gpg-sign-region): Use it.
10293
10294 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10297         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10298
10299 2006-03-21  Simon Josefsson  <jas@extundo.com>
10300
10301         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10302         <wilde@sha-bang.de>.
10303         (pgg-gpg-use-agent): New variable.
10304         (pgg-gpg-process-region): Use it.
10305         (pgg-gpg-encrypt-region): Likewise.
10306         (pgg-gpg-encrypt-symmetric-region): Likewise.
10307         (pgg-gpg-decrypt-region): Likewise.
10308         (pgg-gpg-sign-region): Likewise.
10309         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10310
10311 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10314
10315         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10316         Add comment on version.
10317
10318 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * smiley.el: Add missing test smiley.
10321
10322 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * mm-decode.el (mm-with-part): New macro.
10325         (mm-get-part): Use it; work with message/external-body as well.
10326         (mm-save-part): Treat name and filename equally.
10327
10328         * mm-extern.el (mm-extern-cache-contents): New function.
10329         (mm-inline-external-body): Use it; force the part to be displayed;
10330         move undisplayer added to the cached handle to the parent.
10331
10332         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10333         (gnus-mime-view-part-as-type): Work with message/external-body.
10334
10335         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10336
10337 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10340         images in image-load-path.  [Sync with image.el, revision 1.60, in
10341         Emacs.]
10342
10343 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10346         path rather than symbol.  Always return list of directories.
10347         Guarantee that image directory comes first.  [Sync with image.el,
10348         revision 1.59, in Emacs.]
10349
10350         * message.el (message-make-tool-bar): Adjust to new API of
10351         `gmm-image-load-path-for-library'.
10352
10353         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10354
10355         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10356
10357 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10358
10359         * gnus-art.el (gnus-article-only-boring-p):
10360         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10361         intangible text.
10362         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10363
10364 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10367         `defun' instead of `gmm-defun-compat'.
10368
10369 2006-03-14  Simon Josefsson  <jas@extundo.com>
10370
10371         * message.el (message-unique-id): Don't use message-number-base36
10372         if (user-uid) is a float.
10373         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10374
10375 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10378
10379         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10380         empty line between a part and a message part.
10381
10382 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * smiley.el: Add more test smileys.
10385         (smiley-data-directory, smiley-regexp-alist)
10386         (gnus-smiley-file-types): Fix doc strings.
10387         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10388         adding new elements.
10389         (smiley-mouse-map): Unused code.  Make it a comment.
10390
10391 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10394         scan latest NoCeM messages instead of old ones.
10395         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10396         delimiters that are recently used.
10397         (gnus-nocem-load-cache): Add autoload cookie.
10398
10399         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10400
10401         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10402         level which is larger than gnus-use-nocem is specified.
10403
10404         * gnus-group.el (gnus-group-get-new-news): Ditto.
10405
10406 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-util.el (gnus-tool-bar-update): New function.
10409
10410         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10411         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10412
10413         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10414
10415         * gnus-group.el (gnus-group-redraw-when-idle)
10416         (gnus-group-redraw-check): Remove.
10417         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10418
10419 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10422         if optional last element is specified in splits (FIELD VALUE...).
10423
10424 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10427         to gmm-image-load-path-for-library.  Call with no-error argument.
10428         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10429
10430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10431
10432         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10433
10434         * gmm-utils.el (gmm-image-load-path): Remove alias.
10435
10436 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gmm-utils.el (gmm-image-load-path): Add alias.
10439
10440         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10441         nnml-generate-nov-databases-1.
10442         (nnml-generate-nov-databases): Use it.
10443         (nnml-generate-nov-databases-directory): Document no-active
10444         argument.
10445
10446         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10447         directory if path is t.  Add no-error.
10448
10449         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10450         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10451
10452         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10453         resetting gnus-article-browse-html-temp-list.
10454
10455         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10456         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10457         Add example to docstring.  Rename local variables.  Move error
10458         checks to default case in cond and simplify.
10459
10460 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10463         handle is multipart when calling it recursively.
10464         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10465
10466 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10467
10468         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10469         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10470
10471 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10474         is loaded.
10475
10476         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10477         loaded.
10478
10479 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10482         to "Emacs 23 (unicode)" in doc string.
10483
10484         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10485         "Emacs 23 (unicode)" in comment.
10486
10487 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10490
10491         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10492         characters 160 through 255 in Emacs 23.
10493
10494 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10497         gnus-article-browse-html-temp.
10498         (gnus-article-browse-delete-temp): Make it customizable.  Add
10499         `file'.  Adjust doc string.
10500         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10501         query for each file.  Adjust doc string.
10502         (gnus-article-browse-html-parts): Add
10503         `gnus-article-browse-delete-temp-files' to
10504         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10505
10506 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10507
10508         * gnus-art.el (gnus-article-browse-html-temp)
10509         (gnus-article-browse-delete-temp): New variables.
10510         (gnus-article-browse-delete-temp-files): New function.
10511         (gnus-article-browse-html-parts): Use it.
10512
10513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10516
10517         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10518         string.
10519
10520         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10521         gnus-summary-insert-new-articles when unplugged.  Remove
10522         gnus-summary-search-article-forward.
10523
10524         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10525         display-visual-class instead of display-color-cells.
10526
10527 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * dgnushack.el: Autoload customize-group for XEmacs.
10530
10531         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10532         message/* containing non-ASCII text properly.
10533
10534 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * message.el: Require gmm-utils, remove autoloads.
10537         (message-tool-bar): Set default based on
10538         gmm-tool-bar-style.
10539         (message-tool-bar-gnome): Add gmm-customize-mode.
10540
10541         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10542         gmm-tool-bar-style.
10543         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10544
10545         * gnus-group.el (gnus-group-tool-bar): Set default based on
10546         gmm-tool-bar-style.
10547         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10548
10549         * gmm-utils.el (gmm-image-directory): Rename variable from
10550         gmm-image-load-path.
10551         (gmm-image-load-path): Use gmm-image-directory.
10552         (gmm-customize-mode): New function.
10553         (gmm-tool-bar-style): New variable.
10554
10555         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10556         gnus-group-redraw-line-number.
10557         (gnus-group-redraw-check): Simplify.
10558         (gnus-group-tool-bar-update): Remove redraw check.
10559         (gnus-group-make-tool-bar): Add redraw check.
10560
10561 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10562
10563         * gnus-art.el (gnus-button): Add missing parentheses.
10564
10565 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * lpath.el: Fbind line-number-at-pos.
10568
10569 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10572
10573 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * gnus-art.el (gnus-button): New face.
10576         (gnus-article-button-face): Use it.
10577
10578         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10579         gnus-summary-next-page.  Re-order.
10580
10581         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10582         next-node are now included.
10583         (gnus-group-redraw-line-number): New internal variable.
10584         (gnus-group-redraw-check): Helper function for updating the tool
10585         bar.
10586         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10587
10588         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10589
10590         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10591         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10592         Use it to match format of Spamassassin 3.0 and later.  Reported by
10593         IRIE Tetsuya <irie@t.email.ne.jp>.
10594         (spam-check-bogofilter)
10595         (spam-bogofilter-register-with-bogofilter): Fix args of
10596         `gnus-error' calls.
10597
10598 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10601         unnecessary interaction when sending queued mails.  Reported by
10602         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10603
10604 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10607         first or last are nil.
10608
10609 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10610
10611         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10612
10613 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10616
10617 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * dns.el (query-dns): Protect more against buggy tcp output.
10620
10621 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10624         nov.php.
10625
10626 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10627
10628         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10629         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10630         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10631         output on the server side.
10632         (nnweb-google-create-mapping): Update regexps and add some
10633         progress indication.
10634
10635 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10638         gnus-agent-toggle-plugged.  Re-order icons.
10639         (gnus-group-tool-bar-gnome): Add
10640         gnus-group-{prev,next}-unread-group.
10641         (gnus-group-tool-bar-gnome): Re-order icons.
10642
10643         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10644         gnus-summary-insert-new-articles.
10645
10646         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10647         comments.
10648
10649         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10650         also available in Emacs 21.3.
10651
10652         * message.el (message-fix-before-sending): Change "Emacs 22" to
10653         "Emacs 23 (unicode)" in comment.
10654
10655         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10656         "Emacs 23 (unicode)" in comment.
10657
10658         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10659         comment.
10660         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10661
10662         * mm-view.el (mm-fill-flowed): Add :version.
10663
10664 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10667         and load-path.
10668
10669 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * message.el: Autoload gmm-image-load-path.
10672         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10673         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10674         consitency.
10675
10676         * gmm-utils.el (gmm-image-load-path): Also search in
10677         "../etc/images".  Don't set gmm-image-load-path if we don't find
10678         the image.
10679
10680 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gmm-utils.el (gmm-image-load-path): Don't make
10683         `gmm-image-load-path' include subdirectories which the second arg
10684         `image' might specify.
10685
10686         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10687         subdirectory to icon file names.
10688
10689         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10690
10691 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10694         gmm-image-load-path calls.
10695
10696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10697
10698         * message.el (message-make-tool-bar): Ditto.
10699
10700         * mml.el (mml-preview): Added comment concerning tool bar icons.
10701
10702         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10703         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10704
10705         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10706         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10707
10708         * message.el (message-tool-bar-gnome): Use new icon names.
10709         (message-make-tool-bar): Use `gmm-image-load-path'.
10710
10711         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10712         functions from MH-E.
10713         (gmm-image-load-path): New variable from MH-E.
10714         (gmm-image-load-path): New function from MH-E.  Added arguments
10715         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10716         *-image-load-path-called-flag.
10717
10718 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10719
10720         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10721
10722 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10723
10724         * nnimap.el (nnimap-request-move-article): Change folder back to
10725         source group before deleting.
10726
10727 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10730
10731         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10732         mm-url.
10733
10734         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10735
10736 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10739         coding system which mm-charset-to-coding-system returns for a
10740         given charset is valid.
10741
10742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10743
10744         * html2text.el (html2text-remove-tag-list):
10745         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10746
10747 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10748
10749         * gnus-cus.el: Revert 2005-10-17 change.
10750
10751 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-art.el (article-strip-banner): Call
10754         article-really-strip-banner only when the regexp match is made.
10755
10756 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-art.el (article-strip-banner): Use
10759         gnus-extract-address-components instead of
10760         mail-header-parse-addresses to make it work with non-ASCII text;
10761         remove mail-encode-encoded-word-string.
10762
10763         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10764         values which are surrounded with \"...\"; make it never cause a
10765         Lisp error; give up parsing of parameters if it failed in
10766         extracting type.
10767
10768 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10769
10770         * smime.el (smime-cert-by-ldap-1): Fix bug where
10771         `smime-ldap-search' returns results without userCertificates.
10772
10773 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10776
10777 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * spam.el (spam-check-spamassassin-headers): Adapt format for
10780         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10781         <ari@mbf.ocn.ne.jp>.
10782         (spam-list-of-processors): Add spam-use-gmane.
10783
10784 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10787         make-temp-file; make it work with XEmacs as well.
10788
10789         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10790         mm-make-temp-file.
10791
10792         * mm-decode.el (mm-display-external): Use the 3rd arg of
10793         mm-make-temp-file.
10794         (mm-create-image-xemacs): Ditto.
10795
10796 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10799         with message-narrow-to-headers.
10800         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10801         (gnus-draft-check-draft-articles): New function.
10802         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10803
10804 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-art.el (gnus-article-browse-html-parts):
10807         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10808         Don't use suffix argument for mm-make-temp-file for Emacs 21
10809         compatibility.  Remove useless `format'.
10810
10811 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10812
10813         * nnweb.el (nnweb-google-wash-article): Update regexps.
10814         (nnweb-group-alist): Use defvoo instead of defvar.
10815
10816 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10819         re-loading nn* modules.
10820
10821 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10824         for `tool-bar-mode' and don't check it's default-value.
10825
10826         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10827
10828         * message.el (message-make-tool-bar): Ditto.
10829
10830         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10831         `substring'.  Shorten tmp-file name.
10832
10833         * gnus.el: Remove bogus comment.
10834
10835 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10836
10837         * gnus-art.el (gnus-article-browse-html-parts): New function.
10838         (gnus-article-browse-html-article): New function for viewing html
10839         articles with a browser.
10840
10841 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10842
10843         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10844         in elisp.
10845         (pgg-gpg-encrypt-symmetric-region): Ditto.
10846         (pgg-gpg-sign-region): Ditto.
10847
10848         * pgg-def.el (pgg-text-mode): New variable.
10849
10850         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10851         (mml2015-pgg-encrypt): Ditto.
10852
10853         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10854         (mml1991-pgg-encrypt): Ditto.
10855
10856 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10859         message-make-date instead of current-time-string.
10860
10861         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10862         to gnus-decoded which mm-uu might set.
10863
10864 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10867         don't decode quoted parameters; remove misimported Emacs code.
10868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10869         (rfc2231-decode-encoded-string): Don't use split-string which
10870         behaves differently according to Emacs version; use
10871         mm-decode-coding-region to convert charset to coding-system.
10872         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10873         (rfc2231-encode-string): Remove misimported Emacs code.
10874
10875 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10878         when calling mail-header-parse-content-type.
10879         (article-de-quoted-unreadable): Ditto.
10880         (article-de-base64-unreadable): Ditto.
10881         (article-wash-html): Ditto.
10882
10883         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10884         calling mail-header-parse-content-type and
10885         mail-header-parse-content-disposition.
10886         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10887         mail-header-parse-content-type.
10888
10889         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10890         insert charset and format parameters; encode description after
10891         inserting it to buffer.
10892         (mml-insert-parameter): Fold lines properly even if a parameter is
10893         segmented into two or more lines; change the max column to 76.
10894
10895         * rfc1843.el (rfc1843-decode-article-body): Don't use
10896         ignore-errors when calling mail-header-parse-content-type.
10897
10898         * rfc2231.el (rfc2231-parse-string): Return at least type if
10899         possible; don't cause an error even if it fails in parsing of
10900         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10901         (rfc2231-encode-string): Don't break lines at the beginning, leave
10902         it to mml-insert-parameter.
10903
10904         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10905         calling mail-header-parse-content-type.
10906
10907 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * spam-report.el (spam-report-gmane-use-article-number):
10910         Improve doc string.
10911         (spam-report-gmane-internal): Check if a suitable header was found
10912         in the article.
10913
10914 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10917         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10918
10919 2006-02-05  Romain Francoise  <romain@orebokech.com>
10920
10921         Update copyright notices of all files in the gnus directory.
10922
10923 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10924
10925         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10926
10927 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10930         segmented lines of parameter value to cope with Thunderbird 1.5
10931         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10933         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10934
10935 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10936
10937         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10938         parts.
10939
10940 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10941
10942         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10943         there's only one active file for all servers.
10944         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10945         solid groups.  Gnus might have used a FAST request to select the group.
10946         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10947         and nnweb-search redundantly in the active file.
10948         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10949         (nnweb-request-create-group): Don't use ARGS.
10950         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10951         initialisations.  Let nnoo do the work.
10952
10953 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10956         Say the part has been decoded.
10957
10958         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10959
10960 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10961
10962         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10963         mailcap-viewer-test-cache when there's no 'test clause, since that
10964         will invert the meaning of a "nil" test previously determined by
10965         mailcap-mailcap-entry-passes-test.
10966
10967 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10970         compiling.
10971
10972         * gnus-sum.el: Ditto.
10973
10974         * message.el: Don't bind tool-bar-map when compiling.
10975
10976 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10979
10980 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10981
10982         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10983         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10984         current Google Groups.
10985
10986 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10989         and tool-bar-mode.
10990
10991         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10992         and tool-bar-mode.
10993
10994         * message.el (message-tool-bar-update): Simplify.
10995         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10996
10997         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10998         gnus-summary-buffer.
10999         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11000         gnus-summary-reply.
11001
11002         * gmm-utils.el (gmm): Add :version.
11003
11004 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * Makefile.in (clean): New rule.
11007         (distclean): Use it.
11008
11009 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11010
11011         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11012         autoload.
11013
11014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gmm-utils.el (gmm-verbose): Add :group.
11017
11018 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * message.el: Change some comments WRT tool-bars.
11021
11022         * gnus-sum.el (gnus-summary-tool-bar)
11023         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11024         (gnus-summary-tool-bar-zap-list): New variables.
11025         (gnus-summary-make-tool-bar): Complete rewrite using
11026         `gmm-tool-bar-from-list'.
11027
11028         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11029         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11030         variables.
11031         (gnus-group-make-tool-bar): Complete rewrite using
11032         `gmm-tool-bar-from-list'.
11033         (gnus-group-tool-bar-update): New function.
11034
11035         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11036
11037 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11040         is dissected into a single part of which the type is the same as
11041         the given one; decode charset.
11042
11043 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11044
11045         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11046         into alists as symbol not string, since that's what
11047         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11048         look for.
11049
11050 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11053         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11054
11055         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11056
11057 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11060         (gnus-xmas-mime-security-button-menu): New function.
11061
11062         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11063         (gnus-mime-security-button-menu): New definition.
11064         (gnus-mime-security-button-map): Use them.
11065         (gnus-mime-security-button-menu): New function.
11066         (gnus-insert-mime-security-button): Addition to help echo.
11067         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11068         (gnus-mime-security-pipe-part): New functions.
11069
11070         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11071         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11072
11073         * mm-decode.el (mm-handle-set-disposition): Remove.
11074         (mm-handle-set-description): Remove.
11075
11076 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11079         (mm-w3m-standalone-supports-m17n-p): New function.
11080         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11081         w3m usage.
11082
11083         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11084         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11085
11086 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * message.el (message-tool-bar-zap-list): Use
11089         gmm-tool-bar-zap-list as custom type.
11090         (message-tool-bar-update): New function.
11091         (message-tool-bar, message-tool-bar-gnome)
11092         (message-tool-bar-retro): Add message-tool-bar-update.
11093         (message-tool-bar-gnome): Add flyspell-buffer.
11094
11095         * gnus-util.el (gnus-error): Describe `args'.
11096
11097         * gmm-utils.el (gmm-error): Describe `args'.
11098         (gmm-tool-bar-zap-list): New widget.
11099         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11100
11101 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11104         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11105         the number of recursive calls.
11106
11107         * mm-decode.el (mm-handle-set-disposition): New macro.
11108         (mm-handle-set-description): New macro.
11109
11110 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11113         encoding.
11114
11115 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * message.el (message-tool-bar-zap-list, message-tool-bar)
11118         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11119         (message-tool-bar-local-item-from-menu): Remove.
11120         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11121         (message-make-tool-bar): New function.
11122         (message-mode): Use `message-make-tool-bar'.
11123
11124         * gmm-utils.el: New file.
11125         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11126         (gmm-lazy): New widget copied from `nnmail.el'.
11127         (gmm-tool-bar-from-list): New function for creating customizable
11128         tool bars.
11129         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11130         output.
11131         (gmm): Add :prefix to defgroup.
11132
11133 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11134
11135         * gmm-utils.el (gmm-widget-p): New function.
11136
11137 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * mml.el (mml-attach-file): Describe `description' in doc string.
11140         (mml-menu): Add Emacs MIME manual and PGG manual.
11141
11142 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11143
11144         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11145
11146 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11147
11148         * nntp.el (nntp-end-of-line): Doc fix.
11149
11150 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11151
11152         * imap.el (imap-open): Handle case where buffer is a buffer
11153         object.
11154
11155 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11156
11157         * gnus-delay.el (gnus-delay): Don't autoload.
11158         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11159         to be re-loaded when customizing the `gnus-delay' group.
11160
11161 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11162
11163         * message.el (message-insert-citation-line): Use newlines.
11164
11165 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11166
11167         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11168         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11169         these routines, so the passphrase can be managed externally and
11170         passed in to the system.
11171         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11172         pgg-add-passphrase-to-cache function.
11173
11174         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11175         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11176         these routines, so the passphrase can be managed externally and
11177         passed in to the system.
11178         (pgg-pgp5-sign-region): Use new name of
11179         pgg-add-passphrase-to-cache function.
11180
11181 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11182
11183         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11184         part of the decoded armor to find the key-identifier.
11185         (pgg-gpg-lookup-key-owner): New function to return the
11186         human-readable identifier of a key owner.
11187         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11188         itself.
11189         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11190         the key value) if we have a key and can match it against a secret
11191         key.  Also, added a note pointing out fact that the prompt only
11192         indicates the first matching key.
11193
11194         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11195         pgg-decrypt-region.
11196         (pgg-add-passphrase-to-cache): Rename from
11197         `pgg-add-passphrase-cache' to reduce confusion (all callers
11198         changed).
11199         (pgg-remove-passphrase-from-cache): Rename from
11200         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11201         changed).
11202         (pgg-read-passphrase, pgg-add-passphrase-cache)
11203         (pgg-remove-passphrase-cache): Add informative docstrings.
11204         (pgg-decrypt): Convey provided passphrase in subordinate call to
11205         pgg-decrypt-region.
11206
11207 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11208
11209         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11210         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11211         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11212         'passphrase' argument, so the passphrase can be managed externally
11213         and then passed in to the system.
11214
11215         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11216         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11217         so the passphrase cache can be used reliably with identifiers
11218         besides a pgp packet's key id.
11219
11220         * pgg-gpg.el (pgg-gpg-encrypt-region)
11221         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11222         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11223         these routines, so the passphrase can be managed externally and
11224         passed in to the system.
11225
11226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11227         'notruncate' argument, so the passphrase cache can be used
11228         reliably with identifiers besides a pgp packet's key id.
11229
11230 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11231
11232         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11233         symmetric encryption.
11234         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11235         encrypted session key.
11236         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11237         message ask for the passphrase in a proper way.
11238
11239         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11240         New user commands for symmetric encryption.
11241
11242 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11245
11246         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11247
11248 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11249
11250         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11251
11252 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * mm-decode.el (mm-inlined-types): Add application/pgp.
11255         (mm-automatic-display): Ditto.
11256
11257         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11258         part as text.
11259
11260 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * nnrss.el: Update copyright.
11263         (nnrss-opml-import): Query whether to subscribe to each entry.
11264
11265         * gnus-art.el:
11266         * gnus-sum.el:
11267         * gnus-xmas.el:
11268         * messagexmas.el:
11269         * mm-uu.el:
11270         * mm-view.el: Update copyright.
11271
11272 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-info): New function.
11275         (message-mode-menu): Add it.
11276         Update copyright.
11277
11278         * ChangeLog: Fix and update copyright.
11279
11280 2006-01-13  Romain Francoise  <romain@orebokech.com>
11281
11282         * message.el (message-forward-subject-name-subject): Prefer the
11283         address to 'nowhere' if the sender has no name.
11284         Fix typo.  Update copyright year.
11285
11286 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-art.el (article-wash-html): Use
11289         gnus-summary-show-article-charset-alist if a numeric arg is given.
11290         (gnus-article-wash-html-with-w3m-standalone): New function.
11291
11292         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11293         mm-inline-text-html-render-with-w3m-standalone.
11294         (mm-text-html-washer-alist): Map w3m-standalone to
11295         gnus-article-wash-html-with-w3m-standalone.
11296         (mm-inline-text-html-render-with-w3m-standalone): New function.
11297
11298 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11301         Improve LaTeX.
11302
11303 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11306         (nnrss-request-article): Render text/plain parts as HTML.
11307
11308         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11309         the buffer.
11310
11311 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11314         custom definition of `gnus-posting-styles'.
11315
11316         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11317         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11318
11319 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11322         Use nntp for bug archive.
11323
11324 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11327         parts.
11328         (nnrss-normalize-date): New function converts ISO 8601 date into
11329         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11330         (nnrss-check-group): Use it.
11331
11332 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11335
11336         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11337         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11338         (nnrss-insert-w3): Ditto.
11339
11340 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11343         the articles to be forwarded including the case where neither a
11344         number of articles nor a region is specified.
11345
11346 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * nnrss.el (nnrss-request-article): Fix last change; fill
11349         text/plain parts.
11350
11351 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11354         in text/plain part.
11355         (nnrss-check-group): Don't add excessive newline to dc:subject.
11356
11357 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11358
11359         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11360         article.
11361
11362 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11365         (nnml-use-compressed-files, nnml-save-mail): Support other
11366         comression programs such as bzip2.
11367
11368 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * dns.el (query-dns): Make sure we check the buffer size before
11371         removing tcp headers.
11372
11373 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11376         remove MIME buttons associated with multipart/alternative parts.
11377         (gnus-mime-display-alternative): Tag buttons using `article-type'
11378         text property.
11379
11380         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11381         associated with multipart/alternative parts.
11382
11383         * gnus-art.el (gnus-signature-separator): Fix custom type.
11384
11385         * mm-decode.el (mm-inlined-types): Fix custom type.
11386         (mm-keep-viewer-alive-types): Ditto.
11387         (mm-automatic-display): Ditto.
11388         (mm-attachment-override-types): Ditto.
11389         (mm-inline-override-types): Ditto.
11390         (mm-automatic-external-display): Ditto.
11391
11392 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * spam-report.el (spam-report-user-mail-address)
11395         (spam-report-user-agent): New variables.
11396         (spam-report-url-ping-plain): Use spam-report-user-agent.
11397
11398 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11399
11400         * gnus-art.el (gnus-button-handle-custom): Do not just use
11401         `customize-apropos' for any "M-x customize-*" button but the
11402         function called for.  Accept both the function name and its
11403         argument in order to achieve this.
11404         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11405         function name to `gnus-button-handle-custom' in case of "M-x
11406         customize-*" buttons.
11407
11408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11411         multipart/alternative and add xref to mm-discouraged-alternatives
11412         in doc string.
11413
11414         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11415         gnus-buttonized-mime-types in doc string.
11416
11417 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11420         Suggest image/.* in the doc string.
11421
11422 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11425         message-marks (Debian bug #342521).
11426
11427 2005-12-12  Simon Josefsson  <jas@extundo.com>
11428
11429         * password.el (password-read-from-cache): Add.
11430         (password-read): Use it.
11431
11432 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11435         us-ascii as a MIME charset.
11436
11437         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11438         against the case where the 2nd arg TYPE is nil.
11439
11440 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * pop3.el (pop3-stream-type): Fix custom version.
11443
11444         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11445
11446 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11447
11448         * mm-decode.el (mm-display-external): Add missing cdr.
11449
11450 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11453         RFC1524) if it is in mailcap or add a suffix according to
11454         mailcap-mime-extensions when generating a temp filename; postpone
11455         deleting a temp file for 2 seconds for some wrappers, shell
11456         scripts, and so on, which might exit right after having started a
11457         viewer command as a background job.
11458
11459 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * nntp.el (nntp-marks-directory): Fix custom group.
11462
11463         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11464         steps when < 10.
11465
11466         * gnus-start.el (gnus-no-server-1): Mention
11467         `gnus-level-default-subscribed' in doc string.
11468
11469 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11470
11471         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11472         parens.
11473
11474 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-xmas.el (gnus-use-toolbar): Revert.
11477         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11478         gnus-use-toolbar is default.
11479
11480         * messagexmas.el (message-use-toolbar): Revert.
11481         (message-setup-toolbar): Use global default-toolbar if
11482         message-use-toolbar is default.
11483
11484 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11487         according to default-toolbar-visible-p.
11488
11489         * messagexmas.el (message-use-toolbar): Ditto.
11490
11491 2005-11-26  Dave Love  <fx@gnu.org>
11492
11493         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11494         (tls-program, tls-success): Provide openssl alternative.
11495
11496         * starttls.el: Doc fixes.
11497         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11498         SERVICE to PORT.
11499
11500         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11501         port null or service name.
11502         (starttls-negotiate): Autoload.
11503
11504 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * message.el (message-kill-to-signature): Fix interactive spec.
11507
11508 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * pop3.el (pop3-open-server): Recognize a string as a service name.
11511
11512 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11513
11514         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11515
11516 2005-11-23  Dave Love  <fx@gnu.org>
11517
11518         Add pop3s, pop3/starttls.
11519
11520         * pop3.el (pop3-authentication-scheme): Clarify doc.
11521         (open-tls-stream, starttls-open-stream): Autoload.
11522         (pop3-stream-type): New.
11523         (pop3-open-server): Use it.
11524
11525         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11526         for POP.
11527         (mail-source-keyword-map): Add :stream for POP.
11528         (mail-source-fetch-pop): Use pop3-stream-type.
11529
11530 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11533         of current-time-string.
11534
11535 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11536
11537         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11538         date header.
11539
11540 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11541
11542         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11543         it can seriously impact performance as it bypasses the agent's
11544         local caches.
11545
11546 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11547
11548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11549         must be explicitly online rather than "not explicitly offline" for
11550         its flags to be synchronized.
11551
11552         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11553         that gnus-uu-unmark-thread will function correctly.
11554
11555         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11556         1024K is instead displayed as 1M.
11557
11558 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11561
11562 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11563
11564         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11565
11566 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11567
11568         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11569         error message to display actual error condition.
11570         (gnus-agent-save-local): Avoid saving symbols that are bound to
11571         nil as they simply result in a warning message in
11572         gnus-agent-read-local.
11573
11574 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11577         rather than make-variable-buffer-local for file-precious-flag.
11578
11579 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11580
11581         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11582         for duplicates which are removed.  The invalid sort check then
11583         triggers a rescan after the sort as sorting may have moved
11584         duplicate entries such that they can be cheaply detected.
11585
11586 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11589
11590 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11591
11592         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11593         internal variable to a custom variable.  Changed default value
11594         from compressed(2) to uncompressed(1).
11595         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11596         support for uncompressed agentview files.  Taken together, reading
11597         the agentview file should now be 6-7 times faster.
11598
11599 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11600
11601         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11602         as a buffer-local variable.  This avoids creating truncated
11603         dribble files as a result of a hang up, eg.
11604
11605 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11606
11607         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11608         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11609         XEmacs.
11610
11611 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-start.el (gnus-start-draft-setup): Enforce
11614         `gnus-draft-mode' for nndraft:drafts at startup.
11615
11616         * gnus.el (gnus-splash): Change custom group.
11617         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11618         allow-list argument.
11619
11620         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11621         string.
11622
11623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus-art.el (gnus-default-article-saver): Add user-defined
11626         `function' to custom type.
11627
11628 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11629
11630         * imap.el (imap-open): Handle case where buffer is a buffer
11631         object.
11632
11633 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11636         long lines.
11637         (gnus-cache-delete-group): Wrap doc strings.
11638
11639         * gnus-agent.el (gnus-agent-rename-group)
11640         (gnus-agent-delete-group): Wrap doc strings.
11641
11642 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * messagexmas.el (message-use-toolbar): Change the valid values
11645         into default, top, bottom, left, and right.
11646         (message-toolbar-thickness): New variable.
11647         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11648         well.
11649         (message-setup-toolbar): Make it work.
11650
11651         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11652         (gnus-use-toolbar): Change the valid values into default, top,
11653         bottom, left, and right.
11654         (gnus-toolbar-thickness): New variable.
11655         (gnus-xmas-setup-toolbar): New function.
11656         (gnus-xmas-setup-group-toolbar): Use it.
11657         (gnus-xmas-setup-summary-toolbar): Use it.
11658
11659 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * gnus-start.el (gnus-1): Add "native" to
11662         gnus-predefined-server-alist.
11663
11664         * gnus.el (gnus-method-to-server): Don't add "native" to the
11665         lists here, because that leads to problems when
11666         gnus-select-method is bound.
11667
11668 2005-11-09  Simon Josefsson  <jas@extundo.com>
11669
11670         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11671         use (not sort-by-date) instead.
11672
11673 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11674
11675         * gnus-delay.el (gnus-delay-group): Don't autoload.
11676         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11677         to be re-loaded when customizing the `gnus-delay' group.
11678
11679 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11680
11681         * message.el: Revert last changes.
11682         (message-insert-citation-line): Use newlines.
11683
11684 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11685
11686         * message.el (message-courtesy-message)
11687         (message-mark-insert-begin, message-mark-insert-end)
11688         (message-elide-ellipsis, message-cancel-message)
11689         (message-add-header, message-change-subject)
11690         (message-cross-post-followup-to-header)
11691         (message-cross-post-insert-note, message-reduce-to-to-cc)
11692         (message-widen-reply, message-delete-not-region)
11693         (message-kill-to-signature, message-insert-signature)
11694         (message-insert-importance-high, message-insert-importance-low)
11695         (message-insert-or-toggle-importance)
11696         (message-insert-disposition-notification-to)
11697         (message-indent-citation, message-yank-original)
11698         (message-cite-original-without-signature, message-cite-original)
11699         (message-insert-citation-line, message-position-on-field)
11700         (message-fix-before-sending, message-send-mail-partially)
11701         (message-send-mail, message-send-mail-with-sendmail)
11702         (message-send-mail-with-qmail, message-send-news)
11703         (message-check-news-header-syntax, message-generate-headers)
11704         (message-insert-courtesy-copy, message-fill-address)
11705         (message-fill-header, message-shorten-references)
11706         (message-setup-1, message-cancel-news)
11707         (message-forward-make-body-plain, message-forward-make-body-mime)
11708         (message-forward-make-body-mml, message-encode-message-body)
11709         (message-forward-make-body-digest-plain)
11710         (message-forward-make-body-digest-mime)
11711         (message-use-alternative-email-as-from): Insert `hard-newline'
11712         instead of ordinary newlines.
11713
11714 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * message.el (message-generate-headers): Downcase the argument
11717         given to message-check-element.
11718
11719 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11720
11721         * nntp.el (nntp-authinfo-rejected): New error condition.
11722         (nntp-wait-for): Use new error condition to signal authentication
11723         error.
11724         (nntp-retrieve-data): Rethrow new error condition to break out of
11725         recursive call to nntp-send-authinfo.
11726
11727 2005-11-08  Romain Francoise  <romain@orebokech.com>
11728
11729         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11730         (gnus-summary-exit-map): Bind to `Z p'.
11731         (gnus-summary-make-menu-bar): Add menu item.
11732
11733 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11736         (gnus-treat-*): Add `first' in all doc strings.
11737
11738         * gnus-group.el (gnus-group-compact-group): Fix typo.
11739
11740 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gnus.el (gnus-parameters-case-fold-search): New variable.
11743         (gnus-parameters-get-parameter): Use it.
11744
11745         * gnus-score.el (gnus-home-score-file): Doc fix.
11746
11747 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11748
11749         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11750
11751 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * mm-util.el (mm-special-display-p): New function.
11754
11755         * mml.el (mml-preview): Use it; doc fix.
11756
11757 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11758
11759         * imap.el (imap-open): Handle case where buffer is a buffer object.
11760
11761 2005-10-29  Romain Francoise  <romain@orebokech.com>
11762
11763         * message.el (message-fix-before-sending): Fix comment.
11764
11765 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11766
11767         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11768
11769 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11770
11771         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11772         Used in gnus-score.el.
11773
11774 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11777
11778 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11781         whitespace removed in revision 7.8.  Use concatenated string to
11782         protect trailing whitespace.
11783
11784 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11785
11786         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11787         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11788         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11789         Courier IMAP ("some version from 2004").  Mostly based on similar
11790         code in the same function.
11791
11792 2005-10-26  Didier Verna  <didier@xemacs.org>
11793
11794         * gnus-group.el (gnus-group-compact-group): Invalidate original
11795         article buffer.
11796         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11797         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11798         NOV database and in article itself.
11799         Invalidate article backlog.
11800
11801 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11804
11805 2005-10-26  Simon Josefsson  <jas@extundo.com>
11806
11807         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11808         part of 2004-07-25 change.
11809
11810 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * message.el (message-display-completion-list): New function.
11813         (message-expand-group): Use it; make sure the Completions buffer
11814         is modifiable.
11815 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11816
11817         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11818         user-mail-name is an empty string.
11819
11820 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11823         depending on gnus-score-decay-constant.
11824
11825         * encrypt.el (encrypt-insert-file-contents)
11826         (encrypt-write-file-contents): Don't use `gnus-message'.
11827
11828         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11829         arguments.
11830         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11831         arguments to mm-uu-verbatim-marks-extract.
11832         (mm-uu-hide-markers): New variable.
11833         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11834
11835         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11836         (gnus-convert-image-to-face-command): Use "convert" by default to
11837         allow other input image formats.
11838         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11839         accordingly.
11840
11841 2005-10-23  Simon Josefsson  <jas@extundo.com>
11842
11843         * imap.el (imap-gssapi-program): Align command line parameters
11844         with latest GNU SASL.
11845         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11846
11847 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11850         HTML.
11851         (nnslashdot-request-article): Ditto.
11852
11853         * lpath.el (featurep): Add nobreak-char-display.
11854
11855 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11856
11857         * mail-source.el (mail-source-fetch-pop): Require pop3.
11858         (mail-source-check-pop): Ditto.
11859
11860 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11863         errors.
11864
11865 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11868         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11869
11870         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11871
11872         * mm-bodies.el (mm-decode-string): Call
11873         `mm-charset-to-coding-system' with allow-override argument.
11874
11875 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11878         (rfc2047-charset-to-coding-system): New function.
11879         (rfc2047-decode-encoded-words): New function.
11880         (rfc2047-decode-region): Use them.
11881         (rfc2047-decode-cte): Remove.
11882         (rfc2047-parse-and-decode): Remove.
11883         (rfc2047-decode): Remove.
11884
11885 2005-10-15  Kenichi Handa  <handa@m17n.org>
11886
11887         * rfc2047.el (rfc2047-decode-cte): New function.
11888         (rfc2047-decode-region): Change the way to decode successive
11889         encoded-words: decode B- or Q-encoding in each encoded-word,
11890         concatenate them, and decode it as charset.
11891
11892 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * lpath.el: Fbind codepage-setup for XEmacs.
11895
11896 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11897
11898         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11899         widget-move-and-invoke.
11900         (gnus-custom-mode): Use gnus-custom-map.
11901
11902 2005-10-15  Bill Wohler  <wohler@newt.com>
11903
11904         * message.el (message-tool-bar-map): Renamed image file from
11905         mail_send to mail/send.
11906
11907 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11908
11909         * message.el (message-expand-group): Pass the common
11910         prefix substring of completion to `display-completion-list'.
11911
11912 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * mml-sec.el (mml-secure-method): New internal variable.
11915         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11916         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11917         functions using mml-secure-method.
11918
11919         * mml.el (mml-mode-map): Add key bindings for those functions.
11920         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11921         Harder <harder@myrealbox.com>.
11922         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11923         end of message if point is the headers of the message.
11924
11925         * message.el (message-in-body-p): New function.
11926
11927         * assistant.el: Autoload gnus-util and netrc.
11928
11929         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11930         Use `mm-charset-override-alist' only when decoding.
11931
11932         * mm-bodies.el (mm-decode-body): Call
11933         `mm-charset-to-coding-system' with allow-override argument.
11934
11935         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11936         `filename' from Content-Disposition if Content-Type doesn't
11937         provide `name'.
11938         (gnus-mime-view-part-as-type): Set default instead of
11939         initial-input.
11940
11941 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11942
11943         * format-spec.el (format-spec): Propagate text properties of % spec.
11944
11945 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * gnus-art.el (gnus-treat-predicate): Add `first'.
11948
11949 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11952         (mm-charset-override-alist): New variable.
11953         (mm-charset-to-coding-system): Use it.
11954         (mm-codepage-setup): New helper function.
11955         (mm-charset-eval-alist): New variable.
11956         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11957         about unknown charsets.
11958
11959         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11960
11961 2005-10-04  David Hansen  <david.hansen@gmx.net>
11962
11963         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11964         (nnrss-check-group): Ditto.
11965
11966 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11969         Rename x-gnus-verbatim to x-verbatim.
11970         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11971
11972         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11973         x-verbatim.
11974
11975         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11976
11977         * gnus-util.el (gnus-remove-duplicates): Remove.
11978
11979         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11980         instead of gnus-remove-duplicates.
11981
11982         * message.el (message-remove-duplicates): Remove.
11983         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11984         message-remove-duplicates.
11985
11986         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11987         available, else use implementation from `delete-dups'.
11988
11989         * message.el (message-insert-expires): New function.
11990         (message-mode-map): Add key binding.
11991         (message-mode-field-menu): Add menu entry.
11992         (message-mode): Document it.
11993         (message-make-expires-date): Use `message-make-date'.
11994
11995 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11996
11997         * message.el (message-make-expires-date): New function.
11998
11999 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * Makefile.in (list-installed-shadows): New entry.
12002         (install): Use it.
12003         (remove-installed-shadows): New entry.
12004
12005         * dgnushack.el (dgnushack-default-load-path): New variable.
12006         (dgnushack-find-lisp-shadows): New function.
12007         (dgnushack-remove-lisp-shadows): New function.
12008
12009 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * Makefile.in (install-el-elc): New entry.
12012         (install): Use it so that .el files are necessarily installed.
12013
12014 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12017
12018 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12021         function rather than the diff-mode.el package.
12022         (mm-display-external): Use with-current-buffer.
12023         (mm-viewer-completion-map, mm-viewer-completion-map):
12024         Move initialization inside declaration.
12025
12026 2005-09-29  Simon Josefsson  <jas@extundo.com>
12027
12028         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12029         autoload mail-check-payment.
12030         (spam-check-hashcash): Define unconditionally, since hashcash.el
12031         is part of Gnus now.  Ignore errors from payment checking.
12032
12033 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * message.el (message-bold-region, message-unbold-region): Rename
12036         from `bold-region' and `unbold-region'.
12037
12038         * message.el: Remove useless autoloads.
12039
12040 2005-09-28  Simon Josefsson  <jas@extundo.com>
12041
12042         * message.el (message-use-idna): Default to t.
12043         (message-use-idna): Test whether encoding works too.  Doc fix.
12044
12045 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * nntp.el (nntp-warn-about-losing-connection): Remove.
12048
12049 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12052         customizable.  Change default value.
12053         (mm-uu-diff-groups-regexp): Change default value.
12054         (mm-uu-type-alist): Add doc string.
12055         (mm-uu-configure): Add doc string.  Make it interactive.
12056         (mm-uu-tex-groups-regexp): New variable.
12057         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12058         (mm-uu-type-alist): Add LaTeX documents.
12059         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12060         of "text/verbatim".
12061         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12062
12063         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12064         instead of "text/verbatim".
12065
12066         * message.el (message-mark-inserted-region)
12067         (message-mark-insert-file): Use slrn style marks when called with
12068         prefix argument.
12069
12070 2005-09-27  Simon Josefsson  <jas@extundo.com>
12071
12072         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12073
12074 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12075
12076         * message.el (message-remove-duplicates): New function.
12077         Implementation borrowed from `gnus-remove-duplicates'.
12078         (message-idna-to-ascii-rhs): Also encode idna addresses in
12079         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12080         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12081         only ask about the same idna domain once per header and also tell
12082         in what header to replace the idna domain.
12083
12084         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12085         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12086         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12087         a header is decoded and not just the last one.
12088
12089 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12092         has been decoded.
12093
12094         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12095         (mm-insert-part): Don't modify text if it has been decoded.
12096
12097         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12098         decoded.
12099
12100         * mm-view.el (mm-inline-text): Don't strip text props unless
12101         decoding enriched or richtext parts.
12102
12103 2005-09-25  Romain Francoise  <romain@orebokech.com>
12104
12105         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12106         * gnus-start.el (gnus-subscribe-interactively):
12107         * gnus-uu.el (gnus-uu-grab-articles):
12108         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12109         space.
12110
12111 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12112
12113         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12114         * mm-view.el (mm-view-pkcs7-decrypt):
12115         * gnus-sum.el (gnus-summary-limit-to-extra)
12116         (gnus-summary-respool-article, gnus-read-move-group-name):
12117         * gnus-score.el (gnus-summary-increase-score):
12118         * gnus-util.el (gnus-completing-read-with-default):
12119         * gnus-art.el (gnus-read-save-file-name)
12120         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12121         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12122         * message.el (message-check-news-header-syntax):
12123         Follow convention for reading with the minibuffer.
12124
12125 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * spam-report.el (spam-report-url-ping-plain):
12128         Use gnus-extended-version as User-Agent.
12129
12130         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12131         default value is nil.
12132
12133         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12134         (mm-uu-verbatim-marks-extract): New function.
12135         (mm-uu-extract): New face.
12136         (mm-uu-copy-to-buffer): Use it.
12137
12138         * spam-report.el (spam-report-gmane-ham): Renamed from
12139         `spam-report-gmane-unspam'.
12140         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12141         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12142
12143         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12144         Autoload.
12145         (spam-report-gmane-unregister-routine): Renamed
12146         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12147
12148 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12149
12150         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12151         (spam-report-gmane-unregister-routine): Add support for gmane
12152         unregistration.
12153
12154         * spam-report.el (spam-report-gmane-unspam)
12155         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12156         (spam-report-gmane): Change to take a single article and do unspam
12157         registration.
12158
12159 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * mm-url.el (mm-url-decode-entities): Fix regexp.
12162
12163 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12166         default to nil, to be able to use Gnus at all.  If the default
12167         switches to something else, then the function should be fixed not
12168         be exceedingly slow.
12169
12170 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12171
12172         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12173         fail hard.
12174
12175         * spam-report.el: Add better Keywords line.
12176
12177         * spam.el: Add Maintainer and better Keywords line.
12178
12179 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-art.el (gnus-article-replace-part)
12182         (gnus-mime-replace-part): New functions.
12183         (gnus-mime-action-alist, gnus-mime-button-commands)
12184         (gnus-mime-save-part-and-strip): Added file argument.
12185         (gnus-article-part-wrapper): Added interactive argument.
12186
12187         * gnus-sum.el (gnus-summary-mime-map): Add
12188         `gnus-article-replace-part'.
12189
12190 2005-09-19  Didier Verna  <didier@xemacs.org>
12191
12192         The nnml compaction feature:
12193         * nnml.el (nnml-request-compact-group): New function.
12194         * nnml.el (nnml-request-compact): New function.
12195         * gnus-int.el (gnus-request-compact-group): New function.
12196         * gnus-int.el (gnus-request-compact): New function.
12197         * gnus-group.el (gnus-group-compact-group): New function.
12198         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12199         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12200         * gnus-srvr.el (gnus-server-compact-server): New function.
12201         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12202         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12203
12204 2005-09-18  Deepak Goel  <deego@gnufans.org>
12205
12206         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12207         format spec.
12208
12209 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12212
12213 2005-09-15  Romain Francoise  <romain@orebokech.com>
12214
12215         * message.el (message-fill-paragraph): Clarify docstring.
12216
12217 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-mime-display-part): Protect against broken
12220         MIME messages.
12221
12222 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12225         before parsing header.
12226
12227 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12228
12229         * html2text.el (html2text-replace-list): Add new entities.
12230
12231 2005-09-11  Romain Francoise  <romain@orebokech.com>
12232
12233         * message.el (message-alternative-emails): Improve docstring.
12234         (message-setup-1): Call `message-use-alternative-email-as-from'
12235         after `message-setup-hook' to give it precedence over posting
12236         styles, etc.
12237         (message-use-alternative-email-as-from): Add docstring.  Remove
12238         the original From header if present.
12239
12240         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12241         (nnml-save-mail): Use it.
12242
12243         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12244         articles.  Add new argument `silent'.
12245         (gnus-uu-mark-all): Report the total number of marked articles.
12246
12247 2005-09-10  Romain Francoise  <romain@orebokech.com>
12248
12249         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12250         (gnus-uu-mark-series): Likewise.
12251
12252 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * spam-report.el (spam-report-gmane): Fix generation of spam
12255         report URL.
12256
12257 2005-09-10  Simon Josefsson  <jas@extundo.com>
12258
12259         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12260         t, based on discussion on the ding list with Robert Epprecht
12261         <epprecht@solnet.ch>.
12262
12263 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * spam-report.el (spam-report-gmane): Make it work without
12266         X-Report-Spam header.  Gmane now only provides Archived-At.
12267         This is only used if `spam-report-gmane-use-article-number' is nil.
12268         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12269
12270         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12271         make `gnus-summary-sort-by-recipient' work with threading.
12272
12273         * nnweb.el (nnweb-google-wash-article): Print a message if article
12274         is not available.
12275
12276 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12277
12278         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12279         change.  Decode text/* parts content before displaying.
12280
12281 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12284
12285 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12288
12289         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12290         url-package-name, url-package-version,
12291         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12292         w3m-display-inline-images, and w3m-minor-mode-map.
12293
12294 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * message.el (message-tab-body-function): Fix mismatched custom type.
12297
12298         * gnus.el (gnus-group-change-level-function): Ditto.
12299
12300         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12301
12302         * gnus-art.el (gnus-signature-limit)
12303         (gnus-article-mime-part-function): Ditto.
12304
12305 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * mml.el (mml-mode): Silence the byte compiler.
12308
12309         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12310         using `(sit-for 0)' before moving the point to the specified part;
12311         skip unbuttonized parts.
12312         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12313         return to the summary window if gnus-auto-select-part is non-nil.
12314
12315 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12318         variables.
12319         (mml-dnd-attach-file, mml-mode): Use them.
12320
12321         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12322         Make fetching article by MID work again for Google Groups.  Added
12323         FIXME concerning gnus-group-make-web-group.
12324
12325         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12326         Don't depend on Gnus by using mail-extract-address-components if
12327         gnus-extract-address-components is not bound.
12328
12329 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330
12331         * gnus-art.el (gnus-mime-display-security): Don't display the
12332         signature, but only the signed part.
12333
12334 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12337
12338         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12339         list, not listp.
12340
12341 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12342
12343         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12344         when encoding.
12345
12346         * mm-bodies.el (mm-decode-content-transfer-encoding):
12347         De-canonicalize CRLF for all text content types, not just
12348         text/plain.
12349
12350 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12353         valid article; point arrow and cursor at the MIME button.
12354
12355 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12358         Suggested by Dan Christensen <jdc@uwo.ca>.
12359
12360         * mm-decode.el (mm-save-part): Enable change of prompt.
12361
12362 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12363
12364         * gnus-msg.el (gnus-inews-add-send-actions): Made
12365         `message-post-method' lambda parameter ARG `&optional'.
12366
12367 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * gnus-sum.el (gnus-summary-mime-map): Added
12370         gnus-article-save-part-and-strip, gnus-article-delete-part and
12371         gnus-article-jump-to-part.
12372
12373         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12374         (gnus-article-edit-part): Use it.
12375         (gnus-article-part-wrapper): Added no-handle argument.
12376         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12377         functions.
12378
12379 2005-08-29  Romain Francoise  <romain@orebokech.com>
12380
12381         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12382         docstring.
12383         (gnus-face-from-file): Likewise.
12384
12385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12388         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12389         non-nil.
12390         (gnus-auto-select-part): New variable.
12391         (gnus-article-jump-to-part): New function.
12392         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12393         (gnus-mime-delete-part): Allow selecting specified part after
12394         deleting or stripping parts.
12395         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12396         part if argument is bogus.
12397
12398 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12399
12400         * gnus-art.el (w3m-minor-mode-map):
12401         * gnus-spec.el (gnus-newsrc-file-version):
12402         * gnus-util.el (nnmail-active-file-coding-system)
12403         (gnus-original-article-buffer, gnus-user-agent):
12404         * gnus.el (gnus-ham-process-destinations)
12405         (gnus-parameter-ham-marks-alist)
12406         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12407         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12408         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12409         * mm-decode.el (gnus-current-window-configuration):
12410         * mm-extern.el (gnus-article-mime-handles):
12411         * mm-url.el (url-current-object, url-package-name)
12412         (url-package-version):
12413         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12414         (smime-keys, w3m-cid-retrieve-function-alist)
12415         (w3m-current-buffer, w3m-display-inline-images)
12416         (w3m-minor-mode-map):
12417         * mml-smime.el (gnus-extract-address-components):
12418         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12419         (gnus-newsrc-hashtb, message-default-charset)
12420         (message-deletable-headers, message-options)
12421         (message-posting-charset, message-required-mail-headers)
12422         (message-required-news-headers):
12423         * mml1991.el (mc-pgp-always-sign):
12424         * mml2015.el (mc-pgp-always-sign):
12425         * nnheader.el (nnmail-extra-headers):
12426         * rfc1843.el (gnus-decode-encoded-word-function)
12427         (gnus-decode-header-function, gnus-newsgroup-name):
12428         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12429
12430 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12431
12432         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12433         the end of the date treatments.
12434
12435 2005-08-15  Simon Josefsson  <jas@extundo.com>
12436
12437         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12438         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12439         Capello and Romain Francoise.
12440         (pgg-fetch-key-function): Removed, not used?
12441         (pgg-insert-url-with-w3): Require url, to get
12442         url-insert-file-contents regardless of where it is defined.
12443
12444 2005-08-13  Romain Francoise  <romain@orebokech.com>
12445
12446         * message.el (message-cite-original-1): New function.
12447         (message-cite-original): Use it.
12448         (message-cite-original-without-signature): Ditto.
12449
12450 2005-08-08  Romain Francoise  <romain@orebokech.com>
12451
12452         * message.el (message-yank-empty-prefix): New variable.
12453         (message-indent-citation): Use it.
12454         (message-cite-original-without-signature): Respect X-No-Archive.
12455
12456 2005-08-08  Simon Josefsson  <jas@extundo.com>
12457
12458         * pgg.el: Autoload url-insert-file-contents instead of loading
12459         w3/url.
12460         (pgg-insert-url-with-w3): Don't load url here.
12461
12462 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12463
12464         * message.el (message-kill-to-signature): Don't insert newline at
12465         bol.
12466         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12467
12468 2005-08-06  Romain Francoise  <romain@orebokech.com>
12469
12470         * message.el (message-user-fqdn): Fix typo in docstring.
12471
12472 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12473
12474         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12475
12476         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12477
12478 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * mm-bodies.el (mm-encode-body): Use coding system rather than
12481         charset to encode text.
12482
12483         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12484         number of charsets if utf-8 is available (XEmacs).
12485
12486 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12489         taken from `gnus-button-mid-or-mail-regexp'.
12490         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12491         (gnus-button-alist): Improve regexp for domain part of the MIDs
12492         for news:localpart@domain buttons.
12493         (gnus-button-ctan-directory-regexp): Update.
12494
12495 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * sieve-manage.el (sieve-manage-interactive-login): Use
12498         make-local-variable rather than make-variable-buffer-local.
12499         (sieve-manage-open): Ditto.
12500         (sieve-manage-authenticate): Ditto.
12501
12502         * mml.el (mml-generate-mime-1): Make the content type default to
12503         text/plain if the filename is not specified.
12504
12505 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12508         instead of insert-buffer.
12509
12510         * message.el (message-yank-original): Ditto; set the mark at the
12511         end of the yanked message.
12512
12513 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12516         lines to scroll rather than to stop it.
12517
12518         * mml.el (mml-generate-default-type): Add doc string.
12519         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12520         default to application/octet-stream when determining the content
12521         type if it is not specified for the part or the mml contents; add
12522         a comment about mml-generate-default-type.
12523
12524 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12527         make it default to application/octet-stream when determining the
12528         content type if it is not specified for the external contents.
12529
12530 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12533         segmented parameter but also other parameters might be there.
12534
12535 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * mm-decode.el (mm-display-external): Delete temp file, directory
12538         and buffer immediately if the external process is exited.
12539
12540 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12543         fewer lines than that of scroll-margin.
12544         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12545
12546 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-art.el (gnus-article-next-page): Revert.
12549         (gnus-article-beginning-of-window): New macro.
12550         (gnus-article-next-page-1): Use it.
12551         (gnus-article-prev-page): Ditto.
12552         (gnus-article-edit-part): Use insert-buffer-substring instead of
12553         insert-buffer.
12554         (gnus-article-edit-exit): Ditto.
12555
12556         * gnus-util.el (gnus-beginning-of-window): Remove.
12557         (gnus-end-of-window): Remove.
12558
12559         * lpath.el: Don't bind header-line-format and scroll-margin.
12560
12561 2005-07-25  Simon Josefsson  <jas@extundo.com>
12562
12563         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12564         to have the url package without w3.  Reported by Daiki Ueno
12565         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12566
12567 2005-07-20  Didier Verna  <didier@xemacs.org>
12568
12569         * gnus-diary.el: Remove the description comment (nndiary is now
12570         properly documented in the Gnus manual).
12571         Fix the spelling of "Back End".
12572         * nndiary.el: Ditto.
12573         Fix the copyright notice.
12574
12575 2005-07-18  Romain Francoise  <romain@orebokech.com>
12576
12577         * gnus-sum.el (gnus-summary-to-prefix)
12578         (gnus-summary-newsgroup-prefix): New variables.
12579         (gnus-summary-from-or-to-or-newsgroups): Use them.
12580
12581 2005-07-17  Romain Francoise  <romain@orebokech.com>
12582
12583         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12584         space as it's generally not especially interesting to the user.
12585
12586 2005-07-16  Romain Francoise  <romain@orebokech.com>
12587
12588         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12589         nil to avoid prompting and file modification if one of the
12590         messages at the top of the nnfolder file contains a copyright
12591         notice.
12592         Update copyright notice.
12593
12594         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12595         instead of `current-time-string' as the latter creates a time
12596         string that is not RFC 2822 compliant (it lacks the zone).
12597         Update copyright notice.
12598
12599 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12600
12601         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12602         for text/rtf.  Display default in prompt.  Pass default for M-n.
12603
12604         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12605
12606 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * gnus-msg.el (gnus-button-mailto): Remove
12609         save-selected-window-window hackery because it relies on
12610         save-selected-window internals.
12611
12612 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12615         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12616         (gnus-article-prev-page): Ditto.
12617
12618         * gnus-util.el (gnus-beginning-of-window): New function.
12619         (gnus-end-of-window): New function.
12620
12621         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12622
12623 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12624
12625         * gnus-score.el (gnus-score-edit-all-score): Set
12626         gnus-score-edit-exit-function to gnus-score-edit-done and call
12627         gnus-message.
12628
12629 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * gnus-msg.el (gnus-button-mailto): Remove
12632         save-selected-window-window hackery because it relies on
12633         save-selected-window internals.
12634
12635 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12638         add-minor-mode.
12639         (gnus-binary-mode): Ditto.
12640
12641         * gnus-topic.el (gnus-topic-mode): Ditto.
12642
12643 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12644
12645         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12646         (gnus-article-prev-page): Take scroll-margin into consideration.
12647
12648 2005-07-04  Lute Kamstra  <lute@gnu.org>
12649
12650         Update FSF's address in GPL notices.
12651
12652 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12653
12654         * gnus.el (gnus-exit):
12655         * gnus-group.el (gnus-group-icons):
12656         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12657
12658         * gnus-nocem.el (gnus-nocem):
12659         * message.el (message-various, message-buffers, message-sending)
12660         (message-interface, message-forwarding, message-insertion)
12661         (message-headers, message-news, message-mail):
12662         * pgg-gpg.el (pgg-gpg):
12663         * pgg-parse.el (pgg-parse):
12664         * pgg-pgp.el (pgg-pgp):
12665         * pgg-pgp5.el (pgg-pgp5):
12666         * pop3.el (pop3): Finish `defgroup' description with period.
12667
12668 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (article-display-face): Improve the efficiency.
12671         (article-display-x-face): Ditto; remove grey x-face stuff.
12672
12673 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-art.el (article-display-face): Correct the position in
12676         which Faces are inserted.
12677
12678 2005-06-29  Didier Verna  <didier@xemacs.org>
12679
12680         * gnus-art.el (article-display-face): Display faces in correct
12681         order.
12682
12683 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12686         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12687         (gnus-nocem-check-article): Fetch the Type header.
12688         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12689         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12690         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12691         make sure gnus-nocem-hashtb is initialized.
12692         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12693         (gnus-nocem-unwanted-article-p): Ditto.
12694
12695         * pgg.el (pgg-verify): Return the verification result.
12696
12697 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12700         is ascii.
12701
12702 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12703
12704         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12705         `show-nonbreak-escape'.
12706
12707 2005-06-23  Lute Kamstra  <lute@gnu.org>
12708
12709         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12710
12711         * dig.el (dig-mode):
12712         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12713
12714 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12715
12716         * nnimap.el (nnimap-split-download-body): Fix spellings.
12717
12718 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12719
12720         * gnus-art.el (gnus-article-encrypt-body):
12721         * gnus-cus.el (gnus-score-customize):
12722         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12723         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12724
12725 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12726
12727         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12728         header by looking for magic "MII" at the beginnig.
12729
12730 2005-06-16  Miles Bader  <miles@gnu.org>
12731
12732         * gnus-xmas.el (gnus-xmas-group-startup-message):
12733         Use renamed gnus-splash face.
12734
12735         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12736         (assistant-field-face): New backward-compatibility alias for renamed
12737         face.
12738         (assistant-render-text): Use renamed assistant-field face.
12739
12740         * spam.el (spam): Remove "-face" suffix from face name.
12741         (spam-face): New backward-compatibility alias for renamed face.
12742         (spam-face, spam-initialize): Use renamed spam face.
12743
12744         * message.el (message-header-to, message-header-cc)
12745         (message-header-subject, message-header-newsgroups)
12746         (message-header-other, message-header-name)
12747         (message-header-xheader, message-separator, message-cited-text)
12748         (message-mml): Remove "-face" suffix from face names.
12749         (message-header-to-face, message-header-cc-face)
12750         (message-header-subject-face, message-header-newsgroups-face)
12751         (message-header-other-face, message-header-name-face)
12752         (message-header-xheader-face, message-separator-face)
12753         (message-cited-text-face, message-mml-face):
12754         New backward-compatibility aliases for renamed faces.
12755         (message-font-lock-keywords): Use renamed message faces.
12756
12757         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12758         (sieve-test-commands, sieve-tagged-arguments):
12759         Remove "-face" suffix from face names.
12760         (sieve-control-commands-face, sieve-action-commands-face)
12761         (sieve-test-commands-face, sieve-tagged-arguments-face):
12762         New backward-compatibility aliases for renamed faces.
12763         (sieve-control-commands-face, sieve-action-commands-face)
12764         (sieve-test-commands-face, sieve-tagged-arguments-face):
12765         Use renamed sieve faces.
12766
12767         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12768         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12769         (gnus-group-news-3-empty, gnus-group-news-4)
12770         (gnus-group-news-4-empty, gnus-group-news-5)
12771         (gnus-group-news-5-empty, gnus-group-news-6)
12772         (gnus-group-news-6-empty, gnus-group-news-low)
12773         (gnus-group-news-low-empty, gnus-group-mail-1)
12774         (gnus-group-mail-1-empty, gnus-group-mail-2)
12775         (gnus-group-mail-2-empty, gnus-group-mail-3)
12776         (gnus-group-mail-3-empty, gnus-group-mail-low)
12777         (gnus-group-mail-low-empty, gnus-summary-selected)
12778         (gnus-summary-cancelled, gnus-summary-high-ticked)
12779         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12780         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12781         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12782         (gnus-summary-low-undownloaded)
12783         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12784         (gnus-summary-low-unread, gnus-summary-normal-unread)
12785         (gnus-summary-high-read, gnus-summary-low-read)
12786         (gnus-summary-normal-read, gnus-splash):
12787         Remove "-face" suffix from face names.
12788         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12789         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12790         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12791         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12792         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12793         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12794         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12795         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12796         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12797         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12798         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12799         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12800         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12801         (gnus-summary-normal-ticked-face)
12802         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12803         (gnus-summary-normal-ancient-face)
12804         (gnus-summary-high-undownloaded-face)
12805         (gnus-summary-low-undownloaded-face)
12806         (gnus-summary-normal-undownloaded-face)
12807         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12808         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12809         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12810         (gnus-splash-face):
12811         New backward-compatibility aliases for renamed faces.
12812         (gnus-group-startup-message): Use renamed gnus faces.
12813
12814         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12815         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12816         (gnus-server-agent): Remove "-face" suffix from face names.
12817         (gnus-server-agent-face, gnus-server-opened-face)
12818         (gnus-server-closed-face, gnus-server-denied-face)
12819         (gnus-server-offline-face):
12820         New backward-compatibility aliases for renamed faces.
12821         (gnus-server-agent-face, gnus-server-opened-face)
12822         (gnus-server-closed-face, gnus-server-denied-face)
12823         (gnus-server-offline-face): Use renamed gnus faces.
12824
12825         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12826         Remove "-face" suffix from face names.
12827         (gnus-picon-xbm-face, gnus-picon-face):
12828         New backward-compatibility aliases for renamed faces.
12829
12830         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12831         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12832         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12833         (gnus-cite-11): Remove "-face" suffix from face names.
12834         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12835         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12836         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12837         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12838         New backward-compatibility aliases for renamed faces.
12839         (gnus-cite-attribution-face, gnus-cite-face-list)
12840         (gnus-article-boring-faces): Use renamed gnus faces.
12841
12842         * gnus-art.el (gnus-signature, gnus-header-from)
12843         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12844         (gnus-header-content): Remove "-face" suffix from face names.
12845         (gnus-signature-face, gnus-header-from-face)
12846         (gnus-header-subject-face, gnus-header-newsgroups-face)
12847         (gnus-header-name-face, gnus-header-content-face):
12848         New backward-compatibility aliases for renamed faces.
12849         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12850
12851         * gnus-sum.el (gnus-summary-selected-face)
12852         (gnus-summary-highlight): Use renamed gnus faces.
12853         * gnus-group.el (gnus-group-highlight): Likewise.
12854
12855 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12856
12857         * gnus-sieve.el (gnus-sieve-article-add-rule):
12858         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12859         * spam-stat.el (spam-stat-buffer-change-to-spam)
12860         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12861
12862         * message.el (message-is-yours-p):
12863         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12864
12865 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * mm-view.el (mm-inline-text): Withdraw the last change.
12868
12869 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12872         executing enriched-decode.
12873
12874 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12877         charset of tar files.
12878
12879 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12880
12881         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12882
12883 2005-06-04  Lute Kamstra  <lute@gnu.org>
12884
12885         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12886         information is never recorded.
12887
12888 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12889
12890         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12891
12892 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * pop3.el (pop3-apop): Run md5 in the binary mode.
12895
12896         * starttls.el (starttls-set-process-query-on-exit-flag):
12897         Use eval-and-compile.
12898
12899 2005-05-31  Simon Josefsson  <jas@extundo.com>
12900
12901         * smime.el (smime-replace-in-string): Define.
12902         (smime-cert-by-ldap-1): Use it.
12903
12904 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-art.el (article-display-x-face): Replace
12907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12908
12909         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12910         set-process-query-on-exit-flag or process-kill-without-query.
12911
12912         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12913         loop instead of replace-regexp.
12914
12915         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12916         instead of process-kill-without-query if it is available.
12917
12918         * lpath.el: Fbind ldap-search-entries.
12919
12920         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12921         instead of find-file-hooks if it is available.
12922
12923         * mml1991.el: Bind pgg-default-user-id when compiling.
12924
12925         * mml2015.el: Bind pgg-default-user-id when compiling.
12926
12927         * nndraft.el (nndraft-request-associate-buffer):
12928         Use write-contents-functions instead of write-contents-hooks if it is
12929         available.
12930
12931         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12932         instead of find-file-hooks if it is available.
12933
12934         * nntp.el (nntp-open-connection): Replace
12935         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12936         (nntp-open-ssl-stream): Ditto.
12937         (nntp-open-tls-stream): Ditto.
12938
12939         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12940         set-process-query-on-exit-flag or process-kill-without-query.
12941         (starttls-open-stream-gnutls): Use it instead of
12942         process-kill-without-query.
12943         (starttls-open-stream): Ditto.
12944
12945 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12946
12947         * smime.el (smime-cert-by-ldap-1): Don't use
12948         replace-regexp-in-string.
12949
12950 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12951
12952         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12953
12954         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12955         in PEM format.  Adjust to the XEmacs compability.
12956
12957 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12960         by `string-to-number'.
12961         * gnus-agent.el (gnus-agent-regenerate-group)
12962         (gnus-agent-fetch-articles): Ditto.
12963         * gnus-art.el (gnus-button-fetch-group): Ditto.
12964         * gnus-cache.el (gnus-cache-generate-active)
12965         (gnus-cache-articles-in-group): Ditto.
12966         * gnus-group.el (gnus-group-set-current-level)
12967         (gnus-group-insert-group-line): Ditto.
12968         * gnus-score.el (gnus-score-set-expunge-below)
12969         (gnus-score-set-mark-below, gnus-summary-score-effect)
12970         (gnus-summary-score-entry): Ditto.
12971         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12972         (gnus-soup-pack): Ditto.
12973         * gnus-spec.el (gnus-xmas-format): Ditto.
12974         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12975         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12976         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12977         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12978         * nndb.el (nndb-get-remote-expire-response): Ditto.
12979         * nndiary.el (nndiary-parse-schedule-value)
12980         (nndiary-string-to-number, nndiary-request-replace-article)
12981         (nndiary-request-article): Ditto.
12982         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12983         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12984         * nneething.el (nneething-make-head): Ditto.
12985         * nnfolder.el (nnfolder-request-article)
12986         (nnfolder-retrieve-headers): Ditto.
12987         * nnheader.el (nnheader-file-to-number): Ditto.
12988         * nnkiboze.el (nnkiboze-request-article): Ditto.
12989         * nnmail.el (nnmail-process-unix-mail-format)
12990         (nnmail-process-babyl-mail-format): Ditto.
12991         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12992         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12993         (nnmh-request-create-group, nnmh-request-list-1)
12994         (nnmh-request-group, nnmh-request-article): Ditto.
12995         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12996         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12997         * nnsoup.el (nnsoup-make-active): Ditto.
12998         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12999         * nntp.el (nntp-find-group-and-number)
13000         (nntp-retrieve-headers-with-xover): Ditto.
13001         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13002         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13003         (pgg-format-key-identifier): Ditto.
13004         * pop3.el (pop3-last, pop3-stat): Ditto.
13005         * qp.el (quoted-printable-decode-region): Ditto.
13006
13007         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13008         of concat.
13009
13010 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13013
13014         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13015
13016         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13017
13018         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13019
13020         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13021
13022         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13023
13024         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13025         (gnus-carpal-mode): Ditto.
13026
13027         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13028         (gnus-browse-mode): Ditto.
13029
13030         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13031
13032         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13033
13034 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13035
13036         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13037
13038 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-util.el (gnus-run-mode-hooks): New function.
13041
13042         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13043
13044         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13045         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13046
13047 2005-05-27  Lute Kamstra  <lute@gnu.org>
13048
13049         * dns-mode.el (dns-mode): Specify customization group.
13050
13051 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13052
13053         * gnus-agent.el (gnus-agent-make-mode-line-string):
13054         Use mode-line-highlight as mouse-face.
13055
13056 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * canlock.el (canlock): Change the parent group to news.
13059
13060         * deuglify.el (gnus-outlook-deuglify): Add :group.
13061
13062         * dig.el (dig): Add :group.
13063
13064         * dns-mode.el (dns-mode): Add :group.
13065
13066         * encrypt.el (encrypt): Add :group.
13067
13068         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13069         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13070         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13071         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13072         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13073
13074         * gnus-diary.el (gnus-diary): Add :group.
13075
13076         * gnus.el (gnus-group-news-1-face): Add :group.
13077         (gnus-group-news-1-empty-face): Ditto.
13078         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13079         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13080         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13081         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13082         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13083         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13084         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13085         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13086         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13087         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13088         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13089         (gnus-summary-high-ticked-face): Ditto.
13090         (gnus-summary-low-ticked-face): Ditto.
13091         (gnus-summary-normal-ticked-face): Ditto.
13092         (gnus-summary-high-ancient-face): Ditto.
13093         (gnus-summary-low-ancient-face): Ditto.
13094         (gnus-summary-normal-ancient-face): Ditto.
13095         (gnus-summary-high-undownloaded-face): Ditto.
13096         (gnus-summary-low-undownloaded-face): Ditto.
13097         (gnus-summary-normal-undownloaded-face): Ditto.
13098         (gnus-summary-high-unread-face): Ditto.
13099         (gnus-summary-low-unread-face): Ditto.
13100         (gnus-summary-normal-unread-face): Ditto.
13101         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13102         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13103
13104         * hashcash.el (hashcash): New custom group.
13105         (hashcash-default-payment): Add :group.
13106         (hashcash-payment-alist): Ditto.
13107         (hashcash-default-accept-payment): Ditto.
13108         (hashcash-accept-resources): Ditto.
13109         (hashcash-path): Ditto.
13110         (hashcash-extra-generate-parameters): Ditto.
13111         (hashcash-double-spend-database): Ditto.
13112         (hashcash-in-news): Ditto.
13113
13114         * message.el (message-minibuffer-local-map): Add :group.
13115
13116         * netrc.el (netrc): Add :group.
13117
13118         * sieve-manage.el (sieve-manage-log): Add :group.
13119         (sieve-manage-default-user): Diito.
13120         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13121         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13122         (sieve-manage-authenticators): Ditto.
13123         (sieve-manage-authenticator-alist): Ditto.
13124         (sieve-manage-default-port): Ditto.
13125
13126         * sieve-mode.el (sieve-control-commands-face): Add :group.
13127         (sieve-action-commands-face): Ditto.
13128         (sieve-test-commands-face): Ditto.
13129         (sieve-tagged-arguments-face): Ditto.
13130
13131         * smime.el (smime): Add :group.
13132
13133         * spam-report.el (spam-report): Add :group.
13134
13135         * spam.el (spam, spam-face): Add :group.
13136
13137 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13138
13139         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13140         return \n.\n.\n at the end of articles.  Protect against that.
13141         (nntp-with-open-group): Allow debugging.
13142
13143         * nnheader.el (mail-header-set-extra): Make into a function
13144         because I just could't understand how to quote the list properly.
13145
13146         * dns.el (query-dns-cached): New function.
13147
13148 2005-05-26  Lute Kamstra  <lute@gnu.org>
13149
13150         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13151
13152 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13155
13156         * gnus-art.el: Don't autoload mail-extract-address-components.
13157
13158         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13159         eval-and-compile to evaluate it.
13160
13161         * hashcash.el: Don't autoload executable-find.
13162
13163         * nndb.el: Don't declare the nndb back end two or more times; don't
13164         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13165
13166         * nntp.el: Autoload format-spec instead of format; use
13167         eval-and-compile to evaluate autoload forms.
13168
13169 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13170
13171         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13172
13173 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13174
13175         * gnus.el (gnus-version-number): Bump version.
13176
13177 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13178
13179         * gnus.el: No Gnus v0.3 is released.
13180
13181 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * lpath.el (featurep): Bind show-nonbreak-escape.
13184
13185 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-art.el (gnus-article-edit-part): Disable undo.
13188
13189 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13192         gnus-article-date-lapsed-new-header is t if date timer is active;
13193         skip headers in which the original date value is empty.
13194         (gnus-article-save-original-date): Redefine it as a macro.
13195         (gnus-display-mime): Use it.
13196
13197 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-art.el (article-date-ut): Support converting date in
13200         forwarded parts as well.
13201         (gnus-article-save-original-date): New function.
13202         (gnus-display-mime): Use it.
13203
13204 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13205
13206         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13207         enclosure element of <item>.
13208
13209 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * message.el (message-kill-buffer-query): Renamed from
13212         `message-kill-buffer-query-if-modified'.  Added :version.
13213
13214 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13217         window layout.
13218
13219 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * mml.el: Autoload dnd when compiling.
13222
13223 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13226         x-dnd-*.
13227
13228 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * qp.el (quoted-printable-encode-region): Save excursion.
13231
13232 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13233
13234         * message.el (message-kill-buffer-query-if-modified): Add new variable
13235         so the user can kill a modified message buffer quickly.
13236         (message-kill-buffer): Use it.
13237
13238 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * lpath.el: Fbind display-time-event-handler; don't fbind
13241         string-to-multibyte.
13242
13243         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13244
13245 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13248         contained in text because xml.el decodes entities) with LFs.
13249
13250 2005-04-11  Lute Kamstra  <lute@gnu.org>
13251
13252         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13253         differently.
13254
13255 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13256
13257         * mm-util.el (mm-detect-coding-region): Typo.
13258
13259 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13262
13263 2005-04-06  Deepak Goel  <deego@gnufans.org>
13264
13265         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13266         user-function allow user modifications of the scores.
13267         (spam-stat-score-buffer-user): New function, to allow
13268         user-computed modifications to the score.
13269         (spam-stat-score-buffer-user-functions): List of additional
13270         scoring functions.
13271         (spam-stat-error-holder): Global temporary error holder.
13272         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13273         variable.
13274
13275 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-registry.el (gnus-registry-clean-empty-function)
13278         (gnus-registry-trim, gnus-registry-fetch-groups)
13279         (gnus-registry-delete-group): Groups that match
13280         `gnus-registry-ignored-groups' are removed from the registry
13281         entries, not just ignored for splitting.  This helps clean up the
13282         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13283         to get all the groups a message ID is in.
13284
13285         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13286         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13287         (spam-stat-score-buffer-user-functions): Add :number custom type.
13288
13289 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13292         argument in XEmacs.
13293
13294         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13295         (nnrss-request-group): Decode group name first.
13296         (nnrss-request-article): Make a text/plain article if mml-to-mime
13297         failed.
13298         (nnrss-get-encoding): Return a compatible encoding according to
13299         nnrss-compatible-encoding-alist.
13300         (nnrss-find-el): Use consp instead of listp.
13301         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13302
13303 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13306         which Emacs 20 doesn't support.
13307         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13308
13309 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13312         silence the byte compiler inside the defun.
13313
13314         * gnus-demon.el (parse-time-string): Add autoload.
13315
13316         * gnus-delay.el (parse-time-string): Add autoload.
13317
13318         * gnus-art.el (parse-time-string): Add autoload.
13319
13320         * nnultimate.el (parse-time): Require for `parse-time-string'.
13321
13322 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13325
13326         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13327
13328         * smime.el (smime-ldap-host-list): Add :version.
13329
13330 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13333         pass it to `gnus-browse-read-group'.
13334         (gnus-browse-read-group): Add NUMBER argument and pass it to
13335         `gnus-group-read-ephemeral-group'.
13336
13337         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13338         argument and pass it to `gnus-group-read-group'.
13339
13340 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13341
13342         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13343         mm-xemacs-find-mime-charset-1 if we have the mule feature
13344         available at runtime.
13345
13346 2005-03-25  Werner Lemberg  <wl@gnu.org>
13347
13348         * nnmaildir.el: Replace `illegal' with `invalid'.
13349
13350 2005-03-23  Lute Kamstra  <lute@gnu.org>
13351
13352         * time-date.el: Add comment on time value formats.
13353         Don't require parse-time.
13354         (with-decoded-time-value): New macro.
13355         (encode-time-value): New function.
13356         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13357         (days-to-time): Return a valid time value when arg is huge.
13358         (time-since): Use time-subtract.
13359         (time-to-number-of-days): Use time-to-seconds.
13360
13361 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13362
13363         * gnus-start.el (gnus-display-time-event-handler):
13364         Check display-time-timer at runtime rather than only at load time
13365         in case display-time-mode is turned off in the mean time.
13366
13367 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13370         used.
13371
13372         * nneething.el (nneething-map-file-directory): Derive from
13373         `gnus-directory'.
13374
13375         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13376         the To/Cc button.
13377
13378 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * nnmaildir.el (nnmaildir-request-accept-article):
13381         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13382
13383 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13384
13385         * gnus-async.el: Require timer-funcs at compile time when in
13386         XEmacs for `run-with-idle-timer'.
13387
13388 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13389
13390         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13391         autoloaded function.
13392
13393 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13394
13395         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13396
13397 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13398
13399         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13400
13401 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13404         gnus-expert-user to default.
13405
13406 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13407
13408         * nnimap.el (nnimap-open-server): Ditto.
13409
13410         * imap.el (imap-authenticate): Fix typo.
13411
13412 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13413
13414         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13415         buffer (since IMAP server might return FETCH response out of
13416         order, and the nntp buffer must be sorted).
13417
13418 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13419
13420         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13421         comparison on string.
13422
13423         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13424         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13425         (gnus-agent-summary-fetch-series): Modified to protect against
13426         gnus-agent-summary-fetch-group clearing processable flags.
13427         (gnus-agent-synchronize-group-flags): Update live group buffer as
13428         synchronization may occur due to the user toggle the plugged
13429         status.
13430         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13431         successfully downloaded.
13432         (gnus-agent-expire-group-1): Avoid using markers when the overview
13433         is in ascending order; greatly improves performance.
13434         (gnus-agent-regenerate-group): Use
13435         gnus-agent-synchronize-group-flags to reset read status in both
13436         gnus and server.
13437         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13438
13439 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * message.el: Don't autoload former message-utils variables.
13442         (message-strip-subject-trailing-was): Change doc string.
13443
13444         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13445         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13446         (nnweb-google-search): Add "hl=en" here.
13447         (nnweb-google-parse-1, nnweb-google-create-mapping):
13448         Don't hardcode URL.
13449
13450 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * message.el (message-get-reply-headers, message-followup):
13453         Mention related variables `message-use-followup-to' and
13454         `message-use-mail-followup-to', in the information buffer.
13455
13456         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13457         of broken groups(-beta).google.com.
13458
13459 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13462         parameter to invoked gnus-request-move-article; remove the
13463         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13464         all at once instead of once per article.
13465         (gnus-summary-remove-process-mark): Accept a list of articles as
13466         well as a single article for processing.
13467
13468         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13469         parameter.
13470
13471         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13472
13473         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13474
13475         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13476         parameter.
13477
13478         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13479         parameter.
13480
13481         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13482         parameter and remove the gnus-sum-hint-move-is-internal variable.
13483
13484         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13485         parameter.
13486
13487         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13488         parameter.
13489
13490         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13491         parameter.
13492
13493         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13494
13495         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13496         parameter.
13497
13498         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13499         parameter.
13500
13501 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13502
13503         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13504         a more conservative way.
13505
13506 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13507
13508         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13509         buffer, so it moves the window's cursor.
13510
13511 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13512
13513         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13514         `mm-dissect-multipart' and receive the from field as an (optional)
13515         argument from `mm-dissect-multipart'.
13516         (mm-dissect-multipart): Receive the from field as an argument and
13517         pass it on when we call `mm-dissect-buffer' on MIME parts.
13518         Fixes verification/decryption of signed/encrypted MIME parts.
13519
13520 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13521
13522         * gnus-sum.el (gnus-summary-move-article): Set
13523         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13524         whatever it calls (right now, only nnimap-request-move article
13525         respects it).
13526
13527         * nnimap.el (nnimap-request-move-article): When
13528         gnus-sum-hint-move-is-internal is set, don't do the extra
13529         nnimap-request-article.
13530
13531 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13534
13535         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13536         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13537
13538         * gnus-sum.el (gnus-summary-caesar-message):
13539         Apply `gnus-treat-article' after rotation.
13540
13541         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13542         doc string.
13543
13544 2005-02-22  Simon Josefsson  <jas@extundo.com>
13545
13546         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13547         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13548         <arne@arnested.dk>.
13549         (encrypt): Add password-cache and password-cache-expiry as group
13550         members.
13551
13552 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13553
13554         * smime.el (smime-ldap-host-list): Doc fix.
13555         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13556         cache) password.
13557         (smime-sign-region): Use it.
13558         (smime-decrypt-region): Use it.
13559         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13560         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13561         fails.
13562         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13563         certificate from DER to PEM format rather than calling openssl.
13564
13565         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13566
13567         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13568         for signing/encryption.
13569
13570         * mml.el (mml-parse-1): Use them.
13571
13572 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13573
13574         * nnrss.el (nnrss-verbose): Removed.
13575         (nnrss-request-group): Use `nnheader-message' instead.
13576
13577 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13578
13579         * nnrss.el (nnrss-verbose): New variable.
13580         (nnrss-request-group): Make it say nnrss is requesting a group.
13581
13582 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13585         Handle news URL with given port correctly.
13586
13587 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13590         containing special characters.
13591
13592         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13593
13594         * mml.el (mime-to-mml): Ditto.
13595
13596         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13597         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13598         (rfc2047-decode-region): Quote decoded words containing special
13599         characters when rfc2047-quote-decoded-words-containing-tspecials
13600         is non-nil.
13601
13602 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13603
13604         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13605
13606         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13607
13608 2005-02-15  Simon Josefsson  <jas@extundo.com>
13609
13610         * nnimap.el (nnimap-debug): Doc fix.
13611
13612         * imap.el (imap-debug): Doc fix.
13613
13614 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13617
13618 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13619
13620         * gnus.el (spam-contents): Improve docs for spam-contents
13621         parameter in its variable incarnation.
13622
13623 2005-02-14  Simon Josefsson  <jas@extundo.com>
13624
13625         * smime-ldap.el: Use require instead of load-library for ldap.
13626         (smime-ldap-search): Indent.
13627         (smime-ldap-search-internal): Shorten line.
13628
13629         * smime.el (smime-cert-by-dns): Add doc-string.
13630         (smime-cert-by-ldap-1): Indent.
13631
13632         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13633         mml-smime-get-dns-ldap.
13634         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13635
13636 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13637
13638         * smime.el: Require smime-ldap.
13639         (smime-ldap-host-list): New variable.
13640         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13641
13642         * mml-smime.el (mml-smime-encrypt-query): New function.
13643         (mml-smime-encrypt-query): Use it.
13644
13645         * smime-ldap.el: New file.
13646
13647 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13650
13651 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13654         argument in doc string.  Make query for type more clear.
13655
13656 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gnus.el (gnus-group-startup-message): Search for gnus images in
13659         etc/images/gnus.
13660         * mm-util.el (mm-image-load-path): Likewise.
13661         * smiley.el (smiley-data-directory): Search for smilies in
13662         etc/images/smilies.
13663
13664 2005-02-09  Kim F. Storm  <storm@cua.dk>
13665
13666         Change Emacs release version from 21.4 to 22.1 throughout.
13667         Change Emacs development version from 21.3.50 to 22.0.50.
13668
13669 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13672
13673         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13674         non-Mule XEmacs as well.
13675         (mm-decompress-buffer): Signal an error intentionally if it does
13676         not decompress compressed data because auto-compression-mode is
13677         disabled.
13678
13679 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13680
13681         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13682         an ID in the registry even if it has no groups.
13683
13684 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13687         merge it into mm-decompress-buffer.
13688         (gnus-mime-copy-part): Use the MIME part charset, the value which
13689         a user specified or gnus-newsgroup-charset for decoding, like
13690         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13691         save-buffer what was used.  Suggested by Kevin Ryde
13692         <user42@zip.com.au>.
13693         (gnus-mime-inline-part): Allow the name parameter as well as the
13694         filename parameter; force decompressing of compressed data; always
13695         display contents being not decoded as unibyte.
13696
13697         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13698         as well as the filename parameter.
13699
13700         * mm-util.el (mm-decompress-buffer): Merge
13701         gnus-mime-jka-compr-maybe-uncompress.
13702         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13703         of compressed data.
13704
13705 2005-02-08  Simon Josefsson  <jas@extundo.com>
13706
13707         * imap.el (imap-log): Doc fix.
13708
13709 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13712         the coding cookies; decompress compressed parts.
13713
13714         * mml.el (mml-generate-mime-1): Add the charset parameter according
13715         to the value which a user specified manually or the coding cookie.
13716
13717         * mm-util.el (mm-string-to-multibyte): New function.
13718         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13719         (mm-coding-system-to-mime-charset): New function.
13720         (mm-decompress-buffer): New function.
13721         (mm-find-buffer-file-coding-system): New function.
13722
13723         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13724         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13725         parts.
13726
13727 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13728
13729         * mm-view.el (mm-display-inline-fontify): Decode a part according
13730         to the charset parameter.
13731
13732 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13735         prefix arg is neither nil nor a number, as info specifies.
13736
13737 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13740         timestamps.
13741
13742 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13743
13744         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13745         groups error checking and notify user.
13746
13747 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13748
13749         * message.el (message-send-mail-function): Check existence of
13750         sendmail-program first before using default value
13751         `message-send-mail-with-sendmail'.  Otherwise use more generic
13752         `smtpmail-send-it'.
13753
13754 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * nntp.el (nntp-request-update-info): Always return nil.
13757
13758 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13759
13760         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13761
13762 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13763
13764         * message.el (message-beginning-of-line): Change the behavior when
13765         invoked between BOL and : so that it first moves backward.
13766
13767 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13770         article buffer when editing of the article is discarded.
13771         (gnus-article-prepare): Revert.
13772
13773 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (gnus-article-prepare):
13776         Remove message-strip-forbidden-properties from the local hook.
13777
13778 2005-01-27  Simon Josefsson  <jas@extundo.com>
13779
13780         * password.el (password-cache-add): Only start one timer per key.
13781         Reported by Derek Atkins <warlord@MIT.EDU>.
13782
13783 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13784
13785         * run-at-time.el: Removed.  It is no longer needed as
13786         timer-funcs.el in the xemacs-base package has a working version of
13787         `run-at-time'.
13788
13789         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13790
13791         * password.el: Require timer-funcs instead of run-at-time in
13792         XEmacs.
13793         Remove `password-run-at-time' macro.
13794         (password-cache-add): Use `run-at-time' instead of
13795         `password-run-at-time'.
13796
13797         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13798         Remove `nnheader-cancel-function-timers' alias,
13799         `cancel-function-timers' exists in XEmacs in timer-funcs.
13800
13801         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13802         for `run-with-idle-timer'.
13803
13804         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13805         for `run-at-time'.
13806
13807         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13808         for `with-timeout'.
13809
13810         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13811         the same as for XEmacs 21.4.
13812         No need to ignore `run-with-idle-timer', this function exists in
13813         XEmacs now in timer-funcs.el in the xemacs-base package.
13814         (dgnushack-compile): No need to delete
13815         run-at-time.el from the list of files to compile because it
13816         doesn't exist anymore.
13817
13818 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13821         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13822
13823 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13824
13825         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13826         sensitively.
13827
13828 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13829
13830         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13831
13832 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13835         which will be inserted according to the multibyteness of a buffer
13836         rather than the type of contents.  Suggested by ARISAWA Akihiro
13837         <ari@mbf.ocn.ne.jp>.
13838
13839         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13840         of string which old xml.el may return rather than a string.
13841
13842 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13845
13846 2005-01-16  Simon Josefsson  <jas@extundo.com>
13847
13848         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13849         idn/idna.el isn't available.
13850         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13851         <michael@waxrat.com>.
13852
13853         * hashcash.el: Remove non-FSF copyright header.
13854
13855         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13856         (hashcash-generate-payment): Use it.
13857         (hashcash-generate-payment-async): Use it.
13858
13859 2005-01-15  Simon Josefsson  <jas@extundo.com>
13860
13861         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13862         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13863
13864         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13865         gnus-summary-idna-message.
13866         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13867         (gnus-summary-idna-message): New function.
13868
13869 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13872         gnus-novice-user.
13873
13874 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * nnrss.el (nnrss-request-delete-group): Delete entries in
13877         nnrss-group-alist as well.
13878         (nnrss-save-server-data): Insert newline.
13879
13880 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gnus.el (gnus-user-agent): Use list of symbols instead of
13883         symbols.  Display full version number for (S)XEmacs.  Optionally
13884         display (S)XEmacs codename.
13885
13886         * gnus-util.el (gnus-emacs-version): Update for new
13887         `gnus-user-agent'.
13888
13889         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13890         Gnus version.
13891
13892 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13895         which is unreadable in some setups.
13896
13897 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-spec.el (gnus-update-format-specifications): Flush the
13900         group format spec cache if it doesn't support decoded group names.
13901
13902 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13905         Allow to apply decay on score files matching a regexp.
13906
13907 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13910         compatibility in %g and %c.
13911
13912 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13915         name for only %g and %c.
13916         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13917         of gnus-tmp-group to decoded group name.
13918         (gnus-group-make-rss-group): Exclude `/'s from group names.
13919
13920 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * nnrss.el (nnrss-get-encoding): Fix regexp.
13923
13924 2004-12-27  Simon Josefsson  <jas@extundo.com>
13925
13926         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13927         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13928         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13929
13930 2004-12-17  Kim F. Storm  <storm@cua.dk>
13931
13932         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13933
13934         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13935
13936 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13937
13938         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13939
13940 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * nnrss.el: Require rfc2047 and mml.
13943         (nnrss-file-coding-system): New variable.
13944         (nnrss-format-string): Redefine it as an inline function.
13945         (nnrss-decode-group-name): New function.
13946         (nnrss-string-as-multibyte): Remove.
13947         (nnrss-retrieve-headers): Decode group name; don't use
13948         nnrss-format-string.
13949         (nnrss-request-group): Decode group name.
13950         (nnrss-request-article): Decode group name; allow a Message-ID as
13951         well as an article number; don't use nnrss-format-string; encode a
13952         Message-ID string which may contain non-ASCII characters; use
13953         mml-to-mime to compose a MIME article.
13954         (nnrss-request-expire-articles): Decode group name.
13955         (nnrss-request-delete-group): Decode group name.
13956         (nnrss-fetch): Clarify error message.
13957         (nnrss-read-server-data): Use insert-file-contents instead of load;
13958         bind file-name-coding-system; use multibyte buffer.
13959         (nnrss-save-server-data): Bind coding-system-for-write to the
13960         value of nnrss-file-coding-system; bind file-name-coding-system;
13961         add coding cookie.
13962         (nnrss-read-group-data): Use insert-file-contents instead of load;
13963         bind file-name-coding-system; use multibyte buffer.
13964         (nnrss-save-group-data): Bind coding-system-for-write to the
13965         value of nnrss-file-coding-system; bind file-name-coding-system.
13966         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13967         make it work with non-ASCII text.
13968         (nnrss-find-el): Make it work with old xml.el as well.
13969
13970 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13971
13972         * nnrss.el (nnrss-get-encoding): New function.
13973         (nnrss-fetch): Use unibyte buffer initially; bind
13974         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13975         decode contents according to the encoding attribute.
13976         (nnrss-save-group-data): Add coding cookie.
13977         (nnrss-mime-encode-string): New function.
13978         (nnrss-check-group): Use it to encode subject and author.
13979
13980 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13981
13982         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13983         imaginary variable.
13984
13985 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13988         correctly even if there are wide characters.
13989
13990 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13991
13992         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13993         downcased symbol names; make a new cache instead of reusing
13994         bbdb-hashtable.
13995
13996 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13999         concatenating segments rather than before concatenating them.
14000         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14001
14002         * message.el (message-get-reply-headers): Bind `extra'.
14003
14004 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14005
14006         * message.el (message-extra-wide-headers): New variable.
14007         (message-get-reply-headers): Use it.
14008
14009 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14012         (gnus-agent-group-pathname): Ditto.
14013
14014         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14015
14016         * gnus-group.el (gnus-group-make-group): Decode group name.
14017         (gnus-group-make-rss-group): Register the group data after opening
14018         the nnrss group.
14019
14020 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14021
14022         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14023         by expiry now get marked as read.
14024
14025 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14028
14029 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14030
14031         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14032         unify Latin characters in XEmacs.
14033         (mm-find-mime-charset-region): Use it.
14034
14035 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-util.el (gnus-delete-directory): New function.
14038
14039         * gnus-agent.el (gnus-agent-delete-group): Use it.
14040
14041         * gnus-cache.el (gnus-cache-delete-group): Use it.
14042
14043 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14046         names.
14047
14048 2004-12-16  Simon Josefsson  <jas@extundo.com>
14049
14050         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14051
14052 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14055
14056         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14057         (gnus-group-set-current-level): Decode group name.
14058
14059 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14060
14061         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14062         failed.
14063
14064 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-group.el (gnus-group-delete-group): Decode group name.
14067         (gnus-group-make-rss-group): Encode group name.
14068         (gnus-group-catchup-current): Decode group name.
14069         (gnus-group-kill-group): Decode group name.
14070
14071 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14072
14073         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14074
14075 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-group.el (gnus-group-make-rss-group):
14078         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14079
14080         * gnus-start.el (gnus-setup-news): Honor user's setting to
14081         gnus-message-archive-method.  Suggested by Lute Kamstra
14082         <lute@gnu.org>.
14083
14084 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14085
14086         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14087         global counterparts of the buffer-local variables.
14088
14089 2004-11-16  Romain Francoise  <romain@orebokech.com>
14090
14091         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14092         counterparts of the buffer-local variables.
14093
14094 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * message.el (message-forbidden-properties): Fixed typo in doc
14097         string.
14098
14099 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-util.el (gnus-replace-in-string): Added doc string.
14102
14103         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14104         to avoid problems when splitting mails with many recipients.
14105
14106 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14107
14108         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14109         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14110
14111 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14112
14113         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14114         if there is no hashtable in memory or file modification time is
14115         newer than cached timestamp.
14116
14117 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14120         not-matching option.
14121
14122 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14125         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14126         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14127         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14128         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14129         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14130
14131 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * message.el (message-forward-make-body-mml): Remove headers
14134         according to message-forward-ignored-headers if a message is decoded.
14135
14136 2004-12-02  Romain Francoise  <romain@orebokech.com>
14137
14138         * message.el (message-forward-make-body-plain): Always remove
14139         headers according to message-forward-ignored-headers.
14140
14141 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * spam.el (spam-summary-prepare-exit): Remove the
14144         gnus-summary-limit pop for now, it has problems with ham marks for
14145         me.
14146
14147 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14148
14149         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14150         correctly.
14151
14152 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14153
14154         * format-spec.el (format-spec): Message the char.
14155
14156 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14157
14158         * gnus-art.el (gnus-split-methods): Reformat comments.
14159
14160         * spam.el (spam-summary-prepare-exit): Remove article limits
14161         before exiting the summary buffer.
14162
14163 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14166         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14167
14168         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14169         order to silence the byte compiler.
14170
14171         * spam.el: Fix the way to silence the byte compiler, which
14172         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14173         bbdb-search-simple, spam-BBDB-register-routine,
14174         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14175         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14176         spam-stat-buffer-is-spam, spam-stat-load,
14177         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14178         spam-stat-save and spam-stat-split-fancy.
14179
14180 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14183         which may confuse users.
14184         (canlock-password-for-verify): Ditto.
14185
14186         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14187
14188         * gnus-art.el (gnus-emphasis-alist): Ditto.
14189
14190         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14191
14192         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14193
14194         * gnus-start.el (gnus-save-killed-list): Ditto.
14195
14196         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14197         (gnus-sum-thread-tree-root): Ditto.
14198         (gnus-sum-thread-tree-false-root): Ditto.
14199         (gnus-sum-thread-tree-single-indent): Ditto.
14200
14201         * message.el (message-courtesy-message): Ditto.
14202         (message-archive-note): Ditto.
14203         (message-subscribed-address-file): Ditto.
14204         (message-user-fqdn): Ditto.
14205
14206         * spam-report.el (spam-report-gmane-regex): Ditto.
14207
14208         * spam.el (spam-blackhole-good-server-regex): Ditto.
14209
14210 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mml.el (mml-preview): Widen the message buffer before copying
14213         the contents to the preview buffer; sort headers before previewing.
14214
14215         * message.el (message-hidden-headers): Fix the way to avoid a bug
14216         in the `repeat' widget in Emacs 21.3 or earlier.
14217
14218 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * message.el (message-hidden-headers): Default to "^References:".
14221         Improve customization type.  Suggested by Reiner Steib
14222         <Reiner.Steib@gmx.de>.
14223
14224 2004-11-25  Romain Francoise  <romain@orebokech.com>
14225
14226         * message.el (message-strip-forbidden-properties): Remove check for
14227         obsolete `message-hidden' text property, hidden headers are not
14228         accessible in the buffer anymore.
14229
14230 2004-11-22  Romain Francoise  <romain@orebokech.com>
14231
14232         * message.el (message-header-format-alist): Add `From' in list
14233         so that it can be sorted.
14234         (message-fix-before-sending): Widen and sort headers before
14235         sending.
14236         (message-hide-headers): Use narrowing to hide headers by moving
14237         them to the top of the buffer and narrowing to the region
14238         underneath.
14239
14240 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * message.el (message-strip-forbidden-properties): Bind
14243         buffer-read-only (etc) to nil.
14244
14245 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14248         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14249
14250 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14251
14252         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14253
14254 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * dns.el (query-dns): Use sit-for to time instead of
14257         accept-process-output, since that doesn't seem to work on udp
14258         sockets.
14259
14260 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14263
14264 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14265
14266         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14267         doc string.  Improve doc string.
14268
14269 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * nntp.el (nntp-request-update-info): Return nil if
14272         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14273         may not call gnus-activate-group which uselessly issues the GROUP
14274         commands for all nntp groups and wastes time.  Reported by Romain
14275         Francoise <romain@orebokech.com>.
14276
14277         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14278
14279 2004-11-15  Simon Josefsson  <jas@extundo.com>
14280
14281         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14282         headers separately.
14283         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14284         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14285
14286 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * gnus-start.el (gnus-convert-old-newsrc):
14289         Assign legacy-gnus-agent to 5.10.7.
14290
14291 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14294         start of the lines.
14295
14296 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14297
14298         * hashcash.el (hashcash-default-payment): Change default to 20.
14299         (hashcash-default-accept-payment): Change default to 20.
14300         (hashcash-process-alist): New variable.
14301         (hashcash-generate-payment-async): Add.
14302         (hashcash-already-paid-p): Add.
14303         (hashcash-insert-payment): Don't generate payments twice.
14304         (hashcash-insert-payment-async): Add.
14305         (hashcash-insert-payment-async-2): Add.
14306         (hashcash-cancel-async): Add.
14307         (hashcash-wait-async): Add.
14308         (hashcash-processes-running-p): Add.
14309         (hashcash-wait-or-cancel): Add.
14310         (mail-add-payment): New optional argument.  Conditionally start
14311         asynchronous calculation.
14312         (mail-add-payment-async): Add.
14313
14314         * message.el (message-send-mail): Wait for asynchronous hashcash
14315         results.  Don't clobber existing X-Hashcash headers.
14316         (message-setup-1): Call mail-add-payment-async when
14317         message-generate-hashcash is non-nil.
14318
14319 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14320
14321         * message.el (message-use-alternative-email-as-from): Examine the
14322         From header as well; use message-make-from in order to include a
14323         user's full name.
14324
14325 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14328         default; improve customization type.
14329         (gnus-emphasis-custom-with-format): New macro.
14330         (gnus-emphasis-custom-value-to-external): New function.
14331         (gnus-emphasis-custom-value-to-internal): New function.
14332
14333 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14334
14335         * dns.el (query-dns): Resolve reverse addresses.
14336
14337 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14338
14339         * gnus-group.el (gnus-group-get-new-news): Use it.
14340
14341         * gnus-start.el (gnus-check-reasonable-setup): New function.
14342
14343 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14346         "Args out of range" error.  Reported by Arnaud Giersch
14347         <arnaud.giersch@free.fr>.
14348
14349 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14350
14351         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14352
14353 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14354
14355         * spam.el (spam group): Add :version.
14356
14357         * pgg-def.el (pgg group): Add :version.
14358
14359 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-art.el (gnus-article-edit-article): Don't associate the
14362         article buffer with a draft file.  This is a temporary measure
14363         against the 2004-08-22 change to gnus-article-edit-mode.
14364
14365 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14368         (html2text-format-tags): Remove unused variable `attr'.
14369
14370 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14373
14374         * tls.el (tls-process-connection-type, tls-success)
14375         (tls-certtool-program): Add :version.
14376
14377         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14378         (starttls-extra-arguments, starttls-process-connection-type)
14379         (starttls-connect, starttls-failure, starttls-success): Add :version.
14380
14381         * spam-stat.el (spam-stat): Add :version.
14382
14383         * sieve.el (sieve): Add :version.
14384
14385         * sha1.el (sha1): Add :version.
14386         (sha1-use-external): Remove redundant version.
14387
14388         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14389         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14390         (nnmail-split-fancy-match-partial-words)
14391         (nnmail-split-lowercase-expanded): Add :version.
14392
14393         * nndiary.el (nndiary): Add :version.
14394
14395         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14396
14397         * mml-sec.el (mml-default-sign-method)
14398         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14399         Add :version.
14400
14401         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14402
14403         * mm-url.el (mm-url-use-external, mm-url-program)
14404         (mm-url-arguments): Add :version.
14405
14406         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14407         (mm-attachment-file-modes, mm-decrypt-option)
14408         (mm-w3m-safe-url-regexp): Add :version.
14409
14410         * message.el (message-cite-prefix-regexp)
14411         (message-sendmail-envelope-from, message-minibuffer-local-map)
14412         (message-user-fqdn, message-completion-alist): Add :version.
14413
14414         * gnus-win.el (gnus-configure-windows-hook)
14415         (gnus-use-frames-on-any-display): Add :version.
14416
14417         * gnus-art.el (gnus-article-address-banner-alist)
14418         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14419         (gnus-treat-from-picon, gnus-treat-mail-picon)
14420         (gnus-treat-x-pgp-sig): Add :version.
14421
14422         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14423         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14424         (gnus-summary-article-delete-hook)
14425         (gnus-summary-display-while-building): Add :version.
14426
14427         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14428         (gnus-get-top-new-news-hook): Add :version.
14429
14430         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14431         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14432
14433         * gnus-registry.el (gnus-registry): Add :version.
14434
14435         * gnus-spec.el (gnus-use-correct-string-widths)
14436         (gnus-make-format-preserve-properties): Add :version.
14437
14438         * gnus.el (gnus-group-charter-alist)
14439         (gnus-group-fetch-control-use-browse-url)
14440         (gnus-install-group-spam-parameters): Add :version.
14441
14442         * gnus-diary.el (gnus-diary): Add :version.
14443
14444         * gnus-delay.el (gnus-delay): Add :version.
14445
14446         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14447         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14448         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14449         Add :version.
14450
14451         * gnus-agent.el (gnus-agent-max-fetch-size)
14452         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14453         (gnus-agent-prompt-send-queue): Add :version.
14454
14455         * deuglify.el (gnus-outlook-deuglify): Add :version.
14456
14457         * html2text.el: Beautify code.  Improve doc strings.  Some
14458         checkdoc cleanup.
14459         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14460
14461 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14462
14463         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14464
14465 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14468         when package is loaded.
14469
14470         * spam.el (spam-summary-score-preferred-header): Add global preference
14471         for people who want to override the default SpamAssassin over
14472         Bogofilter preference (when both are set).
14473         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14474         (spam-user-format-function-S): Check
14475         spam-summary-score-preferred-header.
14476         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14477         (spam-user-format-function-S): Format the score correctly.
14478
14479 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14482         signature file.  Suggested by Manoj Srivastava
14483         <srivasta@golden-gryphon.com>.
14484
14485         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14486         iso-2022-jp even in the Japanese language environment.
14487         Suggested by Jason Rumney <jasonr@gnu.org>.
14488
14489 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14492         use the same characters as the dummy marks; make it free from
14493         getting affected by the language environment.
14494         (gnus-summary-read-group-1): Update mark positions only when the
14495         format spec is updated.
14496
14497         * gnus-spec.el (gnus-update-format-specifications): Return a list
14498         of updated types.
14499
14500 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14503         of boundp to check if display-warning is available.
14504
14505 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14508
14509 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * nnspool.el (nnspool-spool-directory): Use news-path if the
14512         news-directory variable is not bound.
14513
14514         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14515         function instead of display-warning if it is not available.
14516
14517 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14520         v5-10: Use `point-at-bol'.
14521
14522 2004-10-26  Simon Josefsson  <jas@extundo.com>
14523
14524         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14525         <chenggao@gmail.com>.
14526
14527 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14530         instead.
14531
14532 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14533
14534         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14535         to remove a server from the nnimap-server-buffer-alist.
14536         (nnimap-open-connection, nnimap-close-server): Use it.
14537
14538         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14539
14540 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14543         running the major-mode function.
14544
14545 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14548         dummy marks in the right way.
14549
14550 2004-10-18  David Edmondson  <dme@dme.org>
14551
14552         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14553         excessively.
14554
14555 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * gnus-util.el (gnus-split-references): Accept a nil references
14558         string and go on blissfully.
14559
14560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14561         cases where the references string is non-nil but has no references.
14562
14563         * encrypt.el: Add autoload tags.
14564
14565         * spam.el (spam-resolve-registrations-routine): Remove article
14566         from unregistration list too.  Reported by David Hanak
14567         <dhanak@isis.vanderbilt.edu>
14568
14569 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14572         nil.  Changed custom type.
14573
14574 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14577
14578         * gnus-sum.el (gnus-summary-move-article): Use it.
14579
14580 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * encrypt.el: Add autoload cookies.
14583
14584         * spam.el (spam-backend-article-list-property)
14585         (spam-backend-get-article-todo-list)
14586         (spam-backend-put-article-todo-list)
14587         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14588         Resolve registrations separately.
14589         (spam-register-routine): Format comments.
14590         (spam-unregister-routine, spam-register-routine): Always call with
14591         specific-articles, no default list.
14592         (spam-summary-prepare-exit): Use the spam-classifications function.
14593
14594         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14595         gnus-encrypt.el.
14596
14597         * encrypt.el: Copied from gnus-encrypt.el.
14598
14599         * gnus-encrypt.el: Commented that it's obsolete.
14600
14601 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14604         (gnus-score-save): Use it.
14605
14606         * message.el (message-bury): Use `window-dedicated-p'.
14607
14608 2004-10-15  Simon Josefsson  <jas@extundo.com>
14609
14610         * pop3.el (top-level): Don't require nnheader.
14611         (pop3-read-timeout): Add.
14612         (pop3-accept-process-output): Add.
14613         (pop3-read-response, pop3-retr): Use it.
14614
14615 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14616
14617         * spam.el (spam-register-routine): Move comment.
14618         (spam-verify-bogofilter): Use 'unknown for the initial
14619         spam-bogofilter-valid state, not 'never.
14620
14621         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14622         for netrc-machine.
14623
14624         * nnimap.el (nnimap-open-connection): Use
14625         netrc-machine-user-or-password.
14626
14627 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14628
14629         * gnus-registry.el (gnus-registry-unload-hook):
14630         Set as a variable with add-hook.
14631
14632         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14633         of news-path.
14634
14635         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14636
14637         * spam.el: Delete duplicate `provide'.
14638         (spam-unload-hook): Set as a variable with add-hook.
14639
14640 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14643         in the doc string.
14644
14645         * message.el (message-ignored-news-headers)
14646         (message-ignored-supersedes-headers)
14647         (message-ignored-resent-headers)
14648         (message-forward-ignored-headers): Improve custom type.
14649
14650 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * message.el (message-tokenize-header): Fix 2004-09-06 change
14653         which used point-min in the wrong place.
14654
14655 2004-10-12  Simon Josefsson  <jas@extundo.com>
14656
14657         * tls.el (tls-certtool-program): New variable.
14658         (tls-certificate-information): New function, based on
14659         ssl-certificate-information.
14660
14661 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * compface.el: Move the version of ELisp-based uncompface program
14664         to the contrib directory because of the copyright problem.
14665
14666 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * message.el (message-kill-buffer): Raise the current frame.
14669
14670 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14673
14674         * gnus.el (message-y-or-n-p): Autoload.
14675
14676         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14677         (pop3-password-required, pop3-authentication-scheme)
14678         (pop3-leave-mail-on-server): Made customizable.
14679         (pop3): New custom group.
14680         (pop3-retr): Remove `sleep-for' statements.
14681         Suggested by Dave Love <fx@gnu.org>.
14682
14683         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14684         Windows/DOS.
14685
14686         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14687         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14688         Dave Love <fx@gnu.org>.
14689
14690         * mml.el (mml-minibuffer-read-disposition): Require match.
14691         Suggested by Dave Love <fx@gnu.org>.
14692
14693 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14696         doc string.
14697
14698 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14701
14702 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14703
14704         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14705         instead of calling `mm-insert-inline', to decode text/* parts
14706         before displaying them.
14707
14708 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mm-uu.el (mm-uu-text-plain-type): New variable.
14711         (mm-uu-pgp-signed-extract-1): Use it.
14712         (mm-uu-pgp-encrypted-extract-1): Use it.
14713         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14714         bind mm-uu-text-plain-type with that value.
14715         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14716         mm-uu-dissect.
14717
14718 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-group.el (gnus-update-group-mark-positions):
14721         * gnus-sum.el (gnus-update-summary-mark-positions):
14722         * message.el (message-check-news-body-syntax):
14723         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14724         of string-as-multibyte.
14725
14726 2004-10-05  Juri Linkov  <juri@jurta.org>
14727
14728         * gnus-group.el (gnus-update-group-mark-positions):
14729         * gnus-sum.el (gnus-update-summary-mark-positions):
14730         * message.el (message-check-news-body-syntax):
14731         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14732         8-bit unibyte values to a multibyte string for search functions.
14733
14734 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14737         (mm-uu-dissect-text-parts): New function.
14738
14739         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14740         dissect text parts.
14741
14742         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14743         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14744
14745         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14746
14747         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14748         gnus-current-topics instead of gnus-current-topic.
14749
14750 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14751
14752         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14753
14754 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14755
14756         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14757         where approriate.
14758
14759         * nnml.el (nnml-generate-active-info): do.
14760
14761         * nndiary.el (nndiary-generate-active-info): do.
14762
14763         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14764         (gnus-topic-move): do.
14765
14766         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14767         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14768
14769         * gnus-srvr.el (gnus-server-prepare)
14770         (gnus-server-open-all-servers): do.
14771
14772         * gnus-msg.el (gnus-summary-cancel-article)
14773         (gnus-summary-resend-message)
14774         (gnus-summary-mail-crosspost-complaint): do.
14775
14776         * gnus-move.el (gnus-change-server): do.
14777
14778         * gnus-group.el (gnus-group-unmark-all-groups)
14779         (gnus-group-set-current-level): do.
14780
14781 2004-10-04  Simon Josefsson  <jas@extundo.com>
14782
14783         * message.el (message-generate-hashcash): Doc fix.
14784
14785 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14786
14787         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14788         avoid infinite recursion via gnus-get-function.
14789
14790 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14791
14792         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14793
14794         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14795
14796         * nnmail.el (nnmail-split-history): do.
14797
14798         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14799         (nnml-request-delete-group): do.
14800
14801         * nnslashdot.el (nnslashdot-read-groups): do.
14802
14803         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14804         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14805
14806         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14807         (nnspool-sift-nov-with-sed): Use last.
14808         (nnspool-retrieve-headers-with-nov): Use mapc.
14809         (nnspool-request-newgroups): Use dolist.
14810         (nnspool-request-group): Use last.
14811
14812         * nntp.el (nntp-read-server-type): Use dolist.
14813
14814         * nnvirtual.el (nnvirtual-create-mapping)
14815         (nnvirtual-update-read-and-marked): Use dolist.
14816         (nnvirtual-convert-headers): Simplify.
14817
14818 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14819
14820         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14821         support for sync'ing tick marks.
14822
14823 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14826         there's no visible header.
14827
14828 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14829
14830         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14831         necessary, pass full group name to gnus-request-set-marks.
14832
14833 2004-10-01  Simon Josefsson  <jas@extundo.com>
14834
14835         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14836         acroread.
14837
14838 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14839
14840         * spam-report.el (spam-report-gmane): Fix interactive.
14841
14842         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14843
14844         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14845         when writing file.
14846         (gnus-agent-synchronize-flags): Don't default to being
14847         interactive.
14848
14849 2004-09-30  Simon Josefsson  <jas@extundo.com>
14850
14851         * message.el (message-generate-hashcash): Add.
14852         (message-send-mail): Use it, call mail-add-payment.
14853
14854 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14857
14858 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14859
14860         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14861         gnus-requst-update-info with explicit code to sync the in-memory
14862         info read flags with the marks being sync'd to the backend.
14863
14864         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14865
14866 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * spam.el (spam-verify-bogofilter): Add new function.
14869         (spam-check-bogofilter)
14870         (spam-bogofilter-register-with-bogofilter): Use it.
14871         (spam-verify-bogofilter): Add small fixes.
14872
14873 2004-09-28  Simon Josefsson  <jas@extundo.com>
14874
14875         * hashcash.el (hashcash-generate-payment): Revert.
14876
14877 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14880         gnus-extract-references instead of gnus-split-references.
14881
14882         * gnus-util.el (gnus-extract-references): Add new function, analogous
14883         to gnus-split-references but extracts only the message-ID without
14884         anything extra.
14885
14886         * hashcash.el (hashcash-generate-payment)
14887         (hashcash-check-payment): Do the right thing if hashcash-path is
14888         nil (because the hashcash program could not be found).
14889
14890         * spam.el (spam-use-hashcash): Remove comment.
14891
14892 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14893
14894         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14895         (gnus-cache-enter-article, gnus-cache-remove-article)
14896         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14897
14898         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14899
14900         * gnus-art.el (article-hide-boring-headers)
14901         (article-translate-strings, article-display-face)
14902         (gnus-article-mime-match-handle-first)
14903         (gnus-article-highlight-headers)
14904         (gnus-article-add-buttons-to-head): do.
14905
14906 2004-09-27  Simon Josefsson  <jas@extundo.com>
14907
14908         * hashcash.el: New version, from
14909         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14910         ../contrib/.
14911
14912 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14915
14916 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14917
14918         * gnus-dup.el (gnus-dup-open): Use mapc.
14919         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14920
14921         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14922         Reported by Stefan Wiens <s.wi@gmx.net>.
14923
14924         * gnus.el (gnus-shutdown): Use dolist.
14925
14926         * gnus-undo.el (gnus-undo): Use mapc.
14927
14928         * nnrss.el (nnrss-generate-active): do.
14929
14930         * message.el (message-cite-original-without-signature)
14931         (message-cite-original): Use mapc.
14932         (message-do-actions, message-make-forward-subject): Use dolist.
14933
14934 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14935
14936         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14937         deletion to remove entire duplicate line.  Fixes merged article
14938         number bug.
14939
14940 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14941
14942         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14943         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14944         first ask if you want to open a server and then, even when you
14945         responded with no, asking if you want to synchronize the server's
14946         flags.
14947         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14948         multi-line expressions.
14949         (gnus-agent-synchronize-group-flags): New internal function.
14950         Updates marks in memory (in the info structure) AND in the
14951         backend.
14952
14953         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14954
14955         * nnagent.el (nnagent-request-set-mark): Use
14956         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14957         method, to ensure that synchronization updates marks in the
14958         backend and in the info (in memory) structure.
14959
14960 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14963         convention fully; don't miss the root article of a thread; make
14964         the X-Draft-From header with correct article numbers.
14965
14966 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14967
14968         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14969         unless plugged.  Disable the agent so that an open failure causes
14970         an error.
14971
14972         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14973         Reverted 2004-09-21 change.  The backend must be opened while
14974         synchronizing flags even when the backend stores the flags
14975         locally.
14976
14977 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14980         in `header' match.  Reported by Svend Tollak Munkejord.
14981
14982         * message.el (message-cite-original): Fix use of
14983         `message-cite-articles-with-x-no-archive'.
14984
14985 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14988         (gnus-window-to-buffer): Ditto.
14989
14990         * mml.el (mml-preview-buffer): New variable.
14991         (mml-preview): Manage window layout with gnus-buffer-configuration.
14992
14993         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14994         X-Draft-From header even if those articles aren't quoted.
14995
14996 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14997
14998         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14999         (gnus-request-set-mark, gnus-request-update-mark): Use new
15000         g-s-t-u-l-m to decide to use backend even when unplugged.
15001
15002 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15005         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15006
15007 2004-09-20  Simon Josefsson  <jas@extundo.com>
15008
15009         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15010         "utf-16-le".
15011
15012 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15013
15014         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15015
15016 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * uudecode.el (uudecode-use-external): Add :version.
15019
15020         * smime.el (smime-CA-file, smime-encrypt-cipher)
15021         (smime-dns-server): Add :version.
15022
15023         * smiley.el (gnus-smiley-file-types): Add :version.
15024
15025         * sha1.el (sha1-use-external): Add :version.
15026
15027         * pgg-def.el (pgg-query-keyserver): Add :version.
15028
15029         * nnmail.el (nnmail-fancy-expiry-targets)
15030         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15031         Add :version.
15032
15033         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15034         (nnimap-retrieve-groups-asynchronous): Add :version.
15035         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15036
15037         * mml.el (mml-content-disposition-parameters)
15038         (mml-insert-mime-headers-always): Add :version.
15039
15040         * mm-util.el (mm-coding-system-priorities): Add :version.
15041
15042         * mm-decode.el (mm-inline-text-html-with-images)
15043         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15044         (mm-verify-option): Add :version.
15045         (mm-text-html-renderer): Change :version.
15046
15047         * message.el (message-fcc-externalize-attachments)
15048         (message-required-headers, message-draft-headers)
15049         (message-subject-trailing-was-query)
15050         (message-subject-trailing-was-ask-regexp)
15051         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15052         (message-mark-insert-end, message-archive-header)
15053         (message-archive-note, message-cross-post-default)
15054         (message-cross-post-note, message-followup-to-note)
15055         (message-cross-post-note-function, message-use-mail-followup-to)
15056         (message-subscribed-address-functions)
15057         (message-subscribed-address-file, message-subscribed-addresses)
15058         (message-subscribed-regexps, message-allow-no-recipients)
15059         (message-yank-cited-prefix, message-signature-insert-empty-line)
15060         (message-hidden-headers, message-hierarchical-addresses)
15061         (message-mail-user-agent, message-use-idna)
15062         (message-valid-fqdn-regexp)
15063         (message-strip-special-text-properties, message-header-synonyms)
15064         (message-beginning-of-line, message-tab-body-function): Add :version.
15065         (message-insert-canlock, message-wide-reply-confirm-recipients):
15066         Change :version.
15067
15068         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15069         and :version.
15070         (mail-source-delete-old-incoming-confirm)
15071         (mail-source-movemail-program): Add :version.
15072
15073         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15074         (gnus-agent-cache, gnus-agent): Change :version.
15075
15076         * gnus-util.el (gnus-use-byte-compile): Change :version.
15077
15078         * gnus-sum.el (gnus-summary-make-false-root-always)
15079         (gnus-summary-default-high-score)
15080         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15081         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15082         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15083         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15084         (gnus-sum-thread-tree-single-indent)
15085         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15086         (gnus-sum-thread-tree-leaf-with-other)
15087         (gnus-sum-thread-tree-single-leaf): Add :version.
15088         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15089         (gnus-article-loose-mime): Change :version.
15090
15091         * gnus-start.el (gnus-backup-startup-file)
15092         (gnus-save-startup-file-via-temp-buffer): Add :version.
15093
15094         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15095         (gnus-server-offline-face): Add :version.
15096
15097         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15098
15099         * gnus-msg.el (gnus-gcc-externalize-attachments)
15100         (gnus-debug-files, gnus-debug-exclude-variables)
15101         (gnus-discouraged-post-methods): Change :version.
15102         (gnus-confirm-mail-reply-to-news)
15103         (gnus-confirm-treat-mail-like-news): Add :version.
15104
15105         * gnus-int.el (gnus-server-unopen-status): Add :version.
15106
15107         * gnus-group.el (gnus-group-jump-to-group-prompt)
15108         (gnus-large-ephemeral-newsgroup)
15109         (gnus-fetch-old-ephemeral-headers): Add :version.
15110
15111         * gnus-fun.el (gnus-x-face-directory)
15112         (gnus-convert-pbm-to-x-face-command)
15113         (gnus-convert-image-to-x-face-command)
15114         (gnus-convert-image-to-face-command): Add :version.
15115
15116         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15117
15118         * gnus-cite.el (gnus-cite-blank-line-after-header)
15119         (gnus-article-boring-faces): Add :version.
15120
15121         * gnus-art.el (gnus-buttonized-mime-types)
15122         (gnus-inhibit-mime-unbuttonizing)
15123         (gnus-treat-display-face)
15124         (gnus-treat-body-boundary): Change :version.
15125         (gnus-body-boundary-delimiter, gnus-picon-databases)
15126         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15127         (gnus-treat-date-english, gnus-treat-fold-headers)
15128         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15129         (gnus-treat-mail-picon, gnus-treat-wash-html)
15130         (gnus-article-encrypt-protocol)
15131         (gnus-use-idna, gnus-article-over-scroll)
15132         (gnus-mime-display-multipart-alternative-as-mixed)
15133         (gnus-mime-display-multipart-related-as-mixed)
15134         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15135         (gnus-ctan-url, gnus-button-ctan-handler)
15136         (gnus-button-handle-ctan-bogus-regexp)
15137         (gnus-button-ctan-directory-regexp)
15138         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15139         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15140         (gnus-button-man-level, gnus-button-emacs-level)
15141         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15142
15143         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15144         (gnus-agent-go-online): Change :version.
15145         (gnus-agent-expire-unagentized-dirs)
15146         (gnus-agent-auto-agentize-methods): Add :version.
15147
15148         * flow-fill.el (fill-flowed-display-column)
15149         (fill-flowed-encode-column): Add :version.
15150
15151         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15152         (gnus-outlook-deuglify-unwrap-max)
15153         (gnus-outlook-deuglify-cite-marks)
15154         (gnus-outlook-deuglify-unwrap-stop-chars)
15155         (gnus-outlook-deuglify-no-wrap-chars)
15156         (gnus-outlook-deuglify-attrib-cut-regexp)
15157         (gnus-outlook-deuglify-attrib-verb-regexp)
15158         (gnus-outlook-deuglify-attrib-end-regexp)
15159         (gnus-outlook-display-hook): Add :version.
15160
15161         * binhex.el (binhex-use-external): Add :version.
15162
15163 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15166         and `invisible'.
15167
15168 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15171         in gnus-registry-trim.
15172
15173 2004-09-13  Simon Josefsson  <jas@extundo.com>
15174
15175         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15176
15177         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15178
15179         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15180         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15181         <yamaoka@jpl.org>.
15182         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15183         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15184         <yamaoka@jpl.org>.
15185
15186         * sieve.el (sieve-manage-mode): Ditto.
15187
15188 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15191
15192 2004-09-11  Simon Josefsson  <jas@extundo.com>
15193
15194         * dns-mode.el: Add.
15195
15196         * mm-view.el (mm-display-dns-inline): Add.
15197
15198         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15199         (mm-automatic-display): Ditto.
15200
15201         * mailcap.el (mailcap-mime-data): Add text/dns.
15202         (mailcap-mime-extensions): Map .soa to text/dns.
15203
15204 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15205
15206         * gnus-art.el (article-decode-mime-words, article-babel)
15207         (gnus-article-highlight-signature, gnus-article-add-buttons)
15208         (gnus-signature-toggle): Remove unnecessary bindings of
15209         `inhibit-read-only' inherited from v5.10 merge.
15210
15211 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * nntp.el (nntp): New customization group.
15214         (nntp-authinfo-file): Add customization group.
15215
15216         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15217
15218         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15219
15220         * gnus.el (to-address, to-list, subscribed)
15221         (large-newsgroup-initial): Ditto.
15222
15223         * flow-fill.el (fill-flowed-display-column)
15224         (fill-flowed-encode-column): Ditto.
15225
15226 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15227
15228         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15229         Use point-min rather than 1.
15230         (message-send-mail): Use buffer-size rather than point-max.
15231
15232         * gnus-sum.el (gnus-summary-search-article-forward):
15233         Signal a specific `search-failed' rather than a generic `error'.
15234
15235         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15236         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15237         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15238
15239 2004-09-10  Simon Josefsson  <jas@extundo.com>
15240
15241         * nndb.el (require): Remove tcp and duplicate cl.
15242
15243 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-agent.el (directory-files-and-attributes): Move forward.
15246
15247 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15248
15249         * gnus-agent.el (directory-files-and-attributes): Optionally
15250         defined to support XEmacs.
15251
15252 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15253
15254         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15255         to avoid run-time CL dependencies.
15256         (gnus-agent-unfetch-articles): New function.
15257         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15258         article numbers even when local .overview file is missing.
15259         (gnus-agent-read-article-number): New function.  Only accepts
15260         27-bit article numbers.
15261         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15262         gnus-agent-read-article-number.
15263         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15264         from backend while recognizing that article numbers in .overview
15265         must be valid.
15266         (gnus-agent-update-files-total-fetched-for): Use
15267         directory-files-and-attributes to improve performance.
15268         * gnus-int.el (gnus-request-move-article): Use
15269         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15270         improve performance.
15271
15272         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15273         some users confused by references to .newsrc when they only have a
15274         .newsrc.eld file.
15275         (gnus-convert-mark-converter-prompt)
15276         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15277         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15278         New function.  Used internally to only display 'gnus converting
15279         files' message when actually necessary.
15280
15281         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15282         methods now autoloaded.
15283
15284 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15287         identifiers.
15288
15289 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus-picon.el: Fix indentation and closing parenthesis.
15292
15293 2004-09-01  Simon Josefsson  <jas@extundo.com>
15294
15295         * message.el (message-canlock-generate): Require sha1, not
15296         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15297         to require within a function.  Sadly, if sha1.el isn't loaded, the
15298         let binding in m-c-g will hide the defcustom definition, which is
15299         bad.)
15300
15301         * canlock.el: Require sha1, not sha1-el.
15302
15303         * message.el: Don't autoload sha1 (there is a autoload cookie in
15304         sha1.el).
15305
15306         * sha1-el.el: Renamed to sha1.el.
15307
15308 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15309
15310         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15311
15312 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15313
15314         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15315
15316 2004-08-30  Kim F. Storm  <storm@cua.dk>
15317
15318         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15319
15320         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15321         Add :group 'nnimap.
15322
15323 2004-08-30  Andreas Schwab  <schwab@suse.de>
15324
15325         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15326         ?* and ?\;.
15327
15328         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15329         and ?\' to symbol instead of whitespace.
15330
15331 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15334
15335         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15336         instead of re-search-forward.
15337
15338         * gnus-uu.el (gnus-uu-save-article): Ditto.
15339         (gnus-uu-post-encode-uuencode): Ditto.
15340
15341         * html2text.el (html2text-clean-list-items): Ditto.
15342         (html2text-clean-dtdd): Ditto.
15343         (html2text-format-tags): Ditto.
15344
15345         * message.el (message-send-mail-with-sendmail): Fix regexp.
15346         (message-fill-field-general): Use search-forward instead of
15347         re-search-forward.
15348         (unbold-region): Ditto.
15349
15350         * nnrss.el (nnrss-request-article): Ditto.
15351
15352         * nnslashdot.el (nnslashdot-request-article): Ditto.
15353
15354         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15355
15356         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15357         "Unrecognized menu descriptor" error in XEmacs.
15358
15359 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15360
15361         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15362         parent article of a sparse article in the thread hashtb.
15363
15364 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15365
15366         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15367         (nnmail-expand-newtext): Lowercase expanded entries if
15368         nnmail-split-lowercase-expanded is non-nil.
15369
15370 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15373
15374         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15375         of gnus-tmp-news-method into string under XEmacs.  It will be
15376         passed to gnus-correct-length which takes only a string argument.
15377
15378 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-util.el (gnus-bind-print-variables): New macro.
15381         (gnus-prin1): Use it.
15382         (gnus-prin1-to-string): Use it.
15383         (gnus-pp): New function.
15384         (gnus-pp-to-string): New function.
15385
15386         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15387         Replace pp-to-string with gnus-pp-to-string.
15388         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15389         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15390         * gnus-msg.el (gnus-debug): Ditto.
15391         * gnus-score.el (gnus-score-save): Ditto.
15392         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15393         gnus-pp-to-string.
15394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15395         with gnus-pp.
15396         * score-mode.el (gnus-score-pretty-print): Ditto.
15397         * webmail.el (webmail-debug): Ditto.
15398
15399 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-art.el (article-display-face, article-display-x-face):
15402         Use buffer-read-only.
15403
15404 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * gnus-art.el (article-hide-list-identifiers):
15407         Bind inhibit-read-only as t.
15408
15409 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15412
15413 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15414
15415         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15416         (gnus-narrow-to-page): Don't assume point-min == 1.
15417         (gnus-article-edit-mode): Derive from message-mode.
15418
15419         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15420         point-min == 1.
15421
15422         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15423         Disable incorrect use of `assert'.
15424
15425         * message.el (message-mode): Set comment-start-skip.
15426
15427
15428 2004-08-22  Sam Steingold  <sds@gnu.org>
15429
15430         * pop3.el (pop3-leave-mail-on-server): New user variable.
15431         (pop3-movemail): Delete mail only when it is nil.
15432
15433 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15436
15437         * mml.el (mml-preview): Use `pop-to-buffer'.
15438
15439         * message.el (message-goto-mail-followup-to): Insert after "To".
15440         (message-carefully-insert-headers): Add comment.
15441
15442         * gnus.el: Remove unused variable `gnus-article-check-size'.
15443
15444         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15445
15446         * gnus-art.el (gnus-button-alist): Improve
15447         `gnus-button-handle-library' entry.
15448
15449 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15450
15451         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15452         downcase, since XEmacs capitalizes error messages differently.
15453
15454 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15455
15456         * nntp.el: Add (require 'gnus) due to reference to
15457         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15458
15459 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15460
15461         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15462         `mm-fill-flowed'.
15463
15464         * mm-decode.el (mm-dissect-singlepart): Check it.
15465
15466 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15467
15468         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15469         'imap' for netrc parsing.
15470
15471 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * mailcap.el (mailcap-mime-data): Mark as risky.
15474
15475 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15478         may be included in the encoded word.
15479         (rfc2047-encode): Don't append a space if the encoded word
15480         includes close parenthesis.
15481
15482 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15485         of text within parentheses.
15486
15487 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15488
15489         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15490         (gnus-encrypt-write-file-contents): Make the password key the file
15491         name PLUS the cipher, not just the cipher.  Also remove failed
15492         passwords from the cache.
15493
15494 2004-08-06  Simon Josefsson  <jas@extundo.com>
15495
15496         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15497         fix.
15498
15499 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15502         LWSP.
15503
15504 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15507         to append in-reply-to: data to the references: header.
15508
15509         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15510         (netrc-parse): Use gnus-encrypt.el functions.
15511
15512         * gnus-encrypt.el: Add new file for encryption support; currently
15513         does only a few GPG ciphers and an internal XOR cipher.
15514
15515         * password.el: Add comments on using password-read-and-add.
15516         (password-read-and-add): Add function to read and add the
15517         password to the cache at once.
15518
15519 2004-07-28  Simon Josefsson  <jas@extundo.com>
15520
15521         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15522         parameter (but don't use it, for now).
15523
15524         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15525         instead of hard coding to nil.
15526
15527 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15530         as mm-inline-image-xemacs does.
15531
15532 2004-07-26  Simon Josefsson  <jas@extundo.com>
15533
15534         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15535         Revert part of 2004-07-17 change below.
15536
15537 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15540         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15541
15542 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15545         quotes that actually start with ">" at the beginning of the
15546         lines.
15547
15548 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * rfc2047.el (rfc2047-encode-region): Fix last change.
15551         (rfc2047-encode-parameter): Remove useless concat.
15552
15553 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15556         encode special characters; fix some kind of misconfigured headers;
15557         signal a real error if debug-on-quit or debug-on-error is non-nil.
15558         (rfc2047-encode-max-chars): New variable.
15559         (rfc2047-encode-1): Use it.
15560         (rfc2047-encode-parameter): New function.
15561
15562         * mml.el (mml-insert-parameter): Remove an excessive space.
15563
15564 2004-07-17  Simon Josefsson  <jas@extundo.com>
15565
15566         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15567         Kai Grossjohann <kai@emptydomain.de>.
15568         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15569         (gnus-group-make-menu-bar): Ditto.
15570
15571         * gnus-util.el (gnus-group-server): Add.
15572
15573 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15574
15575         * message.el (message-clone-locals): Clone sendmail and smtp
15576         variables.
15577
15578 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * rfc2047.el (rfc2047-encode-region): Fix last change.
15581
15582 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15585         characters as non-special.
15586
15587 2004-07-09  Simon Josefsson  <jas@extundo.com>
15588
15589         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15590         Users will lose all flag changes made while unplugged with
15591         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15592         good default.  See numerous reports on ding mailing list.
15593
15594 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15597         add generate-head-function and generate-article-function to the
15598         rfc822-forward entry.
15599         (nndoc-rfc822-forward-generate-article): New function.
15600         (nndoc-rfc822-forward-generate-head): New function.
15601
15602         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15603
15604 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15605
15606         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15607         respect display group parameter and gnus-summary-expunge-below.
15608         (gnus-articles-to-read): Remove unused reference to display group
15609         parameter.
15610
15611 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15612
15613         * nnheader.el (nnheader-uniquify-message-id): New experimental
15614         variable.
15615         (nnheader-nov-read-message-id): Use it.
15616
15617         * spam-report.el (spam-report-gmane): Add interactive.
15618
15619 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15622         qp-or-base64 for the application/* types.
15623
15624 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15625
15626         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15627
15628 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15631         trim value.
15632
15633 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15634
15635         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15636         New macro and function.
15637         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15638
15639 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15642         after-load-alist.
15643
15644 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15645
15646         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15647         update info that isn't there.
15648
15649 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15650
15651         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15652         entry.
15653
15654 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * mm-view.el (mm-inline-render-with-function): Use multibyte
15657         buffer; decode html source by charset.
15658
15659         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15660
15661         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15662         Mule-UCS is loaded under XEmacs.
15663         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15664
15665 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15668
15669 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * mm-util.el (mm-coding-system-p): Return a coding-system.
15672         (mm-mime-mule-charset-alist): Use shift_jis instead of
15673         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15674         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15675         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15676         instead of japanese-shift-jis and iso-latin-1 respectively in
15677         order to share the default value with both Emacs and XEmacs-mule.
15678         (mm-mule-charset-to-mime-charset): Make
15679         mm-coding-system-priorities effective.
15680         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15681         while predicating of candidates upon the priorities.
15682
15683 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15684
15685         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15686         gnus-uu-invert-processable.
15687
15688         * gnus.el: Autoload gnus-uu-invert-processable.
15689
15690 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * mm-util.el (mm-with-multibyte-buffer): New macro.
15693
15694         * rfc2047.el (rfc2047-encode-string): Use it.
15695         (rfc2047-encode-region): Move point to the end of the region after
15696         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15697
15698 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15701         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15702
15703 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15706         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15707         Karl Chen <quarl@nospam.quarl.org>.
15708
15709 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15710
15711         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15712         invalid addresses.
15713
15714 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * spam.el: Change section markers, revise TODO list.
15717         (spam-backends): Make new master list of all installed backends.
15718         (spam-summary-exit-behavior): Add new variable to determine how
15719         messages moves are done at summary exit.
15720         (spam-move-spam-nonspam-groups-only)
15721         (spam-process-ham-in-nonham-groups)
15722         (spam-process-ham-in-spam-groups): Remove variables, the
15723         spam-summary-exit-behavior variable should be used to manage this
15724         behavior.
15725         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15726         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15727         and spam-old-spam-articles.
15728         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15729         Add empty variables, placeholders for the backends they represent.
15730         (spam-set-difference): Move, unchanged.
15731         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15732         unless the user has a processor variable.
15733         (spam-classifications, spam-classification-valid-p)
15734         (spam-backend-properties, spam-backend-property-valid-p)
15735         (spam-backend-function-type-valid-p)
15736         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15737         (spam-report-articles-gmane, spam-report-articles-resend):
15738         Remove functions, they are not needed.
15739         (spam-install-backend-super, spam-backend-list)
15740         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15741         (spam-backend-function, spam-backend-ham-registration-function)
15742         (spam-backend-spam-registration-function)
15743         (spam-backend-ham-unregistration-function)
15744         (spam-backend-spam-unregistration-function)
15745         (spam-backend-statistical-p, spam-backend-mover-p)
15746         (spam-install-backend-alias, spam-install-checkonly-backend)
15747         (spam-install-mover-backend, spam-install-nocheck-backend)
15748         (spam-install-backend, spam-install-statistical-backend)
15749         (spam-install-statistical-checkonly-backend): Add backend installation
15750         support.
15751         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15752         (spam-group-processor-p): Use the new backend code and respect the
15753         summary exit behavior.
15754         (spam-mark-spam-as-expired-and-move-routine): Remove.
15755         (spam-summary-prepare): Change to use the new spam-old-articles
15756         variable.
15757         (spam-copy-or-move-routine, spam-copy-spam-routine)
15758         (spam-move-spam-routine, spam-copy-ham-routine)
15759         (spam-move-ham-routine): Add code to copy/move ham or spam.
15760         (spam-fetch-field-fast): Improve doc and code, plus allow the
15761         'number request.
15762         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15763         variables.
15764         (spam-split, spam-find-spam): Use the new backend code.
15765         (spam-registration-functions): Remove variable.
15766         (spam-unregister-routine): Add convenience wrapper.
15767         (spam-log-undo-registration, spam-register-routine)
15768         (spam-log-processing-to-registry)
15769         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15770         where possible.
15771         (spam-check-gmane-xref, spam-check-regex-headers)
15772         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15773         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15774         (spam-check-bogofilter-headers, spam-check-spamoracle)
15775         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15776         (spam-check-crm114-headers): Use the spam-split-group that
15777         spam-split prepares, no need to determine it every time.
15778
15779         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15780         to the nnheader-parse-naked-head call.
15781
15782         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15783
15784         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15785         the nnheader-nov-read-message-id call.
15786
15787 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15790         gnus-activate-group twice.  Suggested by Markus Peter
15791         <warp@spin.de>.
15792
15793 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-art.el (gnus-article-time-format): Exchange the order of
15796         day and month in the default value; fix customization type.
15797         (article-date-ut): Use add-text-properties.
15798         (article-make-date-line): Use message-make-date instead of
15799         current-time-string.
15800
15801         * message.el (message-fetch-field): Don't use set-text-properties.
15802         (message-make-date): Simplify.
15803
15804         * messagexmas.el (message-xmas-make-date): New function.
15805         (message-xmas-redefine): Defalias message-make-date to it.
15806
15807 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15810         (rfc2047-encode-region): Treat text within parentheses as special;
15811         show the original text when error has occurred.
15812
15813         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15814         already-computed method to gnus-activate-group.
15815
15816         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15817         same select-methods identical Lisp objects.
15818
15819         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15820         object when modifying the info.
15821
15822 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15825         gnus-opened-servers since it has never been opened with the new
15826         configuration yet.
15827
15828 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15831         arg to nnheader-generate-fake-message-id.
15832
15833 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15834
15835         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15836         number and build a fake message ID localized to a group and
15837         article number (so it's repeatable from that point on).
15838         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15839         ID format.
15840
15841         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15842         nnheader-generate-fake-message-id with the article number.
15843
15844 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15845
15846         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15847         end-of-buffer.
15848
15849 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * message.el (message-ignored-supersedes-headers): Add Approved.
15852
15853 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15856         goto-char.
15857         (rfc2047-encode): Fold the line before encoding.
15858
15859 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15860
15861         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15862         folding -- not all headers can be folded, and this should be done
15863         by the message composition mode.  Probably.  I think.
15864
15865 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15868         fast.
15869
15870         * gnus-ems.el (gnus-remove-image): Don't use
15871         message-text-with-property; remove only the image found first.
15872
15873         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15874         found first.
15875
15876 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15879
15880 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * message.el (message-text-with-property): Make it fast and accept
15883         optional arguments.
15884         (message-strip-forbidden-properties): Use it.
15885         (message-fix-before-sending): Follow the m-t-w-p change.
15886
15887         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15888
15889 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-art.el (article-hide-headers): Don't change the buffer
15892         mistakenly when performing mml-preview even if
15893         gnus-single-article-buffer is nil.
15894
15895 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15896
15897         * message.el (message-expand-name-databases): New user option.
15898         (message-expand-name): Use it.
15899
15900 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * spam.el (spam-report-articles-resend)
15903         (spam-report-resend-register-routine): Allow ham reporting.
15904         (spam-report-resend-register-ham-routine): Add wrapper.
15905         (spam-registration-functions): Add ham resending functions.
15906         (spam-list-of-processors): Add ham resend processor.
15907
15908         * gnus.el (ham-resend-to): Add new group parameter.
15909         (spam-process): Add ham resend option.
15910
15911         * spam-report.el (spam-report-resend): Allow reporting ham.
15912         (spam-report-resend-ham): Add wrapper.
15913
15914 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15915
15916         * message.el (message-cite-articles-with-x-no-archive): New
15917         variable.
15918         (message-cite-original): Use it.
15919
15920 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * message.el (message-cite-original): Respect X-No-Archive.
15923
15924 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-art.el (article-hide-headers): Refer to the values for
15927         gnus-ignored-headers and gnus-visible-headers in the summary
15928         buffer since a user may have set them as group parameters.
15929
15930 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * assistant.el (assistant-node-name): Add convenience function.
15933         (assistant-render-text, assistant-render-node): Add error handling,
15934         plus handle multiple next nodes.
15935         (assistant-find-next-node): Comment out for now.
15936         (assistant-find-next-nodes): Add function, returns list of next
15937         nodes.
15938
15939 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * mail-source.el (mail-source-directory): Fix doc-string.
15942
15943 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15944
15945         * assistant.el (assistant-render-text, assistant-eval): Add :set
15946         widget type, which is different because it takes and returns a
15947         list.  Much hilarity ensues.
15948
15949 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15952
15953         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15954         doc-string.
15955
15956         * gnus-start.el (gnus-activate-group): Added doc-string.
15957
15958 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15961
15962 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15963
15964         * assistant.el (assistant-render-text): Try to add a :set
15965         widget, more to come.
15966
15967         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15968         strings.
15969         (spam-report-articles-resend)
15970         (spam-register-routine): Do registration iff any articles warrant
15971         it.
15972         (spam-summary-prepare-exit): Change log message for nil group
15973         destinations.
15974
15975 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15976
15977         * spam.el (spam-report-resend-register-routine): Allow
15978         spam-report-resend-to to be a group parameter or a global value.
15979
15980 2004-05-26  Simon Josefsson  <jas@extundo.com>
15981
15982         * starttls.el: Merge with my GNUTLS based starttls.el.
15983         (starttls-gnutls-program, starttls-use-gnutls)
15984         (starttls-extra-arguments, starttls-process-connection-type)
15985         (starttls-connect, starttls-failure, starttls-success): New
15986         variables.
15987         (starttls-program, starttls-extra-args): Doc fix.
15988         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15989         functions.
15990         (starttls-negotiate, starttls-open-stream): Check
15991         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15992         function if it is set.
15993
15994 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15997         structured fields.
15998
15999 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16002
16003 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16006         variable.
16007         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16008         assigning the spam-mark to new messages.
16009
16010 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16011
16012         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16013
16014 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16017
16018         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16019         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16020         default.
16021
16022 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16023
16024         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16025         correct data.
16026
16027 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16030         (spam-group-processor-p): Fix function.
16031         (spam-group-processor-multiple-p)
16032         (spam-group-spam-processor-report-gmane-p)
16033         (spam-group-spam-processor-report-resend-p)
16034         (spam-group-spam-processor-bogofilter-p)
16035         (spam-group-spam-processor-blacklist-p)
16036         (spam-group-spam-processor-ifile-p)
16037         (spam-group-ham-processor-ifile-p)
16038         (spam-group-spam-processor-spamoracle-p)
16039         (spam-group-spam-processor-crm114-p)
16040         (spam-group-ham-processor-bogofilter-p)
16041         (spam-group-spam-processor-stat-p)
16042         (spam-group-ham-processor-stat-p)
16043         (spam-group-ham-processor-whitelist-p)
16044         (spam-group-ham-processor-BBDB-p)
16045         (spam-group-ham-processor-spamoracle-p)
16046         (spam-group-ham-processor-copy-p): Remove functions with some
16047         prejudice against unneeded code.
16048         (spam-report-articles-resend)
16049         (spam-report-resend-register-routine): Allow the group/topic
16050         spam-resend-to value to override spam-report-resend-to.
16051         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16052         properly now.
16053
16054         * gnus.el (spam-resend-to): Add group/topic parameter.
16055         (spam-process): Move the OBSOLETE processors to the end of the
16056         choices.
16057
16058 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16059
16060         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16061         with resend-to set to nil, and then ask the user if necessary.
16062         (spam-report-resend): spam-report-resend takes a list of articles, not
16063         separate article numbers.
16064
16065 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16068         addition to emacs-w3m.
16069
16070 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16071
16072         * assistant.el (assistant-authinfo-data): New function.
16073         (assistant-eval): Eval for entire assistant.
16074
16075         * netrc.el (netrc-services-file): New variable.
16076         (netrc-parse-services): New function.
16077         (netrc-find-service-name): New function.
16078         (netrc-find-service-number): New function.
16079         (netrc-port-equal): New function.
16080         (netrc-machine): Use it.
16081
16082         * nnimap.el (nnimap-open-connection): Use netrc.
16083
16084         * gnus-util.el (gnus-netrc-get): Remove aliases.
16085
16086         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16087
16088         * assistant.el (wid-edit): Fix compilation.
16089
16090         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16091
16092 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16093
16094         * gnus-util.el (gnus-set-file-modes): New function.  (small
16095         patch).
16096
16097 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16098
16099         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16100
16101         * assistant.el (assistant-render-node): Fix up rendering and
16102         read-only text.
16103         (assistant-render-node): Reset.
16104         (assistant-make-read-only): Not sticky.
16105
16106 2004-05-20  Danny Siu  <dsiu@adobe.com>
16107
16108         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16109         centered even when gnus-auto-center-summary is t.
16110
16111 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112
16113         * dns.el (dns-get-txt-answer): New function.
16114         (dns-read-txt): Ditto.
16115         (query-dns): Use it.
16116
16117 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16120         active for foreign groups even if the group level is higher than
16121         the specified value.
16122
16123 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124
16125         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16126         non-active groups.
16127
16128         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16129
16130 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16131
16132         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16133
16134 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16135
16136         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16137         (spam-crm114-header, spam-crm114-spam-switch)
16138         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16139         (spam-crm114-positive-spam-header)
16140         (spam-crm114-database-directory, spam-list-of-processors)
16141         (spam-group-spam-processor-crm114-p)
16142         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16143         (spam-generic-score, spam-list-of-checks)
16144         (spam-list-of-statistical-checks, spam-registration-functions)
16145         (spam-check-crm114-headers, spam-crm114-score)
16146         (spam-check-crm114, spam-crm114-register-with-crm114)
16147         (spam-crm114-register-spam-routine)
16148         (spam-crm114-unregister-spam-routine)
16149         (spam-crm114-register-ham-routine)
16150         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16151         asjo@koldfront.dk (Adam Sjøgren).
16152
16153         * gnus.el: Add spam-use-crm114.
16154
16155         * spam.el (spam-list-of-processors, spam-registration-functions):
16156         Add spam-use-resend.
16157         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16158         (spam-report-articles-gmane): Add doc fix.
16159         (spam-report-articles-resend, spam-report-resend-register-routine):
16160         Add wrappers around spam-report-resend-to.
16161
16162         * spam-report.el (spam-report-resend-to, spam-report-resend):
16163         Add support for resending spam.
16164         (spam-report-gmane): Fix line length >80.
16165
16166         * gnus.el (spam-process): Add spam-use-resend.
16167
16168 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16169
16170         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16171         number of processed spam messages.
16172         (spam-ham-copy-or-move-routine): Return the number of processed
16173         ham messages.
16174         (spam-summary-prepare-exit): Use the above values to decide
16175         whether status messages shouled be displayed.
16176
16177 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16180         `rfc2047-encoding-function-alist' in order to avoid conflicting
16181         with the old version.
16182         (rfc2047-encode-region): Concatenate words containing non-ASCII
16183         characters in structured fields; don't encode space-delimited
16184         ASCII words even in unstructured fields; don't break words at
16185         char-category boundaries.
16186         (rfc2047-encode-1): New function.
16187         (rfc2047-encode): Use it; encode text so that it occupies the
16188         maximum width within 76-column; work correctly on Q encoding for
16189         iso-2022-* charsets.
16190         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16191         sure not to break a line just after the header name.
16192         (rfc2047-b-encode-region): Removed.
16193         (rfc2047-b-encode-string): New function.
16194         (rfc2047-q-encode-region): Removed.
16195         (rfc2047-q-encode-string): New function.
16196
16197         * mm-util.el (mm-replace-in-string): New function.
16198
16199 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16200
16201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16202         get it right.
16203         (gnus-inews-make-draft): Really.
16204
16205 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16206
16207         * nnmh.el (nnmh-request-list-1): Don't check the link count
16208         before descending.  (small patch)
16209
16210 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211
16212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16213         stuff.
16214
16215         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16216         on real group name.
16217
16218         * gnus-art.el (gnus-signature-limit): Doc fix.
16219
16220         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16221
16222         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16223
16224 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16225
16226         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16227         isn't a string.
16228
16229 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16230
16231         * gnus-draft.el (gnus-draft-send): Bind
16232         rfc2047-encode-encoded-words.
16233
16234         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16235         (rfc2047-encodable-p): Say that =? needs encoding.
16236         (rfc2047-encode-encoded-words): New variable.
16237
16238         * gnus-group.el (gnus-group-select-group): Doc fix.
16239
16240         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16241
16242         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16243         to nil.
16244
16245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16246
16247         * nnheader.el (nnheader-get-lines-and-char): New function.
16248
16249 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus-msg.el (gnus-summary-followup-with-original): Document
16252         yanking of region when active.
16253
16254 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16257         groups if the group level is higher than the specified value.
16258
16259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16262         (gnus-group-jump-to-group): Added prefix argument using
16263         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16264         non-active group.
16265
16266         * compface.el (uncompface): Be verbose when changing
16267         `uncompface-use-external'.
16268
16269         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16270         handle manual section.
16271
16272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * gnus-art.el (gnus-button-alist): Revert previous change.
16275
16276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16279
16280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16281
16282         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16283         whether backend can accept message.
16284
16285         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16286
16287 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16288
16289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16290         Avoid creating directory when nntp-marks-is-evil is true.
16291         Reported by Reiner Steib.
16292
16293 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * gnus-picon.el (gnus-picon-style): New variable.
16296         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16297         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16298         Jesper Harder <harder@ifa.au.dk>.
16299
16300 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16301
16302         * message.el (message-fill-field): Return point.
16303         (message-generate-headers): Go to end of field.
16304
16305         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16306         stuff for non-living groups.
16307
16308 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16309
16310         * gnus-art.el (gnus-article-followup-with-original)
16311         (gnus-article-reply-with-original): gnus-mark-active-p ->
16312         gnus-region-active-p.
16313
16314 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16315
16316         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16317         only when there is spam or ham to be processed.
16318
16319 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * mail-source.el (mail-source-delete-crash-box): Refactor.
16322         (mail-source-fetch): Use it.
16323         (mail-source-fetch-file): Ditto.
16324         (mail-source-fetch-directory): Run postscript in loop.
16325         (mail-source-fetch-pop): Delete.
16326         (mail-source-fetch-maildir): Ditto.
16327         (mail-source-fetch-imap): Ditto.
16328
16329         * imap.el (imap-authenticators): Comment out sasl.
16330
16331         * message.el (message-skip-to-next-address): New function.
16332         (message-fill-header-address): Refactor.
16333         (message-fill-address): Use it.
16334         (message-delete-address): Use it.
16335         (message-fill-header-general): Refactor.
16336         (message-fill-field-address): Rename.
16337         (message-narrow-to-field): Find the start of the header.
16338         (message-header-format-alist): Don't pre-fill.
16339         (message-fill-header): Removed.
16340         (message-insert-header): New function.
16341         (message-shorten-references): Use it.
16342
16343         * rfc2047.el (rfc2047-field-value): Strip props.
16344
16345         * mail-parse.el (mail-header-make-address): New alias.
16346
16347         * ietf-drums.el (ietf-drums-make-address): New function.
16348
16349         * imap.el: Add compiler directives.
16350
16351         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16352
16353         * gnus-art.el (article-decode-idna-rhs): Don't use
16354         message-idna-inside-rhs-p.
16355
16356 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16357
16358         * message.el (message-idna-inside-rhs-p): Removed.
16359         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16360
16361         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16362         false positives.
16363
16364 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16365
16366         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16367
16368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * nneething.el (nneething-file-name): Don't create spurious
16371         files.
16372
16373         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16374         (gnus-inews-do-gcc): Remove sleep.
16375
16376         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16377         part under point.
16378
16379         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16380         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16381
16382 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16383
16384         * spam.el (spam-summary-prepare-exit): Fixed (length).
16385
16386 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16389         as expired without moving it" message when there are spam
16390         messages left.
16391
16392 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16393
16394         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16395         header is not nil.
16396
16397 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16398
16399         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16400         nntp-possibly-create-directory, not nntp-possibly-change-group.
16401         (nntp-marks-changed-p): New arg SERVER.
16402         (nntp-request-update-info): Adjust caller.
16403
16404 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16405
16406         * nntp.el (nntp-save-marks): Pass missing arg.
16407
16408 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16409
16410         * nntp.el: Support marks.
16411         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16412         (nntp-marks-modtime, nntp-marks-directory): New variables.
16413         (nntp-request-set-mark, nntp-request-update-info)
16414         (nntp-possibly-create-directory, nntp-marks-changed-p)
16415         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16416         functions.
16417
16418 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16421         (gnus-xmas-redefine): Rename.
16422
16423         * gnus-score.el (gnus-score-insert-help): Use
16424         gnus-select-lowest-window.
16425
16426         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16427         appt-select-lowest-window and rename to gnus-select-lowest-window.
16428
16429         * gnus.el: do.
16430
16431 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16432
16433         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16434         encodings of MIME-encoded words, in order to improve
16435         interoperability with several broken MUAs.
16436
16437 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16438
16439         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16440         tags, only when charsets are not specified in headers.
16441         (mm-inline-text-html-render-with-w3m): Ditto.
16442
16443         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16444         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16445
16446 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16447
16448         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16449         instead of MIME-decoded from fields when checking
16450         `gnus-article-address-banner-alist'.
16451
16452 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16453
16454         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16455         description rather than subject.
16456
16457 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16458
16459         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16460
16461 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * gnus.el (gnus-version-number): Bump.
16464
16465 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16466
16467         * gnus.el: No Gnus v0.2 is released.
16468
16469 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16470
16471         * gnus-agent.el (gnus-agent-read-agentview): Inline
16472         gnus-uncompress-range.
16473
16474 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16475
16476         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16477         `exec-installed-p'.
16478
16479 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16480
16481         * gnus.el (spam-process, spam-autodetect-methods): Add
16482         bsfilter and bsfilter-headers.
16483
16484         * spam.el (spam-bsfilter): New customize group.
16485         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16486         (spam-bsfilter-header, spam-bsfilter-probability-header)
16487         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16488         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16489         (spam-bsfilter-database-directory): New options.
16490         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16491         (spam-list-of-statistical-checks, spam-registration-functions):
16492         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16493         (spam-bsfilter-score): New command.
16494         (spam-check-bsfilter-headers, spam-check-bsfilter)
16495         (spam-bsfilter-register-with-bsfilter)
16496         (spam-bsfilter-register-spam-routine)
16497         (spam-bsfilter-unregister-spam-routine)
16498         (spam-bsfilter-register-ham-routine)
16499         (spam-bsfilter-unregister-ham-routine): New functions.
16500         (spam-generic-score): Support bsfilter; Accept an optional argument
16501         to recalcurate spam score even if scoring header has already been
16502         added.
16503         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16504         optional argument to recalcurate spam score even if scoring header
16505         has already been added.
16506
16507 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16508
16509         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16510         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16511         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16512         link is missing.
16513
16514 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16515
16516         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16517         (html2text-get-attr): Rewrite.
16518
16519         * message.el (message-setup-1): Remove redundant put-text-property
16520         on mail-header-separator.
16521
16522 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         * gnus-registry.el (gnus-registry-cache-whitespace)
16525         (gnus-registry-action, gnus-registry-spool-action)
16526         (gnus-registry-split-fancy-with-parent): Change message levels
16527         from 5 to 3 or 7, as needed.
16528
16529         * spam.el (spam-summary-prepare-exit)
16530         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16531         (spam-split, spam-find-spam, spam-log-undo-registration)
16532         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16533         level from 5 to 6.
16534
16535 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16538         2004-03-04 change).
16539
16540 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * sieve-manage.el (sieve-manage-open):
16543         * nnweb.el (nnweb-insert-html):
16544         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16545         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16546         * nnspool.el (nnspool-request-group):
16547         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16548         * nnml.el (nnml-request-update-info):
16549         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16550         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16551         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16552         (nnimap-request-set-mark):
16553         * nnfolder.el (nnfolder-request-update-info):
16554         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16555         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16556         * gnus-uu.el (gnus-uu-find-articles-matching):
16557         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16558         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16559         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16560         * gnus-nocem.el (gnus-nocem-scan-groups):
16561         * gnus-int.el (gnus-start-news-server):
16562         * gnus-group.el (gnus-group-make-kiboze-group)
16563         (gnus-group-browse-foreign-server):
16564         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16565         Use mapc when appropriate.
16566
16567 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         FIXME: Make separate entries for each person.
16570
16571         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16572         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16573         <shields@msrl.com>:
16574
16575         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16576         may need for spam sorting and scoring.
16577         (spam-user-format-function-S): Add user format function suitable for
16578         general use.
16579         (spam-article-sort-by-spam-status): Add sorting function for summary
16580         sorting.
16581         (spam-extra-header-to-number): Add function to get a score from a
16582         header.
16583         (spam-summary-score): Add function to get a numeric score from the
16584         headers.
16585         (spam-generic-score): Fix function doc, was in wrong place.
16586         (spam-initialize): Take symbols when it's run, and install the
16587         extra headers that spam-necessary-extra-headers thinks we need.
16588
16589 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16590
16591         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16592         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16593
16594 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16595
16596         * gnus-sum.el (gnus-set-global-variables)
16597         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16598         (gnus-article-get-xrefs, gnus-summary-best-group)
16599         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16600         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16601         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16602         Use with-current-buffer.
16603
16604 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * spam.el (spam-summary-prepare-exit): Simplify logic.
16607         (spam-fetch-article-header): Read the article header if it's not
16608         available.
16609         (spam-list-articles): Simplify logic.
16610         (spam-filelist-register-routine): Fix bug with unregister-list.
16611
16612         * gnus-registry.el: Fix comments at beginning.
16613
16614 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16615
16616         * message.el (message-cater-to-broken-inn): Remove.
16617         (message-shorten-references): Make sure the total folded length of
16618         References is shorter than 998 characters to cater to a bug in INN
16619         2.3.  Also, don't pretend that references aren't folded -- this
16620         hasn't worked for a while.
16621
16622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16623
16624         * gnus-agent.el (gnus-agentize):
16625         gnus-agent-send-mail-real-function no longer set to current value
16626         of message-send-mail-function but rather a lambda that calls
16627         message-send-mail-function.  The change makes the agent real-time
16628         responsive to user changes to message-send-mail-function.
16629
16630 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16631
16632         * legacy-gnus-agent.el
16633         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16634         help from Florian Weimer <fw@deneb.enyo.de>
16635
16636 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * nnmail.el (nnmail-cache-insert): Revert last change.
16639
16640 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * nnmail.el (nnmail-cache-insert): Always check whether
16643         nnmail-cache-ignore-groups matches a group name.
16644
16645 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16646
16647         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16648         (spam-find-spam, spam-log-processing-to-registry)
16649         (spam-log-registered-p, spam-log-unregistration-needed-p)
16650         (spam-log-undo-registration): Use gnus-message instead of
16651         gnus-error, none of these errors are fatal.
16652
16653         * gnus-registry.el (gnus-registry-clean-empty-function)
16654         (gnus-registry-clean-empty): Remove only empty entries without
16655         extra data.
16656
16657 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16658
16659         * spam-stat.el (spam-stat-buffer-change-to-spam)
16660         (spam-stat-buffer-change-to-non-spam): Change (error) to
16661         (gnus-message 8) invocation.
16662
16663 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * nntp.el (nntp-via-netcat-command): New variable.
16666         (nntp-via-netcat-switches): New variable.
16667         (nntp-open-via-rlogin-and-netcat): New function.
16668         (nntp-open-connection-function): Doc fix.
16669         (nntp-telnet-command): Doc fix.
16670         (nntp-end-of-line): Doc fix.
16671         (nntp-via-rlogin-command): Doc fix.
16672         (nntp-via-user-name): Doc fix.
16673         (nntp-via-address): Doc fix.
16674
16675 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16678         error in Emacs 21.1.
16679
16680 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16683
16684 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16685
16686         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16687         (gnus-agent-with-refreshed-group): New macro.
16688         (gnus-agent-rename-group): New function.
16689         (gnus-agent-delete-group): New function.
16690         (gnus-agent-save-group-info): Use gnus-command-method when
16691         `method' parameter is nil.  Don't write nil entries into the
16692         active file.
16693         (gnus-agent-get-group-info): New function.
16694         (gnus-agent-fetch-articles): Use
16695         gnus-agent-update-files-total-fetched-for to increment disk space
16696         used.
16697         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16698         gnus-agent-update-view-total-fetched-for to increment disk space
16699         used.
16700         (gnus-agent-get-local): Added optional parameters to avoid calling
16701         gnus-group-real-name and gnus-find-method-for-group.
16702         (gnus-agent-set-local): Delete stored entry if either min, or max,
16703         are nil.
16704         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16705         quit, use gnus-agent-regenerate-group to record existance of any
16706         articles fetched to disk before the quit occurred.
16707         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16708         gnus-agent-update-view-total-fetched-for, and
16709         gnus-agent-update-files-total-fetched-for to decrement disk space
16710         used.
16711         (gnus-agent-retrieve-headers): Use
16712         gnus-agent-update-view-total-fetched-for to increment disk space
16713         used.
16714         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16715         with gnus-agent-update-files-total-fetched-for to decrement disk
16716         space and fresh group buffer.
16717         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16718         (gnus-agent-need-update-total-fetched-for): New variable.
16719         (gnus-agent-update-files-total-fetched-for): New function.
16720         (gnus-agent-update-view-total-fetched-for): New function.
16721         (gnus-agent-total-fetched-for): New function.
16722
16723         * gnus-cache.el (gnus-cache-save-buffers): Use
16724         gnus-cache-update-overview-total-fetched-for to change disk space
16725         used by this group.
16726         (gnus-cache-possibly-enter-article): Use
16727         gnus-cache-update-file-total-fetched-for to increment disk space
16728         used by this group.
16729         (gnus-cache-possibly-remove-article): Use
16730         gnus-cache-update-file-total-fetched-for to decrement disk space
16731         used by this group.
16732         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16733         (gnus-cache-rename-group): New function.
16734         (gnus-cache-delete-group): New function.
16735         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16736         (gnus-cache-need-update-total-fetched-for): New variable.
16737         (gnus-cache-with-refreshed-group): New macro.
16738         (gnus-cache-update-file-total-fetched-for): New function.
16739         (gnus-cache-update-overview-total-fetched-for): New function.
16740         (gnus-cache-rename-group-total-fetched-for): New function.
16741         (gnus-cache-delete-group-total-fetched-for): New function.
16742         (gnus-cache-total-fetched-for): New function.
16743
16744         * gnus-group.el: Require gnus-sum and autoload functions to
16745         resolve warnings when gnus-group.el compiled alone.
16746         (gnus-group-line-format): Documented new %F.
16747         (size of Fetched data) group line format; identifies disk space
16748         used by agent and cache.
16749         (gnus-group-line-format-alist): Defined new F format.
16750         (gnus-total-fetched-for): New function.
16751         (gnus-group-delete-group): No longer update
16752         gnus-cache-active-altered as gnus-request-delete-group now keeps
16753         the cache in sync.
16754         (gnus-group-list-active): Let the agent store a server's active
16755         list if currently plugged.
16756
16757         * gnus-int.el (gnus-request-delete-group):
16758         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16759         local disk in sync with the server.
16760         (gnus-request-rename-group):
16761         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16762         local disk in sync with the server.
16763
16764         * gnus-start.el (gnus-get-unread-articles):
16765         Cosmetic simplification to logic.
16766
16767         * gnus-util.el (gnus-rename-file): New function.
16768
16769 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16770
16771         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16772
16773 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16774
16775         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16776         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16777
16778 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16779
16780         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16781         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16782
16783 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16786
16787 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * spam.el (spam-set-difference): Add function to replace
16790         gnus-set-difference in spam.el.
16791         (spam-summary-prepare-exit): Use spam-set-difference.
16792
16793 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16794
16795         * gnus-registry.el (gnus-registry-cache-file): Update to use
16796         gnus-dribble-directory OR gnus-home-directory OR ~.
16797         (gnus-registry-split-fancy-with-parent): Fix doc.
16798
16799 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * message.el (message-exchange-point-and-mark): Use
16802         message-mark-active-p.  Suggested by Jesper Harder
16803         <harder@ifa.au.dk>.
16804
16805 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * message.el (message-exchange-point-and-mark): Don't activate
16808         region if it was inactive.  Suggested by Hiroshi Fujishima
16809         <pooh@nature.tsukuba.ac.jp>.
16810
16811 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-art.el (article-display-face): Display Faces in the same
16814         order as X-Faces.
16815
16816 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16819
16820 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16823         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16824         (gnus-article-mime-hierarchy): Remove.
16825         (gnus-article-mime-hierarchy-next): Remove.
16826         (gnus-article-mode): Revert 2004-03-19 change.
16827         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16828         (gnus-insert-mime-button): Revert 2004-03-19 change.
16829         (gnus-mime-accumulate-hierarchy): Remove.
16830         (gnus-mime-enter-multipart): Remove.
16831         (gnus-mime-leave-multipart): Remove.
16832         (gnus-mime-display-part): Revert 2004-03-19 change.
16833         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16834
16835         * mml.el (mml-preview): Revert 2004-03-19 change.
16836
16837 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16838
16839         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16840
16841 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16844         t while entering a file name using the mm-with-multibyte macro.
16845         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16846
16847         * mm-util.el (mm-with-multibyte): New macro.
16848
16849 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16852         user option.
16853         (gnus-mime-multipart-functions): Doc and customization fix.
16854         (gnus-article-mime-hierarchy): New variable.
16855         (gnus-article-mime-hierarchy-next): New variable.
16856         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16857         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16858         gnus-article-mime-hierarchy-next to nil.
16859         (gnus-insert-mime-button): Show hierarchy numbers.
16860         (gnus-mime-accumulate-hierarchy): New function.
16861         (gnus-mime-enter-multipart): New function.
16862         (gnus-mime-leave-multipart): New function.
16863         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16864         (gnus-mime-display-alternative): Show hierarchy numbers.
16865
16866         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16867         gnus-article-mime-hierarchy-next to nil.
16868
16869 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16870
16871         * dns.el: Don't require gnus-xmas.
16872
16873 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16874
16875         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16876         inline PGP.
16877         (mml-menu): Disable mml-quote-region if mark is inactive.
16878
16879 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16882         when the group's active is not available.
16883
16884 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16887         error.
16888
16889 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * imap.el (imap-store-password): New variable.
16892         (imap-interactive-login): Use it.
16893         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16894
16895 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16898         window-start and hscroll to summary window.
16899
16900 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16901
16902         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16903         conversion message to newsrc-dribble when an actual conversion is
16904         performed.
16905
16906 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16907
16908         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16909
16910 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * mm-decode.el (mm-complicated-handles): New function reviving
16913         former definition of mm-multiple-handles.
16914
16915         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16916         (gnus-mime-delete-part): Use it.
16917
16918 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16919
16920         * gnus-agent.el (gnus-agent-read-local): Bind
16921         nnheader-file-coding-system to gnus-agent-file-coding-system to
16922         avoid the implicit assumption that they will always be equal.
16923         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16924         coding-system-for-write, as the with-temp-file macro first prints
16925         to a buffer then saves the buffer.
16926
16927 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-art.el (gnus-article-edit-part): New function.
16930         (gnus-mime-save-part-and-strip): Use it; do query instead of
16931         signaling an error; don't use mm-multiple-handles.
16932         (gnus-mime-delete-part): Ditto.
16933
16934 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16935
16936         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16937         old file versions.
16938         (gnus-group-prepare-hook): Removed function that converted list
16939         form of gnus-agent-expire-days to group properties.
16940
16941         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16942         (gnus-request-accept-article): Re-indented.
16943
16944         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16945         converters to handle old agent file formats.  Added logic for a
16946         "backup before upgrading warning".
16947         (gnus-convert-mark-converter-prompt): Developers can mark
16948         functions as needing (default), or not needing,
16949         gnus-convert-old-newsrc's "backup before upgrading warning".
16950         (gnus-convert-converter-needs-prompt): Tests whether the user
16951         should be protected from potentially irreversable changes by the
16952         function.
16953
16954         * legacy-gnus-agent.el: New.  Provides converters that are only
16955         loaded when gnus-convert-old-newsrc needs to call them.
16956
16957 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * mail-source.el (mail-source-touch-pop): Doc fix.
16960
16961         * message.el (message-smtpmail-send-it): Doc fix.
16962
16963 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16964
16965         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16966
16967         * nnmail.el (nnmail-split-fancy): do.
16968
16969         * gnus-kill.el (gnus-kill, gnus-execute): do.
16970
16971 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16972
16973         * gnus-sum.el (gnus-widget-reversible-match)
16974         (gnus-widget-reversible-to-internal)
16975         (gnus-widget-reversible-to-external): New functions.
16976         (gnus-widget-reversible): New widget.
16977         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16978
16979 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16980
16981         * gnus-sum.el (gnus-thread-sort-functions)
16982         (gnus-article-sort-functions): Document `(not F)' items.
16983
16984 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * spam.el (spam-use-gmane-xref): Add new backend.
16987         (spam-gmane-xref-spam-group): Add variable to control the name of the
16988         Gmane spam group.
16989         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16990         (spam-regex-headers-spam, spam-regex-headers-ham)
16991         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16992         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16993         backends and checks.
16994         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16995
16996         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16997         an autodetect method.
16998
16999 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17000
17001         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17002         articles are being added to a group.
17003         (gnus-request-replace-article): Inform the agent that articles
17004         need to be uncached as the cached contents are no longer valid.
17005
17006 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * binhex.el: Don't autoload executable-find.
17009
17010         * canlock.el: Don't autoload mail-fetch-field.
17011
17012         * dgnushack.el: Autoload c-mode for XEmacs.
17013
17014         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17015
17016         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17017         rmail-dont-reply-to and rmail-output.
17018
17019         * gnus-score.el: Don't autoload ffap-string-at-point.
17020
17021         * gnus-setup.el: Don't autoload sc-cite-original.
17022
17023         * imap.el: Don't autoload base64-decode-string,
17024         base64-encode-string and md5.
17025
17026         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17027         and rmail-msg-restore-non-pruned-header.
17028
17029         * mm-decode.el: Don't autoload executable-find.
17030
17031         * mm-url.el: Don't autoload executable-find.
17032
17033         * mm-view.el: Don't autoload diff-mode.
17034
17035         * nndb.el: Don't autoload news-reply-mode, news-setup,
17036         cancel-timer and telnet.
17037
17038         * password.el: Don't autoload run-at-time for Emacs.
17039
17040         * sha1-el.el: Don't autoload executable-find.
17041
17042         * sieve-mode.el: Don't autoload c-mode.
17043
17044         * uudecode.el: Don't autoload executable-find.
17045
17046 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17047
17048         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17049         (gnus-agent-possibly-alter-active): Avoid null in numeric
17050         comparison.
17051         (gnus-agent-set-local): Refuse to save null in local object table.
17052         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17053         list of articles that will be marked as unread.
17054
17055 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17058
17059 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17060
17061         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17062         language tags.
17063
17064 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17065
17066         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17067         Don't bind "obarray".
17068
17069         * gnus-sum.el (gnus-thread-sort-functions): Added
17070         `gnus-thread-sort-by-most-recent-number' and
17071         `gnus-thread-sort-by-most-recent-date'.
17072         Reported by Kai Grossjohann <kai@emptydomain.de>.
17073
17074 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17077
17078 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17079
17080         * gnus-cus.el (gnus-agent-customize-category): Removed
17081         ignore-errors macro reference that required cl to be loaded at
17082         run-time.
17083
17084         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17085         single-interval range of the form (min . max).  Previously the
17086         range had to look like ((min . max)).  Likewise, return
17087         (min . max) rather than ((min . max)).
17088         (gnus-range-map): Use gnus-range-normalize to accept
17089         single-interval range.
17090
17091         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17092         the cache, but not the agent, now appear with their usual face.
17093
17094         * dgnushack.el (loaddir): New variable that is bound to the
17095         directory containing the dgnushack.el file. Use loaddir, rather
17096         than srcdir, to update load-path. Change lets dgnushack compile
17097         code in directories other than GNUS/lisp.
17098
17099 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * lpath.el: Don't bind w3m-safe-url-regexp.
17102
17103         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17104         w3m-safe-url-regexp variable buffer-local.
17105
17106         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17107
17108 2004-02-27  Simon Josefsson  <jas@extundo.com>
17109
17110         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17111         gnus-group-real-prefix.
17112         (gnus-summary-move-article): Use it, instead of
17113         gnus-group-real-prefix.
17114
17115 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * lpath.el: Bind w3m-safe-url-regexp.
17118
17119         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17120         w3m-safe-url-regexp variable buffer-local and set it as the value
17121         of mm-w3m-safe-url-regexp.
17122
17123         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17124
17125         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17126         parsing gnus-posting-styles when the message is not for replying.
17127
17128         * dgnushack.el: Autoload sgml-mode for XEmacs.
17129
17130         * nnrss.el (nnrss-opml-export): Use
17131         mm-set-buffer-file-coding-system instead of
17132         set-buffer-file-coding-system.
17133
17134 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17135
17136         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17137         of checkdoc.el).
17138         * nnrss.el: do.
17139         * gnus-mlspl.el: do.
17140         * gnus-ml.el: do.
17141         * gnus-srvr.el: do.
17142
17143         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17144
17145 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17146
17147         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17148         Corrections to custom-manual links.
17149
17150         * gnus-art.el (gnus-article): Ditto.
17151
17152         * mm-decode.el (mime-display, mime-security): Ditto.
17153
17154 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * flow-fill.el: Typo.
17157
17158 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17159
17160         * spam-wash.el: New file.
17161
17162 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17163
17164         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17165
17166 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17169         to be run with new-articles as LIST1, not LIST2.
17170         (spam-registration-functions): Add spam-use-ham-copy as a nil
17171         registration backend.
17172
17173 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * spam-stat.el (spam-stat-washing-hook): New option.
17176         (spam-stat-buffer-words): Use it.
17177         (spam-stat-process-directory, spam-stat-test-directory): Use
17178         insert-file-contents-literally.
17179         (spam-stat-coding-system): New variable.
17180         (spam-stat-load, spam-stat-save): Use it.
17181
17182 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * spam-report.el (spam-report-plug-agent): Quote
17185         spam-report-url-to-file and spam-report-url-ping-plain.
17186
17187 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17190         / in mailto URLs.
17191
17192 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * spam-report.el (spam-report-process-queue): Fix interactive use.
17195         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17196         (spam-report-unplug-agent): Doc fixes.
17197         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17198         (spam-report-agentize, spam-report-deagentize): Autoload.
17199
17200 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17203
17204         * message.el (message-setup-fill-variables): Add mml tags to
17205         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17206         <ajk@iu.edu>.
17207         (message-mode): Don't modify paragraph-separate there.
17208
17209 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * compface.el (uncompface-use-external): Default to undecided.
17212         (uncompface-use-external-threshold): New variable.
17213         (uncompface-float-time): New macro.
17214         (uncompface): Determine whether to use the external decoder if
17215         uncompface-use-external is undecided.
17216
17217 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218
17219         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17220         after images.
17221
17222         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17223
17224 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17225
17226         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17227
17228         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17229
17230         * gnus-sum.el (gnus-summary-limit-to-age)
17231         (gnus-summary-limit-children): do.
17232
17233         * gnus-int.el (gnus-request-scan): do.
17234
17235         * gnus-group.el (gnus-group-suspend): do.
17236
17237         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17238
17239         * gnus-cite.el (gnus-cite-parse-attributions): do.
17240
17241         * gnus-agent.el (gnus-summary-set-agent-mark)
17242         (gnus-agent-regenerate-group): do.
17243
17244         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17245
17246         * binhex.el (binhex-decode-region-internal): do.
17247
17248 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-fun.el (gnus-face-properties-alist): New user option.
17251         (gnus-display-x-face-in-from): Use it.
17252
17253         * gnus-art.el (article-display-face): Ditto.
17254
17255         * compface.el (uncompface-use-external): Default to nil.
17256
17257 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17258
17259         * nntp.el (nntp-erase-buffer): New function.
17260         (nntp-retrieve-data, nntp-send-command)
17261         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17262         (nntp-possibly-change-group): Use it.
17263
17264         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17265         with-current-buffer.
17266
17267 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17268
17269         * compface.el: Merge the ELisp-based uncompface program.
17270         (compface): New customization group.
17271         (uncompface-use-external): New user option.
17272         (uncompface): Call uncompface-internal if uncompface-use-external
17273         is nil.
17274         (uncompface-internal): New function.  Note that there are also
17275         some other functions and variables added for this function.
17276
17277 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17278
17279         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17280         if necessary.
17281
17282 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17283
17284         * spam-report.el (spam-report-unplug-agent)
17285         (spam-report-plug-agent, spam-report-deagentize)
17286         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17287         Add support for the Agent in spam-report: when unplugged, report to a
17288         file; when plugged, submit all the requests.
17289
17290         * spam.el (spam-register-routine): Fix message about
17291         registration.
17292
17293 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17294
17295         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17296         dependencies.
17297         (rfc2047-encode): Use it.
17298
17299         * gnus-art.el (gnus-button-marker-list): Move before first
17300         reference.
17301
17302         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17303         (imap-parse-body): Fix format string mismatch.
17304
17305         * gnus-score.el (gnus-summary-increase-score): do.
17306
17307         * nnrss.el (nnrss-close): New function.
17308
17309 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * nnrss.el (nnrss-make-filename): New function.
17312         (nnrss-request-delete-group, nnrss-read-server-data)
17313         (nnrss-save-server-data, nnrss-read-group-data)
17314         (nnrss-save-group-data): Use it.
17315         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17316         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17317         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17318
17319 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17320
17321         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17322
17323 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17326         files.
17327
17328         * message.el (message-generate-headers-first): Don't quote nil
17329         and t in docstrings.
17330
17331         * imap.el (imap-id): do.
17332
17333         * gnus-agent.el (gnus-agent-consider-all-articles)
17334         (gnus-agent-queue-mail): do.
17335
17336 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17337
17338         * spam-report.el (spam-report-process-queue): New function.
17339         Process requests from `spam-report-requests-file'.
17340         (spam-report-process-queue): Doc fix.
17341
17342 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17343
17344         * spam.el (spam-register-routine)
17345         (spam-log-processing-to-registry, spam-log-registered-p)
17346         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17347         Change "check" to "spam-check" for semi-clarity.
17348
17349 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * pop3.el: Require nnheader.
17352
17353         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17354
17355         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17356
17357         * gnus-picon.el: Require cl.
17358
17359         * gnus-fun.el: Require gnus-ems and gnus-util.
17360
17361         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17362
17363         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17364
17365         * gnus-art.el (gnus-article-edit-mode): Define before first
17366         reference.
17367
17368 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17369
17370         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17371         (gnus-uu-post-encoded): Use point-at-bol.
17372
17373         * gnus-topic.el (gnus-group-active-topic-p): do.
17374
17375         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17376
17377         * gnus-group.el (gnus-group-kill-region): do.
17378
17379         * gnus-art.el (article-date-ut): do.
17380
17381         * message.el (message-fetch-field): Remove redundant
17382         case-fold-search binding.
17383         (message-narrow-to-field): Simplify.
17384
17385 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * spam.el (spam-directory): Derive from `gnus-directory'.
17388
17389         * spam-report.el (spam-report-url-to-file)
17390         (spam-report-requests-file): New function and variable for offline
17391         reporting.
17392         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17393         and user defined function.
17394         (spam-report-url-ping-mm-url): Remove doubled slash.
17395
17396 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17399
17400 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17401
17402         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17403         format string mismatch.
17404
17405         * sieve.el (sieve-deactivate-all): do.
17406
17407         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17408
17409         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17410
17411         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17412
17413         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17414
17415 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17416
17417         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17418         the list of checks.
17419
17420 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17423         padding.
17424
17425 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17426
17427         * mm-view.el (mm-fill-flowed): New variable.
17428         (mm-inline-text): Use it.
17429
17430 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * spam.el (spam-spamassassin-register-ham-routine)
17433         (spam-spamassassin-register-spam-routine): Fix function names.
17434
17435 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * gnus.el (gnus-tmp-grouplens): Remove.
17438         (gnus-summary-line-format): Remove grouplens.
17439
17440         * gnus-group.el (gnus-group-line-format): Ditto.
17441
17442         * gnus-spec.el (gnus-format-specs): Ditto.
17443         (gnus-update-format-specifications): Flush the group format spec
17444         cache if there's the grouplens stuff.
17445         (gnus-parse-simple-format): Replace %l with the empty string.
17446
17447 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17448
17449         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17450         omission.
17451
17452 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17455         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17456
17457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17458
17459         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17460         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17461         New macros and functions.
17462         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17463         Handle > NLINK_MAX messages.
17464         * nnmaildir.el (nnmaildir-request-set-mark): Use
17465         nnmaildir--emlink-p and nnmaildir--eexist-p.
17466
17467 2004-01-25  Alex Schroeder  <alex@gnu.org>
17468
17469         * spam-stat.el (spam-stat-process-directory-age): New option.
17470         (spam-stat-process-directory): Use it.
17471
17472 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17473
17474         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17475         (spam-stat-save): Accept prefix argument.
17476
17477 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17478
17479         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17480         links" error.
17481
17482 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17485         the rest of the and/or forms.
17486
17487 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17490         compatibility with old .newsrc.eld files.
17491
17492         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17493
17494         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17495
17496         * gnus-start.el (gnus-1): do.
17497
17498         * gnus-group.el (gnus-group-line-format-alist): do.
17499
17500         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17501
17502         * gnus-gl.el: Remove.
17503
17504 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17505
17506         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17507         marks consisting of a single range {for example, (3 . 5)} rather
17508         than a list of a single range { ((3 . 5)) }.
17509
17510 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17513         with-current-buffer.
17514         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17515         avoid consing a string.
17516
17517         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17518         Remove obsolete entries for big5 and gb2312.
17519
17520 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17521
17522         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17523         uncompressed list.
17524
17525 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17526
17527         * spam-stat.el (spam-stat-strip-xref): New function.
17528         (spam-stat-process-directory): Use it.
17529
17530         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17531         here -- it's done in message-fetch-field.
17532
17533 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17534
17535         * gnus-agent.el (gnus-agent-queue-mail)
17536         (gnus-agent-prompt-send-queue): New variables.
17537         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17538         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17539         "nndraft:queue" along to gnus-draft-send.  Use
17540         gnus-agent-prompt-send-queue.
17541         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17542         is "nndraft:queue".  Suggested by Gaute Strokkenes
17543         <gs234@srcf.ucam.org>
17544
17545         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17546         (agent-enable-undownloaded-faces): Added.
17547         (gnus-agent-cat-groups): Use eval-and-compile, not
17548         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17549         method of gnus-agent-cat-groups even when the buffer has been
17550         evaled.
17551         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17552         delete gnus-agent-save-active-1.
17553         (gnus-agent-save-groups): Deleted.  Identical to
17554         gnus-agent-save-active.
17555         (gnus-agent-write-active): No longer adjust agent's copy of active
17556         file as agent's adjustments are now stored in their own
17557         file.  Removed optional parameter.
17558         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17559         servers.  Add use of min/max range limits from server's local
17560         file.
17561         (gnus-agent-save-alist): Removed unused optional argument.
17562         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17563         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17564         (gnus-agent-set-local): A per-server file that keeps min/max range
17565         limits for articles known to the agent.  Provides a fast mechanism
17566         for altering many active ranges.
17567         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17568         active file (local makes it unnecessary).
17569         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17570
17571         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17572         (agent-enable-undownloaded-faces): Added.
17573
17574         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17575         disable it when sending to "nndraft:queue".
17576         (gnus-group-send-queue): Add safety check to avoid sending queue
17577         when unplugged.
17578
17579         * gnus-group.el (gnus-group-catchup): Use new
17580         gnus-sequence-of-unread-articles, not
17581         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17582         numbers of articles.  Use gnus-range-map to avoid having to
17583         uncompress the unread list.
17584         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17585         Fixed invalid ange-ftp reference.
17586
17587         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17588         (gnus-sorted-range-intersection): Intersection of two ranges
17589         without requiring that they first be uncompressed.
17590
17591         * gnus-start.el (gnus-activate-group): Unless blocked by the
17592         caller, possibly expand the active range to include both cached
17593         and agentized articles.
17594         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17595         multiple version-dependent converters.
17596         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17597         gnus-agent-save-active.
17598         (gnus-save-newsrc-file): Save dirty agent range limits.
17599
17600         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17601         gnus-agent-possibly-alter-active.
17602         (gnus-adjust-marked-articles): Faster handling of simple lists.
17603
17604 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17605
17606         * spam-stat.el (spam-stat-test-directory): New optional argument
17607         displays a list of files detected.  Suggested by Andrew Cohen
17608         <cohen@andy.bu.edu>.
17609         (spam-stat-buffer-words-with-scores): Don't narrow and change
17610         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17611
17612 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17613
17614         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17615         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17616         (spam-spamassassin-arguments)
17617         (spam-spamassassin-spam-flag-header)
17618         (spam-spamassassin-positive-spam-flag-header)
17619         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17620         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17621         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17622         (spam-list-of-processors, spam-list-of-checks)
17623         (spam-list-of-statistical-checks, spam-registration-functions)
17624         (spam-check-spamassassin-headers, spam-check-spamassassin)
17625         (spam-spamassassin-score)
17626         (spam-spamassassin-register-with-sa-learn)
17627         (spam-spamassassin-register-spam-routine)
17628         (spam-spamassassin-register-ham-routine)
17629         (spam-assassin-register-spam-routine)
17630         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17631         (spam-bogofilter-score): Fix to show article before scoring.
17632
17633 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17634
17635         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17636         default scoring function.
17637         (spam-generic-score): Call spam-spamassassin-score if
17638         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17639         spam-bogofilter-score otherwise.
17640
17641         * gnus.el (spam-process, spam-autodetect-methods): Add
17642         spamassassin and spamassassin-headers.
17643
17644 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17645
17646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17647         Suppress unnecessary messages.
17648
17649 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17650
17651         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17652         make-hash-table.
17653
17654 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * canlock.el (base64-encode-string): Don't autoload it.
17657
17658 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * run-at-time.el: Remove useless (require 'itimer),
17661         eval-and-compile and (featurep 'xemacs).
17662
17663 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17666         GROUP is a virtual group.
17667
17668 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17669
17670         * gnus.el: Autoload `message-y-or-n-p'.
17671
17672 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17673
17674         * pgg-parse.el: Remove unnecessary (require 'custom).
17675
17676         * pgg-def.el: do.
17677
17678         * nnmail.el: do.
17679
17680         * gnus-undo.el: do.
17681
17682         * gnus-picon.el: do.
17683
17684         * gnus-util.el: do.
17685
17686 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17689
17690 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17693         handle, as well as a list.
17694
17695         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17696         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17697         (mm-w3m-cid-retrieve): Simplify.
17698
17699 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17700
17701         * message.el (message-kill-to-signature): Allow prefix arg to
17702         specify number of lines to keep before signature.
17703
17704 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17705
17706         * message.el (message-kill-to-signature): Change docstring.
17707
17708 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * canlock.el: Always require sha1-el.
17711         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17712
17713         * message.el: Autoload sha1 only when compiling.
17714
17715         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17716         eudc-expand-inline for XEmacs.
17717
17718 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * message.el (message-canlock-generate): Require sha1-el.
17721
17722 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * message.el (message-expand-name): Silence the byte compiler.
17725
17726         * lpath.el: Add detect-coding-system.
17727
17728         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17729         cus-edit.
17730
17731 2004-01-13  Simon Josefsson  <jas@extundo.com>
17732
17733         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17734         Invoke gnus-score-mode.  Reported by
17735         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17736
17737         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17738         Jim Blandy <jimb@redhat.com> (tiny change).
17739
17740 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17743
17744 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * spam.el (spam-get-article-as-string): Update to use
17747         gnus-request-article-this-buffer, much simpler.
17748         (spam-get-article-as-buffer): Remove.
17749
17750 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17751
17752         * message.el (message-expand-name): Use EUDC if the user uses that.
17753
17754 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17757         character for the encoding to avoid consing a string.
17758
17759         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17760         unnecessarily.
17761
17762         * mm-util.el (mm-replace-chars-in-string): Remove.
17763
17764         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17765         of mm-replace-chars-in-string.
17766
17767 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17768
17769         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17770
17771         * mm-util.el (mm-subst-char-in-string): Support inplace.
17772
17773         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17774         a new string in every iteration.  Use shy groups.
17775
17776 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17779         * gnus-soup.el (gnus-soup-group-brew):
17780         * gnus-msg.el (gnus-put-message):
17781         * gnus-move.el (gnus-group-move-group-to-server):
17782         * gnus-kill.el (gnus-batch-score):
17783         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17784         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17785         (gnus-group-update-group, gnus-group-read-group)
17786         (gnus-group-make-group, gnus-group-make-help-group)
17787         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17788         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17789         (gnus-group-sort-by-unread, gnus-group-catchup)
17790         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17791         (gnus-group-yank-group, gnus-group-set-info)
17792         (gnus-group-list-groups):
17793         * gnus.el (gnus-generate-new-group-name):
17794         * gnus-delay.el (gnus-delay-send-queue):
17795         * nnvirtual.el (nnvirtual-catchup-group):
17796         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17797         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17798         (gnus-group-prepare-topics, gnus-topic-check-topology):
17799         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17800         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17801         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17802         (gnus-group-make-articles-read):
17803         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17804         (gnus-group-change-level, gnus-kill-newsgroup)
17805         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17806         (gnus-get-unread-articles, gnus-make-articles-unread)
17807         (gnus-make-ascending-articles-unread): Use accessor
17808         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17809         to get group information for improved readability.
17810
17811
17812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17813
17814         * gnus-art.el (article-decode-mime-words, article-babel)
17815         (gnus-article-highlight-signature, gnus-article-add-buttons)
17816         (gnus-signature-toggle): Use gnus-with-article-buffer.
17817
17818         * gnus-art.el (gnus-article-highlight-headers)
17819         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17820
17821         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17822         (gnus-article-set-globals, gnus-request-article-this-buffer)
17823         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17824         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17825         (gnus-mime-display-alternative): Use with-current-buffer.
17826
17827 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17828
17829         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17830         also under 80 char limit, and call gnus-error if needed.
17831         (spam-fetch-article-header): Fix - it was a
17832         buffer-local variable (gnus-newsgroup-data).
17833         (spam-find-spam): Use spam-generate-fake-headers, forget about
17834         spam-insert-fake-headers.
17835         (spam-insert-fake-headers): Remove.
17836
17837 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17838
17839         * deuglify.el (gnus-article-outlook-unwrap-lines)
17840         (gnus-outlook-rearrange-article)
17841         (gnus-outlook-repair-attribution-outlook)
17842         (gnus-outlook-repair-attribution-block)
17843         (gnus-outlook-repair-attribution-other): Remove redundant
17844         save-excursion.
17845
17846 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17847
17848         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17849         (spam-fetch-field-subject-fast)
17850         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17851         (spam-fetch-article-header): Add functions to deal with Gnus
17852         internals for fast retrieval of article header data.
17853         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17854
17855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * pop3.el (pop3-md5): Remove.
17858         (pop3-apop): Replace pop3-md5 with md5.
17859
17860         * mm-bodies.el: base64 is always built-in.
17861
17862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17863         with-current-buffer.
17864
17865 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * canlock.el (canlock-insert-header): Remove excessive grouping in
17868         regexp.
17869
17870         * gnus-sum.el (gnus-summary-read-document): Ditto.
17871
17872         * gnus-uu.el (gnus-uu-part-number): Ditto.
17873
17874         * html2text.el (html2text-remove-tags): Ditto.
17875         (html2text-format-tags): Ditto.
17876         (html2text-format-single-elements): Ditto.
17877
17878         * mml.el (mml-parse-1): Ditto.
17879
17880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17881
17882         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17883
17884         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17885
17886         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17887
17888         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17889
17890 2003-11-15  Simon Josefsson  <jas@extundo.com>
17891
17892         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17893         (pgg-gpg-lookup-key): Use regexp match instead of
17894         split-string (split-string is different between emacs 21.2 and
17895         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17896
17897 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17898
17899         * gnus-art.el (gnus-mime-view-all-parts)
17900         (gnus-article-part-wrapper, gnus-article-view-part): Use
17901         with-current-buffer.
17902
17903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17904
17905         * spam.el (spam-disable-spam-split-during-ham-respool)
17906         (spam-spamoracle-database, spam-cache-lookups)
17907         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17908         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17909         (spam-group-ham-marks, spam-group-spam-marks)
17910         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17911         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17912         also add spam-use-blackholes to the statistical checks.
17913         (spam-fetch-field-fast): Add interface to fetching fields, may
17914         become a macro.
17915         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17916         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17917         (spam-insert-fake-headers): Fake an article when needed.
17918         (spam-find-spam): Fake article when possible.
17919         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17920         (spam-check-bogofilter-headers): Use message-fetch-field instead
17921         of nnmail-fetch-field.
17922
17923 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17926
17927 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17928
17929         * spam.el (spam-split): Do not require spam-use-CHECK to be
17930         enabled if that check is passed to spam-split explicitly; also
17931         fix so 'spam doesn't get converted to spam-split-group when
17932         spam-split-symbolic-return is t.
17933         (spam-find-spam): Find registrations of the article and use those
17934         instead of re-running spam-split to find the spam/ham
17935         classification of the article.
17936         (spam-log-processing-to-registry, spam-log-registered-p)
17937         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17938         Use gnus-error instead of gnus-message.
17939         (spam-log-registration-type): Add function to determine the
17940         classification of a message based on registry entries; will
17941         return nil if both 'spam and 'ham are found.
17942         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17943         a reasonably fast local cache without the loading errors.
17944         (spam-cache-lookups): Set to t by default.
17945         (spam-find-spam): Don't try to guess spam-cache-lookups.
17946         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17947         spam-caches entry.
17948         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17949         caching of whitelist/blacklist entries.
17950         (spam-check-whitelist, spam-check-blacklist): Invoke
17951         spam-from-listed-p with a type, not a cache variable.
17952         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17953
17954 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17955
17956         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17957
17958         * nnmail.el (nnmail-split-fancy): do.
17959
17960         * mml.el (mml-parse): do.
17961
17962         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17963         (gnus-score-adaptive): do.
17964
17965 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17968         (gnus-mime-button-map): Don't set keymap parent.
17969         (gnus-button-ctan-directory-regexp): Use shy grouping.
17970         (gnus-prev-page-map): Don't set keymap parent.
17971         (gnus-prev-page-map): Remove duplicated one.
17972         (gnus-next-page-map): Don't set keymap parent.
17973         (gnus-mime-security-button-map): Ditto.
17974
17975         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17976         version number.
17977
17978         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17979
17980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * canlock.el (canlock-sha1-function): Remove.
17983         (canlock-sha1-function-for-verify): Remove.
17984         (canlock-openssl-program): Remove.
17985         (canlock-openssl-args): Remove.
17986         (canlock-ignore-errors): Remove.
17987         (canlock-sha1-with-openssl): Remove.
17988         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17989         (canlock-verify): Don't use canlock-ignore-errors.
17990
17991         * sha1-el.el (sha1-string-external): Make it can return a string
17992         in binary form.
17993         (sha1-region-external): Ditto.
17994         (sha1-string-internal): Ditto.
17995         (sha1-region-internal): Ditto.
17996         (sha1-region): Ditto.
17997         (sha1-string): Ditto.
17998         (sha1): Ditto.
17999
18000 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18001
18002         * spam.el (spam-report-articles-gmane): New command.
18003
18004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18007
18008         * run-at-time.el (run-at-time-saved): Remove.
18009         (run-at-time): Doc fix.
18010
18011 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18012
18013         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18014         (gnus-summary-limit-map): Add it.
18015         (gnus-summary-make-menu-bar): do.
18016
18017 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18020         Make attempt at some caching support (done for BBDB only now).
18021         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18022         addresses to be checked.
18023         (spam-clear-cache-BBDB): Add function, to be invoked by
18024         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18025         (spam-check-BBDB): Check and use the caches, if
18026         spam-cache-lookups is on, remove superfluous (provide).
18027
18028 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18031
18032 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18033
18034         * run-at-time.el (run-at-time-saved): Move to after the definition
18035         of `run-at-time'.
18036
18037         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18038
18039 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18042         mm-w3m-local-map-property.
18043
18044         * mm-view.el (mm-w3m-mode-map): Remove.
18045         (mm-w3m-local-map-property): Remove.
18046         (mm-inline-text-html-render-with-w3m): Don't use
18047         mm-w3m-local-map-property.
18048
18049 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18050
18051         * run-at-time.el: New file.
18052
18053         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18054         under Emacs.
18055
18056         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18057         of gnus-set-text-properties.
18058
18059         * gnus-uu.el (gnus-uu-save-article): Ditto.
18060
18061         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18062
18063         * gnus-cite.el (gnus-cite-parse): Ditto.
18064
18065         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18066         of gnus-.
18067
18068         * gnus-xmas.el (run-at-time): Require run-at-time.
18069
18070         * gnus.el: Changed calls to nnheader-run-at-time and
18071         password-run-at-time throughout to use run-at-time directly.
18072
18073         * password.el: Removed definition of run-at-time.
18074
18075         * nnheaderxm.el: Remove definition of run-at-time.
18076
18077 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18078
18079         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18080         in prompt.
18081
18082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18083
18084         * messagexmas.el (message-xmas-redefine): Alias
18085         `message-make-caesar-translation-table' to
18086         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18087         version.
18088
18089         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18090         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18091         `gnus-xmas-set-text-properties'.
18092         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18093         `gnus-xmas-completing-read'.
18094         (gnus-xmas-completing-read): Removed.
18095         (gnus-xmas-open-network-stream): Removed.
18096
18097         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18098         XEmacs version.
18099
18100         * dns.el (dns-make-network-process): Use `open-network-stream'
18101         instead of `gnus-xmas-open-network-stream'.
18102
18103         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18104
18105         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18106
18107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18108
18109         * gnus-art.el (gnus-mime-display-alternative)
18110         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18111         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18112         Don't use gnus-local-map-property.
18113
18114         * gnus-util.el (gnus-local-map-property): Remove.
18115
18116         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18117         gnus-completing-read-maybe-default with completing-read.
18118
18119         * gnus-util.el (gnus-completing-read): do.
18120         (gnus-completing-read-maybe-default): Remove.
18121
18122 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18123
18124         * password.el: Only autoload `run-at-time' if not XEmacs.
18125         Only autoload the itimer functions if XEmacs.
18126
18127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18130         XEmacsen.
18131
18132         * dgnushack.el: Autoload executable-find for XEmacs.
18133
18134 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * gnus-art.el (gnus-read-string): Remove.
18137         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18138         read-string.
18139
18140 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18141
18142         * netrc.el: Autoload password-read.
18143         (netrc): Add configuration group.
18144         (netrc-encoding-method, netrc-openssl-path): Add
18145         variables for encoding and decoding of files with symmetric
18146         ciphers.
18147         (netrc-encode): Add assistant function to encode a file with
18148         netrc-encoding-method.
18149         (netrc-parse): Add interactive parameter, added optional
18150         decoding if netrc-encoding-method is non-nil but otherwise
18151         behavior is standard.
18152         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18153         Do s/encode/encrypt/ everywhere.
18154
18155         * spam.el: Remove executable-find autoload.
18156
18157 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18158
18159         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18160
18161         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18162
18163 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-art.el (gnus-treat-ansi-sequences)
18166         (article-treat-ansi-sequences): New variable and function.
18167         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18168
18169         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18170         Use it.
18171
18172 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18173
18174         * mm-util.el (mm-quote-arg): Remove.
18175
18176         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18177         shell-quote-argument.
18178
18179         * gnus-uu.el (gnus-uu-command): do.
18180
18181         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18182
18183         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18184         with make-char.
18185
18186         * mm-util.el (mm-make-char): Remove.
18187
18188         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18189         add-minor-mode.
18190
18191         * gnus-undo.el (gnus-undo-mode): do.
18192
18193         * gnus-topic.el (gnus-topic-mode): do.
18194
18195         * gnus-sum.el (gnus-dead-summary-mode): do.
18196
18197         * gnus-start.el (gnus-slave-mode): do.
18198
18199         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18200
18201         * gnus-ml.el (gnus-mailing-list-mode): do.
18202
18203         * gnus-gl.el (gnus-grouplens-mode): do.
18204
18205         * gnus-draft.el (gnus-draft-mode): do.
18206
18207         * gnus-dired.el (gnus-dired-mode): do.
18208
18209         * gnus-ems.el (gnus-add-minor-mode): Remove.
18210
18211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18212         Replace gnus-char-width with char-width.
18213
18214         * gnus-ems.el (gnus-char-width): Remove.
18215
18216         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18217         Replace gnus-char-width with char-width.
18218
18219         * gnus-ems.el (gnus-char-width): Remove.
18220
18221         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18222         definition.
18223         Remove Emacs 20 hash table compatibility code.
18224
18225         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18226         20 compatibility code.
18227
18228         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18229
18230         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18231
18232         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18233         with point-at-{eol,bol}.
18234
18235         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18236
18237         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18238
18239         * flow-fill.el (fill-flowed-point-at-bol)
18240         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18241
18242         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18243         Replace with point-at-{eol,bol} throughout all files.
18244
18245 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * ntlm.el (ntlm-string-as-unibyte): New macro.
18248         (ntlm-build-auth-response): Use it.
18249
18250         Remove Emacs 20 stuff:
18251         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18252         (butlast, mapc, remove): Remove the compiler macros.
18253         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18254         of delq and copy-sequence.
18255         * gnus-art.el (popup-menu): Remove the compiler macro.
18256         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18257         Emacs 20.
18258
18259 2004-01-05  Simon Josefsson  <jas@extundo.com>
18260
18261         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18262         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18263         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18264         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18265         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18266         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18267         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18268         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18269         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18270         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18271         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18272         string-xor into ntlm-string-xor.  Suggested by
18273         Jesper Harder <harder@myrealbox.com>.
18274
18275         * ntlm.el: Don't include poem.
18276
18277         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18278         Jesper Harder <harder@myrealbox.com>.
18279
18280         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18281
18282         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18283         probably breaks emacs with DL patch, but do we care? Is anyone
18284         still using the DL stuff?)
18285
18286         * sieve-manage.el: Use the password package.
18287         (sieve-manage-read-passwd): Remove.
18288         (sieve-manage-interactive-login): Use password.  Re-add
18289         condition-case around loop.
18290
18291         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18292         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18293         the password package.
18294
18295 2003-02-19  Simon Josefsson  <jas@extundo.com>
18296
18297         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18298         token.
18299
18300 2002-08-07  Simon Josefsson  <jas@extundo.com>
18301
18302         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18303         (sieve-manage-authenticators):
18304         (sieve-manage-authenticator-alist): Add some SASL mechs.
18305         (sieve-sasl-auth): New function.
18306         (sieve-manage-cram-md5-auth):
18307         (sieve-manage-plain-auth): Rewrite using SASL library.
18308         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18309         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18310         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18311         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18312
18313 2004-01-05  Simon Josefsson  <jas@extundo.com>
18314
18315         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18316         New files.
18317
18318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * gnus-group.el (gnus-no-groups-message): Update.
18321
18322         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18323
18324 2003-11-09  Simon Josefsson  <jas@extundo.com>
18325
18326         * imap.el: Support for ID IMAP extension (RFC 2971).
18327         (imap-local-variables): Add imap-id.
18328         (imap-id): New variable.
18329         (imap-id): New function.
18330         (imap-parse-response): Parse untagged ID response.
18331         * nnimap.el (nnimap-id): New variable.
18332         (nnimap-open-connection): Use it.
18333
18334 2003-12-28  Simon Josefsson  <jas@extundo.com>
18335
18336         * gnus-score.el (gnus-score-edit-all-score): New.
18337         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18338
18339 2004-01-04  Simon Josefsson  <jas@extundo.com>
18340
18341         * password.el: Add.
18342
18343 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18344
18345         * dns.el (dns-query-types): Fix typo.
18346         (dns-query-types): New function.
18347         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18348         PTR and SOA replies, see RFC 1035.
18349
18350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351
18352         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18353
18354         * Moved to Changelog.2.
18355
18356 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18357
18358         * gnus.el (gnus-version-number): Bump version.
18359
18360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18361
18362         * gnus.el: No Gnus v0.1 is released.
18363
18364 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18365
18366         * gnus.el: No Gnus v0.0 is released.
18367
18368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18369
18370         * gnus.el (gnus-version-number): Bump.
18371         (gnus-version): No.
18372
18373 See ChangeLog.2 for earlier changes.
18374
18375     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18376       Free Software Foundation, Inc.
18377
18378   This file is part of GNU Emacs.
18379
18380   GNU Emacs is free software: you can redistribute it and/or modify
18381   it under the terms of the GNU General Public License as published by
18382   the Free Software Foundation, either version 3 of the License, or
18383   (at your option) any later version.
18384
18385   GNU Emacs is distributed in the hope that it will be useful,
18386   but WITHOUT ANY WARRANTY; without even the implied warranty of
18387   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18388   GNU General Public License for more details.
18389
18390   You should have received a copy of the GNU General Public License
18391   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18392
18393 ;; Local Variables:
18394 ;; coding: utf-8
18395 ;; fill-column: 79
18396 ;; add-log-time-zone-rule: t
18397 ;; End: