gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result.
[gnus] / lisp / ChangeLog
1 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result.
4
5 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus.el (gnus-message-archive-group): Quote value.
8         (gnus-message-archive-group): Mark as changed.
9
10         * shr.el (shr-add-font): Don't put the font properties on the newline
11         or the indentation.
12
13         * message.el (message-fix-before-sending): Change options when sending
14         non-printable characters.
15
16         * gnus.el (gnus-message-archive-method): Change the default to
17         monthly outgoing groups.
18
19         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
20         that have gotten new numbers.
21
22         * nnimap.el (nnimap-request-replace-article): New function.
23
24 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
27         (nnrss-request-article): Don't use special html washing code.
28
29 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * shr.el (shr-tag-table): Remove useless nconc.
32
33 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-art.el (article-wash-html): Simplify and remove the charset
36         stuff.  Use the normal html rendering code instead of the special html
37         washing code.
38
39         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
40         `gnus-w3m' symbols.
41         (mm-text-html-washer-alist): Removed.
42
43         * mm-decode.el (mm-inline-text-html-renderer): Removed.
44         (mm-inline-media-tests): Removed use.
45         (mm-text-html-renderer): Change default to the `shr' symbol.
46
47         * mm-view.el (mm-inline-text-html): Removed use.
48
49         * gnus-art.el (gnus-blocked-images): New function.  Allow the
50         `gnus-blocked-images' to be a function.
51         (gnus-article-wash-function): Removed.
52
53 2010-10-20  Julien Danjou  <julien@danjou.info>
54
55         * spam.el (spam-list-of-processors): Mark as obsolete.
56
57         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
58         (nnimap-insert-partial-structure): Fix boundary detection.
59
60 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
61
62         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
63         run file-truename on remote files.  This can be expensive and even
64         prevent one from editing drafts if some unrelated buffer has a stale
65         connection.
66
67 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
70         kinsoku-eol regardless of shr-kinsoku-shorten.
71         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
72         (shr-tag-table): Support caption, thead, and tfoot.
73
74 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
77         lines.
78         (shr-save-contents): New command and keystroke.
79
80         * nndoc.el (nndoc-type-alist): Add git support.
81         (nndoc-git-type-p): New function.
82         (nndoc-transform-git-article): Ditto.
83         (nndoc-transform-git-headers): Ditto.
84         (nndoc-transform-git-headers): Generate Subject headers.
85
86         * shr.el (shr-parse-style): New function.
87         (shr-tag-span): Ditto.
88
89         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
90         to `G G' to avoid collisions.
91
92 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * shr.el: Load kinsoku if necessary.
95         (shr-kinsoku-shorten): New internal variable.
96         (shr-find-fill-point): Make kinsoku shorten text line if
97         shr-kinsoku-shorten is bound to non-nil.
98         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
99         shr-indentation too when testing if table is wider than frame width.
100         (shr-insert-table): Use `string-width' instead of `length' to measure
101         text width.
102         (shr-insert-table-ruler): Make sure indentation is done at bol.
103
104 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
105
106         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
107         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
108         undecoded network data.
109
110 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
113         name in the mode line spec so that the mode line menu works
114         (bug #2431).
115
116         * message.el (message-get-reply-headers): If we're fed `to-address',
117         then always use that.
118
119         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
120         aren't so wide as to need to switch off the edit menu.
121
122         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
123         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
124
125         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
126         `M-g'.
127         (nnimap-update-info): Update flags/read marks even if \* isn't part of
128         the permanent marks.
129
130 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
131
132         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
133         Splitting according to references/in-reply-to obeys the ignore-groups
134         variable, while splitting by sender and subject do not.
135
136 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
139         alist, so that we can look for non-Unicode chars.
140         (article-translate-strings): Allow both character and string maps.
141
142 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * shr.el (shr-insert): Don't insert space behind a wide character
145         categorized as kinsoku-bol, or between characters both categorized as
146         nospace.
147
148 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
149
150         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
151         headers to gnus-newsgroup-headers.
152
153 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * shr.el (shr-tag-img): Don't align images -- since we're not
156         rescaling, this often leads to ugly displays.
157
158 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
159
160         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
161         duplicates.
162
163 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
164
165         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
166         call.
167
168 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus.el: Autoload gnus-html-show-images.
171
172         * nnimap.el: Use nnheader-message throughout.
173
174         * shr.el (shr-tag-img): Ignore images with no data.
175
176 2010-10-15  Julien Danjou  <julien@danjou.info>
177
178         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
179         a possibility to disable format=flow encoding when using hard newlines.
180
181 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * shr.el (shr-insert): Remove space inserted before or after a
184         breakable character or at the beginning or the end of a line.
185         (shr-find-fill-point): Do kinsoku; find the second best point or give
186         it up if there's no breakable point.
187
188 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * nnimap.el (nnimap-open-connection): Message when opening connection
191         for debugging purposes.
192
193         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
194         on every setup buffer call to allow this to change from article to
195         article.
196
197         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
198         buffers where we have a wide table.
199
200 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
201
202         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
203         uses *-request-thread.
204
205 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * nnimap.el (nnimap-open-connection): Remove %s from openssl
208         incantation, which is no longer valid.
209
210 2010-10-14  Julien Danjou  <julien@danjou.info>
211
212         * shr.el: Fix defcustom type (char -> character).
213
214 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * nnimap.el (nnimap-open-connection): tls-program should be a list of
217         programs.
218
219 2010-10-14  Julien Danjou  <julien@danjou.info>
220
221         * shr.el (shr-tag-a): Use url-link as widget type.
222
223         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
224         `gnus-group-get-icon'.
225
226 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
229         This should make server editing work better.
230
231         * shr.el (shr-find-fill-point): Don't inloop on indented text.
232
233         * tls.el (tls-program): Remove spurious %s from openssl.
234
235         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
236         (nnimap-parse-flags): Fix regexp.
237
238         * shr.el (shr-find-fill-point): Use a filling algorithm that should
239         probably work for CJVK text, too.
240
241         * nnimap.el (nnimap-extend-tls-programs): Removed.
242         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
243
244         * tls.el (tls-starttls-switches): Remove starttls hack.
245         (open-tls-stream): Ditto.
246         (tls-find-starttls-argument): Ditto.
247
248 2010-10-13  Julien Danjou  <julien@danjou.info>
249
250         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
251         responses.
252
253 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
256
257         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
258         anything in Emacs.
259
260         * shr.el (shr-current-column): Remove buggy and unnecessary function.
261
262 2010-10-13  Julien Danjou  <julien@danjou.info>
263
264         * shr.el (shr-width): Make shr-width a defcustom with default to
265         fill-column.
266         (shr-tag-img): Use shr-width rather than fill-column.
267
268 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * dgnushack.el (byte-optimize-apply)
271         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
272
273         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
274         position when (X-)Faces exist.
275         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
276         avatars when called interactively.
277
278 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
281         gnus-article-x-face-too-ugly is bound.
282
283 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
286
287         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
288         mailbox that doesn't exist.
289
290 2010-10-12  Julien Danjou  <julien@danjou.info>
291
292         * shr.el (shr-tag-img): Encode URL properly when retrieving.
293         (shr-get-image-data): Encode URL properly when fetching from cache.
294         (shr-tag-img): Use aligned-to spaces to align correctly images.
295
296         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
297         before inserting the Gravatar.
298
299         * shr.el (shr-tag-img): Add align attribute support for <img>.
300
301 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-gravatar.el (gnus-art): Required.
304
305         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
306         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
307         Remove long obsoleted functions.
308
309 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
312
313         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
314
315         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
316         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
317         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
318         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
319         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
320         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
321         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
322
323 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * nnimap.el (nnimap-request-rename-group): Select group read-only
326         before renaming it.
327
328         * shr.el (shr-insert): Fix up the white space only regexp.
329
330         * nnimap.el (nnimap-transform-split-mail): Not all articles have
331         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
332
333         * shr.el (shr-current-column): New function.
334         (shr-find-fill-point): New function.
335
336 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
337
338         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
339         numbers.
340
341 2010-10-11  Julien Danjou  <julien@danjou.info>
342
343         * shr.el (shr-hr-line): Add.
344         (shr-tag-hr): Use shr-hr-line to specify which character to use to
345         display hr lines.
346         (shr-max-columns): Do not change state to nil if we just inserting
347         spaces.
348
349 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-topic.el (gnus-topic-read-group): If after the last group,
352         select the last group.
353
354 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
357
358 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
359
360         * dig.el (dig-mode-map): Declare and define in one step.
361
362 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
365         for Gnus.
366         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
367         (nnimap-update-qresync-info): Mark \Seen articles as read.
368
369         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
370         non-variable, too.
371
372         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
373         available.
374         (nnimap-update-info): Rely more on the current active than the param
375         active to avoid marking articles as read too much.
376
377         * auth-source.el (auth-source-create): Use (user-login-name) for the
378         user name default.
379
380         * nnimap.el (nnimap-update-info): If the server doesn't return any
381         useful info, just use the previous info.
382         (nnimap-update-info): Prefer old info over start-article.
383         (nnimap-update-qresync-info): Finish implementing QRESYNC.
384
385 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
386
387         * nnir.el (autoload): Clean up autoloads.
388         (nnir-imap-default-search-key): Renamed from
389         nnir-imap-search-field. Use key rather than value.
390         (nnir-imap-search-other): New variable.
391         (nnir-read-parm): Use it.
392         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
393         (gnus-summary-nnir-goto-thread): Modify to work with imap.
394
395 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
398         the process, too.
399
400 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
403         Allbery.
404
405         * shr.el: Rework the way things are indented by <li> slightly.
406
407         * gnus.el (gnus-group-set-parameter): Fix typo.
408
409         * nnimap.el: Start implementing QRESYNC support.
410
411 2010-10-09  Julien Danjou  <julien@danjou.info>
412
413         * nnir.el (nnir-engines): Fix too many arguments.
414
415 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
418         group is the "last", so that the backends like nnfolder actually save
419         their folders.
420
421         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
422         try to use that for the tls stream.
423         (nnimap-retrieve-group-data-early): Rework the marks code to heed
424         UIDVALIDITY and find out which groups are read-only and not.
425         (nnimap-get-flags): Use the same marks parsing code as the rest of
426         nnimap.
427
428 2010-10-09  Julien Danjou  <julien@danjou.info>
429
430         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
431
432         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
433         retrieving gravatars.
434
435         * shr.el (shr-table-corner): Add.
436         (shr-table-line): Add.
437         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
438
439 2010-10-08  Julien Danjou  <julien@danjou.info>
440
441         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
442
443 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
446
447         * gnus-sum.el (gnus-mark-article-as-unread)
448         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
449         (gnus-summary-set-bookmark): Use it.
450
451         * gnus-msg.el (gnus-setup-message): Use it.
452
453         * gnus-demon.el (gnus-demon-remove-handler): Use it.
454
455         * gnus.el (gnus-group-remove-parameter): Use it.
456
457         * gnus-group.el (gnus-group-make-web-group): Use it.
458
459         * gnus-demon.el (gnus-demon-remove-handler): Use it.
460
461         * nnregistry.el: Update docs to mention manual.
462
463         * gnus-registry.el: Update docs to mention nnregistry.el.
464         (gnus-registry-initialize): Don't install nnregistry refer method
465         automatically.
466         (gnus-registry-install-nnregistry): Remove it.
467
468 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * shr.el (shr-insert): Don't insert double spaces.
471
472 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-gravatar.el (gnus-treat-from-gravatar)
475         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
476         called interactively.
477
478         * gnus-art.el (gnus-mime-view-part-externally)
479         (gnus-mime-view-part-internally): Make predicate function passed to
480         gnus-mime-view-part-as-type assume argument is a mime type, not a list
481         of a mime type.
482
483         * shr.el (shr-table-widths): Don't use cl function `reduce'.
484
485 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * shr.el (require): Require cl when compiling.
488         (shr-tag-hr): New function.
489
490         * nnimap.el (nnimap-update-info): Remove double setting of high.
491         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
492         makes nnimap work properly on Courier again.
493
494         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
495         the variable for backwards compatability.
496
497         * mm-decode.el (mm-save-part): If given a non-directory result, expand
498         the file name before using to avoid setting mm-default-directory to
499         nil.
500
501         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
502         bidning gnus-agent variables.
503
504         * shr.el (shr-render-td): Use a cache for the table rendering function
505         to avoid getting an exponential rendering behaviour in nested tables.
506         (shr-insert): Rework the line-breaking algorithm.
507         (shr-insert): Don't leave trailing spaces.
508         (shr-insert-table): Also insert empty TDs.
509         (shr-tag-blockquote): Ensure paragraphs after </ul>.
510
511 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
512
513         * gnus-sum.el (gnus-number): Rename from `number'.
514         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
515         (gnus-summary-limit-children): Update uses correspondingly.
516
517 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
520         (gnus-gravatar-transform-address): Don't show avatars of people of
521         which mail addresses match gnus-gravatar-too-ugly.
522
523 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-table-widths): Expand TD elements to fill available
526         space.
527
528 2010-10-07  Julien Danjou  <julien@danjou.info>
529
530         * nnimap.el (nnimap-request-rename-group): Add this method.
531
532 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
535         name from XEmacs' function-arglist.
536
537         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
538         gravatar under XEmacs.
539
540 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * auth-source.el: Update docs with TODO items.
543
544         * gnus-sync.el: Update docs to explain state and plans.
545
546         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
547         Hooks for mark updates.
548         (gnus-request-set-mark, gnus-request-update-mark): Use them.
549
550         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
551         hooks with arguments, which is needed for mark update hooks.
552
553 2010-10-06  Julien Danjou  <julien@danjou.info>
554
555         * gnus.el (gnus-expand-group-parameter): Only return and act on what
556         was matched.
557
558         * sieve-manage.el: Update example in `Commentary'.
559
560         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
561
562         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
563         not 2000.
564         (sieve-manage-authenticate): Re-add function.
565
566 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * shr.el (shr-insert): Get 'space transition right.
569         (shr-render-td): Only delete space at the end of the TD.
570
571         * nnimap.el (nnimap-open-connection): Prepare to support
572         open-gnutls-stream.
573
574         * shr.el: Rearrange function order to be more logical.
575
576 2010-10-06  Julien Danjou  <julien@danjou.info>
577
578         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
579         (nnrss-discover-feed): Remove 404 URL in docstring.
580
581         * nnir.el: Fix Swish-E URL.
582         Fix Namazu URL.
583
584         * message.el (message-change-subject): Remove 404 URL in a comment.
585
586 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
589         called interactively.
590
591         * gnus-util.el (gnus-remove-if): Allow hash table.
592         (gnus-remove-if-not): New function.
593
594         * gnus-art.el (gnus-mime-view-part-as-type)
595         * gnus-score.el (gnus-summary-score-effect)
596         * gnus-sum.el (gnus-read-move-group-name):
597         Replace remove-if-not with gnus-remove-if-not.
598
599         * gnus-group.el (gnus-group-completing-read):
600         Regard collection as a hash table if it is not a list.
601
602 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * shr.el (shr-render-td): Allow blank/missing <TD>s.
605
606         * shr.el: Document the table-rendering algorithm.
607
608 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
611         for Emacsen having no `libxml-parse-html-region' support.
612
613 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
616         invalid URLs.
617
618         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
619         line-broken.
620         (shr-tag-img): Ignore image fetching errors.
621         (shr-overlays-in-region): Compute overlay positions correctly.
622
623         * mm-decode.el (mm-shr): Require shr.
624
625         * gnus-art.el (gnus-blocked-images): Move variable here.
626
627         * shr.el (shr-insert-table): Bind free variable.
628
629         * mm-decode.el (mm-shr): Bind shr-content-function.
630
631         * shr.el (shr-content-function): New variable.
632
633         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
634         added for symmetry.
635
636         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
637
638         * gnus-group.el (gnus-group-make-group): Doc fix.
639
640         * nnimap.el (nnimap-request-newgroups): Return success.
641
642         * shr.el (shr-find-elements): New function.
643         (shr-tag-table): Put all the images after the table.
644         (shr-tag-table): Really inhibit images inside the table.
645         (shr-collect-overlays): Copy over overlays from the TD elements to the
646         main document.
647
648         * mm-decode.el (mm-shr): Bind shr-blocked-images to
649         gnus-blocked-images.
650
651 2010-10-05  Julien Danjou  <julien@danjou.info>
652
653         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
654
655         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
656         (gnus-html-maximum-image-size): Add this function.
657         (gnus-html-put-image): Use gnus-html-maximum-image-size.
658
659         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
660         server-value of the capability is nil.
661
662 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * shr.el (shr-tag-em): Add <EM> tag.
665
666 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
667
668         * sieve-manage.el (sieve-manage-default-stream): Make default stream
669         customizable.
670
671         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
672         handing broken links to browse-url.
673
674 2010-10-05  Julien Danjou  <julien@danjou.info>
675
676         * gnus-util.el (gnus-emacs-completing-read)
677         (gnus-iswitchb-completing-read): Use autoload rather than require.
678
679 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
682         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
683         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
684         iswitchb-temp-buflist for XEmacs.
685
686         * gnus-util.el (gnus-completing-read-function): Exclude
687         gnus-icompleting-read and gnus-ido-completing-read from candidates for
688         XEmacs since iswitchb.el is very old and ido.el is unavailable in
689         XEmacs.
690
691         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
692         not to use `delete-dups' that is unavailable in XEmacs 21.4.
693
694         * gnus-html.el: Don't require help-fns under XEmacs.
695         (gnus-html-schedule-image-fetching): Work for XEmacs.
696
697         * mm-decode.el (mm-shr): Decode contents by charset.
698
699 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
702         unknown.
703
704         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
705         (shr-get-image-data): Ensure against the cache file missing.
706
707         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
708         for data.
709
710         * spam-report.el (spam-report-url-ping-plain): Don't query about
711         killing the process.
712
713         * shr.el (shr-render-td): Protect against too-wide text.
714
715 2010-10-04  Julien Danjou  <julien@danjou.info>
716
717         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
718         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
719
720         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
721         retrieved.
722
723 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * shr.el (browse-url): Required.
726         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
727         lines.
728         (shr-show-alt-text, shr-browse-image): New commands.
729         (shr-browse-url, shr-copy-url): New commands.
730
731         * gnus-sum.el (gnus-widen-article-window): New variable.
732         (gnus-summary-select-article-buffer): Use it.
733
734         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
735         without @ signs.
736
737 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
738
739         * nnir.el (nnir-run-imap): Remove spurious space in search string.
740
741 2010-10-04  Julien Danjou  <julien@danjou.info>
742
743         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
744         for XEmacs.
745
746 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
749
750         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
751         (nnimap-close-server): Implement.
752
753         * dgnushack.el (iswitchb): Require to shut up the compiler.
754
755         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
756         (shr-insert): Tweak line breaking.
757         (shr-insert): Handle <pre> better.
758         (shr-tag-li): Get <li> indentation right.
759         (shr-tag-li): Get <li> indentation even righter.
760         (shr-tag-blockquote): Ensure paragraph start.
761         (shr-make-table): Tweak table generation.
762         (shr-make-table): Fix typo.
763
764         * shr.el: Implement table rendering.
765
766 2010-10-04  Julien Danjou  <julien@danjou.info>
767
768         * gnus-html.el (gnus-html-put-image): Fix resize image code.
769
770 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * shr.el (shr-insert): Use string anchors instead of line anchors.
773
774 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * shr.el: Add headings.
777         (shr-ensure-paragraph): Actually work.
778         (shr-tag-li): Make <ul> prettier.
779         (shr-insert): Get white space at the beginning/end of elements right.
780         (shr-tag-p): Collapse subsequent <p>s.
781         (shr-ensure-paragraph): Don't insert double line feeds after blank
782         lines.
783         (shr-insert): \t is also space.
784         (shr-tag-s): Fix "s" tag name function.
785         (shr-tag-s): Fix face prop name.
786
787 2010-10-03  Julien Danjou  <julien@danjou.info>
788
789         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
790
791         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
792         gnus-window-inside-pixel-edges.
793
794         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
795         gnus-ems.
796
797         * mm-view.el (mm-inline-image-emacs): Support image resizing.
798
799         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
800         function.
801
802         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
803         resize choice.
804
805 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
808         beginning of the buffer.
809
810         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
811         article buffer again.
812
813         * shr.el (shr-tag-p): Don't insert newlines at the start of the
814         buffer.
815
816         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
817         when it's at the start of the buffer.
818
819         * shr.el (shr-tag-blockquote): Convert name.
820         (shr-rescale-image): Use the right image-size variant.
821
822         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
823         buffer isn't shown, then select the current article first instead of
824         bugging out.
825         (gnus-summary-select-article-buffer): Show both the article and summary
826         buffers again.
827
828         * shr.el (shr-fontize-cont): Protect against regions with no text.
829         Rename tag functions to shr-tag-* for enhanced security.
830         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
831
832 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
833
834         * shr.el (shr-insert):
835         * pop3.el (pop3-movemail):
836         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
837         loaded.
838
839 2010-10-03  Glenn Morris  <rgm@gnu.org>
840
841         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
842
843         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
844
845         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
846
847         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
848
849         * gnus-util.el (gnus-make-local-hook): Simplify.
850
851 2010-10-02  Julien Danjou  <julien@danjou.info>
852
853         * gnus-util.el (gnus-iswitchb-completing-read): New function.
854         (gnus-ido-completing-read): New function.
855         (gnus-emacs-completing-read): New function.
856         (gnus-completing-read): Use gnus-completing-read-function.
857         Add gnus-completing-read-function.
858
859 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * shr.el (shr-insert-document): Autoload.
862         (shr-img): Be silent.
863         (shr-insert): Add a newline after every picture before text.
864         (shr-add-font): Use overlays for combining faces.
865         (shr-insert): Pass upwards the text start point.
866
867         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
868         possible.
869         (mm-shr): New function.
870
871 2010-10-02  Julien Danjou  <julien@danjou.info>
872
873         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
874         should go backward.
875
876 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
877
878         * shr.el (shr): Fix typo in provide call.
879
880 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * shr.el: New file.
883
884         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
885
886         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
887         completing read.
888
889 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
892         we're being queried about.  Suggested by Dan Jacobson.
893
894         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
895         by Jason Eisner.
896
897         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
898         table, too.  Suggested by Stefan Wiens.
899         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
900         the table unnecessary.  Suggested by Stefan Wiens.
901
902         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
903         longer needed, and probably doesn't work either, as pointed out by
904         Stefan Wiens.
905         (gnus-summary-exit): Remove call to the clearing function.
906         (gnus-summary-exit-no-update): Ditto.
907
908         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
909         instead of gnus-eval-in-buffer-window to avoid popping up frames.
910         Reported by Stefan Monnier.
911         (gnus-summary-save-in-rmail): Ditto.
912
913         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
914         article buffer, instead of both the article buffer and the summary
915         buffer.  Sort of suggested by Dan Jacobson.
916
917         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
918
919         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
920         Suggested by Dan Jacobson.
921
922         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
923         documentation clearer.
924
925         * message.el (message-shorten-references): Comment on the number "21".
926         Suggested by Stefan Monnier.
927
928         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
929         Suggested by Dan Jacobson.
930
931         * gnus.el (gnus-large-newsgroup): Mention
932         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
933
934         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
935         externalize attachments.  Bug reported by Steve Wen.
936
937         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
938         really message anything to the user.
939
940         * nnmail.el (nnmail-article-group): Allow using the fancy split method
941         directly.
942
943         * nnimap.el (nnimap-request-group): Low higher than high to signal no
944         messages in empty groups.
945
946 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
947
948         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
949         non-UIDNEXT group.
950
951 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
954         not the value from the collection.
955
956         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
957         values.  This sometimes happens on some groups that have no info.
958         (nnimap-request-newgroups): New function.
959
960 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
963         check into `gnus-registry-initialize'.
964         (gnus-registry-initialize): Ditto.
965         Fix and extend header docs.
966
967 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
970         regexp backtrace overflows.
971
972         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
973         for starttls that tls.el implements; i.e. openssl.
974
975         * tls.el (tls-starttls-switches): Give up on using starttls with
976         gnutls-cli.
977         (tls-program): Add --insecure to be consistent with the defaults from
978         openssl s_client.  Now all three commands are insecure.
979
980 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * lpath.el: Bind completion-styles-alist for XEmacs.
983
984         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
985         (gravatar-create-image): New function that's an alias to
986         gnus-xmas-create-image, gnus-create-image, or create-image.
987         (gravatar-data->image): Use it.
988
989 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
990
991         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
992         install the nnregistry refer method.
993         (gnus-registry-install-hooks): Use it.
994         (gnus-registry-unfollowed-groups): Add nnmairix to the default
995         unfollowed groups.
996
997 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
998
999         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1000         expanding threads.
1001
1002 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnir.el: Use the server names without suffixes (bug #7009).
1005
1006         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1007         unencrypted to STARTTLS, if possible.
1008
1009 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1010
1011         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1012         headers before superseding.
1013
1014 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnrss.el (nnrss-use-local): Add documentation.
1017
1018         * nnimap.el (nnimap-extend-tls-programs): New function.
1019         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1020         (nnimap-wait-for-connection): Accept the greeting from the stupid
1021         output from openssl s_client -starttls, too.
1022
1023         * tls.el (tls-starttls-switches): New variable.
1024         (tls-find-starttls-argument): Use it.
1025         (open-tls-stream): Ditto.
1026
1027         * netrc.el (netrc-credentials): Return the value of the "default"
1028         entry.
1029         (netrc-machine): Ditto.
1030
1031         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1032         article number.
1033         (nnimap-split-fancy): New variable.
1034         (nnimap-split-incoming-mail): Use it.
1035
1036         * nntp.el (nntp-server-list-active-group): Document.
1037
1038         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1039         SELECT to get the message-id.
1040
1041         * mail-source.el (mail-sources): Removed webmail support.
1042         (defvar): Ditto.
1043         (mail-source-fetcher-alist): Ditto.
1044         (mail-source-fetch-webmail): Removed.
1045
1046         * webmail.el: Removed -- doesn't seem relevant any more.
1047
1048         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1049
1050         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1051         the \r.
1052
1053 2010-09-30  Julien Danjou  <julien@danjou.info>
1054
1055         * gnus-agent.el (gnus-agent-add-group): Fix call to
1056         gnus-completing-read.
1057
1058 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * nndoc.el (nndoc-retrieve-groups): New function.
1061
1062         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1063         `default', use nnmail-split-methods.
1064         (nnimap-request-article): Downcase the NILs so that they are nil.
1065
1066         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1067         symbol.
1068
1069         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1070         code, since if the user has requested network, that's what they ought
1071         to get.
1072         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1073         (nnimap-split-rule): Mark as obsolete.
1074
1075         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1076         variable.
1077
1078         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1079         correct slot, too.
1080
1081 2010-09-29  Julien Danjou  <julien@danjou.info>
1082
1083         * gnus.el (gnus-local-domain): Declare variable obsolete.
1084
1085         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1086         computing.
1087         (gnus-ido-completing-read): Require ido.
1088
1089 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1092         build Gnus.
1093
1094         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1095         when interpreting the structures.
1096         (nnimap-request-accept-article): Add \r\n to the lines to make this
1097         work with Cyrus.
1098
1099         * nndraft.el (nndraft-request-expire-articles): Use the group name
1100         instead if "nndraft".  Fix found by Nils Ackermann.
1101
1102 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1103
1104         * nnregistry.el: Added.
1105
1106 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1107
1108         * nnmail.el (group, group-art-list, group-art):
1109         Remove unneeded directives.
1110
1111 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1114         (mm-mime-charset)
1115         * rfc2047.el (rfc2047-syntax-table)
1116         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1117
1118         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1119         rather than `insert-file-contents' and `eval-region'.
1120
1121         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1122         construction.
1123
1124         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1125
1126         * time-date.el: No need to require cl for Emacs 21.
1127
1128 2010-09-29  Julien Danjou  <julien@danjou.info>
1129
1130         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1131         replacement of `gnus-gravatar-relief' to mimic
1132         `gnus-faces-properties-alist'.
1133         Add :version property.
1134
1135 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * mail-source.el (mail-source-report-new-mail)
1138         * message.el (message-default-mail-headers)
1139         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1140
1141         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1142
1143 2010-09-28  Julien Danjou  <julien@danjou.info>
1144
1145         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1146         mail-address contains the same string as real-name.
1147
1148         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1149         non-blank in header, otherwise it'll get stripped.
1150
1151         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1152         real-name, and then for mail address rather than doing : or , search.
1153
1154 2010-09-27  Julien Danjou  <julien@danjou.info>
1155
1156         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1157         (gnus-server-goto-server): Use gnus-completing-read.
1158
1159         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1160
1161         * mm-util.el (defalias): Use gnus-completing-read.
1162         (mm-codepage-setup): Use gnus-completing-read.
1163
1164         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1165         (smime-decrypt-buffer): Use gnus-completing-read.
1166
1167         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1168
1169         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1170         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1171         (mml-insert-multipart): Use gnus-completing-read.
1172
1173         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1174
1175         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1176
1177         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1178
1179         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1180
1181         * gnus.el (gnus-read-method): Use gnus-completing-read.
1182
1183         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1184
1185         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1186         (gnus-mime-action-on-part): Use gnus-completing-read.
1187         (gnus-article-encrypt-body): Use gnus-completing-read.
1188
1189         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1190         (gnus-topic-move-matching): Use gnus-completing-read.
1191         (gnus-topic-copy-matching): Use gnus-completing-read.
1192         (gnus-topic-sort-topics): Use gnus-completing-read.
1193         (gnus-topic-move): Use gnus-completing-read.
1194
1195         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1196         (gnus-agent-add-group): Use gnus-completing-read.
1197
1198         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1199         gnus-completing-read.
1200         (nnmairix-update-groups): Use gnus-completing-read.
1201         (nnmairix-get-server): Use gnus-completing-read.
1202         (nnmairix-backend-to-server): Use gnus-completing-read.
1203         (nnmairix-goto-original-article): Use gnus-completing-read.
1204         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1205
1206         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1207
1208         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1209         (gnus-group-make-useful-group): Use gnus-completing-read.
1210         (gnus-group-make-web-group): Use gnus-completing-read.
1211         (gnus-group-add-to-virtual): Use gnus-completing-read.
1212         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1213
1214         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1215         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1216         (gnus-summary-execute-command): Use gnus-completing-read.
1217         (gnus-summary-respool-article): Use gnus-completing-read.
1218         (gnus-read-move-group-name): Use gnus-completing-read.
1219
1220         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1221         (gnus-summary-score-effect): Use gnus-completing-read.
1222
1223         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1224
1225         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1226         right completing-read function.
1227         (gnus-use-ido): New variable
1228         (gnus-completing-read-with-default): Remove.
1229
1230 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1233         x-focus-frame.
1234
1235         * nnimap.el (auth-source-forget-user-or-password)
1236         (auth-source-user-or-password): Autoload.
1237
1238         * message.el (message-from-style, message-interactive)
1239         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1240         (message-yank-prefix, message-indentation-spaces, message-signature)
1241         (message-signature-file): Add comment.
1242
1243 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1246         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1247         new articles.
1248
1249         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1250         parts.
1251         (nnimap-request-article): Work with the t setting, too.
1252
1253         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1254         that you don't get flashes of other buffers.
1255         (gnus-summary-show-complete-article): Intern before setting.
1256
1257 2010-09-27  David Engster  <dengste@eml.cc>
1258
1259         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1260         well as HEADERS.
1261         (nnmairix-retrieve-headers): Provide new argument for the above.
1262
1263 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-sum.el (gnus-summary-move-article): Don't alter
1266         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1267         group.
1268
1269         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1270
1271         * message.el (message-cite-prefix-regexp): Revert my last edit.
1272
1273         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1274         variable instead of the Gnus variable.
1275
1276         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1277
1278         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1279         again.
1280
1281         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1282         since some servers don't like it.
1283         (nnimap-open-connection): Forget credentials if the server says the
1284         password was wrong.
1285         (nnimap-parse-line): Protect against invalid data.
1286
1287         * gnus-sum.el (gnus-summary-move-article): Add comment.
1288         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1289         nothing alters it while scanning for new messages.
1290
1291         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1292         which may or may not help.
1293         (nnimap-open-connection): If we're doing a stream connection, and then
1294         discover we're on a STARTTLS-capable server, then open a STARTTLS
1295         connection instead.
1296
1297 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnimap.el (utf7): Required.
1300
1301         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1302         prefix.
1303
1304 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1305
1306         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1307
1308 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * nnimap.el (nnimap-request-accept-article): Message the error on
1311         error.
1312
1313 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1316
1317 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * nndoc.el (nndoc-request-list): Return success always.
1320
1321         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1322         `fetch-old' -- we only want to fetch the articles we've requested.  The
1323         rest are in the agent, probably.
1324         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1325         disappeared server" to something low.  It's not important.
1326
1327         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1328         arrived before the FETCH data.
1329
1330         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1331         target here, because we don't know the Gnus name of the group.
1332
1333         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1334         for the correct group.
1335
1336         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1337
1338         * gnus.el (gnus): Give a final warning after startup.
1339
1340         * gnus-util.el (gnus-action-message-log): New variable.
1341         (gnus-message): Use it.
1342         (gnus-final-warning): New function.
1343
1344         * nnimap.el (nnimap-open-connection): Record the greeting.
1345         (nnimap): Add greeting.
1346
1347 2010-09-26  Julien Danjou  <julien@danjou.info>
1348
1349         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1350         arguments.
1351         (gnus-html-wash-images): Fix spec computing to include start/end.
1352
1353         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1354
1355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1358         deletion.
1359         (nnimap-retrieve-headers): Don't select the group, because that's
1360         already done by nnimap-possibly-change-group.
1361
1362         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1363         (gnus-picon-transform-address): Use it.
1364
1365         * mail-source.el (mail-source-value): Revert previous patch.
1366
1367         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1368         on failure.
1369         (nnimap-open-connection): Look up both virtual and physical server name
1370         credentials.
1371
1372         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1373
1374 2009-02-07  Dave Love  <fx@gnu.org>
1375
1376         * tls.el (open-tls-stream): Don't query killing process.
1377
1378 2009-02-08  Dave Love  <fx@gnu.org>
1379
1380         * gnus-win.el (gnus-window-to-buffer-helper,
1381         gnus-all-windows-visible-p): Function needn't be a symbol.
1382
1383         * mail-source.el (mail-source-value): Function needn't be a symbol.
1384
1385 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * message.el (message-cite-prefix-regexp): Remove } from the cite
1388         prefix.
1389
1390         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1391         highlight again, so that the highlight is correct.
1392
1393         * gnus-picon.el (gnus-picon): Remove again.
1394         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1395
1396         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1397         doing the header highlightling, so that the background colour of the
1398         picon is correct.
1399
1400         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1401         (gnus-picon): Ditto.
1402         (gnus-picon): Reinstate.  The background colour for picons is white.
1403         (gnus-picon-insert-glyph): Make the background white.
1404
1405         * nnml.el (nnml-open-nov): Don't return dead buffers.
1406
1407         * auth-source.el (auth-source-create): Query the user for whether to
1408         store the credentials.
1409
1410         * netrc.el (netrc-store-data): New function.
1411
1412         * auth-source.el (auth-source-user-or-password): Use the existing auth
1413         sources, if any, for creation.
1414
1415         * gnus.el (gnus-group-fast-parameter): Return the last matching
1416         parameter instead of the first matching parameter.
1417
1418 2010-09-26  Julien Danjou  <julien@danjou.info>
1419
1420         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1421
1422 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * mml2015.el (mml2015-use): Remove gpg support.
1425
1426         * mml1991.el (mml1991-function-alist): Remove gpg function.
1427         (mml1991-gpg-sign): Removed.
1428
1429 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1430
1431         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1432         (gnus-browse-unsubscribe-current-group): Document it.
1433         (gnus-browse-unsubscribe-group): Use it.
1434
1435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1438         address to the To list for easier response.
1439
1440         * gnus.el (gnus-play-startup-jingle): Removed.
1441         (gnus-splash): Don't play jingle.
1442         (gnus): Silence gnus-load message.
1443
1444         * gnus-art.el (gnus-treat-play-sounds): Removed.
1445
1446         * gnus.el (gnus-play-jingle): Remove audio support.
1447
1448         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1449
1450         * earcon.el: Removed -- no users.
1451
1452         * gnus-audio.el: Removed -- no users of this package.
1453
1454         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1455
1456         * gnus-start.el (gnus-setup-news): Remove nocem support.
1457
1458         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1459
1460         * gnus.el (gnus-use-nocem): Removed.
1461
1462         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1463         Removed.
1464
1465         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1466         uses NoCeM any more.
1467
1468         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1469         (gnus-button-ctan-handler): Ditto.
1470         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1471         (gnus-button-ctan-directory-regexp): Ditto.
1472         (gnus-button-handle-ctan): Ditto.
1473         (gnus-button-tex-level): Ditto.
1474         (gnus-button-alist): Removed CTAN stuff.
1475
1476 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1479         nnimap-streaming test.
1480
1481         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1482         servers twice.
1483
1484         * nnimap.el (nnimap-open-connection): Add more error reporting when
1485         nnimap fails early.
1486
1487         * nnheader.el (nnheader-get-report-string): New function.
1488         (nnheader-get-report): Use it.
1489
1490         * gnus-int.el (gnus-check-server): Say what the error was when opening
1491         failed.
1492
1493         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1494         using streaming.
1495
1496 2010-09-25  Julien Danjou  <julien@danjou.info>
1497
1498         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1499         gnus-window-inside-pixel-edges.
1500
1501 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1504
1505         * mm-decode.el (mm-save-part): Allow saving to other directories the
1506         normal Emacs way.
1507
1508         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1509         by Jay Berkenbilt.
1510
1511         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1512         there isn't a single byte.
1513
1514         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1515         just do it.  It doesn't really seem to matter what the user responds
1516         here, I think, so it's just a confusing question.
1517
1518         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1519         non-streaming case.
1520
1521         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1522         (gnus-article-encrypt-body): Use it.
1523
1524         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1525         keystroke.
1526
1527         * nnimap.el (nnimap-find-wanted-parts-1): Use
1528         gnus-fetch-partial-articles.
1529
1530         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1531
1532         * nnimap.el (nnimap-insert-partial-structure): New function.
1533         (nnimap-get-partial-article): New function.
1534         (nnimap-request-article): Use it.
1535         (nnimap-wait-for-response): Return whether the wait was successful.
1536         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1537         retrieval wasn't successful.
1538         (nnimap-retrieve-group-data-early): Allow throttling servers.
1539         (nnimap-streaming): New variable.
1540         (nnimap-fetch-partial-articles): Removed.
1541
1542         * mm-decode.el (mm-with-part): Protect against killed buffers.
1543
1544         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1545         for prettier summary display.
1546
1547 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1548
1549         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1550         directly.
1551
1552 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1555         apparently third-party libraries depend on it.
1556
1557         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1558         before starting negotiation.
1559
1560         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1561         privacy reasons.
1562         (gnus-treat-mail-gravatar): Ditto.
1563
1564         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1565         buffer when inserting images.  Inserting text into the headers, for
1566         instance, can make them invalid.
1567
1568 2010-09-25  Julien Danjou  <julien@danjou.info>
1569
1570         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1571         variables.
1572
1573         * nnheader.el: Remove useless variables news-reply-yank-from and
1574         news-reply-yank-message-id.
1575
1576         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1577         variables.
1578
1579         * mml1991.el: Remove useless mml1991-verbose.
1580
1581         * gnus.el: Remove useless variable gnus-use-generic-from.
1582         Remove obsolete variable gnus-topic-indentation.
1583
1584         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1585
1586         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1587
1588         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1589
1590         * gnus-group.el: Remove useless gnus-group-icon-cache.
1591         Remove useless gnus-ephemeral-group-server.
1592
1593         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1594
1595         * mml2015.el: Remove useless mml2015-verbose.
1596
1597         * mml-smime.el: Remove useless mml-smime-verbose.
1598
1599         * gnus.el: Remove useless gnus-local-domain.
1600
1601         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1602         gnus-gravatar-size.
1603
1604         * gnus-art.el: Remove useless gnus-treat-translate.
1605
1606 2010-09-24  Julien Danjou  <julien@danjou.info>
1607
1608         * gnus-sum.el: Add support for Gravatars.
1609
1610         * gnus-art.el: Add support for Gravatars.
1611
1612         * gnus-gravatar.el: Add this file.
1613
1614         * gravatar.el: Add this file.
1615
1616 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1619
1620         * gnus-group.el (gnus-group-fetch-faq): Removed.
1621
1622         * gnus.el (gnus-group-faq-directory): Removed.
1623
1624         * gnus-group.el (gnus-group-fetch-charter): Removed.
1625
1626         * gnus.el (gnus-group-charter-alist): Removed.
1627
1628         * gnus-group.el (gnus-group-archive-directory): Removed.
1629         (gnus-group-recent-archive-directory): Ditto.
1630         (gnus-group-make-archive-group): Removed.
1631
1632         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1633
1634         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1635         use the same article number for all the cached articles.
1636
1637         * nnimap.el (nnimap-command): Register the last command time so
1638         that we can use it for idling NOOPs.
1639         (nnimap-open-connection): Start the keeplive timer.
1640         (nnimap-make-process-buffer): Store all the process buffers.
1641         (nnimap-keepalive): New function.
1642
1643         * starttls.el: (starttls-open-stream): Add autoload cookie.
1644
1645 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1646
1647         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1648         handling.
1649
1650 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1653         its data structures.
1654
1655         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1656         instead of the cl.el copy-list.
1657         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1658         equalp.
1659
1660 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1663         and tool-bar-local-item-from-menu.
1664
1665         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1666         mode-line-highlight face for Emacs.
1667
1668         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1669         loading gnus-sum.elc; fix comment for canlock-verify.
1670         (gnus-article-jump-to-part): Use read-number.
1671         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1672         Emacs pre-21 compatible code for help-echo.
1673         (gnus-article-next-page-1): No need to adjust the number of lines.
1674         (gnus-article-describe-bindings): Always use help-buffer.
1675
1676         * gnus-audio.el (gnus-audio-inline-sound)
1677         * gnus-cus.el (gnus-custom-mode)
1678         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1679
1680         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1681
1682         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1683         compatible code.
1684
1685 2010-09-24  Glenn Morris  <rgm@gnu.org>
1686
1687         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1688         visiting the fcc file in rmail-mode.
1689
1690         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1691
1692 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * nnir.el: Silence the byte compiler.
1695
1696         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1697         alias to browse-url-url-encode-chars if any.
1698         (gnus-html-encode-url): Use it.
1699
1700 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus-start.el (gnus-use-backend-marks): New variable.
1703         (gnus-get-unread-articles-in-group): Use it.
1704
1705         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1706         makeover.
1707
1708 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1709
1710         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1711
1712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1715         Removed.
1716         (gnus-setup-news-hook): Removed
1717         gnus-fixup-nnimap-unread-after-getting-new-news.
1718
1719         * gnus-int.el (gnus-request-update-info): Protect against backends not
1720         having the function.
1721
1722         * nnimap.el (nnimap-stream): Mention starttls.
1723         (nnimap-open-connection): Add starttls support.
1724
1725 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1726
1727         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1728
1729 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1732         BODYSTRUCTUREs.
1733         (nnimap-transform-headers): Unfold quoted {42} headers.
1734
1735         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1736         the info.
1737         (gnus-get-unread-articles): Only call updatep on backends that support
1738         it.
1739
1740         * nnweb.el (nnweb-request-update-info): NOOP.
1741
1742         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1743
1744         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1745         since it only deals with marks.
1746
1747         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1748         gnus-request-marks, and make a new gnus-request-update-info.
1749
1750         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1751         the active instead of the high number, which is usually too low.
1752
1753 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1754
1755         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1756         * encrypt.el: Removed.
1757
1758 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1761         server in symbolic form.
1762
1763         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1764         0.9.
1765
1766 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1769         (nnimap-update-info): Fix up code slightly.
1770
1771         * gnus-int.el (gnus-open-server): Add tracing for performance
1772         debugging.
1773
1774         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1775         (gnus-group-insert-group-line): Pass the real group name so that it
1776         gets the right data.
1777
1778         * gnus-start.el (gnus-get-unread-articles): Don't have
1779         `gnus-get-unread-articles-in-group' update info, since that can be
1780         really slow and doesn't seem to be needed?
1781
1782 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1783
1784         * time-date.el (date-to-time): Try using parse-time-string first before
1785         using the slower timezone-make-date-arpa-standard.
1786
1787 2010-09-22  Julien Danjou  <julien@danjou.info>
1788
1789         * gnus-group.el (gnus-group-insert-group-line): Call
1790         gnus-group-highlight-line.
1791         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1792         default hook list.
1793         (gnus-group-update-eval-form): Add new function.
1794         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1795         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1796
1797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1800         immediate, then expire all articles.
1801         (nnimap-update-info): Fix off-by-one errors.
1802         (nnimap-flags-to-marks): Would return no marks lists for group with no
1803         flags.  Instead return the other data.
1804
1805 2010-09-22  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1808         Only return an icon.
1809         (gnus-group-insert-group-line): Compute icon to return.
1810
1811         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1812         variable.
1813         (gnus-html-image-fetched): Only cache if
1814         gnus-html-image-automatic-caching is set.
1815         (gnus-html-image-fetched): Check for errors.
1816
1817 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1820         once per method on `g'.  This ensures that backends like nnfolder don't
1821         open all their folders.
1822
1823         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1824         (nnimap-request-list): Nix out group in the correct buffer.
1825         (nnimap-parse-flags): Implement by using `read' instead of
1826         hand-parsing.
1827         (nnimap-flags-to-marks): Pass on permanent-flags.
1828         (nnimap-make-process-buffer): Record the server name.
1829         (nnimap-parse-flags): Fix typo.
1830         (nnimap-request-scan): Run split on the server in general, not just a
1831         single group.
1832
1833         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1834         parameter, and propagate this downwards.
1835
1836         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1837         since EXAMINE changes it on the server.
1838
1839         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1840         this command might take a while.
1841
1842 2010-09-22  Julien Danjou  <julien@danjou.info>
1843
1844         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1845         harmful if you have 2 images side-by-side, they can't be properly
1846         update on text deletion.  Using text-property is safer here.
1847         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1848         data.
1849
1850 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * nnimap.el (nnimap-expunge-inbox): Removed.
1853         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1854         (nnimap-expunge): Flip default to t.
1855
1856         * gnus.el (gnus-method-to-server): Don't push things to the cache
1857         unless it's unique.
1858         (gnus-server-to-method): Ditto.
1859
1860 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1863
1864 2010-09-22  Julien Danjou  <julien@danjou.info>
1865
1866         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1867         get the start of data.
1868         (gnus-html-encode-url): Add this function to encode special chars in
1869         URL.
1870         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1871         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1872
1873         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1874         default.
1875         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1876
1877         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1878         images alt-text.
1879         (gnus-html-put-image): Put alt-text as help-echo.
1880
1881 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1884         * mm-util.el (mm-decompress-buffer)
1885         * nnir.el (nnir-run-find-grep)
1886         * pop3.el (pop3-list): Use 3rd arg of split-string.
1887
1888         * time-date.el (format-seconds): Comment fix.
1889
1890         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1891         and byte-optimize-form-code-walker.
1892         (dgnushack-make-auto-load): Don't advise make-autoload.
1893
1894         * lpath.el: Remove Emacs 21 stuff.
1895
1896 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1899         outside the active range.  Suggested by Dan Christensen.
1900
1901         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1902         slightly later to avoid double-getting it.
1903
1904         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1905         previous patch.
1906
1907         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1908
1909 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1910
1911         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1912
1913 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-int.el (gnus-open-server): Give a better error message in the
1916         "go offline" case.
1917
1918         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1919         marks for nnimap, which is seldom the right thing to do.
1920
1921         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1922         (gnus-same-method-different-name): New function.
1923
1924         * nnimap.el (parse-time): Require.
1925
1926         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1927         method in the presence of many similar methods.
1928
1929         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1930
1931         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1932         nnml-inhibit-expiry.
1933
1934         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1935         find out whether methods are equal.
1936
1937         * nnimap.el (nnimap-find-expired-articles): New function.
1938         (nnimap-process-expiry-targets): New function.
1939         (nnimap-request-move-article): Request the article before looking at
1940         what the Message-ID is.  Fix found by Andrew Cohen.
1941         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1942
1943         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1944         for oldness in addition to being a predicate.
1945
1946         * nnimap.el (nnimap-request-group): When we have zero articles, return
1947         the right data to Gnus.
1948         (nnimap-request-expire-articles): Only delete articles immediately if
1949         the target is 'delete.
1950
1951         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1952         method, this would bug out.
1953
1954         * gnus-group.el (gnus-group-expunge-group): Renamed from
1955         gnus-group-nnimap-expunge, and implemented as a normal interface
1956         function.
1957
1958         * gnus-int.el (gnus-request-expunge-group): New function.
1959
1960         * nnimap.el (nnimap-request-create-group): Implement.
1961         (nnimap-request-expunge-group): New function.
1962
1963 2010-09-21  Julien Danjou  <julien@danjou.info>
1964
1965         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1966         (gnus-html-cache-expired): Add new function.
1967         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1968         wethever we should display image for fetch it.
1969         Compute alt-text earlier to pass it to the fetching function too.
1970         (gnus-html-schedule-image-fetching): Change function argument to only
1971         get one image at a time, not a list.
1972         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1973         cache.
1974         (gnus-html-get-image-data): New function to retrieve image data from
1975         cache.
1976         (gnus-html-put-image): Change buffer argument to use image data rather
1977         than file, and place image above region rather than inserting a new
1978         one. Do not take alt-text as argument, since it's useless now: we place
1979         the image above alt-text.
1980         (gnus-html-prune-cache): Remove.
1981         (gnus-html-show-images): Start to fetch image when we find one, do not
1982         push into a temporary list.
1983         (gnus-html-prefetch-images): Only fetch image if they have expired.
1984         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1985         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1986
1987 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1990
1991 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1994         spec inser "*" if the group isn't active instead of 0.
1995
1996         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1997         opening the server.
1998         (nnimap-request-delete-group): Implement group deletion.
1999         (nnimap-transform-headers): Return the size of the entire message in
2000         the Bytes header, not just the size of the first part.
2001         (nnimap-request-move-article): When moving an article from nnimap,
2002         request the article first so the accepting form has an article to
2003         accept.  Reported by Dan Christensen.
2004         (nnimap-command): Make sure that the error message doesn't error out.
2005
2006 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2007
2008         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2009         we haven't requested anything.
2010
2011 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2014         "".  Fix found by Andrew Cohen.
2015
2016         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2017         instead of -encode-string.
2018
2019 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2022
2023         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2024         by mm-subst-char-in-string.
2025
2026 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2029         waiting for the connection string.
2030
2031         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2032         arriving.
2033
2034         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2035         bogus characters.  This allows selecting certain Gmail groups.
2036
2037         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2038         (nnimap-fetch-partial-articles): New variable.
2039         (nnimap-open-connection): When looking for credentials, also use the
2040         nnimap-server-port.
2041         (nnimap-request-article): Return the group/article number, so that Gnus
2042         `^' works as expected.
2043         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2044         them.
2045
2046         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2047         comments.
2048         (gnus-methods-sloppily-equal): New function.
2049         (gnus): When using the development version of Gnus, load the gnus-load
2050         file.
2051
2052         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2053         `gnus-open-server' on each method before trying to scan them etc.  This
2054         ensures that all the backend parameters are set correctly.
2055
2056         * nnimap.el (nnimap-authenticator): New variable.
2057         (nnimap-open-connection): Allow anonymous login.
2058         (nnimap-transform-headers): The chars header is called Chars not
2059         Bytes.
2060         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2061         drops.
2062
2063         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2064         patch, found by Knut Anders Hatlen.
2065
2066 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2067
2068         * gnus-agent.el (gnus-agent-batch-confirmation)
2069         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2070         to gnus-message.
2071         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2072         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2073         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2074         * gnus-int.el (gnus-open-server): Likewise.
2075         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2076         (gnus-score-check-syntax): Likewise.
2077         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2078         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2079         Likewise.
2080         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2081
2082 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2085         calling conventions so that prefetch doesn't bug out.
2086
2087 2010-09-19  Julien Danjou  <julien@danjou.info>
2088
2089         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2090         rather than `subst-char-in-region' in order to be able to replace ASCII
2091         char by UTF-8 ones.
2092
2093         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2094         than curl.
2095         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2096         the right URL and ALT text on images.
2097         (gnus-html-wash-tags): Fix tag case.
2098         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2099         (gnus-article-html): Add -o display_ins_del=2 option.
2100         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2101
2102 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2105         the extra mail headers, which sometimes seem to happen for unknown
2106         reasons.
2107
2108         * mail-parse.el (mail-header-encode-parameter): Define as
2109         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2110         (or most, perhaps?) mail readers don't understand the latter, but do
2111         understand the former.
2112
2113         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2114         to nil, so that no methods are automatically agentized.  I think this
2115         is probably what most users want.
2116
2117         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2118         from url-retrieve, for instance about invalid URLs.
2119
2120         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2121         groups that have no articles.
2122         (nnimap-request-article): Check that we really got an article when we
2123         requested one.
2124
2125         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2126         doesn't exist.
2127
2128         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2129         nntp buffer so the agent can save it.
2130         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2131         that CRLF doesn't get translated to \n.
2132         (nnimap-open-connection): Don't make 'shell commands only send \n.
2133
2134 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2135
2136         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2137         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2138         Update var name.
2139         (nnml-generate-nov-file): Use dolist.
2140         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2141         Use with-current-buffer.
2142
2143 2010-09-18  Julien Danjou  <julien@danjou.info>
2144
2145         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2146         parallel.
2147
2148 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2151         the range update right.
2152         (nnimap-request-group): Don't make `M-g' bug out on group with no
2153         marks.
2154         (nnoo): Required, so that other packages can require nnimap.
2155         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2156         command we're looking for.  This helps when the server sends more
2157         responses after we've gotten everything we expected.
2158         (nnimap): Add a `newlinep' field to keep track of end-of-line
2159         conventions.
2160         Don't send CRLF to things that don't want it.
2161         (nnimap-request-accept-article): Ditto.
2162
2163 2010-09-18  Julien Danjou  <julien@danjou.info>
2164
2165         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2166         than curl to retrieve images.
2167
2168 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2171         the marks.
2172         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2173         (nnimap-wait-for-connection): New function.
2174         (nnimap-open-connection): If we have PREAUTH, don't query for login
2175         credentials.
2176         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2177         when doing a partial update.
2178
2179 2010-09-18  Julien Danjou  <julien@danjou.info>
2180
2181         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2182         tags.
2183
2184 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnimap.el (nnimap-credentials): New function.
2187         (nnimap-open-connection): Use the new function to look for credentials
2188         also on the numeric equivalents of "imap" and "imaps".
2189
2190         * gnus-start.el (gnus-activate-group): Send the info to
2191         gnus-request-group.
2192
2193         * nnimap.el (nnimap-request-group): Have the "check" version of the
2194         function parse flags and update the info, so that a `M-g' get a total
2195         resync of all flags from the group.
2196
2197         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2198         to allow backends to alter the info on group selection.  Also alter all
2199         the backend -request-group functions to take the parameter.
2200
2201         * nnimap.el (nnimap-store-info): New function.
2202         (nnimap-update-info): Store the info for later usage.
2203         (nnimap-request-group): Use the stored info for the dont-check case, so
2204         that we don't retrieve all marks when we enter a group.
2205
2206         * nnimap.el: Use deffoo instead of defun for interface functions.
2207
2208         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2209         update the group info.  This makes the nndraft groups, for instance, go
2210         back to their old behaviour.
2211
2212         * gnus-sum.el (gnus-select-newsgroup): Indent.
2213
2214         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2215         in.
2216         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2217         nothing.
2218
2219         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2220         from methods that are denied.
2221
2222         * gnus-int.el (gnus-method-denied-p): New function.
2223
2224         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2225         store the password instead of netrc.
2226         (nnimap-open-connection): Don't error out when we can't make a
2227         connections.
2228
2229         * auth-source.el (auth-source-create): In the password prompt, say what
2230         we're querying for.  Also prompt for user name if that hasn't been
2231         given.
2232
2233         * nnimap.el (nnimap-with-process-buffer): Removed.
2234
2235 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2238         method when we're reading from the agent.
2239
2240         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2241
2242         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2243         that's probably most useful for users.
2244
2245         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2246         "failed" all the time.
2247
2248         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2249         ...)) with (with-current-buffer ... ).
2250
2251         * nntp.el (nntp-open-server): Return whether the open was successful or
2252         not.
2253
2254         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2255         select an unread unseen article first.
2256
2257         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2258         /etc/services, supply some sensible port defaults.
2259
2260         * dgnushack.el: Define netrc-credentials.
2261
2262 2010-09-17  Julien Danjou  <julien@danjou.info>
2263
2264         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2265
2266 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2267
2268         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2269         doesn't have any parameters.
2270
2271 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2274         only upcased checks.
2275
2276         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2277
2278         * nnimap.el (nnimap-open-shell-stream): New function.
2279         (nnimap-open-connection): Use it.
2280         (nnimap-transform-headers): Get the number of lines in each message.
2281         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2282         number of lines.
2283         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2284         problem.
2285
2286         * utf7.el (utf7-encode): Autoload.
2287
2288         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2289         to allow the mail splitting to not return a default group.  This is
2290         useful for nnimap, which will leave unmatched mail in the inbox.
2291
2292         * nnimap.el: Rewritten.
2293
2294         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2295         nnimap usage.
2296
2297         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2298         if the move is internal, so that nnimap can do fast internal moves.
2299
2300         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2301         data.
2302         (gnus-read-active-for-groups): Support finishing the early retrieval of
2303         data.
2304
2305         * gnus-range.el (gnus-range-nconcat): New function.
2306
2307         * gnus-int.el (gnus-finish-retrieve-group-infos)
2308         (gnus-retrieve-group-data-early): New functions.
2309
2310 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2311
2312         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2313         (nnrss-retrieve-groups):
2314         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2315         (pop3-quit): Use with-current-buffer.
2316
2317 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2320         instead of nnheader-accept-process-output.
2321
2322         * dgnushack.el (dgnushack-compile): Add comment.
2323
2324         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2325
2326         * gnus-html.el (gnus-html-schedule-image-fetching)
2327         (gnus-html-prefetch-images): Replace process-kill-without-query by
2328         gnus-set-process-query-on-exit-flag.
2329
2330 2010-09-16  Romain Francoise  <romain@orebokech.com>
2331
2332         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2333
2334 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2337         parameter to unintern is mandatory-ish in Emacs 24.
2338
2339         * gnus-html.el (gnus-html-schedule-image-fetching)
2340         (gnus-html-prefetch-images): Check for curl before using it.
2341
2342         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2343         depend on curl, which isn't essential.
2344
2345         * imap.el: Revert back to version
2346         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2347         seem problematic.
2348
2349 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2350
2351         * gnus-registry.el (gnus-registry-install-shortcuts):
2352         Explicitly pass `obarray' to `unintern' to avoid a warning.
2353
2354 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2357         change.
2358
2359         * nnrss.el (nnrss-request-list): Removed this function and related
2360         functions, including the moreover stuff.
2361
2362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * nnrss.el (nnrss-retrieve-groups): New function.
2365
2366 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2367
2368         * .dir-locals.el: Add no-byte-compile cookie.
2369
2370 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * time-date.el (format-seconds): Comment fix.
2373
2374         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2375         for back end that doesn't support request-scan.
2376
2377 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2380         then do request scans from the backends.
2381
2382         * netrc.el (netrc-credentials): New conveniency function.
2383
2384         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2385         avoid running a hook per line, since this takes a lot of time,
2386         profiling shows.
2387         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2388         directly if gnus-visual-p is true.
2389
2390 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2393         groups; replace mapcar with dolist which is a bit faster; pass groups
2394         info to gnus-read-active-file-1.
2395         (gnus-read-active-file-1): Scan only specified groups if the new
2396         optional arg `infos' is given.
2397
2398 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2401
2402         * pop3.el (pop3-movemail): Removed.
2403         (pop3-streaming-movemail): Renamed to pop3-movemail.
2404
2405         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2406         don't restrict end-tag searches to the end of the line.
2407
2408 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2411         articles of every unchecked group to t, which means unknown since the
2412         server has never been opened.
2413
2414 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-html.el (gnus-html-show-alt-text): New command.
2417         (gnus-html-browse-image): Ditto.
2418         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2419         to browse the image directly.
2420         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2421         better.
2422
2423         * gnus-async.el (gnus-async-article-callback): Call
2424         `gnus-html-prefetch-images' unconditionally.
2425
2426         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2427         before feeding URLs to curl.
2428
2429 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2432         internal images as deletable by `W D D'.
2433
2434         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2435         (gnus-async-article-callback): Fix typo.
2436
2437 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2440         current line to work around bugs in the output from w3m.
2441
2442         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2443         for groups that want that.
2444
2445         * nntp.el (nntp-wait-for-string): Supply a timeout for
2446         accept-process-output to ensure progress.
2447
2448         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2449         level to get unread articles from, then use that for foreign groups,
2450         too.
2451
2452         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2453         confuses the rest of the function.
2454
2455         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2456         for the methods that support -retrieve-groups, too.
2457
2458         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2459
2460 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2463         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2464
2465         * pop3.el: Require cl when compiling.
2466         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2467
2468 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2471         that aren't going to be activated.
2472         (gnus-get-unread-articles): Fix up the last commit.
2473
2474         * gnus-html.el (gnus-article-html): Allow calling without specifying
2475         the handle.  In that case, dissect the buffer first.
2476
2477         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2478
2479         * nnimap.el (nnimap-open-connection): Revert the change that would look
2480         into authinfo for imaps instead of imap.
2481
2482         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2483         say that you don't want to call gnus-request-group with don-check, but
2484         do check the reponse.  This is for virtual groups only.
2485         (gnus-get-unread-articles): Count the archive groups as secondary, so
2486         that they're activated the same way as before.
2487
2488         * imap.el (imap-message-map): Removed optional buffer parameter, since
2489         no callers use it.
2490         (imap-message-get): Ditto.
2491         (imap-message-put): Ditto.
2492         (imap-mailbox-map): Ditto.
2493         (imap-mailbox-put): Ditto.
2494         (imap-mailbox-get): Ditto.
2495         (imap-mailbox-get): Revert last change for this function.
2496
2497         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2498         case-insensitively.
2499         (nnimap-debug): Removed.
2500
2501         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2502         to use `imap-fetch' instead.  According to the comments, this should be
2503         safe, since all other IMAP clients use the 1:* syntax.
2504         (imap-enable-exchange-bug-workaround): Removed.
2505         (imap-debug): Removed -- doesn't seem very useful.
2506
2507         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2508         mail from a file, and the file doesn't exist.
2509
2510         * imap.el (imap-log): New convenience function used throughout instead
2511         of repeating the same code all over the place.
2512
2513         * pop3.el (pop3-streaming-movemail): Return t for success.
2514
2515         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2516         .authinfo if we're using ssl connection.
2517
2518         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2519         already have if we're in a main Gnus `g' run.
2520
2521         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2522
2523 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2526
2527         * nnmh.el (nnmh-request-list-1): Bind `file'.
2528
2529         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2530         alias to set-process-query-on-exit-flag or process-kill-without-query.
2531         (pop3-open-server): Use it.
2532
2533 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2536         box to the Incoming file.  Fixes mistake in previous checkin.
2537
2538         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2539         request loop (for debugging purposes) removed.
2540
2541         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2542         culprit is more visible.
2543         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2544         (nnml-add-incremental-nov): New functions to do "incremental" nov
2545         updates, where we just append to the end of the existing nov files
2546         without reading/writing them in full.
2547
2548         * mail-source.el (mail-source-delete-crash-box): Really only check the
2549         incoming files once in a while.
2550
2551         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2552
2553         * mail-source.el (mail-source-delete-crash-box): Only check the
2554         incoming files for deletion once per day to save a lot of file
2555         accesses.
2556
2557         * pop3.el (pop3-logon): Fix up unbound variable typo.
2558
2559         * mail-source.el (pop3-streaming-movemail): Autoload.
2560
2561         * pop3.el (pop3-streaming-movemail): Respect
2562         pop3-leave-mail-on-server.
2563
2564         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2565         retrieval.
2566
2567         * pop3.el (pop3-process-filter): Removed unused function.
2568         (pop3-streaming-movemail, pop3-send-streaming-command)
2569         (pop3-wait-for-messages, pop3-write-to-file)
2570         (pop3-number-of-responses): New functions for streaming pop3
2571         retrieval.
2572
2573         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2574         come from no known methods.
2575         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2576         list.
2577
2578         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2579         message sizes.
2580         (pop3-movemail): Use erase-buffer instead of looping and deleting
2581         regions, which seems rather odd.
2582
2583         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2584         file once per `g' run.
2585
2586         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2587         directories.  This makes the draft queue directory work.
2588
2589         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2590         data from the backends, so that we only request the list of groups from
2591         each method once.  This should speed things up considerably.
2592
2593         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2594         detect that it's not implemented.
2595
2596         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2597         we actually do recurse down into the tree, but don't stat all leaf
2598         nodes.
2599
2600         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2601         then say so instead of bugging out.
2602
2603         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2604         files exist before trying to read them.
2605
2606         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2607         around <pre_int>.
2608
2609         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2610
2611         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2612
2613 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * mm-util.el (mm-image-load-path): Just return the image directories,
2616         not all directories in the path in addition to the image directories.
2617         (mm-image-load-path): Maintain a cache of the image directories so that
2618         the `g' command in Gnus doesn't have to stat dozens of directories each
2619         time.
2620
2621         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2622         (gnus-html-wash-tags): Add a new `i' command to insert images.
2623         (gnus-html-insert-image): New command and keystroke.
2624         (gnus-html-redisplay-with-images): New command and keystroke.
2625         (gnus-html-show-images): Renamed command.
2626         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2627         spacers.
2628         (gnus-html-wash-tags): Decode entities at the end, so that entities
2629         inside the tags don't mess up the rest of the "parsing".
2630
2631         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2632         so that nnimap methods aren't agentized by default.  There's apparently
2633         many problems related to agent/imap behaviour.
2634
2635         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2636
2637         * gnus-html.el: Doc fix.
2638
2639 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2642         specifier-spec-list for Emacs 21.
2643
2644         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2645         glyph-width and glyph-height instead of display-graphic-p and
2646         image-size; make avoidance of displaying small images work for XEmacs.
2647
2648         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2649         for XEmacs.
2650
2651         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2652         of symbol that holds plist data.
2653         (gnus-process-plist): Remove plist of process after getting it.
2654
2655 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * message.el (message-generate-hashcash): Change default to
2658         'opportunistic if hashcash is installed.
2659
2660         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2661         (gnus-html-put-image): Only call image-size once, since it's somewhat
2662         time-consuming on remote X servers.
2663
2664 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2667         type on data, not a file name.
2668
2669         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2670         window-pixel-edges for Emacs 21.
2671
2672         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2673         decoded contents.
2674         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2675
2676 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2679         group line format, since it isn't very interesting.
2680
2681         * gnus-agent.el (gnus-agent-short-article),
2682         (gnus-agent-long-article): Increase values for these two variables,
2683         since most people are likely to have more network connection and
2684         storage than before.
2685
2686         * gnus.el (gnus-refer-article-method): Change default to 'current.
2687         When referring an article, the common behaviour is to refer it from the
2688         current select method, not the native select method.  The chances of
2689         the native select method having the message in question is rather slim
2690         these days.
2691
2692         * gnus-sum.el (gnus-auto-select-subject): Change default to
2693         `unseen-or-unread'.  I think it's likely that most people want to
2694         select an unseen article over a previously seen, but unread one.
2695
2696         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2697         means that in the article buffer none of the minor mode elements will
2698         be shown, usually, and this is not desirable in most cases.
2699
2700         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2701         that commands like `d' (and the like) go to the next line in the
2702         buffer, instead of the next unread article.  I think this is the
2703         behaviour that is most natural for most users.
2704         (gnus-single-article-buffer): Change default to nil, so that people can
2705         have as many article buffers open as they have summary buffer.  I think
2706         this is the most natural way for the groups to behave.
2707
2708         * message.el (message-generate-new-buffers): Change default to
2709         `unsent', so that all new message buffers start their names with the
2710         string "*unsent", and it's easier to find the buffers if you move from
2711         them.
2712
2713 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2716         small.  They're probably tracking images.
2717         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2718         (gnus-html-rescale-image): Yet another try at getting the image sizing
2719         right.
2720
2721         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2722         nntp-marks-file-name is nil.
2723
2724 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * gnus-html.el (gnus-html-wash-tags)
2727         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2728         Better logging.
2729
2730 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2733
2734         * gnus-html.el (gnus-html-wash-tags): Check the value of
2735         gnus-blocked-images in the summary buffer.
2736
2737 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2738
2739         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2740
2741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2744         like "a", it seems like.
2745         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2746         since it needs to be picked from the correct buffer.
2747
2748         * nnwfm.el: Removed.
2749
2750         * nnlistserv.el: Removed.
2751
2752 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2753
2754         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2755         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2756
2757 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnkiboze.el: Removed.
2760
2761         * nndb.el: Removed.
2762
2763         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2764         alt text.
2765         (gnus-html-rescale-image): Try to get the rescaling logic right for
2766         images that are just wide and not tall.
2767
2768         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2769         overshadow variable bindings.
2770
2771 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * gnus-html.el (gnus-html-wash-tags)
2774         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2775         extra logging.
2776
2777 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2780         (gnus-max-image-proportion): New variable.
2781         (gnus-html-rescale-image): New function.
2782         (gnus-html-put-image): Rescale images.
2783
2784 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         Fix up some byte-compiler warnings.
2787         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2788         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2789         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2790         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2791         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2792         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2793         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2794
2795 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-html.el (gnus-article-html): Decode contents by charset.
2798
2799 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2802         (gnus-html-frame-width, gnus-blocked-images)
2803         * message.el (message-prune-recipient-rules): Add custom version.
2804         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2805
2806         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2807         functions.
2808
2809         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2810         gnus-process-get.
2811
2812 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2813
2814         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2815         instead of lsub directly.
2816
2817 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nnwarchive.el: Removed.
2820
2821         * gnus-soup.el: Removed.
2822
2823         * nnsoup.el: Removed.
2824
2825         * nnultimate.el: Removed.
2826
2827         * gnus-html.el (gnus-blocked-images): New variable.
2828
2829         * message.el (message-prune-recipients): New function.
2830         (message-prune-recipient-rules): New variable.
2831
2832         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2833         guess whether a long line is natural text or not.
2834
2835         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2836         gnus-process-plist and friends for compatibility.
2837
2838 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2839
2840         * gnus-html.el: Require packages that define macros used in this file.
2841         (gnus-article-mouse-face): Declare to silence byte-compiler.
2842         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2843         process-get.
2844         (gnus-html-put-image): Use plist-get to avoid getf.
2845         (gnus-html-prefetch-images): Use with-current-buffer.
2846
2847 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-ems.el: Provide compatibility functions for
2850         gnus-set-process-plist.
2851
2852         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2853         header-line-format for XEmacs 21.4.
2854
2855         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2856         * gnus.el (gnus-valid-select-methods)
2857         * message.el (message-send-mail-partially-limit)
2858         * mm-decode.el (mm-text-html-renderer)
2859         * mml.el (mml-insert-mime-headers-always)
2860         * smiley.el (smiley-regexp-alist): Bump custom version.
2861
2862 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-html.el: require mm-url.
2865         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2866         with the url to `url'.
2867         (gnus-html-wash-tags): Support cid: URLs/images.
2868
2869 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2872         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2873         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2874
2875         * gnus-move.el: Removed file, since it doesn't really work.
2876
2877         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2878         UTF-8.  This seems to fix problems with some German web feeds.
2879
2880         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2881         at the top so that the proper colours are applied.
2882
2883         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2884         don't have dots in their names.
2885
2886         * gnus-art.el (gnus-article-view-part): Doc fix.
2887
2888         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2889         XEmacs-compatible.
2890         (gnus-html-put-image): Don't do images on non-graphic displays.
2891
2892         * nnslashdot.el: Removed this unused backend.
2893
2894         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2895         actions.
2896         (gnus-undo-register-1): Revert last change.
2897
2898         * gnus-group.el (gnus-group-completing-read): Protect against not
2899         having completion-styles bound.
2900
2901         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2902         make broken recipients happier.
2903
2904         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2905
2906         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2907         point parameter.
2908
2909         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2910
2911         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2912         completion-styles for group selection.
2913
2914 2009-02-04  Andreas Schwab  <schwab@suse.de>
2915
2916         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2917         headers and regexp-quote the match if necessary.
2918
2919 2009-03-24  Miles Bader  <miles@gnu.org>
2920
2921         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2922         the blinking smiley.
2923
2924 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2925
2926         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2927         blink smiley.
2928
2929 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2932         where the dribbel file lives exists.
2933
2934         * message.el (message-send-mail-partially-limit): Change the default to
2935         nil, since most people don't want this.
2936
2937         * mm-url.el (mm-url-decode-entities): Also decode entities like
2938         &#x3212.
2939
2940 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2941
2942         * gnus-sum.el (gnus-summary-idna-message):
2943         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2944         Hyperlink urls in docstrings with URL `...'.
2945
2946 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2947
2948         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2949         functions.
2950
2951 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2954         say what the mouseover text should be.
2955
2956         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2957         version of the mm-w3m-safe-url-regexp variable to only download images
2958         in the groups where we want that to happen.
2959
2960         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2961
2962         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2963         easier debugging.
2964         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2965         big pictures in the article buffer.
2966
2967         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2968         gnus-article-html.
2969         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2970         w3m.
2971
2972         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2973
2974 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2977         which doesn't exist.
2978
2979         * message.el (message-inhibit-ecomplete): New variable to allow some
2980         function to inhibit ecomplete address storage.
2981         (message-resend): Disable ecomplete message storage when resending
2982         messages.
2983
2984         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2985
2986 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2989         Save excursion while copying, moving, and deleting articles in order to
2990         prevent the cursor from jumping to unforeseen place.
2991
2992 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * lpath.el: No need to bind bookmark-current-buffer,
2995         bookmark-yank-point and bookmark-make-record-function.
2996
2997 2010-08-17  Glenn Morris  <rgm@gnu.org>
2998
2999         * gnus-sync.el: Require gnus components whose functions are used.
3000
3001         * gnus-art.el (bookmark-make-record-function):
3002         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3003         Declare for compiler.
3004
3005         * mm-url.el (mml-compute-boundary): Autoload.
3006
3007 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3010
3011 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         Typo fix "hoo4a" -> "hook".
3014
3015         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3016
3017 2010-08-14  Glenn Morris  <rgm@gnu.org>
3018
3019         * gnus-sync.el (gnus-sync): Fix defgroup version.
3020
3021 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3024
3025         * gnus-sync.el: Fix docs.
3026         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3027         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3028
3029 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3030
3031         Optimizations for gnus-sync.el.
3032
3033         * gnus-sync.el: Add docs about gnus-sync-backend
3034         possibilities.
3035         (gnus-sync-save): Remove unnecessary message.
3036         (gnus-sync-read): Optimize and show what groups were skipped.
3037
3038 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         Minor bug fixes for gnus-sync.el.
3041
3042         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3043         read the sync on get-new-news.
3044
3045         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3046         quiet.
3047
3048         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3049
3050 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3051
3052         Make saving and restoring of hidden threads work with overlays.
3053         Patch applied by Ted Zlatanov.
3054
3055         * gnus-sum.el (gnus-hidden-threads-configuration)
3056         (gnus-restore-hidden-threads-configuration): Update to deal with text
3057         properties, rather than searching for a magic character.
3058
3059 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         New gnus-sync.el library for synchronization of marks.
3062
3063         * gnus-sync.el: New library for synchronization of marks.
3064
3065         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3066         renamed from `gnus-registry-grep-in-list'.
3067
3068         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3069
3070         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3071
3072 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3075         determining charset of text fails.
3076
3077 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * nnmail.el (nnmail-get-new-mail-1): Revert.
3080
3081         * nnml.el (nnml-active-number): Make sure names of newly created groups
3082         in nnml-group-alist are encoded.
3083
3084 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3087         containing non-ASCII characters in active file for nnml back end.
3088
3089 2010-07-24  David Engster  <dengste@eml.cc>
3090
3091         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3092         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3093
3094 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3097         tag (Bug#6654).
3098
3099 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3102         the article buffer, not the summary buffer.
3103
3104 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3107         Emacs 23 as well.
3108
3109 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3112         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3113
3114 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3115
3116         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3117         Patch applied by Karl Fogel.
3118
3119         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3120         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3121
3122 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3123
3124         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3125         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3126         C-w still not working correctly from Article buffers; Thierry's
3127         patch to fix that will be applied after this.
3128
3129         * gnus-art.el (bookmark-make-record-function): New local variable.
3130
3131         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3132         article buffer.
3133         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3134
3135 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3136
3137         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3138         on changes in bookmark.el.
3139
3140 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3143         `no-log' instead of message not to log prompt string.
3144
3145 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3146
3147         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3148         the *other* type of HTML form submission.
3149
3150 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3151
3152         * auth-source.el (auth-source-pick): If choice does not contain a
3153         questioned keyword, set the check to t.
3154
3155 2010-06-12  Romain Francoise  <romain@orebokech.com>
3156
3157         * gnus-util.el (gnus-date-get-time): Move up before first use.
3158
3159 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3162         (gnus-article-edit-part): Bind it to make last part that is substituted
3163         or deleted visible.
3164         (gnus-mime-display-single): Buttonize part of which id equals to
3165         gnus-mime-buttonized-part-id.
3166
3167 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3168
3169         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3170         (gnus-dd-mmm): Use gnus-date-get-time.
3171         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3172         simplify logic.
3173         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3174         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3175
3176 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3177
3178         * auth-source.el (top): Autoload `secrets-list-collections',
3179         `secrets-create-item', `secrets-delete-item'.
3180         (auth-sources): Fix tag string.
3181         (auth-get-source, auth-source-retrieve, auth-source-create)
3182         (auth-source-delete): New defuns.
3183         (auth-source-pick): Rewrite in order to avoid 2 passes.
3184         (auth-source-forget-user-or-password): New parameter USERNAME.
3185         (auth-source-user-or-password): New parameters CREATE-MISSING and
3186         DELETE-EXISTING.  Retrieve password interactively, if needed.
3187
3188 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3189
3190         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3191         deleting unused directories when gnus-expert-user is t.
3192
3193 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3196         for each temp file when gnus-article-browse-delete-temp is ask.
3197
3198 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3199
3200         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3201         Lisp calls to delete-backward-char by calls to delete-char.
3202
3203 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3204
3205         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3206
3207 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3208
3209         * password-cache.el (password-cache-remove): Fix docstring.
3210
3211 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3214         article unless decoding article to be saved.
3215
3216 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3219         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3220         generated within the mm-with-unibyte-current-buffer macro.
3221
3222 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3225         to nil when we're in a mml-preview buffer and no group is selected.
3226
3227 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3228
3229         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3230         when catching the `C-g'.  Reported by "Leo".
3231
3232 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * message.el (message-forward-make-body-plain)
3235         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3236         multibyte-string-p.
3237
3238         * lpath.el: Revert.
3239
3240 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * message.el (message-forward-make-body-mml): Assume original message
3243         is multibyte string; error on unibyte.
3244         (message-forward-make-body-plain): Ditto; don't add excessive newline
3245         in body end.
3246
3247         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3248
3249 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3250
3251         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3252         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3253
3254 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * mm-extern.el (mm-extern-url): Don't use
3257         mm-with-unibyte-current-buffer.
3258         (mm-extern-cache-contents): Use with-current-buffer instead of
3259         save-excursion + set-buffer.
3260
3261 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * mm-util.el (mm-emacs-mule): Remove.
3264
3265 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3266
3267         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3268         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3269         change.
3270
3271 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3274         bind the default value of enable-multibyte-characters to nil.
3275
3276 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * message.el (message-forward-make-body-plain)
3279         (message-forward-make-body-mml):
3280         Don't use mm-with-unibyte-current-buffer.
3281
3282 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3285
3286 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3287
3288         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3289         (Bug#5592).
3290
3291 2010-05-07  Julien Danjou  <julien@danjou.info>
3292
3293         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3294         it to mm-pipe-part.
3295
3296         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3297         it is given.
3298
3299 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * binhex.el (binhex-decode-region-internal)
3302         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3303         (dns-query)
3304         * nnweb.el (nnweb-gmane-search)
3305         * pgg-parse.el (pgg-parse-armor)
3306         * pgg.el (pgg-verify-region)
3307         * sha1.el (sha1-string-external)
3308         * uudecode.el (uudecode-decode-region-internal)
3309         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3310         XEmacs.
3311
3312         * gnus-art.el (gnus-article-browse-html-parts)
3313         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3314         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3315         make-temp-file.
3316
3317         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3318         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3319         compiling.
3320
3321         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3322         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3323         XEmacs when compiling.
3324
3325         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3326         gnus-pick-mode-off-hook for XEmacs when compiling.
3327         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3328         gnus-binary-mode-off-hook for XEmacs when compiling.
3329
3330         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3331         nil if char-charset is not available.
3332
3333         * imap.el (imap-disable-multibyte)
3334         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3335         macros.
3336
3337         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3338         instead of encode-coding-string.
3339
3340         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3341         'xemacs) instead of mm-emacs-mule to switch function definitions.
3342         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3343
3344         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3345         bind temporary-file-directory for XEmacs;
3346         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3347         timer-set-function for XEmacs 21.4 and SXEmacs;
3348         bind timer-list for XEmacs 21.4 and SXEmacs;
3349         fbind char-charset and find-charset-region for non-Mule XEmacs;
3350         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3351         encode-coding-region and encode-coding-string for XEmacs having no
3352         file-coding feature.
3353
3354 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3355
3356         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3357
3358 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3361         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3362
3363 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3364
3365         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3366         alias `jka-compr-delete-temp-file' no longer exists.
3367
3368 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         Use define-minor-mode in Gnus where applicable.
3371         * mml.el (mml-mode): Use define-minor-mode.
3372         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3373         (gnus-undo-mode): Use define-minor-mode.
3374         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3375         (gnus-dead-summary-mode): Use define-minor-mode.
3376         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3377         Initialize in declaration.
3378         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3379         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3380         (gnus-mailing-list-mode): Use define-minor-mode.
3381         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3382         (gnus-draft-mode): Use define-minor-mode.
3383         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3384         (gnus-dired-mode): Use define-minor-mode.
3385
3386 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3387
3388         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3389         handles on recursive mml-to-mime translation and check them for
3390         boundary delimiter collisions.  Reported by Greg Troxel.
3391
3392 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3395
3396 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3397
3398         * mm-util.el (mm-find-buffer-file-coding-system):
3399         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3400
3401 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3402
3403         * message.el (message-generate-headers): Record insertion of optional
3404         headers as well.  Otherwise the check to prevent repeated insertion of
3405         optional headers is a no-op.
3406
3407 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * smime.el: Don't mention CVS.
3410
3411         * nnrss.el (nnrss-fetch): Don't mention CVS.
3412
3413         * nnir.el: Don't mention CVS.
3414
3415 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3418
3419 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * lpath.el: Fbind bookmark-default-handler,
3422         bookmark-get-bookmark-record, bookmark-make-record-default,
3423         bookmark-prop-get for Emacs <23 and XEmacs.
3424
3425 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3426
3427         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3428         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3429         Use with-current-buffer to silence the byte-compiler.
3430         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3431         bother to require `gnus'.
3432         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3433
3434 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3435
3436         * gnus-sum.el (gnus-summary-bookmark-make-record)
3437         (gnus-summary-bookmark-jump): New functions.
3438         (gnus-summary-mode): Setup bookmark support.
3439
3440 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3441
3442         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3443         if set.
3444
3445 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3448         gnus-article-browse-html-save-cid-image; make it work recursively for
3449         forwarded messages as well.
3450         (gnus-article-browse-html-parts): Work when prefix arg is given.
3451         (gnus-article-browse-html-article): Doc fix.
3452
3453 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3454
3455         * message.el (message-default-mail-headers):
3456         (message-default-headers): Carry the value mail-default-headers over
3457         into message-default-mail-headers, rather than message-default-headers.
3458
3459 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3460
3461         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3462         charset.
3463
3464         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3465         charset into the <meta> tag when the article is encoded to utf-8.
3466
3467 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3470         directories as well.
3471         (gnus-article-browse-html-parts): Work for images that do not specify
3472         file names; delete temp directory when quitting; insert header at the
3473         right place; use file: scheme for image files.
3474
3475 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3476
3477         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3478         (gnus-article-browse-html-parts): Use it to make temporary cid image
3479         files in addition to html file so that browser may display them.
3480
3481 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3484
3485 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3488
3489 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3492         about Secret Service API sources.  Improve Customize options.
3493         (auth-source-pick): Change to accept any number of search parameters.
3494         Implement fallbacks iteratively, not recursively.  Add scoring on the
3495         second pass and sort by score.  Call Secret Service API when needed.
3496         (auth-source-user-or-password): Use it.  Call Secret Service API
3497         directly when needed to get the user name and the password.
3498
3499 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3500
3501         * message.el (message-interactive): Doc fix.
3502         (message-qmail-inject-args): Reflow.
3503         (message-kill-to-signature): Fix typo in docstring.
3504
3505         * smiley.el (smiley-buffer): Fix typo in docstring.
3506
3507 2010-03-24  Glenn Morris  <rgm@gnu.org>
3508
3509         * mail-source.el (gnus-message): Declare.
3510         (mail-source-delete-old-incoming): Require gnus-util.
3511
3512 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3515
3516         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3517
3518         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3519         password-cache's default if it is not bound.
3520         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3521         password-cache-expiry's default if it is not bound.
3522
3523         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3524         available in Emacs 21.
3525
3526         * lpath.el: Suppress compiler warnings for:
3527         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3528         XEmacs;
3529         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3530         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3531         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3532
3533 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * auth-source.el (auth-sources): Fix up definition so extra parameters
3536         are always inline.
3537
3538 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3539
3540         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3541         wasn't updated after mismatch.  Clear cached mailbox info correctly
3542         when uidvalidity changes.
3543         (nnimap-group-prefixed-name): New function to avoid some code
3544         duplication.
3545         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3546         (nnimap-request-group): Use it.
3547         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3548         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3549         with many imap folders.  This is done by caching the group status from
3550         the imap server persistently in a group parameter `imap-status'.  (This
3551         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3552         but not persistently, so every Gnus startup was still very slow.)
3553
3554 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3555
3556         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3557         delete the extra newline.  Otherwise editing of :string and :number
3558         types don't work.
3559
3560 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3561
3562         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3563         secrets.el dependency.
3564         (auth-sources): Add optional user name.  Add secrets.el configuration
3565         choice (unused right now).
3566
3567 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3570         `gnus-registry-install-shortcuts' fill in the functions.
3571
3572         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3573         warnings.
3574         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3575         (gnus-registry-install-shortcuts): Populate and use it in a
3576         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3577
3578 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3579
3580         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3581         In-place substitutions for the group name encoding/decoding.
3582         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3583         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3584         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3585         (nnimap-update-unseen, nnimap-request-list)
3586         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3587         (nnimap-request-set-mark, nnimap-split-to-groups)
3588         (nnimap-split-articles, nnimap-request-newgroups)
3589         (nnimap-request-create-group, nnimap-request-accept-article)
3590         (nnimap-request-delete-group, nnimap-request-rename-group)
3591         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3592         `encoded-mbx' for consistency.
3593         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3594         variable `imap-current-mailbox'.
3595
3596         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3597         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3598
3599 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3600
3601         * pop3.el (pop3-display-message-size-flag): Display message size byte
3602         counts during POP3 download.
3603         (pop3-movemail): Use it.
3604         (pop3-list): Implement listing of available messages.
3605
3606 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3607
3608         * nnir.el (nnir-get-article-nov-override-function): New function to
3609         override the normal NOV retrieval.
3610         (nnir-retrieve-headers): Use it.
3611
3612 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3613
3614         * auth-source.el (netrc-machine-user-or-password): Autoload.
3615
3616 2010-03-19  Glenn Morris  <rgm@gnu.org>
3617
3618         Stop message.el from loading about 40 libraries it doesn't always need.
3619         The general approach is to autoload rather than require, and to
3620         require in the specific functions rather than the file.  (Bug#5642)
3621
3622         * gmm-utils.el: Don't require wid-edit.
3623         (widget-create-child-value, widget-convert, widget-default-get):
3624         Autoload.
3625
3626         * gnus-util.el: Don't require time-date, netrc.
3627         (message-fetch-field, gnus-group-name-decode): Declare rather than
3628         autoloading.
3629         (gnus-fetch-field): Require message.
3630         (gnus-decode-newsgroups): Require gnus-group.
3631
3632         * ietf-drums.el: Don't require time-date.
3633
3634         * message.el: Don't require hashcash, canlock, ecomplete.
3635         Do require mail-utils.  Require nnheader only when compiling.
3636         (smtpmail-default-smtp-server): Remove declaration.
3637         (message-send-mail-function): Check smtpmail-default-smtp-server
3638         is bound rather than requiring smtpmail.
3639         (message-auto-save-directory, message-insert-signature): Use
3640         expand-file-name rather than nnheader-concat.
3641         (nnheader-insert-file-contents): Autoload.
3642         (hashcash-wait-async): Declare.
3643         (message-send-mail): Only call gnus-setup-posting-charset if
3644         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3645         (message-send-mail-with-sendmail): Require sendmail.
3646         (canlock-password, canlock-password-for-verify): Declare.
3647         (message-canlock-password): Require canlock.
3648         (nnheader-get-report): Autoload.
3649         (gnus-setup-posting-charset): Declare.
3650         (message-send-news): Require gnus-msg.
3651         (message-make-references, message-make-in-reply-to): Use mail-header-id
3652         rather than the alias mail-header-message-id.
3653         (ecomplete-add-item, ecomplete-save): Declare.
3654         (message-put-addresses-in-ecomplete): Require ecomplete.
3655         (ecomplete-display-matches): Autoload.
3656
3657         * mm-decode.el: Don't require mailcap, gnus-util.
3658         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3659         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3660         Autoload.
3661         (mailcap-mime-extensions): Declare.
3662
3663         * mm-encode.el: Don't require mailcap.
3664         (mailcap-extension-to-mime): Autoload.
3665
3666         * mml-sec.el: Don't require password-cache.
3667
3668         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3669         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3670         (mml-minibuffer-read-type): Require mailcap.
3671         (mml-preview): Require gnus-msg.
3672
3673         * mml1991.el: Require password-cache.
3674         (password-cache-expiry): Remove declaration.
3675
3676         * mml2015.el: Require password-cache.
3677         (password-cache-expiry): Remove declaration.
3678
3679         * nneething.el (mailcap): Require mailcap.
3680
3681         * nnheader.el (declare-function): Add compatibility stub.
3682         (message-remove-header): Declare rather than autoload.
3683         (nnheader-replace-header): Require message.
3684
3685         * nnimap.el (declare-function): Add compatibility stub.
3686         (netrc-parse, netrc-machine-user-or-password): Declare.
3687         (nnimap-open-connection): Require netrc.
3688
3689         * nntp.el (declare-function): Add compatibility stub.
3690         (netrc-parse, netrc-machine, netrc-get): Declare.
3691         (nntp-send-authinfo): Require netrc.
3692
3693         * rfc2047.el: Don't require qp.
3694         (quoted-printable-encode-region, quoted-printable-decode-string):
3695         Autoload.
3696
3697         * sieve-mode.el: Don't require easymenu.
3698         (easy-menu-add-item): Autoload it.
3699
3700         * spam-stat.el (time-to-number-of-days): Autoload it.
3701
3702 2010-03-19  Glenn Morris  <rgm@gnu.org>
3703
3704         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3705
3706 2010-03-18  Glenn Morris  <rgm@gnu.org>
3707
3708         * hashcash.el (declare-function): Remove duplicate definition.
3709
3710 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3711
3712         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3713         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3714         value if any backslash escapes).
3715
3716 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3719         if it is available.  (bug#5647)
3720
3721         * lpath.el: Suppress compiler warning for coding-system-from-name for
3722         Emacs 21 and XEmacs.
3723
3724 2010-03-14  Juri Linkov  <juri@jurta.org>
3725
3726         * hmac-def.el:
3727         * hmac-md5.el:
3728         * netrc.el: Fix keywords.
3729
3730 2010-02-26  Glenn Morris  <rgm@gnu.org>
3731
3732         * message.el (message-send-mail-function): Change the default, so that
3733         it inherits from a customized send-mail-function.  (Bug#5643)
3734
3735 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3736
3737         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3738         shell-command-to-string signals an error (bug#5299).
3739
3740 2010-02-24  Glenn Morris  <rgm@gnu.org>
3741
3742         * message.el (message-smtpmail-send-it)
3743         (message-send-mail-with-mailclient): Doc fixes.
3744
3745 2010-02-16  Glenn Morris  <rgm@gnu.org>
3746
3747         * message.el (message-default-mail-headers): Change the default value
3748         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3749
3750 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3753         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3754
3755 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3756
3757         * time-date.el (date-to-time): Doc fix (Bug#5408).
3758
3759 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3760
3761         * message.el (message-mail): Just pass yank-action on to message-setup.
3762         (message-setup): Handle (FUN . ARGS) form of yank-action.
3763         (message-with-reply-buffer, message-widen-reply)
3764         (message-yank-original): Handle non-buffer values of
3765         message-reply-buffer (Bug#4080).
3766         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3767
3768 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3769
3770         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3771         Fix typo in docstring.
3772
3773 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3774
3775         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3776         response.
3777
3778 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3781
3782         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3783
3784         * message.el (message-check-news-header-syntax): Protect against a
3785         string that `rfc822-addresses' returns when parsing fails.
3786
3787 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3790         (gnus-previous-char-property-change): New functions.
3791
3792         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3793
3794 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3795
3796         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3797         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3798
3799 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3800
3801         * message.el (message-exchange-point-and-mark): Rework last change to
3802         avoid using optional arg of exchange-point-and-mark, for backward
3803         compatibility.
3804
3805 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3806
3807         * message.el (message-exchange-point-and-mark): Call
3808         exchange-point-and-mark with an argument rather than setting
3809         mark-active by hand (Bug#5175).
3810
3811 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * nntp.el (nntp-service-to-port): Work for service expressed with
3814         numeric string; replace [:digit:] with [0-9] for XEmacs.
3815
3816 2009-12-17  Glenn Morris  <rgm@gnu.org>
3817
3818         * gnus-group.el (gnus-bug-group-download-format-alist):
3819         Change emacs entry to debbugs.gnu.org.  Bump :version.
3820
3821 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3824
3825 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3826
3827         * message.el (message-info): Explain why we use `Info-goto-node'.
3828
3829 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3832
3833 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3834
3835         * message.el (message-completion-in-region): New compatibility function.
3836         (message-expand-group): Use it.
3837
3838 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3841         with no unread article should be listed if the 2nd arg `predicate' is
3842         given.
3843
3844 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3847
3848 2009-11-29  Juri Linkov  <juri@jurta.org>
3849
3850         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3851         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3852         on `gnus-recenter'. (Bug#4698, Bug#4981)
3853
3854 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3855
3856         * sha1.el (sha1-string-external): default-directory "/" in case
3857         otherwise non-existent.  process-connection-type pipe for touch of
3858         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3859
3860 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3861
3862         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3863         it's comms related and sgml-mode.el has "comm" on that basis too.
3864
3865 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3868         containing tspecial characters if they have been already quoted.
3869
3870 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3871
3872         * dns-mode.el (auto-mode-alist): Purecopy string.
3873
3874 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3875
3876         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3877
3878 2009-10-24  Glenn Morris  <rgm@gnu.org>
3879
3880         * gnus-art.el (help-xref-stack-item): Define for compiler.
3881
3882 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3883
3884         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3885
3886 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3889
3890 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3893         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3894
3895 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3898         (gnus-overlays-in): New alias to overlays-in.
3899
3900         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3901         gnus-overlay-get, and gnus-delete-overlay.
3902         (gnus-summary-show-thread): Make it work as well for systems in which
3903         next-single-char-property-change is not available.
3904         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3905
3906         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3907         (gnus-overlay-get): New alias to extent-property.
3908         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3909
3910         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3911         SXEmacs.
3912
3913         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3914         SXEmacs.
3915
3916 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3919
3920 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3921
3922         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3923         and XEmacs that don't have `remove-overlays'.
3924
3925 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3926
3927         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3928         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3929         selective display.  Use overlays instead.
3930
3931 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3932
3933         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3934
3935 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3936
3937         * spam-stat.el (spam-stat-load): Fix typo in message.
3938
3939 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3940
3941         * dig.el (dig-invoke): Fix typo in docstring.
3942         (query-dig): Reflow docstring.
3943
3944 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3945
3946         * gnus-art.el (gnus-article-encrypt-body):
3947         * message.el (message-check-recipients):
3948         * mm-util.el (mm-codepage-setup):
3949         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3950         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3951
3952 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3953
3954         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3955         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3956         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3957         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3958         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3959
3960 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3961
3962         * dig.el: Add "Keywords: comm", as per net-utils.el.
3963
3964 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3965
3966         * dig.el (dig-mode): Use define-derived-mode.
3967
3968 2009-09-19  Glenn Morris  <rgm@gnu.org>
3969
3970         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3971
3972 2009-09-18  Glenn Morris  <rgm@gnu.org>
3973
3974         * gnus-diary.el (gnus-diary-check-message):
3975         * message.el (message-insert-formatted-citation-line):
3976         * nnbabyl.el (top-level):
3977         * nndiary.el (nndiary-schedule):
3978         Fix typos in condition-case handlers.
3979
3980 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3983         configuration that provides the sole article window in a frame;
3984         position point correctly after deleting a part.
3985
3986 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3987
3988         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3989         (spam-resolve-registrations-routine): Use it to unregister articles
3990         that change status.
3991
3992 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3995         with XEmacs.
3996         (parse-time-string-chars): Use it.
3997
3998 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * imap.el (imap-interactive-login): Better messages.
4001         (imap-open): Fix bug with renamed buffer on reconnect.
4002         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4003         for easier debugging and cleaner code.  On successful (guessed based on
4004         server capabilities) secondary authentication, set imap-state
4005         correctly.
4006         (imap-last-authenticator): Define imap-last-authenticator as a variable
4007         to avoid warnings.
4008
4009 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * nnrss.el (nnrss-request-article): Remove binding of
4012         default-enable-multibyte-characters that has gotten needless by
4013         the 2007-07-13 change in rfc2047-encode-message-header.
4014
4015         * mml.el (mml-insert-multipart): Error on the message header.
4016         (mml-insert-part): Error on the message header; position point at
4017         the end of a MIME tag.
4018
4019 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * time-date.el (autoload): Expand define-obsolete-function-alias into
4022         defalias and make-obsolete for old Emacsen that Gnus supports.
4023         (with-no-warnings): Define it for old Emacsen.
4024         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4025         is available.
4026         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4027         float-time is available; suppress compile warning for time-to-seconds.
4028
4029         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4030         (gnus-float-time): Alias to float-time if it exists.
4031
4032         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4033         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4034         float-time is available; suppress compile warning for time-to-seconds.
4035
4036         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4037         XEmacs.
4038
4039 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         * imap.el (imap-message-map): Docstring fix.
4042
4043 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4046         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4047         Add the optional argument `encoding' that overrides the default.
4048
4049         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4050         mm-encode-buffer.
4051
4052 2009-09-04  Glenn Morris  <rgm@gnu.org>
4053
4054         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4055         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4056         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4057         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4058         * mm-util.el (mm-with-unibyte-current-buffer)
4059         (mm-find-buffer-file-coding-system):
4060         * yenc.el (yenc-decode-region): Use default-value rather than
4061         default-enable-multibyte-characters.
4062
4063 2009-09-03  Glenn Morris  <rgm@gnu.org>
4064
4065         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4066         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4067         than default-enable-multibyte-characters.
4068
4069 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4070
4071         * gnus-art.el (gnus-article-read-summary-keys):
4072         Fix gnus-buffer-configuration's value temporarily used.
4073
4074 2009-09-02  Glenn Morris  <rgm@gnu.org>
4075
4076         * gnus-util.el (gnus-float-time): New function.
4077         * gnus-delay.el (gnus-delay-article):
4078         * gnus-sum.el (gnus-thread-latest-date):
4079         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4080         * nnspool.el (nnspool-request-newgroups):
4081         Use gnus-float-time rather than time-to-seconds.
4082         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4083
4084         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4085         (gnus-header-subject-face, gnus-header-newsgroups-face)
4086         (gnus-header-name-face, gnus-header-content-face):
4087         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4088         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4089         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4090         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4091         (gnus-cite-face-11):
4092         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4093         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4094         (gnus-server-closed-face, gnus-server-denied-face)
4095         (gnus-server-offline-face):
4096         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4097         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4098         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4099         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4100         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4101         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4102         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4103         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4104         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4105         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4106         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4107         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4108         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4109         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4110         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4111         (gnus-summary-high-undownloaded-face)
4112         (gnus-summary-low-undownloaded-face)
4113         (gnus-summary-normal-undownloaded-face)
4114         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4115         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4116         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4117         (gnus-splash-face):
4118         * message.el (message-header-to-face, message-header-cc-face)
4119         (message-header-subject-face, message-header-newsgroups-face)
4120         (message-header-other-face, message-header-name-face)
4121         (message-header-xheader-face, message-separator-face)
4122         (message-cited-text-face, message-mml-face):
4123         * sieve-mode.el (sieve-control-commands-face)
4124         (sieve-action-commands-face, sieve-test-commands-face)
4125         (sieve-tagged-arguments-face):
4126         * spam.el (spam-face):
4127         Mark face aliases with "-face" in the name as obsolete.
4128
4129 2009-09-01  Glenn Morris  <rgm@gnu.org>
4130
4131         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4132         than goto-line.
4133
4134 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4137         Don't move point if the command is invoked inside the message header.
4138
4139 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4140
4141         * imap.el (imap-send-command): Simplify.
4142         (imap-wait-for-tag): point-max -> buffer-size.
4143
4144 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4145
4146         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4147         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4148         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4149         * nnir.el (nnir-swish-e-index-file):
4150         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4151         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4152         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4153         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4154         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4155         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4156
4157 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4160         Don't save excursion.
4161
4162 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4163
4164         * nnheader.el (nnheader-find-file-noselect):
4165         * mm-util.el (mm-insert-file-contents):
4166         Use (default-value 'major-mode) instead of default-major-mode.
4167
4168 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4169
4170         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4171
4172 2009-08-26  Glenn Morris  <rgm@gnu.org>
4173
4174         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4175         than placing in files.el.
4176
4177 2009-08-25  Glenn Morris  <rgm@gnu.org>
4178
4179         * nnir.el (top-level): Don't require cl at run-time.
4180         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4181         Replace cl-function substitute with gnus-replace-in-string.
4182         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4183         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4184         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4185         simplified expansions.
4186
4187 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4188
4189         * dig.el (dig): Add autoload cookie.
4190
4191 2009-08-22  Glenn Morris  <rgm@gnu.org>
4192
4193         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4194         goto-line.
4195
4196 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4197
4198         * parse-time.el (parse-time-string-chars): Save match data.
4199
4200 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4201
4202         * parse-time.el (parse-time-string-chars): Compute using character
4203         classes, to handle non-ascii characters (Bug#3190).
4204
4205 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4208
4209         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4210         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4211         (gnus-mm-display-part, gnus-mime-display-single)
4212         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4213         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4214
4215         * gnus-sum.el
4216         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4217         (gnus-summary-move-article): Add expirable mark to articles copied or
4218         moved to group that has auto-expire turned on if the option is non-nil.
4219
4220 2009-07-24  Glenn Morris  <rgm@gnu.org>
4221
4222         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4223         Fix typo.  (Bug#3903)
4224
4225 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4228         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4229         that should not be used for draft articles.
4230         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4231         that has no concern in minor mode keys.
4232         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4233         Abolish.
4234
4235 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4238         article without making inquiry to a user for unknown encoding.
4239
4240         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4241         (nnmaildir--scan): Assume i-node and device number that file-attributes
4242         returns might be cons-cell.
4243
4244         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4245
4246         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4247
4248 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * auth-source.el: Remove docs now in auth.texi.  Don't use
4251         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4252         `auth-source-hide-passwords' and use them.
4253
4254 2009-07-15  Glenn Morris  <rgm@gnu.org>
4255
4256         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4257
4258 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4261         excessive whitespace from the default values of title and description.
4262
4263 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4266         mail-fetch-field to fetch Content-Description header in order to
4267         exclude newlines.
4268
4269 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4270
4271         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4272         format used by GnuPG 2.0.11.
4273
4274 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4277         to deleted part.
4278
4279 2009-05-30  David Engster  <dengste@eml.cc>
4280
4281         * nnmairix.el: Remove old documentation in the commentary block.
4282         (nnmairix-request-group): Do not update active file for nnml back ends.
4283         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4284         end so that overview files are ignored.
4285         (nnmairix-update-groups): Make updating the groups more robust by using
4286         marks.
4287         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4288         with dollar characters in message-id.
4289
4290 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4293         2008-12-25 in dns.el.
4294
4295 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4296
4297         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4298         could happen if the text is only composed of spaces and/or tabs.
4299
4300 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4301
4302         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4303         when sending a queued message to avoid extra mml tags.
4304
4305 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4308
4309 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4312         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4313         rmail-toggle-header for XEmacs;
4314         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4315
4316 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-dired.el: Remove autoload for gnus-setup-message.
4319         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4320         displaying Gnus logo; always use compose-mail.
4321
4322 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4325
4326 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4329         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4330         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4331         available.
4332         (gnus-nocem-epg-verify): New function.
4333
4334 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4335
4336         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4337
4338 2009-02-15  Glenn Morris  <rgm@gnu.org>
4339
4340         * gnus-util.el (rmail-insert-rmail-file-header)
4341         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4342         autoloads.
4343         (rmail-default-rmail-file): Remove unnecessary declaration.
4344         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4345
4346 2009-02-14  Glenn Morris  <rgm@gnu.org>
4347
4348         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4349         variable (only used in gnus-util, which declares it anyway).
4350         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4351         which was only needed by gnus-art (changed to not use it any more).
4352         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4353         only used in gnus-util, which autoloads it itself.
4354         (rmail-update-summary): Fix autoload.
4355
4356         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4357         rather than rmail-output-to-rmail-file.
4358
4359 2009-02-07  Glenn Morris  <rgm@gnu.org>
4360
4361         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4362         autoload of function that no longer exists.
4363         (rmail-toggle-header): Declare.
4364         (message-forward-rmail-make-body): Handle mbox Rmail.
4365
4366 2009-01-31  Glenn Morris  <rgm@gnu.org>
4367
4368         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4369         2009-01-09 change.
4370
4371 2009-01-31  Dave Love  <fx@gnu.org>
4372
4373         * imap.el (imap-fetch-safe): Bind debug-on-error.
4374         (imap-debug): Add imap-fetch-safe.
4375
4376 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4379         (auth-source-forget-all-cached): New convenience function.
4380         (auth-source-user-or-password): Accept list of modes or a single mode.
4381
4382         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4383         auth-source modes.
4384
4385         * netrc.el (netrc-machine-user-or-password): Use list of
4386         auth-source modes.
4387
4388         * nnimap.el (nnimap-open-connection): Use list of
4389         auth-source modes.
4390
4391         * nntp.el (nntp-send-authinfo): Use list of
4392         auth-source modes.
4393
4394 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4397         now.
4398
4399 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4402         coding system in XEmacs; add a workaround for XEmacs.
4403
4404         * lpath.el: Fbind coding-system-aliasee.
4405
4406 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4409         of current-language-environment.
4410
4411 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4414         available at runtime.
4415
4416 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4419
4420 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4421
4422         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4423         the greatest positive fixnum value doesn't work under an XEmacs with
4424         bignum support; use the most-positive-fixnum constant instead,
4425         available since Emacs 21.1 with cl and XEmacs 21.1.
4426
4427 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4430         XEmacs gets not to work.
4431
4432 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * mm-util.el (mm-coding-system-priorities): Allow the value like
4435         "Japanese (UTF-8)" of current-language-environment.
4436
4437 2009-01-09  Glenn Morris  <rgm@gnu.org>
4438
4439         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4440         with last-command-event.
4441
4442 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4445         in the doc string.
4446
4447         * message.el (message-fix-before-sending): Amend comment.
4448
4449 2009-01-08  Dave Love  <fx@gnu.org>
4450
4451         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4452
4453 2009-01-07  David Engster  <dengste@eml.cc>
4454
4455         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4456         simplified server definitions by converting it via
4457         gnus-server-to-method.
4458
4459 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4462         parameter's operands.
4463
4464 2009-01-06  David Engster  <dengste@eml.cc>
4465
4466         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4467         primary select method (for gnus-group-mark-article-as-read).
4468
4469 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4470
4471         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4472         `(gnus)Face', not `(gnus)X-Face'.
4473
4474 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * mm-util.el (mm-ucs-to-char): New function.
4477
4478         * mm-url.el (mm-url-decode-entities): Use it.
4479
4480         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4481         unicode-to-char.
4482
4483 2009-01-05  Dave Love  <fx@gnu.org>
4484
4485         * time-date.el: Require cl for `declare'.
4486
4487 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4490         Dave Love.
4491
4492 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * message.el (message-fix-before-sending): Add `eight-bit' to
4495         illegible-text check.
4496
4497 2009-01-03  Michael Olson  <mwolson@gnu.org>
4498
4499         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4500         `headers' is nil.  This can occur if the IMAP server does not have
4501         permissions to read messages from a folder, but can write new messages
4502         to the folder.
4503         (nnimap-request-article-part): Do not insert `data' if it is nil.
4504
4505         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4506         characters which will confuse `read', so skip past them.
4507
4508 2009-01-01  Dave Love  <fx@gnu.org>
4509
4510         * imap.el (imap-string-to-integer): Fix typo.
4511         (imap-fetch-safe): New function.
4512         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4513
4514         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4515
4516         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4517         (imap-parse-greeting): Fix doc strings.
4518         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4519         (imap-parse-flag-list): Make messages unique.
4520         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4521
4522         * nnimap.el: Fix author email.
4523         (nnimap-split-rule): Add FIXME comment.
4524         (nnimap-debug): Fix doc string.
4525
4526 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4529
4530 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4533         nslookup if resolv.conf isn't available.
4534         (dns-query): Rename from query-dns.
4535         (dns-query-cached): Rename from query-dns-cached.
4536
4537 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4540         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4541         to check if those variables exist (first appeared in Emacs 18.50).
4542
4543 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * mm-util.el (mm-line-number-at-pos): New function.
4546
4547         * spam-report.el (spam-report-process-queue): Use it.
4548
4549 2008-12-24  David Engster  <dengste@eml.cc>
4550
4551         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4552         parameters that haven't existed as variables as buffer-local variables.
4553
4554 2008-12-23  Dave Love  <fx@gnu.org>
4555
4556         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4557         cadar.
4558
4559         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4560         imap-starttls-p.
4561         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4562
4563 2008-12-22  Dave Love  <fx@gnu.org>
4564
4565         * imap.el: Fix author email.  Doc fixes.
4566         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4567         reply.
4568
4569 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * spam-report.el (spam-report-gmane-max-requests): New constant.
4572         (spam-report-gmane-wait): New variable.
4573         (spam-report-gmane-ham, spam-report-gmane-spam)
4574         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4575         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4576         the server.
4577
4578         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4579         Add explanations.
4580
4581         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4582         nnheader-accept-process-output and nnheader-read-timeout if available.
4583         (pop3-movemail): Use it.
4584
4585         * message.el (message-check-news-body-syntax): Fix signature check if
4586         there's an attachment.
4587
4588 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * mm-util.el: Add comments to the mm- emulating functions.
4591
4592 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4595         by Stephen Berman <stephen.berman@gmx.net>.
4596
4597 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * mm-util.el (mm-substring-no-properties): New function.
4600         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4601         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4602         (mm-string-to-multibyte): Doc fix.
4603
4604         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4605
4606 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4607
4608         * mml.el (mml-attach-file): Strip text properties from file name.
4609         (Bug#1574)
4610
4611 2008-12-16  Glenn Morris  <rgm@gnu.org>
4612
4613         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4614
4615 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4618         knows since the charset specified might be a bogus alias that
4619         mm-charset-synonym-alist provides.
4620
4621 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4624         "ISO_8859-1".
4625
4626         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4627
4628 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * mm-util.el (mm-charset-eval-alist):
4631         Define it before mm-charset-to-coding-system.
4632         (mm-charset-to-coding-system): Add optional argument `silent';
4633         define it before mm-charset-override-alist.
4634         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4635         default value if it can be used in Emacs currently running;
4636         silence mm-charset-to-coding-system.
4637
4638 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4641         `allow-override' which says whether to use `mm-charset-override-alist'.
4642         (rfc2047-decode-encoded-words): Use it.
4643
4644         * mm-util.el (mm-charset-override-alist): Fix custom type;
4645         add `(gb2312 . gbk)' to choices.
4646
4647 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4650         fast.
4651
4652         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4653
4654         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4655
4656 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4657
4658         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4659         on links.
4660
4661         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4662
4663 2008-12-03  Lute Kamstra  <lute@gnu.org>
4664
4665         * sha1.el: Remove leading * from docstrings of defcustoms,
4666         deffaces, defconsts and defuns.
4667
4668 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4671         users' addresses that don't have domain parts.
4672         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4673         rather than message-narrow-to-head since there will be the message
4674         header separator.
4675
4676 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4677
4678         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4679         since the result is inserted in a unibyte buffer anyway.
4680         (nnimap-demule-use-string-to-multibyte): Remove.
4681         (nnimap-demule): Alias it to mm-string-to-multibyte.
4682
4683 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4686         variable for debugging bug#464 and bug#1174.
4687         (nnimap-demule): Use it.
4688
4689 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4692         score calculation correctly.
4693
4694 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4695
4696         * message.el (message-send-mail): Just set the buffer to unibyte
4697         rather than use mm-with-unibyte-current-buffer which does a lot more.
4698         (message-send-mail-partially): Don't bother with
4699         mm-with-unibyte-current-buffer since it's already been made unibyte by
4700         message-send-mail.
4701
4702 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4705
4706 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4709
4710 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4713         require itself and to remove `with-no-warnings'.
4714
4715 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * starttls.el (starttls-any-program-available): Get the name of the
4718         available TLS layer program.
4719         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4720         well as the host name in the "opening" message.
4721
4722         * auth-source.el (auth-source-cache, auth-source-do-cache)
4723         (auth-source-user-or-password): Cache passwords and logins by default,
4724         allow override with `auth-source-do-cache'.
4725         (auth-source-forget-user-or-password): Allow users to remove cache
4726         entries if needed.
4727
4728 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4729
4730         * md4.el (md4-buffer): Fix typo in docstring.
4731         (md4, md4-64): Doc fixes.
4732         (md4-pack-int32): Reflow docstring.
4733
4734 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4737         condition-case to only the forward-sexp call.
4738
4739 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4742         quotes contained.  Make it more robust regardless by an extra
4743         condition-case wrapper.
4744
4745 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4748
4749 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * nnml.el (nnml-request-expire-articles): Check if the function set to
4752         `nnmail-expiry-target' returns the symbol `delete'.
4753
4754         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4755
4756         * nnmail.el (nnmail-expiry-target): Fix custom type.
4757
4758 2008-10-02  Glenn Morris  <rgm@gnu.org>
4759
4760         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4761         Silence compiler warning.
4762
4763 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4764
4765         * tls.el (open-tls-stream): Show the actual command being
4766         executed, instead of the format string.
4767
4768 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * lpath.el: Fbind codepage-setup for Emacs 23.
4771
4772 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4773
4774         * mml.el (mml-menu): Don't assume mml2015 is bound.
4775
4776 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4779         exists.
4780
4781 2008-09-27  Glenn Morris  <rgm@gnu.org>
4782
4783         * gnus-util.el (mail-header-remove-comments): Autoload it.
4784
4785 2008-09-27  Andreas Schwab  <schwab@suse.de>
4786
4787         * gnus-util.el (gnus-split-references): Strip comments.
4788         (gnus-parent-id): Likewise.
4789
4790 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4791
4792         * message.el (message-confirm-send): Fix version.
4793
4794 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * message.el (message-idna-to-ascii-rhs-1): Use
4797         mail-extract-address-components rather than mail-header-parse-addresses
4798         that is an alias by default to ietf-drums-parse-addresses that does not
4799         support non-ASCII names in headers' contents.
4800
4801 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * message.el (message-confirm-send): Fixed variable documentation to
4804         avoid the "y/n" wording.
4805
4806 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4807
4808         * message.el (message-set-auto-save-file-name): Save to a different
4809         filename so multiple messages (especially drafts) can be recovered.
4810
4811 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * message.el (message-confirm-send): Add appropriate version.
4814
4815 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4816
4817         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4818         defvar.
4819
4820 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4821
4822         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4823         (mm-pkcs7-enveloped-magic): Ditto.
4824
4825 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4826
4827         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4828         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4829
4830 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4833         default, it's better.
4834
4835 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4838         summary line gnus-number property and ignore them (with a warning
4839         message).
4840
4841 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4844         macro caddr in the interactive form since it won't be expanded.
4845
4846 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4849         `charset'; fix name of function called recursively.
4850         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4851
4852 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4855         (gnus-mime-set-charset-parameters): New function.
4856         (gnus-mime-view-part-as-charset): Use it to correctly display part
4857         specifying wrong charset.
4858
4859 2008-09-08  David Engster  <dengste@eml.cc>
4860
4861         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4862         in completing-read for back end server.
4863
4864 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * message.el (message-confirm-send): New variable to confirm sending a
4867         message.
4868         (message-send): Use it.
4869
4870 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4871
4872         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4873
4874 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4877
4878 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4881         prevent tracking too many groups.
4882         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4883         Use it.
4884
4885 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4886
4887         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4888         moving point to the bottom of the window in order to avoid recentering.
4889
4890 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4893
4894         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4895         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4896         (gnus-article-beginning-of-window): Fix calculation.
4897
4898 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-msg.el (gnus-summary-supersede-article)
4901         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4902         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4903         message header.
4904
4905 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4906
4907         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4908         pending output coming after the status change.
4909
4910 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4911
4912         * message.el:
4913         * gnus-start.el:
4914         * gnus-registry.el: Remove VMS support.
4915
4916 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4919         macro.
4920         (rfc2104-hash): Use it.
4921
4922 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4925         (gnus-summary-sort-by-most-recent-date): New commands.
4926         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4927         and menu entries.
4928
4929 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4932         don't redisplay article for raw contents; remove plural articles stuff.
4933
4934         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4935         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4936         on gnus-summary-save-article; display results properly.
4937
4938 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * lpath.el: No need to fbind ns-focus-frame.
4941
4942 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4945
4946 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4949         gnus-save-all-headers.
4950
4951 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4952
4953         * gnus-util.el (ns-focus-frame): Remove declaration.
4954         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4955         like x.
4956
4957 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4958
4959         * rfc2104.el (rfc2104-zero): Delete defconst.
4960         (rfc2104-hex-alist): Likewise.
4961         (rfc2104-hex-to-int): Delete func.
4962         (rfc2104-hexstring-to-bitstring): Likewise.
4963         (rfc2104-nybbles): New defconst.
4964         (rfc2104-hash): Rewrite for speed.
4965
4966 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * tls.el (open-tls-stream): Make it work with the 2nd argument
4969         BUFFER that is a string but does not exist as a buffer object, as
4970         mentioned in the doc-string.
4971
4972 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4975         SXEmacs.
4976
4977 2008-07-16  Glenn Morris  <rgm@gnu.org>
4978
4979         * gnus-util.el (ns-focus-frame): Declare for compiler.
4980
4981 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4984         set as a group parameter.
4985         (gnus-summary-save-in-pipe): Work when it is called independently.
4986         (gnus-summary-pipe-to-muttprint): Don't modify
4987         gnus-summary-pipe-output-default-command.
4988
4989 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4990
4991         * message.el (message-send-mail-with-sendmail):
4992         Display the error message.
4993
4994 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-art.el (gnus-default-article-saver):
4997         Add gnus-summary-save-in-pipe to choices.
4998         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4999         gnus-summary-pipe-output-default-command as the default command.
5000         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5001         instead of gnus-last-shell-command.
5002
5003         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5004         New user option.
5005         (gnus-summary-muttprint-program): Mention the value will be changed.
5006         (gnus-summary-save-article): Force showing of all headers.
5007         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5008
5009 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5010
5011         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5012
5013 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5014
5015         * nnimap.el (nnimap-id):
5016         * sieve-manage.el (sieve-manage-open): Doc fixes.
5017
5018 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5019
5020         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5021         if available.
5022
5023 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5024
5025         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5026
5027         * nnkiboze.el (nnkiboze-generate-group):
5028         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5029
5030         * nnmairix.el: Require CL.
5031
5032 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * dgnushack.el: Autoload get-display-table and put-display-table for
5035         XEmacs 21.5.
5036
5037         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5038         21.4 and SXEmacs.
5039
5040 2008-06-15  David Engster  <dengste@eml.cc>
5041
5042         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5043
5044 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5045
5046         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5047         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5048         runtime choice under XEmacs.
5049
5050         * gnus-sum.el (gnus-summary-set-display-table):
5051         Use `gnus-put-display-table', `gnus-get-display-table',
5052         `gnus-set-display-table' for the display table, instead of `aset'.
5053
5054         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5055         Use `gnus-put-display-table', `gnus-get-display-table',
5056         `gnus-set-display-table' for the display table.
5057
5058 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * nnmairix.el: Add autoloads.
5061
5062 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * nnmairix.el (nnmairix-delete-recreate-group)
5065         (nnmairix-update-and-clear-marks): Fix error messages.
5066
5067 2008-06-14  David Engster  <dengste@eml.cc>
5068
5069         * nnmairix.el: Upgrade to version 0.6.
5070         (nnmairix-group-toggle-propmarks-this-group)
5071         (nnmairix-group-toggle-readmarks-this-group)
5072         (nnmairix-group-delete-recreate-this-group)
5073         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5074         (nnmairix-remove-tick-mark-original-article): New commands.
5075         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5076         (nnmairix-propagate-marks-to-nnmairix-groups)
5077         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5078         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5079         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5080         functions needed for marks propagation and manipulation of read marks.
5081         (nnmairix-update-groups): New function.
5082         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5083         (nnmairix-determine-original-group-from-registry)
5084         (nnmairix-determine-original-group-from-path)
5085         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5086         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5087         New helper functions.
5088         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5089         keystrokes for new commands.
5090         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5091         (nnmairix-request-group): Check allow-fast group parameter.
5092         (nnmairix-request-create-group): Set allow-fast group parameter if
5093         nnmairix-allowfast-default is set.
5094         (nnmairix-close-group): Propagate marks upon closing if needed.
5095         (nnmairix-group-toggle-threads-this-group): Use new.
5096         nnmairix-group-toggle-parameter helper function.
5097         (nnmairix-search): Better check for empty search result.
5098         (nnmairix-goto-original-article): Use new helper functions for
5099         determining original article.
5100         (nnmairix-show-original-article): Make sure message-id is in brackets.
5101         (nnmairix-call-mairix-binary): Change variable name.
5102         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5103         helper function.
5104         (nnmairix-widget-toggle-activate): Fix doc string.
5105
5106 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * nnir.el: Require edmacro when compiling with XEmacs.
5109         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5110         available in Emacs 21.
5111
5112 2008-06-11  Glenn Morris  <rgm@gnu.org>
5113
5114         * gnus-util.el (x-focus-frame):
5115         * gnus.el (image-size):
5116         * mm-decode.el (image-size): Declare.
5117
5118         * gnus-picon.el (declare-function): Add compat definition.
5119         (image-size): Declare.
5120
5121         * gnus-group.el (tool-bar-map):
5122         * gnus-sum.el (tool-bar-map): Define for compiler.
5123
5124         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5125
5126         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5127
5128         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5129         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5130         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5131         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5132         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5133         * sieve-manage.el, spam-report.el, spam.el:
5134         Remove unnecessary eval-and-compile of autoloads.
5135
5136 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5137
5138         * auth-source.el: Precise Tramp doc.
5139
5140 2008-06-07  Glenn Morris  <rgm@gnu.org>
5141
5142         * nnmairix.el: Remove unnecessary eval-when-compile.
5143
5144 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * lpath.el: Fbind propertize for XEmacs 21.4.
5147
5148 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * nnir.el: Move here from ../contrib.
5151
5152 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5153
5154         * gnus-util.el (gnus-read-shell-command): New function.
5155         * mm-decode.el (mm-pipe-part):
5156         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5157
5158 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5161
5162 2008-06-03  Glenn Morris  <rgm@gnu.org>
5163
5164         * pop3.el (nnheader-accept-process-output): Autoload it.
5165
5166 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5169         are not 2-digit hexadecimal characters that follow `%'s.
5170
5171 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * message.el (message-bogus-recipient-p): Fix type in doc string.
5174         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5175         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5176         Improve custom options.
5177         (message-bogus-recipient-p): Adjust accordingly.
5178
5179 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5180
5181         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5182         long-form month and day names.
5183
5184 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * dgnushack.el: Autoload debug, eudc-expand-inline and
5187         pgg-snarf-keys-region for XEmacs.
5188
5189         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5190
5191         * nnmairix.el: Require edmacro when compiling with XEmacs.
5192
5193 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5196         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5197
5198 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * auth-source.el: Add more docs.
5201
5202         * netrc.el (netrc-machine): Always match if the port is not given.
5203
5204 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5207         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5208         retrieval faster in some cases, but might make CPU usage larger.  If
5209         this has any bad side effects, we might revert this change.
5210
5211         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5212         seems to make mail retrieval much, much faster.
5213         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5214         unconditionally.
5215
5216         * gnus-draft.el (gnus-group-send-queue): Bind
5217         message-send-mail-partially-limit to nil to avoid being prompted.
5218
5219 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5222
5223         * message.el (message-bogus-address-regexp): Fix and improve custom
5224         type.
5225         (message-setup-hook): Add message-check-recipients as custom option.
5226
5227 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * message.el (message-cite-function): Remove bogus autoload which crept
5230         in during merge from v5-10.
5231
5232 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5235
5236         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5237
5238         * auth-source.el: Preliminary Tramp docs.
5239         (auth-sources): Change the default auth-sources to use
5240         EPA .gpg files.
5241
5242 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * nntp.el: Autoload `auth-source-user-or-password'.
5245         (nntp-send-authinfo): Use it.
5246
5247         * nnimap.el: Autoload `auth-source-user-or-password'.
5248         (nnimap-open-connection): Use it.
5249
5250         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5251         for the gnus-message function.
5252         (auth-source-user-or-password): Use it.
5253
5254 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5255
5256         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5257         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5258         (rfc2104-hash): Use it.
5259
5260 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5261
5262         * gnus-art.el (gnus-article-toggle-truncate-lines):
5263         Don't use `iff' in docstring.
5264
5265 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5266
5267         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5268
5269         * gnus-util.el (gnus-extract-address-component-name)
5270         (gnus-extract-address-component-email): Convenience functions around
5271         `gnus-extract-address-components'.
5272
5273         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5274         Use `gnus-extract-address-component-email' to fix bug of comparing full
5275         sender name to `user-mail-address'.
5276
5277 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5280         catch/throw to optimize.
5281         (gnus-registry-find-keywords): Just use member to find a keyword.
5282
5283 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5284
5285         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5286         is current before calling gnus-server-prepare.
5287         (gnus-server-setup-buffer, gnus-server-update-server)
5288         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5289
5290 2008-05-04  Juri Linkov  <juri@jurta.org>
5291
5292         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5293         (mailcap-file-default-commands): Use mailcap-replace-in-string
5294         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5295         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5296
5297 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5298
5299         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5300
5301 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5302
5303         * gnus.el: Bump version to 0.11.
5304
5305 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5306
5307         * gnus.el: No Gnus v0.10 is released.
5308
5309 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5312         hooks.
5313         (gnus-update-read-articles): Speed up non-marks-using users.
5314         (gnus-use-marks): Define gnus-use-marks.
5315         (gnus-propagate-marks): Rename variable to something more sensible.
5316
5317 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5318
5319         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5320         (gmm-image-load-path-for-library): Fix typos in docstrings.
5321         (gmm-message): Reflow docstring.
5322
5323 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * mail-source.el (mail-source-set-1, mail-source-bind):
5326         Move auth-source code out of the macro to clean it up and fix bugs.
5327
5328 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5331         by sender if it's equal to user-mail-address, it's likely to be
5332         useless.
5333
5334         * mail-source.el (mail-source-bind): Don't use user or password if they
5335         are not bound.  Unintern them if they are nil.  Don't use server unless
5336         it's bound, and default it to empty string otherwise.
5337
5338 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * mail-source.el: Load auth-source.el.
5341         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5342         get user name or password, if auth-sources is set up.
5343
5344         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5345         strategy of splitting with parent.
5346         (gnus-registry-split-fancy-with-parent)
5347         (gnus-registry-post-process-groups): Use it and fix prior
5348         bug (returning a list as the split result).
5349
5350         * auth-source.el (auth-sources): Remove server parameter.
5351         (auth-source-pick, auth-source-user-or-password)
5352         (auth-source-user-or-password-imap)
5353         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5354         (auth-source-user-or-password-sftp)
5355         (auth-source-user-or-password-smtp): Remove server parameter.
5356
5357 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5358
5359         * smime.el (smime-sign-region, smime-encrypt-region)
5360         (smime-decrypt-region):
5361         Remove redundant calls to `generate-new-buffer-name'.
5362
5363 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5364
5365         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5366         Don't use QP for message/rfc822.
5367         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5368
5369 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5370
5371         * sieve-manage.el (sieve-string-bytes): Remove.
5372         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5373         correct byte-length only if the process's coding-system is the same as
5374         the one used internally by Emacs to represent strings.
5375
5376 2008-04-22  Juri Linkov  <juri@jurta.org>
5377
5378         * mailcap.el (mailcap-file-default-commands): New function.
5379
5380 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * message.el (message-signature-separator, message-cite-function):
5383         Change custom version.
5384
5385 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5386
5387         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5388         commands.
5389         (tls-checktrust): Ditto.
5390
5391 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * mm-decode.el (mm-display-external): Make temp file read-only.
5394
5395 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5398         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5399         `C-c C-f d'.
5400
5401 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5402
5403         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5404
5405 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus.el: Bump version to 0.9.
5408
5409 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * gnus.el: No Gnus v0.8 is released.
5412
5413 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5414
5415         * mail-source.el (mail-source-value):
5416         Prefer fboundp to functionp so it works with macros as well.
5417
5418 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5419
5420         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5421         Fix last change in case the element is not even a symbol.
5422
5423 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5424
5425         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5426         Prefer fboundp to functionp so it works with macros as well.
5427
5428 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * auth-source.el: Added docs.
5431         (auth-sources): Modify format to support server.
5432         (auth-source-pick, auth-source-user-or-password)
5433         (auth-source-user-or-password-imap)
5434         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5435         (auth-source-user-or-password-sftp)
5436         (auth-source-user-or-password-smtp): Add server parameter.
5437
5438 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-registry.el: Initialize the registry when gnus-registry-install
5441         is t.
5442
5443 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * compface.el (uncompface): Make buffer unibyte.
5446
5447 2008-04-05  Glenn Morris  <rgm@gnu.org>
5448
5449         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5450
5451 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5452
5453         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5454         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5455
5456         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5457         multibyteness after rather than before erasing it.
5458
5459         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5460         mm-with-multibyte.
5461         (gnus-request-article-this-buffer): Make sure the proper decoding is
5462         used if gnus-original-article-buffer happens to be unibyte.
5463
5464         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5465         default-enable-multibyte-characters.
5466
5467         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5468         default-enable-multibyte-characters.
5469
5470         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5471
5472         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5473
5474 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5475
5476         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5477         (imap-message-copyuid-1): Use it.
5478         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5479         J. Williams in
5480         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5481
5482         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5483         imap-enable-exchange-bug-workaround.
5484         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5485
5486 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5487
5488         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5489         a 100 byte status-checks into a 2-3MB transfer for each group.
5490         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5491         to enable bug workaround or not.
5492         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5493
5494 2008-03-31  Glenn Morris  <rgm@gnu.org>
5495
5496         * message.el (mml2015-use): Declare for compiler.
5497         (message-info): Require mml2015 when appropriate.
5498
5499 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5502         whitespace.
5503
5504 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5505
5506         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5507         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5508         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5509         (nntp-service-to-port): New function.
5510         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5511         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5512         (nntp-open-netcat-stream): New function.
5513         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5514
5515 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5516
5517         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5518
5519 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5520
5521         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5522
5523 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5524
5525         * dns.el (dns-write): Use set-buffer-multibyte.
5526
5527 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5528
5529         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5530
5531 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * message.el (message-signature-separator): Change default.
5534         Improve custom type.
5535         (message-cite-function): Change default to
5536         message-cite-original-without-signature.
5537
5538         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5539         toggle.
5540
5541         * message.el (message-check-news-body-syntax): Fix signature check.
5542         (message-setup-1): Mark buffer as unmodified _after_ running
5543         message-setup-hook and handling message-alternative-emails.
5544         (message-shorten-references): Be more strict when building list of
5545         valid references to comply with GNKSA.
5546
5547         * gnus-group.el (gnus-read-ephemeral-bug-group)
5548         (gnus-read-ephemeral-debian-bug-group)
5549         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5550
5551         * message.el (message-info): Don't use booleanp which isn't supported
5552         in Emacs 21 and XEmacs.
5553
5554 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5557         gnus-group-gmane-group-download-format.
5558         (gnus-group-read-ephemeral-gmane-group): Rename from
5559         gnus-group-read-ephemeral-gmane-group.
5560         (gnus-read-ephemeral-gmane-group-url): Rename from
5561         gnus-group-read-ephemeral-gmane-group-url.
5562         (gnus-bug-group-download-format-alist): New variable.
5563         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5564         (gnus-read-ephemeral-emacs-bug-group): New commands.
5565
5566 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5569         (gnus-visible-headers): Improve custom type.
5570
5571 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * mml.el (mml-menu): Add workarounds for XEmacs.
5574
5575         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5576         X-Boundary header.
5577
5578         * message.el (message-simplify-recipients): Fix previous commit.
5579
5580 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5581
5582         * mm-util.el (mm-set-buffer-multibyte): New function.
5583         * mm-decode.el (mm-copy-to-buffer): Use it.
5584
5585 2008-03-19  Glenn Morris  <rgm@gnu.org>
5586
5587         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5588         Accidentally removed in the sync process with Emacs.
5589
5590 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * message.el (message-alter-recipients-discard-bogus-full-name):
5593         New function.
5594         (message-alter-recipients-function): New variable.
5595         (message-get-reply-headers): Use it.
5596         (message-replace-header): New helper function.
5597         (message-recipients-without-full-name): New variable.
5598         (message-simplify-recipients): New command.
5599
5600         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5601
5602         * message.el (message-info): Handle EasyPG manual.
5603
5604         * mml.el (mml-menu): Add entry for EasyPG.
5605
5606 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5607
5608         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5609         parameter.
5610
5611         * message.el (message-disassociate-draft): Specify drafts group name
5612         fully.
5613
5614 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5617         unnecessary duplicates from the match list.
5618
5619 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5622
5623         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5624
5625         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5626         args of `how-many' of which the XEmacs version doesn't take; declare
5627         Info-index-next as function.
5628
5629 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * gnus-score.el (gnus-score-headers): Fix handling of
5632         gnus-inhibit-slow-scoring.
5633
5634         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5635         string.
5636         (gnus-button-url-regexp): Improve handling of parenthesis.
5637         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5638         (gnus-button-handle-info-keystrokes): Handle index entries.
5639
5640 2008-03-15  Glenn Morris  <rgm@gnu.org>
5641
5642         * parse-time.el (parse-time-string): Simplify.
5643
5644 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5647         Incoming* files.
5648
5649 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5652         (auth-source-pick): Use it.
5653
5654 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5655
5656         * binhex.el (binhex-decode-region-internal):
5657         * uudecode.el (uudecode-decode-region-internal):
5658         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5659         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5660         setting default-enable-multibyte-characters.
5661
5662 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * auth-source.el (auth-source-protocols)
5665         (auth-source-protocols-customize, auth-source-choices): Added and
5666         modified variable customizations and defaults.
5667         (auth-source-pick, auth-source-user-or-password)
5668         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5669         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5670         (auth-source-user-or-password-sftp)
5671         (auth-source-user-or-password-smtp): Use new variables and provide an
5672         interface to netrc.el.
5673
5674 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5677         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5678         Make sure the nntp port to specify is a string.
5679
5680 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5681
5682         * nntp.el: Use with-current-buffer.
5683         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5684         dubious mm-with-unibyte-current-buffer.
5685         (nntp-with-open-group-function): New function extracted from
5686         nntp-with-open-group macro.
5687         (nntp-with-open-group): Use the function, so it's easier to debug.
5688         Add indentation and debugging info.
5689         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5690         the use of the netcat alternatives.
5691
5692         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5693         Avoid mm-string-as-multibyte as well.
5694
5695         * nnweb.el (nnweb-insert-html):
5696         Remove use of nnheader-string-as-multibyte.
5697
5698         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5699         (nnheader-string-as-multibyte): Remove.
5700
5701         * mm-view.el: Use inhibit-read-only.
5702         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5703         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5704         or unibyte-string.
5705
5706         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5707         (mm-uu-yenc-extract): Use with-current-buffer.
5708
5709         * gnus-soup.el (gnus-soup-send-packet): Don't use
5710         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5711
5712         * nnmh.el: Use with-current-buffer.
5713         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5714         mm-string-as-multibyte on the output of mm-encode-coding-string.
5715
5716         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5717         (nnimap-request-move-article): Use with-current-buffer.
5718
5719         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5720         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5721         conversion uses string-make-unibyte rather than string-as-unibyte.
5722
5723         * gnus-msg.el: Use with-current-buffer.
5724
5725         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5726
5727 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5728
5729         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5730         string for caching if it is 'PIN.
5731
5732 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * lpath.el: Consider the case without Emacs/W3.
5735
5736 2008-03-08  Glenn Morris  <rgm@gnu.org>
5737
5738         * time-date.el (date-to-time, time-subtract, time-add)
5739         (safe-date-to-time): Doc fixes.
5740
5741 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * mail-source.el (mail-source-delete-old-incoming-confirm):
5744         Change default to nil.
5745         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5746
5747 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * lpath.el: Rearrange.
5750
5751         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5752         (gnus-article-goto-prev-page): Work for articles having ^L's.
5753
5754         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5755
5756         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5757
5758 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5759
5760         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5761         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5762         (gnus-bookmark-jump): Adjust some variable names.
5763
5764 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5765
5766         * auth-source.el: New package.
5767         (auth-source-choices): Add customization entry point variable.
5768
5769         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5770         bug.
5771
5772 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5775         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5776         (gnus-registry-install-shortcuts): Rename from
5777         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5778         the `gnus-registry-mark-map' keymap dynamically from
5779         `gnus-registry-marks'.  The generated functions update the summary line
5780         when a registry mark is added or deleted, and will call
5781         `gnus-registry-install-p' (see the comments in the code).
5782         (gnus-registry-user-format-function-M): Use concat intelligently.
5783
5784         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5785         the registry mark functions.
5786
5787 2008-03-05  Glenn Morris  <rgm@gnu.org>
5788
5789         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5790         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5791         gnus-art.
5792         (top-level): No need to load own source when compiling.
5793
5794 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5797         Suggested by <chris.anderton@zetnet.co.uk>.
5798
5799 2008-03-04  Glenn Morris  <rgm@gnu.org>
5800
5801         * gnus-sum.el (top-level): No need to require gnus when compiling,
5802         since unconditionally required near start of file.
5803         (gnus-summary-display-while-building): Move definition before use.
5804
5805 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5808         formatting function.
5809
5810 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5813         with plists.
5814         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5815         Use new format.
5816
5817 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5820         `where-is-internal' that returns a range of key sequences.
5821
5822 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5825
5826         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5827         (gnus-summary-jump-to-group): Consider windows on other displayed
5828         frames as well.  Similar changes might be needed elsewhere, but that's
5829         the one I've bumped into during my use.
5830
5831         * nndoc.el (nndoc-oe-dbx-type-p):
5832         * gnus-msg.el (gnus-debug):
5833         * gnus-group.el (gnus-update-group-mark-positions):
5834         Use mm-string-to-multibyte.
5835
5836 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5839         doesn't handle NotDashEscaped.
5840
5841         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5842         (mml-dnd-attach-options): Fix typo in custom choice.
5843
5844         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5845         nndoc-article-type to mbox.
5846         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5847
5848         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5849         to nil, instead of html2text.
5850
5851         * imap.el (imap-debug): Add `imap-ping-server'.
5852
5853         * gnus-bookmark.el: Add FIXMEs.
5854
5855         * message.el (message-form-letter-separator)
5856         (message-send-form-letter-delay): New variables.
5857         (message-send-form-letter): Use them.  New command to send form
5858         letters.  Requested by Uwe Siart.
5859         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5860
5861 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * Update copyright years.
5864
5865 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         Sync from EMACS_22_BASE.
5868
5869         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5870
5871 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5872
5873         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5874         empty author.
5875
5876 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * gnus-registry.el (gnus-registry-marks): Add variable for
5879         customization of marks and their appearance.
5880         (gnus-registry-read-mark): Use it.
5881         (gnus-registry-do-marks): Add utility function to loop through
5882         `gnus-registry-marks'.
5883         (gnus-registry-install-shortcuts-and-menus): Add function to install
5884         shortcuts and menus.
5885         (gnus-registry-initialize): Use it.
5886         (gnus-registry-default-mark): Clarify documentation.
5887
5888 2008-02-29  Glenn Morris  <rgm@gnu.org>
5889
5890         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5891         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5892         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5893         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5894         Change defcustom :version from 23.0 to 23.1.
5895
5896 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * gnus-registry.el (gnus-registry-follow-group-p)
5899         (gnus-registry-post-process-groups): Add functions to aid registry
5900         splitting and improve logging.  Clarify behavior in function
5901         documentation.
5902         (gnus-registry-split-fancy-with-parent): Use them.
5903
5904 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5905
5906         * gnus-art.el: Use with-current-buffer.
5907
5908 2008-02-27  David Engster  <dengste@eml.cc>
5909
5910         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5911         Express real group name in the response.
5912
5913 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5916         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5917         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5918         autoload gnus-registry-fetch-group when compiling.
5919         (nnmairix-request-group-with-article-number-correction): Remove
5920         unreferenced argument passed to nnmairix-call-backend.
5921
5922 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5925         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5926         Wilde.
5927
5928 2008-02-27  Glenn Morris  <rgm@gnu.org>
5929
5930         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5931         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5932         variables to defconsts.  Convert comments to doc-strings.
5933         (nnmairix-last-server, nnmairix-current-server): Convert from free
5934         variables to defvars.  Convert comments to doc-strings.
5935         (gnus-registry-fetch-group): Autoload.
5936         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5937         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5938         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5939         caddr.
5940         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5941         nnmairix-request-group-with-article-number-correction call.
5942         (nnmairix-fast, nnmairix-group): New, less general names, for free
5943         variables passed from nnmairix-request-group to
5944         nnmairix-request-group-with-article-number-correction.  Declare.
5945         (nnmairix-request-group-with-article-number-correction):
5946         Use nnmairix-fast, nnmairix-group rather than fast, group.
5947
5948 2008-02-26  David Engster  <dengste@eml.cc>
5949
5950         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5951         version 0.5.
5952
5953 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5954
5955         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5956         instead of making an extra function call.  Don't add the current group
5957         to articles only when they have the group.  Use
5958         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5959         Reported by David <de_bb@arcor.de>.
5960
5961 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5964         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5965
5966 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * mail-source.el (mail-source-delete-incoming): Change default.
5969         Supplement doc string.
5970
5971         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5972
5973 2008-02-14  Glenn Morris  <rgm@gnu.org>
5974
5975         * time-date.el (format-seconds): New function.
5976
5977 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * nnmail.el (nnmail-message-id-cache-file): Derive from
5980         `gnus-home-directory'.
5981
5982 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5985         Document negative prefix.
5986
5987         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5988
5989 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * message.el (message-unsent-separator): Add the Exim bounce
5992         separator.
5993
5994 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5995
5996         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5997         list.
5998         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5999         recipient/signer list.
6000
6001 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * Makefile.in (datarootdir): Define.
6004         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6005         name that might contain whitespace.
6006
6007 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6010         fbound (Emacs 23 unicode), signal an error.
6011
6012 2008-02-08  Glenn Morris  <rgm@gnu.org>
6013
6014         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6015
6016 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6017
6018         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6019         ports to the calls to `netrc-machine-user-or-password' in addition to
6020         "imap" and "imaps".
6021
6022 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6023
6024         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6025
6026         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6027
6028 2008-02-01  Kenichi Handa  <handa@m17n.org>
6029
6030         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6031         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6032         (rfc2104-hash): Convert the result of concat to unibyte string.
6033
6034 2008-02-01  Dave Love  <fx@gnu.org>
6035
6036         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6037         coding-system-for-read.
6038         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6039
6040 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6043         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6044         <hanche@math.ntnu.no>.
6045
6046 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6049
6050         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6051
6052 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6053
6054         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6055         * message.el (message-beginning-of-line): Use featurep instead of bound
6056         tests in order to resolve conditionals at compile time.
6057
6058 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6059
6060         * mail-source.el (mail-sources): Add `group' choice.
6061
6062         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6063         parameter `in-group' to control into which group the articles go.
6064         Add treatment of `group' mail-source.
6065
6066 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6069
6070         * mm-decode.el (mm-dissect-buffer): Decode description.
6071
6072         * mml.el (mml-to-mime): Encode message header first.
6073
6074 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6077         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6078
6079         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6080         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6081
6082 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6085
6086 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6089         prefix keys.
6090         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6091         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6092         gnus-xmas.el.
6093
6094         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6095         (gnus-xmas-article-describe-bindings): New function.
6096         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6097         gnus-xmas-article-describe-bindings.
6098
6099         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6100
6101 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6104         Add new variables for article mark management.
6105         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6106         list of extra data entries which, when present, will indicate that the
6107         article ID should not be trimmed from the registry.
6108         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6109         functions.
6110         (gnus-registry-read-mark): New function to read a mark name from the
6111         user.
6112         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6113         (gnus-registry-set-article-mark-internal): New functions to add and
6114         remove marks.
6115         (gnus-registry-get-article-marks): New function to show the marks for
6116         an article, or retrieve them for further use.
6117
6118 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6121         keys when no argument is given.
6122
6123 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * imap.el (imap-ping-server): New variable.
6126         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6127         (imap-ping-server): Minor doc string fixes.
6128
6129 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6130
6131         * imap.el (imap-ping-server): New function.
6132         (imap-opened): Call imap-ping-server.
6133
6134 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-sum.el (gnus-article-sort-by-random)
6137         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6138         jidanni@jidanni.org.
6139
6140 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (gnus-article-describe-bindings): New function.
6143         (gnus-article-read-summary-keys): Use it.
6144         (gnus-article-mode-map): Bind `C-h b' to it.
6145
6146 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6149         XEmacs.
6150         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6151         against non-character events.
6152
6153         * lpath.el: Fbind map-keymap for Emacs 21.
6154
6155 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6158         command.
6159         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6160         instead of END.  Change name of the temp file.
6161         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6162         customizable.
6163
6164 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6167         bind `S W' to gnus-article-wide-reply-with-original; set default
6168         binding to gnus-article-read-summary-send-keys.
6169         (gnus-article-read-summary-keys): Fix the order of keys; display
6170         continuation keys correctly in the echo area; describe bindings
6171         correctly when keys end with `C-h'.
6172         (gnus-article-read-summary-send-keys): New function.
6173         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6174         for gnus-article-read-summary-send-keys; display continuation keys
6175         correctly in the echo area.
6176         (gnus-article-reply-with-original): Ignore prefix argument.
6177         (gnus-article-wide-reply-with-original): New function.
6178
6179         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6180         Emacs 21.
6181
6182 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6185         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6186
6187 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6190         (gnus-group-read-ephemeral-gmane-group): New command.
6191
6192 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6193
6194         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6195
6196 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * message.el (message-send-mail-function): Increase custom version.
6199
6200         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6201         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6202
6203 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6206         for the cases where imap-authenticate is called with a nil buffer
6207         parameter.
6208
6209 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6212         html parts correctly; support forwarded messages.
6213         (gnus-article-browse-html-article): Remove work buffers.
6214
6215         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6216         compiling.
6217         (netrc-bound-and-true-p): New macro.
6218         (netrc-parse): Use it instead of bound-and-true-p that is not available
6219         in XEmacs 21.4.
6220
6221 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * gnus-registry.el (gnus-registry-mark-article)
6224         (gnus-registry-article-marks): Add functionality to mark articles
6225         through the Gnus registry.
6226
6227         * encrypt.el: Clarify documentation for the new pgg method.
6228         (encrypt-file-alist): Add PGG option.
6229         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6230         functionality.  Abstract password key and messaging to external
6231         functions.
6232         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6233         (encrypt-message-method-and-cipher): Add new convenience external
6234         functions.
6235         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6236         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6237
6238         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6239         (netrc-parse): Use encrypt-file-alist to determine if
6240         encrypt-find-model or encrypt-insert-file-contents should be used.
6241
6242         * encrypt.el: Clarify documentation.  Load password-cache or
6243         password, whichever one is found first, instead of autoloading.
6244
6245 2007-12-19  Glenn Morris  <rgm@gnu.org>
6246
6247         * mml.el (message-options-set, message-narrow-to-head)
6248         (message-in-body-p, message-mail-p, message-encode-message-body):
6249         Autoload.
6250         (message-remove-header, message-narrow-to-headers-or-head)
6251         (message-subscribed-p, message-make-mail-followup-to)
6252         (message-position-on-field, message-news-p)
6253         (message-options-set-recipient, message-generate-headers)
6254         (message-sort-headers): Declare as functions.
6255
6256 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6259         convention in doc string.
6260
6261 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6264         title to html parts.
6265         (gnus-article-browse-html-article): Pass message header to it.
6266
6267         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6268
6269 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6272         or password compatible with XEmacs.
6273
6274 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6277         format document.
6278         (gnus-mime-delete-part): Don't write description line if empty.
6279         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6280
6281 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6282
6283         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6284         (gnus-summary-mark-read-and-unread-as-read)
6285         (gnus-summary-mark-current-read-and-unread-as-read)
6286         (gnus-summary-mark-unread-as-ticked): Doc fix.
6287         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6288
6289 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6292         Christoph Conrad <christoph.conrad@gmx.de>.
6293
6294 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6297         yes-or-no-p.
6298
6299 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * mm-decode.el (mm-add-meta-html-tag): New function.
6302         (mm-save-part-to-file, mm-pipe-part): Use it.
6303
6304         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6305         gnus-y-or-n-p instead of y-or-n-p.
6306         (gnus-article-browse-html-parts): Work with message/external-body; use
6307         mm-add-meta-html-tag.
6308
6309 2007-12-11  Glenn Morris  <rgm@gnu.org>
6310
6311         * gnus-cache.el: Require gnus-sum not just when compiling.
6312
6313         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6314
6315         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6316         definitions before use.
6317
6318         * mm-decode.el: Require gnus-util.
6319         (mm-remove-part): Only call delete-annotation on XEmacs.
6320
6321         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6322
6323         * nnmail.el: Require gnus-int.
6324
6325         * spam.el: Move `require's before `eval-when-compile's.
6326
6327         * gnus-ems.el (gnus-alive-p):
6328         * gnus-fun.el (message-goto-eoh):
6329         * gnus-util.el (gnus-group-name-decode):
6330         * mail-source.el (gnus-compress-sequence):
6331         * message.el (Info-goto-node, format-spec):
6332         * mm-bodies.el (message-options-get):
6333         * mm-decode.el (mm-view-pkcs7):
6334         * mm-util.el (gmm-write-region):
6335         * mml-smime.el (mml-compute-boundary)
6336         (gnus-completing-read-with-default):
6337         * mml.el (widget-button-press, gnus-make-hashtable):
6338         * mml1991.el (mm-decode-content-transfer-encoding)
6339         (mm-encode-content-transfer-encoding)
6340         (message-options-get, message-options-set):
6341         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6342         * nnfolder.el (gnus-request-group):
6343         * nnheader.el (ietf-drums-unfold-fws):
6344         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6345         * smime.el (gnus-run-mode-hooks):
6346         * spam-stat.el (gnus-message): Autoload.
6347
6348         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6349         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6350         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6351         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6352         Add declare-function compatibility definition.
6353
6354         * gnus-cache.el (nnvirtual-find-group-art):
6355         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6356         (gnus-add-image, gnus-add-wash-type):
6357         * gnus-group.el (nnkiboze-score-file):
6358         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6359         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6360         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6361         (message-tokenize-header, gnus-get-buffer-create)
6362         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6363         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6364         * gnus.el (gnus-group-decoded-name):
6365         * mail-source.el (imap-capability):
6366         * mm-bodies.el (message-options-set):
6367         * mm-decode.el (gnus-configure-windows):
6368         * mm-extern.el (message-goto-body):
6369         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6370         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6371         (epg-sub-key-validity, message-options-set):
6372         * mml.el (widget-event-point, gnus-configure-windows):
6373         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6374         * mml2015.el (epg-check-configuration, epg-configuration)
6375         (message-options-set):
6376         * nndb.el (nndb-request-article):
6377         * nnfolder.el (gnus-request-create-group):
6378         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6379         * nnmaildir.el (gnus-group-mark-article-read):
6380         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6381         * rfc1843.el (message-fetch-field):
6382         * spam.el (gnus-extract-address-components):
6383         Declare as functions.
6384
6385 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6388
6389         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6390
6391         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6392         bind show-trailing-whitespace for XEmacs.
6393
6394 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6397         new no-op macro for backward compatibility.
6398
6399         * imap.el (imap-string-to-integer): New function.
6400
6401 2007-12-09  Glenn Morris  <rgm@gnu.org>
6402
6403         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6404
6405         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6406         * message.el, mm-view.el, sieve-manage.el, smime.el:
6407         Add declare-function compatibility definition.
6408
6409         * gnus-art.el (w3-region, w3m-region, Info-menu):
6410         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6411         * gnus-sum.el (gnus-get-predicate):
6412         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6413         * message.el (mail-abbrev-in-expansion-header-p):
6414         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6415         (w3m-detect-meta-charset, w3m-region):
6416         * sieve-manage.el (password-read, password-cache-add)
6417         (password-cache-remove):
6418         * smime.el (password-read-and-add): Declare as functions.
6419
6420 2007-12-08  David Kastrup  <dak@gnu.org>
6421
6422         * gnus-sum.el (gnus-summary-simplify-subject-query):
6423         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6424         `message'.
6425
6426 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6429         it to bind idna-program, installation-directory, defined-colors, and
6430         face-attribute for XEmacs of the version that compiles defcustom forms.
6431
6432 2007-12-07  Glenn Morris  <rgm@gnu.org>
6433
6434         * gnus-art.el (article-make-date-line): Revert previous change.
6435
6436 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6439
6440 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6441
6442         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6443         Call gnus-add-to-range ranges only once with a prepared article-list.
6444
6445 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6446
6447         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6448         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6449         group names with backslashes.  Reported by Tassilo Horn
6450         <tassilo@member.fsf.org>.
6451
6452 2007-12-06  Deepak Goel  <deego3@gmail.com>
6453
6454         * gnus-art.el (article-make-date-line):
6455         * gnus-start.el (gnus-load):
6456         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6457
6458 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-art.el (gnus-use-idna)
6461         * gnus-start.el (gnus-site-init-file)
6462         * message.el (message-use-idna)
6463         * mm-uu.el (mm-uu-hide-markers)
6464         * smiley.el (smiley-style): Revert changes that suppress warnings.
6465
6466 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6469         specify charset to html source.  Reported by Christoph Conrad
6470         <christoph.conrad@gmx.de>.
6471
6472 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6475         idna-program in order to suppress byte compile warning issued by XEmacs
6476         that came to byte compile the default value section of defcustom forms
6477         recently.
6478
6479         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6480         value of installation-directory.
6481
6482         * message.el (message-use-idna): Don't directly refer to the value of
6483         idna-program.
6484
6485         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6486
6487         * smiley.el (smiley-style): Don't directly call face-attribute.
6488
6489 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6492
6493         * gnus-dired.el: Reduce Gnus dependencies.
6494         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6495         require.  Use autoloads instead.
6496         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6497         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6498         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6499         (gnus-dired-mode): Adjust doc string.
6500         (gnus-dired-mail-mode): New variable.
6501         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6502         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6503         (gnus-dired-mail-buffers): New function.  Return mail or message
6504         composition buffers.
6505         (gnus-dired-attach): Use it.
6506         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6507         NO-DECODE.
6508         (gnus-dired-print): Use `gnus-print-buffer' depending on
6509         `gnus-dired-mail-mode'.
6510
6511 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * rfc2047.el (rfc2047-encoded-word-regexp)
6514         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6515         explaining what regexp patterns are for.
6516
6517 2007-12-04  Glenn Morris  <rgm@gnu.org>
6518
6519         * password.el: Move to password-cache.el.
6520
6521         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6522         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6523         * mml-smime.el (password-read, password-cache-add)
6524         (password-cache-remove):
6525         No need to autoload, since mml-sec requires password.
6526
6527         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6528         * message.el (gnus-extract-address-components):
6529         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6530
6531         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6532         password.
6533
6534 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * mailcap.el: Reduce dependencies.
6537         (mail-header-parse-content-type): Autoload.
6538         (mailcap-delete-duplicates): New alias.
6539         (mailcap-mime-info): Add optional argument NO-DECODE.
6540         (mailcap-mime-types): Use mailcap-delete-duplicates.
6541
6542         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6543
6544 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6545
6546         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6547         (imap-parse-status): Upcase status-att for servers that sends them
6548         lower-case (e.g., MS Exchange 2007).
6549
6550 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6553         function.
6554
6555         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6556         (gnus-uu-yenc-article): New function.
6557
6558         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6559
6560         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6561         buffer.
6562
6563 2007-12-02  Glenn Morris  <rgm@gnu.org>
6564
6565         * binhex.el (binhex): New custom group.
6566         (binhex-decoder-program, binhex-decoder-switches)
6567         (binhex-use-external): Move to the binhex custom group.
6568
6569         * uudecode.el (uudecode): New custom group.
6570         (uudecode-decoder-program, uudecode-decoder-switches)
6571         (uudecode-use-external): Move to the uudecode custom group.
6572
6573         * netrc.el (top-level): Don't load `encrypt' features.
6574         (netrc-parse): Don't use encrypt.
6575         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6576
6577         * encrypt.el: Remove file.
6578
6579 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6582         matches on patches.
6583
6584         * gnus-art.el (gnus-article-browse-html-article): Mention
6585         `mm-text-html-renderer' in the doc string.
6586
6587         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6588         string.  Add comments.
6589
6590         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6591         if rhs is ASCII.
6592
6593 2007-12-01  Glenn Morris  <rgm@gnu.org>
6594
6595         * mail-source.el (top-level): Require format-spec before
6596         eval-when-compile.
6597
6598 2007-11-30  Glenn Morris  <rgm@gnu.org>
6599
6600         * encrypt.el: Require password, rather than autoloading password-read.
6601
6602 2007-11-29  Glenn Morris  <rgm@gnu.org>
6603
6604         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6605         (sasl-make-client, sasl-next-step, sasl-step-data)
6606         (sasl-step-set-data): Declare as functions.
6607
6608 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6611
6612 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6613
6614         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6615         certs should be verified and what is to be done in the event of a
6616         verification failure.
6617
6618         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6619         caller can indicate whether the cache should be disregarded for this
6620         call.  This way the result of the call is reproducible at all times and
6621         can be considered a canonical server name for the supplied method.
6622         (gnus-agent-method-p): Canonicalize server names by pushing their
6623         method through `gnus-method-to-server' using the no-cache argument.
6624
6625         * gnus-srvr.el (gnus-server-insert-server-line): Call
6626         `gnus-method-to-server' with `no-cache' argument.
6627
6628         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6629         gnus-agent-possibly-synchronize-flags as this should be called when the
6630         server is actually being opened.
6631         (gnus-agent-possibly-synchronize-flags)
6632         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6633         flags file of an agentized server to the latter function.
6634
6635         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6636         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6637         after a connection has been established successfully.
6638
6639 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (article-display-face): Force to display face if called
6642         interactively; check if gnus-article-x-face-too-ugly matches author.
6643         (article-display-x-face): Display face even if From header is missing
6644         as article-display-face does.
6645
6646 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6647
6648         * hashcash.el (message-narrow-to-headers-or-head)
6649         (message-fetch-field, message-goto-eoh)
6650         (message-narrow-to-headers): Declare as functions.
6651
6652 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * mail-source.el (mail-sources): Default to fetch from file for
6655         compatibility with default of nnmail-spool-file.
6656
6657 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6660         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6661         to look for encoded word that should be encoded again.
6662         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6663         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6664         encoding pattern.
6665         (rfc2047-decode-region): Switch strict regexp and loose one according
6666         to rfc2047-allow-irregular-q-encoded-words.
6667
6668 2007-11-25  Romain Francoise  <romain@orebokech.com>
6669
6670         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6671
6672 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * tls.el (tls-program): Provide more custom choices from
6675         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6676         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6677
6678 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6681         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6682
6683         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6684         `nnmail-spool-file'.
6685
6686         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6687         `nnmail-spool-file'.
6688
6689         * gnus-move.el (gnus-change-server): Ditto.
6690
6691         * gnus-kill.el (gnus-batch-score): Ditto.
6692
6693         * gnus-cache.el (gnus-jog-cache): Ditto.
6694
6695         * gnus-msg.el (gnus-summary-reply):
6696         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6697
6698 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6701         version.  Minor improvement to doc strings.
6702         (tls-program): Add comment.
6703
6704 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6705
6706         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6707         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6708         mismatch between the hostname provided in the certificate and the name
6709         of the host connnecting to.
6710         (open-tls-stream): Use them.  Check certificates against trusted root
6711         certificates.
6712
6713 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-cache.el (gnus-cache-generate-nov-databases):
6716         Use nnml-generate-nov-databases-directory instead of
6717         nnml-generate-nov-databases-1.
6718
6719 2007-11-24  Glenn Morris  <rgm@gnu.org>
6720
6721         * message.el (message-tool-bar-retro): Update for rename
6722         mail_send.xpm->mail-send.xpm.
6723
6724 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6727         `smime-ldap-search' for Emacs 22 and up.
6728
6729 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6730
6731         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6732
6733         * message.el (message-send-mail-function): Fix error convention.
6734         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6735         (message-widen-reply, message-send-mail, message-talkative-question)
6736         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6737         (message-clone-locals, message-send-news): Use with-current-buffer.
6738         (message-insert-or-toggle-importance): Remove unused var `valid'.
6739         (message-make-references): Remove unused var `new-references'.
6740         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6741
6742 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6743
6744         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6745         (spam-split-symbolic-return-positive): Reflow docstring.
6746         (spam-backends, spam-summary-exit-behavior)
6747         (spam-mark-ham-unread-before-move-from-spam-group)
6748         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6749         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6750         (spam-clear-cache, spam-backend-check, spam-install-backend)
6751         (spam-install-statistical-backend, spam-list-of-processors)
6752         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6753         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6754         (spam-check-crm114, spam-initialize, spam-unload-hook):
6755         Fix typos in docstrings.
6756
6757 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6760         been checked if they have never been read and those group levels are
6761         higher than the one that a user specified.
6762
6763 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6766         foreign groups unless a group level is specified by a user.
6767         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6768
6769 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * message.el (message-send-mail-function): Require sendmail.
6772
6773 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * message.el (message-send-mail-function): Check for smtpmail too.
6776
6777         * utf7.el (utf7-encode, utf7-decode): Use coding system
6778         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6779
6780         * message.el (message-send-mail-function): New function.
6781         (message-send-mail-function): Set default using
6782         message-send-mail-function.  Adjust doc string.
6783         (message-send-mail-with-mailclient): New function.
6784
6785 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6786
6787         * smime.el (from):
6788         * rfc2047.el (message-posting-charset):
6789         * qp.el (mm-use-ultra-safe-encoding):
6790         * pop3.el (parse-time-months):
6791         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6792         * nnml.el (files):
6793         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6794         (jka-compr-compression-info-list, ange-ftp-path-format)
6795         (efs-path-regexp):
6796         * nndiary.el (files):
6797         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6798         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6799         (epg-digest-algorithm-alist, inhibit-redisplay)
6800         (password-cache-expiry):
6801         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6802         (pgg-output-buffer, password-cache-expiry):
6803         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6804         (efs-path-regexp):
6805         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6806         (inhibit-redisplay):
6807         * mm-uu.el (file-name, start-point, end-point, entry)
6808         (gnus-newsgroup-name, gnus-newsgroup-charset):
6809         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6810         (latin-unity-ucs-list):
6811         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6812         (mm-uu-binhex-decode-function):
6813         * message.el (gnus-message-group-art, gnus-list-identifiers)
6814         (rmail-enable-mime-composing, gnus-local-organization)
6815         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6816         (gnus-read-active-file, facemenu-add-face-function)
6817         (facemenu-remove-face-function, gnus-article-decoded-p)
6818         (tool-bar-mode):
6819         * mail-source.el (display-time-mail-function):
6820         * gnus-util.el (nnmail-pathname-coding-system)
6821         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6822         (gnus-original-article-buffer, gnus-user-agent)
6823         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6824         (xemacs-codename, sxemacs-codename, emacs-program-version):
6825         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6826         * gnus-start.el (gnus-agent-covered-methods)
6827         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6828         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6829         (gnus-newsgroup-headers, gnus-group-list-mode)
6830         (gnus-group-mark-positions, gnus-newsgroup-data)
6831         (gnus-newsgroup-unreads, nnoo-state-alist)
6832         (gnus-current-select-method, mail-sources)
6833         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6834         (nnmail-spool-file, gnus-cache-active-hashtb):
6835         * gnus-mh.el (mh-lib-progs):
6836         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6837         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6838         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6839         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6840         (gnus-group-buffer):
6841         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6842         (font-lock-set-defaults):
6843         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6844         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6845         (gnus-summary-post-menu, total-parts, type, condition, length):
6846         * gnus-agent.el (gnus-agent-read-agentview):
6847         * flow-fill.el (show-trailing-whitespace):
6848         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6849         eval-and-compile wrappers for byte compiler pacifiers.
6850
6851         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6852         (mm-display-inline-fontify): Check for featurep 'xemacs not
6853         extent-list.
6854
6855         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6856         itimer-list.
6857         (mm-create-image-xemacs): Only do something for XEmacs.
6858         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6859
6860         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6861
6862         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6863         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6864
6865 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6866
6867         * nnimap.el (nnimap-split-download-body):
6868         * gnus-demon.el (gnus-demon):
6869         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6870
6871 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6874         macros.
6875         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6876         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6877         copy data from unibyte buffer to multibyte current buffer.
6878         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6879         to copy data from unibyte current buffer to multibyte buffer.
6880         (nntp-make-process-buffer): Make process buffer unibyte.
6881
6882         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6883
6884 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6885
6886         * pop3.el (pop3-open-server): Accept and process data more robustly at
6887         connexion start to avoid spurious "POP SSL connexion failed" errors.
6888
6889 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6892         read group names.
6893
6894 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6897
6898 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6901         (nnmail-save-active): Use a unibyte buffer when saving active file,
6902         which may contain non-ASCII group names.
6903
6904         * nnml.el (nnml-request-group): Decode group names in messages.
6905
6906 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * message.el (message-citation-line-function)
6909         (message-insert-formatted-citation-line): Fix spelling of
6910         `message-insert-formated-citation-line'.
6911
6912 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6915
6916 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6919         nnmail-pathname-coding-system.
6920
6921         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6922         that a user enters; decode group names in messages.
6923
6924         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6925
6926 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6929
6930         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6931
6932         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6933         risky local variable.
6934
6935         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6936
6937 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6938
6939         * encrypt.el: Improve documentation to fix function name typo.
6940         Reported by Daiki Ueno <ueno@unixuser.org>.
6941
6942 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6945         even if the point is not in the last page of an article.
6946         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6947         back to the previous page.
6948
6949 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6952
6953 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6956
6957 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6958
6959         * message.el (message-check-news-body-syntax): Avoid
6960         mm-string-as-multibyte.
6961         (message-hide-headers): Don't assume (point-min)==1.
6962
6963 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * message.el (message-remove-blank-cited-lines): Fix if remove is
6966         given.
6967         (message-bogus-address-regexp): New variable.
6968         (message-bogus-recipient-p): New function.
6969         (message-check-recipients): New command.
6970         (message-syntax-checks): Add `bogus-recipient'.
6971         (message-fix-before-sending): Add `bogus-recipient'.
6972
6973         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6974         (gnus-treat-body-boundary): Don't test window-system.
6975
6976 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6977
6978         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6979
6980 2007-10-28  Miles Bader  <miles@gnu.org>
6981
6982         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6983         at compile-time too.
6984
6985 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * gnus-msg.el (gnus-message-setup-hook): Add
6988         `message-remove-blank-cited-lines' to options.
6989
6990 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * message.el (message-remove-blank-cited-lines): New function.
6993         Suggested by Karl Plästerer.
6994
6995 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6998         mapc.
6999
7000         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7001         (top-level): Use mapc to set functions to be traced for debugging.
7002
7003         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7004         called for effect with while loop.
7005
7006         * message.el (message-talkative-question): Replace mapcar called for
7007         effect with mapc.
7008
7009         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7010         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7011         called for effect with dolist.
7012
7013         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7014
7015         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7016         gnus-extra-headers and nnmail-extra-headers.
7017
7018         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7019         called for effect with dolist.
7020         (top-level): Use mapc to set functions to be traced for debugging.
7021
7022         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7023         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7024         dolist.
7025
7026         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7027         Replace mapcar called for effect with mapc.
7028         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7029         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7030         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7031         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7032
7033         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7034         remove-if that's a cl function.
7035
7036         * webmail.el (webmail-debug): Replace mapcar called for effect with
7037         dolist.
7038
7039         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7040         with mapc.
7041
7042 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7045         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7046         with while loop.
7047
7048         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7049         functions from article-* functions.
7050         (gnus-multi-decode-header): Replace mapcar called for effect with
7051         dolist.
7052
7053         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7054         (gnus-bookmark-show-details): Replace mapcar called for effect with
7055         while loop.
7056
7057         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7058         called for effect with while loop.
7059
7060         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7061         with dolist.
7062
7063         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7064         mapcar called for effect with dolist.
7065
7066         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7067
7068         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7069         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7070         Replace mapcar called for effect with dolist.
7071         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7072         mapc.
7073
7074         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7075         Replace mapcar called for effect with dolist.
7076         (gnus-topic-list): Replace mapcar called for effect with mapc.
7077
7078         * gnus.el: Use mapc instead of mapcar to add autoloads.
7079
7080 2007-10-23  Richard Stallman  <rms@gnu.org>
7081
7082         * gnus-group.el (gnus-group-highlight): Mark as risky.
7083
7084 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus.el (gnus-server-to-method): Return method found first in
7087         gnus-newsrc-alist.
7088
7089         * gnus-art.el (gnus-article-highlight-signature)
7090         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7091         button overlay without the front stickiness.
7092
7093 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7094
7095         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7096         overview buffer needed a catch to receive its throw.
7097         (gnus-agent-flush-cache): Declared as interactive to make this function
7098         easier to use.
7099
7100 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7103         `next-line'.
7104
7105 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7108         exclude address matching message-dont-reply-to-names.
7109
7110 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-util.el (gnus-string<): New function.
7113
7114         * gnus-sum.el (gnus-article-sort-by-author)
7115         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7116
7117 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7120         the frame-focus tag is set in gnus-buffer-configuration.
7121
7122 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7125         the front stickiness.
7126
7127 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7130         url pattern; remove duplicate one.
7131         (gnus-article-extend-url-button): New function.
7132         (gnus-article-add-buttons): Use it.
7133         (gnus-button-push): Use concatenated url that it makes.
7134
7135 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7136
7137         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7138
7139 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7142         Don't hardcode point-min==1.
7143
7144 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7147         Fix comment about "iso8859-1".
7148
7149 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7150
7151         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7152         ones returned from the verify-function.
7153
7154         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7155         mml2015-extract-cleartext-signature if extraction failed.
7156
7157 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7158
7159         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7160         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7161         failed.
7162
7163 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7166
7167 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7170         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7171         recommends to use EasyPG instead of PGG.
7172
7173         * pgg.el: Revert to revision 6.23.2.16.
7174
7175         * pgg-def.el: Revert to revision 6.6.2.14.
7176
7177         * pgg-gpg.el: Revert to revision 6.23.2.34.
7178
7179 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7182         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7183         thread for both the null and zero (kill/expire thread) universal prefix
7184         cases.
7185         (gnus-summary-expire-thread): Add new function to expire a thread,
7186         using gnus-summary-kill-thread.
7187         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7188         shortcuts for gnus-summary-expire-thread.
7189         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7190         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7191
7192 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7195         extras value, so an extras entry can be deleted.
7196         (gnus-registry-delete-extra-entry): Use it.
7197         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7198         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7199         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7200         storage through the gnus-registry, and provide an appropriate API for
7201         it.
7202
7203 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7206         Suggested by Leo <sdl.web@gmail.com>.
7207
7208         * gnus.el: Do.
7209
7210 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7213         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7214
7215         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7216
7217         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7218         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7219
7220 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7223         newline.
7224         (nnmbox-request-accept-article): Don't change article in source buffer;
7225         narrow to header to use message-fetch-field rather than
7226         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7227         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7228         as delimiters; make sure article ends with newline.
7229         (nnmbox-delete-mail): Correct last position of article to be deleted;
7230         ignore X-Gnus-Newsgroup header in article body.
7231         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7232         positions; make sure article ends with newline.
7233
7234         * message.el (message-display-abbrev): Don't infloop when a user
7235         inserts SPC in the beginning of header.
7236
7237         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7238         coding-system-for-read and coding-system-for-write for XEmacs having no
7239         file-coding feature.
7240
7241         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7242
7243 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7246         list of groups not followed by default.  Fix type to be regexp.
7247         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7248
7249 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7250
7251         * hmac-def.el (define-hmac-function): Switch from old-style to
7252         new-style backquotes.
7253
7254         * md4.el (md4-make-step): Likewise.
7255
7256 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7259         raw-text coding system when saving .newsrc file, which may contain
7260         non-ASCII group names.
7261
7262 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-cus.el (gnus-score-extra): New widget.
7265         (gnus-score-extra-convert): New function.
7266         (gnus-score-customize): Use it for Extra.
7267
7268 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7269
7270         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7271         (mml2015-mailcrypt-clear-verify): Use it.
7272         (mml2015-gpg-clear-verify): Use it.
7273         (mml2015-pgg-clear-verify): Use it.
7274         (mml2015-epg-clear-verify): Replace the current part with the output
7275         from GnuPG; don't extract the plaintext by itself.
7276
7277         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7278         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7279         mml2015-clear-verify-function; don't touch the armor headers or
7280         dash-escaped text here.
7281
7282 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7285         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7286         parts, or application/octet-stream as a last resort.
7287         (gnus-mime-view-part-as-type): Don't toggle display.
7288         (gnus-mime-view-part-as-charset): Don't turn off display before
7289         querying charset.
7290
7291         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7292         stuff to undisplayer function in Emacs.
7293         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7294
7295         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7296         text/calendar parts.
7297
7298 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7301         decoding text/calendar parts.
7302
7303         * message.el (message-forward-make-body-mime): Always mark body as
7304         having no illegible text; remove signed-or-encrypted argument.
7305         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7306
7307         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7308         (mml-generate-mime-1): Don't encode body if it is specified to be in
7309         raw form; don't make buffer be unibyte when inserting multibyte string.
7310
7311 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         * sha1.el: Fix up comment style.
7314         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7315         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7316
7317         * hex-util.el: Fix up comment style.
7318         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7319
7320         * gnus-salt.el: Use with-current-buffer.
7321         (gnus-pick-setup-message): Fix long-standing typo.
7322
7323 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * imap.el (imap-logout-timeout): New variable.
7326         (imap-logout, imap-logout-wait): New functions.
7327         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7328
7329         * nnimap.el (nnimap-logout-timeout): New server variable.
7330         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7331         nnimap-logout-timeout.
7332
7333         * gnus-art.el (gnus-article-summary-command-nosave)
7334         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7335
7336 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus.el (gnus-maximum-newsgroup): New variable.
7339
7340         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7341         according to gnus-maximum-newsgroup.
7342
7343         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7344         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7345         Limit the range of articles according to gnus-maximum-newsgroup.
7346
7347 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7348
7349         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7350         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7351         Don't perform gnus-configure-windows here; reuse existing sticky
7352         article buffer.
7353
7354         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7355         it doesn't exist in gnus-article-mode.
7356
7357 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7360         (gnus-agent-decoded-group-name): New function.
7361         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7362         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7363
7364 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7365
7366         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7367         Add binding for gnus-sticky-article.
7368         (gnus-summary-exit): Don't kill sticky article buffers.
7369
7370         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7371         article buffer.
7372         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7373         (gnus-kill-sticky-article-buffers): New commands.
7374
7375 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * nntp.el (nntp-xref-number-is-evil): New server variable.
7378         (nntp-find-group-and-number): If it is non-nil, don't trust article
7379         numbers in the Xref header.
7380
7381 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-agent.el (gnus-agent-read-group): New function.
7384         (gnus-agent-flush-group, gnus-agent-expire-group)
7385         (gnus-agent-regenerate-group): Use it.
7386         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7387         nnmail-pathname-coding-system.
7388
7389 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7392
7393         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7394         that are unread as unread, and also as selected so that information of
7395         marks having been changed by a user may be updated when exiting group.
7396
7397 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7400         calculated ignoring signature parts to gnus-treat-article.
7401
7402 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7405         a point here in order to keep the window start.
7406         (gnus-insert-mime-security-button): Make a button overlay without the
7407         front stickiness.
7408         (gnus-mime-display-security): Goto the end of a button.
7409
7410         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7411
7412 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7415         group-name-at-point.
7416         (gnus-group-completing-read): New function that offers decoded
7417         non-ASCII group names for completion.
7418         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7419         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7420         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7421         (gnus-group-fetch-control): Use it.
7422         (gnus-fetch-group): Use group-name-at-point for the initial value
7423         rather than the default value; use gnus-alive-p.
7424
7425         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7426         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7427         (gnus-summary-post-news): Use gnus-group-completing-read.
7428
7429         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7430         (gnus-read-move-group-name): Decode group name for completion.
7431
7432 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7433
7434         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7435         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7436         Yamaoka slightly modified the code).
7437
7438 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7441         (nnmail-split-incoming): Bind it.
7442
7443         * nnml.el (nnml-group-name-charset): New function.
7444         (nnml-decoded-group-name): Use it; don't decode group name if
7445         nnmail-group-names-not-encoded-p is non-nil.
7446         (nnml-encoded-group-name): New function.
7447         (nnml-group-pathname): Inline nnml-decoded-group-name.
7448         (nnml-request-expire-articles): Decode group name in message.
7449         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7450         nnmail-pathname-coding-system.
7451         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7452         not decoded ones according to nnmail-group-names-not-encoded-p.
7453         (nnml-generate-active-info): Use nnml-encoded-group-name.
7454
7455 2007-08-08  Glenn Morris  <rgm@gnu.org>
7456
7457         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7458         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7459         doc-strings and comments.
7460
7461 2007-07-25  Glenn Morris  <rgm@gnu.org>
7462
7463         * Relicense all FSF files to GPLv3 or later.
7464
7465 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-sum.el (gnus-summary-move-article): Make
7468         gnus-summary-respool-article work.
7469
7470 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7473         string.
7474
7475 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7476
7477         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7478         that should be ignored when comparing distant RSS articles with local
7479         ones.
7480         (nnrss-make-hash-index): New function.  Create a hash index according
7481         to the ignored fields.
7482         (nnrss-check-group): Use it.
7483
7484 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7487
7488         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7489
7490         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7491         the new optional argument ENCODED is non-nil.
7492         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7493         coding system for encoding group name.
7494         (gnus-group-make-rss-group): Pass un-encoded group name to
7495         gnus-group-make-group.
7496         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7497         encoded.
7498
7499         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7500         Encode group name to which articles are moved or copied.
7501         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7502         coding system for encoding Newsgroup, Followup-To and Xref headers.
7503
7504         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7505         marks; use nnheader-file-coding-system to write a file.
7506         (nnagent-retrieve-headers): Bind file-name-coding-system to
7507         nnmail-pathname-coding-system.
7508
7509         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7510
7511         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7512         (nnml-request-article, nnml-request-create-group)
7513         (nnml-request-rename-group, nnml-find-id)
7514         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7515         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7516         (nnml-save-marks): Use nnml-group-pathname instead of
7517         nnmail-group-pathname.
7518
7519         (nnml-request-create-group, nnml-request-expire-articles)
7520         (nnml-request-move-article, nnml-request-delete-group)
7521         (nnml-deletable-article-p, nnml-possibly-create-directory)
7522         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7523         (nnml-open-marks): Bind file-name-coding-system to
7524         nnmail-pathname-coding-system.
7525
7526         (nnml-request-article): Pass server argument to nnml-find-group-number.
7527         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7528         server argument to nnml-possibly-create-directory.
7529         (nnml-request-accept-article): Pass server argument to
7530         nnml-active-number and nnml-save-mail.
7531         (nnml-find-group-number): Pass server argument to nnml-find-id.
7532         (nnml-request-update-info): Pass server argument to
7533         nnml-marks-changed-p.
7534
7535         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7536         (nnml-save-mail, nnml-active-number): Add server argument.
7537
7538         (nnml-request-delete-group): Warn if group is missing.
7539         (nnml-get-nov-buffer): Decode group name.
7540         (nnml-generate-active-info): Encode group name.
7541         (nnml-open-marks): Decode group name in messages.
7542
7543 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7546         if it is not specified.
7547         (gnus-article-pipe-part, gnus-article-save-part)
7548         (gnus-article-interactively-view-part, gnus-article-copy-part)
7549         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7550         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7551         (gnus-article-replace-part, gnus-article-delete-part)
7552         (gnus-article-view-part-as-type): Pass raw prefix argument to
7553         gnus-article-part-wrapper.
7554
7555 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-agent.el (gnus-agent-save-active): Bind
7558         nnheader-file-coding-system to gnus-agent-file-coding-system.
7559
7560         * gnus-cache.el (gnus-cache-save-buffers)
7561         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7562         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7563         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7564         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7565         (gnus-cache-generate-active, gnus-cache-rename-group)
7566         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7567         (gnus-cache-update-overview-total-fetched-for): Bind
7568         file-name-coding-system to nnmail-pathname-coding-system.
7569         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7570         variables.
7571         (gnus-cache-decoded-group-name): New function.
7572         (gnus-cache-file-name): Use it.
7573         (gnus-cache-generate-active): Use non-decoded group name for active.
7574
7575         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7576         right place.
7577         (gnus-write-active-file): Don't break non-ASCII group names.
7578
7579         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7580         nnmail-pathname-coding-system.
7581
7582         * lpath.el: Bind default-file-name-coding-system,
7583         file-name-coding-system and language-info-alist for XEmacs.
7584
7585         * gnus-uu.el (gnus-uu-decode-save): Typo.
7586
7587 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7590
7591 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7594         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7595         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7596         (gnus-agent-flush-group, gnus-agent-flush-cache)
7597         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7598         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7599         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7600         (gnus-agent-regenerate-group)
7601         (gnus-agent-update-files-total-fetched-for)
7602         (gnus-agent-update-view-total-fetched-for): Bind
7603         file-name-coding-system to nnmail-pathname-coding-system.
7604         (gnus-agent-group-pathname): Don't encode file names by
7605         nnmail-pathname-coding-system.
7606         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7607         coding-system-for-write instead of buffer-file-coding-system to
7608         gnus-agent-file-coding-system.
7609
7610         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7611         Decode group name.
7612
7613         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7614
7615         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7616         (gnus-read-newsrc-el-file): Make group names unibyte.
7617
7618         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7619         nnmail-pathname-coding-system.
7620
7621         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7622         (nnrss-request-delete-group): Bind file-name-coding-system to
7623         nnmail-pathname-coding-system.
7624         (nnrss-read-server-data, nnrss-read-group-data): Bind
7625         file-name-coding-system correctly.
7626         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7627
7628         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7629         (nntp-server-to-method-cache): New variable.
7630         (nntp-group-pathname): New function that decodes non-ASCII group names.
7631         (nntp-possibly-create-directory, nntp-marks-changed-p)
7632         (nntp-save-marks, nntp-open-marks): Use it.
7633         (nntp-possibly-create-directory, nntp-open-marks):
7634         Bind file-name-coding-system to nnmail-pathname-coding-system.
7635         (nntp-open-marks): Decode group names when bootstrapping marks.
7636
7637         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7638         Newsgroups and Folowup-To headers.
7639
7640 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7643         (gnus-server-closed-face, gnus-server-denied-face)
7644         (gnus-server-offline-face): Remove variable.
7645         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7646
7647         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7648         of modifying message-stack directly for XEmacs.
7649
7650         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7651         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7652         if the coding-system argument is nil for XEmacs.
7653
7654         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7655         mm-charset-override-alist.
7656
7657         * rfc2047.el: Don't require base64; require rfc2045 for the function
7658         rfc2045-encode-string.
7659         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7660         to quote the parameter value.
7661
7662 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7665         form in gnus-group-name-charset-method-alist.
7666
7667         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7668         overrides the default layout edit-form.
7669
7670         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7671
7672         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7673
7674 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7677         as unfetched articles.
7678
7679 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7682
7683 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7686         original back end that keeps marks in the local system.
7687
7688 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7691         arg of pop-to-buffer for XEmacs.
7692         (gnus-article-read-summary-keys): Ditto; don't restore window
7693         configuration if summary command ends up with neither article buffer
7694         nor summary buffer; describe bindings if summary keys end with C-h.
7695
7696 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * message.el (message-fix-before-sending): Skip raw message part to be
7699         forwarded while checking illegible text.
7700         (message-forward-make-body-mime, message-forward-make-body): Mark
7701         signed or encrypted raw message as having no illegible text.
7702
7703 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7706         (gnus-message-with-timestamp-1): New macro.
7707         (gnus-message-with-timestamp): New function.
7708         (gnus-message): Use them.
7709
7710         * nnheader.el (nnheader-message): Use them.
7711
7712 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7715         .newsrc.eld file.
7716
7717 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-agent.el (gnus-agent-fetch-headers)
7720         (gnus-agent-retrieve-headers): Bind
7721         gnus-decode-encoded-address-function to identity.
7722
7723         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7724         available also when the server returns simply a dot.
7725
7726         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7727
7728 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7731
7732 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-ems.el (gnus-x-splash): Make it work.
7735
7736         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7737         from being used.
7738
7739         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7740
7741 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7744         4th and the 5th arguments.
7745
7746         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7747         the front stickiness.
7748         (gnus-article-summary-command-nosave): Correct the order of the
7749         arguments passed to pop-to-buffer.
7750         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7751         summary command ends up with the article buffer.
7752
7753         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7754         the same faces.
7755
7756 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7757
7758         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7759
7760 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7761
7762         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7763         * gnus-sum.el (gnus-summary-highlight):
7764         * pgg.el (pgg-sign-region, pgg-sign):
7765         * mail-source.el (mail-source-delete-old-incoming-confirm):
7766         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7767
7768 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus-art.el (gnus-mime-view-part-externally)
7771         (gnus-mime-view-part-internally): Fix predicate function passed to
7772         completing-read.
7773
7774         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7775
7776         * gnus.el (gnus-update-message-archive-method): Add :version.
7777
7778 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus.el (gnus-update-message-archive-method): New variable.
7781
7782         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7783         according to gnus-message-archive-method if
7784         gnus-update-message-archive-method is non-nil.
7785
7786 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7789         by Loic Dachary <loic@dachary.org>.
7790         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7791
7792 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * message.el (message-pop-to-buffer): Add switch-function argument.
7795         (message-mail): Pass switch-function argument to it.
7796
7797 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7800         Improve doc string.
7801
7802 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7805         (gnus-header-content)
7806         * gnus-cite.el (gnus-cite-10)
7807         * gnus-srvr.el (gnus-server-closed)
7808         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7809         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7810         (gnus-group-mail-3-empty, gnus-group-mail-low)
7811         (gnus-group-mail-low-empty, gnus-splash)
7812         * message.el (message-header-to, message-header-cc)
7813         (message-header-subject, message-header-other, message-header-name)
7814         (message-header-xheader, message-separator, message-cited-text)
7815         (message-mml): Lighten colors of faces used for dark background.
7816
7817 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7818
7819         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7820         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7821
7822 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * message.el (message-narrow-to-headers-or-head):
7825         Ignore mail-header-separator in the body.
7826
7827 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7830         same as window size.
7831
7832 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7833
7834         * message.el (message-font-lock-keywords): Use message-header-xheader
7835         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7836         ahead of the anything pattern, to get it recognised.
7837
7838 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7841         spam.el loads uses it in the compiled defadvice form.
7842
7843 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7844
7845         * gnus-sum.el (gnus-articles-to-read)
7846         (gnus-summary-insert-old-articles): Don't truncate group name for
7847         `read-string'.
7848
7849         * gnus-util.el (gnus-limit-string): Delete this function.
7850
7851         * gnus-sum.el (gnus-simplify-subject-fully): Use
7852         `truncate-string-to-width' instead.
7853
7854 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7855
7856         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7857         if, on summary exit, the next group has to be selected.
7858         (gnus-summary-exit): Use it.
7859
7860 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7863         non-break space.
7864
7865 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7868         Check if group is not a directory.
7869         (nnfolder-request-expire-articles): Don't delete articles if the target
7870         group is not available.
7871
7872         * nnml.el (nnml-request-create-group): Properly check if group is not a
7873         file.
7874         (nnml-request-expire-articles): Don't delete articles if the target
7875         group is not available.
7876
7877         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7878         Don't quote characters that are within parentheses.
7879
7880 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7883         (gnus-handle-ephemeral-exit): Select article according to it.
7884
7885 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * message.el (message-insert-formated-citation-line): Remove newline.
7888         (message-citation-line-format): Add final \n here so that the user can
7889         avoid a blank line.
7890
7891 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7892
7893         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7894         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7895         Update lanl/arXiv support.
7896
7897 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gnus.el: Bump version number.
7900
7901 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus.el (gnus-version-number): Bump version.
7904
7905 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7906
7907         * gnus.el: No Gnus v0.6 is released.
7908
7909 2007-04-27  Didier Verna  <didier@xemacs.org>
7910
7911         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7912         * gmm-utils.el (gmm-regexp-concat): here.
7913         * message.el: Don't require 'gnus-util.
7914         (message-dont-reply-to-names): Handle name change above.
7915         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7916
7917 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7920         since the initial value varies according to the system.
7921
7922 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7925
7926 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7927
7928         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7929
7930 2007-04-24  Didier Verna  <didier@xemacs.org>
7931
7932         Improve the type of gnus-ignored-from-addresses.
7933         * gnus-util.el (gnus-orify-regexp): New function.
7934         * message.el (gnus-util): Require it.
7935         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7936         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7938
7939 2007-04-24  Didier Verna  <didier@xemacs.org>
7940
7941         * gnus-sum.el:
7942         * gnus-utils.el: Fix some trailing whitespaces.
7943
7944 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7947         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7948         article's Message-ID; refer parent article in summary buffer.
7949
7950         * message.el (message-bounce): Call mime-to-mml.
7951
7952         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7953         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7954         optimize and/or forms properly.
7955
7956 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7959         URL.
7960
7961 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7964
7965 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7968         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7969         displayed of multipart/alternative part if it is invoked from summary
7970         buffer.
7971
7972         * mm-view.el (mm-inline-text-html-render-with-w3m)
7973         (mm-inline-text-html-render-with-w3m-standalone)
7974         (mm-inline-render-with-function): Use mail-parse-charset by default.
7975
7976 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7977
7978         * parse-time.el (parse-time-string-chars): Check if CHAR
7979         is less than the length of parse-time-syntax.
7980
7981 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7984         from gnus-newsgroup-processable.
7985
7986 2007-04-16  Didier Verna  <didier@xemacs.org>
7987
7988         * gnus-msg.el (gnus-configure-posting-styles): Handle
7989         message-signature-directory properly with :file syntax.  Reported by
7990         "Leo".
7991
7992 2007-04-11  Didier Verna  <didier@xemacs.org>
7993
7994         New user option: message-signature-directory.
7995         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7996         * message.el (message-insert-signature): Ditto.
7997         * message.el (message-signature-file): Doc update.
7998         * message.el (message-signature-directory): New.
7999
8000 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-msg.el (gnus-inews-yank-articles): Use
8003         message-exchange-point-and-mark instead of exchange-point-and-mark.
8004
8005 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * message.el (message-yank-original): Make sure cited text ends with
8008         newline; don't exchange point and mark.
8009
8010 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8011
8012         * tls.el (open-tls-stream): Properly handle case where there
8013         is no associated buffer.
8014
8015 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8016
8017         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8018         message-yank-original, make sure (< mark TEXT point).
8019
8020 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * message.el (message-fill-column): New variable.
8023         (message-mode): Use it.  Add comment on a possible new hook.
8024
8025         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8026         (nnmail-get-new-mail): Reformat.
8027
8028         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8029
8030         * gmm-utils.el: Fix Commentary.
8031         (gmm-tool-bar-from-list): Fix typo in doc string.
8032
8033 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8034
8035         * message.el (message-yank-original): Don't switch point and mark
8036         unnecessarily to put point and mark as documented.
8037
8038 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8041         from the message heads.
8042
8043 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8044
8045         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8046         article buffer does not have a window.  This may not be the best
8047         solution but is certainly better than setting the start of the null,
8048         that is the current, window.
8049
8050 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8053         (gnus-draft-setup): Run it.
8054
8055         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8056         gnus-score-fast-scoring.  Allow regexp.
8057         (gnus-score-headers): Use it.
8058
8059         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8060         XEmacs.
8061
8062         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8063         string.
8064         (gnus-button-alist): Also catch `<f1> k ...'.
8065         (gnus-treat-display-x-face): Fix doc string.
8066
8067 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8068
8069         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8070         evaluation of gnus-extended-version to ensure correct generation of the
8071         User-Agent header when message-generate-headers-first is used.
8072
8073 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8074
8075         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8076         hashcash-path is nil.  Don't call callback with incorrect number of
8077         parameters if val is 0.
8078
8079 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8080
8081         * message.el (message-required-news-headers):
8082         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8083
8084 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8085
8086         * tls.el (open-tls-stream): In handshake-waiting loop,
8087         don't wait more if there is output available to process.
8088
8089 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8090
8091         * tls.el (tls-program): Doc fix.
8092
8093 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * message.el (message-generate-new-buffers): Change the meaning of the
8096         nil value; add `standard' to the choices; treat t as `unique'; improve
8097         doc string.
8098         (gnus-select-frame-set-input-focus): Autoload.
8099         (message-buffer-name): Search for the existing message buffer if
8100         message-generate-new-buffers is nil or `standard'; treat the value t of
8101         message-generate-new-buffers as `unique'.
8102         (message-pop-to-buffer): Raise the frame already displaying the message
8103         buffer; clear the echo area after querying.
8104         (message-setup): Pass the `continue' argument to compose-mail.
8105         (message-mail): Prefer `switch-function' if it is given; search for the
8106         existing message buffer if the `continue' argument is non-nil; pass
8107         continue and switch-function arguments to compose-mail by way of
8108         message-setup.
8109         (message-mail-other-window): Adjust argument of message-setup.
8110         (message-mail-other-frame): Ditto.
8111
8112 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8115         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8116         to turn font-lock on when turning gnus-message-citation-mode on.
8117
8118 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8119
8120         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8121         (mml-smime-function-alist): New variable; add epg as the backend.
8122         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8123         mml-smime- functions instead.
8124         * mm-view.el: Require smime.
8125
8126 2007-03-05  Didier Verna  <didier@xemacs.org>
8127
8128         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8129         instead of just inheritance for posting styles.
8130         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8131
8132 2007-02-24  Chris Moore  <dooglus@gmail.com>
8133
8134         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8135         * pgg-pgp.el (pgg-pgp-encrypt-region):
8136         * pgg-gpg.el (pgg-gpg-encrypt-region):
8137         Check pgg-encrypt-for-me if no other recipients.
8138
8139 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8140
8141         * tls.el (tls-certtool-program): Fix custom type.
8142
8143 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8146         and point-at-eol instead of line-(beginning|end)-position.
8147
8148         * assistant.el (assistant-parse-buffer): Ditto.
8149
8150         * netrc.el (netrc-parse-services): Ditto.
8151
8152 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8153
8154         * mml2015.el (mml2015-epg-find-usable-key): New function.
8155         (mml2015-epg-sign): Use it.
8156         (mml2015-epg-encrypt): Use it.
8157
8158 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * message.el (message-make-in-reply-to): Quote name containing
8161         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8162         if there are special characters.  Reported by NAKAJI Hiroyuki
8163         <nakaji@jp.freebsd.org>.
8164
8165 2007-02-27  Didier Verna  <didier@xemacs.org>
8166
8167         Include the group parameters as well as the topic ones in the
8168         inheritance filter process.
8169         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8170         argument GROUP-PARAMS-LIST.
8171         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8172
8173 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * nntp.el (nntp-never-echoes-commands)
8176         (nntp-open-connection-functions-never-echo-commands): New variables.
8177         (nntp-send-command): Use them.
8178
8179 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8180
8181         * mml2015.el (mml2015-epg-verify): Simplified.
8182
8183 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * mml.el (mml-content-disposition-alist): New user option.
8186         (mml-content-disposition): New function.
8187         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8188         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8189
8190 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8191
8192         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8193         verification.
8194
8195 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8196
8197         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8198         articles posted in the last 24 hours.
8199
8200 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8201
8202         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8203
8204 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8205
8206         * nntp.el (nntp-send-command): Don't wait for echoes when
8207         nntp-open-ssl-stream is used.
8208
8209 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8212         (gnus-message-add-citation-keywords)
8213         (gnus-message-remove-citation-keywords): Remove.
8214         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8215         directly, make the variables in font-lock-defaults buffer-local, add
8216         gnus-message-citation-keywords to them and then update the value of
8217         font-lock-keywords.
8218
8219 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * message.el (message-cite-original-1): Don't call
8222         gnus-article-highlight-citation.
8223
8224         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8225         citations; fix line count.
8226
8227 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8230         (gnus-message-add-citation-keywords)
8231         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8232         versions of font-lock-add-keywords and font-lock-remove-keywords to
8233         work with XEmacs correctly.
8234
8235 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-cite.el (gnus-cite-face-list): Set the values of
8238         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8239         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8240         (gnus-message-cite-prefix-regexp): New variable.
8241         (gnus-message-search-citation-line): Use it; protect against long
8242         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8243         the 0th match data for Emacs.
8244         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8245         (gnus-message-add-citation-keywords): Append keywords rather than
8246         prepending; emulate font-lock-add-keywords if it is not available.
8247         (gnus-message-remove-citation-keywords): Emulate
8248         font-lock-remove-keywords if it is not available.
8249
8250         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8251
8252         * message.el (message-cite-prefix-regexp): Set the value of
8253         gnus-message-cite-prefix-regexp.
8254
8255 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8256
8257         * nnweb.el (nnweb-google-parse-1): Update parser.
8258
8259 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8260
8261         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8262
8263 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8264
8265         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8266         regexp.
8267
8268 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8271         string-to-multibyte.
8272         (uudecode-decode-region-internal): Use it.
8273
8274         * lpath.el: Fbind string-as-multibyte for XEmacs.
8275
8276 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8279         custom choice.
8280
8281         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8282
8283 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8284
8285         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8286
8287         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8288         `write-region' to respect `mm-inhibit-file-name-handlers'.
8289
8290 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8293         Use gnus-home-directory instead of "~/" or "$HOME".
8294
8295 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8298         to mention filename.
8299         Add comments at beginning regarding usage.
8300         (encrypt-write-file-contents): Change interactive so a string is
8301         acceptable.  If the file has no associated model, show an error instead
8302         of a nonsense prompt.
8303
8304 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8305
8306         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8307         Thanks to Yoshihiko Yamada for kind notification of this typo.
8308
8309 2007-01-12  Kenichi Handa  <handa@m17n.org>
8310
8311         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8312         multibyte buffer.
8313
8314 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * gnus-score.el (gnus-score-fast-scoring): New variable.
8317         (gnus-score-headers): Use it.
8318
8319         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8320
8321         * message.el (message-cite-original-1): Call
8322         gnus-article-highlight-citation if requested.
8323         (message-make-from): Allow name and address as optional arguments.
8324
8325         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8326
8327         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8328         bugs to doc string.
8329         (gnus-button-alist): Add mid\\|message-id.
8330         (gnus-button-fetch-group): Extend for use in
8331         `browse-url-browser-function'.
8332         (gnus-button-url-regexp): Try to catch paired parentheses like in
8333         Wikipedia URLs.
8334
8335         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8336         Suggested by Simon Krahnke <overlord@gmx.li>.
8337
8338 2007-01-13  Romain Francoise  <romain@orebokech.com>
8339
8340         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8341         Update copyright.
8342
8343 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8344
8345         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8346
8347 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8348
8349         * gnus-registry.el (gnus-registry-unfollowed-groups)
8350         (gnus-registry-split-fancy-with-parent): Fix documentation.
8351
8352 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8355         from nnweb groups.
8356
8357 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8360         Xref urls.  Erase buffer before requesting head.
8361
8362 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8365         customizable.
8366
8367 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8368
8369         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8370         no signing key is found.
8371         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8372         no encrypting and/or signing key is found.
8373
8374 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8377
8378 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8379
8380         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8381         headers read from disk with the ones newly found in the current search.
8382         This should no longer cause problems, because the article numbers in
8383         Gmane's `nov.php' output are ignored since the previous change.
8384
8385 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8386
8387         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8388
8389 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8392         replace-regexp-in-string; bind url-version; fbind display-images-p and
8393         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8394         find-face and set-itimer-function for Emacs; bind itimer-list for
8395         Emacs.
8396
8397         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8398
8399 2007-01-01  Romain Francoise  <romain@orebokech.com>
8400
8401         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8402
8403 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8404
8405         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8406         `define-minor-mode' macro definition expanded properly.
8407         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8408         exclude it there.
8409
8410         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8411         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8412         `fboundp' test.
8413         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8414         This is OK to autoload in (S)XEmacs now.
8415
8416 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8419         keystroke.
8420         (gnus-summary-limit-to-singletons): Fix typo.
8421
8422         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8423         else fails.
8424
8425 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8426
8427         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8428         docstring.
8429
8430         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8431         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8432         (gnus-summary-insert-dormant-articles): Fix typo in message.
8433
8434 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8437         nil for XEmacs.
8438         (gnus-message-citation-mode): Don't autoload in XEmacs.
8439
8440         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8441
8442 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8443
8444         * nnimap.el (nnimap-expunge-search-string): Mention
8445         nnimap-search-uids-not-since-is-evil in docstring.
8446
8447 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * spam.el: Revert to make-obsolete-variable because
8450         define-obsolete-variable-alias is not supported in Emacs 21.
8451
8452         * spam.el (spam-ifile-path, spam-ifile-database-path)
8453         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8454         make-obsolete-variable.
8455         (spam-bsfilter-path, spam-bsfilter-program)
8456         (spam-spamassassin-path, spam-spamassassin-program)
8457         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8458         use "path" inappropriately.
8459         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8460         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8461         variable names.
8462
8463 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8464
8465         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8466         summary buffer.
8467
8468         * password.el (password-cache-remove): Use clear-string to burn
8469         password, if available.
8470
8471 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8474
8475         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8476
8477         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8478         (gnus-message-highlight-citation): Move defcustom here from
8479         gnus-cite.el.
8480         (gnus-message-citation-mode): Autoload.
8481
8482         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8483         checks to make it compile with XEmacs.
8484         (gnus-message-citation-mode): New minor mode.
8485         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8486         (gnus-message-highlight-citation): New variables.
8487         (gnus-message-search-citation-line)
8488         (gnus-message-add-citation-keywords)
8489         (gnus-message-remove-citation-keywords)
8490         (turn-on-gnus-message-citation-mode)
8491         (turn-off-gnus-message-citation-mode): New functions.
8492
8493 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8494
8495         * gnus-cite.el: Enable highlighting of different citation levels in
8496         message-mode.
8497
8498 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8499
8500         * message.el (message-make-fqdn): Fix comment.
8501         (message-bogus-system-names): Add ".local".
8502
8503         * spam.el (spam-ifile-path, spam-ifile-program)
8504         (spam-ifile-database-path, spam-ifile-database)
8505         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8506         Don't use "path" inappropriately.
8507         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8508         strings.
8509         (spam-check-ifile, spam-ifile-register-with-ifile)
8510         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8511         new variable names.
8512
8513         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8514         (gnus-treat-display-smileys): Simplify using
8515         gnus-image-type-available-p.
8516
8517         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8518         available.
8519
8520         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8521         `display-images-p' if available.
8522
8523 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8526         one after turning on the buffer's multibyteness instead of decoding
8527         them directly in the unibyte buffer that causes unexpected conversion
8528         in Emacs 23 (unicode).
8529
8530 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8531
8532         * message.el (message-generate-hashcash): Fix custom type.
8533
8534 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8537
8538 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8541         disconnect icons.  Add help text.
8542
8543 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8546         negated to be consistent with the others we handle.
8547
8548 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8551         version of gnus-summary-buffer to something, so that we can use two
8552         article buffers at the same time.
8553
8554 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8555
8556         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8557         trigger all the extra headers.
8558         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8559         sorting.
8560
8561 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8562
8563         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8564         solid groups.
8565
8566 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8567
8568         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8569
8570 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * legacy-gnus-agent.el: Add Copyright notice.
8573
8574 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8575
8576         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8577
8578 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8581
8582         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8583         to make it work reliably in CVS Emacs.
8584         (gnus-summary-limit-strange-charsets-predicate)
8585         (gnus-summary-limit-to-predicate): New functions.
8586
8587 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8588
8589         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8590         specifying array size.
8591         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8592         array if it is too small.
8593         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8594         (gnus-sort-threads-loop): New function.
8595
8596 2006-12-06  Chris Moore  <dooglus@gmail.com>
8597
8598         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8599         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8600
8601 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8602
8603         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8604         options.
8605
8606 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8609         DOS-ing the recipient.
8610
8611         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8612         the headers when creating the mapping to avoid mismappings.
8613         (nnweb-gmane-create-mapping): Always nix out old mapping.
8614
8615 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8618         and mm-verify-option to never.
8619
8620 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * message.el (message-signed-or-encrypted-p): New function.
8623         (message-forward-make-body): Use it.
8624
8625         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8626         Replace encode-coding-string with mm-encode-coding-string.
8627
8628 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * nneething.el (nneething-decode-file-name): Replace
8631         decode-coding-string with mm-decode-coding-string.
8632
8633         * gnus-int.el (gnus-open-server): Say failed server's name.
8634
8635 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8636
8637         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8638         strings to a single string.  Quote `errors-file-name'.
8639         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8640         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8641         Adjust calls.  Use `shell-quote-argument'.
8642
8643 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8644
8645         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8646         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8647
8648         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8649         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8650         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8651         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8652         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8653         (gnus-subscribe-newsgroup, gnus-1):
8654         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8655         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8656         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8657         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8658
8659 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8660
8661         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8662         keystroke.
8663         (gnus-summary-limit-to-bodies): Implement headersp.
8664
8665 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8666
8667         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8668
8669 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8672
8673 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * message.el (message-generate-hashcash): Expand range of values to
8676         include `opportunistic'.
8677         (message-send-mail): Use it.
8678
8679 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8680
8681         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8682         and comment it.
8683
8684         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8685
8686 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus-util.el (gnus-extract-address-components): Improve comment.
8689
8690 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-util.el (gnus-extract-address-components): Work with address in
8693         which the name portion contains @.
8694
8695         * lpath.el: Fbind custom-autoload.
8696
8697 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * gnus.el (gnus-start): Move custom group up.
8700         (gnus-select-method): Don't autoload, but make it available for
8701         `customize-variable'.
8702         (gnus-getenv-nntpserver): Don't autoload.
8703
8704 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8707
8708 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * message.el (message-sendmail-extra-arguments): New variable.
8711         (message-send-mail-with-sendmail): Use it.
8712
8713 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8716         mm-with-unibyte-current-buffer to make string unibyte.
8717
8718         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8719         mm-string-as-multibyte.
8720
8721 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8722
8723         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8724         Reported by Werner Koch <wk@gnupg.org>.
8725
8726 2006-11-14  Daiki Ueno  <ueno@p360>
8727
8728         * mml2015.el: Autoload epa-select-keys when compiling.
8729
8730 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8731
8732         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8733         message-options.
8734         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8735
8736 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8737
8738         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8739         EasyPG (< 0.0.6).
8740         (mml2015-always-trust): New user option.
8741         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8742         prompt.
8743
8744 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * nntp.el (nntp-authinfo-force): New variable.
8747         (nntp-send-authinfo): Use it.
8748
8749 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8752         decode encoded words.  Improve prompt.  Add comment about forwarding.
8753         (message-replacement-char): Move up.
8754
8755 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8756
8757         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8758         instead of gnus-intersection because arguments of gnus-sorted-nunion
8759         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8760
8761 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8764         (message-simplify-subject-functions): Enable
8765         message-strip-subject-encoded-words by default.
8766
8767 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * message.el (message-strip-subject-encoded-words): New function.
8770         (message-simplify-subject-functions): New variable.
8771         (message-simplify-subject): Use it.  Fix typo in doc string.
8772         Support message-strip-subject-encoded-words.
8773
8774 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8775
8776         * gnus-diary.el (gnus-diary-delay-format-function):
8777         * nndiary.el (nndiary-reminders):
8778         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8779
8780 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * gnus-art.el (article-hide-boring-headers): Fetch date from
8783         gnus-original-article-buffer to avoid problems with localized date
8784         strings.
8785
8786 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8789
8790 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8793         New variables.
8794         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8795         (mm-charset-synonym-alist): Move some entries to
8796         mm-codepage-iso-8859-list.
8797         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8798         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8799
8800 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8803
8804 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8807         with Emacs 21 and XEmacs.
8808
8809 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * spam.el (spam-parse-address): New function for better parsing,
8812         catching errors, etc.
8813         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8814
8815 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * mm-view.el: Add interactive arg to html2text autoload.
8818
8819 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8822
8823 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8826         variables.
8827         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8828         (mm-charset-synonym-alist): Move some entries to
8829         mm-codepage-iso-8859-list.
8830
8831         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8832
8833 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * message.el (message-citation-line-format)
8836         (message-insert-formated-citation-line): Fix implementation of %E, %N
8837         and %n according to the doc string.
8838
8839 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8840
8841         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8842         car-safe to avoid bad parses.
8843
8844 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8847         names.
8848
8849         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8850
8851 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8854         header.
8855
8856         * message.el (message-draft-headers): Add Date.
8857         (message-headers-to-generate): Fix typo in docstring.
8858
8859         * nndraft.el (nndraft-required-headers): New variable.
8860         (nndraft-generate-headers): Use it.
8861
8862         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8863
8864 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8865
8866         * gnus-registry.el (gnus-registry-wash-for-keywords)
8867         (gnus-registry-find-keywords): New functions to allow easy searching of
8868         articles that are in the registry.
8869
8870 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8871
8872         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8873         ietf-drums-parse-address instead of gnus-extract-address-components.
8874         Reported by Damien Elmes <damien@repose.cx>.
8875
8876 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus.el (gnus-mime): Remove unused custom group.
8879
8880 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8881
8882         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8883         "blank line" when searching for end of armor headers.
8884
8885 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gmm-utils.el (gmm-write-region): Fix variable name.
8888
8889 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gmm-utils.el (gmm-write-region): New function based on compatibility
8892         code from `mm-make-temp-file'.
8893
8894         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8895
8896         * nnmaildir.el (nnmaildir--update-nov)
8897         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8898         Use `gmm-write-region'.
8899
8900 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8903         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8904
8905         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8906
8907         * message.el (message-replacement-char): New variable.
8908         (message-fix-before-sending): Use it.
8909         (message-simplify-subject): New function to remove duplicate code.
8910         (message-reply, message-followup): Use it.
8911
8912         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8913         gnus-summary-limit-to-articles.
8914
8915 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-util.el (gnus-with-local-quit): New macro.
8918
8919         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8920
8921 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8922
8923         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8924         ignore non-string data.
8925
8926 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8927
8928         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8929         non-string data (needs to be done in the registry too).
8930
8931 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8932
8933         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8934         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8935         (gnus-registry-split-fancy-with-parent)
8936         (gnus-registry-fetch-simplified-message-subject-fast)
8937         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8938         Remove text properties on ingress into the registry and when it's saved.
8939         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8940         registry from entries with no groups.
8941
8942 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8943
8944         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8945         function to remove string properties.
8946
8947 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gmm-utils.el (gmm): Adjust custom version.
8950
8951         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8952         custom version.
8953
8954         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8955
8956 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-art.el (gnus-insert-prev-page-button)
8959         (gnus-insert-next-page-button): Simplify.  Reformat.
8960
8961 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8962
8963         * gnus-art.el (gnus-insert-prev-page-button)
8964         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8965
8966 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8967
8968         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8969
8970 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8971
8972         * gnus-art.el (gnus-insert-mime-button)
8973         (gnus-insert-mime-security-button):
8974         Apply gnus-article-button-face to MIME and security buttons.
8975
8976 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8979         readable.
8980
8981 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8984
8985 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8986
8987         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8988         `browse-url-of-file' instead of `browse-url'.
8989
8990 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8991
8992         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8993         regexp.  Articles containing quotation were cut prematurely.
8994
8995 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * message.el (message-cite-original-1): Use nobody by default for the
8998         value of From header.
8999         (message-reply): Ditto.
9000
9001 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9002
9003         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9004         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9005         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9006
9007 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9010         mails in the doc string.  Add some URLs in comment.
9011         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9012
9013 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9016         backslashes handling and the way to find boundaries of quoted strings.
9017
9018 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9019
9020         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9021         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9022         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9023         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9024
9025 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9028         doc string.
9029         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9030
9031 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * lpath.el: Fbind epg-check-configuration.
9034
9035 2006-09-06  Simon Josefsson  <jas@extundo.com>
9036
9037         * mml2015.el (mml2015-use): Doc fix, mention epg.
9038
9039 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9040
9041         * mml2015.el (mml2015-use): Default to epg, if available.
9042
9043 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9044
9045         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9046         message-sender.
9047         (mml1991-epg-encrypt): Ditto.
9048         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9049         message-sender.
9050         (mml2015-epg-encrypt): Ditto.
9051
9052 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9053
9054         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9055         several common directories.
9056
9057 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9058
9059         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9060         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9061
9062 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (article-decode-encoded-words): Make it fast.
9065
9066 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9069
9070         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9071         in quoted string into `\'.
9072
9073 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9076         Use standard-syntax-table.
9077
9078 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-decode-address-function): New variable.
9081         (article-decode-encoded-words): Use it to decode headers which are
9082         assumed to contain addresses.
9083         (gnus-mime-delete-part): Remove useless `or'.
9084
9085         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9086         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9087         (gnus-nov-parse-line): Use it to decode From header.
9088         (gnus-get-newsgroup-headers): Ditto.
9089         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9090
9091         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9092         (mail-decode-encoded-address-string): New alias.
9093
9094         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9095         New function.
9096         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9097         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9098         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9099         (rfc2047-decode-string): Ditto.
9100         (rfc2047-decode-address-region): New function.
9101         (rfc2047-decode-address-string): New function.
9102
9103 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * message.el (message-caesar-buffer-body): Allow rotating headers.
9106
9107         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9108
9109         * message.el (message-insert-formated-citation-line): Fix %f.
9110         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9111
9112 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9115         (gnus-bookmark-mouse-available-p): New macro.
9116         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9117         (gnus-bookmark-bmenu-show-infos): Use it.
9118         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9119         (gnus-bookmark-bmenu-hide-infos): Ditto.
9120         (gnus-bookmark-remove-properties): New function.
9121         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9122         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9123         (gnus-bookmark-write-file): Bind coding-system-for-write.
9124         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9125         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9126         group before selecting it.
9127         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9128         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9129         quit-window if it is not available; use gnus-mouse-2 and bind it to
9130         gnus-bookmark-bmenu-select-by-mouse.
9131         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9132         (gnus-bookmark-bmenu-select-by-mouse): New function.
9133
9134 2006-08-13  Romain Francoise  <romain@orebokech.com>
9135
9136         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9137         space.
9138
9139 2006-08-10  Romain Francoise  <romain@orebokech.com>
9140
9141         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9142         (dns-mode-soa-auto-increment-serial): New user option.
9143         (dns-mode-soa-maybe-increment-serial): New function.
9144         (dns-mode): Add the latter to `write-contents-functions'.
9145
9146 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * compface.el (uncompface): Use binary rather than raw-text-unix.
9149
9150 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * compface.el (uncompface): Make sure the eol conversion doesn't take
9153         place when communicating with the external programs.  Reported by
9154         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9155
9156 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9159
9160 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9161
9162         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9163         Make it more robust by parsing author and date independently.
9164
9165 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9168
9169 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9170
9171         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9172         first matching secret key.
9173         (mml2015-epg-encrypt): Ditto.
9174
9175         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9176         first matching secret key.
9177         (mml1991-epg-encrypt): Ditto.
9178
9179         * mml2015.el (mml2015-encrypt-to-self): New user option.
9180         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9181         mml2015-epg-encrypt-to-self is set.
9182
9183         * mml1991.el (mml1991-encrypt-to-self): New variable.
9184         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9185         mml1991-epg-encrypt-to-self is set.
9186
9187         * mml2015.el (mml2015-signers): New user option.
9188         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9189         (mml2015-epg-encrypt): Allow to select signing keys.
9190
9191         * mml1991.el (mml1991-signers): New variable.
9192         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9193         (mml1991-epg-encrypt): Allow to select signing keys.
9194
9195 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * nnheader.el (nnheader-insert-head): Make it work even if the file
9198         uses CRLF for the line-break code.
9199
9200 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9201
9202         * mml2015.el: Require mml-sec instead of password.
9203         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9204         (mml2015-cache-passphrase): Inherit the default value from
9205         mml-secure-cache-passphrase.
9206         (mml2015-passphrase-cache-expiry): Inherit the default value from
9207         mml-secure-passphrase-cache-expiry.
9208
9209         * mml1991.el: Require mml-sec instead of password.
9210         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9211         (mml1991-cache-passphrase): Inherit the default value from
9212         mml-secure-cache-passphrase.
9213         (mml1991-passphrase-cache-expiry): Inherit the default value from
9214         mml-secure-passphrase-cache-expiry.
9215
9216         * mml-sec.el: Require password.
9217         (mml-secure-verbose): New user option.
9218         (mml-secure-cache-passphrase): New user option.
9219         (mml-secure-passphrase-cache-expiry): New user option.
9220
9221 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9222
9223         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9224         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9225         andreas@altroot.de (Andreas Vögele).
9226
9227         FIXME: Use `tiny change'?
9228
9229 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9230
9231         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9232         workaround for the url package included with Emacs.
9233
9234         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9235
9236 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9239         correctly.  This fixes a bug caused by the 2006-05-12 change.
9240
9241 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9242
9243         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9244         some information about the error when saying that the `bogus' mail
9245         group will be used.
9246
9247 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9250         string.
9251
9252 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9253
9254         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9255
9256 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9257
9258         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9259
9260 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml1991.el (mml1991-function-alist): Add epg.
9263         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9264         (mml1991-epg-encrypt): New functions.
9265
9266 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9267
9268         * mml2015.el (mml2015-verbose): New variable.
9269         (mml2015-cache-passphrase): Ditto.
9270         (mml2015-passphrase-cache-expiry): Ditto.
9271         (mml2015-function-alist): Add epg.
9272         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9273         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9274         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9275         functions.
9276
9277 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9278
9279         * message.el (message-cite-original-1): Preserve region when removing
9280         quoted text due to X-No-Archive in order to avoid bogus attribution
9281         when citing multiple messages.
9282
9283 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9284
9285         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9286         Kenneth Jacker <khj@be.cs.appstate.edu>.
9287
9288 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-diary.el (gnus-user-format-function-d)
9291         (gnus-user-format-function-D): Autoload.
9292
9293         * imap.el (Commentary): Fix typo.
9294
9295         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9296         2006-04-22 contribution.
9297
9298 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9299
9300         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9301         It didn't really fix the bogosity I'm seeing with solid web groups.
9302
9303 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9304
9305         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9306         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9307         created using server names.  If we use the feature without declaring
9308         it, Gnus does not properly manage server and group state.
9309
9310         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9311         bound.
9312
9313 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9314
9315         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9316         looking up the method using GROUP's prefix before inventing a new one.
9317         It is used on killed/unknown groups in various places where returning
9318         an all-new method isn't expected by the caller.
9319
9320         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9321         and match semantics of gnus-group-real-prefix.
9322
9323 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * nnmail.el (nnmail-broken-references-mailers): New variable.
9326         (nnmail-ignore-broken-references): New function generalizing
9327         nnmail-fix-eudora-headers.
9328         (nnmail-fix-eudora-headers): Now obsolete.
9329
9330         * gnus-art.el (gnus-button-handle-custom): Support
9331         `customize-apropos*'.
9332
9333 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9336
9337         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9338         articles.
9339
9340 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * message.el (message-cite-reply-above): New variable.
9343         (message-yank-original): Use it.
9344
9345 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9348
9349 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9352         as read.
9353
9354         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9355
9356 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9359         (gnus-bookmark-default-file): Use gnus-directory.
9360         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9361         Remove "*" in doc string.
9362         (gnus-bookmark-write-file): Simplify.
9363         (gnus-bookmark-maybe-sort-alist): Use `when'.
9364         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9365         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9366         FIXME about Emacs 21 and XEmacs compatibility.
9367         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9368         compatibility.
9369         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9370         compatibility.
9371         (gnus-bookmark-menu-heading): Fix version.
9372
9373 2006-06-19  Bastien Guerry  <bzg@altern.org>
9374
9375         * gnus-bookmark.el: New file.
9376
9377 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * message.el (message-syntax-checks): Doc fix.
9380
9381 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9382
9383         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9384         unsubscribed groups as if they were killed ones.  It causes duplicate
9385         entries in gnus-newsrc-alist.
9386
9387 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * message.el (message-syntax-checks): Doc fix.
9390         (message-send-mail): Add check for continuation headers.
9391         (message-check-news-header-syntax): Fix regexp used to check for
9392         continuation headers.
9393
9394 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9397
9398 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9401
9402 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9405         default-truncate-lines.
9406
9407 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9410         to fill the utf-8 entry.
9411
9412         * lpath.el: Fbind unicode-precedence-list.
9413
9414 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9415
9416         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9417
9418 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9419
9420         * gnus-agent.el (directory-files-and-attributes): Move all the way
9421         forward (the third and final move).
9422         (gnus-agent-read-agentview): Trap reconstruction errors due to
9423         nonexistant directory.  Handle by returning nil.
9424
9425 2006-05-30  Didier Verna  <didier@xemacs.org>
9426
9427         * message.el (message-dont-reply-to-names): Update the custom type.
9428         * message.el (message-dont-reply-to-names): New defsubst: potentially
9429         convert a list of regexps into a single one.
9430         * message.el (message-get-reply-headers): Use it.
9431         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9432
9433 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-agent.el (directory-files-and-attributes): Move forward.
9436
9437 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-ml.el (gnus-mailing-list-subscribe)
9440         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9441         (gnus-mailing-list-message): Fix doc strings.
9442
9443 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9444
9445         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9446         of doing it manually.
9447
9448 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9451         comment.
9452
9453 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9454
9455         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9456         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9457         (gnus-agent-read-local): All symbols allocated in my-obarray.
9458         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9459         (gnus-agent-regenerate-group): Check numeric names to see if they are
9460         messages or groups.
9461         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9462         better way of do this...)
9463
9464         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9465         'dummy.group' (there should be a better way of do this...)
9466
9467 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9470         (gnus-saved-headers): Ditto.
9471         (gnus-default-article-saver): Mention functions may have properties.
9472         (gnus-article-save): Override gnus-save-all-headers and
9473         gnus-saved-headers by :headers property which saver function may have.
9474         (gnus-summary-save-in-file): Add :headers property.
9475         (gnus-summary-write-to-file): Ditto.
9476
9477         * gnus-sum.el (gnus-summary-save-article): Bind
9478         gnus-prompt-before-saving to t when saving many articles in a file;
9479         always show all headers.
9480
9481         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9482
9483 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9486         marks.
9487
9488         * message.el (message-indent-citation): Add optional arguments to allow
9489         using it outside of message buffers.
9490
9491         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9492         (gnus-article-treat-unfold-headers): Use it.
9493         (gnus-article-truncate-lines): New variable.
9494         (gnus-article-mode): Use it.
9495         (gnus-article-toggle-truncate-lines): New function.
9496
9497         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9498         gnus-article-toggle-truncate-lines.
9499
9500         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9501         coding system in XEmacs, use binary.
9502
9503 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9506         after-load-alist.
9507
9508         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9509         this function should save decoded articles.
9510         (gnus-summary-write-to-file): Use property to specify this function
9511         should save decoded articles and specify gnus-summary-save-in-file
9512         should be used to save articles other than the first one when saving
9513         many articles.
9514         (gnus-summary-save-body-in-file): Use property to specify this
9515         function should save decoded articles.
9516         (gnus-summary-write-body-to-file): Use property to specify this
9517         function should save decoded articles and specify
9518         gnus-summary-save-body-in-file should be used to save articles other
9519         than the first one when saving many articles.
9520
9521         * gnus-sum.el (gnus-summary-save-article): Simplify.
9522
9523 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (gnus-default-article-saver): Add
9526         gnus-summary-write-body-to-file.
9527         (gnus-article-save-coding-system): Don't use coding system object
9528         in XEmacs.
9529         (gnus-read-save-file-name): Add optional `dir-var' argument which
9530         specifies directory in which files are saved; work even if optional
9531         `variable' argument is not specified.
9532         (gnus-summary-write-to-file): Read file name.
9533         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9534         (gnus-summary-write-body-to-file): New function.
9535
9536         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9537         (gnus-summary-local-variables): Add it.
9538         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9539         (gnus-summary-save-article): Remove optional `decode' argument;
9540         determine whether to decode articles by the value of
9541         gnus-default-article-saver; when saving many files using
9542         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9543         it first and use gnus-summary-save-in-file or
9544         gnus-summary-save-body-in-file thereafter unless
9545         gnus-prompt-before-saving is always; move point to article which
9546         will be saved.
9547         (gnus-summary-save-article-file): Revert.
9548         (gnus-summary-write-article-file): Revert.
9549         (gnus-summary-save-article-body-file): Revert.
9550         (gnus-summary-write-article-body-file): New function.
9551
9552 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-art.el (gnus-default-article-saver): Doc fix.
9555         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9556         from gnus-summary-save-article-coding-system, and default to a
9557         certain coding system.
9558         (gnus-output-to-file): Add coding cookie and encode text according
9559         to gnus-article-save-coding-system; don't use mm-append-to-file.
9560
9561         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9562         gnus-art.el and rename to gnus-article-save-coding-system.
9563         (gnus-summary-save-article): Require gnus-art; don't show all
9564         headers if it decodes articles; don't add coding cookie here;
9565         don't bind mm-text-coding-system-for-write.
9566         (gnus-summary-save-article-file): Save decoded articles.
9567         (gnus-summary-write-article-file): When saving many files, use
9568         gnus-summary-write-to-file first and gnus-summary-save-in-file
9569         thereafter unless gnus-prompt-before-saving is always.
9570         (gnus-summary-save-article-body-file): Save decoded articles.
9571
9572         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9573
9574 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * nnrss.el (nnrss-check-group): Bind hash-index.
9577
9578 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9579
9580         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9581         its hash index.  Store this hash in `nnrss-group-data'.
9582         (nnrss-read-group-data): Update accordingly.
9583
9584 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9587         entry.
9588
9589         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9590         gnus-article-browse-html-article.
9591
9592 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9593
9594         * gnus-sum.el (gnus-summary-mime-map): Add
9595         gnus-article-browse-html-article.
9596
9597         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9598
9599 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9602         suitable coding systems in customize.
9603
9604 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * mail-source.el (mail-sources): Fix custom type.
9607
9608 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9611         (gnus-summary-expire-articles-now): Shorten prompt.
9612
9613         * gmm-utils.el (wid-edit): Require.
9614         (defun-gmm): Renamed from `gmm-defun-compat'.
9615         (gmm-image-search-load-path): Use it.
9616         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9617
9618 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9621         variable.
9622         (gnus-summary-save-article): Add optional `decode' argument.  If
9623         it is set and gnus-summary-save-article-coding-system is non-nil,
9624         save decoded article.
9625         (gnus-summary-write-article-file): Save decoded article if
9626         gnus-summary-save-article-coding-system is non-nil.
9627
9628         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9629         type.
9630
9631 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9634
9635 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9638         first to test gnus-single-article-buffer which may be buffer-local.
9639
9640         * gnus-sum.el (gnus-summary-setup-buffer): Make
9641         gnus-single-article-buffer buffer-local and nil in ephemeral
9642         group; make gnus-article-buffer, gnus-article-current, and
9643         gnus-original-article-buffer always buffer-local.
9644         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9645         group.
9646         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9647
9648 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * nnml.el (nnml-request-compact-group): Compressed files might not
9651         have .gz extension.
9652
9653 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9656         (mm-copy-to-buffer): Use with-current-buffer.
9657         (mm-display-part): Simplify.
9658         (mm-inlinable-p): Add optional arg `type'.
9659
9660 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9661
9662         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9663         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9664         Try harder to show the attachment internally or externally using
9665         gnus-mime-view-part-as-type.
9666
9667 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * message.el (message-from-style, message-signature-separator)
9670         (message-user-organization-file, message-send-mail-function)
9671         (message-citation-line-function, message-yank-prefix)
9672         (message-indent-citation-function, message-signature)
9673         (message-signature-file, message-signature-insert-empty-line):
9674         Remove autoloads.
9675
9676         * gnus-art.el (gnus-buttonized-mime-types): Remove
9677         "multipart/signed".  Revert 2006-04-26 change.
9678
9679 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * gnus.el (gnus-version-number): Bump version.
9682
9683 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9684
9685         * gnus.el: No Gnus v0.5 is released.
9686
9687 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9688
9689         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9690         fetching articles by message-id.
9691
9692 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * message.el (hashcash): Require hashcash as normal.
9695
9696         * ecomplete.el (ecomplete-highlight-match-line): Use
9697         point-at-eol.
9698         (ecomplete-highlight-match-line): Use `highlight', because that
9699         face exists in both Emacs and XEmacs.
9700
9701         * message.el (message-display-abbrev): Use point-at-bol.
9702
9703         * mail-source.el: Don't require timer/timer-funcs.
9704
9705         * gnus-async.el: Ditto.
9706
9707         * password.el: Ditto.
9708
9709         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9710
9711         * mm-url.el: Ditto.
9712
9713         * gnus-xmas.el: Don't require timer-funcs.
9714
9715         * mm-util.el: Require timer/timer-funcs.
9716
9717 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9718
9719         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9720         Close.
9721
9722 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9725         unibyte after clear-decrypt function runs.
9726
9727         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9728         returns as a unibyte string.
9729
9730 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * lpath.el: Revert.
9733
9734         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9735         (pgg-gpg-process-sentinel): Revert.
9736
9737         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9738         (pgg-pgp-lookup-key): Revert.
9739
9740         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9741         (pgg-pgp5-lookup-key): Revert.
9742
9743         * pgg.el (pgg-fetch-key): Revert.
9744
9745 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * lpath.el: Fbind string-as-multibyte for XEmacs.
9748
9749         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9750         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9751         (mml1991-pgg-encrypt): Ditto.
9752
9753         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9754         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9755         a multibyte buffer.
9756
9757         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9758         (pgg-pgp-lookup-key): Ditto.
9759
9760         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9761         (pgg-pgp5-lookup-key): Ditto.
9762
9763         * pgg.el (pgg-fetch-key): Ditto.
9764
9765 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * message.el (message-user-organization-file): Check several
9768         locations of the organization file.
9769
9770         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9771         Add gnus-article-view-part-as-type.
9772
9773         * gnus-art.el (gnus-article-view-part-as-type): New function.
9774
9775         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9776         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9777
9778         * mml.el: Simplify autoload.
9779         (mml-mode): defvar dnd-protocol-alist instead of using
9780         symbol-value.
9781         (mml-default-directory): New variable.
9782         (mml-minibuffer-read-file): Use it.
9783         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9784
9785         * message.el (message-citation-line-format): New variable.
9786         (message-insert-formated-citation-line): New function.
9787         (message-citation-line-function): Add
9788         `message-insert-formated-citation-line' to custom type.
9789
9790         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9791         to doc string.
9792
9793         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9794         depending on mm-verify-option.
9795
9796 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9799         binding pgg-* variables; reimplement the section which prevents
9800         MIME header from being signed.
9801         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9802         pgg-text-mode; remove a blank line at the top of body.
9803
9804         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9805         lines at the top of body; use gnus-newsgroup-charset if there's no
9806         Charset header.
9807
9808 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * message.el (message-self-insert-commands): Doc fix.
9811
9812         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9813         (mm-uu-pgp-encrypted-test): Ditto.
9814         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9815         between header and body; return application/pgp-encrypted handle
9816         if decryption failed; decode decrypted body by charset.
9817
9818         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9819         element match to application/pgp-*.
9820
9821 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9822
9823         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9824         HTML.
9825
9826 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * mail-source.el (mail-source-call-script): Message the error
9829         string.
9830
9831 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * gnus-util.el (gnus-byte-compile): Use it.
9834
9835 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9836
9837         * gnus-util.el (kill-empty-logs): New function.
9838
9839 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * message.el (message-mail-alias-type): Doc fix.
9842         (message-mail-alias-type-p): New function.
9843         (message-send): Use it.
9844         (message-mode): Ditto.
9845         (message-strip-forbidden-properties): Ditto.
9846
9847         * ecomplete.el (ecomplete-database-file-coding-system): New
9848         variable.
9849         (ecomplete-save): Use it.
9850         (ecomplete-setup): Use it.
9851
9852 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * message.el (message-self-insert-commands): New variable.
9855         (message-strip-forbidden-properties): Use it.
9856
9857 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9860         that doesn't make XEmacs choke.
9861
9862 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * gnus-util.el (gnus-replace-in-string):
9865         Prefer replace-regexp-in-string over of replace-in-string.
9866
9867 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-util.el (gnus-select-frame-set-input-focus):
9870         Use select-frame-set-input-focus if it is available in XEmacs; use
9871         definition defined in Emacs 22 for old Emacsen.
9872
9873         * dgnushack.el: Autoload unmorse-region for XEmacs.
9874
9875         * lpath.el: Bind cursor-in-non-selected-windows and
9876         select-frame-set-input-focus for XEmacs.
9877
9878 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9881
9882 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9883
9884         * gnus-registry.el (gnus-registry-cache-save): Remove text
9885         properties when saving via the temp buffer.
9886
9887 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * message.el (message-generate-hashcash): Honor custom type.
9890
9891 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * message.el (message-generate-hashcash): Default to non-nil when
9894         hashcash is found.
9895
9896         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9897         (gnus-refer-thread-limit): Increase default to 500.
9898
9899         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9900
9901         * flow-fill.el (fill-flowed): Allow delete-space.
9902
9903 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9906         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9907         Remove autoloads.
9908
9909 2006-04-18  Simon Josefsson  <jas@extundo.com>
9910
9911         * message.el (message-generate-hashcash): Default to.
9912
9913 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9916         concatenating segments rather than before concatenating them.
9917
9918 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9921
9922 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923
9924         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9925
9926         * message.el (message-forward-make-body-plain): Allow
9927         message-forward-ignored-headers to be a list.
9928         (message-remove-ignored-headers): Factor out into function.
9929         (message-forward-make-body-mml): Use it.
9930
9931         * imap.el (imap-quote-specials): New function.
9932         (imap-login-auth): Quote specials.
9933
9934         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9935         (rfc2231-parse-string): Allow concatanation of parameters that
9936         aren't contiguous.  The test case is
9937           (mail-header-parse-content-type "message/external-body;
9938             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9939             access-type=LOCAL-FILE;
9940             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9941
9942 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9943
9944         * nntp.el (nntp-accept-process-output): Return the value of
9945         `nnheader-accept-process-output'.
9946
9947 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9950         (gnus-button-alist): Recognize more diff formats.
9951         (gnus-button-patch): Strip directory.
9952
9953 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9956         Emacs 22 when setting focus.
9957
9958 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-art.el (gnus-article-treat-types): Do treatment of
9961         text/x-verbatim parts.
9962         (gnus-button-patch): New command.
9963
9964         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9965         addresses that contain invalid characters.
9966
9967 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * message.el (message-put-addresses-in-ecomplete): Use
9970         gnus-replace-in-string.
9971         (message-is-yours-p): Use the more correct
9972         mail-header-parse-address instead of
9973         mail-extract-address-components.
9974         (message-put-addresses-in-ecomplete): Fix typo.
9975
9976         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9977         keystroke.
9978
9979         * gnus-art.el (gnus-treatment-function-alist): Change order of
9980         newsgroups/generic header folding to avoid double-folding.
9981
9982         * message.el (message-hidden-headers): Add X-Draft-From.
9983
9984         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9985         command.
9986         (gnus-summary-repeat-search-article-backward): New command.
9987
9988         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9989         groups in the parent topic.
9990
9991 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9992
9993         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9994         (spam-extra-header-to-number): Return the CRM114 number as a
9995         number instead of a string.
9996
9997 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * gnus-art.el (gnus-face-properties-alist): Moved here from
10000         gnus-fun.
10001
10002         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10003
10004 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * message.el (message-strip-forbidden-properties): Only display on
10007         self-insert-command.
10008
10009         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10010         reindent.
10011         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10012
10013 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10014
10015         * smiley.el (smiley-style): Fix typo.
10016
10017 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * hashcash.el (hashcash-insert-payment-async-2): Use
10020         message-goto-eoh instead of doing it manually.
10021         (mail-add-payment): Use message-narrow-to-header instead of trying
10022         to do the same itself.
10023
10024         * message.el (message-hidden-headers): Add Face.
10025
10026         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10027         reparenting code.
10028         (gnus-summary-reparent-children): Refactored out code.
10029         (gnus-summary-thread-map): New keystroke.
10030         (gnus-summary-reparent-children): Make into command.
10031
10032         * smiley.el (smiley-style): Default to `medium' if using a large
10033         font.
10034
10035         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10036         does it itself.
10037
10038         * message.el (message-point-in-header-p): Simplify definition.
10039
10040 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * nnagent.el (nnagent-request-set-mark): Silence log file
10043         writing.
10044         (nnagent-request-set-mark): Use write-region instead of
10045         append-to-file.
10046
10047         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10048         strange select method.
10049
10050         * ecomplete.el (ecomplete-display-matches): Get highlightling
10051         right.
10052         (ecomplete-display-matches): Use literals.
10053         (ecomplete-display-matches): Disable message logging.
10054
10055         * message.el (message-display-abbrev): Small optimization.
10056
10057         * ecomplete.el (ecomplete-display-matches): Allow automatic
10058         display.
10059
10060         * message.el (message-strip-forbidden-properties): Display
10061         abbrevs.
10062         (message-display-abbrev): Get automatic display right.
10063
10064         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10065         keystrokes.
10066
10067 2006-04-13  Romain Francoise  <romain@orebokech.com>
10068
10069         TODO: Backport to v5-10!
10070
10071         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10072         Moved here (and renamed) from gnus-registry.el.
10073
10074         * gnus-registry.el: Require gnus-util.
10075         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10076
10077 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * gnus-group.el (gnus-group-catchup-current): Change
10080         if-then-else-if-then-else into cond.
10081         (gnus-group-catchup): Indent.
10082         (group-name-at-point): New function.
10083         (gnus-fetch-group): Provide default from thing at point.
10084
10085 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * message.el (message-display-abbrev): Fix regexp.
10088
10089         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10090         choosing.
10091         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10092         dead variables.
10093
10094         * message.el (message-newline-and-indent): Remove debugging.
10095         (message-display-abbrev): Use new implementation.
10096
10097 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-art.el (gnus-article-mode): Set
10100         cursor-in-non-selected-windows to nil.
10101
10102         * smiley.el: Revert previous change.
10103         (smiley-data-directory): defvar it before using it in the
10104         defcustom of `smiley-style'.
10105
10106 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * message.el (message-newline-and-indent): New function.
10109
10110         * ecomplete.el: Implement more bits.
10111
10112         * message.el (message-put-addresses-in-ecomplete): Clean up the
10113         string.
10114
10115         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10116
10117         * gnus-sum.el (gnus-summary-save-parts): Bind
10118         gnus-summary-save-parts-counter and use it to make unique file
10119         names.
10120
10121         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10122
10123         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10124         parameter to say whether to actually parse the individual
10125         addresses.
10126
10127         * message.el (message-put-addresses-in-ecomplete): New function.
10128         (ecomplete): Require.
10129         (message-mail-alias-type): Add ecomplete as an option.
10130
10131 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10132
10133         * flow-fill.el (fill-flowed): Remove trailing space from blank
10134         quoted lines.
10135
10136 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137
10138         * smiley.el (smiley-style): Move definition later to avoid a
10139         compilation warning.
10140
10141 2006-04-12  Kenichi Handa  <handa@m17n.org>
10142
10143         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10144         buffer and then decode the buffer text if necessary.
10145         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10146         first, and after mm-encode-body, change the buffer to unibyte.
10147         Use mm-disable-multibyte instead of set-buffer-multibyte.
10148
10149 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10152         Content-Type header instead of Content-Disposition header.
10153         (gnus-mime-inline-part): Ditto.
10154         (gnus-mime-view-part-as-charset): Ignore charset that the part
10155         specifies.
10156
10157         * mm-decode.el (mm-display-part): Work with external parts and
10158         usual parts similarly.
10159
10160         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10161         instead of gnus-display-mime.
10162
10163         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10164         instead of with-temp-buffer.
10165
10166         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10167         tag to summarized topics part in order to encode non-ASCII text.
10168
10169 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * smiley.el (smiley-style): New variable.
10172         (smiley-directory): New function.
10173         (smiley-data-directory): Derive from `smiley-style' using
10174         `smiley-directory'.
10175         (smiley-regexp-alist): Add new entries.
10176
10177         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10178         (gnus-article-browse-delete-temp): Add :version.
10179
10180 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10181
10182         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10183         the sieve region.
10184
10185 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * gnus.el (gnus-version-number): Bump version.
10188
10189 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * gnus.el: No Gnus v0.4 is released.
10192
10193 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10196         layout.
10197
10198         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10199         unknown charset.
10200
10201         * message.el (message-header-synonyms): Add Original-To to the
10202         default.
10203
10204         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10205         optional parameter.
10206
10207 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-fun.el (gnus): Require it for gnus-directory.
10210
10211 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10214
10215 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10216
10217         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10218
10219 2006-04-05  Simon Josefsson  <jas@extundo.com>
10220
10221         * password.el (password-reset): New function.
10222
10223 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10224
10225         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10226         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10227
10228 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10229
10230         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10231         Some whitespace was matched into the url, which broke browsing hits
10232         > 100 when mm-url-use-external was nil.
10233
10234 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10237         gnus-extra-headers for 'Newsgroups.
10238
10239         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10240         bound.
10241
10242 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10243
10244         * pgg-gpg.el: Clean up process buffers every time gpg processes
10245         complete.
10246
10247 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10250         doc string.
10251
10252 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10253
10254         * pgg-gpg.el (pgg-gpg-process-filter)
10255         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10256
10257         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10258         lines, temporary fix.
10259
10260 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10263
10264 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10265
10266         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10267         default-enable-multibyte-characters.  This reverts the change from
10268         revision 6.17 which is no longer necessary because the passphrase
10269         is sent separately now.  GnuPG messages are unreadable under
10270         multibyte locales with default-enable-multibyte-characters set to
10271         nil.
10272
10273 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * message.el (message-tool-bar-gnome): Move "spell".
10276
10277 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10280         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10281         instead.
10282
10283 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10284
10285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10286         newsgroups handling for NNTP overviews which don't include
10287         Newsgroups.
10288
10289 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10290
10291         * message.el (message-resend): Bind message-generate-hashcash to nil.
10292
10293 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10294
10295         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10296         when searching for already-paid recipients.
10297
10298 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10299
10300         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10301         passphrases when it is not needed.
10302         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10303         passphrase stuff from gpg, should only be necessary when you use
10304         gpg with a smartcard.
10305
10306 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * mml.el (mml-insert-mime): Ignore cached contents of
10309         message/external-body part.
10310
10311         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10312         (mm-insert-part): Ditto.
10313
10314 2006-03-23  Simon Josefsson  <jas@extundo.com>
10315
10316         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10317         Reiner.
10318         (pgg-gpg-use-agent-p): Use it again.
10319
10320 2006-03-23  Simon Josefsson  <jas@extundo.com>
10321
10322         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10323         older emacsen.
10324         (pgg-gpg-use-agent-p): Don't use it.
10325
10326 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10329         if we can.
10330
10331 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10332
10333         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10334         (pgg-gpg-update-agent): New function.
10335         (pgg-gpg-use-agent-p): New function.
10336         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10337         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10338         (pgg-gpg-sign-region): Use it.
10339
10340 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10343         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10344
10345 2006-03-21  Simon Josefsson  <jas@extundo.com>
10346
10347         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10348         <wilde@sha-bang.de>.
10349         (pgg-gpg-use-agent): New variable.
10350         (pgg-gpg-process-region): Use it.
10351         (pgg-gpg-encrypt-region): Likewise.
10352         (pgg-gpg-encrypt-symmetric-region): Likewise.
10353         (pgg-gpg-decrypt-region): Likewise.
10354         (pgg-gpg-sign-region): Likewise.
10355         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10356
10357 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10360
10361         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10362         Add comment on version.
10363
10364 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * smiley.el: Add missing test smiley.
10367
10368 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mm-decode.el (mm-with-part): New macro.
10371         (mm-get-part): Use it; work with message/external-body as well.
10372         (mm-save-part): Treat name and filename equally.
10373
10374         * mm-extern.el (mm-extern-cache-contents): New function.
10375         (mm-inline-external-body): Use it; force the part to be displayed;
10376         move undisplayer added to the cached handle to the parent.
10377
10378         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10379         (gnus-mime-view-part-as-type): Work with message/external-body.
10380
10381         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10382
10383 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10386         images in image-load-path.  [Sync with image.el, revision 1.60, in
10387         Emacs.]
10388
10389 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10392         path rather than symbol.  Always return list of directories.
10393         Guarantee that image directory comes first.  [Sync with image.el,
10394         revision 1.59, in Emacs.]
10395
10396         * message.el (message-make-tool-bar): Adjust to new API of
10397         `gmm-image-load-path-for-library'.
10398
10399         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10400
10401         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10402
10403 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10404
10405         * gnus-art.el (gnus-article-only-boring-p):
10406         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10407         intangible text.
10408         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10409
10410 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10413         `defun' instead of `gmm-defun-compat'.
10414
10415 2006-03-14  Simon Josefsson  <jas@extundo.com>
10416
10417         * message.el (message-unique-id): Don't use message-number-base36
10418         if (user-uid) is a float.
10419         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10420
10421 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10424
10425         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10426         empty line between a part and a message part.
10427
10428 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * smiley.el: Add more test smileys.
10431         (smiley-data-directory, smiley-regexp-alist)
10432         (gnus-smiley-file-types): Fix doc strings.
10433         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10434         adding new elements.
10435         (smiley-mouse-map): Unused code.  Make it a comment.
10436
10437 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10440         scan latest NoCeM messages instead of old ones.
10441         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10442         delimiters that are recently used.
10443         (gnus-nocem-load-cache): Add autoload cookie.
10444
10445         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10446
10447         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10448         level which is larger than gnus-use-nocem is specified.
10449
10450         * gnus-group.el (gnus-group-get-new-news): Ditto.
10451
10452 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-util.el (gnus-tool-bar-update): New function.
10455
10456         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10457         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10458
10459         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10460
10461         * gnus-group.el (gnus-group-redraw-when-idle)
10462         (gnus-group-redraw-check): Remove.
10463         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10464
10465 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10468         if optional last element is specified in splits (FIELD VALUE...).
10469
10470 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10473         to gmm-image-load-path-for-library.  Call with no-error argument.
10474         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10475
10476         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10477
10478         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10479
10480         * gmm-utils.el (gmm-image-load-path): Remove alias.
10481
10482 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gmm-utils.el (gmm-image-load-path): Add alias.
10485
10486         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10487         nnml-generate-nov-databases-1.
10488         (nnml-generate-nov-databases): Use it.
10489         (nnml-generate-nov-databases-directory): Document no-active
10490         argument.
10491
10492         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10493         directory if path is t.  Add no-error.
10494
10495         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10496         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10497
10498         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10499         resetting gnus-article-browse-html-temp-list.
10500
10501         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10502         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10503         Add example to docstring.  Rename local variables.  Move error
10504         checks to default case in cond and simplify.
10505
10506 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10509         handle is multipart when calling it recursively.
10510         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10511
10512 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10513
10514         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10515         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10516
10517 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10520         is loaded.
10521
10522         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10523         loaded.
10524
10525 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10528         to "Emacs 23 (unicode)" in doc string.
10529
10530         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10531         "Emacs 23 (unicode)" in comment.
10532
10533 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10536
10537         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10538         characters 160 through 255 in Emacs 23.
10539
10540 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10543         gnus-article-browse-html-temp.
10544         (gnus-article-browse-delete-temp): Make it customizable.  Add
10545         `file'.  Adjust doc string.
10546         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10547         query for each file.  Adjust doc string.
10548         (gnus-article-browse-html-parts): Add
10549         `gnus-article-browse-delete-temp-files' to
10550         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10551
10552 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10553
10554         * gnus-art.el (gnus-article-browse-html-temp)
10555         (gnus-article-browse-delete-temp): New variables.
10556         (gnus-article-browse-delete-temp-files): New function.
10557         (gnus-article-browse-html-parts): Use it.
10558
10559 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10562
10563         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10564         string.
10565
10566         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10567         gnus-summary-insert-new-articles when unplugged.  Remove
10568         gnus-summary-search-article-forward.
10569
10570         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10571         display-visual-class instead of display-color-cells.
10572
10573 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * dgnushack.el: Autoload customize-group for XEmacs.
10576
10577         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10578         message/* containing non-ASCII text properly.
10579
10580 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * message.el: Require gmm-utils, remove autoloads.
10583         (message-tool-bar): Set default based on
10584         gmm-tool-bar-style.
10585         (message-tool-bar-gnome): Add gmm-customize-mode.
10586
10587         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10588         gmm-tool-bar-style.
10589         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10590
10591         * gnus-group.el (gnus-group-tool-bar): Set default based on
10592         gmm-tool-bar-style.
10593         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10594
10595         * gmm-utils.el (gmm-image-directory): Rename variable from
10596         gmm-image-load-path.
10597         (gmm-image-load-path): Use gmm-image-directory.
10598         (gmm-customize-mode): New function.
10599         (gmm-tool-bar-style): New variable.
10600
10601         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10602         gnus-group-redraw-line-number.
10603         (gnus-group-redraw-check): Simplify.
10604         (gnus-group-tool-bar-update): Remove redraw check.
10605         (gnus-group-make-tool-bar): Add redraw check.
10606
10607 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10608
10609         * gnus-art.el (gnus-button): Add missing parentheses.
10610
10611 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * lpath.el: Fbind line-number-at-pos.
10614
10615 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10618
10619 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * gnus-art.el (gnus-button): New face.
10622         (gnus-article-button-face): Use it.
10623
10624         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10625         gnus-summary-next-page.  Re-order.
10626
10627         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10628         next-node are now included.
10629         (gnus-group-redraw-line-number): New internal variable.
10630         (gnus-group-redraw-check): Helper function for updating the tool
10631         bar.
10632         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10633
10634         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10635
10636         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10637         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10638         Use it to match format of Spamassassin 3.0 and later.  Reported by
10639         IRIE Tetsuya <irie@t.email.ne.jp>.
10640         (spam-check-bogofilter)
10641         (spam-bogofilter-register-with-bogofilter): Fix args of
10642         `gnus-error' calls.
10643
10644 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10647         unnecessary interaction when sending queued mails.  Reported by
10648         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10649
10650 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10653         first or last are nil.
10654
10655 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10656
10657         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10658
10659 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10662
10663 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * dns.el (query-dns): Protect more against buggy tcp output.
10666
10667 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10670         nov.php.
10671
10672 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10673
10674         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10675         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10676         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10677         output on the server side.
10678         (nnweb-google-create-mapping): Update regexps and add some
10679         progress indication.
10680
10681 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10682
10683         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10684         gnus-agent-toggle-plugged.  Re-order icons.
10685         (gnus-group-tool-bar-gnome): Add
10686         gnus-group-{prev,next}-unread-group.
10687         (gnus-group-tool-bar-gnome): Re-order icons.
10688
10689         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10690         gnus-summary-insert-new-articles.
10691
10692         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10693         comments.
10694
10695         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10696         also available in Emacs 21.3.
10697
10698         * message.el (message-fix-before-sending): Change "Emacs 22" to
10699         "Emacs 23 (unicode)" in comment.
10700
10701         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10702         "Emacs 23 (unicode)" in comment.
10703
10704         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10705         comment.
10706         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10707
10708         * mm-view.el (mm-fill-flowed): Add :version.
10709
10710 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10713         and load-path.
10714
10715 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * message.el: Autoload gmm-image-load-path.
10718         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10719         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10720         consitency.
10721
10722         * gmm-utils.el (gmm-image-load-path): Also search in
10723         "../etc/images".  Don't set gmm-image-load-path if we don't find
10724         the image.
10725
10726 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gmm-utils.el (gmm-image-load-path): Don't make
10729         `gmm-image-load-path' include subdirectories which the second arg
10730         `image' might specify.
10731
10732         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10733         subdirectory to icon file names.
10734
10735         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10736
10737 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10740         gmm-image-load-path calls.
10741
10742         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10743
10744         * message.el (message-make-tool-bar): Ditto.
10745
10746         * mml.el (mml-preview): Added comment concerning tool bar icons.
10747
10748         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10749         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10750
10751         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10752         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10753
10754         * message.el (message-tool-bar-gnome): Use new icon names.
10755         (message-make-tool-bar): Use `gmm-image-load-path'.
10756
10757         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10758         functions from MH-E.
10759         (gmm-image-load-path): New variable from MH-E.
10760         (gmm-image-load-path): New function from MH-E.  Added arguments
10761         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10762         *-image-load-path-called-flag.
10763
10764 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10765
10766         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10767
10768 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10769
10770         * nnimap.el (nnimap-request-move-article): Change folder back to
10771         source group before deleting.
10772
10773 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10776
10777         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10778         mm-url.
10779
10780         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10781
10782 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10785         coding system which mm-charset-to-coding-system returns for a
10786         given charset is valid.
10787
10788 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10789
10790         * html2text.el (html2text-remove-tag-list):
10791         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10792
10793 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10794
10795         * gnus-cus.el: Revert 2005-10-17 change.
10796
10797 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-art.el (article-strip-banner): Call
10800         article-really-strip-banner only when the regexp match is made.
10801
10802 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-art.el (article-strip-banner): Use
10805         gnus-extract-address-components instead of
10806         mail-header-parse-addresses to make it work with non-ASCII text;
10807         remove mail-encode-encoded-word-string.
10808
10809         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10810         values which are surrounded with \"...\"; make it never cause a
10811         Lisp error; give up parsing of parameters if it failed in
10812         extracting type.
10813
10814 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10815
10816         * smime.el (smime-cert-by-ldap-1): Fix bug where
10817         `smime-ldap-search' returns results without userCertificates.
10818
10819 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10822
10823 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * spam.el (spam-check-spamassassin-headers): Adapt format for
10826         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10827         <ari@mbf.ocn.ne.jp>.
10828         (spam-list-of-processors): Add spam-use-gmane.
10829
10830 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10833         make-temp-file; make it work with XEmacs as well.
10834
10835         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10836         mm-make-temp-file.
10837
10838         * mm-decode.el (mm-display-external): Use the 3rd arg of
10839         mm-make-temp-file.
10840         (mm-create-image-xemacs): Ditto.
10841
10842 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10845         with message-narrow-to-headers.
10846         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10847         (gnus-draft-check-draft-articles): New function.
10848         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10849
10850 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-art.el (gnus-article-browse-html-parts):
10853         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10854         Don't use suffix argument for mm-make-temp-file for Emacs 21
10855         compatibility.  Remove useless `format'.
10856
10857 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10858
10859         * nnweb.el (nnweb-google-wash-article): Update regexps.
10860         (nnweb-group-alist): Use defvoo instead of defvar.
10861
10862 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10865         re-loading nn* modules.
10866
10867 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10870         for `tool-bar-mode' and don't check it's default-value.
10871
10872         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10873
10874         * message.el (message-make-tool-bar): Ditto.
10875
10876         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10877         `substring'.  Shorten tmp-file name.
10878
10879         * gnus.el: Remove bogus comment.
10880
10881 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10882
10883         * gnus-art.el (gnus-article-browse-html-parts): New function.
10884         (gnus-article-browse-html-article): New function for viewing html
10885         articles with a browser.
10886
10887 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10888
10889         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10890         in elisp.
10891         (pgg-gpg-encrypt-symmetric-region): Ditto.
10892         (pgg-gpg-sign-region): Ditto.
10893
10894         * pgg-def.el (pgg-text-mode): New variable.
10895
10896         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10897         (mml2015-pgg-encrypt): Ditto.
10898
10899         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10900         (mml1991-pgg-encrypt): Ditto.
10901
10902 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10905         message-make-date instead of current-time-string.
10906
10907         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10908         to gnus-decoded which mm-uu might set.
10909
10910 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10913         don't decode quoted parameters; remove misimported Emacs code.
10914         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10915         (rfc2231-decode-encoded-string): Don't use split-string which
10916         behaves differently according to Emacs version; use
10917         mm-decode-coding-region to convert charset to coding-system.
10918         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10919         (rfc2231-encode-string): Remove misimported Emacs code.
10920
10921 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10924         when calling mail-header-parse-content-type.
10925         (article-de-quoted-unreadable): Ditto.
10926         (article-de-base64-unreadable): Ditto.
10927         (article-wash-html): Ditto.
10928
10929         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10930         calling mail-header-parse-content-type and
10931         mail-header-parse-content-disposition.
10932         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10933         mail-header-parse-content-type.
10934
10935         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10936         insert charset and format parameters; encode description after
10937         inserting it to buffer.
10938         (mml-insert-parameter): Fold lines properly even if a parameter is
10939         segmented into two or more lines; change the max column to 76.
10940
10941         * rfc1843.el (rfc1843-decode-article-body): Don't use
10942         ignore-errors when calling mail-header-parse-content-type.
10943
10944         * rfc2231.el (rfc2231-parse-string): Return at least type if
10945         possible; don't cause an error even if it fails in parsing of
10946         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10947         (rfc2231-encode-string): Don't break lines at the beginning, leave
10948         it to mml-insert-parameter.
10949
10950         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10951         calling mail-header-parse-content-type.
10952
10953 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * spam-report.el (spam-report-gmane-use-article-number):
10956         Improve doc string.
10957         (spam-report-gmane-internal): Check if a suitable header was found
10958         in the article.
10959
10960 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10963         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10964
10965 2006-02-05  Romain Francoise  <romain@orebokech.com>
10966
10967         Update copyright notices of all files in the gnus directory.
10968
10969 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10970
10971         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10972
10973 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10976         segmented lines of parameter value to cope with Thunderbird 1.5
10977         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10979         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10980
10981 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10982
10983         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10984         parts.
10985
10986 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10987
10988         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10989         there's only one active file for all servers.
10990         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10991         solid groups.  Gnus might have used a FAST request to select the group.
10992         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10993         and nnweb-search redundantly in the active file.
10994         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10995         (nnweb-request-create-group): Don't use ARGS.
10996         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10997         initialisations.  Let nnoo do the work.
10998
10999 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11002         Say the part has been decoded.
11003
11004         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11005
11006 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11007
11008         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11009         mailcap-viewer-test-cache when there's no 'test clause, since that
11010         will invert the meaning of a "nil" test previously determined by
11011         mailcap-mailcap-entry-passes-test.
11012
11013 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11016         compiling.
11017
11018         * gnus-sum.el: Ditto.
11019
11020         * message.el: Don't bind tool-bar-map when compiling.
11021
11022 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11025
11026 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11027
11028         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11029         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11030         current Google Groups.
11031
11032 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11035         and tool-bar-mode.
11036
11037         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11038         and tool-bar-mode.
11039
11040         * message.el (message-tool-bar-update): Simplify.
11041         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11042
11043         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11044         gnus-summary-buffer.
11045         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11046         gnus-summary-reply.
11047
11048         * gmm-utils.el (gmm): Add :version.
11049
11050 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * Makefile.in (clean): New rule.
11053         (distclean): Use it.
11054
11055 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11056
11057         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11058         autoload.
11059
11060 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gmm-utils.el (gmm-verbose): Add :group.
11063
11064 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * message.el: Change some comments WRT tool-bars.
11067
11068         * gnus-sum.el (gnus-summary-tool-bar)
11069         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11070         (gnus-summary-tool-bar-zap-list): New variables.
11071         (gnus-summary-make-tool-bar): Complete rewrite using
11072         `gmm-tool-bar-from-list'.
11073
11074         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11075         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11076         variables.
11077         (gnus-group-make-tool-bar): Complete rewrite using
11078         `gmm-tool-bar-from-list'.
11079         (gnus-group-tool-bar-update): New function.
11080
11081         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11082
11083 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11086         is dissected into a single part of which the type is the same as
11087         the given one; decode charset.
11088
11089 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11090
11091         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11092         into alists as symbol not string, since that's what
11093         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11094         look for.
11095
11096 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11099         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11100
11101         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11102
11103 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11106         (gnus-xmas-mime-security-button-menu): New function.
11107
11108         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11109         (gnus-mime-security-button-menu): New definition.
11110         (gnus-mime-security-button-map): Use them.
11111         (gnus-mime-security-button-menu): New function.
11112         (gnus-insert-mime-security-button): Addition to help echo.
11113         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11114         (gnus-mime-security-pipe-part): New functions.
11115
11116         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11117         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11118
11119         * mm-decode.el (mm-handle-set-disposition): Remove.
11120         (mm-handle-set-description): Remove.
11121
11122 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11125         (mm-w3m-standalone-supports-m17n-p): New function.
11126         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11127         w3m usage.
11128
11129         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11130         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11131
11132 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * message.el (message-tool-bar-zap-list): Use
11135         gmm-tool-bar-zap-list as custom type.
11136         (message-tool-bar-update): New function.
11137         (message-tool-bar, message-tool-bar-gnome)
11138         (message-tool-bar-retro): Add message-tool-bar-update.
11139         (message-tool-bar-gnome): Add flyspell-buffer.
11140
11141         * gnus-util.el (gnus-error): Describe `args'.
11142
11143         * gmm-utils.el (gmm-error): Describe `args'.
11144         (gmm-tool-bar-zap-list): New widget.
11145         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11146
11147 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11150         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11151         the number of recursive calls.
11152
11153         * mm-decode.el (mm-handle-set-disposition): New macro.
11154         (mm-handle-set-description): New macro.
11155
11156 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11159         encoding.
11160
11161 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * message.el (message-tool-bar-zap-list, message-tool-bar)
11164         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11165         (message-tool-bar-local-item-from-menu): Remove.
11166         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11167         (message-make-tool-bar): New function.
11168         (message-mode): Use `message-make-tool-bar'.
11169
11170         * gmm-utils.el: New file.
11171         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11172         (gmm-lazy): New widget copied from `nnmail.el'.
11173         (gmm-tool-bar-from-list): New function for creating customizable
11174         tool bars.
11175         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11176         output.
11177         (gmm): Add :prefix to defgroup.
11178
11179 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11180
11181         * gmm-utils.el (gmm-widget-p): New function.
11182
11183 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * mml.el (mml-attach-file): Describe `description' in doc string.
11186         (mml-menu): Add Emacs MIME manual and PGG manual.
11187
11188 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11189
11190         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11191
11192 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11193
11194         * nntp.el (nntp-end-of-line): Doc fix.
11195
11196 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11197
11198         * imap.el (imap-open): Handle case where buffer is a buffer
11199         object.
11200
11201 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11202
11203         * gnus-delay.el (gnus-delay): Don't autoload.
11204         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11205         to be re-loaded when customizing the `gnus-delay' group.
11206
11207 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11208
11209         * message.el (message-insert-citation-line): Use newlines.
11210
11211 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11212
11213         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11214         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11215         these routines, so the passphrase can be managed externally and
11216         passed in to the system.
11217         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11218         pgg-add-passphrase-to-cache function.
11219
11220         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11221         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11222         these routines, so the passphrase can be managed externally and
11223         passed in to the system.
11224         (pgg-pgp5-sign-region): Use new name of
11225         pgg-add-passphrase-to-cache function.
11226
11227 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11228
11229         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11230         part of the decoded armor to find the key-identifier.
11231         (pgg-gpg-lookup-key-owner): New function to return the
11232         human-readable identifier of a key owner.
11233         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11234         itself.
11235         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11236         the key value) if we have a key and can match it against a secret
11237         key.  Also, added a note pointing out fact that the prompt only
11238         indicates the first matching key.
11239
11240         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11241         pgg-decrypt-region.
11242         (pgg-add-passphrase-to-cache): Rename from
11243         `pgg-add-passphrase-cache' to reduce confusion (all callers
11244         changed).
11245         (pgg-remove-passphrase-from-cache): Rename from
11246         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11247         changed).
11248         (pgg-read-passphrase, pgg-add-passphrase-cache)
11249         (pgg-remove-passphrase-cache): Add informative docstrings.
11250         (pgg-decrypt): Convey provided passphrase in subordinate call to
11251         pgg-decrypt-region.
11252
11253 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11254
11255         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11256         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11257         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11258         'passphrase' argument, so the passphrase can be managed externally
11259         and then passed in to the system.
11260
11261         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11262         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11263         so the passphrase cache can be used reliably with identifiers
11264         besides a pgp packet's key id.
11265
11266         * pgg-gpg.el (pgg-gpg-encrypt-region)
11267         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11268         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11269         these routines, so the passphrase can be managed externally and
11270         passed in to the system.
11271
11272         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11273         'notruncate' argument, so the passphrase cache can be used
11274         reliably with identifiers besides a pgp packet's key id.
11275
11276 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11277
11278         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11279         symmetric encryption.
11280         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11281         encrypted session key.
11282         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11283         message ask for the passphrase in a proper way.
11284
11285         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11286         New user commands for symmetric encryption.
11287
11288 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11291
11292         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11293
11294 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11295
11296         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11297
11298 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-decode.el (mm-inlined-types): Add application/pgp.
11301         (mm-automatic-display): Ditto.
11302
11303         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11304         part as text.
11305
11306 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * nnrss.el: Update copyright.
11309         (nnrss-opml-import): Query whether to subscribe to each entry.
11310
11311         * gnus-art.el:
11312         * gnus-sum.el:
11313         * gnus-xmas.el:
11314         * messagexmas.el:
11315         * mm-uu.el:
11316         * mm-view.el: Update copyright.
11317
11318 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * message.el (message-info): New function.
11321         (message-mode-menu): Add it.
11322         Update copyright.
11323
11324         * ChangeLog: Fix and update copyright.
11325
11326 2006-01-13  Romain Francoise  <romain@orebokech.com>
11327
11328         * message.el (message-forward-subject-name-subject): Prefer the
11329         address to 'nowhere' if the sender has no name.
11330         Fix typo.  Update copyright year.
11331
11332 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-art.el (article-wash-html): Use
11335         gnus-summary-show-article-charset-alist if a numeric arg is given.
11336         (gnus-article-wash-html-with-w3m-standalone): New function.
11337
11338         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11339         mm-inline-text-html-render-with-w3m-standalone.
11340         (mm-text-html-washer-alist): Map w3m-standalone to
11341         gnus-article-wash-html-with-w3m-standalone.
11342         (mm-inline-text-html-render-with-w3m-standalone): New function.
11343
11344 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11347         Improve LaTeX.
11348
11349 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11352         (nnrss-request-article): Render text/plain parts as HTML.
11353
11354         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11355         the buffer.
11356
11357 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11360         custom definition of `gnus-posting-styles'.
11361
11362         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11363         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11364
11365 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11368         Use nntp for bug archive.
11369
11370 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11373         parts.
11374         (nnrss-normalize-date): New function converts ISO 8601 date into
11375         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11376         (nnrss-check-group): Use it.
11377
11378 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11381
11382         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11383         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11384         (nnrss-insert-w3): Ditto.
11385
11386 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11389         the articles to be forwarded including the case where neither a
11390         number of articles nor a region is specified.
11391
11392 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * nnrss.el (nnrss-request-article): Fix last change; fill
11395         text/plain parts.
11396
11397 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11400         in text/plain part.
11401         (nnrss-check-group): Don't add excessive newline to dc:subject.
11402
11403 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11404
11405         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11406         article.
11407
11408 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11411         (nnml-use-compressed-files, nnml-save-mail): Support other
11412         comression programs such as bzip2.
11413
11414 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * dns.el (query-dns): Make sure we check the buffer size before
11417         removing tcp headers.
11418
11419 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11422         remove MIME buttons associated with multipart/alternative parts.
11423         (gnus-mime-display-alternative): Tag buttons using `article-type'
11424         text property.
11425
11426         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11427         associated with multipart/alternative parts.
11428
11429         * gnus-art.el (gnus-signature-separator): Fix custom type.
11430
11431         * mm-decode.el (mm-inlined-types): Fix custom type.
11432         (mm-keep-viewer-alive-types): Ditto.
11433         (mm-automatic-display): Ditto.
11434         (mm-attachment-override-types): Ditto.
11435         (mm-inline-override-types): Ditto.
11436         (mm-automatic-external-display): Ditto.
11437
11438 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * spam-report.el (spam-report-user-mail-address)
11441         (spam-report-user-agent): New variables.
11442         (spam-report-url-ping-plain): Use spam-report-user-agent.
11443
11444 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11445
11446         * gnus-art.el (gnus-button-handle-custom): Do not just use
11447         `customize-apropos' for any "M-x customize-*" button but the
11448         function called for.  Accept both the function name and its
11449         argument in order to achieve this.
11450         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11451         function name to `gnus-button-handle-custom' in case of "M-x
11452         customize-*" buttons.
11453
11454 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11457         multipart/alternative and add xref to mm-discouraged-alternatives
11458         in doc string.
11459
11460         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11461         gnus-buttonized-mime-types in doc string.
11462
11463 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11466         Suggest image/.* in the doc string.
11467
11468 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11471         message-marks (Debian bug #342521).
11472
11473 2005-12-12  Simon Josefsson  <jas@extundo.com>
11474
11475         * password.el (password-read-from-cache): Add.
11476         (password-read): Use it.
11477
11478 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11481         us-ascii as a MIME charset.
11482
11483         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11484         against the case where the 2nd arg TYPE is nil.
11485
11486 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * pop3.el (pop3-stream-type): Fix custom version.
11489
11490         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11491
11492 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11493
11494         * mm-decode.el (mm-display-external): Add missing cdr.
11495
11496 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11499         RFC1524) if it is in mailcap or add a suffix according to
11500         mailcap-mime-extensions when generating a temp filename; postpone
11501         deleting a temp file for 2 seconds for some wrappers, shell
11502         scripts, and so on, which might exit right after having started a
11503         viewer command as a background job.
11504
11505 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * nntp.el (nntp-marks-directory): Fix custom group.
11508
11509         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11510         steps when < 10.
11511
11512         * gnus-start.el (gnus-no-server-1): Mention
11513         `gnus-level-default-subscribed' in doc string.
11514
11515 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11516
11517         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11518         parens.
11519
11520 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-xmas.el (gnus-use-toolbar): Revert.
11523         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11524         gnus-use-toolbar is default.
11525
11526         * messagexmas.el (message-use-toolbar): Revert.
11527         (message-setup-toolbar): Use global default-toolbar if
11528         message-use-toolbar is default.
11529
11530 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11533         according to default-toolbar-visible-p.
11534
11535         * messagexmas.el (message-use-toolbar): Ditto.
11536
11537 2005-11-26  Dave Love  <fx@gnu.org>
11538
11539         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11540         (tls-program, tls-success): Provide openssl alternative.
11541
11542         * starttls.el: Doc fixes.
11543         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11544         SERVICE to PORT.
11545
11546         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11547         port null or service name.
11548         (starttls-negotiate): Autoload.
11549
11550 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * message.el (message-kill-to-signature): Fix interactive spec.
11553
11554 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * pop3.el (pop3-open-server): Recognize a string as a service name.
11557
11558 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11559
11560         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11561
11562 2005-11-23  Dave Love  <fx@gnu.org>
11563
11564         Add pop3s, pop3/starttls.
11565
11566         * pop3.el (pop3-authentication-scheme): Clarify doc.
11567         (open-tls-stream, starttls-open-stream): Autoload.
11568         (pop3-stream-type): New.
11569         (pop3-open-server): Use it.
11570
11571         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11572         for POP.
11573         (mail-source-keyword-map): Add :stream for POP.
11574         (mail-source-fetch-pop): Use pop3-stream-type.
11575
11576 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11579         of current-time-string.
11580
11581 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11582
11583         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11584         date header.
11585
11586 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11587
11588         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11589         it can seriously impact performance as it bypasses the agent's
11590         local caches.
11591
11592 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11593
11594         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11595         must be explicitly online rather than "not explicitly offline" for
11596         its flags to be synchronized.
11597
11598         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11599         that gnus-uu-unmark-thread will function correctly.
11600
11601         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11602         1024K is instead displayed as 1M.
11603
11604 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11605
11606         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11607
11608 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11609
11610         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11611
11612 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11613
11614         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11615         error message to display actual error condition.
11616         (gnus-agent-save-local): Avoid saving symbols that are bound to
11617         nil as they simply result in a warning message in
11618         gnus-agent-read-local.
11619
11620 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11623         rather than make-variable-buffer-local for file-precious-flag.
11624
11625 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11626
11627         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11628         for duplicates which are removed.  The invalid sort check then
11629         triggers a rescan after the sort as sorting may have moved
11630         duplicate entries such that they can be cheaply detected.
11631
11632 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11635
11636 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11637
11638         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11639         internal variable to a custom variable.  Changed default value
11640         from compressed(2) to uncompressed(1).
11641         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11642         support for uncompressed agentview files.  Taken together, reading
11643         the agentview file should now be 6-7 times faster.
11644
11645 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11646
11647         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11648         as a buffer-local variable.  This avoids creating truncated
11649         dribble files as a result of a hang up, eg.
11650
11651 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11652
11653         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11654         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11655         XEmacs.
11656
11657 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * gnus-start.el (gnus-start-draft-setup): Enforce
11660         `gnus-draft-mode' for nndraft:drafts at startup.
11661
11662         * gnus.el (gnus-splash): Change custom group.
11663         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11664         allow-list argument.
11665
11666         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11667         string.
11668
11669 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-art.el (gnus-default-article-saver): Add user-defined
11672         `function' to custom type.
11673
11674 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11675
11676         * imap.el (imap-open): Handle case where buffer is a buffer
11677         object.
11678
11679 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11682         long lines.
11683         (gnus-cache-delete-group): Wrap doc strings.
11684
11685         * gnus-agent.el (gnus-agent-rename-group)
11686         (gnus-agent-delete-group): Wrap doc strings.
11687
11688 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * messagexmas.el (message-use-toolbar): Change the valid values
11691         into default, top, bottom, left, and right.
11692         (message-toolbar-thickness): New variable.
11693         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11694         well.
11695         (message-setup-toolbar): Make it work.
11696
11697         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11698         (gnus-use-toolbar): Change the valid values into default, top,
11699         bottom, left, and right.
11700         (gnus-toolbar-thickness): New variable.
11701         (gnus-xmas-setup-toolbar): New function.
11702         (gnus-xmas-setup-group-toolbar): Use it.
11703         (gnus-xmas-setup-summary-toolbar): Use it.
11704
11705 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-start.el (gnus-1): Add "native" to
11708         gnus-predefined-server-alist.
11709
11710         * gnus.el (gnus-method-to-server): Don't add "native" to the
11711         lists here, because that leads to problems when
11712         gnus-select-method is bound.
11713
11714 2005-11-09  Simon Josefsson  <jas@extundo.com>
11715
11716         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11717         use (not sort-by-date) instead.
11718
11719 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11720
11721         * gnus-delay.el (gnus-delay-group): Don't autoload.
11722         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11723         to be re-loaded when customizing the `gnus-delay' group.
11724
11725 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11726
11727         * message.el: Revert last changes.
11728         (message-insert-citation-line): Use newlines.
11729
11730 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11731
11732         * message.el (message-courtesy-message)
11733         (message-mark-insert-begin, message-mark-insert-end)
11734         (message-elide-ellipsis, message-cancel-message)
11735         (message-add-header, message-change-subject)
11736         (message-cross-post-followup-to-header)
11737         (message-cross-post-insert-note, message-reduce-to-to-cc)
11738         (message-widen-reply, message-delete-not-region)
11739         (message-kill-to-signature, message-insert-signature)
11740         (message-insert-importance-high, message-insert-importance-low)
11741         (message-insert-or-toggle-importance)
11742         (message-insert-disposition-notification-to)
11743         (message-indent-citation, message-yank-original)
11744         (message-cite-original-without-signature, message-cite-original)
11745         (message-insert-citation-line, message-position-on-field)
11746         (message-fix-before-sending, message-send-mail-partially)
11747         (message-send-mail, message-send-mail-with-sendmail)
11748         (message-send-mail-with-qmail, message-send-news)
11749         (message-check-news-header-syntax, message-generate-headers)
11750         (message-insert-courtesy-copy, message-fill-address)
11751         (message-fill-header, message-shorten-references)
11752         (message-setup-1, message-cancel-news)
11753         (message-forward-make-body-plain, message-forward-make-body-mime)
11754         (message-forward-make-body-mml, message-encode-message-body)
11755         (message-forward-make-body-digest-plain)
11756         (message-forward-make-body-digest-mime)
11757         (message-use-alternative-email-as-from): Insert `hard-newline'
11758         instead of ordinary newlines.
11759
11760 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * message.el (message-generate-headers): Downcase the argument
11763         given to message-check-element.
11764
11765 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11766
11767         * nntp.el (nntp-authinfo-rejected): New error condition.
11768         (nntp-wait-for): Use new error condition to signal authentication
11769         error.
11770         (nntp-retrieve-data): Rethrow new error condition to break out of
11771         recursive call to nntp-send-authinfo.
11772
11773 2005-11-08  Romain Francoise  <romain@orebokech.com>
11774
11775         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11776         (gnus-summary-exit-map): Bind to `Z p'.
11777         (gnus-summary-make-menu-bar): Add menu item.
11778
11779 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11782         (gnus-treat-*): Add `first' in all doc strings.
11783
11784         * gnus-group.el (gnus-group-compact-group): Fix typo.
11785
11786 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * gnus.el (gnus-parameters-case-fold-search): New variable.
11789         (gnus-parameters-get-parameter): Use it.
11790
11791         * gnus-score.el (gnus-home-score-file): Doc fix.
11792
11793 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11794
11795         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11796
11797 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * mm-util.el (mm-special-display-p): New function.
11800
11801         * mml.el (mml-preview): Use it; doc fix.
11802
11803 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11804
11805         * imap.el (imap-open): Handle case where buffer is a buffer object.
11806
11807 2005-10-29  Romain Francoise  <romain@orebokech.com>
11808
11809         * message.el (message-fix-before-sending): Fix comment.
11810
11811 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11812
11813         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11814
11815 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11816
11817         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11818         Used in gnus-score.el.
11819
11820 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11823
11824 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11827         whitespace removed in revision 7.8.  Use concatenated string to
11828         protect trailing whitespace.
11829
11830 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11831
11832         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11833         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11834         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11835         Courier IMAP ("some version from 2004").  Mostly based on similar
11836         code in the same function.
11837
11838 2005-10-26  Didier Verna  <didier@xemacs.org>
11839
11840         * gnus-group.el (gnus-group-compact-group): Invalidate original
11841         article buffer.
11842         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11843         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11844         NOV database and in article itself.
11845         Invalidate article backlog.
11846
11847 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11850
11851 2005-10-26  Simon Josefsson  <jas@extundo.com>
11852
11853         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11854         part of 2004-07-25 change.
11855
11856 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * message.el (message-display-completion-list): New function.
11859         (message-expand-group): Use it; make sure the Completions buffer
11860         is modifiable.
11861 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11862
11863         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11864         user-mail-name is an empty string.
11865
11866 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11869         depending on gnus-score-decay-constant.
11870
11871         * encrypt.el (encrypt-insert-file-contents)
11872         (encrypt-write-file-contents): Don't use `gnus-message'.
11873
11874         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11875         arguments.
11876         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11877         arguments to mm-uu-verbatim-marks-extract.
11878         (mm-uu-hide-markers): New variable.
11879         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11880
11881         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11882         (gnus-convert-image-to-face-command): Use "convert" by default to
11883         allow other input image formats.
11884         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11885         accordingly.
11886
11887 2005-10-23  Simon Josefsson  <jas@extundo.com>
11888
11889         * imap.el (imap-gssapi-program): Align command line parameters
11890         with latest GNU SASL.
11891         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11892
11893 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11896         HTML.
11897         (nnslashdot-request-article): Ditto.
11898
11899         * lpath.el (featurep): Add nobreak-char-display.
11900
11901 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11902
11903         * mail-source.el (mail-source-fetch-pop): Require pop3.
11904         (mail-source-check-pop): Ditto.
11905
11906 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11909         errors.
11910
11911 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11914         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11915
11916         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11917
11918         * mm-bodies.el (mm-decode-string): Call
11919         `mm-charset-to-coding-system' with allow-override argument.
11920
11921 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11924         (rfc2047-charset-to-coding-system): New function.
11925         (rfc2047-decode-encoded-words): New function.
11926         (rfc2047-decode-region): Use them.
11927         (rfc2047-decode-cte): Remove.
11928         (rfc2047-parse-and-decode): Remove.
11929         (rfc2047-decode): Remove.
11930
11931 2005-10-15  Kenichi Handa  <handa@m17n.org>
11932
11933         * rfc2047.el (rfc2047-decode-cte): New function.
11934         (rfc2047-decode-region): Change the way to decode successive
11935         encoded-words: decode B- or Q-encoding in each encoded-word,
11936         concatenate them, and decode it as charset.
11937
11938 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * lpath.el: Fbind codepage-setup for XEmacs.
11941
11942 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11943
11944         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11945         widget-move-and-invoke.
11946         (gnus-custom-mode): Use gnus-custom-map.
11947
11948 2005-10-15  Bill Wohler  <wohler@newt.com>
11949
11950         * message.el (message-tool-bar-map): Renamed image file from
11951         mail_send to mail/send.
11952
11953 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11954
11955         * message.el (message-expand-group): Pass the common
11956         prefix substring of completion to `display-completion-list'.
11957
11958 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * mml-sec.el (mml-secure-method): New internal variable.
11961         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11962         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11963         functions using mml-secure-method.
11964
11965         * mml.el (mml-mode-map): Add key bindings for those functions.
11966         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11967         Harder <harder@myrealbox.com>.
11968         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11969         end of message if point is the headers of the message.
11970
11971         * message.el (message-in-body-p): New function.
11972
11973         * assistant.el: Autoload gnus-util and netrc.
11974
11975         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11976         Use `mm-charset-override-alist' only when decoding.
11977
11978         * mm-bodies.el (mm-decode-body): Call
11979         `mm-charset-to-coding-system' with allow-override argument.
11980
11981         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11982         `filename' from Content-Disposition if Content-Type doesn't
11983         provide `name'.
11984         (gnus-mime-view-part-as-type): Set default instead of
11985         initial-input.
11986
11987 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11988
11989         * format-spec.el (format-spec): Propagate text properties of % spec.
11990
11991 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus-art.el (gnus-treat-predicate): Add `first'.
11994
11995 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11998         (mm-charset-override-alist): New variable.
11999         (mm-charset-to-coding-system): Use it.
12000         (mm-codepage-setup): New helper function.
12001         (mm-charset-eval-alist): New variable.
12002         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12003         about unknown charsets.
12004
12005         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12006
12007 2005-10-04  David Hansen  <david.hansen@gmx.net>
12008
12009         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12010         (nnrss-check-group): Ditto.
12011
12012 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12015         Rename x-gnus-verbatim to x-verbatim.
12016         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12017
12018         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12019         x-verbatim.
12020
12021         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12022
12023         * gnus-util.el (gnus-remove-duplicates): Remove.
12024
12025         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12026         instead of gnus-remove-duplicates.
12027
12028         * message.el (message-remove-duplicates): Remove.
12029         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12030         message-remove-duplicates.
12031
12032         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12033         available, else use implementation from `delete-dups'.
12034
12035         * message.el (message-insert-expires): New function.
12036         (message-mode-map): Add key binding.
12037         (message-mode-field-menu): Add menu entry.
12038         (message-mode): Document it.
12039         (message-make-expires-date): Use `message-make-date'.
12040
12041 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12042
12043         * message.el (message-make-expires-date): New function.
12044
12045 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * Makefile.in (list-installed-shadows): New entry.
12048         (install): Use it.
12049         (remove-installed-shadows): New entry.
12050
12051         * dgnushack.el (dgnushack-default-load-path): New variable.
12052         (dgnushack-find-lisp-shadows): New function.
12053         (dgnushack-remove-lisp-shadows): New function.
12054
12055 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * Makefile.in (install-el-elc): New entry.
12058         (install): Use it so that .el files are necessarily installed.
12059
12060 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12063
12064 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12065
12066         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12067         function rather than the diff-mode.el package.
12068         (mm-display-external): Use with-current-buffer.
12069         (mm-viewer-completion-map, mm-viewer-completion-map):
12070         Move initialization inside declaration.
12071
12072 2005-09-29  Simon Josefsson  <jas@extundo.com>
12073
12074         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12075         autoload mail-check-payment.
12076         (spam-check-hashcash): Define unconditionally, since hashcash.el
12077         is part of Gnus now.  Ignore errors from payment checking.
12078
12079 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * message.el (message-bold-region, message-unbold-region): Rename
12082         from `bold-region' and `unbold-region'.
12083
12084         * message.el: Remove useless autoloads.
12085
12086 2005-09-28  Simon Josefsson  <jas@extundo.com>
12087
12088         * message.el (message-use-idna): Default to t.
12089         (message-use-idna): Test whether encoding works too.  Doc fix.
12090
12091 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nntp.el (nntp-warn-about-losing-connection): Remove.
12094
12095 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12098         customizable.  Change default value.
12099         (mm-uu-diff-groups-regexp): Change default value.
12100         (mm-uu-type-alist): Add doc string.
12101         (mm-uu-configure): Add doc string.  Make it interactive.
12102         (mm-uu-tex-groups-regexp): New variable.
12103         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12104         (mm-uu-type-alist): Add LaTeX documents.
12105         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12106         of "text/verbatim".
12107         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12108
12109         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12110         instead of "text/verbatim".
12111
12112         * message.el (message-mark-inserted-region)
12113         (message-mark-insert-file): Use slrn style marks when called with
12114         prefix argument.
12115
12116 2005-09-27  Simon Josefsson  <jas@extundo.com>
12117
12118         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12119
12120 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12121
12122         * message.el (message-remove-duplicates): New function.
12123         Implementation borrowed from `gnus-remove-duplicates'.
12124         (message-idna-to-ascii-rhs): Also encode idna addresses in
12125         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12126         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12127         only ask about the same idna domain once per header and also tell
12128         in what header to replace the idna domain.
12129
12130         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12131         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12132         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12133         a header is decoded and not just the last one.
12134
12135 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12138         has been decoded.
12139
12140         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12141         (mm-insert-part): Don't modify text if it has been decoded.
12142
12143         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12144         decoded.
12145
12146         * mm-view.el (mm-inline-text): Don't strip text props unless
12147         decoding enriched or richtext parts.
12148
12149 2005-09-25  Romain Francoise  <romain@orebokech.com>
12150
12151         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12152         * gnus-start.el (gnus-subscribe-interactively):
12153         * gnus-uu.el (gnus-uu-grab-articles):
12154         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12155         space.
12156
12157 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12158
12159         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12160         * mm-view.el (mm-view-pkcs7-decrypt):
12161         * gnus-sum.el (gnus-summary-limit-to-extra)
12162         (gnus-summary-respool-article, gnus-read-move-group-name):
12163         * gnus-score.el (gnus-summary-increase-score):
12164         * gnus-util.el (gnus-completing-read-with-default):
12165         * gnus-art.el (gnus-read-save-file-name)
12166         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12167         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12168         * message.el (message-check-news-header-syntax):
12169         Follow convention for reading with the minibuffer.
12170
12171 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * spam-report.el (spam-report-url-ping-plain):
12174         Use gnus-extended-version as User-Agent.
12175
12176         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12177         default value is nil.
12178
12179         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12180         (mm-uu-verbatim-marks-extract): New function.
12181         (mm-uu-extract): New face.
12182         (mm-uu-copy-to-buffer): Use it.
12183
12184         * spam-report.el (spam-report-gmane-ham): Renamed from
12185         `spam-report-gmane-unspam'.
12186         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12187         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12188
12189         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12190         Autoload.
12191         (spam-report-gmane-unregister-routine): Renamed
12192         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12193
12194 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12195
12196         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12197         (spam-report-gmane-unregister-routine): Add support for gmane
12198         unregistration.
12199
12200         * spam-report.el (spam-report-gmane-unspam)
12201         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12202         (spam-report-gmane): Change to take a single article and do unspam
12203         registration.
12204
12205 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * mm-url.el (mm-url-decode-entities): Fix regexp.
12208
12209 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12212         default to nil, to be able to use Gnus at all.  If the default
12213         switches to something else, then the function should be fixed not
12214         be exceedingly slow.
12215
12216 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12217
12218         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12219         fail hard.
12220
12221         * spam-report.el: Add better Keywords line.
12222
12223         * spam.el: Add Maintainer and better Keywords line.
12224
12225 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * gnus-art.el (gnus-article-replace-part)
12228         (gnus-mime-replace-part): New functions.
12229         (gnus-mime-action-alist, gnus-mime-button-commands)
12230         (gnus-mime-save-part-and-strip): Added file argument.
12231         (gnus-article-part-wrapper): Added interactive argument.
12232
12233         * gnus-sum.el (gnus-summary-mime-map): Add
12234         `gnus-article-replace-part'.
12235
12236 2005-09-19  Didier Verna  <didier@xemacs.org>
12237
12238         The nnml compaction feature:
12239         * nnml.el (nnml-request-compact-group): New function.
12240         * nnml.el (nnml-request-compact): New function.
12241         * gnus-int.el (gnus-request-compact-group): New function.
12242         * gnus-int.el (gnus-request-compact): New function.
12243         * gnus-group.el (gnus-group-compact-group): New function.
12244         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12245         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12246         * gnus-srvr.el (gnus-server-compact-server): New function.
12247         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12248         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12249
12250 2005-09-18  Deepak Goel  <deego@gnufans.org>
12251
12252         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12253         format spec.
12254
12255 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12258
12259 2005-09-15  Romain Francoise  <romain@orebokech.com>
12260
12261         * message.el (message-fill-paragraph): Clarify docstring.
12262
12263 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-art.el (gnus-mime-display-part): Protect against broken
12266         MIME messages.
12267
12268 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12271         before parsing header.
12272
12273 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12274
12275         * html2text.el (html2text-replace-list): Add new entities.
12276
12277 2005-09-11  Romain Francoise  <romain@orebokech.com>
12278
12279         * message.el (message-alternative-emails): Improve docstring.
12280         (message-setup-1): Call `message-use-alternative-email-as-from'
12281         after `message-setup-hook' to give it precedence over posting
12282         styles, etc.
12283         (message-use-alternative-email-as-from): Add docstring.  Remove
12284         the original From header if present.
12285
12286         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12287         (nnml-save-mail): Use it.
12288
12289         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12290         articles.  Add new argument `silent'.
12291         (gnus-uu-mark-all): Report the total number of marked articles.
12292
12293 2005-09-10  Romain Francoise  <romain@orebokech.com>
12294
12295         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12296         (gnus-uu-mark-series): Likewise.
12297
12298 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * spam-report.el (spam-report-gmane): Fix generation of spam
12301         report URL.
12302
12303 2005-09-10  Simon Josefsson  <jas@extundo.com>
12304
12305         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12306         t, based on discussion on the ding list with Robert Epprecht
12307         <epprecht@solnet.ch>.
12308
12309 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * spam-report.el (spam-report-gmane): Make it work without
12312         X-Report-Spam header.  Gmane now only provides Archived-At.
12313         This is only used if `spam-report-gmane-use-article-number' is nil.
12314         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12315
12316         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12317         make `gnus-summary-sort-by-recipient' work with threading.
12318
12319         * nnweb.el (nnweb-google-wash-article): Print a message if article
12320         is not available.
12321
12322 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12323
12324         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12325         change.  Decode text/* parts content before displaying.
12326
12327 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12330
12331 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12334
12335         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12336         url-package-name, url-package-version,
12337         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12338         w3m-display-inline-images, and w3m-minor-mode-map.
12339
12340 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * message.el (message-tab-body-function): Fix mismatched custom type.
12343
12344         * gnus.el (gnus-group-change-level-function): Ditto.
12345
12346         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12347
12348         * gnus-art.el (gnus-signature-limit)
12349         (gnus-article-mime-part-function): Ditto.
12350
12351 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mml.el (mml-mode): Silence the byte compiler.
12354
12355         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12356         using `(sit-for 0)' before moving the point to the specified part;
12357         skip unbuttonized parts.
12358         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12359         return to the summary window if gnus-auto-select-part is non-nil.
12360
12361 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12364         variables.
12365         (mml-dnd-attach-file, mml-mode): Use them.
12366
12367         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12368         Make fetching article by MID work again for Google Groups.  Added
12369         FIXME concerning gnus-group-make-web-group.
12370
12371         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12372         Don't depend on Gnus by using mail-extract-address-components if
12373         gnus-extract-address-components is not bound.
12374
12375 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * gnus-art.el (gnus-mime-display-security): Don't display the
12378         signature, but only the signed part.
12379
12380 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12383
12384         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12385         list, not listp.
12386
12387 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12388
12389         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12390         when encoding.
12391
12392         * mm-bodies.el (mm-decode-content-transfer-encoding):
12393         De-canonicalize CRLF for all text content types, not just
12394         text/plain.
12395
12396 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12399         valid article; point arrow and cursor at the MIME button.
12400
12401 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12404         Suggested by Dan Christensen <jdc@uwo.ca>.
12405
12406         * mm-decode.el (mm-save-part): Enable change of prompt.
12407
12408 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12409
12410         * gnus-msg.el (gnus-inews-add-send-actions): Made
12411         `message-post-method' lambda parameter ARG `&optional'.
12412
12413 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-sum.el (gnus-summary-mime-map): Added
12416         gnus-article-save-part-and-strip, gnus-article-delete-part and
12417         gnus-article-jump-to-part.
12418
12419         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12420         (gnus-article-edit-part): Use it.
12421         (gnus-article-part-wrapper): Added no-handle argument.
12422         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12423         functions.
12424
12425 2005-08-29  Romain Francoise  <romain@orebokech.com>
12426
12427         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12428         docstring.
12429         (gnus-face-from-file): Likewise.
12430
12431 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12434         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12435         non-nil.
12436         (gnus-auto-select-part): New variable.
12437         (gnus-article-jump-to-part): New function.
12438         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12439         (gnus-mime-delete-part): Allow selecting specified part after
12440         deleting or stripping parts.
12441         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12442         part if argument is bogus.
12443
12444 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12445
12446         * gnus-art.el (w3m-minor-mode-map):
12447         * gnus-spec.el (gnus-newsrc-file-version):
12448         * gnus-util.el (nnmail-active-file-coding-system)
12449         (gnus-original-article-buffer, gnus-user-agent):
12450         * gnus.el (gnus-ham-process-destinations)
12451         (gnus-parameter-ham-marks-alist)
12452         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12453         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12454         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12455         * mm-decode.el (gnus-current-window-configuration):
12456         * mm-extern.el (gnus-article-mime-handles):
12457         * mm-url.el (url-current-object, url-package-name)
12458         (url-package-version):
12459         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12460         (smime-keys, w3m-cid-retrieve-function-alist)
12461         (w3m-current-buffer, w3m-display-inline-images)
12462         (w3m-minor-mode-map):
12463         * mml-smime.el (gnus-extract-address-components):
12464         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12465         (gnus-newsrc-hashtb, message-default-charset)
12466         (message-deletable-headers, message-options)
12467         (message-posting-charset, message-required-mail-headers)
12468         (message-required-news-headers):
12469         * mml1991.el (mc-pgp-always-sign):
12470         * mml2015.el (mc-pgp-always-sign):
12471         * nnheader.el (nnmail-extra-headers):
12472         * rfc1843.el (gnus-decode-encoded-word-function)
12473         (gnus-decode-header-function, gnus-newsgroup-name):
12474         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12475
12476 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12477
12478         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12479         the end of the date treatments.
12480
12481 2005-08-15  Simon Josefsson  <jas@extundo.com>
12482
12483         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12484         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12485         Capello and Romain Francoise.
12486         (pgg-fetch-key-function): Removed, not used?
12487         (pgg-insert-url-with-w3): Require url, to get
12488         url-insert-file-contents regardless of where it is defined.
12489
12490 2005-08-13  Romain Francoise  <romain@orebokech.com>
12491
12492         * message.el (message-cite-original-1): New function.
12493         (message-cite-original): Use it.
12494         (message-cite-original-without-signature): Ditto.
12495
12496 2005-08-08  Romain Francoise  <romain@orebokech.com>
12497
12498         * message.el (message-yank-empty-prefix): New variable.
12499         (message-indent-citation): Use it.
12500         (message-cite-original-without-signature): Respect X-No-Archive.
12501
12502 2005-08-08  Simon Josefsson  <jas@extundo.com>
12503
12504         * pgg.el: Autoload url-insert-file-contents instead of loading
12505         w3/url.
12506         (pgg-insert-url-with-w3): Don't load url here.
12507
12508 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12509
12510         * message.el (message-kill-to-signature): Don't insert newline at
12511         bol.
12512         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12513
12514 2005-08-06  Romain Francoise  <romain@orebokech.com>
12515
12516         * message.el (message-user-fqdn): Fix typo in docstring.
12517
12518 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12519
12520         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12521
12522         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12523
12524 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-bodies.el (mm-encode-body): Use coding system rather than
12527         charset to encode text.
12528
12529         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12530         number of charsets if utf-8 is available (XEmacs).
12531
12532 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12535         taken from `gnus-button-mid-or-mail-regexp'.
12536         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12537         (gnus-button-alist): Improve regexp for domain part of the MIDs
12538         for news:localpart@domain buttons.
12539         (gnus-button-ctan-directory-regexp): Update.
12540
12541 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * sieve-manage.el (sieve-manage-interactive-login): Use
12544         make-local-variable rather than make-variable-buffer-local.
12545         (sieve-manage-open): Ditto.
12546         (sieve-manage-authenticate): Ditto.
12547
12548         * mml.el (mml-generate-mime-1): Make the content type default to
12549         text/plain if the filename is not specified.
12550
12551 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12554         instead of insert-buffer.
12555
12556         * message.el (message-yank-original): Ditto; set the mark at the
12557         end of the yanked message.
12558
12559 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12562         lines to scroll rather than to stop it.
12563
12564         * mml.el (mml-generate-default-type): Add doc string.
12565         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12566         default to application/octet-stream when determining the content
12567         type if it is not specified for the part or the mml contents; add
12568         a comment about mml-generate-default-type.
12569
12570 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12573         make it default to application/octet-stream when determining the
12574         content type if it is not specified for the external contents.
12575
12576 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12579         segmented parameter but also other parameters might be there.
12580
12581 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * mm-decode.el (mm-display-external): Delete temp file, directory
12584         and buffer immediately if the external process is exited.
12585
12586 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12589         fewer lines than that of scroll-margin.
12590         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12591
12592 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-art.el (gnus-article-next-page): Revert.
12595         (gnus-article-beginning-of-window): New macro.
12596         (gnus-article-next-page-1): Use it.
12597         (gnus-article-prev-page): Ditto.
12598         (gnus-article-edit-part): Use insert-buffer-substring instead of
12599         insert-buffer.
12600         (gnus-article-edit-exit): Ditto.
12601
12602         * gnus-util.el (gnus-beginning-of-window): Remove.
12603         (gnus-end-of-window): Remove.
12604
12605         * lpath.el: Don't bind header-line-format and scroll-margin.
12606
12607 2005-07-25  Simon Josefsson  <jas@extundo.com>
12608
12609         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12610         to have the url package without w3.  Reported by Daiki Ueno
12611         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12612
12613 2005-07-20  Didier Verna  <didier@xemacs.org>
12614
12615         * gnus-diary.el: Remove the description comment (nndiary is now
12616         properly documented in the Gnus manual).
12617         Fix the spelling of "Back End".
12618         * nndiary.el: Ditto.
12619         Fix the copyright notice.
12620
12621 2005-07-18  Romain Francoise  <romain@orebokech.com>
12622
12623         * gnus-sum.el (gnus-summary-to-prefix)
12624         (gnus-summary-newsgroup-prefix): New variables.
12625         (gnus-summary-from-or-to-or-newsgroups): Use them.
12626
12627 2005-07-17  Romain Francoise  <romain@orebokech.com>
12628
12629         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12630         space as it's generally not especially interesting to the user.
12631
12632 2005-07-16  Romain Francoise  <romain@orebokech.com>
12633
12634         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12635         nil to avoid prompting and file modification if one of the
12636         messages at the top of the nnfolder file contains a copyright
12637         notice.
12638         Update copyright notice.
12639
12640         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12641         instead of `current-time-string' as the latter creates a time
12642         string that is not RFC 2822 compliant (it lacks the zone).
12643         Update copyright notice.
12644
12645 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12646
12647         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12648         for text/rtf.  Display default in prompt.  Pass default for M-n.
12649
12650         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12651
12652 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12653
12654         * gnus-msg.el (gnus-button-mailto): Remove
12655         save-selected-window-window hackery because it relies on
12656         save-selected-window internals.
12657
12658 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12661         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12662         (gnus-article-prev-page): Ditto.
12663
12664         * gnus-util.el (gnus-beginning-of-window): New function.
12665         (gnus-end-of-window): New function.
12666
12667         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12668
12669 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12670
12671         * gnus-score.el (gnus-score-edit-all-score): Set
12672         gnus-score-edit-exit-function to gnus-score-edit-done and call
12673         gnus-message.
12674
12675 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12676
12677         * gnus-msg.el (gnus-button-mailto): Remove
12678         save-selected-window-window hackery because it relies on
12679         save-selected-window internals.
12680
12681 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12684         add-minor-mode.
12685         (gnus-binary-mode): Ditto.
12686
12687         * gnus-topic.el (gnus-topic-mode): Ditto.
12688
12689 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12690
12691         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12692         (gnus-article-prev-page): Take scroll-margin into consideration.
12693
12694 2005-07-04  Lute Kamstra  <lute@gnu.org>
12695
12696         Update FSF's address in GPL notices.
12697
12698 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12699
12700         * gnus.el (gnus-exit):
12701         * gnus-group.el (gnus-group-icons):
12702         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12703
12704         * gnus-nocem.el (gnus-nocem):
12705         * message.el (message-various, message-buffers, message-sending)
12706         (message-interface, message-forwarding, message-insertion)
12707         (message-headers, message-news, message-mail):
12708         * pgg-gpg.el (pgg-gpg):
12709         * pgg-parse.el (pgg-parse):
12710         * pgg-pgp.el (pgg-pgp):
12711         * pgg-pgp5.el (pgg-pgp5):
12712         * pop3.el (pop3): Finish `defgroup' description with period.
12713
12714 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-art.el (article-display-face): Improve the efficiency.
12717         (article-display-x-face): Ditto; remove grey x-face stuff.
12718
12719 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-art.el (article-display-face): Correct the position in
12722         which Faces are inserted.
12723
12724 2005-06-29  Didier Verna  <didier@xemacs.org>
12725
12726         * gnus-art.el (article-display-face): Display faces in correct
12727         order.
12728
12729 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12732         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12733         (gnus-nocem-check-article): Fetch the Type header.
12734         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12735         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12736         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12737         make sure gnus-nocem-hashtb is initialized.
12738         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12739         (gnus-nocem-unwanted-article-p): Ditto.
12740
12741         * pgg.el (pgg-verify): Return the verification result.
12742
12743 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12746         is ascii.
12747
12748 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12749
12750         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12751         `show-nonbreak-escape'.
12752
12753 2005-06-23  Lute Kamstra  <lute@gnu.org>
12754
12755         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12756
12757         * dig.el (dig-mode):
12758         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12759
12760 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12761
12762         * nnimap.el (nnimap-split-download-body): Fix spellings.
12763
12764 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12765
12766         * gnus-art.el (gnus-article-encrypt-body):
12767         * gnus-cus.el (gnus-score-customize):
12768         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12769         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12770
12771 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12772
12773         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12774         header by looking for magic "MII" at the beginnig.
12775
12776 2005-06-16  Miles Bader  <miles@gnu.org>
12777
12778         * gnus-xmas.el (gnus-xmas-group-startup-message):
12779         Use renamed gnus-splash face.
12780
12781         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12782         (assistant-field-face): New backward-compatibility alias for renamed
12783         face.
12784         (assistant-render-text): Use renamed assistant-field face.
12785
12786         * spam.el (spam): Remove "-face" suffix from face name.
12787         (spam-face): New backward-compatibility alias for renamed face.
12788         (spam-face, spam-initialize): Use renamed spam face.
12789
12790         * message.el (message-header-to, message-header-cc)
12791         (message-header-subject, message-header-newsgroups)
12792         (message-header-other, message-header-name)
12793         (message-header-xheader, message-separator, message-cited-text)
12794         (message-mml): Remove "-face" suffix from face names.
12795         (message-header-to-face, message-header-cc-face)
12796         (message-header-subject-face, message-header-newsgroups-face)
12797         (message-header-other-face, message-header-name-face)
12798         (message-header-xheader-face, message-separator-face)
12799         (message-cited-text-face, message-mml-face):
12800         New backward-compatibility aliases for renamed faces.
12801         (message-font-lock-keywords): Use renamed message faces.
12802
12803         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12804         (sieve-test-commands, sieve-tagged-arguments):
12805         Remove "-face" suffix from face names.
12806         (sieve-control-commands-face, sieve-action-commands-face)
12807         (sieve-test-commands-face, sieve-tagged-arguments-face):
12808         New backward-compatibility aliases for renamed faces.
12809         (sieve-control-commands-face, sieve-action-commands-face)
12810         (sieve-test-commands-face, sieve-tagged-arguments-face):
12811         Use renamed sieve faces.
12812
12813         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12814         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12815         (gnus-group-news-3-empty, gnus-group-news-4)
12816         (gnus-group-news-4-empty, gnus-group-news-5)
12817         (gnus-group-news-5-empty, gnus-group-news-6)
12818         (gnus-group-news-6-empty, gnus-group-news-low)
12819         (gnus-group-news-low-empty, gnus-group-mail-1)
12820         (gnus-group-mail-1-empty, gnus-group-mail-2)
12821         (gnus-group-mail-2-empty, gnus-group-mail-3)
12822         (gnus-group-mail-3-empty, gnus-group-mail-low)
12823         (gnus-group-mail-low-empty, gnus-summary-selected)
12824         (gnus-summary-cancelled, gnus-summary-high-ticked)
12825         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12826         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12827         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12828         (gnus-summary-low-undownloaded)
12829         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12830         (gnus-summary-low-unread, gnus-summary-normal-unread)
12831         (gnus-summary-high-read, gnus-summary-low-read)
12832         (gnus-summary-normal-read, gnus-splash):
12833         Remove "-face" suffix from face names.
12834         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12835         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12836         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12837         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12838         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12839         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12840         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12841         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12842         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12843         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12844         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12845         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12846         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12847         (gnus-summary-normal-ticked-face)
12848         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12849         (gnus-summary-normal-ancient-face)
12850         (gnus-summary-high-undownloaded-face)
12851         (gnus-summary-low-undownloaded-face)
12852         (gnus-summary-normal-undownloaded-face)
12853         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12854         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12855         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12856         (gnus-splash-face):
12857         New backward-compatibility aliases for renamed faces.
12858         (gnus-group-startup-message): Use renamed gnus faces.
12859
12860         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12861         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12862         (gnus-server-agent): Remove "-face" suffix from face names.
12863         (gnus-server-agent-face, gnus-server-opened-face)
12864         (gnus-server-closed-face, gnus-server-denied-face)
12865         (gnus-server-offline-face):
12866         New backward-compatibility aliases for renamed faces.
12867         (gnus-server-agent-face, gnus-server-opened-face)
12868         (gnus-server-closed-face, gnus-server-denied-face)
12869         (gnus-server-offline-face): Use renamed gnus faces.
12870
12871         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12872         Remove "-face" suffix from face names.
12873         (gnus-picon-xbm-face, gnus-picon-face):
12874         New backward-compatibility aliases for renamed faces.
12875
12876         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12877         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12878         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12879         (gnus-cite-11): Remove "-face" suffix from face names.
12880         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12881         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12882         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12883         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12884         New backward-compatibility aliases for renamed faces.
12885         (gnus-cite-attribution-face, gnus-cite-face-list)
12886         (gnus-article-boring-faces): Use renamed gnus faces.
12887
12888         * gnus-art.el (gnus-signature, gnus-header-from)
12889         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12890         (gnus-header-content): Remove "-face" suffix from face names.
12891         (gnus-signature-face, gnus-header-from-face)
12892         (gnus-header-subject-face, gnus-header-newsgroups-face)
12893         (gnus-header-name-face, gnus-header-content-face):
12894         New backward-compatibility aliases for renamed faces.
12895         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12896
12897         * gnus-sum.el (gnus-summary-selected-face)
12898         (gnus-summary-highlight): Use renamed gnus faces.
12899         * gnus-group.el (gnus-group-highlight): Likewise.
12900
12901 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12902
12903         * gnus-sieve.el (gnus-sieve-article-add-rule):
12904         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12905         * spam-stat.el (spam-stat-buffer-change-to-spam)
12906         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12907
12908         * message.el (message-is-yours-p):
12909         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12910
12911 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * mm-view.el (mm-inline-text): Withdraw the last change.
12914
12915 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12918         executing enriched-decode.
12919
12920 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12923         charset of tar files.
12924
12925 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12926
12927         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12928
12929 2005-06-04  Lute Kamstra  <lute@gnu.org>
12930
12931         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12932         information is never recorded.
12933
12934 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12935
12936         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12937
12938 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * pop3.el (pop3-apop): Run md5 in the binary mode.
12941
12942         * starttls.el (starttls-set-process-query-on-exit-flag):
12943         Use eval-and-compile.
12944
12945 2005-05-31  Simon Josefsson  <jas@extundo.com>
12946
12947         * smime.el (smime-replace-in-string): Define.
12948         (smime-cert-by-ldap-1): Use it.
12949
12950 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-art.el (article-display-x-face): Replace
12953         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12954
12955         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12956         set-process-query-on-exit-flag or process-kill-without-query.
12957
12958         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12959         loop instead of replace-regexp.
12960
12961         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12962         instead of process-kill-without-query if it is available.
12963
12964         * lpath.el: Fbind ldap-search-entries.
12965
12966         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12967         instead of find-file-hooks if it is available.
12968
12969         * mml1991.el: Bind pgg-default-user-id when compiling.
12970
12971         * mml2015.el: Bind pgg-default-user-id when compiling.
12972
12973         * nndraft.el (nndraft-request-associate-buffer):
12974         Use write-contents-functions instead of write-contents-hooks if it is
12975         available.
12976
12977         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12978         instead of find-file-hooks if it is available.
12979
12980         * nntp.el (nntp-open-connection): Replace
12981         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12982         (nntp-open-ssl-stream): Ditto.
12983         (nntp-open-tls-stream): Ditto.
12984
12985         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12986         set-process-query-on-exit-flag or process-kill-without-query.
12987         (starttls-open-stream-gnutls): Use it instead of
12988         process-kill-without-query.
12989         (starttls-open-stream): Ditto.
12990
12991 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12992
12993         * smime.el (smime-cert-by-ldap-1): Don't use
12994         replace-regexp-in-string.
12995
12996 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12997
12998         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12999
13000         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13001         in PEM format.  Adjust to the XEmacs compability.
13002
13003 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13006         by `string-to-number'.
13007         * gnus-agent.el (gnus-agent-regenerate-group)
13008         (gnus-agent-fetch-articles): Ditto.
13009         * gnus-art.el (gnus-button-fetch-group): Ditto.
13010         * gnus-cache.el (gnus-cache-generate-active)
13011         (gnus-cache-articles-in-group): Ditto.
13012         * gnus-group.el (gnus-group-set-current-level)
13013         (gnus-group-insert-group-line): Ditto.
13014         * gnus-score.el (gnus-score-set-expunge-below)
13015         (gnus-score-set-mark-below, gnus-summary-score-effect)
13016         (gnus-summary-score-entry): Ditto.
13017         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13018         (gnus-soup-pack): Ditto.
13019         * gnus-spec.el (gnus-xmas-format): Ditto.
13020         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13021         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13022         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13023         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13024         * nndb.el (nndb-get-remote-expire-response): Ditto.
13025         * nndiary.el (nndiary-parse-schedule-value)
13026         (nndiary-string-to-number, nndiary-request-replace-article)
13027         (nndiary-request-article): Ditto.
13028         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13029         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13030         * nneething.el (nneething-make-head): Ditto.
13031         * nnfolder.el (nnfolder-request-article)
13032         (nnfolder-retrieve-headers): Ditto.
13033         * nnheader.el (nnheader-file-to-number): Ditto.
13034         * nnkiboze.el (nnkiboze-request-article): Ditto.
13035         * nnmail.el (nnmail-process-unix-mail-format)
13036         (nnmail-process-babyl-mail-format): Ditto.
13037         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13038         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13039         (nnmh-request-create-group, nnmh-request-list-1)
13040         (nnmh-request-group, nnmh-request-article): Ditto.
13041         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13042         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13043         * nnsoup.el (nnsoup-make-active): Ditto.
13044         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13045         * nntp.el (nntp-find-group-and-number)
13046         (nntp-retrieve-headers-with-xover): Ditto.
13047         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13048         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13049         (pgg-format-key-identifier): Ditto.
13050         * pop3.el (pop3-last, pop3-stat): Ditto.
13051         * qp.el (quoted-printable-decode-region): Ditto.
13052
13053         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13054         of concat.
13055
13056 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13059
13060         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13061
13062         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13063
13064         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13065
13066         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13067
13068         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13069
13070         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13071         (gnus-carpal-mode): Ditto.
13072
13073         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13074         (gnus-browse-mode): Ditto.
13075
13076         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13077
13078         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13079
13080 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13081
13082         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13083
13084 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gnus-util.el (gnus-run-mode-hooks): New function.
13087
13088         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13089
13090         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13091         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13092
13093 2005-05-27  Lute Kamstra  <lute@gnu.org>
13094
13095         * dns-mode.el (dns-mode): Specify customization group.
13096
13097 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13098
13099         * gnus-agent.el (gnus-agent-make-mode-line-string):
13100         Use mode-line-highlight as mouse-face.
13101
13102 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * canlock.el (canlock): Change the parent group to news.
13105
13106         * deuglify.el (gnus-outlook-deuglify): Add :group.
13107
13108         * dig.el (dig): Add :group.
13109
13110         * dns-mode.el (dns-mode): Add :group.
13111
13112         * encrypt.el (encrypt): Add :group.
13113
13114         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13115         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13116         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13117         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13118         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13119
13120         * gnus-diary.el (gnus-diary): Add :group.
13121
13122         * gnus.el (gnus-group-news-1-face): Add :group.
13123         (gnus-group-news-1-empty-face): Ditto.
13124         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13125         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13126         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13127         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13128         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13129         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13130         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13131         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13132         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13133         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13134         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13135         (gnus-summary-high-ticked-face): Ditto.
13136         (gnus-summary-low-ticked-face): Ditto.
13137         (gnus-summary-normal-ticked-face): Ditto.
13138         (gnus-summary-high-ancient-face): Ditto.
13139         (gnus-summary-low-ancient-face): Ditto.
13140         (gnus-summary-normal-ancient-face): Ditto.
13141         (gnus-summary-high-undownloaded-face): Ditto.
13142         (gnus-summary-low-undownloaded-face): Ditto.
13143         (gnus-summary-normal-undownloaded-face): Ditto.
13144         (gnus-summary-high-unread-face): Ditto.
13145         (gnus-summary-low-unread-face): Ditto.
13146         (gnus-summary-normal-unread-face): Ditto.
13147         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13148         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13149
13150         * hashcash.el (hashcash): New custom group.
13151         (hashcash-default-payment): Add :group.
13152         (hashcash-payment-alist): Ditto.
13153         (hashcash-default-accept-payment): Ditto.
13154         (hashcash-accept-resources): Ditto.
13155         (hashcash-path): Ditto.
13156         (hashcash-extra-generate-parameters): Ditto.
13157         (hashcash-double-spend-database): Ditto.
13158         (hashcash-in-news): Ditto.
13159
13160         * message.el (message-minibuffer-local-map): Add :group.
13161
13162         * netrc.el (netrc): Add :group.
13163
13164         * sieve-manage.el (sieve-manage-log): Add :group.
13165         (sieve-manage-default-user): Diito.
13166         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13167         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13168         (sieve-manage-authenticators): Ditto.
13169         (sieve-manage-authenticator-alist): Ditto.
13170         (sieve-manage-default-port): Ditto.
13171
13172         * sieve-mode.el (sieve-control-commands-face): Add :group.
13173         (sieve-action-commands-face): Ditto.
13174         (sieve-test-commands-face): Ditto.
13175         (sieve-tagged-arguments-face): Ditto.
13176
13177         * smime.el (smime): Add :group.
13178
13179         * spam-report.el (spam-report): Add :group.
13180
13181         * spam.el (spam, spam-face): Add :group.
13182
13183 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13186         return \n.\n.\n at the end of articles.  Protect against that.
13187         (nntp-with-open-group): Allow debugging.
13188
13189         * nnheader.el (mail-header-set-extra): Make into a function
13190         because I just could't understand how to quote the list properly.
13191
13192         * dns.el (query-dns-cached): New function.
13193
13194 2005-05-26  Lute Kamstra  <lute@gnu.org>
13195
13196         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13197
13198 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13201
13202         * gnus-art.el: Don't autoload mail-extract-address-components.
13203
13204         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13205         eval-and-compile to evaluate it.
13206
13207         * hashcash.el: Don't autoload executable-find.
13208
13209         * nndb.el: Don't declare the nndb back end two or more times; don't
13210         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13211
13212         * nntp.el: Autoload format-spec instead of format; use
13213         eval-and-compile to evaluate autoload forms.
13214
13215 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13216
13217         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13218
13219 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * gnus.el (gnus-version-number): Bump version.
13222
13223 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13224
13225         * gnus.el: No Gnus v0.3 is released.
13226
13227 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13228
13229         * lpath.el (featurep): Bind show-nonbreak-escape.
13230
13231 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-art.el (gnus-article-edit-part): Disable undo.
13234
13235 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13238         gnus-article-date-lapsed-new-header is t if date timer is active;
13239         skip headers in which the original date value is empty.
13240         (gnus-article-save-original-date): Redefine it as a macro.
13241         (gnus-display-mime): Use it.
13242
13243 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (article-date-ut): Support converting date in
13246         forwarded parts as well.
13247         (gnus-article-save-original-date): New function.
13248         (gnus-display-mime): Use it.
13249
13250 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13251
13252         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13253         enclosure element of <item>.
13254
13255 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * message.el (message-kill-buffer-query): Renamed from
13258         `message-kill-buffer-query-if-modified'.  Added :version.
13259
13260 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13263         window layout.
13264
13265 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mml.el: Autoload dnd when compiling.
13268
13269 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13272         x-dnd-*.
13273
13274 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * qp.el (quoted-printable-encode-region): Save excursion.
13277
13278 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13279
13280         * message.el (message-kill-buffer-query-if-modified): Add new variable
13281         so the user can kill a modified message buffer quickly.
13282         (message-kill-buffer): Use it.
13283
13284 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * lpath.el: Fbind display-time-event-handler; don't fbind
13287         string-to-multibyte.
13288
13289         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13290
13291 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13294         contained in text because xml.el decodes entities) with LFs.
13295
13296 2005-04-11  Lute Kamstra  <lute@gnu.org>
13297
13298         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13299         differently.
13300
13301 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13302
13303         * mm-util.el (mm-detect-coding-region): Typo.
13304
13305 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13308
13309 2005-04-06  Deepak Goel  <deego@gnufans.org>
13310
13311         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13312         user-function allow user modifications of the scores.
13313         (spam-stat-score-buffer-user): New function, to allow
13314         user-computed modifications to the score.
13315         (spam-stat-score-buffer-user-functions): List of additional
13316         scoring functions.
13317         (spam-stat-error-holder): Global temporary error holder.
13318         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13319         variable.
13320
13321 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13322
13323         * gnus-registry.el (gnus-registry-clean-empty-function)
13324         (gnus-registry-trim, gnus-registry-fetch-groups)
13325         (gnus-registry-delete-group): Groups that match
13326         `gnus-registry-ignored-groups' are removed from the registry
13327         entries, not just ignored for splitting.  This helps clean up the
13328         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13329         to get all the groups a message ID is in.
13330
13331         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13332         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13333         (spam-stat-score-buffer-user-functions): Add :number custom type.
13334
13335 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13338         argument in XEmacs.
13339
13340         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13341         (nnrss-request-group): Decode group name first.
13342         (nnrss-request-article): Make a text/plain article if mml-to-mime
13343         failed.
13344         (nnrss-get-encoding): Return a compatible encoding according to
13345         nnrss-compatible-encoding-alist.
13346         (nnrss-find-el): Use consp instead of listp.
13347         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13348
13349 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13352         which Emacs 20 doesn't support.
13353         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13354
13355 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13358         silence the byte compiler inside the defun.
13359
13360         * gnus-demon.el (parse-time-string): Add autoload.
13361
13362         * gnus-delay.el (parse-time-string): Add autoload.
13363
13364         * gnus-art.el (parse-time-string): Add autoload.
13365
13366         * nnultimate.el (parse-time): Require for `parse-time-string'.
13367
13368 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13371
13372         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13373
13374         * smime.el (smime-ldap-host-list): Add :version.
13375
13376 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13379         pass it to `gnus-browse-read-group'.
13380         (gnus-browse-read-group): Add NUMBER argument and pass it to
13381         `gnus-group-read-ephemeral-group'.
13382
13383         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13384         argument and pass it to `gnus-group-read-group'.
13385
13386 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13387
13388         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13389         mm-xemacs-find-mime-charset-1 if we have the mule feature
13390         available at runtime.
13391
13392 2005-03-25  Werner Lemberg  <wl@gnu.org>
13393
13394         * nnmaildir.el: Replace `illegal' with `invalid'.
13395
13396 2005-03-23  Lute Kamstra  <lute@gnu.org>
13397
13398         * time-date.el: Add comment on time value formats.
13399         Don't require parse-time.
13400         (with-decoded-time-value): New macro.
13401         (encode-time-value): New function.
13402         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13403         (days-to-time): Return a valid time value when arg is huge.
13404         (time-since): Use time-subtract.
13405         (time-to-number-of-days): Use time-to-seconds.
13406
13407 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13408
13409         * gnus-start.el (gnus-display-time-event-handler):
13410         Check display-time-timer at runtime rather than only at load time
13411         in case display-time-mode is turned off in the mean time.
13412
13413 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13416         used.
13417
13418         * nneething.el (nneething-map-file-directory): Derive from
13419         `gnus-directory'.
13420
13421         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13422         the To/Cc button.
13423
13424 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * nnmaildir.el (nnmaildir-request-accept-article):
13427         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13428
13429 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13430
13431         * gnus-async.el: Require timer-funcs at compile time when in
13432         XEmacs for `run-with-idle-timer'.
13433
13434 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13435
13436         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13437         autoloaded function.
13438
13439 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13440
13441         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13442
13443 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13444
13445         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13446
13447 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13450         gnus-expert-user to default.
13451
13452 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13453
13454         * nnimap.el (nnimap-open-server): Ditto.
13455
13456         * imap.el (imap-authenticate): Fix typo.
13457
13458 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13459
13460         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13461         buffer (since IMAP server might return FETCH response out of
13462         order, and the nntp buffer must be sorted).
13463
13464 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13465
13466         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13467         comparison on string.
13468
13469         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13470         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13471         (gnus-agent-summary-fetch-series): Modified to protect against
13472         gnus-agent-summary-fetch-group clearing processable flags.
13473         (gnus-agent-synchronize-group-flags): Update live group buffer as
13474         synchronization may occur due to the user toggle the plugged
13475         status.
13476         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13477         successfully downloaded.
13478         (gnus-agent-expire-group-1): Avoid using markers when the overview
13479         is in ascending order; greatly improves performance.
13480         (gnus-agent-regenerate-group): Use
13481         gnus-agent-synchronize-group-flags to reset read status in both
13482         gnus and server.
13483         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13484
13485 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * message.el: Don't autoload former message-utils variables.
13488         (message-strip-subject-trailing-was): Change doc string.
13489
13490         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13491         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13492         (nnweb-google-search): Add "hl=en" here.
13493         (nnweb-google-parse-1, nnweb-google-create-mapping):
13494         Don't hardcode URL.
13495
13496 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * message.el (message-get-reply-headers, message-followup):
13499         Mention related variables `message-use-followup-to' and
13500         `message-use-mail-followup-to', in the information buffer.
13501
13502         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13503         of broken groups(-beta).google.com.
13504
13505 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13508         parameter to invoked gnus-request-move-article; remove the
13509         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13510         all at once instead of once per article.
13511         (gnus-summary-remove-process-mark): Accept a list of articles as
13512         well as a single article for processing.
13513
13514         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13515         parameter.
13516
13517         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13518
13519         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13520
13521         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13522         parameter.
13523
13524         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13525         parameter.
13526
13527         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13528         parameter and remove the gnus-sum-hint-move-is-internal variable.
13529
13530         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13531         parameter.
13532
13533         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13534         parameter.
13535
13536         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13537         parameter.
13538
13539         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13540
13541         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13542         parameter.
13543
13544         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13545         parameter.
13546
13547 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13548
13549         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13550         a more conservative way.
13551
13552 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13553
13554         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13555         buffer, so it moves the window's cursor.
13556
13557 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13558
13559         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13560         `mm-dissect-multipart' and receive the from field as an (optional)
13561         argument from `mm-dissect-multipart'.
13562         (mm-dissect-multipart): Receive the from field as an argument and
13563         pass it on when we call `mm-dissect-buffer' on MIME parts.
13564         Fixes verification/decryption of signed/encrypted MIME parts.
13565
13566 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * gnus-sum.el (gnus-summary-move-article): Set
13569         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13570         whatever it calls (right now, only nnimap-request-move article
13571         respects it).
13572
13573         * nnimap.el (nnimap-request-move-article): When
13574         gnus-sum-hint-move-is-internal is set, don't do the extra
13575         nnimap-request-article.
13576
13577 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13580
13581         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13582         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13583
13584         * gnus-sum.el (gnus-summary-caesar-message):
13585         Apply `gnus-treat-article' after rotation.
13586
13587         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13588         doc string.
13589
13590 2005-02-22  Simon Josefsson  <jas@extundo.com>
13591
13592         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13593         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13594         <arne@arnested.dk>.
13595         (encrypt): Add password-cache and password-cache-expiry as group
13596         members.
13597
13598 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13599
13600         * smime.el (smime-ldap-host-list): Doc fix.
13601         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13602         cache) password.
13603         (smime-sign-region): Use it.
13604         (smime-decrypt-region): Use it.
13605         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13606         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13607         fails.
13608         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13609         certificate from DER to PEM format rather than calling openssl.
13610
13611         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13612
13613         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13614         for signing/encryption.
13615
13616         * mml.el (mml-parse-1): Use them.
13617
13618 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13619
13620         * nnrss.el (nnrss-verbose): Removed.
13621         (nnrss-request-group): Use `nnheader-message' instead.
13622
13623 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13624
13625         * nnrss.el (nnrss-verbose): New variable.
13626         (nnrss-request-group): Make it say nnrss is requesting a group.
13627
13628 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13631         Handle news URL with given port correctly.
13632
13633 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13636         containing special characters.
13637
13638         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13639
13640         * mml.el (mime-to-mml): Ditto.
13641
13642         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13643         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13644         (rfc2047-decode-region): Quote decoded words containing special
13645         characters when rfc2047-quote-decoded-words-containing-tspecials
13646         is non-nil.
13647
13648 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13651
13652         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13653
13654 2005-02-15  Simon Josefsson  <jas@extundo.com>
13655
13656         * nnimap.el (nnimap-debug): Doc fix.
13657
13658         * imap.el (imap-debug): Doc fix.
13659
13660 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13663
13664 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * gnus.el (spam-contents): Improve docs for spam-contents
13667         parameter in its variable incarnation.
13668
13669 2005-02-14  Simon Josefsson  <jas@extundo.com>
13670
13671         * smime-ldap.el: Use require instead of load-library for ldap.
13672         (smime-ldap-search): Indent.
13673         (smime-ldap-search-internal): Shorten line.
13674
13675         * smime.el (smime-cert-by-dns): Add doc-string.
13676         (smime-cert-by-ldap-1): Indent.
13677
13678         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13679         mml-smime-get-dns-ldap.
13680         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13681
13682 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13683
13684         * smime.el: Require smime-ldap.
13685         (smime-ldap-host-list): New variable.
13686         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13687
13688         * mml-smime.el (mml-smime-encrypt-query): New function.
13689         (mml-smime-encrypt-query): Use it.
13690
13691         * smime-ldap.el: New file.
13692
13693 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13696
13697 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13700         argument in doc string.  Make query for type more clear.
13701
13702 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus.el (gnus-group-startup-message): Search for gnus images in
13705         etc/images/gnus.
13706         * mm-util.el (mm-image-load-path): Likewise.
13707         * smiley.el (smiley-data-directory): Search for smilies in
13708         etc/images/smilies.
13709
13710 2005-02-09  Kim F. Storm  <storm@cua.dk>
13711
13712         Change Emacs release version from 21.4 to 22.1 throughout.
13713         Change Emacs development version from 21.3.50 to 22.0.50.
13714
13715 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13718
13719         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13720         non-Mule XEmacs as well.
13721         (mm-decompress-buffer): Signal an error intentionally if it does
13722         not decompress compressed data because auto-compression-mode is
13723         disabled.
13724
13725 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13726
13727         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13728         an ID in the registry even if it has no groups.
13729
13730 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13733         merge it into mm-decompress-buffer.
13734         (gnus-mime-copy-part): Use the MIME part charset, the value which
13735         a user specified or gnus-newsgroup-charset for decoding, like
13736         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13737         save-buffer what was used.  Suggested by Kevin Ryde
13738         <user42@zip.com.au>.
13739         (gnus-mime-inline-part): Allow the name parameter as well as the
13740         filename parameter; force decompressing of compressed data; always
13741         display contents being not decoded as unibyte.
13742
13743         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13744         as well as the filename parameter.
13745
13746         * mm-util.el (mm-decompress-buffer): Merge
13747         gnus-mime-jka-compr-maybe-uncompress.
13748         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13749         of compressed data.
13750
13751 2005-02-08  Simon Josefsson  <jas@extundo.com>
13752
13753         * imap.el (imap-log): Doc fix.
13754
13755 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13758         the coding cookies; decompress compressed parts.
13759
13760         * mml.el (mml-generate-mime-1): Add the charset parameter according
13761         to the value which a user specified manually or the coding cookie.
13762
13763         * mm-util.el (mm-string-to-multibyte): New function.
13764         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13765         (mm-coding-system-to-mime-charset): New function.
13766         (mm-decompress-buffer): New function.
13767         (mm-find-buffer-file-coding-system): New function.
13768
13769         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13770         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13771         parts.
13772
13773 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13774
13775         * mm-view.el (mm-display-inline-fontify): Decode a part according
13776         to the charset parameter.
13777
13778 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13781         prefix arg is neither nil nor a number, as info specifies.
13782
13783 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13786         timestamps.
13787
13788 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13789
13790         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13791         groups error checking and notify user.
13792
13793 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13794
13795         * message.el (message-send-mail-function): Check existence of
13796         sendmail-program first before using default value
13797         `message-send-mail-with-sendmail'.  Otherwise use more generic
13798         `smtpmail-send-it'.
13799
13800 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * nntp.el (nntp-request-update-info): Always return nil.
13803
13804 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13805
13806         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13807
13808 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13809
13810         * message.el (message-beginning-of-line): Change the behavior when
13811         invoked between BOL and : so that it first moves backward.
13812
13813 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13816         article buffer when editing of the article is discarded.
13817         (gnus-article-prepare): Revert.
13818
13819 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-art.el (gnus-article-prepare):
13822         Remove message-strip-forbidden-properties from the local hook.
13823
13824 2005-01-27  Simon Josefsson  <jas@extundo.com>
13825
13826         * password.el (password-cache-add): Only start one timer per key.
13827         Reported by Derek Atkins <warlord@MIT.EDU>.
13828
13829 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13830
13831         * run-at-time.el: Removed.  It is no longer needed as
13832         timer-funcs.el in the xemacs-base package has a working version of
13833         `run-at-time'.
13834
13835         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13836
13837         * password.el: Require timer-funcs instead of run-at-time in
13838         XEmacs.
13839         Remove `password-run-at-time' macro.
13840         (password-cache-add): Use `run-at-time' instead of
13841         `password-run-at-time'.
13842
13843         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13844         Remove `nnheader-cancel-function-timers' alias,
13845         `cancel-function-timers' exists in XEmacs in timer-funcs.
13846
13847         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13848         for `run-with-idle-timer'.
13849
13850         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13851         for `run-at-time'.
13852
13853         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13854         for `with-timeout'.
13855
13856         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13857         the same as for XEmacs 21.4.
13858         No need to ignore `run-with-idle-timer', this function exists in
13859         XEmacs now in timer-funcs.el in the xemacs-base package.
13860         (dgnushack-compile): No need to delete
13861         run-at-time.el from the list of files to compile because it
13862         doesn't exist anymore.
13863
13864 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13867         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13868
13869 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13870
13871         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13872         sensitively.
13873
13874 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13875
13876         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13877
13878 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13881         which will be inserted according to the multibyteness of a buffer
13882         rather than the type of contents.  Suggested by ARISAWA Akihiro
13883         <ari@mbf.ocn.ne.jp>.
13884
13885         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13886         of string which old xml.el may return rather than a string.
13887
13888 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13891
13892 2005-01-16  Simon Josefsson  <jas@extundo.com>
13893
13894         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13895         idn/idna.el isn't available.
13896         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13897         <michael@waxrat.com>.
13898
13899         * hashcash.el: Remove non-FSF copyright header.
13900
13901         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13902         (hashcash-generate-payment): Use it.
13903         (hashcash-generate-payment-async): Use it.
13904
13905 2005-01-15  Simon Josefsson  <jas@extundo.com>
13906
13907         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13908         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13909
13910         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13911         gnus-summary-idna-message.
13912         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13913         (gnus-summary-idna-message): New function.
13914
13915 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13918         gnus-novice-user.
13919
13920 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * nnrss.el (nnrss-request-delete-group): Delete entries in
13923         nnrss-group-alist as well.
13924         (nnrss-save-server-data): Insert newline.
13925
13926 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus.el (gnus-user-agent): Use list of symbols instead of
13929         symbols.  Display full version number for (S)XEmacs.  Optionally
13930         display (S)XEmacs codename.
13931
13932         * gnus-util.el (gnus-emacs-version): Update for new
13933         `gnus-user-agent'.
13934
13935         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13936         Gnus version.
13937
13938 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13941         which is unreadable in some setups.
13942
13943 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-spec.el (gnus-update-format-specifications): Flush the
13946         group format spec cache if it doesn't support decoded group names.
13947
13948 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13951         Allow to apply decay on score files matching a regexp.
13952
13953 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13956         compatibility in %g and %c.
13957
13958 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13961         name for only %g and %c.
13962         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13963         of gnus-tmp-group to decoded group name.
13964         (gnus-group-make-rss-group): Exclude `/'s from group names.
13965
13966 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * nnrss.el (nnrss-get-encoding): Fix regexp.
13969
13970 2004-12-27  Simon Josefsson  <jas@extundo.com>
13971
13972         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13973         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13974         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13975
13976 2004-12-17  Kim F. Storm  <storm@cua.dk>
13977
13978         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13979
13980         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13981
13982 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13983
13984         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13985
13986 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * nnrss.el: Require rfc2047 and mml.
13989         (nnrss-file-coding-system): New variable.
13990         (nnrss-format-string): Redefine it as an inline function.
13991         (nnrss-decode-group-name): New function.
13992         (nnrss-string-as-multibyte): Remove.
13993         (nnrss-retrieve-headers): Decode group name; don't use
13994         nnrss-format-string.
13995         (nnrss-request-group): Decode group name.
13996         (nnrss-request-article): Decode group name; allow a Message-ID as
13997         well as an article number; don't use nnrss-format-string; encode a
13998         Message-ID string which may contain non-ASCII characters; use
13999         mml-to-mime to compose a MIME article.
14000         (nnrss-request-expire-articles): Decode group name.
14001         (nnrss-request-delete-group): Decode group name.
14002         (nnrss-fetch): Clarify error message.
14003         (nnrss-read-server-data): Use insert-file-contents instead of load;
14004         bind file-name-coding-system; use multibyte buffer.
14005         (nnrss-save-server-data): Bind coding-system-for-write to the
14006         value of nnrss-file-coding-system; bind file-name-coding-system;
14007         add coding cookie.
14008         (nnrss-read-group-data): Use insert-file-contents instead of load;
14009         bind file-name-coding-system; use multibyte buffer.
14010         (nnrss-save-group-data): Bind coding-system-for-write to the
14011         value of nnrss-file-coding-system; bind file-name-coding-system.
14012         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14013         make it work with non-ASCII text.
14014         (nnrss-find-el): Make it work with old xml.el as well.
14015
14016 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14017
14018         * nnrss.el (nnrss-get-encoding): New function.
14019         (nnrss-fetch): Use unibyte buffer initially; bind
14020         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14021         decode contents according to the encoding attribute.
14022         (nnrss-save-group-data): Add coding cookie.
14023         (nnrss-mime-encode-string): New function.
14024         (nnrss-check-group): Use it to encode subject and author.
14025
14026 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14027
14028         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14029         imaginary variable.
14030
14031 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14034         correctly even if there are wide characters.
14035
14036 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14037
14038         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14039         downcased symbol names; make a new cache instead of reusing
14040         bbdb-hashtable.
14041
14042 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14045         concatenating segments rather than before concatenating them.
14046         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14047
14048         * message.el (message-get-reply-headers): Bind `extra'.
14049
14050 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14051
14052         * message.el (message-extra-wide-headers): New variable.
14053         (message-get-reply-headers): Use it.
14054
14055 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14058         (gnus-agent-group-pathname): Ditto.
14059
14060         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14061
14062         * gnus-group.el (gnus-group-make-group): Decode group name.
14063         (gnus-group-make-rss-group): Register the group data after opening
14064         the nnrss group.
14065
14066 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14067
14068         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14069         by expiry now get marked as read.
14070
14071 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14074
14075 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14076
14077         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14078         unify Latin characters in XEmacs.
14079         (mm-find-mime-charset-region): Use it.
14080
14081 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-util.el (gnus-delete-directory): New function.
14084
14085         * gnus-agent.el (gnus-agent-delete-group): Use it.
14086
14087         * gnus-cache.el (gnus-cache-delete-group): Use it.
14088
14089 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14092         names.
14093
14094 2004-12-16  Simon Josefsson  <jas@extundo.com>
14095
14096         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14097
14098 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14101
14102         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14103         (gnus-group-set-current-level): Decode group name.
14104
14105 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14106
14107         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14108         failed.
14109
14110 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-group.el (gnus-group-delete-group): Decode group name.
14113         (gnus-group-make-rss-group): Encode group name.
14114         (gnus-group-catchup-current): Decode group name.
14115         (gnus-group-kill-group): Decode group name.
14116
14117 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14118
14119         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14120
14121 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-group.el (gnus-group-make-rss-group):
14124         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14125
14126         * gnus-start.el (gnus-setup-news): Honor user's setting to
14127         gnus-message-archive-method.  Suggested by Lute Kamstra
14128         <lute@gnu.org>.
14129
14130 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14131
14132         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14133         global counterparts of the buffer-local variables.
14134
14135 2004-11-16  Romain Francoise  <romain@orebokech.com>
14136
14137         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14138         counterparts of the buffer-local variables.
14139
14140 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * message.el (message-forbidden-properties): Fixed typo in doc
14143         string.
14144
14145 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-util.el (gnus-replace-in-string): Added doc string.
14148
14149         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14150         to avoid problems when splitting mails with many recipients.
14151
14152 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14153
14154         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14155         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14156
14157 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14158
14159         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14160         if there is no hashtable in memory or file modification time is
14161         newer than cached timestamp.
14162
14163 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14166         not-matching option.
14167
14168 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14171         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14172         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14173         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14174         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14175         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14176
14177 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * message.el (message-forward-make-body-mml): Remove headers
14180         according to message-forward-ignored-headers if a message is decoded.
14181
14182 2004-12-02  Romain Francoise  <romain@orebokech.com>
14183
14184         * message.el (message-forward-make-body-plain): Always remove
14185         headers according to message-forward-ignored-headers.
14186
14187 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * spam.el (spam-summary-prepare-exit): Remove the
14190         gnus-summary-limit pop for now, it has problems with ham marks for
14191         me.
14192
14193 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14196         correctly.
14197
14198 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14199
14200         * format-spec.el (format-spec): Message the char.
14201
14202 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * gnus-art.el (gnus-split-methods): Reformat comments.
14205
14206         * spam.el (spam-summary-prepare-exit): Remove article limits
14207         before exiting the summary buffer.
14208
14209 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14212         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14213
14214         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14215         order to silence the byte compiler.
14216
14217         * spam.el: Fix the way to silence the byte compiler, which
14218         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14219         bbdb-search-simple, spam-BBDB-register-routine,
14220         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14221         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14222         spam-stat-buffer-is-spam, spam-stat-load,
14223         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14224         spam-stat-save and spam-stat-split-fancy.
14225
14226 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14229         which may confuse users.
14230         (canlock-password-for-verify): Ditto.
14231
14232         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14233
14234         * gnus-art.el (gnus-emphasis-alist): Ditto.
14235
14236         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14237
14238         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14239
14240         * gnus-start.el (gnus-save-killed-list): Ditto.
14241
14242         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14243         (gnus-sum-thread-tree-root): Ditto.
14244         (gnus-sum-thread-tree-false-root): Ditto.
14245         (gnus-sum-thread-tree-single-indent): Ditto.
14246
14247         * message.el (message-courtesy-message): Ditto.
14248         (message-archive-note): Ditto.
14249         (message-subscribed-address-file): Ditto.
14250         (message-user-fqdn): Ditto.
14251
14252         * spam-report.el (spam-report-gmane-regex): Ditto.
14253
14254         * spam.el (spam-blackhole-good-server-regex): Ditto.
14255
14256 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * mml.el (mml-preview): Widen the message buffer before copying
14259         the contents to the preview buffer; sort headers before previewing.
14260
14261         * message.el (message-hidden-headers): Fix the way to avoid a bug
14262         in the `repeat' widget in Emacs 21.3 or earlier.
14263
14264 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * message.el (message-hidden-headers): Default to "^References:".
14267         Improve customization type.  Suggested by Reiner Steib
14268         <Reiner.Steib@gmx.de>.
14269
14270 2004-11-25  Romain Francoise  <romain@orebokech.com>
14271
14272         * message.el (message-strip-forbidden-properties): Remove check for
14273         obsolete `message-hidden' text property, hidden headers are not
14274         accessible in the buffer anymore.
14275
14276 2004-11-22  Romain Francoise  <romain@orebokech.com>
14277
14278         * message.el (message-header-format-alist): Add `From' in list
14279         so that it can be sorted.
14280         (message-fix-before-sending): Widen and sort headers before
14281         sending.
14282         (message-hide-headers): Use narrowing to hide headers by moving
14283         them to the top of the buffer and narrowing to the region
14284         underneath.
14285
14286 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * message.el (message-strip-forbidden-properties): Bind
14289         buffer-read-only (etc) to nil.
14290
14291 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14294         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14295
14296 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14297
14298         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14299
14300 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * dns.el (query-dns): Use sit-for to time instead of
14303         accept-process-output, since that doesn't seem to work on udp
14304         sockets.
14305
14306 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14309
14310 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14311
14312         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14313         doc string.  Improve doc string.
14314
14315 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * nntp.el (nntp-request-update-info): Return nil if
14318         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14319         may not call gnus-activate-group which uselessly issues the GROUP
14320         commands for all nntp groups and wastes time.  Reported by Romain
14321         Francoise <romain@orebokech.com>.
14322
14323         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14324
14325 2004-11-15  Simon Josefsson  <jas@extundo.com>
14326
14327         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14328         headers separately.
14329         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14330         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14331
14332 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * gnus-start.el (gnus-convert-old-newsrc):
14335         Assign legacy-gnus-agent to 5.10.7.
14336
14337 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14338
14339         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14340         start of the lines.
14341
14342 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14343
14344         * hashcash.el (hashcash-default-payment): Change default to 20.
14345         (hashcash-default-accept-payment): Change default to 20.
14346         (hashcash-process-alist): New variable.
14347         (hashcash-generate-payment-async): Add.
14348         (hashcash-already-paid-p): Add.
14349         (hashcash-insert-payment): Don't generate payments twice.
14350         (hashcash-insert-payment-async): Add.
14351         (hashcash-insert-payment-async-2): Add.
14352         (hashcash-cancel-async): Add.
14353         (hashcash-wait-async): Add.
14354         (hashcash-processes-running-p): Add.
14355         (hashcash-wait-or-cancel): Add.
14356         (mail-add-payment): New optional argument.  Conditionally start
14357         asynchronous calculation.
14358         (mail-add-payment-async): Add.
14359
14360         * message.el (message-send-mail): Wait for asynchronous hashcash
14361         results.  Don't clobber existing X-Hashcash headers.
14362         (message-setup-1): Call mail-add-payment-async when
14363         message-generate-hashcash is non-nil.
14364
14365 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14366
14367         * message.el (message-use-alternative-email-as-from): Examine the
14368         From header as well; use message-make-from in order to include a
14369         user's full name.
14370
14371 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14374         default; improve customization type.
14375         (gnus-emphasis-custom-with-format): New macro.
14376         (gnus-emphasis-custom-value-to-external): New function.
14377         (gnus-emphasis-custom-value-to-internal): New function.
14378
14379 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14380
14381         * dns.el (query-dns): Resolve reverse addresses.
14382
14383 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14384
14385         * gnus-group.el (gnus-group-get-new-news): Use it.
14386
14387         * gnus-start.el (gnus-check-reasonable-setup): New function.
14388
14389 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14392         "Args out of range" error.  Reported by Arnaud Giersch
14393         <arnaud.giersch@free.fr>.
14394
14395 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14396
14397         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14398
14399 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14400
14401         * spam.el (spam group): Add :version.
14402
14403         * pgg-def.el (pgg group): Add :version.
14404
14405 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (gnus-article-edit-article): Don't associate the
14408         article buffer with a draft file.  This is a temporary measure
14409         against the 2004-08-22 change to gnus-article-edit-mode.
14410
14411 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14414         (html2text-format-tags): Remove unused variable `attr'.
14415
14416 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14419
14420         * tls.el (tls-process-connection-type, tls-success)
14421         (tls-certtool-program): Add :version.
14422
14423         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14424         (starttls-extra-arguments, starttls-process-connection-type)
14425         (starttls-connect, starttls-failure, starttls-success): Add :version.
14426
14427         * spam-stat.el (spam-stat): Add :version.
14428
14429         * sieve.el (sieve): Add :version.
14430
14431         * sha1.el (sha1): Add :version.
14432         (sha1-use-external): Remove redundant version.
14433
14434         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14435         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14436         (nnmail-split-fancy-match-partial-words)
14437         (nnmail-split-lowercase-expanded): Add :version.
14438
14439         * nndiary.el (nndiary): Add :version.
14440
14441         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14442
14443         * mml-sec.el (mml-default-sign-method)
14444         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14445         Add :version.
14446
14447         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14448
14449         * mm-url.el (mm-url-use-external, mm-url-program)
14450         (mm-url-arguments): Add :version.
14451
14452         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14453         (mm-attachment-file-modes, mm-decrypt-option)
14454         (mm-w3m-safe-url-regexp): Add :version.
14455
14456         * message.el (message-cite-prefix-regexp)
14457         (message-sendmail-envelope-from, message-minibuffer-local-map)
14458         (message-user-fqdn, message-completion-alist): Add :version.
14459
14460         * gnus-win.el (gnus-configure-windows-hook)
14461         (gnus-use-frames-on-any-display): Add :version.
14462
14463         * gnus-art.el (gnus-article-address-banner-alist)
14464         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14465         (gnus-treat-from-picon, gnus-treat-mail-picon)
14466         (gnus-treat-x-pgp-sig): Add :version.
14467
14468         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14469         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14470         (gnus-summary-article-delete-hook)
14471         (gnus-summary-display-while-building): Add :version.
14472
14473         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14474         (gnus-get-top-new-news-hook): Add :version.
14475
14476         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14477         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14478
14479         * gnus-registry.el (gnus-registry): Add :version.
14480
14481         * gnus-spec.el (gnus-use-correct-string-widths)
14482         (gnus-make-format-preserve-properties): Add :version.
14483
14484         * gnus.el (gnus-group-charter-alist)
14485         (gnus-group-fetch-control-use-browse-url)
14486         (gnus-install-group-spam-parameters): Add :version.
14487
14488         * gnus-diary.el (gnus-diary): Add :version.
14489
14490         * gnus-delay.el (gnus-delay): Add :version.
14491
14492         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14493         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14494         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14495         Add :version.
14496
14497         * gnus-agent.el (gnus-agent-max-fetch-size)
14498         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14499         (gnus-agent-prompt-send-queue): Add :version.
14500
14501         * deuglify.el (gnus-outlook-deuglify): Add :version.
14502
14503         * html2text.el: Beautify code.  Improve doc strings.  Some
14504         checkdoc cleanup.
14505         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14506
14507 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14508
14509         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14510
14511 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14512
14513         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14514         when package is loaded.
14515
14516         * spam.el (spam-summary-score-preferred-header): Add global preference
14517         for people who want to override the default SpamAssassin over
14518         Bogofilter preference (when both are set).
14519         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14520         (spam-user-format-function-S): Check
14521         spam-summary-score-preferred-header.
14522         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14523         (spam-user-format-function-S): Format the score correctly.
14524
14525 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14528         signature file.  Suggested by Manoj Srivastava
14529         <srivasta@golden-gryphon.com>.
14530
14531         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14532         iso-2022-jp even in the Japanese language environment.
14533         Suggested by Jason Rumney <jasonr@gnu.org>.
14534
14535 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14538         use the same characters as the dummy marks; make it free from
14539         getting affected by the language environment.
14540         (gnus-summary-read-group-1): Update mark positions only when the
14541         format spec is updated.
14542
14543         * gnus-spec.el (gnus-update-format-specifications): Return a list
14544         of updated types.
14545
14546 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14549         of boundp to check if display-warning is available.
14550
14551 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14552
14553         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14554
14555 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * nnspool.el (nnspool-spool-directory): Use news-path if the
14558         news-directory variable is not bound.
14559
14560         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14561         function instead of display-warning if it is not available.
14562
14563 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14566         v5-10: Use `point-at-bol'.
14567
14568 2004-10-26  Simon Josefsson  <jas@extundo.com>
14569
14570         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14571         <chenggao@gmail.com>.
14572
14573 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14576         instead.
14577
14578 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14581         to remove a server from the nnimap-server-buffer-alist.
14582         (nnimap-open-connection, nnimap-close-server): Use it.
14583
14584         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14585
14586 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14589         running the major-mode function.
14590
14591 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14594         dummy marks in the right way.
14595
14596 2004-10-18  David Edmondson  <dme@dme.org>
14597
14598         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14599         excessively.
14600
14601 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14602
14603         * gnus-util.el (gnus-split-references): Accept a nil references
14604         string and go on blissfully.
14605
14606         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14607         cases where the references string is non-nil but has no references.
14608
14609         * encrypt.el: Add autoload tags.
14610
14611         * spam.el (spam-resolve-registrations-routine): Remove article
14612         from unregistration list too.  Reported by David Hanak
14613         <dhanak@isis.vanderbilt.edu>
14614
14615 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14618         nil.  Changed custom type.
14619
14620 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14623
14624         * gnus-sum.el (gnus-summary-move-article): Use it.
14625
14626 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14627
14628         * encrypt.el: Add autoload cookies.
14629
14630         * spam.el (spam-backend-article-list-property)
14631         (spam-backend-get-article-todo-list)
14632         (spam-backend-put-article-todo-list)
14633         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14634         Resolve registrations separately.
14635         (spam-register-routine): Format comments.
14636         (spam-unregister-routine, spam-register-routine): Always call with
14637         specific-articles, no default list.
14638         (spam-summary-prepare-exit): Use the spam-classifications function.
14639
14640         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14641         gnus-encrypt.el.
14642
14643         * encrypt.el: Copied from gnus-encrypt.el.
14644
14645         * gnus-encrypt.el: Commented that it's obsolete.
14646
14647 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14650         (gnus-score-save): Use it.
14651
14652         * message.el (message-bury): Use `window-dedicated-p'.
14653
14654 2004-10-15  Simon Josefsson  <jas@extundo.com>
14655
14656         * pop3.el (top-level): Don't require nnheader.
14657         (pop3-read-timeout): Add.
14658         (pop3-accept-process-output): Add.
14659         (pop3-read-response, pop3-retr): Use it.
14660
14661 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * spam.el (spam-register-routine): Move comment.
14664         (spam-verify-bogofilter): Use 'unknown for the initial
14665         spam-bogofilter-valid state, not 'never.
14666
14667         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14668         for netrc-machine.
14669
14670         * nnimap.el (nnimap-open-connection): Use
14671         netrc-machine-user-or-password.
14672
14673 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14674
14675         * gnus-registry.el (gnus-registry-unload-hook):
14676         Set as a variable with add-hook.
14677
14678         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14679         of news-path.
14680
14681         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14682
14683         * spam.el: Delete duplicate `provide'.
14684         (spam-unload-hook): Set as a variable with add-hook.
14685
14686 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14689         in the doc string.
14690
14691         * message.el (message-ignored-news-headers)
14692         (message-ignored-supersedes-headers)
14693         (message-ignored-resent-headers)
14694         (message-forward-ignored-headers): Improve custom type.
14695
14696 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * message.el (message-tokenize-header): Fix 2004-09-06 change
14699         which used point-min in the wrong place.
14700
14701 2004-10-12  Simon Josefsson  <jas@extundo.com>
14702
14703         * tls.el (tls-certtool-program): New variable.
14704         (tls-certificate-information): New function, based on
14705         ssl-certificate-information.
14706
14707 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * compface.el: Move the version of ELisp-based uncompface program
14710         to the contrib directory because of the copyright problem.
14711
14712 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * message.el (message-kill-buffer): Raise the current frame.
14715
14716 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14719
14720         * gnus.el (message-y-or-n-p): Autoload.
14721
14722         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14723         (pop3-password-required, pop3-authentication-scheme)
14724         (pop3-leave-mail-on-server): Made customizable.
14725         (pop3): New custom group.
14726         (pop3-retr): Remove `sleep-for' statements.
14727         Suggested by Dave Love <fx@gnu.org>.
14728
14729         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14730         Windows/DOS.
14731
14732         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14733         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14734         Dave Love <fx@gnu.org>.
14735
14736         * mml.el (mml-minibuffer-read-disposition): Require match.
14737         Suggested by Dave Love <fx@gnu.org>.
14738
14739 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14742         doc string.
14743
14744 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14747
14748 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14749
14750         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14751         instead of calling `mm-insert-inline', to decode text/* parts
14752         before displaying them.
14753
14754 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * mm-uu.el (mm-uu-text-plain-type): New variable.
14757         (mm-uu-pgp-signed-extract-1): Use it.
14758         (mm-uu-pgp-encrypted-extract-1): Use it.
14759         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14760         bind mm-uu-text-plain-type with that value.
14761         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14762         mm-uu-dissect.
14763
14764 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-group.el (gnus-update-group-mark-positions):
14767         * gnus-sum.el (gnus-update-summary-mark-positions):
14768         * message.el (message-check-news-body-syntax):
14769         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14770         of string-as-multibyte.
14771
14772 2004-10-05  Juri Linkov  <juri@jurta.org>
14773
14774         * gnus-group.el (gnus-update-group-mark-positions):
14775         * gnus-sum.el (gnus-update-summary-mark-positions):
14776         * message.el (message-check-news-body-syntax):
14777         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14778         8-bit unibyte values to a multibyte string for search functions.
14779
14780 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14783         (mm-uu-dissect-text-parts): New function.
14784
14785         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14786         dissect text parts.
14787
14788         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14789         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14790
14791         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14792
14793         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14794         gnus-current-topics instead of gnus-current-topic.
14795
14796 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14797
14798         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14799
14800 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14801
14802         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14803         where approriate.
14804
14805         * nnml.el (nnml-generate-active-info): do.
14806
14807         * nndiary.el (nndiary-generate-active-info): do.
14808
14809         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14810         (gnus-topic-move): do.
14811
14812         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14813         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14814
14815         * gnus-srvr.el (gnus-server-prepare)
14816         (gnus-server-open-all-servers): do.
14817
14818         * gnus-msg.el (gnus-summary-cancel-article)
14819         (gnus-summary-resend-message)
14820         (gnus-summary-mail-crosspost-complaint): do.
14821
14822         * gnus-move.el (gnus-change-server): do.
14823
14824         * gnus-group.el (gnus-group-unmark-all-groups)
14825         (gnus-group-set-current-level): do.
14826
14827 2004-10-04  Simon Josefsson  <jas@extundo.com>
14828
14829         * message.el (message-generate-hashcash): Doc fix.
14830
14831 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14832
14833         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14834         avoid infinite recursion via gnus-get-function.
14835
14836 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14837
14838         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14839
14840         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14841
14842         * nnmail.el (nnmail-split-history): do.
14843
14844         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14845         (nnml-request-delete-group): do.
14846
14847         * nnslashdot.el (nnslashdot-read-groups): do.
14848
14849         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14850         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14851
14852         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14853         (nnspool-sift-nov-with-sed): Use last.
14854         (nnspool-retrieve-headers-with-nov): Use mapc.
14855         (nnspool-request-newgroups): Use dolist.
14856         (nnspool-request-group): Use last.
14857
14858         * nntp.el (nntp-read-server-type): Use dolist.
14859
14860         * nnvirtual.el (nnvirtual-create-mapping)
14861         (nnvirtual-update-read-and-marked): Use dolist.
14862         (nnvirtual-convert-headers): Simplify.
14863
14864 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14865
14866         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14867         support for sync'ing tick marks.
14868
14869 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14872         there's no visible header.
14873
14874 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14875
14876         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14877         necessary, pass full group name to gnus-request-set-marks.
14878
14879 2004-10-01  Simon Josefsson  <jas@extundo.com>
14880
14881         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14882         acroread.
14883
14884 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * spam-report.el (spam-report-gmane): Fix interactive.
14887
14888         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14889
14890         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14891         when writing file.
14892         (gnus-agent-synchronize-flags): Don't default to being
14893         interactive.
14894
14895 2004-09-30  Simon Josefsson  <jas@extundo.com>
14896
14897         * message.el (message-generate-hashcash): Add.
14898         (message-send-mail): Use it, call mail-add-payment.
14899
14900 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14903
14904 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14905
14906         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14907         gnus-requst-update-info with explicit code to sync the in-memory
14908         info read flags with the marks being sync'd to the backend.
14909
14910         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14911
14912 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14913
14914         * spam.el (spam-verify-bogofilter): Add new function.
14915         (spam-check-bogofilter)
14916         (spam-bogofilter-register-with-bogofilter): Use it.
14917         (spam-verify-bogofilter): Add small fixes.
14918
14919 2004-09-28  Simon Josefsson  <jas@extundo.com>
14920
14921         * hashcash.el (hashcash-generate-payment): Revert.
14922
14923 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14926         gnus-extract-references instead of gnus-split-references.
14927
14928         * gnus-util.el (gnus-extract-references): Add new function, analogous
14929         to gnus-split-references but extracts only the message-ID without
14930         anything extra.
14931
14932         * hashcash.el (hashcash-generate-payment)
14933         (hashcash-check-payment): Do the right thing if hashcash-path is
14934         nil (because the hashcash program could not be found).
14935
14936         * spam.el (spam-use-hashcash): Remove comment.
14937
14938 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14939
14940         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14941         (gnus-cache-enter-article, gnus-cache-remove-article)
14942         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14943
14944         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14945
14946         * gnus-art.el (article-hide-boring-headers)
14947         (article-translate-strings, article-display-face)
14948         (gnus-article-mime-match-handle-first)
14949         (gnus-article-highlight-headers)
14950         (gnus-article-add-buttons-to-head): do.
14951
14952 2004-09-27  Simon Josefsson  <jas@extundo.com>
14953
14954         * hashcash.el: New version, from
14955         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14956         ../contrib/.
14957
14958 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14961
14962 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14963
14964         * gnus-dup.el (gnus-dup-open): Use mapc.
14965         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14966
14967         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14968         Reported by Stefan Wiens <s.wi@gmx.net>.
14969
14970         * gnus.el (gnus-shutdown): Use dolist.
14971
14972         * gnus-undo.el (gnus-undo): Use mapc.
14973
14974         * nnrss.el (nnrss-generate-active): do.
14975
14976         * message.el (message-cite-original-without-signature)
14977         (message-cite-original): Use mapc.
14978         (message-do-actions, message-make-forward-subject): Use dolist.
14979
14980 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14981
14982         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14983         deletion to remove entire duplicate line.  Fixes merged article
14984         number bug.
14985
14986 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14987
14988         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14989         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14990         first ask if you want to open a server and then, even when you
14991         responded with no, asking if you want to synchronize the server's
14992         flags.
14993         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14994         multi-line expressions.
14995         (gnus-agent-synchronize-group-flags): New internal function.
14996         Updates marks in memory (in the info structure) AND in the
14997         backend.
14998
14999         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15000
15001         * nnagent.el (nnagent-request-set-mark): Use
15002         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15003         method, to ensure that synchronization updates marks in the
15004         backend and in the info (in memory) structure.
15005
15006 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15009         convention fully; don't miss the root article of a thread; make
15010         the X-Draft-From header with correct article numbers.
15011
15012 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15013
15014         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15015         unless plugged.  Disable the agent so that an open failure causes
15016         an error.
15017
15018         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15019         Reverted 2004-09-21 change.  The backend must be opened while
15020         synchronizing flags even when the backend stores the flags
15021         locally.
15022
15023 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15026         in `header' match.  Reported by Svend Tollak Munkejord.
15027
15028         * message.el (message-cite-original): Fix use of
15029         `message-cite-articles-with-x-no-archive'.
15030
15031 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15034         (gnus-window-to-buffer): Ditto.
15035
15036         * mml.el (mml-preview-buffer): New variable.
15037         (mml-preview): Manage window layout with gnus-buffer-configuration.
15038
15039         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15040         X-Draft-From header even if those articles aren't quoted.
15041
15042 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15043
15044         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15045         (gnus-request-set-mark, gnus-request-update-mark): Use new
15046         g-s-t-u-l-m to decide to use backend even when unplugged.
15047
15048 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15051         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15052
15053 2004-09-20  Simon Josefsson  <jas@extundo.com>
15054
15055         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15056         "utf-16-le".
15057
15058 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15059
15060         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15061
15062 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * uudecode.el (uudecode-use-external): Add :version.
15065
15066         * smime.el (smime-CA-file, smime-encrypt-cipher)
15067         (smime-dns-server): Add :version.
15068
15069         * smiley.el (gnus-smiley-file-types): Add :version.
15070
15071         * sha1.el (sha1-use-external): Add :version.
15072
15073         * pgg-def.el (pgg-query-keyserver): Add :version.
15074
15075         * nnmail.el (nnmail-fancy-expiry-targets)
15076         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15077         Add :version.
15078
15079         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15080         (nnimap-retrieve-groups-asynchronous): Add :version.
15081         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15082
15083         * mml.el (mml-content-disposition-parameters)
15084         (mml-insert-mime-headers-always): Add :version.
15085
15086         * mm-util.el (mm-coding-system-priorities): Add :version.
15087
15088         * mm-decode.el (mm-inline-text-html-with-images)
15089         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15090         (mm-verify-option): Add :version.
15091         (mm-text-html-renderer): Change :version.
15092
15093         * message.el (message-fcc-externalize-attachments)
15094         (message-required-headers, message-draft-headers)
15095         (message-subject-trailing-was-query)
15096         (message-subject-trailing-was-ask-regexp)
15097         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15098         (message-mark-insert-end, message-archive-header)
15099         (message-archive-note, message-cross-post-default)
15100         (message-cross-post-note, message-followup-to-note)
15101         (message-cross-post-note-function, message-use-mail-followup-to)
15102         (message-subscribed-address-functions)
15103         (message-subscribed-address-file, message-subscribed-addresses)
15104         (message-subscribed-regexps, message-allow-no-recipients)
15105         (message-yank-cited-prefix, message-signature-insert-empty-line)
15106         (message-hidden-headers, message-hierarchical-addresses)
15107         (message-mail-user-agent, message-use-idna)
15108         (message-valid-fqdn-regexp)
15109         (message-strip-special-text-properties, message-header-synonyms)
15110         (message-beginning-of-line, message-tab-body-function): Add :version.
15111         (message-insert-canlock, message-wide-reply-confirm-recipients):
15112         Change :version.
15113
15114         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15115         and :version.
15116         (mail-source-delete-old-incoming-confirm)
15117         (mail-source-movemail-program): Add :version.
15118
15119         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15120         (gnus-agent-cache, gnus-agent): Change :version.
15121
15122         * gnus-util.el (gnus-use-byte-compile): Change :version.
15123
15124         * gnus-sum.el (gnus-summary-make-false-root-always)
15125         (gnus-summary-default-high-score)
15126         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15127         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15128         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15129         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15130         (gnus-sum-thread-tree-single-indent)
15131         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15132         (gnus-sum-thread-tree-leaf-with-other)
15133         (gnus-sum-thread-tree-single-leaf): Add :version.
15134         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15135         (gnus-article-loose-mime): Change :version.
15136
15137         * gnus-start.el (gnus-backup-startup-file)
15138         (gnus-save-startup-file-via-temp-buffer): Add :version.
15139
15140         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15141         (gnus-server-offline-face): Add :version.
15142
15143         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15144
15145         * gnus-msg.el (gnus-gcc-externalize-attachments)
15146         (gnus-debug-files, gnus-debug-exclude-variables)
15147         (gnus-discouraged-post-methods): Change :version.
15148         (gnus-confirm-mail-reply-to-news)
15149         (gnus-confirm-treat-mail-like-news): Add :version.
15150
15151         * gnus-int.el (gnus-server-unopen-status): Add :version.
15152
15153         * gnus-group.el (gnus-group-jump-to-group-prompt)
15154         (gnus-large-ephemeral-newsgroup)
15155         (gnus-fetch-old-ephemeral-headers): Add :version.
15156
15157         * gnus-fun.el (gnus-x-face-directory)
15158         (gnus-convert-pbm-to-x-face-command)
15159         (gnus-convert-image-to-x-face-command)
15160         (gnus-convert-image-to-face-command): Add :version.
15161
15162         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15163
15164         * gnus-cite.el (gnus-cite-blank-line-after-header)
15165         (gnus-article-boring-faces): Add :version.
15166
15167         * gnus-art.el (gnus-buttonized-mime-types)
15168         (gnus-inhibit-mime-unbuttonizing)
15169         (gnus-treat-display-face)
15170         (gnus-treat-body-boundary): Change :version.
15171         (gnus-body-boundary-delimiter, gnus-picon-databases)
15172         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15173         (gnus-treat-date-english, gnus-treat-fold-headers)
15174         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15175         (gnus-treat-mail-picon, gnus-treat-wash-html)
15176         (gnus-article-encrypt-protocol)
15177         (gnus-use-idna, gnus-article-over-scroll)
15178         (gnus-mime-display-multipart-alternative-as-mixed)
15179         (gnus-mime-display-multipart-related-as-mixed)
15180         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15181         (gnus-ctan-url, gnus-button-ctan-handler)
15182         (gnus-button-handle-ctan-bogus-regexp)
15183         (gnus-button-ctan-directory-regexp)
15184         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15185         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15186         (gnus-button-man-level, gnus-button-emacs-level)
15187         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15188
15189         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15190         (gnus-agent-go-online): Change :version.
15191         (gnus-agent-expire-unagentized-dirs)
15192         (gnus-agent-auto-agentize-methods): Add :version.
15193
15194         * flow-fill.el (fill-flowed-display-column)
15195         (fill-flowed-encode-column): Add :version.
15196
15197         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15198         (gnus-outlook-deuglify-unwrap-max)
15199         (gnus-outlook-deuglify-cite-marks)
15200         (gnus-outlook-deuglify-unwrap-stop-chars)
15201         (gnus-outlook-deuglify-no-wrap-chars)
15202         (gnus-outlook-deuglify-attrib-cut-regexp)
15203         (gnus-outlook-deuglify-attrib-verb-regexp)
15204         (gnus-outlook-deuglify-attrib-end-regexp)
15205         (gnus-outlook-display-hook): Add :version.
15206
15207         * binhex.el (binhex-use-external): Add :version.
15208
15209 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15212         and `invisible'.
15213
15214 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15217         in gnus-registry-trim.
15218
15219 2004-09-13  Simon Josefsson  <jas@extundo.com>
15220
15221         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15222
15223         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15224
15225         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15226         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15227         <yamaoka@jpl.org>.
15228         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15229         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15230         <yamaoka@jpl.org>.
15231
15232         * sieve.el (sieve-manage-mode): Ditto.
15233
15234 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15237
15238 2004-09-11  Simon Josefsson  <jas@extundo.com>
15239
15240         * dns-mode.el: Add.
15241
15242         * mm-view.el (mm-display-dns-inline): Add.
15243
15244         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15245         (mm-automatic-display): Ditto.
15246
15247         * mailcap.el (mailcap-mime-data): Add text/dns.
15248         (mailcap-mime-extensions): Map .soa to text/dns.
15249
15250 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15251
15252         * gnus-art.el (article-decode-mime-words, article-babel)
15253         (gnus-article-highlight-signature, gnus-article-add-buttons)
15254         (gnus-signature-toggle): Remove unnecessary bindings of
15255         `inhibit-read-only' inherited from v5.10 merge.
15256
15257 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * nntp.el (nntp): New customization group.
15260         (nntp-authinfo-file): Add customization group.
15261
15262         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15263
15264         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15265
15266         * gnus.el (to-address, to-list, subscribed)
15267         (large-newsgroup-initial): Ditto.
15268
15269         * flow-fill.el (fill-flowed-display-column)
15270         (fill-flowed-encode-column): Ditto.
15271
15272 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15273
15274         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15275         Use point-min rather than 1.
15276         (message-send-mail): Use buffer-size rather than point-max.
15277
15278         * gnus-sum.el (gnus-summary-search-article-forward):
15279         Signal a specific `search-failed' rather than a generic `error'.
15280
15281         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15282         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15283         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15284
15285 2004-09-10  Simon Josefsson  <jas@extundo.com>
15286
15287         * nndb.el (require): Remove tcp and duplicate cl.
15288
15289 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-agent.el (directory-files-and-attributes): Move forward.
15292
15293 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15294
15295         * gnus-agent.el (directory-files-and-attributes): Optionally
15296         defined to support XEmacs.
15297
15298 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15299
15300         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15301         to avoid run-time CL dependencies.
15302         (gnus-agent-unfetch-articles): New function.
15303         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15304         article numbers even when local .overview file is missing.
15305         (gnus-agent-read-article-number): New function.  Only accepts
15306         27-bit article numbers.
15307         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15308         gnus-agent-read-article-number.
15309         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15310         from backend while recognizing that article numbers in .overview
15311         must be valid.
15312         (gnus-agent-update-files-total-fetched-for): Use
15313         directory-files-and-attributes to improve performance.
15314         * gnus-int.el (gnus-request-move-article): Use
15315         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15316         improve performance.
15317
15318         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15319         some users confused by references to .newsrc when they only have a
15320         .newsrc.eld file.
15321         (gnus-convert-mark-converter-prompt)
15322         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15323         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15324         New function.  Used internally to only display 'gnus converting
15325         files' message when actually necessary.
15326
15327         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15328         methods now autoloaded.
15329
15330 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15333         identifiers.
15334
15335 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * gnus-picon.el: Fix indentation and closing parenthesis.
15338
15339 2004-09-01  Simon Josefsson  <jas@extundo.com>
15340
15341         * message.el (message-canlock-generate): Require sha1, not
15342         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15343         to require within a function.  Sadly, if sha1.el isn't loaded, the
15344         let binding in m-c-g will hide the defcustom definition, which is
15345         bad.)
15346
15347         * canlock.el: Require sha1, not sha1-el.
15348
15349         * message.el: Don't autoload sha1 (there is a autoload cookie in
15350         sha1.el).
15351
15352         * sha1-el.el: Renamed to sha1.el.
15353
15354 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15355
15356         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15357
15358 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15359
15360         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15361
15362 2004-08-30  Kim F. Storm  <storm@cua.dk>
15363
15364         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15365
15366         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15367         Add :group 'nnimap.
15368
15369 2004-08-30  Andreas Schwab  <schwab@suse.de>
15370
15371         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15372         ?* and ?\;.
15373
15374         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15375         and ?\' to symbol instead of whitespace.
15376
15377 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15380
15381         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15382         instead of re-search-forward.
15383
15384         * gnus-uu.el (gnus-uu-save-article): Ditto.
15385         (gnus-uu-post-encode-uuencode): Ditto.
15386
15387         * html2text.el (html2text-clean-list-items): Ditto.
15388         (html2text-clean-dtdd): Ditto.
15389         (html2text-format-tags): Ditto.
15390
15391         * message.el (message-send-mail-with-sendmail): Fix regexp.
15392         (message-fill-field-general): Use search-forward instead of
15393         re-search-forward.
15394         (unbold-region): Ditto.
15395
15396         * nnrss.el (nnrss-request-article): Ditto.
15397
15398         * nnslashdot.el (nnslashdot-request-article): Ditto.
15399
15400         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15401
15402         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15403         "Unrecognized menu descriptor" error in XEmacs.
15404
15405 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15406
15407         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15408         parent article of a sparse article in the thread hashtb.
15409
15410 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15411
15412         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15413         (nnmail-expand-newtext): Lowercase expanded entries if
15414         nnmail-split-lowercase-expanded is non-nil.
15415
15416 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15419
15420         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15421         of gnus-tmp-news-method into string under XEmacs.  It will be
15422         passed to gnus-correct-length which takes only a string argument.
15423
15424 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-util.el (gnus-bind-print-variables): New macro.
15427         (gnus-prin1): Use it.
15428         (gnus-prin1-to-string): Use it.
15429         (gnus-pp): New function.
15430         (gnus-pp-to-string): New function.
15431
15432         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15433         Replace pp-to-string with gnus-pp-to-string.
15434         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15435         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15436         * gnus-msg.el (gnus-debug): Ditto.
15437         * gnus-score.el (gnus-score-save): Ditto.
15438         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15439         gnus-pp-to-string.
15440         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15441         with gnus-pp.
15442         * score-mode.el (gnus-score-pretty-print): Ditto.
15443         * webmail.el (webmail-debug): Ditto.
15444
15445 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (article-display-face, article-display-x-face):
15448         Use buffer-read-only.
15449
15450 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (article-hide-list-identifiers):
15453         Bind inhibit-read-only as t.
15454
15455 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15458
15459 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15460
15461         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15462         (gnus-narrow-to-page): Don't assume point-min == 1.
15463         (gnus-article-edit-mode): Derive from message-mode.
15464
15465         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15466         point-min == 1.
15467
15468         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15469         Disable incorrect use of `assert'.
15470
15471         * message.el (message-mode): Set comment-start-skip.
15472
15473
15474 2004-08-22  Sam Steingold  <sds@gnu.org>
15475
15476         * pop3.el (pop3-leave-mail-on-server): New user variable.
15477         (pop3-movemail): Delete mail only when it is nil.
15478
15479 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15482
15483         * mml.el (mml-preview): Use `pop-to-buffer'.
15484
15485         * message.el (message-goto-mail-followup-to): Insert after "To".
15486         (message-carefully-insert-headers): Add comment.
15487
15488         * gnus.el: Remove unused variable `gnus-article-check-size'.
15489
15490         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15491
15492         * gnus-art.el (gnus-button-alist): Improve
15493         `gnus-button-handle-library' entry.
15494
15495 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15496
15497         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15498         downcase, since XEmacs capitalizes error messages differently.
15499
15500 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15501
15502         * nntp.el: Add (require 'gnus) due to reference to
15503         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15504
15505 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15506
15507         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15508         `mm-fill-flowed'.
15509
15510         * mm-decode.el (mm-dissect-singlepart): Check it.
15511
15512 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15515         'imap' for netrc parsing.
15516
15517 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * mailcap.el (mailcap-mime-data): Mark as risky.
15520
15521 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15524         may be included in the encoded word.
15525         (rfc2047-encode): Don't append a space if the encoded word
15526         includes close parenthesis.
15527
15528 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15531         of text within parentheses.
15532
15533 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15536         (gnus-encrypt-write-file-contents): Make the password key the file
15537         name PLUS the cipher, not just the cipher.  Also remove failed
15538         passwords from the cache.
15539
15540 2004-08-06  Simon Josefsson  <jas@extundo.com>
15541
15542         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15543         fix.
15544
15545 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15548         LWSP.
15549
15550 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15553         to append in-reply-to: data to the references: header.
15554
15555         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15556         (netrc-parse): Use gnus-encrypt.el functions.
15557
15558         * gnus-encrypt.el: Add new file for encryption support; currently
15559         does only a few GPG ciphers and an internal XOR cipher.
15560
15561         * password.el: Add comments on using password-read-and-add.
15562         (password-read-and-add): Add function to read and add the
15563         password to the cache at once.
15564
15565 2004-07-28  Simon Josefsson  <jas@extundo.com>
15566
15567         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15568         parameter (but don't use it, for now).
15569
15570         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15571         instead of hard coding to nil.
15572
15573 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15576         as mm-inline-image-xemacs does.
15577
15578 2004-07-26  Simon Josefsson  <jas@extundo.com>
15579
15580         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15581         Revert part of 2004-07-17 change below.
15582
15583 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15586         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15587
15588 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15589
15590         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15591         quotes that actually start with ">" at the beginning of the
15592         lines.
15593
15594 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * rfc2047.el (rfc2047-encode-region): Fix last change.
15597         (rfc2047-encode-parameter): Remove useless concat.
15598
15599 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15602         encode special characters; fix some kind of misconfigured headers;
15603         signal a real error if debug-on-quit or debug-on-error is non-nil.
15604         (rfc2047-encode-max-chars): New variable.
15605         (rfc2047-encode-1): Use it.
15606         (rfc2047-encode-parameter): New function.
15607
15608         * mml.el (mml-insert-parameter): Remove an excessive space.
15609
15610 2004-07-17  Simon Josefsson  <jas@extundo.com>
15611
15612         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15613         Kai Grossjohann <kai@emptydomain.de>.
15614         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15615         (gnus-group-make-menu-bar): Ditto.
15616
15617         * gnus-util.el (gnus-group-server): Add.
15618
15619 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15620
15621         * message.el (message-clone-locals): Clone sendmail and smtp
15622         variables.
15623
15624 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * rfc2047.el (rfc2047-encode-region): Fix last change.
15627
15628 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15631         characters as non-special.
15632
15633 2004-07-09  Simon Josefsson  <jas@extundo.com>
15634
15635         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15636         Users will lose all flag changes made while unplugged with
15637         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15638         good default.  See numerous reports on ding mailing list.
15639
15640 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15643         add generate-head-function and generate-article-function to the
15644         rfc822-forward entry.
15645         (nndoc-rfc822-forward-generate-article): New function.
15646         (nndoc-rfc822-forward-generate-head): New function.
15647
15648         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15649
15650 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15651
15652         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15653         respect display group parameter and gnus-summary-expunge-below.
15654         (gnus-articles-to-read): Remove unused reference to display group
15655         parameter.
15656
15657 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15658
15659         * nnheader.el (nnheader-uniquify-message-id): New experimental
15660         variable.
15661         (nnheader-nov-read-message-id): Use it.
15662
15663         * spam-report.el (spam-report-gmane): Add interactive.
15664
15665 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15668         qp-or-base64 for the application/* types.
15669
15670 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15671
15672         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15673
15674 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15677         trim value.
15678
15679 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15680
15681         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15682         New macro and function.
15683         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15684
15685 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15688         after-load-alist.
15689
15690 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15691
15692         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15693         update info that isn't there.
15694
15695 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15696
15697         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15698         entry.
15699
15700 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mm-view.el (mm-inline-render-with-function): Use multibyte
15703         buffer; decode html source by charset.
15704
15705         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15706
15707         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15708         Mule-UCS is loaded under XEmacs.
15709         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15710
15711 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15712
15713         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15714
15715 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * mm-util.el (mm-coding-system-p): Return a coding-system.
15718         (mm-mime-mule-charset-alist): Use shift_jis instead of
15719         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15720         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15721         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15722         instead of japanese-shift-jis and iso-latin-1 respectively in
15723         order to share the default value with both Emacs and XEmacs-mule.
15724         (mm-mule-charset-to-mime-charset): Make
15725         mm-coding-system-priorities effective.
15726         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15727         while predicating of candidates upon the priorities.
15728
15729 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15730
15731         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15732         gnus-uu-invert-processable.
15733
15734         * gnus.el: Autoload gnus-uu-invert-processable.
15735
15736 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mm-util.el (mm-with-multibyte-buffer): New macro.
15739
15740         * rfc2047.el (rfc2047-encode-string): Use it.
15741         (rfc2047-encode-region): Move point to the end of the region after
15742         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15743
15744 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15747         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15748
15749 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15752         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15753         Karl Chen <quarl@nospam.quarl.org>.
15754
15755 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15758         invalid addresses.
15759
15760 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15761
15762         * spam.el: Change section markers, revise TODO list.
15763         (spam-backends): Make new master list of all installed backends.
15764         (spam-summary-exit-behavior): Add new variable to determine how
15765         messages moves are done at summary exit.
15766         (spam-move-spam-nonspam-groups-only)
15767         (spam-process-ham-in-nonham-groups)
15768         (spam-process-ham-in-spam-groups): Remove variables, the
15769         spam-summary-exit-behavior variable should be used to manage this
15770         behavior.
15771         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15772         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15773         and spam-old-spam-articles.
15774         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15775         Add empty variables, placeholders for the backends they represent.
15776         (spam-set-difference): Move, unchanged.
15777         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15778         unless the user has a processor variable.
15779         (spam-classifications, spam-classification-valid-p)
15780         (spam-backend-properties, spam-backend-property-valid-p)
15781         (spam-backend-function-type-valid-p)
15782         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15783         (spam-report-articles-gmane, spam-report-articles-resend):
15784         Remove functions, they are not needed.
15785         (spam-install-backend-super, spam-backend-list)
15786         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15787         (spam-backend-function, spam-backend-ham-registration-function)
15788         (spam-backend-spam-registration-function)
15789         (spam-backend-ham-unregistration-function)
15790         (spam-backend-spam-unregistration-function)
15791         (spam-backend-statistical-p, spam-backend-mover-p)
15792         (spam-install-backend-alias, spam-install-checkonly-backend)
15793         (spam-install-mover-backend, spam-install-nocheck-backend)
15794         (spam-install-backend, spam-install-statistical-backend)
15795         (spam-install-statistical-checkonly-backend): Add backend installation
15796         support.
15797         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15798         (spam-group-processor-p): Use the new backend code and respect the
15799         summary exit behavior.
15800         (spam-mark-spam-as-expired-and-move-routine): Remove.
15801         (spam-summary-prepare): Change to use the new spam-old-articles
15802         variable.
15803         (spam-copy-or-move-routine, spam-copy-spam-routine)
15804         (spam-move-spam-routine, spam-copy-ham-routine)
15805         (spam-move-ham-routine): Add code to copy/move ham or spam.
15806         (spam-fetch-field-fast): Improve doc and code, plus allow the
15807         'number request.
15808         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15809         variables.
15810         (spam-split, spam-find-spam): Use the new backend code.
15811         (spam-registration-functions): Remove variable.
15812         (spam-unregister-routine): Add convenience wrapper.
15813         (spam-log-undo-registration, spam-register-routine)
15814         (spam-log-processing-to-registry)
15815         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15816         where possible.
15817         (spam-check-gmane-xref, spam-check-regex-headers)
15818         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15819         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15820         (spam-check-bogofilter-headers, spam-check-spamoracle)
15821         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15822         (spam-check-crm114-headers): Use the spam-split-group that
15823         spam-split prepares, no need to determine it every time.
15824
15825         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15826         to the nnheader-parse-naked-head call.
15827
15828         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15829
15830         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15831         the nnheader-nov-read-message-id call.
15832
15833 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15836         gnus-activate-group twice.  Suggested by Markus Peter
15837         <warp@spin.de>.
15838
15839 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * gnus-art.el (gnus-article-time-format): Exchange the order of
15842         day and month in the default value; fix customization type.
15843         (article-date-ut): Use add-text-properties.
15844         (article-make-date-line): Use message-make-date instead of
15845         current-time-string.
15846
15847         * message.el (message-fetch-field): Don't use set-text-properties.
15848         (message-make-date): Simplify.
15849
15850         * messagexmas.el (message-xmas-make-date): New function.
15851         (message-xmas-redefine): Defalias message-make-date to it.
15852
15853 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15856         (rfc2047-encode-region): Treat text within parentheses as special;
15857         show the original text when error has occurred.
15858
15859         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15860         already-computed method to gnus-activate-group.
15861
15862         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15863         same select-methods identical Lisp objects.
15864
15865         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15866         object when modifying the info.
15867
15868 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15871         gnus-opened-servers since it has never been opened with the new
15872         configuration yet.
15873
15874 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15877         arg to nnheader-generate-fake-message-id.
15878
15879 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15880
15881         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15882         number and build a fake message ID localized to a group and
15883         article number (so it's repeatable from that point on).
15884         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15885         ID format.
15886
15887         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15888         nnheader-generate-fake-message-id with the article number.
15889
15890 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15891
15892         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15893         end-of-buffer.
15894
15895 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15896
15897         * message.el (message-ignored-supersedes-headers): Add Approved.
15898
15899 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15902         goto-char.
15903         (rfc2047-encode): Fold the line before encoding.
15904
15905 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15906
15907         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15908         folding -- not all headers can be folded, and this should be done
15909         by the message composition mode.  Probably.  I think.
15910
15911 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15914         fast.
15915
15916         * gnus-ems.el (gnus-remove-image): Don't use
15917         message-text-with-property; remove only the image found first.
15918
15919         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15920         found first.
15921
15922 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15923
15924         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15925
15926 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * message.el (message-text-with-property): Make it fast and accept
15929         optional arguments.
15930         (message-strip-forbidden-properties): Use it.
15931         (message-fix-before-sending): Follow the m-t-w-p change.
15932
15933         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15934
15935 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-art.el (article-hide-headers): Don't change the buffer
15938         mistakenly when performing mml-preview even if
15939         gnus-single-article-buffer is nil.
15940
15941 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15942
15943         * message.el (message-expand-name-databases): New user option.
15944         (message-expand-name): Use it.
15945
15946 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15947
15948         * spam.el (spam-report-articles-resend)
15949         (spam-report-resend-register-routine): Allow ham reporting.
15950         (spam-report-resend-register-ham-routine): Add wrapper.
15951         (spam-registration-functions): Add ham resending functions.
15952         (spam-list-of-processors): Add ham resend processor.
15953
15954         * gnus.el (ham-resend-to): Add new group parameter.
15955         (spam-process): Add ham resend option.
15956
15957         * spam-report.el (spam-report-resend): Allow reporting ham.
15958         (spam-report-resend-ham): Add wrapper.
15959
15960 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * message.el (message-cite-articles-with-x-no-archive): New
15963         variable.
15964         (message-cite-original): Use it.
15965
15966 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15967
15968         * message.el (message-cite-original): Respect X-No-Archive.
15969
15970 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-art.el (article-hide-headers): Refer to the values for
15973         gnus-ignored-headers and gnus-visible-headers in the summary
15974         buffer since a user may have set them as group parameters.
15975
15976 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * assistant.el (assistant-node-name): Add convenience function.
15979         (assistant-render-text, assistant-render-node): Add error handling,
15980         plus handle multiple next nodes.
15981         (assistant-find-next-node): Comment out for now.
15982         (assistant-find-next-nodes): Add function, returns list of next
15983         nodes.
15984
15985 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * mail-source.el (mail-source-directory): Fix doc-string.
15988
15989 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15990
15991         * assistant.el (assistant-render-text, assistant-eval): Add :set
15992         widget type, which is different because it takes and returns a
15993         list.  Much hilarity ensues.
15994
15995 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15998
15999         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16000         doc-string.
16001
16002         * gnus-start.el (gnus-activate-group): Added doc-string.
16003
16004 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16007
16008 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * assistant.el (assistant-render-text): Try to add a :set
16011         widget, more to come.
16012
16013         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16014         strings.
16015         (spam-report-articles-resend)
16016         (spam-register-routine): Do registration iff any articles warrant
16017         it.
16018         (spam-summary-prepare-exit): Change log message for nil group
16019         destinations.
16020
16021 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16022
16023         * spam.el (spam-report-resend-register-routine): Allow
16024         spam-report-resend-to to be a group parameter or a global value.
16025
16026 2004-05-26  Simon Josefsson  <jas@extundo.com>
16027
16028         * starttls.el: Merge with my GNUTLS based starttls.el.
16029         (starttls-gnutls-program, starttls-use-gnutls)
16030         (starttls-extra-arguments, starttls-process-connection-type)
16031         (starttls-connect, starttls-failure, starttls-success): New
16032         variables.
16033         (starttls-program, starttls-extra-args): Doc fix.
16034         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16035         functions.
16036         (starttls-negotiate, starttls-open-stream): Check
16037         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16038         function if it is set.
16039
16040 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16043         structured fields.
16044
16045 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16048
16049 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16052         variable.
16053         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16054         assigning the spam-mark to new messages.
16055
16056 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16057
16058         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16059
16060 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16063
16064         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16065         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16066         default.
16067
16068 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16069
16070         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16071         correct data.
16072
16073 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16074
16075         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16076         (spam-group-processor-p): Fix function.
16077         (spam-group-processor-multiple-p)
16078         (spam-group-spam-processor-report-gmane-p)
16079         (spam-group-spam-processor-report-resend-p)
16080         (spam-group-spam-processor-bogofilter-p)
16081         (spam-group-spam-processor-blacklist-p)
16082         (spam-group-spam-processor-ifile-p)
16083         (spam-group-ham-processor-ifile-p)
16084         (spam-group-spam-processor-spamoracle-p)
16085         (spam-group-spam-processor-crm114-p)
16086         (spam-group-ham-processor-bogofilter-p)
16087         (spam-group-spam-processor-stat-p)
16088         (spam-group-ham-processor-stat-p)
16089         (spam-group-ham-processor-whitelist-p)
16090         (spam-group-ham-processor-BBDB-p)
16091         (spam-group-ham-processor-spamoracle-p)
16092         (spam-group-ham-processor-copy-p): Remove functions with some
16093         prejudice against unneeded code.
16094         (spam-report-articles-resend)
16095         (spam-report-resend-register-routine): Allow the group/topic
16096         spam-resend-to value to override spam-report-resend-to.
16097         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16098         properly now.
16099
16100         * gnus.el (spam-resend-to): Add group/topic parameter.
16101         (spam-process): Move the OBSOLETE processors to the end of the
16102         choices.
16103
16104 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16105
16106         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16107         with resend-to set to nil, and then ask the user if necessary.
16108         (spam-report-resend): spam-report-resend takes a list of articles, not
16109         separate article numbers.
16110
16111 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16114         addition to emacs-w3m.
16115
16116 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * assistant.el (assistant-authinfo-data): New function.
16119         (assistant-eval): Eval for entire assistant.
16120
16121         * netrc.el (netrc-services-file): New variable.
16122         (netrc-parse-services): New function.
16123         (netrc-find-service-name): New function.
16124         (netrc-find-service-number): New function.
16125         (netrc-port-equal): New function.
16126         (netrc-machine): Use it.
16127
16128         * nnimap.el (nnimap-open-connection): Use netrc.
16129
16130         * gnus-util.el (gnus-netrc-get): Remove aliases.
16131
16132         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16133
16134         * assistant.el (wid-edit): Fix compilation.
16135
16136         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16137
16138 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16139
16140         * gnus-util.el (gnus-set-file-modes): New function.  (small
16141         patch).
16142
16143 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16144
16145         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16146
16147         * assistant.el (assistant-render-node): Fix up rendering and
16148         read-only text.
16149         (assistant-render-node): Reset.
16150         (assistant-make-read-only): Not sticky.
16151
16152 2004-05-20  Danny Siu  <dsiu@adobe.com>
16153
16154         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16155         centered even when gnus-auto-center-summary is t.
16156
16157 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * dns.el (dns-get-txt-answer): New function.
16160         (dns-read-txt): Ditto.
16161         (query-dns): Use it.
16162
16163 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16166         active for foreign groups even if the group level is higher than
16167         the specified value.
16168
16169 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16172         non-active groups.
16173
16174         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16175
16176 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16177
16178         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16179
16180 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16181
16182         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16183         (spam-crm114-header, spam-crm114-spam-switch)
16184         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16185         (spam-crm114-positive-spam-header)
16186         (spam-crm114-database-directory, spam-list-of-processors)
16187         (spam-group-spam-processor-crm114-p)
16188         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16189         (spam-generic-score, spam-list-of-checks)
16190         (spam-list-of-statistical-checks, spam-registration-functions)
16191         (spam-check-crm114-headers, spam-crm114-score)
16192         (spam-check-crm114, spam-crm114-register-with-crm114)
16193         (spam-crm114-register-spam-routine)
16194         (spam-crm114-unregister-spam-routine)
16195         (spam-crm114-register-ham-routine)
16196         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16197         asjo@koldfront.dk (Adam Sjøgren).
16198
16199         * gnus.el: Add spam-use-crm114.
16200
16201         * spam.el (spam-list-of-processors, spam-registration-functions):
16202         Add spam-use-resend.
16203         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16204         (spam-report-articles-gmane): Add doc fix.
16205         (spam-report-articles-resend, spam-report-resend-register-routine):
16206         Add wrappers around spam-report-resend-to.
16207
16208         * spam-report.el (spam-report-resend-to, spam-report-resend):
16209         Add support for resending spam.
16210         (spam-report-gmane): Fix line length >80.
16211
16212         * gnus.el (spam-process): Add spam-use-resend.
16213
16214 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16215
16216         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16217         number of processed spam messages.
16218         (spam-ham-copy-or-move-routine): Return the number of processed
16219         ham messages.
16220         (spam-summary-prepare-exit): Use the above values to decide
16221         whether status messages shouled be displayed.
16222
16223 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16226         `rfc2047-encoding-function-alist' in order to avoid conflicting
16227         with the old version.
16228         (rfc2047-encode-region): Concatenate words containing non-ASCII
16229         characters in structured fields; don't encode space-delimited
16230         ASCII words even in unstructured fields; don't break words at
16231         char-category boundaries.
16232         (rfc2047-encode-1): New function.
16233         (rfc2047-encode): Use it; encode text so that it occupies the
16234         maximum width within 76-column; work correctly on Q encoding for
16235         iso-2022-* charsets.
16236         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16237         sure not to break a line just after the header name.
16238         (rfc2047-b-encode-region): Removed.
16239         (rfc2047-b-encode-string): New function.
16240         (rfc2047-q-encode-region): Removed.
16241         (rfc2047-q-encode-string): New function.
16242
16243         * mm-util.el (mm-replace-in-string): New function.
16244
16245 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16248         get it right.
16249         (gnus-inews-make-draft): Really.
16250
16251 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16252
16253         * nnmh.el (nnmh-request-list-1): Don't check the link count
16254         before descending.  (small patch)
16255
16256 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16257
16258         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16259         stuff.
16260
16261         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16262         on real group name.
16263
16264         * gnus-art.el (gnus-signature-limit): Doc fix.
16265
16266         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16267
16268         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16269
16270 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16271
16272         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16273         isn't a string.
16274
16275 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16276
16277         * gnus-draft.el (gnus-draft-send): Bind
16278         rfc2047-encode-encoded-words.
16279
16280         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16281         (rfc2047-encodable-p): Say that =? needs encoding.
16282         (rfc2047-encode-encoded-words): New variable.
16283
16284         * gnus-group.el (gnus-group-select-group): Doc fix.
16285
16286         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16287
16288         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16289         to nil.
16290
16291         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16292
16293         * nnheader.el (nnheader-get-lines-and-char): New function.
16294
16295 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * gnus-msg.el (gnus-summary-followup-with-original): Document
16298         yanking of region when active.
16299
16300 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16303         groups if the group level is higher than the specified value.
16304
16305 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16308         (gnus-group-jump-to-group): Added prefix argument using
16309         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16310         non-active group.
16311
16312         * compface.el (uncompface): Be verbose when changing
16313         `uncompface-use-external'.
16314
16315         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16316         handle manual section.
16317
16318 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16319
16320         * gnus-art.el (gnus-button-alist): Revert previous change.
16321
16322 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16325
16326 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16327
16328         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16329         whether backend can accept message.
16330
16331         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16332
16333 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16334
16335         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16336         Avoid creating directory when nntp-marks-is-evil is true.
16337         Reported by Reiner Steib.
16338
16339 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-picon.el (gnus-picon-style): New variable.
16342         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16343         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16344         Jesper Harder <harder@ifa.au.dk>.
16345
16346 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * message.el (message-fill-field): Return point.
16349         (message-generate-headers): Go to end of field.
16350
16351         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16352         stuff for non-living groups.
16353
16354 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16355
16356         * gnus-art.el (gnus-article-followup-with-original)
16357         (gnus-article-reply-with-original): gnus-mark-active-p ->
16358         gnus-region-active-p.
16359
16360 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16361
16362         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16363         only when there is spam or ham to be processed.
16364
16365 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * mail-source.el (mail-source-delete-crash-box): Refactor.
16368         (mail-source-fetch): Use it.
16369         (mail-source-fetch-file): Ditto.
16370         (mail-source-fetch-directory): Run postscript in loop.
16371         (mail-source-fetch-pop): Delete.
16372         (mail-source-fetch-maildir): Ditto.
16373         (mail-source-fetch-imap): Ditto.
16374
16375         * imap.el (imap-authenticators): Comment out sasl.
16376
16377         * message.el (message-skip-to-next-address): New function.
16378         (message-fill-header-address): Refactor.
16379         (message-fill-address): Use it.
16380         (message-delete-address): Use it.
16381         (message-fill-header-general): Refactor.
16382         (message-fill-field-address): Rename.
16383         (message-narrow-to-field): Find the start of the header.
16384         (message-header-format-alist): Don't pre-fill.
16385         (message-fill-header): Removed.
16386         (message-insert-header): New function.
16387         (message-shorten-references): Use it.
16388
16389         * rfc2047.el (rfc2047-field-value): Strip props.
16390
16391         * mail-parse.el (mail-header-make-address): New alias.
16392
16393         * ietf-drums.el (ietf-drums-make-address): New function.
16394
16395         * imap.el: Add compiler directives.
16396
16397         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16398
16399         * gnus-art.el (article-decode-idna-rhs): Don't use
16400         message-idna-inside-rhs-p.
16401
16402 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16403
16404         * message.el (message-idna-inside-rhs-p): Removed.
16405         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16406
16407         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16408         false positives.
16409
16410 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16411
16412         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16413
16414 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16415
16416         * nneething.el (nneething-file-name): Don't create spurious
16417         files.
16418
16419         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16420         (gnus-inews-do-gcc): Remove sleep.
16421
16422         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16423         part under point.
16424
16425         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16426         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16427
16428 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * spam.el (spam-summary-prepare-exit): Fixed (length).
16431
16432 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16433
16434         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16435         as expired without moving it" message when there are spam
16436         messages left.
16437
16438 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16439
16440         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16441         header is not nil.
16442
16443 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16444
16445         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16446         nntp-possibly-create-directory, not nntp-possibly-change-group.
16447         (nntp-marks-changed-p): New arg SERVER.
16448         (nntp-request-update-info): Adjust caller.
16449
16450 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16451
16452         * nntp.el (nntp-save-marks): Pass missing arg.
16453
16454 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16455
16456         * nntp.el: Support marks.
16457         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16458         (nntp-marks-modtime, nntp-marks-directory): New variables.
16459         (nntp-request-set-mark, nntp-request-update-info)
16460         (nntp-possibly-create-directory, nntp-marks-changed-p)
16461         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16462         functions.
16463
16464 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16465
16466         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16467         (gnus-xmas-redefine): Rename.
16468
16469         * gnus-score.el (gnus-score-insert-help): Use
16470         gnus-select-lowest-window.
16471
16472         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16473         appt-select-lowest-window and rename to gnus-select-lowest-window.
16474
16475         * gnus.el: do.
16476
16477 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16478
16479         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16480         encodings of MIME-encoded words, in order to improve
16481         interoperability with several broken MUAs.
16482
16483 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16484
16485         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16486         tags, only when charsets are not specified in headers.
16487         (mm-inline-text-html-render-with-w3m): Ditto.
16488
16489         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16490         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16491
16492 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16493
16494         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16495         instead of MIME-decoded from fields when checking
16496         `gnus-article-address-banner-alist'.
16497
16498 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16499
16500         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16501         description rather than subject.
16502
16503 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16504
16505         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16506
16507 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16508
16509         * gnus.el (gnus-version-number): Bump.
16510
16511 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16512
16513         * gnus.el: No Gnus v0.2 is released.
16514
16515 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16516
16517         * gnus-agent.el (gnus-agent-read-agentview): Inline
16518         gnus-uncompress-range.
16519
16520 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16521
16522         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16523         `exec-installed-p'.
16524
16525 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16526
16527         * gnus.el (spam-process, spam-autodetect-methods): Add
16528         bsfilter and bsfilter-headers.
16529
16530         * spam.el (spam-bsfilter): New customize group.
16531         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16532         (spam-bsfilter-header, spam-bsfilter-probability-header)
16533         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16534         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16535         (spam-bsfilter-database-directory): New options.
16536         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16537         (spam-list-of-statistical-checks, spam-registration-functions):
16538         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16539         (spam-bsfilter-score): New command.
16540         (spam-check-bsfilter-headers, spam-check-bsfilter)
16541         (spam-bsfilter-register-with-bsfilter)
16542         (spam-bsfilter-register-spam-routine)
16543         (spam-bsfilter-unregister-spam-routine)
16544         (spam-bsfilter-register-ham-routine)
16545         (spam-bsfilter-unregister-ham-routine): New functions.
16546         (spam-generic-score): Support bsfilter; Accept an optional argument
16547         to recalcurate spam score even if scoring header has already been
16548         added.
16549         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16550         optional argument to recalcurate spam score even if scoring header
16551         has already been added.
16552
16553 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16556         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16557         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16558         link is missing.
16559
16560 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16561
16562         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16563         (html2text-get-attr): Rewrite.
16564
16565         * message.el (message-setup-1): Remove redundant put-text-property
16566         on mail-header-separator.
16567
16568 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16569
16570         * gnus-registry.el (gnus-registry-cache-whitespace)
16571         (gnus-registry-action, gnus-registry-spool-action)
16572         (gnus-registry-split-fancy-with-parent): Change message levels
16573         from 5 to 3 or 7, as needed.
16574
16575         * spam.el (spam-summary-prepare-exit)
16576         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16577         (spam-split, spam-find-spam, spam-log-undo-registration)
16578         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16579         level from 5 to 6.
16580
16581 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16584         2004-03-04 change).
16585
16586 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * sieve-manage.el (sieve-manage-open):
16589         * nnweb.el (nnweb-insert-html):
16590         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16591         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16592         * nnspool.el (nnspool-request-group):
16593         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16594         * nnml.el (nnml-request-update-info):
16595         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16596         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16597         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16598         (nnimap-request-set-mark):
16599         * nnfolder.el (nnfolder-request-update-info):
16600         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16601         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16602         * gnus-uu.el (gnus-uu-find-articles-matching):
16603         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16604         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16605         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16606         * gnus-nocem.el (gnus-nocem-scan-groups):
16607         * gnus-int.el (gnus-start-news-server):
16608         * gnus-group.el (gnus-group-make-kiboze-group)
16609         (gnus-group-browse-foreign-server):
16610         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16611         Use mapc when appropriate.
16612
16613 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         FIXME: Make separate entries for each person.
16616
16617         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16618         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16619         <shields@msrl.com>:
16620
16621         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16622         may need for spam sorting and scoring.
16623         (spam-user-format-function-S): Add user format function suitable for
16624         general use.
16625         (spam-article-sort-by-spam-status): Add sorting function for summary
16626         sorting.
16627         (spam-extra-header-to-number): Add function to get a score from a
16628         header.
16629         (spam-summary-score): Add function to get a numeric score from the
16630         headers.
16631         (spam-generic-score): Fix function doc, was in wrong place.
16632         (spam-initialize): Take symbols when it's run, and install the
16633         extra headers that spam-necessary-extra-headers thinks we need.
16634
16635 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16638         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16639
16640 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * gnus-sum.el (gnus-set-global-variables)
16643         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16644         (gnus-article-get-xrefs, gnus-summary-best-group)
16645         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16646         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16647         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16648         Use with-current-buffer.
16649
16650 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * spam.el (spam-summary-prepare-exit): Simplify logic.
16653         (spam-fetch-article-header): Read the article header if it's not
16654         available.
16655         (spam-list-articles): Simplify logic.
16656         (spam-filelist-register-routine): Fix bug with unregister-list.
16657
16658         * gnus-registry.el: Fix comments at beginning.
16659
16660 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16661
16662         * message.el (message-cater-to-broken-inn): Remove.
16663         (message-shorten-references): Make sure the total folded length of
16664         References is shorter than 998 characters to cater to a bug in INN
16665         2.3.  Also, don't pretend that references aren't folded -- this
16666         hasn't worked for a while.
16667
16668 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16669
16670         * gnus-agent.el (gnus-agentize):
16671         gnus-agent-send-mail-real-function no longer set to current value
16672         of message-send-mail-function but rather a lambda that calls
16673         message-send-mail-function.  The change makes the agent real-time
16674         responsive to user changes to message-send-mail-function.
16675
16676 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16677
16678         * legacy-gnus-agent.el
16679         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16680         help from Florian Weimer <fw@deneb.enyo.de>
16681
16682 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * nnmail.el (nnmail-cache-insert): Revert last change.
16685
16686 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * nnmail.el (nnmail-cache-insert): Always check whether
16689         nnmail-cache-ignore-groups matches a group name.
16690
16691 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16692
16693         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16694         (spam-find-spam, spam-log-processing-to-registry)
16695         (spam-log-registered-p, spam-log-unregistration-needed-p)
16696         (spam-log-undo-registration): Use gnus-message instead of
16697         gnus-error, none of these errors are fatal.
16698
16699         * gnus-registry.el (gnus-registry-clean-empty-function)
16700         (gnus-registry-clean-empty): Remove only empty entries without
16701         extra data.
16702
16703 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16704
16705         * spam-stat.el (spam-stat-buffer-change-to-spam)
16706         (spam-stat-buffer-change-to-non-spam): Change (error) to
16707         (gnus-message 8) invocation.
16708
16709 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * nntp.el (nntp-via-netcat-command): New variable.
16712         (nntp-via-netcat-switches): New variable.
16713         (nntp-open-via-rlogin-and-netcat): New function.
16714         (nntp-open-connection-function): Doc fix.
16715         (nntp-telnet-command): Doc fix.
16716         (nntp-end-of-line): Doc fix.
16717         (nntp-via-rlogin-command): Doc fix.
16718         (nntp-via-user-name): Doc fix.
16719         (nntp-via-address): Doc fix.
16720
16721 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16724         error in Emacs 21.1.
16725
16726 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16729
16730 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16731
16732         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16733         (gnus-agent-with-refreshed-group): New macro.
16734         (gnus-agent-rename-group): New function.
16735         (gnus-agent-delete-group): New function.
16736         (gnus-agent-save-group-info): Use gnus-command-method when
16737         `method' parameter is nil.  Don't write nil entries into the
16738         active file.
16739         (gnus-agent-get-group-info): New function.
16740         (gnus-agent-fetch-articles): Use
16741         gnus-agent-update-files-total-fetched-for to increment disk space
16742         used.
16743         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16744         gnus-agent-update-view-total-fetched-for to increment disk space
16745         used.
16746         (gnus-agent-get-local): Added optional parameters to avoid calling
16747         gnus-group-real-name and gnus-find-method-for-group.
16748         (gnus-agent-set-local): Delete stored entry if either min, or max,
16749         are nil.
16750         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16751         quit, use gnus-agent-regenerate-group to record existance of any
16752         articles fetched to disk before the quit occurred.
16753         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16754         gnus-agent-update-view-total-fetched-for, and
16755         gnus-agent-update-files-total-fetched-for to decrement disk space
16756         used.
16757         (gnus-agent-retrieve-headers): Use
16758         gnus-agent-update-view-total-fetched-for to increment disk space
16759         used.
16760         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16761         with gnus-agent-update-files-total-fetched-for to decrement disk
16762         space and fresh group buffer.
16763         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16764         (gnus-agent-need-update-total-fetched-for): New variable.
16765         (gnus-agent-update-files-total-fetched-for): New function.
16766         (gnus-agent-update-view-total-fetched-for): New function.
16767         (gnus-agent-total-fetched-for): New function.
16768
16769         * gnus-cache.el (gnus-cache-save-buffers): Use
16770         gnus-cache-update-overview-total-fetched-for to change disk space
16771         used by this group.
16772         (gnus-cache-possibly-enter-article): Use
16773         gnus-cache-update-file-total-fetched-for to increment disk space
16774         used by this group.
16775         (gnus-cache-possibly-remove-article): Use
16776         gnus-cache-update-file-total-fetched-for to decrement disk space
16777         used by this group.
16778         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16779         (gnus-cache-rename-group): New function.
16780         (gnus-cache-delete-group): New function.
16781         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16782         (gnus-cache-need-update-total-fetched-for): New variable.
16783         (gnus-cache-with-refreshed-group): New macro.
16784         (gnus-cache-update-file-total-fetched-for): New function.
16785         (gnus-cache-update-overview-total-fetched-for): New function.
16786         (gnus-cache-rename-group-total-fetched-for): New function.
16787         (gnus-cache-delete-group-total-fetched-for): New function.
16788         (gnus-cache-total-fetched-for): New function.
16789
16790         * gnus-group.el: Require gnus-sum and autoload functions to
16791         resolve warnings when gnus-group.el compiled alone.
16792         (gnus-group-line-format): Documented new %F.
16793         (size of Fetched data) group line format; identifies disk space
16794         used by agent and cache.
16795         (gnus-group-line-format-alist): Defined new F format.
16796         (gnus-total-fetched-for): New function.
16797         (gnus-group-delete-group): No longer update
16798         gnus-cache-active-altered as gnus-request-delete-group now keeps
16799         the cache in sync.
16800         (gnus-group-list-active): Let the agent store a server's active
16801         list if currently plugged.
16802
16803         * gnus-int.el (gnus-request-delete-group):
16804         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16805         local disk in sync with the server.
16806         (gnus-request-rename-group):
16807         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16808         local disk in sync with the server.
16809
16810         * gnus-start.el (gnus-get-unread-articles):
16811         Cosmetic simplification to logic.
16812
16813         * gnus-util.el (gnus-rename-file): New function.
16814
16815 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16816
16817         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16818
16819 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16822         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16823
16824 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16827         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16828
16829 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16832
16833 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * spam.el (spam-set-difference): Add function to replace
16836         gnus-set-difference in spam.el.
16837         (spam-summary-prepare-exit): Use spam-set-difference.
16838
16839 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * gnus-registry.el (gnus-registry-cache-file): Update to use
16842         gnus-dribble-directory OR gnus-home-directory OR ~.
16843         (gnus-registry-split-fancy-with-parent): Fix doc.
16844
16845 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * message.el (message-exchange-point-and-mark): Use
16848         message-mark-active-p.  Suggested by Jesper Harder
16849         <harder@ifa.au.dk>.
16850
16851 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * message.el (message-exchange-point-and-mark): Don't activate
16854         region if it was inactive.  Suggested by Hiroshi Fujishima
16855         <pooh@nature.tsukuba.ac.jp>.
16856
16857 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-art.el (article-display-face): Display Faces in the same
16860         order as X-Faces.
16861
16862 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16865
16866 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16869         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16870         (gnus-article-mime-hierarchy): Remove.
16871         (gnus-article-mime-hierarchy-next): Remove.
16872         (gnus-article-mode): Revert 2004-03-19 change.
16873         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16874         (gnus-insert-mime-button): Revert 2004-03-19 change.
16875         (gnus-mime-accumulate-hierarchy): Remove.
16876         (gnus-mime-enter-multipart): Remove.
16877         (gnus-mime-leave-multipart): Remove.
16878         (gnus-mime-display-part): Revert 2004-03-19 change.
16879         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16880
16881         * mml.el (mml-preview): Revert 2004-03-19 change.
16882
16883 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16884
16885         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16886
16887 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16890         t while entering a file name using the mm-with-multibyte macro.
16891         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16892
16893         * mm-util.el (mm-with-multibyte): New macro.
16894
16895 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16898         user option.
16899         (gnus-mime-multipart-functions): Doc and customization fix.
16900         (gnus-article-mime-hierarchy): New variable.
16901         (gnus-article-mime-hierarchy-next): New variable.
16902         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16903         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16904         gnus-article-mime-hierarchy-next to nil.
16905         (gnus-insert-mime-button): Show hierarchy numbers.
16906         (gnus-mime-accumulate-hierarchy): New function.
16907         (gnus-mime-enter-multipart): New function.
16908         (gnus-mime-leave-multipart): New function.
16909         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16910         (gnus-mime-display-alternative): Show hierarchy numbers.
16911
16912         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16913         gnus-article-mime-hierarchy-next to nil.
16914
16915 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16916
16917         * dns.el: Don't require gnus-xmas.
16918
16919 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16920
16921         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16922         inline PGP.
16923         (mml-menu): Disable mml-quote-region if mark is inactive.
16924
16925 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16928         when the group's active is not available.
16929
16930 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16933         error.
16934
16935 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * imap.el (imap-store-password): New variable.
16938         (imap-interactive-login): Use it.
16939         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16940
16941 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16944         window-start and hscroll to summary window.
16945
16946 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16947
16948         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16949         conversion message to newsrc-dribble when an actual conversion is
16950         performed.
16951
16952 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16953
16954         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16955
16956 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * mm-decode.el (mm-complicated-handles): New function reviving
16959         former definition of mm-multiple-handles.
16960
16961         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16962         (gnus-mime-delete-part): Use it.
16963
16964 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16965
16966         * gnus-agent.el (gnus-agent-read-local): Bind
16967         nnheader-file-coding-system to gnus-agent-file-coding-system to
16968         avoid the implicit assumption that they will always be equal.
16969         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16970         coding-system-for-write, as the with-temp-file macro first prints
16971         to a buffer then saves the buffer.
16972
16973 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-art.el (gnus-article-edit-part): New function.
16976         (gnus-mime-save-part-and-strip): Use it; do query instead of
16977         signaling an error; don't use mm-multiple-handles.
16978         (gnus-mime-delete-part): Ditto.
16979
16980 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16981
16982         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16983         old file versions.
16984         (gnus-group-prepare-hook): Removed function that converted list
16985         form of gnus-agent-expire-days to group properties.
16986
16987         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16988         (gnus-request-accept-article): Re-indented.
16989
16990         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16991         converters to handle old agent file formats.  Added logic for a
16992         "backup before upgrading warning".
16993         (gnus-convert-mark-converter-prompt): Developers can mark
16994         functions as needing (default), or not needing,
16995         gnus-convert-old-newsrc's "backup before upgrading warning".
16996         (gnus-convert-converter-needs-prompt): Tests whether the user
16997         should be protected from potentially irreversable changes by the
16998         function.
16999
17000         * legacy-gnus-agent.el: New.  Provides converters that are only
17001         loaded when gnus-convert-old-newsrc needs to call them.
17002
17003 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * mail-source.el (mail-source-touch-pop): Doc fix.
17006
17007         * message.el (message-smtpmail-send-it): Doc fix.
17008
17009 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17010
17011         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17012
17013         * nnmail.el (nnmail-split-fancy): do.
17014
17015         * gnus-kill.el (gnus-kill, gnus-execute): do.
17016
17017 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17018
17019         * gnus-sum.el (gnus-widget-reversible-match)
17020         (gnus-widget-reversible-to-internal)
17021         (gnus-widget-reversible-to-external): New functions.
17022         (gnus-widget-reversible): New widget.
17023         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17024
17025 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17026
17027         * gnus-sum.el (gnus-thread-sort-functions)
17028         (gnus-article-sort-functions): Document `(not F)' items.
17029
17030 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * spam.el (spam-use-gmane-xref): Add new backend.
17033         (spam-gmane-xref-spam-group): Add variable to control the name of the
17034         Gmane spam group.
17035         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17036         (spam-regex-headers-spam, spam-regex-headers-ham)
17037         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17038         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17039         backends and checks.
17040         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17041
17042         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17043         an autodetect method.
17044
17045 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17046
17047         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17048         articles are being added to a group.
17049         (gnus-request-replace-article): Inform the agent that articles
17050         need to be uncached as the cached contents are no longer valid.
17051
17052 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * binhex.el: Don't autoload executable-find.
17055
17056         * canlock.el: Don't autoload mail-fetch-field.
17057
17058         * dgnushack.el: Autoload c-mode for XEmacs.
17059
17060         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17061
17062         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17063         rmail-dont-reply-to and rmail-output.
17064
17065         * gnus-score.el: Don't autoload ffap-string-at-point.
17066
17067         * gnus-setup.el: Don't autoload sc-cite-original.
17068
17069         * imap.el: Don't autoload base64-decode-string,
17070         base64-encode-string and md5.
17071
17072         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17073         and rmail-msg-restore-non-pruned-header.
17074
17075         * mm-decode.el: Don't autoload executable-find.
17076
17077         * mm-url.el: Don't autoload executable-find.
17078
17079         * mm-view.el: Don't autoload diff-mode.
17080
17081         * nndb.el: Don't autoload news-reply-mode, news-setup,
17082         cancel-timer and telnet.
17083
17084         * password.el: Don't autoload run-at-time for Emacs.
17085
17086         * sha1-el.el: Don't autoload executable-find.
17087
17088         * sieve-mode.el: Don't autoload c-mode.
17089
17090         * uudecode.el: Don't autoload executable-find.
17091
17092 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17093
17094         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17095         (gnus-agent-possibly-alter-active): Avoid null in numeric
17096         comparison.
17097         (gnus-agent-set-local): Refuse to save null in local object table.
17098         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17099         list of articles that will be marked as unread.
17100
17101 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17104
17105 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17106
17107         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17108         language tags.
17109
17110 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17111
17112         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17113         Don't bind "obarray".
17114
17115         * gnus-sum.el (gnus-thread-sort-functions): Added
17116         `gnus-thread-sort-by-most-recent-number' and
17117         `gnus-thread-sort-by-most-recent-date'.
17118         Reported by Kai Grossjohann <kai@emptydomain.de>.
17119
17120 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17123
17124 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17125
17126         * gnus-cus.el (gnus-agent-customize-category): Removed
17127         ignore-errors macro reference that required cl to be loaded at
17128         run-time.
17129
17130         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17131         single-interval range of the form (min . max).  Previously the
17132         range had to look like ((min . max)).  Likewise, return
17133         (min . max) rather than ((min . max)).
17134         (gnus-range-map): Use gnus-range-normalize to accept
17135         single-interval range.
17136
17137         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17138         the cache, but not the agent, now appear with their usual face.
17139
17140         * dgnushack.el (loaddir): New variable that is bound to the
17141         directory containing the dgnushack.el file. Use loaddir, rather
17142         than srcdir, to update load-path. Change lets dgnushack compile
17143         code in directories other than GNUS/lisp.
17144
17145 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * lpath.el: Don't bind w3m-safe-url-regexp.
17148
17149         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17150         w3m-safe-url-regexp variable buffer-local.
17151
17152         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17153
17154 2004-02-27  Simon Josefsson  <jas@extundo.com>
17155
17156         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17157         gnus-group-real-prefix.
17158         (gnus-summary-move-article): Use it, instead of
17159         gnus-group-real-prefix.
17160
17161 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * lpath.el: Bind w3m-safe-url-regexp.
17164
17165         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17166         w3m-safe-url-regexp variable buffer-local and set it as the value
17167         of mm-w3m-safe-url-regexp.
17168
17169         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17170
17171         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17172         parsing gnus-posting-styles when the message is not for replying.
17173
17174         * dgnushack.el: Autoload sgml-mode for XEmacs.
17175
17176         * nnrss.el (nnrss-opml-export): Use
17177         mm-set-buffer-file-coding-system instead of
17178         set-buffer-file-coding-system.
17179
17180 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17181
17182         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17183         of checkdoc.el).
17184         * nnrss.el: do.
17185         * gnus-mlspl.el: do.
17186         * gnus-ml.el: do.
17187         * gnus-srvr.el: do.
17188
17189         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17190
17191 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17192
17193         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17194         Corrections to custom-manual links.
17195
17196         * gnus-art.el (gnus-article): Ditto.
17197
17198         * mm-decode.el (mime-display, mime-security): Ditto.
17199
17200 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17201
17202         * flow-fill.el: Typo.
17203
17204 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17205
17206         * spam-wash.el: New file.
17207
17208 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17209
17210         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17211
17212 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17213
17214         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17215         to be run with new-articles as LIST1, not LIST2.
17216         (spam-registration-functions): Add spam-use-ham-copy as a nil
17217         registration backend.
17218
17219 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17220
17221         * spam-stat.el (spam-stat-washing-hook): New option.
17222         (spam-stat-buffer-words): Use it.
17223         (spam-stat-process-directory, spam-stat-test-directory): Use
17224         insert-file-contents-literally.
17225         (spam-stat-coding-system): New variable.
17226         (spam-stat-load, spam-stat-save): Use it.
17227
17228 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * spam-report.el (spam-report-plug-agent): Quote
17231         spam-report-url-to-file and spam-report-url-ping-plain.
17232
17233 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17236         / in mailto URLs.
17237
17238 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * spam-report.el (spam-report-process-queue): Fix interactive use.
17241         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17242         (spam-report-unplug-agent): Doc fixes.
17243         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17244         (spam-report-agentize, spam-report-deagentize): Autoload.
17245
17246 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17249
17250         * message.el (message-setup-fill-variables): Add mml tags to
17251         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17252         <ajk@iu.edu>.
17253         (message-mode): Don't modify paragraph-separate there.
17254
17255 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * compface.el (uncompface-use-external): Default to undecided.
17258         (uncompface-use-external-threshold): New variable.
17259         (uncompface-float-time): New macro.
17260         (uncompface): Determine whether to use the external decoder if
17261         uncompface-use-external is undecided.
17262
17263 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17266         after images.
17267
17268         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17269
17270 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17271
17272         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17273
17274         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17275
17276         * gnus-sum.el (gnus-summary-limit-to-age)
17277         (gnus-summary-limit-children): do.
17278
17279         * gnus-int.el (gnus-request-scan): do.
17280
17281         * gnus-group.el (gnus-group-suspend): do.
17282
17283         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17284
17285         * gnus-cite.el (gnus-cite-parse-attributions): do.
17286
17287         * gnus-agent.el (gnus-summary-set-agent-mark)
17288         (gnus-agent-regenerate-group): do.
17289
17290         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17291
17292         * binhex.el (binhex-decode-region-internal): do.
17293
17294 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-fun.el (gnus-face-properties-alist): New user option.
17297         (gnus-display-x-face-in-from): Use it.
17298
17299         * gnus-art.el (article-display-face): Ditto.
17300
17301         * compface.el (uncompface-use-external): Default to nil.
17302
17303 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * nntp.el (nntp-erase-buffer): New function.
17306         (nntp-retrieve-data, nntp-send-command)
17307         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17308         (nntp-possibly-change-group): Use it.
17309
17310         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17311         with-current-buffer.
17312
17313 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17314
17315         * compface.el: Merge the ELisp-based uncompface program.
17316         (compface): New customization group.
17317         (uncompface-use-external): New user option.
17318         (uncompface): Call uncompface-internal if uncompface-use-external
17319         is nil.
17320         (uncompface-internal): New function.  Note that there are also
17321         some other functions and variables added for this function.
17322
17323 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17326         if necessary.
17327
17328 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17329
17330         * spam-report.el (spam-report-unplug-agent)
17331         (spam-report-plug-agent, spam-report-deagentize)
17332         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17333         Add support for the Agent in spam-report: when unplugged, report to a
17334         file; when plugged, submit all the requests.
17335
17336         * spam.el (spam-register-routine): Fix message about
17337         registration.
17338
17339 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17342         dependencies.
17343         (rfc2047-encode): Use it.
17344
17345         * gnus-art.el (gnus-button-marker-list): Move before first
17346         reference.
17347
17348         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17349         (imap-parse-body): Fix format string mismatch.
17350
17351         * gnus-score.el (gnus-summary-increase-score): do.
17352
17353         * nnrss.el (nnrss-close): New function.
17354
17355 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * nnrss.el (nnrss-make-filename): New function.
17358         (nnrss-request-delete-group, nnrss-read-server-data)
17359         (nnrss-save-server-data, nnrss-read-group-data)
17360         (nnrss-save-group-data): Use it.
17361         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17362         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17363         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17364
17365 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17368
17369 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17372         files.
17373
17374         * message.el (message-generate-headers-first): Don't quote nil
17375         and t in docstrings.
17376
17377         * imap.el (imap-id): do.
17378
17379         * gnus-agent.el (gnus-agent-consider-all-articles)
17380         (gnus-agent-queue-mail): do.
17381
17382 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * spam-report.el (spam-report-process-queue): New function.
17385         Process requests from `spam-report-requests-file'.
17386         (spam-report-process-queue): Doc fix.
17387
17388 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (spam-register-routine)
17391         (spam-log-processing-to-registry, spam-log-registered-p)
17392         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17393         Change "check" to "spam-check" for semi-clarity.
17394
17395 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17396
17397         * pop3.el: Require nnheader.
17398
17399         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17400
17401         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17402
17403         * gnus-picon.el: Require cl.
17404
17405         * gnus-fun.el: Require gnus-ems and gnus-util.
17406
17407         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17408
17409         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17410
17411         * gnus-art.el (gnus-article-edit-mode): Define before first
17412         reference.
17413
17414 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17417         (gnus-uu-post-encoded): Use point-at-bol.
17418
17419         * gnus-topic.el (gnus-group-active-topic-p): do.
17420
17421         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17422
17423         * gnus-group.el (gnus-group-kill-region): do.
17424
17425         * gnus-art.el (article-date-ut): do.
17426
17427         * message.el (message-fetch-field): Remove redundant
17428         case-fold-search binding.
17429         (message-narrow-to-field): Simplify.
17430
17431 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * spam.el (spam-directory): Derive from `gnus-directory'.
17434
17435         * spam-report.el (spam-report-url-to-file)
17436         (spam-report-requests-file): New function and variable for offline
17437         reporting.
17438         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17439         and user defined function.
17440         (spam-report-url-ping-mm-url): Remove doubled slash.
17441
17442 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17445
17446 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17447
17448         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17449         format string mismatch.
17450
17451         * sieve.el (sieve-deactivate-all): do.
17452
17453         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17454
17455         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17456
17457         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17458
17459         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17460
17461 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17462
17463         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17464         the list of checks.
17465
17466 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17467
17468         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17469         padding.
17470
17471 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17472
17473         * mm-view.el (mm-fill-flowed): New variable.
17474         (mm-inline-text): Use it.
17475
17476 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17477
17478         * spam.el (spam-spamassassin-register-ham-routine)
17479         (spam-spamassassin-register-spam-routine): Fix function names.
17480
17481 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus.el (gnus-tmp-grouplens): Remove.
17484         (gnus-summary-line-format): Remove grouplens.
17485
17486         * gnus-group.el (gnus-group-line-format): Ditto.
17487
17488         * gnus-spec.el (gnus-format-specs): Ditto.
17489         (gnus-update-format-specifications): Flush the group format spec
17490         cache if there's the grouplens stuff.
17491         (gnus-parse-simple-format): Replace %l with the empty string.
17492
17493 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17494
17495         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17496         omission.
17497
17498 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17501         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17502
17503 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17504
17505         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17506         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17507         New macros and functions.
17508         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17509         Handle > NLINK_MAX messages.
17510         * nnmaildir.el (nnmaildir-request-set-mark): Use
17511         nnmaildir--emlink-p and nnmaildir--eexist-p.
17512
17513 2004-01-25  Alex Schroeder  <alex@gnu.org>
17514
17515         * spam-stat.el (spam-stat-process-directory-age): New option.
17516         (spam-stat-process-directory): Use it.
17517
17518 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17519
17520         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17521         (spam-stat-save): Accept prefix argument.
17522
17523 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17524
17525         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17526         links" error.
17527
17528 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17531         the rest of the and/or forms.
17532
17533 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17534
17535         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17536         compatibility with old .newsrc.eld files.
17537
17538         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17539
17540         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17541
17542         * gnus-start.el (gnus-1): do.
17543
17544         * gnus-group.el (gnus-group-line-format-alist): do.
17545
17546         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17547
17548         * gnus-gl.el: Remove.
17549
17550 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17551
17552         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17553         marks consisting of a single range {for example, (3 . 5)} rather
17554         than a list of a single range { ((3 . 5)) }.
17555
17556 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17557
17558         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17559         with-current-buffer.
17560         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17561         avoid consing a string.
17562
17563         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17564         Remove obsolete entries for big5 and gb2312.
17565
17566 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17567
17568         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17569         uncompressed list.
17570
17571 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * spam-stat.el (spam-stat-strip-xref): New function.
17574         (spam-stat-process-directory): Use it.
17575
17576         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17577         here -- it's done in message-fetch-field.
17578
17579 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17580
17581         * gnus-agent.el (gnus-agent-queue-mail)
17582         (gnus-agent-prompt-send-queue): New variables.
17583         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17584         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17585         "nndraft:queue" along to gnus-draft-send.  Use
17586         gnus-agent-prompt-send-queue.
17587         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17588         is "nndraft:queue".  Suggested by Gaute Strokkenes
17589         <gs234@srcf.ucam.org>
17590
17591         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17592         (agent-enable-undownloaded-faces): Added.
17593         (gnus-agent-cat-groups): Use eval-and-compile, not
17594         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17595         method of gnus-agent-cat-groups even when the buffer has been
17596         evaled.
17597         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17598         delete gnus-agent-save-active-1.
17599         (gnus-agent-save-groups): Deleted.  Identical to
17600         gnus-agent-save-active.
17601         (gnus-agent-write-active): No longer adjust agent's copy of active
17602         file as agent's adjustments are now stored in their own
17603         file.  Removed optional parameter.
17604         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17605         servers.  Add use of min/max range limits from server's local
17606         file.
17607         (gnus-agent-save-alist): Removed unused optional argument.
17608         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17609         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17610         (gnus-agent-set-local): A per-server file that keeps min/max range
17611         limits for articles known to the agent.  Provides a fast mechanism
17612         for altering many active ranges.
17613         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17614         active file (local makes it unnecessary).
17615         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17616
17617         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17618         (agent-enable-undownloaded-faces): Added.
17619
17620         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17621         disable it when sending to "nndraft:queue".
17622         (gnus-group-send-queue): Add safety check to avoid sending queue
17623         when unplugged.
17624
17625         * gnus-group.el (gnus-group-catchup): Use new
17626         gnus-sequence-of-unread-articles, not
17627         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17628         numbers of articles.  Use gnus-range-map to avoid having to
17629         uncompress the unread list.
17630         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17631         Fixed invalid ange-ftp reference.
17632
17633         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17634         (gnus-sorted-range-intersection): Intersection of two ranges
17635         without requiring that they first be uncompressed.
17636
17637         * gnus-start.el (gnus-activate-group): Unless blocked by the
17638         caller, possibly expand the active range to include both cached
17639         and agentized articles.
17640         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17641         multiple version-dependent converters.
17642         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17643         gnus-agent-save-active.
17644         (gnus-save-newsrc-file): Save dirty agent range limits.
17645
17646         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17647         gnus-agent-possibly-alter-active.
17648         (gnus-adjust-marked-articles): Faster handling of simple lists.
17649
17650 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * spam-stat.el (spam-stat-test-directory): New optional argument
17653         displays a list of files detected.  Suggested by Andrew Cohen
17654         <cohen@andy.bu.edu>.
17655         (spam-stat-buffer-words-with-scores): Don't narrow and change
17656         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17657
17658 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17659
17660         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17661         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17662         (spam-spamassassin-arguments)
17663         (spam-spamassassin-spam-flag-header)
17664         (spam-spamassassin-positive-spam-flag-header)
17665         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17666         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17667         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17668         (spam-list-of-processors, spam-list-of-checks)
17669         (spam-list-of-statistical-checks, spam-registration-functions)
17670         (spam-check-spamassassin-headers, spam-check-spamassassin)
17671         (spam-spamassassin-score)
17672         (spam-spamassassin-register-with-sa-learn)
17673         (spam-spamassassin-register-spam-routine)
17674         (spam-spamassassin-register-ham-routine)
17675         (spam-assassin-register-spam-routine)
17676         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17677         (spam-bogofilter-score): Fix to show article before scoring.
17678
17679 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17682         default scoring function.
17683         (spam-generic-score): Call spam-spamassassin-score if
17684         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17685         spam-bogofilter-score otherwise.
17686
17687         * gnus.el (spam-process, spam-autodetect-methods): Add
17688         spamassassin and spamassassin-headers.
17689
17690 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17691
17692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17693         Suppress unnecessary messages.
17694
17695 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17698         make-hash-table.
17699
17700 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * canlock.el (base64-encode-string): Don't autoload it.
17703
17704 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * run-at-time.el: Remove useless (require 'itimer),
17707         eval-and-compile and (featurep 'xemacs).
17708
17709 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17712         GROUP is a virtual group.
17713
17714 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17715
17716         * gnus.el: Autoload `message-y-or-n-p'.
17717
17718 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17719
17720         * pgg-parse.el: Remove unnecessary (require 'custom).
17721
17722         * pgg-def.el: do.
17723
17724         * nnmail.el: do.
17725
17726         * gnus-undo.el: do.
17727
17728         * gnus-picon.el: do.
17729
17730         * gnus-util.el: do.
17731
17732 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17733
17734         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17735
17736 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17739         handle, as well as a list.
17740
17741         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17742         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17743         (mm-w3m-cid-retrieve): Simplify.
17744
17745 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17746
17747         * message.el (message-kill-to-signature): Allow prefix arg to
17748         specify number of lines to keep before signature.
17749
17750 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17751
17752         * message.el (message-kill-to-signature): Change docstring.
17753
17754 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * canlock.el: Always require sha1-el.
17757         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17758
17759         * message.el: Autoload sha1 only when compiling.
17760
17761         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17762         eudc-expand-inline for XEmacs.
17763
17764 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * message.el (message-canlock-generate): Require sha1-el.
17767
17768 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * message.el (message-expand-name): Silence the byte compiler.
17771
17772         * lpath.el: Add detect-coding-system.
17773
17774         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17775         cus-edit.
17776
17777 2004-01-13  Simon Josefsson  <jas@extundo.com>
17778
17779         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17780         Invoke gnus-score-mode.  Reported by
17781         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17782
17783         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17784         Jim Blandy <jimb@redhat.com> (tiny change).
17785
17786 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17789
17790 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * spam.el (spam-get-article-as-string): Update to use
17793         gnus-request-article-this-buffer, much simpler.
17794         (spam-get-article-as-buffer): Remove.
17795
17796 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17797
17798         * message.el (message-expand-name): Use EUDC if the user uses that.
17799
17800 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17803         character for the encoding to avoid consing a string.
17804
17805         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17806         unnecessarily.
17807
17808         * mm-util.el (mm-replace-chars-in-string): Remove.
17809
17810         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17811         of mm-replace-chars-in-string.
17812
17813 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17814
17815         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17816
17817         * mm-util.el (mm-subst-char-in-string): Support inplace.
17818
17819         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17820         a new string in every iteration.  Use shy groups.
17821
17822 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17823
17824         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17825         * gnus-soup.el (gnus-soup-group-brew):
17826         * gnus-msg.el (gnus-put-message):
17827         * gnus-move.el (gnus-group-move-group-to-server):
17828         * gnus-kill.el (gnus-batch-score):
17829         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17830         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17831         (gnus-group-update-group, gnus-group-read-group)
17832         (gnus-group-make-group, gnus-group-make-help-group)
17833         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17834         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17835         (gnus-group-sort-by-unread, gnus-group-catchup)
17836         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17837         (gnus-group-yank-group, gnus-group-set-info)
17838         (gnus-group-list-groups):
17839         * gnus.el (gnus-generate-new-group-name):
17840         * gnus-delay.el (gnus-delay-send-queue):
17841         * nnvirtual.el (nnvirtual-catchup-group):
17842         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17843         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17844         (gnus-group-prepare-topics, gnus-topic-check-topology):
17845         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17846         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17847         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17848         (gnus-group-make-articles-read):
17849         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17850         (gnus-group-change-level, gnus-kill-newsgroup)
17851         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17852         (gnus-get-unread-articles, gnus-make-articles-unread)
17853         (gnus-make-ascending-articles-unread): Use accessor
17854         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17855         to get group information for improved readability.
17856
17857
17858 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17859
17860         * gnus-art.el (article-decode-mime-words, article-babel)
17861         (gnus-article-highlight-signature, gnus-article-add-buttons)
17862         (gnus-signature-toggle): Use gnus-with-article-buffer.
17863
17864         * gnus-art.el (gnus-article-highlight-headers)
17865         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17866
17867         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17868         (gnus-article-set-globals, gnus-request-article-this-buffer)
17869         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17870         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17871         (gnus-mime-display-alternative): Use with-current-buffer.
17872
17873 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17876         also under 80 char limit, and call gnus-error if needed.
17877         (spam-fetch-article-header): Fix - it was a
17878         buffer-local variable (gnus-newsgroup-data).
17879         (spam-find-spam): Use spam-generate-fake-headers, forget about
17880         spam-insert-fake-headers.
17881         (spam-insert-fake-headers): Remove.
17882
17883 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * deuglify.el (gnus-article-outlook-unwrap-lines)
17886         (gnus-outlook-rearrange-article)
17887         (gnus-outlook-repair-attribution-outlook)
17888         (gnus-outlook-repair-attribution-block)
17889         (gnus-outlook-repair-attribution-other): Remove redundant
17890         save-excursion.
17891
17892 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17895         (spam-fetch-field-subject-fast)
17896         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17897         (spam-fetch-article-header): Add functions to deal with Gnus
17898         internals for fast retrieval of article header data.
17899         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17900
17901 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17902
17903         * pop3.el (pop3-md5): Remove.
17904         (pop3-apop): Replace pop3-md5 with md5.
17905
17906         * mm-bodies.el: base64 is always built-in.
17907
17908         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17909         with-current-buffer.
17910
17911 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * canlock.el (canlock-insert-header): Remove excessive grouping in
17914         regexp.
17915
17916         * gnus-sum.el (gnus-summary-read-document): Ditto.
17917
17918         * gnus-uu.el (gnus-uu-part-number): Ditto.
17919
17920         * html2text.el (html2text-remove-tags): Ditto.
17921         (html2text-format-tags): Ditto.
17922         (html2text-format-single-elements): Ditto.
17923
17924         * mml.el (mml-parse-1): Ditto.
17925
17926 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17927
17928         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17929
17930         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17931
17932         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17933
17934         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17935
17936 2003-11-15  Simon Josefsson  <jas@extundo.com>
17937
17938         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17939         (pgg-gpg-lookup-key): Use regexp match instead of
17940         split-string (split-string is different between emacs 21.2 and
17941         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17942
17943 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * gnus-art.el (gnus-mime-view-all-parts)
17946         (gnus-article-part-wrapper, gnus-article-view-part): Use
17947         with-current-buffer.
17948
17949 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17950
17951         * spam.el (spam-disable-spam-split-during-ham-respool)
17952         (spam-spamoracle-database, spam-cache-lookups)
17953         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17954         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17955         (spam-group-ham-marks, spam-group-spam-marks)
17956         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17957         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17958         also add spam-use-blackholes to the statistical checks.
17959         (spam-fetch-field-fast): Add interface to fetching fields, may
17960         become a macro.
17961         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17962         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17963         (spam-insert-fake-headers): Fake an article when needed.
17964         (spam-find-spam): Fake article when possible.
17965         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17966         (spam-check-bogofilter-headers): Use message-fetch-field instead
17967         of nnmail-fetch-field.
17968
17969 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17970
17971         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17972
17973 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * spam.el (spam-split): Do not require spam-use-CHECK to be
17976         enabled if that check is passed to spam-split explicitly; also
17977         fix so 'spam doesn't get converted to spam-split-group when
17978         spam-split-symbolic-return is t.
17979         (spam-find-spam): Find registrations of the article and use those
17980         instead of re-running spam-split to find the spam/ham
17981         classification of the article.
17982         (spam-log-processing-to-registry, spam-log-registered-p)
17983         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17984         Use gnus-error instead of gnus-message.
17985         (spam-log-registration-type): Add function to determine the
17986         classification of a message based on registry entries; will
17987         return nil if both 'spam and 'ham are found.
17988         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17989         a reasonably fast local cache without the loading errors.
17990         (spam-cache-lookups): Set to t by default.
17991         (spam-find-spam): Don't try to guess spam-cache-lookups.
17992         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17993         spam-caches entry.
17994         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17995         caching of whitelist/blacklist entries.
17996         (spam-check-whitelist, spam-check-blacklist): Invoke
17997         spam-from-listed-p with a type, not a cache variable.
17998         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17999
18000 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18001
18002         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18003
18004         * nnmail.el (nnmail-split-fancy): do.
18005
18006         * mml.el (mml-parse): do.
18007
18008         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18009         (gnus-score-adaptive): do.
18010
18011 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18014         (gnus-mime-button-map): Don't set keymap parent.
18015         (gnus-button-ctan-directory-regexp): Use shy grouping.
18016         (gnus-prev-page-map): Don't set keymap parent.
18017         (gnus-prev-page-map): Remove duplicated one.
18018         (gnus-next-page-map): Don't set keymap parent.
18019         (gnus-mime-security-button-map): Ditto.
18020
18021         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18022         version number.
18023
18024         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18025
18026 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * canlock.el (canlock-sha1-function): Remove.
18029         (canlock-sha1-function-for-verify): Remove.
18030         (canlock-openssl-program): Remove.
18031         (canlock-openssl-args): Remove.
18032         (canlock-ignore-errors): Remove.
18033         (canlock-sha1-with-openssl): Remove.
18034         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18035         (canlock-verify): Don't use canlock-ignore-errors.
18036
18037         * sha1-el.el (sha1-string-external): Make it can return a string
18038         in binary form.
18039         (sha1-region-external): Ditto.
18040         (sha1-string-internal): Ditto.
18041         (sha1-region-internal): Ditto.
18042         (sha1-region): Ditto.
18043         (sha1-string): Ditto.
18044         (sha1): Ditto.
18045
18046 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18047
18048         * spam.el (spam-report-articles-gmane): New command.
18049
18050 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18053
18054         * run-at-time.el (run-at-time-saved): Remove.
18055         (run-at-time): Doc fix.
18056
18057 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18060         (gnus-summary-limit-map): Add it.
18061         (gnus-summary-make-menu-bar): do.
18062
18063 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18064
18065         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18066         Make attempt at some caching support (done for BBDB only now).
18067         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18068         addresses to be checked.
18069         (spam-clear-cache-BBDB): Add function, to be invoked by
18070         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18071         (spam-check-BBDB): Check and use the caches, if
18072         spam-cache-lookups is on, remove superfluous (provide).
18073
18074 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18077
18078 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18079
18080         * run-at-time.el (run-at-time-saved): Move to after the definition
18081         of `run-at-time'.
18082
18083         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18084
18085 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18088         mm-w3m-local-map-property.
18089
18090         * mm-view.el (mm-w3m-mode-map): Remove.
18091         (mm-w3m-local-map-property): Remove.
18092         (mm-inline-text-html-render-with-w3m): Don't use
18093         mm-w3m-local-map-property.
18094
18095 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18096
18097         * run-at-time.el: New file.
18098
18099         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18100         under Emacs.
18101
18102         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18103         of gnus-set-text-properties.
18104
18105         * gnus-uu.el (gnus-uu-save-article): Ditto.
18106
18107         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18108
18109         * gnus-cite.el (gnus-cite-parse): Ditto.
18110
18111         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18112         of gnus-.
18113
18114         * gnus-xmas.el (run-at-time): Require run-at-time.
18115
18116         * gnus.el: Changed calls to nnheader-run-at-time and
18117         password-run-at-time throughout to use run-at-time directly.
18118
18119         * password.el: Removed definition of run-at-time.
18120
18121         * nnheaderxm.el: Remove definition of run-at-time.
18122
18123 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18124
18125         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18126         in prompt.
18127
18128 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18129
18130         * messagexmas.el (message-xmas-redefine): Alias
18131         `message-make-caesar-translation-table' to
18132         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18133         version.
18134
18135         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18136         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18137         `gnus-xmas-set-text-properties'.
18138         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18139         `gnus-xmas-completing-read'.
18140         (gnus-xmas-completing-read): Removed.
18141         (gnus-xmas-open-network-stream): Removed.
18142
18143         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18144         XEmacs version.
18145
18146         * dns.el (dns-make-network-process): Use `open-network-stream'
18147         instead of `gnus-xmas-open-network-stream'.
18148
18149         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18150
18151         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18152
18153 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18154
18155         * gnus-art.el (gnus-mime-display-alternative)
18156         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18157         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18158         Don't use gnus-local-map-property.
18159
18160         * gnus-util.el (gnus-local-map-property): Remove.
18161
18162         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18163         gnus-completing-read-maybe-default with completing-read.
18164
18165         * gnus-util.el (gnus-completing-read): do.
18166         (gnus-completing-read-maybe-default): Remove.
18167
18168 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18169
18170         * password.el: Only autoload `run-at-time' if not XEmacs.
18171         Only autoload the itimer functions if XEmacs.
18172
18173 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18176         XEmacsen.
18177
18178         * dgnushack.el: Autoload executable-find for XEmacs.
18179
18180 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * gnus-art.el (gnus-read-string): Remove.
18183         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18184         read-string.
18185
18186 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18187
18188         * netrc.el: Autoload password-read.
18189         (netrc): Add configuration group.
18190         (netrc-encoding-method, netrc-openssl-path): Add
18191         variables for encoding and decoding of files with symmetric
18192         ciphers.
18193         (netrc-encode): Add assistant function to encode a file with
18194         netrc-encoding-method.
18195         (netrc-parse): Add interactive parameter, added optional
18196         decoding if netrc-encoding-method is non-nil but otherwise
18197         behavior is standard.
18198         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18199         Do s/encode/encrypt/ everywhere.
18200
18201         * spam.el: Remove executable-find autoload.
18202
18203 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18204
18205         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18206
18207         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18208
18209 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-art.el (gnus-treat-ansi-sequences)
18212         (article-treat-ansi-sequences): New variable and function.
18213         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18214
18215         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18216         Use it.
18217
18218 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18219
18220         * mm-util.el (mm-quote-arg): Remove.
18221
18222         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18223         shell-quote-argument.
18224
18225         * gnus-uu.el (gnus-uu-command): do.
18226
18227         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18228
18229         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18230         with make-char.
18231
18232         * mm-util.el (mm-make-char): Remove.
18233
18234         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18235         add-minor-mode.
18236
18237         * gnus-undo.el (gnus-undo-mode): do.
18238
18239         * gnus-topic.el (gnus-topic-mode): do.
18240
18241         * gnus-sum.el (gnus-dead-summary-mode): do.
18242
18243         * gnus-start.el (gnus-slave-mode): do.
18244
18245         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18246
18247         * gnus-ml.el (gnus-mailing-list-mode): do.
18248
18249         * gnus-gl.el (gnus-grouplens-mode): do.
18250
18251         * gnus-draft.el (gnus-draft-mode): do.
18252
18253         * gnus-dired.el (gnus-dired-mode): do.
18254
18255         * gnus-ems.el (gnus-add-minor-mode): Remove.
18256
18257         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18258         Replace gnus-char-width with char-width.
18259
18260         * gnus-ems.el (gnus-char-width): Remove.
18261
18262         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18263         Replace gnus-char-width with char-width.
18264
18265         * gnus-ems.el (gnus-char-width): Remove.
18266
18267         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18268         definition.
18269         Remove Emacs 20 hash table compatibility code.
18270
18271         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18272         20 compatibility code.
18273
18274         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18275
18276         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18277
18278         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18279         with point-at-{eol,bol}.
18280
18281         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18282
18283         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18284
18285         * flow-fill.el (fill-flowed-point-at-bol)
18286         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18287
18288         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18289         Replace with point-at-{eol,bol} throughout all files.
18290
18291 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * ntlm.el (ntlm-string-as-unibyte): New macro.
18294         (ntlm-build-auth-response): Use it.
18295
18296         Remove Emacs 20 stuff:
18297         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18298         (butlast, mapc, remove): Remove the compiler macros.
18299         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18300         of delq and copy-sequence.
18301         * gnus-art.el (popup-menu): Remove the compiler macro.
18302         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18303         Emacs 20.
18304
18305 2004-01-05  Simon Josefsson  <jas@extundo.com>
18306
18307         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18308         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18309         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18310         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18311         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18312         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18313         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18314         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18315         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18316         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18317         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18318         string-xor into ntlm-string-xor.  Suggested by
18319         Jesper Harder <harder@myrealbox.com>.
18320
18321         * ntlm.el: Don't include poem.
18322
18323         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18324         Jesper Harder <harder@myrealbox.com>.
18325
18326         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18327
18328         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18329         probably breaks emacs with DL patch, but do we care? Is anyone
18330         still using the DL stuff?)
18331
18332         * sieve-manage.el: Use the password package.
18333         (sieve-manage-read-passwd): Remove.
18334         (sieve-manage-interactive-login): Use password.  Re-add
18335         condition-case around loop.
18336
18337         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18338         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18339         the password package.
18340
18341 2003-02-19  Simon Josefsson  <jas@extundo.com>
18342
18343         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18344         token.
18345
18346 2002-08-07  Simon Josefsson  <jas@extundo.com>
18347
18348         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18349         (sieve-manage-authenticators):
18350         (sieve-manage-authenticator-alist): Add some SASL mechs.
18351         (sieve-sasl-auth): New function.
18352         (sieve-manage-cram-md5-auth):
18353         (sieve-manage-plain-auth): Rewrite using SASL library.
18354         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18355         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18356         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18357         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18358
18359 2004-01-05  Simon Josefsson  <jas@extundo.com>
18360
18361         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18362         New files.
18363
18364 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18365
18366         * gnus-group.el (gnus-no-groups-message): Update.
18367
18368         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18369
18370 2003-11-09  Simon Josefsson  <jas@extundo.com>
18371
18372         * imap.el: Support for ID IMAP extension (RFC 2971).
18373         (imap-local-variables): Add imap-id.
18374         (imap-id): New variable.
18375         (imap-id): New function.
18376         (imap-parse-response): Parse untagged ID response.
18377         * nnimap.el (nnimap-id): New variable.
18378         (nnimap-open-connection): Use it.
18379
18380 2003-12-28  Simon Josefsson  <jas@extundo.com>
18381
18382         * gnus-score.el (gnus-score-edit-all-score): New.
18383         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18384
18385 2004-01-04  Simon Josefsson  <jas@extundo.com>
18386
18387         * password.el: Add.
18388
18389 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18390
18391         * dns.el (dns-query-types): Fix typo.
18392         (dns-query-types): New function.
18393         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18394         PTR and SOA replies, see RFC 1035.
18395
18396 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18397
18398         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18399
18400         * Moved to Changelog.2.
18401
18402 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18403
18404         * gnus.el (gnus-version-number): Bump version.
18405
18406 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18407
18408         * gnus.el: No Gnus v0.1 is released.
18409
18410 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18411
18412         * gnus.el: No Gnus v0.0 is released.
18413
18414 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * gnus.el (gnus-version-number): Bump.
18417         (gnus-version): No.
18418
18419 See ChangeLog.2 for earlier changes.
18420
18421     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18422       Free Software Foundation, Inc.
18423
18424   This file is part of GNU Emacs.
18425
18426   GNU Emacs is free software: you can redistribute it and/or modify
18427   it under the terms of the GNU General Public License as published by
18428   the Free Software Foundation, either version 3 of the License, or
18429   (at your option) any later version.
18430
18431   GNU Emacs is distributed in the hope that it will be useful,
18432   but WITHOUT ANY WARRANTY; without even the implied warranty of
18433   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18434   GNU General Public License for more details.
18435
18436   You should have received a copy of the GNU General Public License
18437   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18438
18439 ;; Local Variables:
18440 ;; coding: utf-8
18441 ;; fill-column: 79
18442 ;; add-log-time-zone-rule: t
18443 ;; End: