(shr-save-contents): New command and keystroke.
[gnus] / lisp / ChangeLog
1 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4         lines.
5         (shr-save-contents): New command and keystroke.
6
7         * nndoc.el (nndoc-type-alist): Add git support.
8         (nndoc-git-type-p): New function.
9         (nndoc-transform-git-article): Ditto.
10         (nndoc-transform-git-headers): Ditto.
11         (nndoc-transform-git-headers): Generate Subject headers.
12
13         * shr.el (shr-parse-style): New function.
14         (shr-tag-span): Ditto.
15
16         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
17         to `G G' to avoid collisions.
18
19 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * shr.el: Load kinsoku if necessary.
22         (shr-kinsoku-shorten): New internal variable.
23         (shr-find-fill-point): Make kinsoku shorten text line if
24         shr-kinsoku-shorten is bound to non-nil.
25         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
26         shr-indentation too when testing if table is wider than frame width.
27         (shr-insert-table): Use `string-width' instead of `length' to measure
28         text width.
29         (shr-insert-table-ruler): Make sure indentation is done at bol.
30
31 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32
33         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
34         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
35         undecoded network data.
36
37 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
40         name in the mode line spec so that the mode line menu works
41         (bug #2431).
42
43         * message.el (message-get-reply-headers): If we're fed `to-address',
44         then always use that.
45
46         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
47         aren't so wide as to need to switch off the edit menu.
48
49         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
50         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
51
52         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
53         `M-g'.
54         (nnimap-update-info): Update flags/read marks even if \* isn't part of
55         the permanent marks.
56
57 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
58
59         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
60         Splitting according to references/in-reply-to obeys the ignore-groups
61         variable, while splitting by sender and subject do not.
62
63 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
66         alist, so that we can look for non-Unicode chars.
67         (article-translate-strings): Allow both character and string maps.
68
69 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * shr.el (shr-insert): Don't insert space behind a wide character
72         categorized as kinsoku-bol, or between characters both categorized as
73         nospace.
74
75 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
76
77         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
78         headers to gnus-newsgroup-headers.
79
80 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * shr.el (shr-tag-img): Don't align images -- since we're not
83         rescaling, this often leads to ugly displays.
84
85 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
88         duplicates.
89
90 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
91
92         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
93         call.
94
95 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus.el: Autoload gnus-html-show-images.
98
99         * nnimap.el: Use nnheader-message throughout.
100
101         * shr.el (shr-tag-img): Ignore images with no data.
102
103 2010-10-15  Julien Danjou  <julien@danjou.info>
104
105         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
106         possibility to disable format=flow encoding when using hard newlines.
107
108 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * shr.el (shr-insert): Remove space inserted before or after a
111         breakable character or at the beginning or the end of a line.
112         (shr-find-fill-point): Do kinsoku; find the second best point or give
113         it up if there's no breakable point.
114
115 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * nnimap.el (nnimap-open-connection): Message when opening connection
118         for debugging purposes.
119
120         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
121         on every setup buffer call to allow this to change from article to
122         article.
123
124         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
125         buffers where we have a wide table.
126
127 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
128
129         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
130         uses *-request-thread.
131
132 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnimap.el (nnimap-open-connection): Remove %s from openssl
135         incantation, which is no longer valid.
136
137 2010-10-14  Julien Danjou  <julien@danjou.info>
138
139         * shr.el: Fix defcustom type (char -> character).
140
141 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * nnimap.el (nnimap-open-connection): tls-program should be a list of
144         programs.
145
146 2010-10-14  Julien Danjou  <julien@danjou.info>
147
148         * shr.el (shr-tag-a): Use url-link as widget type.
149
150         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
151         `gnus-group-get-icon'.
152
153 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
156         This should make server editing work better.
157
158         * shr.el (shr-find-fill-point): Don't inloop on indented text.
159
160         * tls.el (tls-program): Remove spurious %s from openssl.
161
162         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
163         (nnimap-parse-flags): Fix regexp.
164
165         * shr.el (shr-find-fill-point): Use a filling algorithm that should
166         probably work for CJVK text, too.
167
168         * nnimap.el (nnimap-extend-tls-programs): Removed.
169         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
170
171         * tls.el (tls-starttls-switches): Remove starttls hack.
172         (open-tls-stream): Ditto.
173         (tls-find-starttls-argument): Ditto.
174
175 2010-10-13  Julien Danjou  <julien@danjou.info>
176
177         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
178         responses.
179
180 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
183
184         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
185         anything in Emacs.
186
187         * shr.el (shr-current-column): Remove buggy and unnecessary function.
188
189 2010-10-13  Julien Danjou  <julien@danjou.info>
190
191         * shr.el (shr-width): Make shr-width a defcustom with default to
192         fill-column.
193         (shr-tag-img): Use shr-width rather than fill-column.
194
195 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * dgnushack.el (byte-optimize-apply)
198         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
199
200         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
201         position when (X-)Faces exist.
202         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
203         avatars when called interactively.
204
205 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
208         gnus-article-x-face-too-ugly is bound.
209
210 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
213
214         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
215         mailbox that doesn't exist.
216
217 2010-10-12  Julien Danjou  <julien@danjou.info>
218
219         * shr.el (shr-tag-img): Encode URL properly when retrieving.
220         (shr-get-image-data): Encode URL properly when fetching from cache.
221         (shr-tag-img): Use aligned-to spaces to align correctly images.
222
223         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
224         before inserting the Gravatar.
225
226         * shr.el (shr-tag-img): Add align attribute support for <img>.
227
228 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-gravatar.el (gnus-art): Required.
231
232         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
233         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
234         Remove long obsoleted functions.
235
236 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
239
240         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
241
242         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
243         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
244         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
245         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
246         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
247         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
248         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
249
250 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * nnimap.el (nnimap-request-rename-group): Select group read-only
253         before renaming it.
254
255         * shr.el (shr-insert): Fix up the white space only regexp.
256
257         * nnimap.el (nnimap-transform-split-mail): Not all articles have
258         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
259
260         * shr.el (shr-current-column): New function.
261         (shr-find-fill-point): New function.
262
263 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
264
265         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
266         numbers.
267
268 2010-10-11  Julien Danjou  <julien@danjou.info>
269
270         * shr.el (shr-hr-line): Add.
271         (shr-tag-hr): Use shr-hr-line to specify which character to use to
272         display hr lines.
273         (shr-max-columns): Do not change state to nil if we just inserting
274         spaces.
275
276 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-topic.el (gnus-topic-read-group): If after the last group,
279         select the last group.
280
281 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
284
285 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
286
287         * dig.el (dig-mode-map): Declare and define in one step.
288
289 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
292         for Gnus.
293         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
294         (nnimap-update-qresync-info): Mark \Seen articles as read.
295
296         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
297         non-variable, too.
298
299         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
300         available.
301         (nnimap-update-info): Rely more on the current active than the param
302         active to avoid marking articles as read too much.
303
304         * auth-source.el (auth-source-create): Use (user-login-name) for the
305         user name default.
306
307         * nnimap.el (nnimap-update-info): If the server doesn't return any
308         useful info, just use the previous info.
309         (nnimap-update-info): Prefer old info over start-article.
310         (nnimap-update-qresync-info): Finish implementing QRESYNC.
311
312 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
313
314         * nnir.el (autoload): Clean up autoloads.
315         (nnir-imap-default-search-key): Renamed from
316         nnir-imap-search-field. Use key rather than value.
317         (nnir-imap-search-other): New variable.
318         (nnir-read-parm): Use it.
319         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
320         (gnus-summary-nnir-goto-thread): Modify to work with imap.
321
322 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
323
324         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
325         the process, too.
326
327 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
330         Allbery.
331
332         * shr.el: Rework the way things are indented by <li> slightly.
333
334         * gnus.el (gnus-group-set-parameter): Fix typo.
335
336         * nnimap.el: Start implementing QRESYNC support.
337
338 2010-10-09  Julien Danjou  <julien@danjou.info>
339
340         * nnir.el (nnir-engines): Fix too many arguments.
341
342 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
345         group is the "last", so that the backends like nnfolder actually save
346         their folders.
347
348         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
349         try to use that for the tls stream.
350         (nnimap-retrieve-group-data-early): Rework the marks code to heed
351         UIDVALIDITY and find out which groups are read-only and not.
352         (nnimap-get-flags): Use the same marks parsing code as the rest of
353         nnimap.
354
355 2010-10-09  Julien Danjou  <julien@danjou.info>
356
357         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
358
359         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
360         retrieving gravatars.
361
362         * shr.el (shr-table-corner): Add.
363         (shr-table-line): Add.
364         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
365
366 2010-10-08  Julien Danjou  <julien@danjou.info>
367
368         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
369
370 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
373
374         * gnus-sum.el (gnus-mark-article-as-unread)
375         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
376         (gnus-summary-set-bookmark): Use it.
377
378         * gnus-msg.el (gnus-setup-message): Use it.
379
380         * gnus-demon.el (gnus-demon-remove-handler): Use it.
381
382         * gnus.el (gnus-group-remove-parameter): Use it.
383
384         * gnus-group.el (gnus-group-make-web-group): Use it.
385
386         * gnus-demon.el (gnus-demon-remove-handler): Use it.
387
388         * nnregistry.el: Update docs to mention manual.
389
390         * gnus-registry.el: Update docs to mention nnregistry.el.
391         (gnus-registry-initialize): Don't install nnregistry refer method
392         automatically.
393         (gnus-registry-install-nnregistry): Remove it.
394
395 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * shr.el (shr-insert): Don't insert double spaces.
398
399 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-gravatar.el (gnus-treat-from-gravatar)
402         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
403         called interactively.
404
405         * gnus-art.el (gnus-mime-view-part-externally)
406         (gnus-mime-view-part-internally): Make predicate function passed to
407         gnus-mime-view-part-as-type assume argument is a mime type, not a list
408         of a mime type.
409
410         * shr.el (shr-table-widths): Don't use cl function `reduce'.
411
412 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (require): Require cl when compiling.
415         (shr-tag-hr): New function.
416
417         * nnimap.el (nnimap-update-info): Remove double setting of high.
418         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
419         makes nnimap work properly on Courier again.
420
421         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
422         the variable for backwards compatability.
423
424         * mm-decode.el (mm-save-part): If given a non-directory result, expand
425         the file name before using to avoid setting mm-default-directory to
426         nil.
427
428         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
429         bidning gnus-agent variables.
430
431         * shr.el (shr-render-td): Use a cache for the table rendering function
432         to avoid getting an exponential rendering behaviour in nested tables.
433         (shr-insert): Rework the line-breaking algorithm.
434         (shr-insert): Don't leave trailing spaces.
435         (shr-insert-table): Also insert empty TDs.
436         (shr-tag-blockquote): Ensure paragraphs after </ul>.
437
438 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
439
440         * gnus-sum.el (gnus-number): Rename from `number'.
441         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
442         (gnus-summary-limit-children): Update uses correspondingly.
443
444 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
447         (gnus-gravatar-transform-address): Don't show avatars of people of
448         which mail addresses match gnus-gravatar-too-ugly.
449
450 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * shr.el (shr-table-widths): Expand TD elements to fill available
453         space.
454
455 2010-10-07  Julien Danjou  <julien@danjou.info>
456
457         * nnimap.el (nnimap-request-rename-group): Add this method.
458
459 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
462         name from XEmacs' function-arglist.
463
464         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
465         gravatar under XEmacs.
466
467 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * auth-source.el: Update docs with TODO items.
470
471         * gnus-sync.el: Update docs to explain state and plans.
472
473         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
474         Hooks for mark updates.
475         (gnus-request-set-mark, gnus-request-update-mark): Use them.
476
477         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
478         hooks with arguments, which is needed for mark update hooks.
479
480 2010-10-06  Julien Danjou  <julien@danjou.info>
481
482         * gnus.el (gnus-expand-group-parameter): Only return and act on what
483         was matched.
484
485         * sieve-manage.el: Update example in `Commentary'.
486
487         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
488
489         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
490         not 2000.
491         (sieve-manage-authenticate): Re-add function.
492
493 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-insert): Get 'space transition right.
496         (shr-render-td): Only delete space at the end of the TD.
497
498         * nnimap.el (nnimap-open-connection): Prepare to support
499         open-gnutls-stream.
500
501         * shr.el: Rearrange function order to be more logical.
502
503 2010-10-06  Julien Danjou  <julien@danjou.info>
504
505         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
506         (nnrss-discover-feed): Remove 404 URL in docstring.
507
508         * nnir.el: Fix Swish-E URL.
509         Fix Namazu URL.
510
511         * message.el (message-change-subject): Remove 404 URL in a comment.
512
513 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
516         called interactively.
517
518         * gnus-util.el (gnus-remove-if): Allow hash table.
519         (gnus-remove-if-not): New function.
520
521         * gnus-art.el (gnus-mime-view-part-as-type)
522         * gnus-score.el (gnus-summary-score-effect)
523         * gnus-sum.el (gnus-read-move-group-name):
524         Replace remove-if-not with gnus-remove-if-not.
525
526         * gnus-group.el (gnus-group-completing-read):
527         Regard collection as a hash table if it is not a list.
528
529 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * shr.el (shr-render-td): Allow blank/missing <TD>s.
532
533         * shr.el: Document the table-rendering algorithm.
534
535 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
538         for Emacsen having no `libxml-parse-html-region' support.
539
540 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
543         invalid URLs.
544
545         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
546         line-broken.
547         (shr-tag-img): Ignore image fetching errors.
548         (shr-overlays-in-region): Compute overlay positions correctly.
549
550         * mm-decode.el (mm-shr): Require shr.
551
552         * gnus-art.el (gnus-blocked-images): Move variable here.
553
554         * shr.el (shr-insert-table): Bind free variable.
555
556         * mm-decode.el (mm-shr): Bind shr-content-function.
557
558         * shr.el (shr-content-function): New variable.
559
560         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
561         added for symmetry.
562
563         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
564
565         * gnus-group.el (gnus-group-make-group): Doc fix.
566
567         * nnimap.el (nnimap-request-newgroups): Return success.
568
569         * shr.el (shr-find-elements): New function.
570         (shr-tag-table): Put all the images after the table.
571         (shr-tag-table): Really inhibit images inside the table.
572         (shr-collect-overlays): Copy over overlays from the TD elements to the
573         main document.
574
575         * mm-decode.el (mm-shr): Bind shr-blocked-images to
576         gnus-blocked-images.
577
578 2010-10-05  Julien Danjou  <julien@danjou.info>
579
580         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
581
582         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
583         (gnus-html-maximum-image-size): Add this function.
584         (gnus-html-put-image): Use gnus-html-maximum-image-size.
585
586         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
587         server-value of the capability is nil.
588
589 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * shr.el (shr-tag-em): Add <EM> tag.
592
593 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
594
595         * sieve-manage.el (sieve-manage-default-stream): Make default stream
596         customizable.
597
598         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
599         handing broken links to browse-url.
600
601 2010-10-05  Julien Danjou  <julien@danjou.info>
602
603         * gnus-util.el (gnus-emacs-completing-read)
604         (gnus-iswitchb-completing-read): Use autoload rather than require.
605
606 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
609         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
610         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
611         iswitchb-temp-buflist for XEmacs.
612
613         * gnus-util.el (gnus-completing-read-function): Exclude
614         gnus-icompleting-read and gnus-ido-completing-read from candidates for
615         XEmacs since iswitchb.el is very old and ido.el is unavailable in
616         XEmacs.
617
618         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
619         not to use `delete-dups' that is unavailable in XEmacs 21.4.
620
621         * gnus-html.el: Don't require help-fns under XEmacs.
622         (gnus-html-schedule-image-fetching): Work for XEmacs.
623
624         * mm-decode.el (mm-shr): Decode contents by charset.
625
626 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
629         unknown.
630
631         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
632         (shr-get-image-data): Ensure against the cache file missing.
633
634         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
635         for data.
636
637         * spam-report.el (spam-report-url-ping-plain): Don't query about
638         killing the process.
639
640         * shr.el (shr-render-td): Protect against too-wide text.
641
642 2010-10-04  Julien Danjou  <julien@danjou.info>
643
644         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
645         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
646
647         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
648         retrieved.
649
650 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * shr.el (browse-url): Required.
653         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
654         lines.
655         (shr-show-alt-text, shr-browse-image): New commands.
656         (shr-browse-url, shr-copy-url): New commands.
657
658         * gnus-sum.el (gnus-widen-article-window): New variable.
659         (gnus-summary-select-article-buffer): Use it.
660
661         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
662         without @ signs.
663
664 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
665
666         * nnir.el (nnir-run-imap): Remove spurious space in search string.
667
668 2010-10-04  Julien Danjou  <julien@danjou.info>
669
670         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
671         for XEmacs.
672
673 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
676
677         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
678         (nnimap-close-server): Implement.
679
680         * dgnushack.el (iswitchb): Require to shut up the compiler.
681
682         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
683         (shr-insert): Tweak line breaking.
684         (shr-insert): Handle <pre> better.
685         (shr-tag-li): Get <li> indentation right.
686         (shr-tag-li): Get <li> indentation even righter.
687         (shr-tag-blockquote): Ensure paragraph start.
688         (shr-make-table): Tweak table generation.
689         (shr-make-table): Fix typo.
690
691         * shr.el: Implement table rendering.
692
693 2010-10-04  Julien Danjou  <julien@danjou.info>
694
695         * gnus-html.el (gnus-html-put-image): Fix resize image code.
696
697 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * shr.el (shr-insert): Use string anchors instead of line anchors.
700
701 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * shr.el: Add headings.
704         (shr-ensure-paragraph): Actually work.
705         (shr-tag-li): Make <ul> prettier.
706         (shr-insert): Get white space at the beginning/end of elements right.
707         (shr-tag-p): Collapse subsequent <p>s.
708         (shr-ensure-paragraph): Don't insert double line feeds after blank
709         lines.
710         (shr-insert): \t is also space.
711         (shr-tag-s): Fix "s" tag name function.
712         (shr-tag-s): Fix face prop name.
713
714 2010-10-03  Julien Danjou  <julien@danjou.info>
715
716         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
717
718         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
719         gnus-window-inside-pixel-edges.
720
721         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
722         gnus-ems.
723
724         * mm-view.el (mm-inline-image-emacs): Support image resizing.
725
726         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
727         function.
728
729         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
730         resize choice.
731
732 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
735         beginning of the buffer.
736
737         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
738         article buffer again.
739
740         * shr.el (shr-tag-p): Don't insert newlines at the start of the
741         buffer.
742
743         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
744         when it's at the start of the buffer.
745
746         * shr.el (shr-tag-blockquote): Convert name.
747         (shr-rescale-image): Use the right image-size variant.
748
749         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
750         buffer isn't shown, then select the current article first instead of
751         bugging out.
752         (gnus-summary-select-article-buffer): Show both the article and summary
753         buffers again.
754
755         * shr.el (shr-fontize-cont): Protect against regions with no text.
756         Rename tag functions to shr-tag-* for enhanced security.
757         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
758
759 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
760
761         * shr.el (shr-insert):
762         * pop3.el (pop3-movemail):
763         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
764         loaded.
765
766 2010-10-03  Glenn Morris  <rgm@gnu.org>
767
768         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
769
770         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
771
772         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
773
774         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
775
776         * gnus-util.el (gnus-make-local-hook): Simplify.
777
778 2010-10-02  Julien Danjou  <julien@danjou.info>
779
780         * gnus-util.el (gnus-iswitchb-completing-read): New function.
781         (gnus-ido-completing-read): New function.
782         (gnus-emacs-completing-read): New function.
783         (gnus-completing-read): Use gnus-completing-read-function.
784         Add gnus-completing-read-function.
785
786 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-insert-document): Autoload.
789         (shr-img): Be silent.
790         (shr-insert): Add a newline after every picture before text.
791         (shr-add-font): Use overlays for combining faces.
792         (shr-insert): Pass upwards the text start point.
793
794         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
795         possible.
796         (mm-shr): New function.
797
798 2010-10-02  Julien Danjou  <julien@danjou.info>
799
800         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
801         should go backward.
802
803 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
804
805         * shr.el (shr): Fix typo in provide call.
806
807 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el: New file.
810
811         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
812
813         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
814         completing read.
815
816 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
819         we're being queried about.  Suggested by Dan Jacobson.
820
821         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
822         by Jason Eisner.
823
824         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
825         table, too.  Suggested by Stefan Wiens.
826         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
827         the table unnecessary.  Suggested by Stefan Wiens.
828
829         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
830         longer needed, and probably doesn't work either, as pointed out by
831         Stefan Wiens.
832         (gnus-summary-exit): Remove call to the clearing function.
833         (gnus-summary-exit-no-update): Ditto.
834
835         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
836         instead of gnus-eval-in-buffer-window to avoid popping up frames.
837         Reported by Stefan Monnier.
838         (gnus-summary-save-in-rmail): Ditto.
839
840         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
841         article buffer, instead of both the article buffer and the summary
842         buffer.  Sort of suggested by Dan Jacobson.
843
844         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
845
846         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
847         Suggested by Dan Jacobson.
848
849         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
850         documentation clearer.
851
852         * message.el (message-shorten-references): Comment on the number "21".
853         Suggested by Stefan Monnier.
854
855         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
856         Suggested by Dan Jacobson.
857
858         * gnus.el (gnus-large-newsgroup): Mention
859         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
860
861         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
862         externalize attachments.  Bug reported by Steve Wen.
863
864         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
865         really message anything to the user.
866
867         * nnmail.el (nnmail-article-group): Allow using the fancy split method
868         directly.
869
870         * nnimap.el (nnimap-request-group): Low higher than high to signal no
871         messages in empty groups.
872
873 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
874
875         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
876         non-UIDNEXT group.
877
878 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
881         not the value from the collection.
882
883         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
884         values.  This sometimes happens on some groups that have no info.
885         (nnimap-request-newgroups): New function.
886
887 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
890         check into `gnus-registry-initialize'.
891         (gnus-registry-initialize): Ditto.
892         Fix and extend header docs.
893
894 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
897         regexp backtrace overflows.
898
899         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
900         for starttls that tls.el implements; i.e. openssl.
901
902         * tls.el (tls-starttls-switches): Give up on using starttls with
903         gnutls-cli.
904         (tls-program): Add --insecure to be consistent with the defaults from
905         openssl s_client.  Now all three commands are insecure.
906
907 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * lpath.el: Bind completion-styles-alist for XEmacs.
910
911         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
912         (gravatar-create-image): New function that's an alias to
913         gnus-xmas-create-image, gnus-create-image, or create-image.
914         (gravatar-data->image): Use it.
915
916 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
919         install the nnregistry refer method.
920         (gnus-registry-install-hooks): Use it.
921         (gnus-registry-unfollowed-groups): Add nnmairix to the default
922         unfollowed groups.
923
924 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
925
926         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
927         expanding threads.
928
929 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * nnir.el: Use the server names without suffixes (bug #7009).
932
933         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
934         unencrypted to STARTTLS, if possible.
935
936 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
937
938         * message.el (message-ignored-supersedes-headers): Strip Injection-*
939         headers before superseding.
940
941 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nnrss.el (nnrss-use-local): Add documentation.
944
945         * nnimap.el (nnimap-extend-tls-programs): New function.
946         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
947         (nnimap-wait-for-connection): Accept the greeting from the stupid
948         output from openssl s_client -starttls, too.
949
950         * tls.el (tls-starttls-switches): New variable.
951         (tls-find-starttls-argument): Use it.
952         (open-tls-stream): Ditto.
953
954         * netrc.el (netrc-credentials): Return the value of the "default"
955         entry.
956         (netrc-machine): Ditto.
957
958         * nnimap.el (nnimap-find-article-by-message-id): Really return the
959         article number.
960         (nnimap-split-fancy): New variable.
961         (nnimap-split-incoming-mail): Use it.
962
963         * nntp.el (nntp-server-list-active-group): Document.
964
965         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
966         SELECT to get the message-id.
967
968         * mail-source.el (mail-sources): Removed webmail support.
969         (defvar): Ditto.
970         (mail-source-fetcher-alist): Ditto.
971         (mail-source-fetch-webmail): Removed.
972
973         * webmail.el: Removed -- doesn't seem relevant any more.
974
975         * gnus.el: Fix up make-obsolete-variable declarations throughout.
976
977         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
978         the \r.
979
980 2010-09-30  Julien Danjou  <julien@danjou.info>
981
982         * gnus-agent.el (gnus-agent-add-group): Fix call to
983         gnus-completing-read.
984
985 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nndoc.el (nndoc-retrieve-groups): New function.
988
989         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
990         `default', use nnmail-split-methods.
991         (nnimap-request-article): Downcase the NILs so that they are nil.
992
993         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
994         symbol.
995
996         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
997         code, since if the user has requested network, that's what they ought
998         to get.
999         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1000         (nnimap-split-rule): Mark as obsolete.
1001
1002         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1003         variable.
1004
1005         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1006         correct slot, too.
1007
1008 2010-09-29  Julien Danjou  <julien@danjou.info>
1009
1010         * gnus.el (gnus-local-domain): Declare variable obsolete.
1011
1012         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1013         computing.
1014         (gnus-ido-completing-read): Require ido.
1015
1016 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1019         build Gnus.
1020
1021         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1022         when interpreting the structures.
1023         (nnimap-request-accept-article): Add \r\n to the lines to make this
1024         work with Cyrus.
1025
1026         * nndraft.el (nndraft-request-expire-articles): Use the group name
1027         instead if "nndraft".  Fix found by Nils Ackermann.
1028
1029 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1030
1031         * nnregistry.el: Added.
1032
1033 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1034
1035         * nnmail.el (group, group-art-list, group-art):
1036         Remove unneeded directives.
1037
1038 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1041         (mm-mime-charset)
1042         * rfc2047.el (rfc2047-syntax-table)
1043         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1044
1045         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1046         rather than `insert-file-contents' and `eval-region'.
1047
1048         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1049         construction.
1050
1051         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1052
1053         * time-date.el: No need to require cl for Emacs 21.
1054
1055 2010-09-29  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1058         replacement of `gnus-gravatar-relief' to mimic
1059         `gnus-faces-properties-alist'.
1060         Add :version property.
1061
1062 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * mail-source.el (mail-source-report-new-mail)
1065         * message.el (message-default-mail-headers)
1066         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1067
1068         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1069
1070 2010-09-28  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1073         mail-address contains the same string as real-name.
1074
1075         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1076         non-blank in header, otherwise it'll get stripped.
1077
1078         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1079         real-name, and then for mail address rather than doing : or , search.
1080
1081 2010-09-27  Julien Danjou  <julien@danjou.info>
1082
1083         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1084         (gnus-server-goto-server): Use gnus-completing-read.
1085
1086         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1087
1088         * mm-util.el (defalias): Use gnus-completing-read.
1089         (mm-codepage-setup): Use gnus-completing-read.
1090
1091         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1092         (smime-decrypt-buffer): Use gnus-completing-read.
1093
1094         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1095
1096         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1097         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1098         (mml-insert-multipart): Use gnus-completing-read.
1099
1100         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1101
1102         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1103
1104         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1105
1106         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1107
1108         * gnus.el (gnus-read-method): Use gnus-completing-read.
1109
1110         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1111
1112         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1113         (gnus-mime-action-on-part): Use gnus-completing-read.
1114         (gnus-article-encrypt-body): Use gnus-completing-read.
1115
1116         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1117         (gnus-topic-move-matching): Use gnus-completing-read.
1118         (gnus-topic-copy-matching): Use gnus-completing-read.
1119         (gnus-topic-sort-topics): Use gnus-completing-read.
1120         (gnus-topic-move): Use gnus-completing-read.
1121
1122         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1123         (gnus-agent-add-group): Use gnus-completing-read.
1124
1125         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1126         gnus-completing-read.
1127         (nnmairix-update-groups): Use gnus-completing-read.
1128         (nnmairix-get-server): Use gnus-completing-read.
1129         (nnmairix-backend-to-server): Use gnus-completing-read.
1130         (nnmairix-goto-original-article): Use gnus-completing-read.
1131         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1132
1133         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1134
1135         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1136         (gnus-group-make-useful-group): Use gnus-completing-read.
1137         (gnus-group-make-web-group): Use gnus-completing-read.
1138         (gnus-group-add-to-virtual): Use gnus-completing-read.
1139         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1140
1141         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1142         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1143         (gnus-summary-execute-command): Use gnus-completing-read.
1144         (gnus-summary-respool-article): Use gnus-completing-read.
1145         (gnus-read-move-group-name): Use gnus-completing-read.
1146
1147         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1148         (gnus-summary-score-effect): Use gnus-completing-read.
1149
1150         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1151
1152         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1153         right completing-read function.
1154         (gnus-use-ido): New variable
1155         (gnus-completing-read-with-default): Remove.
1156
1157 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1160         x-focus-frame.
1161
1162         * nnimap.el (auth-source-forget-user-or-password)
1163         (auth-source-user-or-password): Autoload.
1164
1165         * message.el (message-from-style, message-interactive)
1166         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1167         (message-yank-prefix, message-indentation-spaces, message-signature)
1168         (message-signature-file): Add comment.
1169
1170 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1173         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1174         new articles.
1175
1176         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1177         parts.
1178         (nnimap-request-article): Work with the t setting, too.
1179
1180         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1181         that you don't get flashes of other buffers.
1182         (gnus-summary-show-complete-article): Intern before setting.
1183
1184 2010-09-27  David Engster  <dengste@eml.cc>
1185
1186         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1187         well as HEADERS.
1188         (nnmairix-retrieve-headers): Provide new argument for the above.
1189
1190 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-sum.el (gnus-summary-move-article): Don't alter
1193         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1194         group.
1195
1196         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1197
1198         * message.el (message-cite-prefix-regexp): Revert my last edit.
1199
1200         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1201         variable instead of the Gnus variable.
1202
1203         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1204
1205         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1206         again.
1207
1208         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1209         since some servers don't like it.
1210         (nnimap-open-connection): Forget credentials if the server says the
1211         password was wrong.
1212         (nnimap-parse-line): Protect against invalid data.
1213
1214         * gnus-sum.el (gnus-summary-move-article): Add comment.
1215         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1216         nothing alters it while scanning for new messages.
1217
1218         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1219         which may or may not help.
1220         (nnimap-open-connection): If we're doing a stream connection, and then
1221         discover we're on a STARTTLS-capable server, then open a STARTTLS
1222         connection instead.
1223
1224 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * nnimap.el (utf7): Required.
1227
1228         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1229         prefix.
1230
1231 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1232
1233         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1234
1235 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * nnimap.el (nnimap-request-accept-article): Message the error on
1238         error.
1239
1240 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1243
1244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nndoc.el (nndoc-request-list): Return success always.
1247
1248         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1249         `fetch-old' -- we only want to fetch the articles we've requested.  The
1250         rest are in the agent, probably.
1251         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1252         disappeared server" to something low.  It's not important.
1253
1254         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1255         arrived before the FETCH data.
1256
1257         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1258         target here, because we don't know the Gnus name of the group.
1259
1260         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1261         for the correct group.
1262
1263         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1264
1265         * gnus.el (gnus): Give a final warning after startup.
1266
1267         * gnus-util.el (gnus-action-message-log): New variable.
1268         (gnus-message): Use it.
1269         (gnus-final-warning): New function.
1270
1271         * nnimap.el (nnimap-open-connection): Record the greeting.
1272         (nnimap): Add greeting.
1273
1274 2010-09-26  Julien Danjou  <julien@danjou.info>
1275
1276         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1277         arguments.
1278         (gnus-html-wash-images): Fix spec computing to include start/end.
1279
1280         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1281
1282 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1285         deletion.
1286         (nnimap-retrieve-headers): Don't select the group, because that's
1287         already done by nnimap-possibly-change-group.
1288
1289         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1290         (gnus-picon-transform-address): Use it.
1291
1292         * mail-source.el (mail-source-value): Revert previous patch.
1293
1294         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1295         on failure.
1296         (nnimap-open-connection): Look up both virtual and physical server name
1297         credentials.
1298
1299         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1300
1301 2009-02-07  Dave Love  <fx@gnu.org>
1302
1303         * tls.el (open-tls-stream): Don't query killing process.
1304
1305 2009-02-08  Dave Love  <fx@gnu.org>
1306
1307         * gnus-win.el (gnus-window-to-buffer-helper,
1308         gnus-all-windows-visible-p): Function needn't be a symbol.
1309
1310         * mail-source.el (mail-source-value): Function needn't be a symbol.
1311
1312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * message.el (message-cite-prefix-regexp): Remove } from the cite
1315         prefix.
1316
1317         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1318         highlight again, so that the highlight is correct.
1319
1320         * gnus-picon.el (gnus-picon): Remove again.
1321         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1322
1323         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1324         doing the header highlightling, so that the background colour of the
1325         picon is correct.
1326
1327         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1328         (gnus-picon): Ditto.
1329         (gnus-picon): Reinstate.  The background colour for picons is white.
1330         (gnus-picon-insert-glyph): Make the background white.
1331
1332         * nnml.el (nnml-open-nov): Don't return dead buffers.
1333
1334         * auth-source.el (auth-source-create): Query the user for whether to
1335         store the credentials.
1336
1337         * netrc.el (netrc-store-data): New function.
1338
1339         * auth-source.el (auth-source-user-or-password): Use the existing auth
1340         sources, if any, for creation.
1341
1342         * gnus.el (gnus-group-fast-parameter): Return the last matching
1343         parameter instead of the first matching parameter.
1344
1345 2010-09-26  Julien Danjou  <julien@danjou.info>
1346
1347         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1348
1349 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * mml2015.el (mml2015-use): Remove gpg support.
1352
1353         * mml1991.el (mml1991-function-alist): Remove gpg function.
1354         (mml1991-gpg-sign): Removed.
1355
1356 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1357
1358         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1359         (gnus-browse-unsubscribe-current-group): Document it.
1360         (gnus-browse-unsubscribe-group): Use it.
1361
1362 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1365         address to the To list for easier response.
1366
1367         * gnus.el (gnus-play-startup-jingle): Removed.
1368         (gnus-splash): Don't play jingle.
1369         (gnus): Silence gnus-load message.
1370
1371         * gnus-art.el (gnus-treat-play-sounds): Removed.
1372
1373         * gnus.el (gnus-play-jingle): Remove audio support.
1374
1375         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1376
1377         * earcon.el: Removed -- no users.
1378
1379         * gnus-audio.el: Removed -- no users of this package.
1380
1381         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1382
1383         * gnus-start.el (gnus-setup-news): Remove nocem support.
1384
1385         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1386
1387         * gnus.el (gnus-use-nocem): Removed.
1388
1389         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1390         Removed.
1391
1392         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1393         uses NoCeM any more.
1394
1395         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1396         (gnus-button-ctan-handler): Ditto.
1397         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1398         (gnus-button-ctan-directory-regexp): Ditto.
1399         (gnus-button-handle-ctan): Ditto.
1400         (gnus-button-tex-level): Ditto.
1401         (gnus-button-alist): Removed CTAN stuff.
1402
1403 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1406         nnimap-streaming test.
1407
1408         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1409         servers twice.
1410
1411         * nnimap.el (nnimap-open-connection): Add more error reporting when
1412         nnimap fails early.
1413
1414         * nnheader.el (nnheader-get-report-string): New function.
1415         (nnheader-get-report): Use it.
1416
1417         * gnus-int.el (gnus-check-server): Say what the error was when opening
1418         failed.
1419
1420         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1421         using streaming.
1422
1423 2010-09-25  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1426         gnus-window-inside-pixel-edges.
1427
1428 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1431
1432         * mm-decode.el (mm-save-part): Allow saving to other directories the
1433         normal Emacs way.
1434
1435         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1436         by Jay Berkenbilt.
1437
1438         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1439         there isn't a single byte.
1440
1441         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1442         just do it.  It doesn't really seem to matter what the user responds
1443         here, I think, so it's just a confusing question.
1444
1445         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1446         non-streaming case.
1447
1448         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1449         (gnus-article-encrypt-body): Use it.
1450
1451         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1452         keystroke.
1453
1454         * nnimap.el (nnimap-find-wanted-parts-1): Use
1455         gnus-fetch-partial-articles.
1456
1457         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1458
1459         * nnimap.el (nnimap-insert-partial-structure): New function.
1460         (nnimap-get-partial-article): New function.
1461         (nnimap-request-article): Use it.
1462         (nnimap-wait-for-response): Return whether the wait was successful.
1463         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1464         retrieval wasn't successful.
1465         (nnimap-retrieve-group-data-early): Allow throttling servers.
1466         (nnimap-streaming): New variable.
1467         (nnimap-fetch-partial-articles): Removed.
1468
1469         * mm-decode.el (mm-with-part): Protect against killed buffers.
1470
1471         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1472         for prettier summary display.
1473
1474 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1475
1476         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1477         directly.
1478
1479 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1482         apparently third-party libraries depend on it.
1483
1484         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1485         before starting negotiation.
1486
1487         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1488         privacy reasons.
1489         (gnus-treat-mail-gravatar): Ditto.
1490
1491         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1492         buffer when inserting images.  Inserting text into the headers, for
1493         instance, can make them invalid.
1494
1495 2010-09-25  Julien Danjou  <julien@danjou.info>
1496
1497         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1498         variables.
1499
1500         * nnheader.el: Remove useless variables news-reply-yank-from and
1501         news-reply-yank-message-id.
1502
1503         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1504         variables.
1505
1506         * mml1991.el: Remove useless mml1991-verbose.
1507
1508         * gnus.el: Remove useless variable gnus-use-generic-from.
1509         Remove obsolete variable gnus-topic-indentation.
1510
1511         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1512
1513         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1514
1515         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1516
1517         * gnus-group.el: Remove useless gnus-group-icon-cache.
1518         Remove useless gnus-ephemeral-group-server.
1519
1520         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1521
1522         * mml2015.el: Remove useless mml2015-verbose.
1523
1524         * mml-smime.el: Remove useless mml-smime-verbose.
1525
1526         * gnus.el: Remove useless gnus-local-domain.
1527
1528         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1529         gnus-gravatar-size.
1530
1531         * gnus-art.el: Remove useless gnus-treat-translate.
1532
1533 2010-09-24  Julien Danjou  <julien@danjou.info>
1534
1535         * gnus-sum.el: Add support for Gravatars.
1536
1537         * gnus-art.el: Add support for Gravatars.
1538
1539         * gnus-gravatar.el: Add this file.
1540
1541         * gravatar.el: Add this file.
1542
1543 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1546
1547         * gnus-group.el (gnus-group-fetch-faq): Removed.
1548
1549         * gnus.el (gnus-group-faq-directory): Removed.
1550
1551         * gnus-group.el (gnus-group-fetch-charter): Removed.
1552
1553         * gnus.el (gnus-group-charter-alist): Removed.
1554
1555         * gnus-group.el (gnus-group-archive-directory): Removed.
1556         (gnus-group-recent-archive-directory): Ditto.
1557         (gnus-group-make-archive-group): Removed.
1558
1559         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1560
1561         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1562         use the same article number for all the cached articles.
1563
1564         * nnimap.el (nnimap-command): Register the last command time so
1565         that we can use it for idling NOOPs.
1566         (nnimap-open-connection): Start the keeplive timer.
1567         (nnimap-make-process-buffer): Store all the process buffers.
1568         (nnimap-keepalive): New function.
1569
1570         * starttls.el: (starttls-open-stream): Add autoload cookie.
1571
1572 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1573
1574         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1575         handling.
1576
1577 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1580         its data structures.
1581
1582         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1583         instead of the cl.el copy-list.
1584         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1585         equalp.
1586
1587 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1590         and tool-bar-local-item-from-menu.
1591
1592         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1593         mode-line-highlight face for Emacs.
1594
1595         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1596         loading gnus-sum.elc; fix comment for canlock-verify.
1597         (gnus-article-jump-to-part): Use read-number.
1598         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1599         Emacs pre-21 compatible code for help-echo.
1600         (gnus-article-next-page-1): No need to adjust the number of lines.
1601         (gnus-article-describe-bindings): Always use help-buffer.
1602
1603         * gnus-audio.el (gnus-audio-inline-sound)
1604         * gnus-cus.el (gnus-custom-mode)
1605         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1606
1607         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1608
1609         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1610         compatible code.
1611
1612 2010-09-24  Glenn Morris  <rgm@gnu.org>
1613
1614         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1615         visiting the fcc file in rmail-mode.
1616
1617         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1618
1619 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * nnir.el: Silence the byte compiler.
1622
1623         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1624         alias to browse-url-url-encode-chars if any.
1625         (gnus-html-encode-url): Use it.
1626
1627 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-start.el (gnus-use-backend-marks): New variable.
1630         (gnus-get-unread-articles-in-group): Use it.
1631
1632         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1633         makeover.
1634
1635 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1638
1639 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1642         Removed.
1643         (gnus-setup-news-hook): Removed
1644         gnus-fixup-nnimap-unread-after-getting-new-news.
1645
1646         * gnus-int.el (gnus-request-update-info): Protect against backends not
1647         having the function.
1648
1649         * nnimap.el (nnimap-stream): Mention starttls.
1650         (nnimap-open-connection): Add starttls support.
1651
1652 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1653
1654         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1655
1656 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1659         BODYSTRUCTUREs.
1660         (nnimap-transform-headers): Unfold quoted {42} headers.
1661
1662         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1663         the info.
1664         (gnus-get-unread-articles): Only call updatep on backends that support
1665         it.
1666
1667         * nnweb.el (nnweb-request-update-info): NOOP.
1668
1669         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1670
1671         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1672         since it only deals with marks.
1673
1674         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1675         gnus-request-marks, and make a new gnus-request-update-info.
1676
1677         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1678         the active instead of the high number, which is usually too low.
1679
1680 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1681
1682         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1683         * encrypt.el: Removed.
1684
1685 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1688         server in symbolic form.
1689
1690         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1691         0.9.
1692
1693 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1696         (nnimap-update-info): Fix up code slightly.
1697
1698         * gnus-int.el (gnus-open-server): Add tracing for performance
1699         debugging.
1700
1701         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1702         (gnus-group-insert-group-line): Pass the real group name so that it
1703         gets the right data.
1704
1705         * gnus-start.el (gnus-get-unread-articles): Don't have
1706         `gnus-get-unread-articles-in-group' update info, since that can be
1707         really slow and doesn't seem to be needed?
1708
1709 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1710
1711         * time-date.el (date-to-time): Try using parse-time-string first before
1712         using the slower timezone-make-date-arpa-standard.
1713
1714 2010-09-22  Julien Danjou  <julien@danjou.info>
1715
1716         * gnus-group.el (gnus-group-insert-group-line): Call
1717         gnus-group-highlight-line.
1718         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1719         default hook list.
1720         (gnus-group-update-eval-form): Add new function.
1721         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1722         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1723
1724 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1727         immediate, then expire all articles.
1728         (nnimap-update-info): Fix off-by-one errors.
1729         (nnimap-flags-to-marks): Would return no marks lists for group with no
1730         flags.  Instead return the other data.
1731
1732 2010-09-22  Julien Danjou  <julien@danjou.info>
1733
1734         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1735         Only return an icon.
1736         (gnus-group-insert-group-line): Compute icon to return.
1737
1738         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1739         variable.
1740         (gnus-html-image-fetched): Only cache if
1741         gnus-html-image-automatic-caching is set.
1742         (gnus-html-image-fetched): Check for errors.
1743
1744 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1747         once per method on `g'.  This ensures that backends like nnfolder don't
1748         open all their folders.
1749
1750         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1751         (nnimap-request-list): Nix out group in the correct buffer.
1752         (nnimap-parse-flags): Implement by using `read' instead of
1753         hand-parsing.
1754         (nnimap-flags-to-marks): Pass on permanent-flags.
1755         (nnimap-make-process-buffer): Record the server name.
1756         (nnimap-parse-flags): Fix typo.
1757         (nnimap-request-scan): Run split on the server in general, not just a
1758         single group.
1759
1760         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1761         parameter, and propagate this downwards.
1762
1763         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1764         since EXAMINE changes it on the server.
1765
1766         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1767         this command might take a while.
1768
1769 2010-09-22  Julien Danjou  <julien@danjou.info>
1770
1771         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1772         harmful if you have 2 images side-by-side, they can't be properly
1773         update on text deletion.  Using text-property is safer here.
1774         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1775         data.
1776
1777 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * nnimap.el (nnimap-expunge-inbox): Removed.
1780         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1781         (nnimap-expunge): Flip default to t.
1782
1783         * gnus.el (gnus-method-to-server): Don't push things to the cache
1784         unless it's unique.
1785         (gnus-server-to-method): Ditto.
1786
1787 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1790
1791 2010-09-22  Julien Danjou  <julien@danjou.info>
1792
1793         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1794         get the start of data.
1795         (gnus-html-encode-url): Add this function to encode special chars in
1796         URL.
1797         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1798         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1799
1800         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1801         default.
1802         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1803
1804         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1805         images alt-text.
1806         (gnus-html-put-image): Put alt-text as help-echo.
1807
1808 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1811         * mm-util.el (mm-decompress-buffer)
1812         * nnir.el (nnir-run-find-grep)
1813         * pop3.el (pop3-list): Use 3rd arg of split-string.
1814
1815         * time-date.el (format-seconds): Comment fix.
1816
1817         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1818         and byte-optimize-form-code-walker.
1819         (dgnushack-make-auto-load): Don't advise make-autoload.
1820
1821         * lpath.el: Remove Emacs 21 stuff.
1822
1823 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1826         outside the active range.  Suggested by Dan Christensen.
1827
1828         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1829         slightly later to avoid double-getting it.
1830
1831         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1832         previous patch.
1833
1834         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1835
1836 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1837
1838         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1839
1840 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-int.el (gnus-open-server): Give a better error message in the
1843         "go offline" case.
1844
1845         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1846         marks for nnimap, which is seldom the right thing to do.
1847
1848         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1849         (gnus-same-method-different-name): New function.
1850
1851         * nnimap.el (parse-time): Require.
1852
1853         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1854         method in the presence of many similar methods.
1855
1856         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1857
1858         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1859         nnml-inhibit-expiry.
1860
1861         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1862         find out whether methods are equal.
1863
1864         * nnimap.el (nnimap-find-expired-articles): New function.
1865         (nnimap-process-expiry-targets): New function.
1866         (nnimap-request-move-article): Request the article before looking at
1867         what the Message-ID is.  Fix found by Andrew Cohen.
1868         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1869
1870         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1871         for oldness in addition to being a predicate.
1872
1873         * nnimap.el (nnimap-request-group): When we have zero articles, return
1874         the right data to Gnus.
1875         (nnimap-request-expire-articles): Only delete articles immediately if
1876         the target is 'delete.
1877
1878         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1879         method, this would bug out.
1880
1881         * gnus-group.el (gnus-group-expunge-group): Renamed from
1882         gnus-group-nnimap-expunge, and implemented as a normal interface
1883         function.
1884
1885         * gnus-int.el (gnus-request-expunge-group): New function.
1886
1887         * nnimap.el (nnimap-request-create-group): Implement.
1888         (nnimap-request-expunge-group): New function.
1889
1890 2010-09-21  Julien Danjou  <julien@danjou.info>
1891
1892         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1893         (gnus-html-cache-expired): Add new function.
1894         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1895         wethever we should display image for fetch it.
1896         Compute alt-text earlier to pass it to the fetching function too.
1897         (gnus-html-schedule-image-fetching): Change function argument to only
1898         get one image at a time, not a list.
1899         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1900         cache.
1901         (gnus-html-get-image-data): New function to retrieve image data from
1902         cache.
1903         (gnus-html-put-image): Change buffer argument to use image data rather
1904         than file, and place image above region rather than inserting a new
1905         one. Do not take alt-text as argument, since it's useless now: we place
1906         the image above alt-text.
1907         (gnus-html-prune-cache): Remove.
1908         (gnus-html-show-images): Start to fetch image when we find one, do not
1909         push into a temporary list.
1910         (gnus-html-prefetch-images): Only fetch image if they have expired.
1911         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1912         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1913
1914 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1917
1918 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1921         spec inser "*" if the group isn't active instead of 0.
1922
1923         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1924         opening the server.
1925         (nnimap-request-delete-group): Implement group deletion.
1926         (nnimap-transform-headers): Return the size of the entire message in
1927         the Bytes header, not just the size of the first part.
1928         (nnimap-request-move-article): When moving an article from nnimap,
1929         request the article first so the accepting form has an article to
1930         accept.  Reported by Dan Christensen.
1931         (nnimap-command): Make sure that the error message doesn't error out.
1932
1933 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1934
1935         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1936         we haven't requested anything.
1937
1938 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1941         "".  Fix found by Andrew Cohen.
1942
1943         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1944         instead of -encode-string.
1945
1946 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1949
1950         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1951         by mm-subst-char-in-string.
1952
1953 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1956         waiting for the connection string.
1957
1958         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1959         arriving.
1960
1961         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1962         bogus characters.  This allows selecting certain Gmail groups.
1963
1964         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1965         (nnimap-fetch-partial-articles): New variable.
1966         (nnimap-open-connection): When looking for credentials, also use the
1967         nnimap-server-port.
1968         (nnimap-request-article): Return the group/article number, so that Gnus
1969         `^' works as expected.
1970         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1971         them.
1972
1973         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1974         comments.
1975         (gnus-methods-sloppily-equal): New function.
1976         (gnus): When using the development version of Gnus, load the gnus-load
1977         file.
1978
1979         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1980         `gnus-open-server' on each method before trying to scan them etc.  This
1981         ensures that all the backend parameters are set correctly.
1982
1983         * nnimap.el (nnimap-authenticator): New variable.
1984         (nnimap-open-connection): Allow anonymous login.
1985         (nnimap-transform-headers): The chars header is called Chars not
1986         Bytes.
1987         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1988         drops.
1989
1990         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1991         patch, found by Knut Anders Hatlen.
1992
1993 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1994
1995         * gnus-agent.el (gnus-agent-batch-confirmation)
1996         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1997         to gnus-message.
1998         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1999         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2000         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2001         * gnus-int.el (gnus-open-server): Likewise.
2002         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2003         (gnus-score-check-syntax): Likewise.
2004         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2005         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2006         Likewise.
2007         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2008
2009 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2012         calling conventions so that prefetch doesn't bug out.
2013
2014 2010-09-19  Julien Danjou  <julien@danjou.info>
2015
2016         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2017         rather than `subst-char-in-region' in order to be able to replace ASCII
2018         char by UTF-8 ones.
2019
2020         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2021         than curl.
2022         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2023         the right URL and ALT text on images.
2024         (gnus-html-wash-tags): Fix tag case.
2025         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2026         (gnus-article-html): Add -o display_ins_del=2 option.
2027         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2028
2029 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2032         the extra mail headers, which sometimes seem to happen for unknown
2033         reasons.
2034
2035         * mail-parse.el (mail-header-encode-parameter): Define as
2036         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2037         (or most, perhaps?) mail readers don't understand the latter, but do
2038         understand the former.
2039
2040         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2041         to nil, so that no methods are automatically agentized.  I think this
2042         is probably what most users want.
2043
2044         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2045         from url-retrieve, for instance about invalid URLs.
2046
2047         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2048         groups that have no articles.
2049         (nnimap-request-article): Check that we really got an article when we
2050         requested one.
2051
2052         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2053         doesn't exist.
2054
2055         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2056         nntp buffer so the agent can save it.
2057         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2058         that CRLF doesn't get translated to \n.
2059         (nnimap-open-connection): Don't make 'shell commands only send \n.
2060
2061 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2064         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2065         Update var name.
2066         (nnml-generate-nov-file): Use dolist.
2067         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2068         Use with-current-buffer.
2069
2070 2010-09-18  Julien Danjou  <julien@danjou.info>
2071
2072         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2073         parallel.
2074
2075 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2078         the range update right.
2079         (nnimap-request-group): Don't make `M-g' bug out on group with no
2080         marks.
2081         (nnoo): Required, so that other packages can require nnimap.
2082         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2083         command we're looking for.  This helps when the server sends more
2084         responses after we've gotten everything we expected.
2085         (nnimap): Add a `newlinep' field to keep track of end-of-line
2086         conventions.
2087         Don't send CRLF to things that don't want it.
2088         (nnimap-request-accept-article): Ditto.
2089
2090 2010-09-18  Julien Danjou  <julien@danjou.info>
2091
2092         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2093         than curl to retrieve images.
2094
2095 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2098         the marks.
2099         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2100         (nnimap-wait-for-connection): New function.
2101         (nnimap-open-connection): If we have PREAUTH, don't query for login
2102         credentials.
2103         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2104         when doing a partial update.
2105
2106 2010-09-18  Julien Danjou  <julien@danjou.info>
2107
2108         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2109         tags.
2110
2111 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * nnimap.el (nnimap-credentials): New function.
2114         (nnimap-open-connection): Use the new function to look for credentials
2115         also on the numeric equivalents of "imap" and "imaps".
2116
2117         * gnus-start.el (gnus-activate-group): Send the info to
2118         gnus-request-group.
2119
2120         * nnimap.el (nnimap-request-group): Have the "check" version of the
2121         function parse flags and update the info, so that a `M-g' get a total
2122         resync of all flags from the group.
2123
2124         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2125         to allow backends to alter the info on group selection.  Also alter all
2126         the backend -request-group functions to take the parameter.
2127
2128         * nnimap.el (nnimap-store-info): New function.
2129         (nnimap-update-info): Store the info for later usage.
2130         (nnimap-request-group): Use the stored info for the dont-check case, so
2131         that we don't retrieve all marks when we enter a group.
2132
2133         * nnimap.el: Use deffoo instead of defun for interface functions.
2134
2135         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2136         update the group info.  This makes the nndraft groups, for instance, go
2137         back to their old behaviour.
2138
2139         * gnus-sum.el (gnus-select-newsgroup): Indent.
2140
2141         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2142         in.
2143         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2144         nothing.
2145
2146         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2147         from methods that are denied.
2148
2149         * gnus-int.el (gnus-method-denied-p): New function.
2150
2151         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2152         store the password instead of netrc.
2153         (nnimap-open-connection): Don't error out when we can't make a
2154         connections.
2155
2156         * auth-source.el (auth-source-create): In the password prompt, say what
2157         we're querying for.  Also prompt for user name if that hasn't been
2158         given.
2159
2160         * nnimap.el (nnimap-with-process-buffer): Removed.
2161
2162 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2165         method when we're reading from the agent.
2166
2167         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2168
2169         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2170         that's probably most useful for users.
2171
2172         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2173         "failed" all the time.
2174
2175         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2176         ...)) with (with-current-buffer ... ).
2177
2178         * nntp.el (nntp-open-server): Return whether the open was successful or
2179         not.
2180
2181         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2182         select an unread unseen article first.
2183
2184         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2185         /etc/services, supply some sensible port defaults.
2186
2187         * dgnushack.el: Define netrc-credentials.
2188
2189 2010-09-17  Julien Danjou  <julien@danjou.info>
2190
2191         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2192
2193 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2194
2195         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2196         doesn't have any parameters.
2197
2198 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2201         only upcased checks.
2202
2203         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2204
2205         * nnimap.el (nnimap-open-shell-stream): New function.
2206         (nnimap-open-connection): Use it.
2207         (nnimap-transform-headers): Get the number of lines in each message.
2208         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2209         number of lines.
2210         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2211         problem.
2212
2213         * utf7.el (utf7-encode): Autoload.
2214
2215         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2216         to allow the mail splitting to not return a default group.  This is
2217         useful for nnimap, which will leave unmatched mail in the inbox.
2218
2219         * nnimap.el: Rewritten.
2220
2221         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2222         nnimap usage.
2223
2224         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2225         if the move is internal, so that nnimap can do fast internal moves.
2226
2227         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2228         data.
2229         (gnus-read-active-for-groups): Support finishing the early retrieval of
2230         data.
2231
2232         * gnus-range.el (gnus-range-nconcat): New function.
2233
2234         * gnus-int.el (gnus-finish-retrieve-group-infos)
2235         (gnus-retrieve-group-data-early): New functions.
2236
2237 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2238
2239         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2240         (nnrss-retrieve-groups):
2241         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2242         (pop3-quit): Use with-current-buffer.
2243
2244 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2247         instead of nnheader-accept-process-output.
2248
2249         * dgnushack.el (dgnushack-compile): Add comment.
2250
2251         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2252
2253         * gnus-html.el (gnus-html-schedule-image-fetching)
2254         (gnus-html-prefetch-images): Replace process-kill-without-query by
2255         gnus-set-process-query-on-exit-flag.
2256
2257 2010-09-16  Romain Francoise  <romain@orebokech.com>
2258
2259         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2260
2261 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2264         parameter to unintern is mandatory-ish in Emacs 24.
2265
2266         * gnus-html.el (gnus-html-schedule-image-fetching)
2267         (gnus-html-prefetch-images): Check for curl before using it.
2268
2269         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2270         depend on curl, which isn't essential.
2271
2272         * imap.el: Revert back to version
2273         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2274         seem problematic.
2275
2276 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2277
2278         * gnus-registry.el (gnus-registry-install-shortcuts):
2279         Explicitly pass `obarray' to `unintern' to avoid a warning.
2280
2281 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2284         change.
2285
2286         * nnrss.el (nnrss-request-list): Removed this function and related
2287         functions, including the moreover stuff.
2288
2289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnrss.el (nnrss-retrieve-groups): New function.
2292
2293 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2294
2295         * .dir-locals.el: Add no-byte-compile cookie.
2296
2297 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * time-date.el (format-seconds): Comment fix.
2300
2301         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2302         for back end that doesn't support request-scan.
2303
2304 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2307         then do request scans from the backends.
2308
2309         * netrc.el (netrc-credentials): New conveniency function.
2310
2311         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2312         avoid running a hook per line, since this takes a lot of time,
2313         profiling shows.
2314         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2315         directly if gnus-visual-p is true.
2316
2317 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2320         groups; replace mapcar with dolist which is a bit faster; pass groups
2321         info to gnus-read-active-file-1.
2322         (gnus-read-active-file-1): Scan only specified groups if the new
2323         optional arg `infos' is given.
2324
2325 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2328
2329         * pop3.el (pop3-movemail): Removed.
2330         (pop3-streaming-movemail): Renamed to pop3-movemail.
2331
2332         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2333         don't restrict end-tag searches to the end of the line.
2334
2335 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2338         articles of every unchecked group to t, which means unknown since the
2339         server has never been opened.
2340
2341 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-html.el (gnus-html-show-alt-text): New command.
2344         (gnus-html-browse-image): Ditto.
2345         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2346         to browse the image directly.
2347         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2348         better.
2349
2350         * gnus-async.el (gnus-async-article-callback): Call
2351         `gnus-html-prefetch-images' unconditionally.
2352
2353         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2354         before feeding URLs to curl.
2355
2356 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2359         internal images as deletable by `W D D'.
2360
2361         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2362         (gnus-async-article-callback): Fix typo.
2363
2364 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2367         current line to work around bugs in the output from w3m.
2368
2369         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2370         for groups that want that.
2371
2372         * nntp.el (nntp-wait-for-string): Supply a timeout for
2373         accept-process-output to ensure progress.
2374
2375         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2376         level to get unread articles from, then use that for foreign groups,
2377         too.
2378
2379         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2380         confuses the rest of the function.
2381
2382         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2383         for the methods that support -retrieve-groups, too.
2384
2385         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2386
2387 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2390         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2391
2392         * pop3.el: Require cl when compiling.
2393         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2394
2395 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2398         that aren't going to be activated.
2399         (gnus-get-unread-articles): Fix up the last commit.
2400
2401         * gnus-html.el (gnus-article-html): Allow calling without specifying
2402         the handle.  In that case, dissect the buffer first.
2403
2404         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2405
2406         * nnimap.el (nnimap-open-connection): Revert the change that would look
2407         into authinfo for imaps instead of imap.
2408
2409         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2410         say that you don't want to call gnus-request-group with don-check, but
2411         do check the reponse.  This is for virtual groups only.
2412         (gnus-get-unread-articles): Count the archive groups as secondary, so
2413         that they're activated the same way as before.
2414
2415         * imap.el (imap-message-map): Removed optional buffer parameter, since
2416         no callers use it.
2417         (imap-message-get): Ditto.
2418         (imap-message-put): Ditto.
2419         (imap-mailbox-map): Ditto.
2420         (imap-mailbox-put): Ditto.
2421         (imap-mailbox-get): Ditto.
2422         (imap-mailbox-get): Revert last change for this function.
2423
2424         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2425         case-insensitively.
2426         (nnimap-debug): Removed.
2427
2428         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2429         to use `imap-fetch' instead.  According to the comments, this should be
2430         safe, since all other IMAP clients use the 1:* syntax.
2431         (imap-enable-exchange-bug-workaround): Removed.
2432         (imap-debug): Removed -- doesn't seem very useful.
2433
2434         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2435         mail from a file, and the file doesn't exist.
2436
2437         * imap.el (imap-log): New convenience function used throughout instead
2438         of repeating the same code all over the place.
2439
2440         * pop3.el (pop3-streaming-movemail): Return t for success.
2441
2442         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2443         .authinfo if we're using ssl connection.
2444
2445         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2446         already have if we're in a main Gnus `g' run.
2447
2448         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2449
2450 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2453
2454         * nnmh.el (nnmh-request-list-1): Bind `file'.
2455
2456         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2457         alias to set-process-query-on-exit-flag or process-kill-without-query.
2458         (pop3-open-server): Use it.
2459
2460 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2463         box to the Incoming file.  Fixes mistake in previous checkin.
2464
2465         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2466         request loop (for debugging purposes) removed.
2467
2468         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2469         culprit is more visible.
2470         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2471         (nnml-add-incremental-nov): New functions to do "incremental" nov
2472         updates, where we just append to the end of the existing nov files
2473         without reading/writing them in full.
2474
2475         * mail-source.el (mail-source-delete-crash-box): Really only check the
2476         incoming files once in a while.
2477
2478         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2479
2480         * mail-source.el (mail-source-delete-crash-box): Only check the
2481         incoming files for deletion once per day to save a lot of file
2482         accesses.
2483
2484         * pop3.el (pop3-logon): Fix up unbound variable typo.
2485
2486         * mail-source.el (pop3-streaming-movemail): Autoload.
2487
2488         * pop3.el (pop3-streaming-movemail): Respect
2489         pop3-leave-mail-on-server.
2490
2491         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2492         retrieval.
2493
2494         * pop3.el (pop3-process-filter): Removed unused function.
2495         (pop3-streaming-movemail, pop3-send-streaming-command)
2496         (pop3-wait-for-messages, pop3-write-to-file)
2497         (pop3-number-of-responses): New functions for streaming pop3
2498         retrieval.
2499
2500         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2501         come from no known methods.
2502         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2503         list.
2504
2505         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2506         message sizes.
2507         (pop3-movemail): Use erase-buffer instead of looping and deleting
2508         regions, which seems rather odd.
2509
2510         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2511         file once per `g' run.
2512
2513         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2514         directories.  This makes the draft queue directory work.
2515
2516         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2517         data from the backends, so that we only request the list of groups from
2518         each method once.  This should speed things up considerably.
2519
2520         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2521         detect that it's not implemented.
2522
2523         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2524         we actually do recurse down into the tree, but don't stat all leaf
2525         nodes.
2526
2527         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2528         then say so instead of bugging out.
2529
2530         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2531         files exist before trying to read them.
2532
2533         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2534         around <pre_int>.
2535
2536         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2537
2538         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2539
2540 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * mm-util.el (mm-image-load-path): Just return the image directories,
2543         not all directories in the path in addition to the image directories.
2544         (mm-image-load-path): Maintain a cache of the image directories so that
2545         the `g' command in Gnus doesn't have to stat dozens of directories each
2546         time.
2547
2548         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2549         (gnus-html-wash-tags): Add a new `i' command to insert images.
2550         (gnus-html-insert-image): New command and keystroke.
2551         (gnus-html-redisplay-with-images): New command and keystroke.
2552         (gnus-html-show-images): Renamed command.
2553         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2554         spacers.
2555         (gnus-html-wash-tags): Decode entities at the end, so that entities
2556         inside the tags don't mess up the rest of the "parsing".
2557
2558         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2559         so that nnimap methods aren't agentized by default.  There's apparently
2560         many problems related to agent/imap behaviour.
2561
2562         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2563
2564         * gnus-html.el: Doc fix.
2565
2566 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2569         specifier-spec-list for Emacs 21.
2570
2571         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2572         glyph-width and glyph-height instead of display-graphic-p and
2573         image-size; make avoidance of displaying small images work for XEmacs.
2574
2575         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2576         for XEmacs.
2577
2578         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2579         of symbol that holds plist data.
2580         (gnus-process-plist): Remove plist of process after getting it.
2581
2582 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * message.el (message-generate-hashcash): Change default to
2585         'opportunistic if hashcash is installed.
2586
2587         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2588         (gnus-html-put-image): Only call image-size once, since it's somewhat
2589         time-consuming on remote X servers.
2590
2591 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2594         type on data, not a file name.
2595
2596         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2597         window-pixel-edges for Emacs 21.
2598
2599         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2600         decoded contents.
2601         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2602
2603 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2606         group line format, since it isn't very interesting.
2607
2608         * gnus-agent.el (gnus-agent-short-article),
2609         (gnus-agent-long-article): Increase values for these two variables,
2610         since most people are likely to have more network connection and
2611         storage than before.
2612
2613         * gnus.el (gnus-refer-article-method): Change default to 'current.
2614         When referring an article, the common behaviour is to refer it from the
2615         current select method, not the native select method.  The chances of
2616         the native select method having the message in question is rather slim
2617         these days.
2618
2619         * gnus-sum.el (gnus-auto-select-subject): Change default to
2620         `unseen-or-unread'.  I think it's likely that most people want to
2621         select an unseen article over a previously seen, but unread one.
2622
2623         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2624         means that in the article buffer none of the minor mode elements will
2625         be shown, usually, and this is not desirable in most cases.
2626
2627         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2628         that commands like `d' (and the like) go to the next line in the
2629         buffer, instead of the next unread article.  I think this is the
2630         behaviour that is most natural for most users.
2631         (gnus-single-article-buffer): Change default to nil, so that people can
2632         have as many article buffers open as they have summary buffer.  I think
2633         this is the most natural way for the groups to behave.
2634
2635         * message.el (message-generate-new-buffers): Change default to
2636         `unsent', so that all new message buffers start their names with the
2637         string "*unsent", and it's easier to find the buffers if you move from
2638         them.
2639
2640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2643         small.  They're probably tracking images.
2644         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2645         (gnus-html-rescale-image): Yet another try at getting the image sizing
2646         right.
2647
2648         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2649         nntp-marks-file-name is nil.
2650
2651 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2652
2653         * gnus-html.el (gnus-html-wash-tags)
2654         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2655         Better logging.
2656
2657 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2660
2661         * gnus-html.el (gnus-html-wash-tags): Check the value of
2662         gnus-blocked-images in the summary buffer.
2663
2664 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2667
2668 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2671         like "a", it seems like.
2672         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2673         since it needs to be picked from the correct buffer.
2674
2675         * nnwfm.el: Removed.
2676
2677         * nnlistserv.el: Removed.
2678
2679 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2682         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2683
2684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * nnkiboze.el: Removed.
2687
2688         * nndb.el: Removed.
2689
2690         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2691         alt text.
2692         (gnus-html-rescale-image): Try to get the rescaling logic right for
2693         images that are just wide and not tall.
2694
2695         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2696         overshadow variable bindings.
2697
2698 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * gnus-html.el (gnus-html-wash-tags)
2701         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2702         extra logging.
2703
2704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2707         (gnus-max-image-proportion): New variable.
2708         (gnus-html-rescale-image): New function.
2709         (gnus-html-put-image): Rescale images.
2710
2711 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2712
2713         Fix up some byte-compiler warnings.
2714         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2715         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2716         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2717         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2718         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2719         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2720         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2721
2722 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * gnus-html.el (gnus-article-html): Decode contents by charset.
2725
2726 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2729         (gnus-html-frame-width, gnus-blocked-images)
2730         * message.el (message-prune-recipient-rules): Add custom version.
2731         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2732
2733         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2734         functions.
2735
2736         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2737         gnus-process-get.
2738
2739 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2740
2741         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2742         instead of lsub directly.
2743
2744 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * nnwarchive.el: Removed.
2747
2748         * gnus-soup.el: Removed.
2749
2750         * nnsoup.el: Removed.
2751
2752         * nnultimate.el: Removed.
2753
2754         * gnus-html.el (gnus-blocked-images): New variable.
2755
2756         * message.el (message-prune-recipients): New function.
2757         (message-prune-recipient-rules): New variable.
2758
2759         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2760         guess whether a long line is natural text or not.
2761
2762         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2763         gnus-process-plist and friends for compatibility.
2764
2765 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2766
2767         * gnus-html.el: Require packages that define macros used in this file.
2768         (gnus-article-mouse-face): Declare to silence byte-compiler.
2769         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2770         process-get.
2771         (gnus-html-put-image): Use plist-get to avoid getf.
2772         (gnus-html-prefetch-images): Use with-current-buffer.
2773
2774 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-ems.el: Provide compatibility functions for
2777         gnus-set-process-plist.
2778
2779         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2780         header-line-format for XEmacs 21.4.
2781
2782         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2783         * gnus.el (gnus-valid-select-methods)
2784         * message.el (message-send-mail-partially-limit)
2785         * mm-decode.el (mm-text-html-renderer)
2786         * mml.el (mml-insert-mime-headers-always)
2787         * smiley.el (smiley-regexp-alist): Bump custom version.
2788
2789 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-html.el: require mm-url.
2792         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2793         with the url to `url'.
2794         (gnus-html-wash-tags): Support cid: URLs/images.
2795
2796 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2799         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2800         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2801
2802         * gnus-move.el: Removed file, since it doesn't really work.
2803
2804         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2805         UTF-8.  This seems to fix problems with some German web feeds.
2806
2807         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2808         at the top so that the proper colours are applied.
2809
2810         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2811         don't have dots in their names.
2812
2813         * gnus-art.el (gnus-article-view-part): Doc fix.
2814
2815         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2816         XEmacs-compatible.
2817         (gnus-html-put-image): Don't do images on non-graphic displays.
2818
2819         * nnslashdot.el: Removed this unused backend.
2820
2821         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2822         actions.
2823         (gnus-undo-register-1): Revert last change.
2824
2825         * gnus-group.el (gnus-group-completing-read): Protect against not
2826         having completion-styles bound.
2827
2828         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2829         make broken recipients happier.
2830
2831         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2832
2833         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2834         point parameter.
2835
2836         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2837
2838         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2839         completion-styles for group selection.
2840
2841 2009-02-04  Andreas Schwab  <schwab@suse.de>
2842
2843         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2844         headers and regexp-quote the match if necessary.
2845
2846 2009-03-24  Miles Bader  <miles@gnu.org>
2847
2848         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2849         the blinking smiley.
2850
2851 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2852
2853         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2854         blink smiley.
2855
2856 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857
2858         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2859         where the dribbel file lives exists.
2860
2861         * message.el (message-send-mail-partially-limit): Change the default to
2862         nil, since most people don't want this.
2863
2864         * mm-url.el (mm-url-decode-entities): Also decode entities like
2865         &#x3212.
2866
2867 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2868
2869         * gnus-sum.el (gnus-summary-idna-message):
2870         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2871         Hyperlink urls in docstrings with URL `...'.
2872
2873 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2874
2875         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2876         functions.
2877
2878 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2881         say what the mouseover text should be.
2882
2883         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2884         version of the mm-w3m-safe-url-regexp variable to only download images
2885         in the groups where we want that to happen.
2886
2887         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2888
2889         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2890         easier debugging.
2891         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2892         big pictures in the article buffer.
2893
2894         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2895         gnus-article-html.
2896         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2897         w3m.
2898
2899         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2900
2901 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2904         which doesn't exist.
2905
2906         * message.el (message-inhibit-ecomplete): New variable to allow some
2907         function to inhibit ecomplete address storage.
2908         (message-resend): Disable ecomplete message storage when resending
2909         messages.
2910
2911         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2912
2913 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2916         Save excursion while copying, moving, and deleting articles in order to
2917         prevent the cursor from jumping to unforeseen place.
2918
2919 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * lpath.el: No need to bind bookmark-current-buffer,
2922         bookmark-yank-point and bookmark-make-record-function.
2923
2924 2010-08-17  Glenn Morris  <rgm@gnu.org>
2925
2926         * gnus-sync.el: Require gnus components whose functions are used.
2927
2928         * gnus-art.el (bookmark-make-record-function):
2929         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2930         Declare for compiler.
2931
2932         * mm-url.el (mml-compute-boundary): Autoload.
2933
2934 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2937
2938 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         Typo fix "hoo4a" -> "hook".
2941
2942         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2943
2944 2010-08-14  Glenn Morris  <rgm@gnu.org>
2945
2946         * gnus-sync.el (gnus-sync): Fix defgroup version.
2947
2948 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2949
2950         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2951
2952         * gnus-sync.el: Fix docs.
2953         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2954         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2955
2956 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2957
2958         Optimizations for gnus-sync.el.
2959
2960         * gnus-sync.el: Add docs about gnus-sync-backend
2961         possibilities.
2962         (gnus-sync-save): Remove unnecessary message.
2963         (gnus-sync-read): Optimize and show what groups were skipped.
2964
2965 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2966
2967         Minor bug fixes for gnus-sync.el.
2968
2969         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2970         read the sync on get-new-news.
2971
2972         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2973         quiet.
2974
2975         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2976
2977 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2978
2979         Make saving and restoring of hidden threads work with overlays.
2980         Patch applied by Ted Zlatanov.
2981
2982         * gnus-sum.el (gnus-hidden-threads-configuration)
2983         (gnus-restore-hidden-threads-configuration): Update to deal with text
2984         properties, rather than searching for a magic character.
2985
2986 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         New gnus-sync.el library for synchronization of marks.
2989
2990         * gnus-sync.el: New library for synchronization of marks.
2991
2992         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2993         renamed from `gnus-registry-grep-in-list'.
2994
2995         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2996
2997         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2998
2999 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3002         determining charset of text fails.
3003
3004 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * nnmail.el (nnmail-get-new-mail-1): Revert.
3007
3008         * nnml.el (nnml-active-number): Make sure names of newly created groups
3009         in nnml-group-alist are encoded.
3010
3011 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3014         containing non-ASCII characters in active file for nnml back end.
3015
3016 2010-07-24  David Engster  <dengste@eml.cc>
3017
3018         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3019         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3020
3021 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3022
3023         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3024         tag (Bug#6654).
3025
3026 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3029         the article buffer, not the summary buffer.
3030
3031 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3034         Emacs 23 as well.
3035
3036 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3039         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3040
3041 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3042
3043         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3044         Patch applied by Karl Fogel.
3045
3046         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3047         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3048
3049 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3050
3051         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3052         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3053         C-w still not working correctly from Article buffers; Thierry's
3054         patch to fix that will be applied after this.
3055
3056         * gnus-art.el (bookmark-make-record-function): New local variable.
3057
3058         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3059         article buffer.
3060         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3061
3062 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3063
3064         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3065         on changes in bookmark.el.
3066
3067 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3070         `no-log' instead of message not to log prompt string.
3071
3072 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3073
3074         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3075         the *other* type of HTML form submission.
3076
3077 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3078
3079         * auth-source.el (auth-source-pick): If choice does not contain a
3080         questioned keyword, set the check to t.
3081
3082 2010-06-12  Romain Francoise  <romain@orebokech.com>
3083
3084         * gnus-util.el (gnus-date-get-time): Move up before first use.
3085
3086 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3089         (gnus-article-edit-part): Bind it to make last part that is substituted
3090         or deleted visible.
3091         (gnus-mime-display-single): Buttonize part of which id equals to
3092         gnus-mime-buttonized-part-id.
3093
3094 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3095
3096         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3097         (gnus-dd-mmm): Use gnus-date-get-time.
3098         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3099         simplify logic.
3100         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3101         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3102
3103 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3104
3105         * auth-source.el (top): Autoload `secrets-list-collections',
3106         `secrets-create-item', `secrets-delete-item'.
3107         (auth-sources): Fix tag string.
3108         (auth-get-source, auth-source-retrieve, auth-source-create)
3109         (auth-source-delete): New defuns.
3110         (auth-source-pick): Rewrite in order to avoid 2 passes.
3111         (auth-source-forget-user-or-password): New parameter USERNAME.
3112         (auth-source-user-or-password): New parameters CREATE-MISSING and
3113         DELETE-EXISTING.  Retrieve password interactively, if needed.
3114
3115 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3116
3117         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3118         deleting unused directories when gnus-expert-user is t.
3119
3120 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3123         for each temp file when gnus-article-browse-delete-temp is ask.
3124
3125 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3126
3127         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3128         Lisp calls to delete-backward-char by calls to delete-char.
3129
3130 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3131
3132         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3133
3134 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3135
3136         * password-cache.el (password-cache-remove): Fix docstring.
3137
3138 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3141         article unless decoding article to be saved.
3142
3143 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3146         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3147         generated within the mm-with-unibyte-current-buffer macro.
3148
3149 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3152         to nil when we're in a mml-preview buffer and no group is selected.
3153
3154 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3155
3156         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3157         when catching the `C-g'.  Reported by "Leo".
3158
3159 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * message.el (message-forward-make-body-plain)
3162         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3163         multibyte-string-p.
3164
3165         * lpath.el: Revert.
3166
3167 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * message.el (message-forward-make-body-mml): Assume original message
3170         is multibyte string; error on unibyte.
3171         (message-forward-make-body-plain): Ditto; don't add excessive newline
3172         in body end.
3173
3174         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3175
3176 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3177
3178         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3179         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3180
3181 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * mm-extern.el (mm-extern-url): Don't use
3184         mm-with-unibyte-current-buffer.
3185         (mm-extern-cache-contents): Use with-current-buffer instead of
3186         save-excursion + set-buffer.
3187
3188 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * mm-util.el (mm-emacs-mule): Remove.
3191
3192 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3193
3194         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3195         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3196         change.
3197
3198 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3201         bind the default value of enable-multibyte-characters to nil.
3202
3203 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * message.el (message-forward-make-body-plain)
3206         (message-forward-make-body-mml):
3207         Don't use mm-with-unibyte-current-buffer.
3208
3209 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3212
3213 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3214
3215         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3216         (Bug#5592).
3217
3218 2010-05-07  Julien Danjou  <julien@danjou.info>
3219
3220         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3221         it to mm-pipe-part.
3222
3223         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3224         it is given.
3225
3226 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * binhex.el (binhex-decode-region-internal)
3229         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3230         (dns-query)
3231         * nnweb.el (nnweb-gmane-search)
3232         * pgg-parse.el (pgg-parse-armor)
3233         * pgg.el (pgg-verify-region)
3234         * sha1.el (sha1-string-external)
3235         * uudecode.el (uudecode-decode-region-internal)
3236         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3237         XEmacs.
3238
3239         * gnus-art.el (gnus-article-browse-html-parts)
3240         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3241         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3242         make-temp-file.
3243
3244         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3245         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3246         compiling.
3247
3248         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3249         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3250         XEmacs when compiling.
3251
3252         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3253         gnus-pick-mode-off-hook for XEmacs when compiling.
3254         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3255         gnus-binary-mode-off-hook for XEmacs when compiling.
3256
3257         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3258         nil if char-charset is not available.
3259
3260         * imap.el (imap-disable-multibyte)
3261         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3262         macros.
3263
3264         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3265         instead of encode-coding-string.
3266
3267         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3268         'xemacs) instead of mm-emacs-mule to switch function definitions.
3269         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3270
3271         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3272         bind temporary-file-directory for XEmacs;
3273         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3274         timer-set-function for XEmacs 21.4 and SXEmacs;
3275         bind timer-list for XEmacs 21.4 and SXEmacs;
3276         fbind char-charset and find-charset-region for non-Mule XEmacs;
3277         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3278         encode-coding-region and encode-coding-string for XEmacs having no
3279         file-coding feature.
3280
3281 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3282
3283         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3284
3285 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3288         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3289
3290 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3291
3292         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3293         alias `jka-compr-delete-temp-file' no longer exists.
3294
3295 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3296
3297         Use define-minor-mode in Gnus where applicable.
3298         * mml.el (mml-mode): Use define-minor-mode.
3299         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3300         (gnus-undo-mode): Use define-minor-mode.
3301         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3302         (gnus-dead-summary-mode): Use define-minor-mode.
3303         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3304         Initialize in declaration.
3305         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3306         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3307         (gnus-mailing-list-mode): Use define-minor-mode.
3308         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3309         (gnus-draft-mode): Use define-minor-mode.
3310         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3311         (gnus-dired-mode): Use define-minor-mode.
3312
3313 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3314
3315         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3316         handles on recursive mml-to-mime translation and check them for
3317         boundary delimiter collisions.  Reported by Greg Troxel.
3318
3319 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3322
3323 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * mm-util.el (mm-find-buffer-file-coding-system):
3326         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3327
3328 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3329
3330         * message.el (message-generate-headers): Record insertion of optional
3331         headers as well.  Otherwise the check to prevent repeated insertion of
3332         optional headers is a no-op.
3333
3334 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * smime.el: Don't mention CVS.
3337
3338         * nnrss.el (nnrss-fetch): Don't mention CVS.
3339
3340         * nnir.el: Don't mention CVS.
3341
3342 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3345
3346 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * lpath.el: Fbind bookmark-default-handler,
3349         bookmark-get-bookmark-record, bookmark-make-record-default,
3350         bookmark-prop-get for Emacs <23 and XEmacs.
3351
3352 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3353
3354         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3355         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3356         Use with-current-buffer to silence the byte-compiler.
3357         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3358         bother to require `gnus'.
3359         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3360
3361 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3362
3363         * gnus-sum.el (gnus-summary-bookmark-make-record)
3364         (gnus-summary-bookmark-jump): New functions.
3365         (gnus-summary-mode): Setup bookmark support.
3366
3367 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3368
3369         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3370         if set.
3371
3372 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3375         gnus-article-browse-html-save-cid-image; make it work recursively for
3376         forwarded messages as well.
3377         (gnus-article-browse-html-parts): Work when prefix arg is given.
3378         (gnus-article-browse-html-article): Doc fix.
3379
3380 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3381
3382         * message.el (message-default-mail-headers):
3383         (message-default-headers): Carry the value mail-default-headers over
3384         into message-default-mail-headers, rather than message-default-headers.
3385
3386 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3387
3388         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3389         charset.
3390
3391         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3392         charset into the <meta> tag when the article is encoded to utf-8.
3393
3394 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3397         directories as well.
3398         (gnus-article-browse-html-parts): Work for images that do not specify
3399         file names; delete temp directory when quitting; insert header at the
3400         right place; use file: scheme for image files.
3401
3402 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3403
3404         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3405         (gnus-article-browse-html-parts): Use it to make temporary cid image
3406         files in addition to html file so that browser may display them.
3407
3408 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3411
3412 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3413
3414         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3415
3416 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3417
3418         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3419         about Secret Service API sources.  Improve Customize options.
3420         (auth-source-pick): Change to accept any number of search parameters.
3421         Implement fallbacks iteratively, not recursively.  Add scoring on the
3422         second pass and sort by score.  Call Secret Service API when needed.
3423         (auth-source-user-or-password): Use it.  Call Secret Service API
3424         directly when needed to get the user name and the password.
3425
3426 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3427
3428         * message.el (message-interactive): Doc fix.
3429         (message-qmail-inject-args): Reflow.
3430         (message-kill-to-signature): Fix typo in docstring.
3431
3432         * smiley.el (smiley-buffer): Fix typo in docstring.
3433
3434 2010-03-24  Glenn Morris  <rgm@gnu.org>
3435
3436         * mail-source.el (gnus-message): Declare.
3437         (mail-source-delete-old-incoming): Require gnus-util.
3438
3439 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3442
3443         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3444
3445         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3446         password-cache's default if it is not bound.
3447         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3448         password-cache-expiry's default if it is not bound.
3449
3450         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3451         available in Emacs 21.
3452
3453         * lpath.el: Suppress compiler warnings for:
3454         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3455         XEmacs;
3456         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3457         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3458         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3459
3460 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * auth-source.el (auth-sources): Fix up definition so extra parameters
3463         are always inline.
3464
3465 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3466
3467         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3468         wasn't updated after mismatch.  Clear cached mailbox info correctly
3469         when uidvalidity changes.
3470         (nnimap-group-prefixed-name): New function to avoid some code
3471         duplication.
3472         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3473         (nnimap-request-group): Use it.
3474         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3475         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3476         with many imap folders.  This is done by caching the group status from
3477         the imap server persistently in a group parameter `imap-status'.  (This
3478         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3479         but not persistently, so every Gnus startup was still very slow.)
3480
3481 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3484         delete the extra newline.  Otherwise editing of :string and :number
3485         types don't work.
3486
3487 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3488
3489         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3490         secrets.el dependency.
3491         (auth-sources): Add optional user name.  Add secrets.el configuration
3492         choice (unused right now).
3493
3494 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3497         `gnus-registry-install-shortcuts' fill in the functions.
3498
3499         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3500         warnings.
3501         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3502         (gnus-registry-install-shortcuts): Populate and use it in a
3503         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3504
3505 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3506
3507         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3508         In-place substitutions for the group name encoding/decoding.
3509         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3510         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3511         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3512         (nnimap-update-unseen, nnimap-request-list)
3513         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3514         (nnimap-request-set-mark, nnimap-split-to-groups)
3515         (nnimap-split-articles, nnimap-request-newgroups)
3516         (nnimap-request-create-group, nnimap-request-accept-article)
3517         (nnimap-request-delete-group, nnimap-request-rename-group)
3518         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3519         `encoded-mbx' for consistency.
3520         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3521         variable `imap-current-mailbox'.
3522
3523         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3524         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3525
3526 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3527
3528         * pop3.el (pop3-display-message-size-flag): Display message size byte
3529         counts during POP3 download.
3530         (pop3-movemail): Use it.
3531         (pop3-list): Implement listing of available messages.
3532
3533 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3534
3535         * nnir.el (nnir-get-article-nov-override-function): New function to
3536         override the normal NOV retrieval.
3537         (nnir-retrieve-headers): Use it.
3538
3539 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3540
3541         * auth-source.el (netrc-machine-user-or-password): Autoload.
3542
3543 2010-03-19  Glenn Morris  <rgm@gnu.org>
3544
3545         Stop message.el from loading about 40 libraries it doesn't always need.
3546         The general approach is to autoload rather than require, and to
3547         require in the specific functions rather than the file.  (Bug#5642)
3548
3549         * gmm-utils.el: Don't require wid-edit.
3550         (widget-create-child-value, widget-convert, widget-default-get):
3551         Autoload.
3552
3553         * gnus-util.el: Don't require time-date, netrc.
3554         (message-fetch-field, gnus-group-name-decode): Declare rather than
3555         autoloading.
3556         (gnus-fetch-field): Require message.
3557         (gnus-decode-newsgroups): Require gnus-group.
3558
3559         * ietf-drums.el: Don't require time-date.
3560
3561         * message.el: Don't require hashcash, canlock, ecomplete.
3562         Do require mail-utils.  Require nnheader only when compiling.
3563         (smtpmail-default-smtp-server): Remove declaration.
3564         (message-send-mail-function): Check smtpmail-default-smtp-server
3565         is bound rather than requiring smtpmail.
3566         (message-auto-save-directory, message-insert-signature): Use
3567         expand-file-name rather than nnheader-concat.
3568         (nnheader-insert-file-contents): Autoload.
3569         (hashcash-wait-async): Declare.
3570         (message-send-mail): Only call gnus-setup-posting-charset if
3571         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3572         (message-send-mail-with-sendmail): Require sendmail.
3573         (canlock-password, canlock-password-for-verify): Declare.
3574         (message-canlock-password): Require canlock.
3575         (nnheader-get-report): Autoload.
3576         (gnus-setup-posting-charset): Declare.
3577         (message-send-news): Require gnus-msg.
3578         (message-make-references, message-make-in-reply-to): Use mail-header-id
3579         rather than the alias mail-header-message-id.
3580         (ecomplete-add-item, ecomplete-save): Declare.
3581         (message-put-addresses-in-ecomplete): Require ecomplete.
3582         (ecomplete-display-matches): Autoload.
3583
3584         * mm-decode.el: Don't require mailcap, gnus-util.
3585         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3586         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3587         Autoload.
3588         (mailcap-mime-extensions): Declare.
3589
3590         * mm-encode.el: Don't require mailcap.
3591         (mailcap-extension-to-mime): Autoload.
3592
3593         * mml-sec.el: Don't require password-cache.
3594
3595         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3596         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3597         (mml-minibuffer-read-type): Require mailcap.
3598         (mml-preview): Require gnus-msg.
3599
3600         * mml1991.el: Require password-cache.
3601         (password-cache-expiry): Remove declaration.
3602
3603         * mml2015.el: Require password-cache.
3604         (password-cache-expiry): Remove declaration.
3605
3606         * nneething.el (mailcap): Require mailcap.
3607
3608         * nnheader.el (declare-function): Add compatibility stub.
3609         (message-remove-header): Declare rather than autoload.
3610         (nnheader-replace-header): Require message.
3611
3612         * nnimap.el (declare-function): Add compatibility stub.
3613         (netrc-parse, netrc-machine-user-or-password): Declare.
3614         (nnimap-open-connection): Require netrc.
3615
3616         * nntp.el (declare-function): Add compatibility stub.
3617         (netrc-parse, netrc-machine, netrc-get): Declare.
3618         (nntp-send-authinfo): Require netrc.
3619
3620         * rfc2047.el: Don't require qp.
3621         (quoted-printable-encode-region, quoted-printable-decode-string):
3622         Autoload.
3623
3624         * sieve-mode.el: Don't require easymenu.
3625         (easy-menu-add-item): Autoload it.
3626
3627         * spam-stat.el (time-to-number-of-days): Autoload it.
3628
3629 2010-03-19  Glenn Morris  <rgm@gnu.org>
3630
3631         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3632
3633 2010-03-18  Glenn Morris  <rgm@gnu.org>
3634
3635         * hashcash.el (declare-function): Remove duplicate definition.
3636
3637 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3638
3639         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3640         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3641         value if any backslash escapes).
3642
3643 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3646         if it is available.  (bug#5647)
3647
3648         * lpath.el: Suppress compiler warning for coding-system-from-name for
3649         Emacs 21 and XEmacs.
3650
3651 2010-03-14  Juri Linkov  <juri@jurta.org>
3652
3653         * hmac-def.el:
3654         * hmac-md5.el:
3655         * netrc.el: Fix keywords.
3656
3657 2010-02-26  Glenn Morris  <rgm@gnu.org>
3658
3659         * message.el (message-send-mail-function): Change the default, so that
3660         it inherits from a customized send-mail-function.  (Bug#5643)
3661
3662 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3663
3664         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3665         shell-command-to-string signals an error (bug#5299).
3666
3667 2010-02-24  Glenn Morris  <rgm@gnu.org>
3668
3669         * message.el (message-smtpmail-send-it)
3670         (message-send-mail-with-mailclient): Doc fixes.
3671
3672 2010-02-16  Glenn Morris  <rgm@gnu.org>
3673
3674         * message.el (message-default-mail-headers): Change the default value
3675         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3676
3677 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3680         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3681
3682 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3683
3684         * time-date.el (date-to-time): Doc fix (Bug#5408).
3685
3686 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3687
3688         * message.el (message-mail): Just pass yank-action on to message-setup.
3689         (message-setup): Handle (FUN . ARGS) form of yank-action.
3690         (message-with-reply-buffer, message-widen-reply)
3691         (message-yank-original): Handle non-buffer values of
3692         message-reply-buffer (Bug#4080).
3693         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3694
3695 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3696
3697         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3698         Fix typo in docstring.
3699
3700 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3701
3702         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3703         response.
3704
3705 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3708
3709         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3710
3711         * message.el (message-check-news-header-syntax): Protect against a
3712         string that `rfc822-addresses' returns when parsing fails.
3713
3714 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3717         (gnus-previous-char-property-change): New functions.
3718
3719         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3720
3721 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3722
3723         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3724         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3725
3726 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3727
3728         * message.el (message-exchange-point-and-mark): Rework last change to
3729         avoid using optional arg of exchange-point-and-mark, for backward
3730         compatibility.
3731
3732 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3733
3734         * message.el (message-exchange-point-and-mark): Call
3735         exchange-point-and-mark with an argument rather than setting
3736         mark-active by hand (Bug#5175).
3737
3738 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * nntp.el (nntp-service-to-port): Work for service expressed with
3741         numeric string; replace [:digit:] with [0-9] for XEmacs.
3742
3743 2009-12-17  Glenn Morris  <rgm@gnu.org>
3744
3745         * gnus-group.el (gnus-bug-group-download-format-alist):
3746         Change emacs entry to debbugs.gnu.org.  Bump :version.
3747
3748 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3751
3752 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * message.el (message-info): Explain why we use `Info-goto-node'.
3755
3756 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3759
3760 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * message.el (message-completion-in-region): New compatibility function.
3763         (message-expand-group): Use it.
3764
3765 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3768         with no unread article should be listed if the 2nd arg `predicate' is
3769         given.
3770
3771 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3774
3775 2009-11-29  Juri Linkov  <juri@jurta.org>
3776
3777         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3778         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3779         on `gnus-recenter'. (Bug#4698, Bug#4981)
3780
3781 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3782
3783         * sha1.el (sha1-string-external): default-directory "/" in case
3784         otherwise non-existent.  process-connection-type pipe for touch of
3785         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3786
3787 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3788
3789         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3790         it's comms related and sgml-mode.el has "comm" on that basis too.
3791
3792 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3795         containing tspecial characters if they have been already quoted.
3796
3797 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3798
3799         * dns-mode.el (auto-mode-alist): Purecopy string.
3800
3801 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3802
3803         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3804
3805 2009-10-24  Glenn Morris  <rgm@gnu.org>
3806
3807         * gnus-art.el (help-xref-stack-item): Define for compiler.
3808
3809 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3810
3811         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3812
3813 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3816
3817 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3820         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3821
3822 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3825         (gnus-overlays-in): New alias to overlays-in.
3826
3827         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3828         gnus-overlay-get, and gnus-delete-overlay.
3829         (gnus-summary-show-thread): Make it work as well for systems in which
3830         next-single-char-property-change is not available.
3831         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3832
3833         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3834         (gnus-overlay-get): New alias to extent-property.
3835         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3836
3837         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3838         SXEmacs.
3839
3840         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3841         SXEmacs.
3842
3843 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3846
3847 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3848
3849         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3850         and XEmacs that don't have `remove-overlays'.
3851
3852 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3853
3854         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3855         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3856         selective display.  Use overlays instead.
3857
3858 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3859
3860         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3861
3862 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3863
3864         * spam-stat.el (spam-stat-load): Fix typo in message.
3865
3866 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3867
3868         * dig.el (dig-invoke): Fix typo in docstring.
3869         (query-dig): Reflow docstring.
3870
3871 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3872
3873         * gnus-art.el (gnus-article-encrypt-body):
3874         * message.el (message-check-recipients):
3875         * mm-util.el (mm-codepage-setup):
3876         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3877         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3878
3879 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3880
3881         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3882         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3883         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3884         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3885         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3886
3887 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3888
3889         * dig.el: Add "Keywords: comm", as per net-utils.el.
3890
3891 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3892
3893         * dig.el (dig-mode): Use define-derived-mode.
3894
3895 2009-09-19  Glenn Morris  <rgm@gnu.org>
3896
3897         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3898
3899 2009-09-18  Glenn Morris  <rgm@gnu.org>
3900
3901         * gnus-diary.el (gnus-diary-check-message):
3902         * message.el (message-insert-formatted-citation-line):
3903         * nnbabyl.el (top-level):
3904         * nndiary.el (nndiary-schedule):
3905         Fix typos in condition-case handlers.
3906
3907 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3910         configuration that provides the sole article window in a frame;
3911         position point correctly after deleting a part.
3912
3913 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3914
3915         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3916         (spam-resolve-registrations-routine): Use it to unregister articles
3917         that change status.
3918
3919 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3922         with XEmacs.
3923         (parse-time-string-chars): Use it.
3924
3925 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3926
3927         * imap.el (imap-interactive-login): Better messages.
3928         (imap-open): Fix bug with renamed buffer on reconnect.
3929         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3930         for easier debugging and cleaner code.  On successful (guessed based on
3931         server capabilities) secondary authentication, set imap-state
3932         correctly.
3933         (imap-last-authenticator): Define imap-last-authenticator as a variable
3934         to avoid warnings.
3935
3936 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * nnrss.el (nnrss-request-article): Remove binding of
3939         default-enable-multibyte-characters that has gotten needless by
3940         the 2007-07-13 change in rfc2047-encode-message-header.
3941
3942         * mml.el (mml-insert-multipart): Error on the message header.
3943         (mml-insert-part): Error on the message header; position point at
3944         the end of a MIME tag.
3945
3946 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * time-date.el (autoload): Expand define-obsolete-function-alias into
3949         defalias and make-obsolete for old Emacsen that Gnus supports.
3950         (with-no-warnings): Define it for old Emacsen.
3951         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3952         is available.
3953         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3954         float-time is available; suppress compile warning for time-to-seconds.
3955
3956         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3957         (gnus-float-time): Alias to float-time if it exists.
3958
3959         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3960         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3961         float-time is available; suppress compile warning for time-to-seconds.
3962
3963         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3964         XEmacs.
3965
3966 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * imap.el (imap-message-map): Docstring fix.
3969
3970 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3973         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3974         Add the optional argument `encoding' that overrides the default.
3975
3976         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3977         mm-encode-buffer.
3978
3979 2009-09-04  Glenn Morris  <rgm@gnu.org>
3980
3981         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3982         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3983         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3984         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3985         * mm-util.el (mm-with-unibyte-current-buffer)
3986         (mm-find-buffer-file-coding-system):
3987         * yenc.el (yenc-decode-region): Use default-value rather than
3988         default-enable-multibyte-characters.
3989
3990 2009-09-03  Glenn Morris  <rgm@gnu.org>
3991
3992         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3993         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3994         than default-enable-multibyte-characters.
3995
3996 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3997
3998         * gnus-art.el (gnus-article-read-summary-keys):
3999         Fix gnus-buffer-configuration's value temporarily used.
4000
4001 2009-09-02  Glenn Morris  <rgm@gnu.org>
4002
4003         * gnus-util.el (gnus-float-time): New function.
4004         * gnus-delay.el (gnus-delay-article):
4005         * gnus-sum.el (gnus-thread-latest-date):
4006         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4007         * nnspool.el (nnspool-request-newgroups):
4008         Use gnus-float-time rather than time-to-seconds.
4009         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4010
4011         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4012         (gnus-header-subject-face, gnus-header-newsgroups-face)
4013         (gnus-header-name-face, gnus-header-content-face):
4014         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4015         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4016         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4017         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4018         (gnus-cite-face-11):
4019         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4021         (gnus-server-closed-face, gnus-server-denied-face)
4022         (gnus-server-offline-face):
4023         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4024         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4025         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4026         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4027         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4028         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4029         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4030         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4031         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4032         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4033         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4034         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4035         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4036         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4037         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4038         (gnus-summary-high-undownloaded-face)
4039         (gnus-summary-low-undownloaded-face)
4040         (gnus-summary-normal-undownloaded-face)
4041         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4042         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4043         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4044         (gnus-splash-face):
4045         * message.el (message-header-to-face, message-header-cc-face)
4046         (message-header-subject-face, message-header-newsgroups-face)
4047         (message-header-other-face, message-header-name-face)
4048         (message-header-xheader-face, message-separator-face)
4049         (message-cited-text-face, message-mml-face):
4050         * sieve-mode.el (sieve-control-commands-face)
4051         (sieve-action-commands-face, sieve-test-commands-face)
4052         (sieve-tagged-arguments-face):
4053         * spam.el (spam-face):
4054         Mark face aliases with "-face" in the name as obsolete.
4055
4056 2009-09-01  Glenn Morris  <rgm@gnu.org>
4057
4058         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4059         than goto-line.
4060
4061 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4064         Don't move point if the command is invoked inside the message header.
4065
4066 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4067
4068         * imap.el (imap-send-command): Simplify.
4069         (imap-wait-for-tag): point-max -> buffer-size.
4070
4071 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4072
4073         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4074         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4075         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4076         * nnir.el (nnir-swish-e-index-file):
4077         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4078         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4079         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4080         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4081         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4082         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4083
4084 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4087         Don't save excursion.
4088
4089 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * nnheader.el (nnheader-find-file-noselect):
4092         * mm-util.el (mm-insert-file-contents):
4093         Use (default-value 'major-mode) instead of default-major-mode.
4094
4095 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4096
4097         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4098
4099 2009-08-26  Glenn Morris  <rgm@gnu.org>
4100
4101         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4102         than placing in files.el.
4103
4104 2009-08-25  Glenn Morris  <rgm@gnu.org>
4105
4106         * nnir.el (top-level): Don't require cl at run-time.
4107         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4108         Replace cl-function substitute with gnus-replace-in-string.
4109         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4110         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4111         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4112         simplified expansions.
4113
4114 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4115
4116         * dig.el (dig): Add autoload cookie.
4117
4118 2009-08-22  Glenn Morris  <rgm@gnu.org>
4119
4120         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4121         goto-line.
4122
4123 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4124
4125         * parse-time.el (parse-time-string-chars): Save match data.
4126
4127 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4128
4129         * parse-time.el (parse-time-string-chars): Compute using character
4130         classes, to handle non-ascii characters (Bug#3190).
4131
4132 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4135
4136         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4137         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4138         (gnus-mm-display-part, gnus-mime-display-single)
4139         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4140         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4141
4142         * gnus-sum.el
4143         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4144         (gnus-summary-move-article): Add expirable mark to articles copied or
4145         moved to group that has auto-expire turned on if the option is non-nil.
4146
4147 2009-07-24  Glenn Morris  <rgm@gnu.org>
4148
4149         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4150         Fix typo.  (Bug#3903)
4151
4152 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4155         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4156         that should not be used for draft articles.
4157         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4158         that has no concern in minor mode keys.
4159         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4160         Abolish.
4161
4162 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4165         article without making inquiry to a user for unknown encoding.
4166
4167         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4168         (nnmaildir--scan): Assume i-node and device number that file-attributes
4169         returns might be cons-cell.
4170
4171         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4172
4173         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4174
4175 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * auth-source.el: Remove docs now in auth.texi.  Don't use
4178         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4179         `auth-source-hide-passwords' and use them.
4180
4181 2009-07-15  Glenn Morris  <rgm@gnu.org>
4182
4183         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4184
4185 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4188         excessive whitespace from the default values of title and description.
4189
4190 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4193         mail-fetch-field to fetch Content-Description header in order to
4194         exclude newlines.
4195
4196 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4197
4198         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4199         format used by GnuPG 2.0.11.
4200
4201 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4204         to deleted part.
4205
4206 2009-05-30  David Engster  <dengste@eml.cc>
4207
4208         * nnmairix.el: Remove old documentation in the commentary block.
4209         (nnmairix-request-group): Do not update active file for nnml back ends.
4210         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4211         end so that overview files are ignored.
4212         (nnmairix-update-groups): Make updating the groups more robust by using
4213         marks.
4214         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4215         with dollar characters in message-id.
4216
4217 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4220         2008-12-25 in dns.el.
4221
4222 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4223
4224         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4225         could happen if the text is only composed of spaces and/or tabs.
4226
4227 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4228
4229         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4230         when sending a queued message to avoid extra mml tags.
4231
4232 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4235
4236 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4239         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4240         rmail-toggle-header for XEmacs;
4241         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4242
4243 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-dired.el: Remove autoload for gnus-setup-message.
4246         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4247         displaying Gnus logo; always use compose-mail.
4248
4249 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4252
4253 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4256         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4257         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4258         available.
4259         (gnus-nocem-epg-verify): New function.
4260
4261 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4264
4265 2009-02-15  Glenn Morris  <rgm@gnu.org>
4266
4267         * gnus-util.el (rmail-insert-rmail-file-header)
4268         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4269         autoloads.
4270         (rmail-default-rmail-file): Remove unnecessary declaration.
4271         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4272
4273 2009-02-14  Glenn Morris  <rgm@gnu.org>
4274
4275         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4276         variable (only used in gnus-util, which declares it anyway).
4277         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4278         which was only needed by gnus-art (changed to not use it any more).
4279         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4280         only used in gnus-util, which autoloads it itself.
4281         (rmail-update-summary): Fix autoload.
4282
4283         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4284         rather than rmail-output-to-rmail-file.
4285
4286 2009-02-07  Glenn Morris  <rgm@gnu.org>
4287
4288         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4289         autoload of function that no longer exists.
4290         (rmail-toggle-header): Declare.
4291         (message-forward-rmail-make-body): Handle mbox Rmail.
4292
4293 2009-01-31  Glenn Morris  <rgm@gnu.org>
4294
4295         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4296         2009-01-09 change.
4297
4298 2009-01-31  Dave Love  <fx@gnu.org>
4299
4300         * imap.el (imap-fetch-safe): Bind debug-on-error.
4301         (imap-debug): Add imap-fetch-safe.
4302
4303 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4306         (auth-source-forget-all-cached): New convenience function.
4307         (auth-source-user-or-password): Accept list of modes or a single mode.
4308
4309         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4310         auth-source modes.
4311
4312         * netrc.el (netrc-machine-user-or-password): Use list of
4313         auth-source modes.
4314
4315         * nnimap.el (nnimap-open-connection): Use list of
4316         auth-source modes.
4317
4318         * nntp.el (nntp-send-authinfo): Use list of
4319         auth-source modes.
4320
4321 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4324         now.
4325
4326 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4329         coding system in XEmacs; add a workaround for XEmacs.
4330
4331         * lpath.el: Fbind coding-system-aliasee.
4332
4333 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4336         of current-language-environment.
4337
4338 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4341         available at runtime.
4342
4343 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4346
4347 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4348
4349         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4350         the greatest positive fixnum value doesn't work under an XEmacs with
4351         bignum support; use the most-positive-fixnum constant instead,
4352         available since Emacs 21.1 with cl and XEmacs 21.1.
4353
4354 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4357         XEmacs gets not to work.
4358
4359 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * mm-util.el (mm-coding-system-priorities): Allow the value like
4362         "Japanese (UTF-8)" of current-language-environment.
4363
4364 2009-01-09  Glenn Morris  <rgm@gnu.org>
4365
4366         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4367         with last-command-event.
4368
4369 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4372         in the doc string.
4373
4374         * message.el (message-fix-before-sending): Amend comment.
4375
4376 2009-01-08  Dave Love  <fx@gnu.org>
4377
4378         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4379
4380 2009-01-07  David Engster  <dengste@eml.cc>
4381
4382         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4383         simplified server definitions by converting it via
4384         gnus-server-to-method.
4385
4386 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4389         parameter's operands.
4390
4391 2009-01-06  David Engster  <dengste@eml.cc>
4392
4393         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4394         primary select method (for gnus-group-mark-article-as-read).
4395
4396 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4397
4398         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4399         `(gnus)Face', not `(gnus)X-Face'.
4400
4401 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mm-util.el (mm-ucs-to-char): New function.
4404
4405         * mm-url.el (mm-url-decode-entities): Use it.
4406
4407         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4408         unicode-to-char.
4409
4410 2009-01-05  Dave Love  <fx@gnu.org>
4411
4412         * time-date.el: Require cl for `declare'.
4413
4414 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4417         Dave Love.
4418
4419 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4420
4421         * message.el (message-fix-before-sending): Add `eight-bit' to
4422         illegible-text check.
4423
4424 2009-01-03  Michael Olson  <mwolson@gnu.org>
4425
4426         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4427         `headers' is nil.  This can occur if the IMAP server does not have
4428         permissions to read messages from a folder, but can write new messages
4429         to the folder.
4430         (nnimap-request-article-part): Do not insert `data' if it is nil.
4431
4432         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4433         characters which will confuse `read', so skip past them.
4434
4435 2009-01-01  Dave Love  <fx@gnu.org>
4436
4437         * imap.el (imap-string-to-integer): Fix typo.
4438         (imap-fetch-safe): New function.
4439         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4440
4441         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4442
4443         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4444         (imap-parse-greeting): Fix doc strings.
4445         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4446         (imap-parse-flag-list): Make messages unique.
4447         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4448
4449         * nnimap.el: Fix author email.
4450         (nnimap-split-rule): Add FIXME comment.
4451         (nnimap-debug): Fix doc string.
4452
4453 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4456
4457 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4460         nslookup if resolv.conf isn't available.
4461         (dns-query): Rename from query-dns.
4462         (dns-query-cached): Rename from query-dns-cached.
4463
4464 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4467         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4468         to check if those variables exist (first appeared in Emacs 18.50).
4469
4470 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * mm-util.el (mm-line-number-at-pos): New function.
4473
4474         * spam-report.el (spam-report-process-queue): Use it.
4475
4476 2008-12-24  David Engster  <dengste@eml.cc>
4477
4478         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4479         parameters that haven't existed as variables as buffer-local variables.
4480
4481 2008-12-23  Dave Love  <fx@gnu.org>
4482
4483         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4484         cadar.
4485
4486         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4487         imap-starttls-p.
4488         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4489
4490 2008-12-22  Dave Love  <fx@gnu.org>
4491
4492         * imap.el: Fix author email.  Doc fixes.
4493         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4494         reply.
4495
4496 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * spam-report.el (spam-report-gmane-max-requests): New constant.
4499         (spam-report-gmane-wait): New variable.
4500         (spam-report-gmane-ham, spam-report-gmane-spam)
4501         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4502         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4503         the server.
4504
4505         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4506         Add explanations.
4507
4508         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4509         nnheader-accept-process-output and nnheader-read-timeout if available.
4510         (pop3-movemail): Use it.
4511
4512         * message.el (message-check-news-body-syntax): Fix signature check if
4513         there's an attachment.
4514
4515 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * mm-util.el: Add comments to the mm- emulating functions.
4518
4519 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4520
4521         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4522         by Stephen Berman <stephen.berman@gmx.net>.
4523
4524 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * mm-util.el (mm-substring-no-properties): New function.
4527         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4528         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4529         (mm-string-to-multibyte): Doc fix.
4530
4531         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4532
4533 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * mml.el (mml-attach-file): Strip text properties from file name.
4536         (Bug#1574)
4537
4538 2008-12-16  Glenn Morris  <rgm@gnu.org>
4539
4540         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4541
4542 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4545         knows since the charset specified might be a bogus alias that
4546         mm-charset-synonym-alist provides.
4547
4548 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4551         "ISO_8859-1".
4552
4553         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4554
4555 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * mm-util.el (mm-charset-eval-alist):
4558         Define it before mm-charset-to-coding-system.
4559         (mm-charset-to-coding-system): Add optional argument `silent';
4560         define it before mm-charset-override-alist.
4561         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4562         default value if it can be used in Emacs currently running;
4563         silence mm-charset-to-coding-system.
4564
4565 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4568         `allow-override' which says whether to use `mm-charset-override-alist'.
4569         (rfc2047-decode-encoded-words): Use it.
4570
4571         * mm-util.el (mm-charset-override-alist): Fix custom type;
4572         add `(gb2312 . gbk)' to choices.
4573
4574 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4577         fast.
4578
4579         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4580
4581         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4582
4583 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4584
4585         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4586         on links.
4587
4588         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4589
4590 2008-12-03  Lute Kamstra  <lute@gnu.org>
4591
4592         * sha1.el: Remove leading * from docstrings of defcustoms,
4593         deffaces, defconsts and defuns.
4594
4595 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4598         users' addresses that don't have domain parts.
4599         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4600         rather than message-narrow-to-head since there will be the message
4601         header separator.
4602
4603 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4604
4605         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4606         since the result is inserted in a unibyte buffer anyway.
4607         (nnimap-demule-use-string-to-multibyte): Remove.
4608         (nnimap-demule): Alias it to mm-string-to-multibyte.
4609
4610 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4613         variable for debugging bug#464 and bug#1174.
4614         (nnimap-demule): Use it.
4615
4616 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4619         score calculation correctly.
4620
4621 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4622
4623         * message.el (message-send-mail): Just set the buffer to unibyte
4624         rather than use mm-with-unibyte-current-buffer which does a lot more.
4625         (message-send-mail-partially): Don't bother with
4626         mm-with-unibyte-current-buffer since it's already been made unibyte by
4627         message-send-mail.
4628
4629 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4632
4633 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4636
4637 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4640         require itself and to remove `with-no-warnings'.
4641
4642 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * starttls.el (starttls-any-program-available): Get the name of the
4645         available TLS layer program.
4646         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4647         well as the host name in the "opening" message.
4648
4649         * auth-source.el (auth-source-cache, auth-source-do-cache)
4650         (auth-source-user-or-password): Cache passwords and logins by default,
4651         allow override with `auth-source-do-cache'.
4652         (auth-source-forget-user-or-password): Allow users to remove cache
4653         entries if needed.
4654
4655 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4656
4657         * md4.el (md4-buffer): Fix typo in docstring.
4658         (md4, md4-64): Doc fixes.
4659         (md4-pack-int32): Reflow docstring.
4660
4661 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4662
4663         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4664         condition-case to only the forward-sexp call.
4665
4666 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4669         quotes contained.  Make it more robust regardless by an extra
4670         condition-case wrapper.
4671
4672 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4675
4676 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * nnml.el (nnml-request-expire-articles): Check if the function set to
4679         `nnmail-expiry-target' returns the symbol `delete'.
4680
4681         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4682
4683         * nnmail.el (nnmail-expiry-target): Fix custom type.
4684
4685 2008-10-02  Glenn Morris  <rgm@gnu.org>
4686
4687         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4688         Silence compiler warning.
4689
4690 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4691
4692         * tls.el (open-tls-stream): Show the actual command being
4693         executed, instead of the format string.
4694
4695 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * lpath.el: Fbind codepage-setup for Emacs 23.
4698
4699 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4700
4701         * mml.el (mml-menu): Don't assume mml2015 is bound.
4702
4703 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4706         exists.
4707
4708 2008-09-27  Glenn Morris  <rgm@gnu.org>
4709
4710         * gnus-util.el (mail-header-remove-comments): Autoload it.
4711
4712 2008-09-27  Andreas Schwab  <schwab@suse.de>
4713
4714         * gnus-util.el (gnus-split-references): Strip comments.
4715         (gnus-parent-id): Likewise.
4716
4717 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * message.el (message-confirm-send): Fix version.
4720
4721 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * message.el (message-idna-to-ascii-rhs-1): Use
4724         mail-extract-address-components rather than mail-header-parse-addresses
4725         that is an alias by default to ietf-drums-parse-addresses that does not
4726         support non-ASCII names in headers' contents.
4727
4728 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * message.el (message-confirm-send): Fixed variable documentation to
4731         avoid the "y/n" wording.
4732
4733 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4734
4735         * message.el (message-set-auto-save-file-name): Save to a different
4736         filename so multiple messages (especially drafts) can be recovered.
4737
4738 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * message.el (message-confirm-send): Add appropriate version.
4741
4742 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4743
4744         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4745         defvar.
4746
4747 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4748
4749         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4750         (mm-pkcs7-enveloped-magic): Ditto.
4751
4752 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4753
4754         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4755         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4756
4757 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4760         default, it's better.
4761
4762 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4765         summary line gnus-number property and ignore them (with a warning
4766         message).
4767
4768 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4771         macro caddr in the interactive form since it won't be expanded.
4772
4773 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4776         `charset'; fix name of function called recursively.
4777         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4778
4779 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4782         (gnus-mime-set-charset-parameters): New function.
4783         (gnus-mime-view-part-as-charset): Use it to correctly display part
4784         specifying wrong charset.
4785
4786 2008-09-08  David Engster  <dengste@eml.cc>
4787
4788         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4789         in completing-read for back end server.
4790
4791 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * message.el (message-confirm-send): New variable to confirm sending a
4794         message.
4795         (message-send): Use it.
4796
4797 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4800
4801 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4804
4805 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4808         prevent tracking too many groups.
4809         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4810         Use it.
4811
4812 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4813
4814         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4815         moving point to the bottom of the window in order to avoid recentering.
4816
4817 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4820
4821         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4822         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4823         (gnus-article-beginning-of-window): Fix calculation.
4824
4825 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-msg.el (gnus-summary-supersede-article)
4828         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4829         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4830         message header.
4831
4832 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4833
4834         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4835         pending output coming after the status change.
4836
4837 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4838
4839         * message.el:
4840         * gnus-start.el:
4841         * gnus-registry.el: Remove VMS support.
4842
4843 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4846         macro.
4847         (rfc2104-hash): Use it.
4848
4849 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4852         (gnus-summary-sort-by-most-recent-date): New commands.
4853         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4854         and menu entries.
4855
4856 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4859         don't redisplay article for raw contents; remove plural articles stuff.
4860
4861         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4862         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4863         on gnus-summary-save-article; display results properly.
4864
4865 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * lpath.el: No need to fbind ns-focus-frame.
4868
4869 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4872
4873 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4876         gnus-save-all-headers.
4877
4878 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4879
4880         * gnus-util.el (ns-focus-frame): Remove declaration.
4881         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4882         like x.
4883
4884 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4885
4886         * rfc2104.el (rfc2104-zero): Delete defconst.
4887         (rfc2104-hex-alist): Likewise.
4888         (rfc2104-hex-to-int): Delete func.
4889         (rfc2104-hexstring-to-bitstring): Likewise.
4890         (rfc2104-nybbles): New defconst.
4891         (rfc2104-hash): Rewrite for speed.
4892
4893 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * tls.el (open-tls-stream): Make it work with the 2nd argument
4896         BUFFER that is a string but does not exist as a buffer object, as
4897         mentioned in the doc-string.
4898
4899 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4902         SXEmacs.
4903
4904 2008-07-16  Glenn Morris  <rgm@gnu.org>
4905
4906         * gnus-util.el (ns-focus-frame): Declare for compiler.
4907
4908 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4911         set as a group parameter.
4912         (gnus-summary-save-in-pipe): Work when it is called independently.
4913         (gnus-summary-pipe-to-muttprint): Don't modify
4914         gnus-summary-pipe-output-default-command.
4915
4916 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4917
4918         * message.el (message-send-mail-with-sendmail):
4919         Display the error message.
4920
4921 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-default-article-saver):
4924         Add gnus-summary-save-in-pipe to choices.
4925         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4926         gnus-summary-pipe-output-default-command as the default command.
4927         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4928         instead of gnus-last-shell-command.
4929
4930         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4931         New user option.
4932         (gnus-summary-muttprint-program): Mention the value will be changed.
4933         (gnus-summary-save-article): Force showing of all headers.
4934         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4935
4936 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4937
4938         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4939
4940 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4941
4942         * nnimap.el (nnimap-id):
4943         * sieve-manage.el (sieve-manage-open): Doc fixes.
4944
4945 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4946
4947         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4948         if available.
4949
4950 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4951
4952         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4953
4954         * nnkiboze.el (nnkiboze-generate-group):
4955         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4956
4957         * nnmairix.el: Require CL.
4958
4959 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * dgnushack.el: Autoload get-display-table and put-display-table for
4962         XEmacs 21.5.
4963
4964         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4965         21.4 and SXEmacs.
4966
4967 2008-06-15  David Engster  <dengste@eml.cc>
4968
4969         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4970
4971 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4972
4973         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4974         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4975         runtime choice under XEmacs.
4976
4977         * gnus-sum.el (gnus-summary-set-display-table):
4978         Use `gnus-put-display-table', `gnus-get-display-table',
4979         `gnus-set-display-table' for the display table, instead of `aset'.
4980
4981         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4982         Use `gnus-put-display-table', `gnus-get-display-table',
4983         `gnus-set-display-table' for the display table.
4984
4985 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * nnmairix.el: Add autoloads.
4988
4989 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4990
4991         * nnmairix.el (nnmairix-delete-recreate-group)
4992         (nnmairix-update-and-clear-marks): Fix error messages.
4993
4994 2008-06-14  David Engster  <dengste@eml.cc>
4995
4996         * nnmairix.el: Upgrade to version 0.6.
4997         (nnmairix-group-toggle-propmarks-this-group)
4998         (nnmairix-group-toggle-readmarks-this-group)
4999         (nnmairix-group-delete-recreate-this-group)
5000         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5001         (nnmairix-remove-tick-mark-original-article): New commands.
5002         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5003         (nnmairix-propagate-marks-to-nnmairix-groups)
5004         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5005         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5006         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5007         functions needed for marks propagation and manipulation of read marks.
5008         (nnmairix-update-groups): New function.
5009         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5010         (nnmairix-determine-original-group-from-registry)
5011         (nnmairix-determine-original-group-from-path)
5012         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5013         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5014         New helper functions.
5015         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5016         keystrokes for new commands.
5017         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5018         (nnmairix-request-group): Check allow-fast group parameter.
5019         (nnmairix-request-create-group): Set allow-fast group parameter if
5020         nnmairix-allowfast-default is set.
5021         (nnmairix-close-group): Propagate marks upon closing if needed.
5022         (nnmairix-group-toggle-threads-this-group): Use new.
5023         nnmairix-group-toggle-parameter helper function.
5024         (nnmairix-search): Better check for empty search result.
5025         (nnmairix-goto-original-article): Use new helper functions for
5026         determining original article.
5027         (nnmairix-show-original-article): Make sure message-id is in brackets.
5028         (nnmairix-call-mairix-binary): Change variable name.
5029         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5030         helper function.
5031         (nnmairix-widget-toggle-activate): Fix doc string.
5032
5033 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * nnir.el: Require edmacro when compiling with XEmacs.
5036         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5037         available in Emacs 21.
5038
5039 2008-06-11  Glenn Morris  <rgm@gnu.org>
5040
5041         * gnus-util.el (x-focus-frame):
5042         * gnus.el (image-size):
5043         * mm-decode.el (image-size): Declare.
5044
5045         * gnus-picon.el (declare-function): Add compat definition.
5046         (image-size): Declare.
5047
5048         * gnus-group.el (tool-bar-map):
5049         * gnus-sum.el (tool-bar-map): Define for compiler.
5050
5051         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5052
5053         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5054
5055         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5056         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5057         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5058         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5059         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5060         * sieve-manage.el, spam-report.el, spam.el:
5061         Remove unnecessary eval-and-compile of autoloads.
5062
5063 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5064
5065         * auth-source.el: Precise Tramp doc.
5066
5067 2008-06-07  Glenn Morris  <rgm@gnu.org>
5068
5069         * nnmairix.el: Remove unnecessary eval-when-compile.
5070
5071 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * lpath.el: Fbind propertize for XEmacs 21.4.
5074
5075 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * nnir.el: Move here from ../contrib.
5078
5079 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5080
5081         * gnus-util.el (gnus-read-shell-command): New function.
5082         * mm-decode.el (mm-pipe-part):
5083         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5084
5085 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5088
5089 2008-06-03  Glenn Morris  <rgm@gnu.org>
5090
5091         * pop3.el (nnheader-accept-process-output): Autoload it.
5092
5093 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5096         are not 2-digit hexadecimal characters that follow `%'s.
5097
5098 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * message.el (message-bogus-recipient-p): Fix type in doc string.
5101         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5102         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5103         Improve custom options.
5104         (message-bogus-recipient-p): Adjust accordingly.
5105
5106 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5107
5108         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5109         long-form month and day names.
5110
5111 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * dgnushack.el: Autoload debug, eudc-expand-inline and
5114         pgg-snarf-keys-region for XEmacs.
5115
5116         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5117
5118         * nnmairix.el: Require edmacro when compiling with XEmacs.
5119
5120 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5123         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5124
5125 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5126
5127         * auth-source.el: Add more docs.
5128
5129         * netrc.el (netrc-machine): Always match if the port is not given.
5130
5131 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5134         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5135         retrieval faster in some cases, but might make CPU usage larger.  If
5136         this has any bad side effects, we might revert this change.
5137
5138         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5139         seems to make mail retrieval much, much faster.
5140         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5141         unconditionally.
5142
5143         * gnus-draft.el (gnus-group-send-queue): Bind
5144         message-send-mail-partially-limit to nil to avoid being prompted.
5145
5146 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5147
5148         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5149
5150         * message.el (message-bogus-address-regexp): Fix and improve custom
5151         type.
5152         (message-setup-hook): Add message-check-recipients as custom option.
5153
5154 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * message.el (message-cite-function): Remove bogus autoload which crept
5157         in during merge from v5-10.
5158
5159 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5162
5163         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5164
5165         * auth-source.el: Preliminary Tramp docs.
5166         (auth-sources): Change the default auth-sources to use
5167         EPA .gpg files.
5168
5169 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * nntp.el: Autoload `auth-source-user-or-password'.
5172         (nntp-send-authinfo): Use it.
5173
5174         * nnimap.el: Autoload `auth-source-user-or-password'.
5175         (nnimap-open-connection): Use it.
5176
5177         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5178         for the gnus-message function.
5179         (auth-source-user-or-password): Use it.
5180
5181 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5184         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5185         (rfc2104-hash): Use it.
5186
5187 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5188
5189         * gnus-art.el (gnus-article-toggle-truncate-lines):
5190         Don't use `iff' in docstring.
5191
5192 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5195
5196         * gnus-util.el (gnus-extract-address-component-name)
5197         (gnus-extract-address-component-email): Convenience functions around
5198         `gnus-extract-address-components'.
5199
5200         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5201         Use `gnus-extract-address-component-email' to fix bug of comparing full
5202         sender name to `user-mail-address'.
5203
5204 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5207         catch/throw to optimize.
5208         (gnus-registry-find-keywords): Just use member to find a keyword.
5209
5210 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5211
5212         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5213         is current before calling gnus-server-prepare.
5214         (gnus-server-setup-buffer, gnus-server-update-server)
5215         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5216
5217 2008-05-04  Juri Linkov  <juri@jurta.org>
5218
5219         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5220         (mailcap-file-default-commands): Use mailcap-replace-in-string
5221         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5222         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5223
5224 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5225
5226         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5227
5228 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5229
5230         * gnus.el: Bump version to 0.11.
5231
5232 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5233
5234         * gnus.el: No Gnus v0.10 is released.
5235
5236 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5239         hooks.
5240         (gnus-update-read-articles): Speed up non-marks-using users.
5241         (gnus-use-marks): Define gnus-use-marks.
5242         (gnus-propagate-marks): Rename variable to something more sensible.
5243
5244 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5245
5246         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5247         (gmm-image-load-path-for-library): Fix typos in docstrings.
5248         (gmm-message): Reflow docstring.
5249
5250 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * mail-source.el (mail-source-set-1, mail-source-bind):
5253         Move auth-source code out of the macro to clean it up and fix bugs.
5254
5255 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5258         by sender if it's equal to user-mail-address, it's likely to be
5259         useless.
5260
5261         * mail-source.el (mail-source-bind): Don't use user or password if they
5262         are not bound.  Unintern them if they are nil.  Don't use server unless
5263         it's bound, and default it to empty string otherwise.
5264
5265 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5266
5267         * mail-source.el: Load auth-source.el.
5268         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5269         get user name or password, if auth-sources is set up.
5270
5271         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5272         strategy of splitting with parent.
5273         (gnus-registry-split-fancy-with-parent)
5274         (gnus-registry-post-process-groups): Use it and fix prior
5275         bug (returning a list as the split result).
5276
5277         * auth-source.el (auth-sources): Remove server parameter.
5278         (auth-source-pick, auth-source-user-or-password)
5279         (auth-source-user-or-password-imap)
5280         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5281         (auth-source-user-or-password-sftp)
5282         (auth-source-user-or-password-smtp): Remove server parameter.
5283
5284 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5285
5286         * smime.el (smime-sign-region, smime-encrypt-region)
5287         (smime-decrypt-region):
5288         Remove redundant calls to `generate-new-buffer-name'.
5289
5290 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5291
5292         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5293         Don't use QP for message/rfc822.
5294         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5295
5296 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5297
5298         * sieve-manage.el (sieve-string-bytes): Remove.
5299         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5300         correct byte-length only if the process's coding-system is the same as
5301         the one used internally by Emacs to represent strings.
5302
5303 2008-04-22  Juri Linkov  <juri@jurta.org>
5304
5305         * mailcap.el (mailcap-file-default-commands): New function.
5306
5307 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * message.el (message-signature-separator, message-cite-function):
5310         Change custom version.
5311
5312 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5313
5314         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5315         commands.
5316         (tls-checktrust): Ditto.
5317
5318 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * mm-decode.el (mm-display-external): Make temp file read-only.
5321
5322 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5325         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5326         `C-c C-f d'.
5327
5328 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5329
5330         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5331
5332 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * gnus.el: Bump version to 0.9.
5335
5336 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus.el: No Gnus v0.8 is released.
5339
5340 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5341
5342         * mail-source.el (mail-source-value):
5343         Prefer fboundp to functionp so it works with macros as well.
5344
5345 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5346
5347         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5348         Fix last change in case the element is not even a symbol.
5349
5350 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5353         Prefer fboundp to functionp so it works with macros as well.
5354
5355 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * auth-source.el: Added docs.
5358         (auth-sources): Modify format to support server.
5359         (auth-source-pick, auth-source-user-or-password)
5360         (auth-source-user-or-password-imap)
5361         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5362         (auth-source-user-or-password-sftp)
5363         (auth-source-user-or-password-smtp): Add server parameter.
5364
5365 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * gnus-registry.el: Initialize the registry when gnus-registry-install
5368         is t.
5369
5370 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * compface.el (uncompface): Make buffer unibyte.
5373
5374 2008-04-05  Glenn Morris  <rgm@gnu.org>
5375
5376         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5377
5378 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5381         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5382
5383         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5384         multibyteness after rather than before erasing it.
5385
5386         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5387         mm-with-multibyte.
5388         (gnus-request-article-this-buffer): Make sure the proper decoding is
5389         used if gnus-original-article-buffer happens to be unibyte.
5390
5391         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5392         default-enable-multibyte-characters.
5393
5394         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5395         default-enable-multibyte-characters.
5396
5397         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5398
5399         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5400
5401 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5402
5403         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5404         (imap-message-copyuid-1): Use it.
5405         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5406         J. Williams in
5407         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5408
5409         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5410         imap-enable-exchange-bug-workaround.
5411         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5412
5413 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5414
5415         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5416         a 100 byte status-checks into a 2-3MB transfer for each group.
5417         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5418         to enable bug workaround or not.
5419         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5420
5421 2008-03-31  Glenn Morris  <rgm@gnu.org>
5422
5423         * message.el (mml2015-use): Declare for compiler.
5424         (message-info): Require mml2015 when appropriate.
5425
5426 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5429         whitespace.
5430
5431 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5432
5433         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5434         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5435         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5436         (nntp-service-to-port): New function.
5437         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5438         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5439         (nntp-open-netcat-stream): New function.
5440         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5441
5442 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5443
5444         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5445
5446 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5447
5448         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5449
5450 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5451
5452         * dns.el (dns-write): Use set-buffer-multibyte.
5453
5454 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5455
5456         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5457
5458 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * message.el (message-signature-separator): Change default.
5461         Improve custom type.
5462         (message-cite-function): Change default to
5463         message-cite-original-without-signature.
5464
5465         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5466         toggle.
5467
5468         * message.el (message-check-news-body-syntax): Fix signature check.
5469         (message-setup-1): Mark buffer as unmodified _after_ running
5470         message-setup-hook and handling message-alternative-emails.
5471         (message-shorten-references): Be more strict when building list of
5472         valid references to comply with GNKSA.
5473
5474         * gnus-group.el (gnus-read-ephemeral-bug-group)
5475         (gnus-read-ephemeral-debian-bug-group)
5476         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5477
5478         * message.el (message-info): Don't use booleanp which isn't supported
5479         in Emacs 21 and XEmacs.
5480
5481 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5484         gnus-group-gmane-group-download-format.
5485         (gnus-group-read-ephemeral-gmane-group): Rename from
5486         gnus-group-read-ephemeral-gmane-group.
5487         (gnus-read-ephemeral-gmane-group-url): Rename from
5488         gnus-group-read-ephemeral-gmane-group-url.
5489         (gnus-bug-group-download-format-alist): New variable.
5490         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5491         (gnus-read-ephemeral-emacs-bug-group): New commands.
5492
5493 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5496         (gnus-visible-headers): Improve custom type.
5497
5498 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * mml.el (mml-menu): Add workarounds for XEmacs.
5501
5502         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5503         X-Boundary header.
5504
5505         * message.el (message-simplify-recipients): Fix previous commit.
5506
5507 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5508
5509         * mm-util.el (mm-set-buffer-multibyte): New function.
5510         * mm-decode.el (mm-copy-to-buffer): Use it.
5511
5512 2008-03-19  Glenn Morris  <rgm@gnu.org>
5513
5514         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5515         Accidentally removed in the sync process with Emacs.
5516
5517 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * message.el (message-alter-recipients-discard-bogus-full-name):
5520         New function.
5521         (message-alter-recipients-function): New variable.
5522         (message-get-reply-headers): Use it.
5523         (message-replace-header): New helper function.
5524         (message-recipients-without-full-name): New variable.
5525         (message-simplify-recipients): New command.
5526
5527         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5528
5529         * message.el (message-info): Handle EasyPG manual.
5530
5531         * mml.el (mml-menu): Add entry for EasyPG.
5532
5533 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5534
5535         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5536         parameter.
5537
5538         * message.el (message-disassociate-draft): Specify drafts group name
5539         fully.
5540
5541 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5544         unnecessary duplicates from the match list.
5545
5546 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5549
5550         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5551
5552         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5553         args of `how-many' of which the XEmacs version doesn't take; declare
5554         Info-index-next as function.
5555
5556 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-score.el (gnus-score-headers): Fix handling of
5559         gnus-inhibit-slow-scoring.
5560
5561         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5562         string.
5563         (gnus-button-url-regexp): Improve handling of parenthesis.
5564         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5565         (gnus-button-handle-info-keystrokes): Handle index entries.
5566
5567 2008-03-15  Glenn Morris  <rgm@gnu.org>
5568
5569         * parse-time.el (parse-time-string): Simplify.
5570
5571 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5574         Incoming* files.
5575
5576 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5579         (auth-source-pick): Use it.
5580
5581 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * binhex.el (binhex-decode-region-internal):
5584         * uudecode.el (uudecode-decode-region-internal):
5585         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5586         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5587         setting default-enable-multibyte-characters.
5588
5589 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * auth-source.el (auth-source-protocols)
5592         (auth-source-protocols-customize, auth-source-choices): Added and
5593         modified variable customizations and defaults.
5594         (auth-source-pick, auth-source-user-or-password)
5595         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5596         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5597         (auth-source-user-or-password-sftp)
5598         (auth-source-user-or-password-smtp): Use new variables and provide an
5599         interface to netrc.el.
5600
5601 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5604         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5605         Make sure the nntp port to specify is a string.
5606
5607 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5608
5609         * nntp.el: Use with-current-buffer.
5610         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5611         dubious mm-with-unibyte-current-buffer.
5612         (nntp-with-open-group-function): New function extracted from
5613         nntp-with-open-group macro.
5614         (nntp-with-open-group): Use the function, so it's easier to debug.
5615         Add indentation and debugging info.
5616         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5617         the use of the netcat alternatives.
5618
5619         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5620         Avoid mm-string-as-multibyte as well.
5621
5622         * nnweb.el (nnweb-insert-html):
5623         Remove use of nnheader-string-as-multibyte.
5624
5625         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5626         (nnheader-string-as-multibyte): Remove.
5627
5628         * mm-view.el: Use inhibit-read-only.
5629         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5630         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5631         or unibyte-string.
5632
5633         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5634         (mm-uu-yenc-extract): Use with-current-buffer.
5635
5636         * gnus-soup.el (gnus-soup-send-packet): Don't use
5637         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5638
5639         * nnmh.el: Use with-current-buffer.
5640         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5641         mm-string-as-multibyte on the output of mm-encode-coding-string.
5642
5643         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5644         (nnimap-request-move-article): Use with-current-buffer.
5645
5646         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5647         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5648         conversion uses string-make-unibyte rather than string-as-unibyte.
5649
5650         * gnus-msg.el: Use with-current-buffer.
5651
5652         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5653
5654 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5655
5656         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5657         string for caching if it is 'PIN.
5658
5659 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * lpath.el: Consider the case without Emacs/W3.
5662
5663 2008-03-08  Glenn Morris  <rgm@gnu.org>
5664
5665         * time-date.el (date-to-time, time-subtract, time-add)
5666         (safe-date-to-time): Doc fixes.
5667
5668 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * mail-source.el (mail-source-delete-old-incoming-confirm):
5671         Change default to nil.
5672         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5673
5674 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * lpath.el: Rearrange.
5677
5678         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5679         (gnus-article-goto-prev-page): Work for articles having ^L's.
5680
5681         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5682
5683         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5684
5685 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5686
5687         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5688         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5689         (gnus-bookmark-jump): Adjust some variable names.
5690
5691 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * auth-source.el: New package.
5694         (auth-source-choices): Add customization entry point variable.
5695
5696         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5697         bug.
5698
5699 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5702         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5703         (gnus-registry-install-shortcuts): Rename from
5704         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5705         the `gnus-registry-mark-map' keymap dynamically from
5706         `gnus-registry-marks'.  The generated functions update the summary line
5707         when a registry mark is added or deleted, and will call
5708         `gnus-registry-install-p' (see the comments in the code).
5709         (gnus-registry-user-format-function-M): Use concat intelligently.
5710
5711         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5712         the registry mark functions.
5713
5714 2008-03-05  Glenn Morris  <rgm@gnu.org>
5715
5716         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5717         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5718         gnus-art.
5719         (top-level): No need to load own source when compiling.
5720
5721 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5724         Suggested by <chris.anderton@zetnet.co.uk>.
5725
5726 2008-03-04  Glenn Morris  <rgm@gnu.org>
5727
5728         * gnus-sum.el (top-level): No need to require gnus when compiling,
5729         since unconditionally required near start of file.
5730         (gnus-summary-display-while-building): Move definition before use.
5731
5732 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5735         formatting function.
5736
5737 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5740         with plists.
5741         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5742         Use new format.
5743
5744 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5747         `where-is-internal' that returns a range of key sequences.
5748
5749 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5750
5751         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5752
5753         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5754         (gnus-summary-jump-to-group): Consider windows on other displayed
5755         frames as well.  Similar changes might be needed elsewhere, but that's
5756         the one I've bumped into during my use.
5757
5758         * nndoc.el (nndoc-oe-dbx-type-p):
5759         * gnus-msg.el (gnus-debug):
5760         * gnus-group.el (gnus-update-group-mark-positions):
5761         Use mm-string-to-multibyte.
5762
5763 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5766         doesn't handle NotDashEscaped.
5767
5768         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5769         (mml-dnd-attach-options): Fix typo in custom choice.
5770
5771         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5772         nndoc-article-type to mbox.
5773         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5774
5775         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5776         to nil, instead of html2text.
5777
5778         * imap.el (imap-debug): Add `imap-ping-server'.
5779
5780         * gnus-bookmark.el: Add FIXMEs.
5781
5782         * message.el (message-form-letter-separator)
5783         (message-send-form-letter-delay): New variables.
5784         (message-send-form-letter): Use them.  New command to send form
5785         letters.  Requested by Uwe Siart.
5786         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5787
5788 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5789
5790         * Update copyright years.
5791
5792 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         Sync from EMACS_22_BASE.
5795
5796         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5797
5798 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5799
5800         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5801         empty author.
5802
5803 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * gnus-registry.el (gnus-registry-marks): Add variable for
5806         customization of marks and their appearance.
5807         (gnus-registry-read-mark): Use it.
5808         (gnus-registry-do-marks): Add utility function to loop through
5809         `gnus-registry-marks'.
5810         (gnus-registry-install-shortcuts-and-menus): Add function to install
5811         shortcuts and menus.
5812         (gnus-registry-initialize): Use it.
5813         (gnus-registry-default-mark): Clarify documentation.
5814
5815 2008-02-29  Glenn Morris  <rgm@gnu.org>
5816
5817         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5818         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5819         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5820         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5821         Change defcustom :version from 23.0 to 23.1.
5822
5823 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * gnus-registry.el (gnus-registry-follow-group-p)
5826         (gnus-registry-post-process-groups): Add functions to aid registry
5827         splitting and improve logging.  Clarify behavior in function
5828         documentation.
5829         (gnus-registry-split-fancy-with-parent): Use them.
5830
5831 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5832
5833         * gnus-art.el: Use with-current-buffer.
5834
5835 2008-02-27  David Engster  <dengste@eml.cc>
5836
5837         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5838         Express real group name in the response.
5839
5840 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5843         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5844         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5845         autoload gnus-registry-fetch-group when compiling.
5846         (nnmairix-request-group-with-article-number-correction): Remove
5847         unreferenced argument passed to nnmairix-call-backend.
5848
5849 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5852         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5853         Wilde.
5854
5855 2008-02-27  Glenn Morris  <rgm@gnu.org>
5856
5857         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5858         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5859         variables to defconsts.  Convert comments to doc-strings.
5860         (nnmairix-last-server, nnmairix-current-server): Convert from free
5861         variables to defvars.  Convert comments to doc-strings.
5862         (gnus-registry-fetch-group): Autoload.
5863         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5864         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5865         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5866         caddr.
5867         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5868         nnmairix-request-group-with-article-number-correction call.
5869         (nnmairix-fast, nnmairix-group): New, less general names, for free
5870         variables passed from nnmairix-request-group to
5871         nnmairix-request-group-with-article-number-correction.  Declare.
5872         (nnmairix-request-group-with-article-number-correction):
5873         Use nnmairix-fast, nnmairix-group rather than fast, group.
5874
5875 2008-02-26  David Engster  <dengste@eml.cc>
5876
5877         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5878         version 0.5.
5879
5880 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5883         instead of making an extra function call.  Don't add the current group
5884         to articles only when they have the group.  Use
5885         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5886         Reported by David <de_bb@arcor.de>.
5887
5888 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5891         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5892
5893 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * mail-source.el (mail-source-delete-incoming): Change default.
5896         Supplement doc string.
5897
5898         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5899
5900 2008-02-14  Glenn Morris  <rgm@gnu.org>
5901
5902         * time-date.el (format-seconds): New function.
5903
5904 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * nnmail.el (nnmail-message-id-cache-file): Derive from
5907         `gnus-home-directory'.
5908
5909 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5912         Document negative prefix.
5913
5914         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5915
5916 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * message.el (message-unsent-separator): Add the Exim bounce
5919         separator.
5920
5921 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5922
5923         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5924         list.
5925         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5926         recipient/signer list.
5927
5928 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * Makefile.in (datarootdir): Define.
5931         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5932         name that might contain whitespace.
5933
5934 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5937         fbound (Emacs 23 unicode), signal an error.
5938
5939 2008-02-08  Glenn Morris  <rgm@gnu.org>
5940
5941         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5942
5943 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5944
5945         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5946         ports to the calls to `netrc-machine-user-or-password' in addition to
5947         "imap" and "imaps".
5948
5949 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5950
5951         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5952
5953         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5954
5955 2008-02-01  Kenichi Handa  <handa@m17n.org>
5956
5957         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5958         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5959         (rfc2104-hash): Convert the result of concat to unibyte string.
5960
5961 2008-02-01  Dave Love  <fx@gnu.org>
5962
5963         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5964         coding-system-for-read.
5965         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5966
5967 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5970         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5971         <hanche@math.ntnu.no>.
5972
5973 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5976
5977         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5978
5979 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5980
5981         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5982         * message.el (message-beginning-of-line): Use featurep instead of bound
5983         tests in order to resolve conditionals at compile time.
5984
5985 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5986
5987         * mail-source.el (mail-sources): Add `group' choice.
5988
5989         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5990         parameter `in-group' to control into which group the articles go.
5991         Add treatment of `group' mail-source.
5992
5993 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5996
5997         * mm-decode.el (mm-dissect-buffer): Decode description.
5998
5999         * mml.el (mml-to-mime): Encode message header first.
6000
6001 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6004         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6005
6006         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6007         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6008
6009 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6012
6013 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6016         prefix keys.
6017         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6018         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6019         gnus-xmas.el.
6020
6021         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6022         (gnus-xmas-article-describe-bindings): New function.
6023         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6024         gnus-xmas-article-describe-bindings.
6025
6026         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6027
6028 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6031         Add new variables for article mark management.
6032         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6033         list of extra data entries which, when present, will indicate that the
6034         article ID should not be trimmed from the registry.
6035         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6036         functions.
6037         (gnus-registry-read-mark): New function to read a mark name from the
6038         user.
6039         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6040         (gnus-registry-set-article-mark-internal): New functions to add and
6041         remove marks.
6042         (gnus-registry-get-article-marks): New function to show the marks for
6043         an article, or retrieve them for further use.
6044
6045 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6048         keys when no argument is given.
6049
6050 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * imap.el (imap-ping-server): New variable.
6053         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6054         (imap-ping-server): Minor doc string fixes.
6055
6056 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6057
6058         * imap.el (imap-ping-server): New function.
6059         (imap-opened): Call imap-ping-server.
6060
6061 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * gnus-sum.el (gnus-article-sort-by-random)
6064         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6065         jidanni@jidanni.org.
6066
6067 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (gnus-article-describe-bindings): New function.
6070         (gnus-article-read-summary-keys): Use it.
6071         (gnus-article-mode-map): Bind `C-h b' to it.
6072
6073 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6076         XEmacs.
6077         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6078         against non-character events.
6079
6080         * lpath.el: Fbind map-keymap for Emacs 21.
6081
6082 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6085         command.
6086         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6087         instead of END.  Change name of the temp file.
6088         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6089         customizable.
6090
6091 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6094         bind `S W' to gnus-article-wide-reply-with-original; set default
6095         binding to gnus-article-read-summary-send-keys.
6096         (gnus-article-read-summary-keys): Fix the order of keys; display
6097         continuation keys correctly in the echo area; describe bindings
6098         correctly when keys end with `C-h'.
6099         (gnus-article-read-summary-send-keys): New function.
6100         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6101         for gnus-article-read-summary-send-keys; display continuation keys
6102         correctly in the echo area.
6103         (gnus-article-reply-with-original): Ignore prefix argument.
6104         (gnus-article-wide-reply-with-original): New function.
6105
6106         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6107         Emacs 21.
6108
6109 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6112         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6113
6114 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6117         (gnus-group-read-ephemeral-gmane-group): New command.
6118
6119 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6120
6121         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6122
6123 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * message.el (message-send-mail-function): Increase custom version.
6126
6127         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6128         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6129
6130 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6133         for the cases where imap-authenticate is called with a nil buffer
6134         parameter.
6135
6136 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6139         html parts correctly; support forwarded messages.
6140         (gnus-article-browse-html-article): Remove work buffers.
6141
6142         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6143         compiling.
6144         (netrc-bound-and-true-p): New macro.
6145         (netrc-parse): Use it instead of bound-and-true-p that is not available
6146         in XEmacs 21.4.
6147
6148 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * gnus-registry.el (gnus-registry-mark-article)
6151         (gnus-registry-article-marks): Add functionality to mark articles
6152         through the Gnus registry.
6153
6154         * encrypt.el: Clarify documentation for the new pgg method.
6155         (encrypt-file-alist): Add PGG option.
6156         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6157         functionality.  Abstract password key and messaging to external
6158         functions.
6159         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6160         (encrypt-message-method-and-cipher): Add new convenience external
6161         functions.
6162         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6163         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6164
6165         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6166         (netrc-parse): Use encrypt-file-alist to determine if
6167         encrypt-find-model or encrypt-insert-file-contents should be used.
6168
6169         * encrypt.el: Clarify documentation.  Load password-cache or
6170         password, whichever one is found first, instead of autoloading.
6171
6172 2007-12-19  Glenn Morris  <rgm@gnu.org>
6173
6174         * mml.el (message-options-set, message-narrow-to-head)
6175         (message-in-body-p, message-mail-p, message-encode-message-body):
6176         Autoload.
6177         (message-remove-header, message-narrow-to-headers-or-head)
6178         (message-subscribed-p, message-make-mail-followup-to)
6179         (message-position-on-field, message-news-p)
6180         (message-options-set-recipient, message-generate-headers)
6181         (message-sort-headers): Declare as functions.
6182
6183 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6186         convention in doc string.
6187
6188 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6191         title to html parts.
6192         (gnus-article-browse-html-article): Pass message header to it.
6193
6194         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6195
6196 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6199         or password compatible with XEmacs.
6200
6201 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6204         format document.
6205         (gnus-mime-delete-part): Don't write description line if empty.
6206         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6207
6208 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6209
6210         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6211         (gnus-summary-mark-read-and-unread-as-read)
6212         (gnus-summary-mark-current-read-and-unread-as-read)
6213         (gnus-summary-mark-unread-as-ticked): Doc fix.
6214         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6215
6216 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6219         Christoph Conrad <christoph.conrad@gmx.de>.
6220
6221 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6224         yes-or-no-p.
6225
6226 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * mm-decode.el (mm-add-meta-html-tag): New function.
6229         (mm-save-part-to-file, mm-pipe-part): Use it.
6230
6231         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6232         gnus-y-or-n-p instead of y-or-n-p.
6233         (gnus-article-browse-html-parts): Work with message/external-body; use
6234         mm-add-meta-html-tag.
6235
6236 2007-12-11  Glenn Morris  <rgm@gnu.org>
6237
6238         * gnus-cache.el: Require gnus-sum not just when compiling.
6239
6240         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6241
6242         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6243         definitions before use.
6244
6245         * mm-decode.el: Require gnus-util.
6246         (mm-remove-part): Only call delete-annotation on XEmacs.
6247
6248         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6249
6250         * nnmail.el: Require gnus-int.
6251
6252         * spam.el: Move `require's before `eval-when-compile's.
6253
6254         * gnus-ems.el (gnus-alive-p):
6255         * gnus-fun.el (message-goto-eoh):
6256         * gnus-util.el (gnus-group-name-decode):
6257         * mail-source.el (gnus-compress-sequence):
6258         * message.el (Info-goto-node, format-spec):
6259         * mm-bodies.el (message-options-get):
6260         * mm-decode.el (mm-view-pkcs7):
6261         * mm-util.el (gmm-write-region):
6262         * mml-smime.el (mml-compute-boundary)
6263         (gnus-completing-read-with-default):
6264         * mml.el (widget-button-press, gnus-make-hashtable):
6265         * mml1991.el (mm-decode-content-transfer-encoding)
6266         (mm-encode-content-transfer-encoding)
6267         (message-options-get, message-options-set):
6268         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6269         * nnfolder.el (gnus-request-group):
6270         * nnheader.el (ietf-drums-unfold-fws):
6271         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6272         * smime.el (gnus-run-mode-hooks):
6273         * spam-stat.el (gnus-message): Autoload.
6274
6275         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6276         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6277         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6278         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6279         Add declare-function compatibility definition.
6280
6281         * gnus-cache.el (nnvirtual-find-group-art):
6282         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6283         (gnus-add-image, gnus-add-wash-type):
6284         * gnus-group.el (nnkiboze-score-file):
6285         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6286         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6287         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6288         (message-tokenize-header, gnus-get-buffer-create)
6289         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6290         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6291         * gnus.el (gnus-group-decoded-name):
6292         * mail-source.el (imap-capability):
6293         * mm-bodies.el (message-options-set):
6294         * mm-decode.el (gnus-configure-windows):
6295         * mm-extern.el (message-goto-body):
6296         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6297         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6298         (epg-sub-key-validity, message-options-set):
6299         * mml.el (widget-event-point, gnus-configure-windows):
6300         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6301         * mml2015.el (epg-check-configuration, epg-configuration)
6302         (message-options-set):
6303         * nndb.el (nndb-request-article):
6304         * nnfolder.el (gnus-request-create-group):
6305         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6306         * nnmaildir.el (gnus-group-mark-article-read):
6307         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6308         * rfc1843.el (message-fetch-field):
6309         * spam.el (gnus-extract-address-components):
6310         Declare as functions.
6311
6312 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6315
6316         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6317
6318         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6319         bind show-trailing-whitespace for XEmacs.
6320
6321 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6324         new no-op macro for backward compatibility.
6325
6326         * imap.el (imap-string-to-integer): New function.
6327
6328 2007-12-09  Glenn Morris  <rgm@gnu.org>
6329
6330         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6331
6332         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6333         * message.el, mm-view.el, sieve-manage.el, smime.el:
6334         Add declare-function compatibility definition.
6335
6336         * gnus-art.el (w3-region, w3m-region, Info-menu):
6337         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6338         * gnus-sum.el (gnus-get-predicate):
6339         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6340         * message.el (mail-abbrev-in-expansion-header-p):
6341         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6342         (w3m-detect-meta-charset, w3m-region):
6343         * sieve-manage.el (password-read, password-cache-add)
6344         (password-cache-remove):
6345         * smime.el (password-read-and-add): Declare as functions.
6346
6347 2007-12-08  David Kastrup  <dak@gnu.org>
6348
6349         * gnus-sum.el (gnus-summary-simplify-subject-query):
6350         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6351         `message'.
6352
6353 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6356         it to bind idna-program, installation-directory, defined-colors, and
6357         face-attribute for XEmacs of the version that compiles defcustom forms.
6358
6359 2007-12-07  Glenn Morris  <rgm@gnu.org>
6360
6361         * gnus-art.el (article-make-date-line): Revert previous change.
6362
6363 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6366
6367 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6368
6369         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6370         Call gnus-add-to-range ranges only once with a prepared article-list.
6371
6372 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6373
6374         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6375         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6376         group names with backslashes.  Reported by Tassilo Horn
6377         <tassilo@member.fsf.org>.
6378
6379 2007-12-06  Deepak Goel  <deego3@gmail.com>
6380
6381         * gnus-art.el (article-make-date-line):
6382         * gnus-start.el (gnus-load):
6383         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6384
6385 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-use-idna)
6388         * gnus-start.el (gnus-site-init-file)
6389         * message.el (message-use-idna)
6390         * mm-uu.el (mm-uu-hide-markers)
6391         * smiley.el (smiley-style): Revert changes that suppress warnings.
6392
6393 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6396         specify charset to html source.  Reported by Christoph Conrad
6397         <christoph.conrad@gmx.de>.
6398
6399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6402         idna-program in order to suppress byte compile warning issued by XEmacs
6403         that came to byte compile the default value section of defcustom forms
6404         recently.
6405
6406         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6407         value of installation-directory.
6408
6409         * message.el (message-use-idna): Don't directly refer to the value of
6410         idna-program.
6411
6412         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6413
6414         * smiley.el (smiley-style): Don't directly call face-attribute.
6415
6416 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6419
6420         * gnus-dired.el: Reduce Gnus dependencies.
6421         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6422         require.  Use autoloads instead.
6423         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6424         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6425         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6426         (gnus-dired-mode): Adjust doc string.
6427         (gnus-dired-mail-mode): New variable.
6428         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6429         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6430         (gnus-dired-mail-buffers): New function.  Return mail or message
6431         composition buffers.
6432         (gnus-dired-attach): Use it.
6433         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6434         NO-DECODE.
6435         (gnus-dired-print): Use `gnus-print-buffer' depending on
6436         `gnus-dired-mail-mode'.
6437
6438 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * rfc2047.el (rfc2047-encoded-word-regexp)
6441         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6442         explaining what regexp patterns are for.
6443
6444 2007-12-04  Glenn Morris  <rgm@gnu.org>
6445
6446         * password.el: Move to password-cache.el.
6447
6448         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6449         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6450         * mml-smime.el (password-read, password-cache-add)
6451         (password-cache-remove):
6452         No need to autoload, since mml-sec requires password.
6453
6454         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6455         * message.el (gnus-extract-address-components):
6456         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6457
6458         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6459         password.
6460
6461 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * mailcap.el: Reduce dependencies.
6464         (mail-header-parse-content-type): Autoload.
6465         (mailcap-delete-duplicates): New alias.
6466         (mailcap-mime-info): Add optional argument NO-DECODE.
6467         (mailcap-mime-types): Use mailcap-delete-duplicates.
6468
6469         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6470
6471 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6472
6473         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6474         (imap-parse-status): Upcase status-att for servers that sends them
6475         lower-case (e.g., MS Exchange 2007).
6476
6477 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6480         function.
6481
6482         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6483         (gnus-uu-yenc-article): New function.
6484
6485         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6486
6487         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6488         buffer.
6489
6490 2007-12-02  Glenn Morris  <rgm@gnu.org>
6491
6492         * binhex.el (binhex): New custom group.
6493         (binhex-decoder-program, binhex-decoder-switches)
6494         (binhex-use-external): Move to the binhex custom group.
6495
6496         * uudecode.el (uudecode): New custom group.
6497         (uudecode-decoder-program, uudecode-decoder-switches)
6498         (uudecode-use-external): Move to the uudecode custom group.
6499
6500         * netrc.el (top-level): Don't load `encrypt' features.
6501         (netrc-parse): Don't use encrypt.
6502         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6503
6504         * encrypt.el: Remove file.
6505
6506 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6509         matches on patches.
6510
6511         * gnus-art.el (gnus-article-browse-html-article): Mention
6512         `mm-text-html-renderer' in the doc string.
6513
6514         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6515         string.  Add comments.
6516
6517         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6518         if rhs is ASCII.
6519
6520 2007-12-01  Glenn Morris  <rgm@gnu.org>
6521
6522         * mail-source.el (top-level): Require format-spec before
6523         eval-when-compile.
6524
6525 2007-11-30  Glenn Morris  <rgm@gnu.org>
6526
6527         * encrypt.el: Require password, rather than autoloading password-read.
6528
6529 2007-11-29  Glenn Morris  <rgm@gnu.org>
6530
6531         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6532         (sasl-make-client, sasl-next-step, sasl-step-data)
6533         (sasl-step-set-data): Declare as functions.
6534
6535 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6538
6539 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6540
6541         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6542         certs should be verified and what is to be done in the event of a
6543         verification failure.
6544
6545         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6546         caller can indicate whether the cache should be disregarded for this
6547         call.  This way the result of the call is reproducible at all times and
6548         can be considered a canonical server name for the supplied method.
6549         (gnus-agent-method-p): Canonicalize server names by pushing their
6550         method through `gnus-method-to-server' using the no-cache argument.
6551
6552         * gnus-srvr.el (gnus-server-insert-server-line): Call
6553         `gnus-method-to-server' with `no-cache' argument.
6554
6555         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6556         gnus-agent-possibly-synchronize-flags as this should be called when the
6557         server is actually being opened.
6558         (gnus-agent-possibly-synchronize-flags)
6559         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6560         flags file of an agentized server to the latter function.
6561
6562         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6563         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6564         after a connection has been established successfully.
6565
6566 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-art.el (article-display-face): Force to display face if called
6569         interactively; check if gnus-article-x-face-too-ugly matches author.
6570         (article-display-x-face): Display face even if From header is missing
6571         as article-display-face does.
6572
6573 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6574
6575         * hashcash.el (message-narrow-to-headers-or-head)
6576         (message-fetch-field, message-goto-eoh)
6577         (message-narrow-to-headers): Declare as functions.
6578
6579 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * mail-source.el (mail-sources): Default to fetch from file for
6582         compatibility with default of nnmail-spool-file.
6583
6584 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6587         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6588         to look for encoded word that should be encoded again.
6589         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6590         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6591         encoding pattern.
6592         (rfc2047-decode-region): Switch strict regexp and loose one according
6593         to rfc2047-allow-irregular-q-encoded-words.
6594
6595 2007-11-25  Romain Francoise  <romain@orebokech.com>
6596
6597         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6598
6599 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * tls.el (tls-program): Provide more custom choices from
6602         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6603         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6604
6605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6608         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6609
6610         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6611         `nnmail-spool-file'.
6612
6613         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6614         `nnmail-spool-file'.
6615
6616         * gnus-move.el (gnus-change-server): Ditto.
6617
6618         * gnus-kill.el (gnus-batch-score): Ditto.
6619
6620         * gnus-cache.el (gnus-jog-cache): Ditto.
6621
6622         * gnus-msg.el (gnus-summary-reply):
6623         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6624
6625 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6628         version.  Minor improvement to doc strings.
6629         (tls-program): Add comment.
6630
6631 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6632
6633         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6634         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6635         mismatch between the hostname provided in the certificate and the name
6636         of the host connnecting to.
6637         (open-tls-stream): Use them.  Check certificates against trusted root
6638         certificates.
6639
6640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * gnus-cache.el (gnus-cache-generate-nov-databases):
6643         Use nnml-generate-nov-databases-directory instead of
6644         nnml-generate-nov-databases-1.
6645
6646 2007-11-24  Glenn Morris  <rgm@gnu.org>
6647
6648         * message.el (message-tool-bar-retro): Update for rename
6649         mail_send.xpm->mail-send.xpm.
6650
6651 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6654         `smime-ldap-search' for Emacs 22 and up.
6655
6656 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6659
6660         * message.el (message-send-mail-function): Fix error convention.
6661         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6662         (message-widen-reply, message-send-mail, message-talkative-question)
6663         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6664         (message-clone-locals, message-send-news): Use with-current-buffer.
6665         (message-insert-or-toggle-importance): Remove unused var `valid'.
6666         (message-make-references): Remove unused var `new-references'.
6667         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6668
6669 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6670
6671         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6672         (spam-split-symbolic-return-positive): Reflow docstring.
6673         (spam-backends, spam-summary-exit-behavior)
6674         (spam-mark-ham-unread-before-move-from-spam-group)
6675         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6677         (spam-clear-cache, spam-backend-check, spam-install-backend)
6678         (spam-install-statistical-backend, spam-list-of-processors)
6679         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6680         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6681         (spam-check-crm114, spam-initialize, spam-unload-hook):
6682         Fix typos in docstrings.
6683
6684 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6687         been checked if they have never been read and those group levels are
6688         higher than the one that a user specified.
6689
6690 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6693         foreign groups unless a group level is specified by a user.
6694         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6695
6696 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * message.el (message-send-mail-function): Require sendmail.
6699
6700 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * message.el (message-send-mail-function): Check for smtpmail too.
6703
6704         * utf7.el (utf7-encode, utf7-decode): Use coding system
6705         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6706
6707         * message.el (message-send-mail-function): New function.
6708         (message-send-mail-function): Set default using
6709         message-send-mail-function.  Adjust doc string.
6710         (message-send-mail-with-mailclient): New function.
6711
6712 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6713
6714         * smime.el (from):
6715         * rfc2047.el (message-posting-charset):
6716         * qp.el (mm-use-ultra-safe-encoding):
6717         * pop3.el (parse-time-months):
6718         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6719         * nnml.el (files):
6720         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6721         (jka-compr-compression-info-list, ange-ftp-path-format)
6722         (efs-path-regexp):
6723         * nndiary.el (files):
6724         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6725         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6726         (epg-digest-algorithm-alist, inhibit-redisplay)
6727         (password-cache-expiry):
6728         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6729         (pgg-output-buffer, password-cache-expiry):
6730         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6731         (efs-path-regexp):
6732         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6733         (inhibit-redisplay):
6734         * mm-uu.el (file-name, start-point, end-point, entry)
6735         (gnus-newsgroup-name, gnus-newsgroup-charset):
6736         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6737         (latin-unity-ucs-list):
6738         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6739         (mm-uu-binhex-decode-function):
6740         * message.el (gnus-message-group-art, gnus-list-identifiers)
6741         (rmail-enable-mime-composing, gnus-local-organization)
6742         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6743         (gnus-read-active-file, facemenu-add-face-function)
6744         (facemenu-remove-face-function, gnus-article-decoded-p)
6745         (tool-bar-mode):
6746         * mail-source.el (display-time-mail-function):
6747         * gnus-util.el (nnmail-pathname-coding-system)
6748         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6749         (gnus-original-article-buffer, gnus-user-agent)
6750         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6751         (xemacs-codename, sxemacs-codename, emacs-program-version):
6752         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6753         * gnus-start.el (gnus-agent-covered-methods)
6754         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6755         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6756         (gnus-newsgroup-headers, gnus-group-list-mode)
6757         (gnus-group-mark-positions, gnus-newsgroup-data)
6758         (gnus-newsgroup-unreads, nnoo-state-alist)
6759         (gnus-current-select-method, mail-sources)
6760         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6761         (nnmail-spool-file, gnus-cache-active-hashtb):
6762         * gnus-mh.el (mh-lib-progs):
6763         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6764         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6765         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6766         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6767         (gnus-group-buffer):
6768         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6769         (font-lock-set-defaults):
6770         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6771         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6772         (gnus-summary-post-menu, total-parts, type, condition, length):
6773         * gnus-agent.el (gnus-agent-read-agentview):
6774         * flow-fill.el (show-trailing-whitespace):
6775         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6776         eval-and-compile wrappers for byte compiler pacifiers.
6777
6778         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6779         (mm-display-inline-fontify): Check for featurep 'xemacs not
6780         extent-list.
6781
6782         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6783         itimer-list.
6784         (mm-create-image-xemacs): Only do something for XEmacs.
6785         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6786
6787         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6788
6789         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6790         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6791
6792 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6793
6794         * nnimap.el (nnimap-split-download-body):
6795         * gnus-demon.el (gnus-demon):
6796         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6797
6798 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6801         macros.
6802         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6803         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6804         copy data from unibyte buffer to multibyte current buffer.
6805         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6806         to copy data from unibyte current buffer to multibyte buffer.
6807         (nntp-make-process-buffer): Make process buffer unibyte.
6808
6809         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6810
6811 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6812
6813         * pop3.el (pop3-open-server): Accept and process data more robustly at
6814         connexion start to avoid spurious "POP SSL connexion failed" errors.
6815
6816 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6819         read group names.
6820
6821 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6824
6825 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6828         (nnmail-save-active): Use a unibyte buffer when saving active file,
6829         which may contain non-ASCII group names.
6830
6831         * nnml.el (nnml-request-group): Decode group names in messages.
6832
6833 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * message.el (message-citation-line-function)
6836         (message-insert-formatted-citation-line): Fix spelling of
6837         `message-insert-formated-citation-line'.
6838
6839 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6842
6843 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6846         nnmail-pathname-coding-system.
6847
6848         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6849         that a user enters; decode group names in messages.
6850
6851         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6852
6853 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6856
6857         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6858
6859         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6860         risky local variable.
6861
6862         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6863
6864 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * encrypt.el: Improve documentation to fix function name typo.
6867         Reported by Daiki Ueno <ueno@unixuser.org>.
6868
6869 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6872         even if the point is not in the last page of an article.
6873         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6874         back to the previous page.
6875
6876 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6879
6880 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6883
6884 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6885
6886         * message.el (message-check-news-body-syntax): Avoid
6887         mm-string-as-multibyte.
6888         (message-hide-headers): Don't assume (point-min)==1.
6889
6890 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * message.el (message-remove-blank-cited-lines): Fix if remove is
6893         given.
6894         (message-bogus-address-regexp): New variable.
6895         (message-bogus-recipient-p): New function.
6896         (message-check-recipients): New command.
6897         (message-syntax-checks): Add `bogus-recipient'.
6898         (message-fix-before-sending): Add `bogus-recipient'.
6899
6900         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6901         (gnus-treat-body-boundary): Don't test window-system.
6902
6903 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6904
6905         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6906
6907 2007-10-28  Miles Bader  <miles@gnu.org>
6908
6909         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6910         at compile-time too.
6911
6912 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * gnus-msg.el (gnus-message-setup-hook): Add
6915         `message-remove-blank-cited-lines' to options.
6916
6917 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * message.el (message-remove-blank-cited-lines): New function.
6920         Suggested by Karl Plästerer.
6921
6922 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6925         mapc.
6926
6927         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6928         (top-level): Use mapc to set functions to be traced for debugging.
6929
6930         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6931         called for effect with while loop.
6932
6933         * message.el (message-talkative-question): Replace mapcar called for
6934         effect with mapc.
6935
6936         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6937         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6938         called for effect with dolist.
6939
6940         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6941
6942         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6943         gnus-extra-headers and nnmail-extra-headers.
6944
6945         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6946         called for effect with dolist.
6947         (top-level): Use mapc to set functions to be traced for debugging.
6948
6949         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6950         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6951         dolist.
6952
6953         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6954         Replace mapcar called for effect with mapc.
6955         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6956         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6957         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6958         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6959
6960         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6961         remove-if that's a cl function.
6962
6963         * webmail.el (webmail-debug): Replace mapcar called for effect with
6964         dolist.
6965
6966         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6967         with mapc.
6968
6969 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6972         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6973         with while loop.
6974
6975         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6976         functions from article-* functions.
6977         (gnus-multi-decode-header): Replace mapcar called for effect with
6978         dolist.
6979
6980         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6981         (gnus-bookmark-show-details): Replace mapcar called for effect with
6982         while loop.
6983
6984         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6985         called for effect with while loop.
6986
6987         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6988         with dolist.
6989
6990         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6991         mapcar called for effect with dolist.
6992
6993         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6994
6995         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6996         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6997         Replace mapcar called for effect with dolist.
6998         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6999         mapc.
7000
7001         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7002         Replace mapcar called for effect with dolist.
7003         (gnus-topic-list): Replace mapcar called for effect with mapc.
7004
7005         * gnus.el: Use mapc instead of mapcar to add autoloads.
7006
7007 2007-10-23  Richard Stallman  <rms@gnu.org>
7008
7009         * gnus-group.el (gnus-group-highlight): Mark as risky.
7010
7011 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus.el (gnus-server-to-method): Return method found first in
7014         gnus-newsrc-alist.
7015
7016         * gnus-art.el (gnus-article-highlight-signature)
7017         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7018         button overlay without the front stickiness.
7019
7020 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7021
7022         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7023         overview buffer needed a catch to receive its throw.
7024         (gnus-agent-flush-cache): Declared as interactive to make this function
7025         easier to use.
7026
7027 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7030         `next-line'.
7031
7032 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7035         exclude address matching message-dont-reply-to-names.
7036
7037 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-util.el (gnus-string<): New function.
7040
7041         * gnus-sum.el (gnus-article-sort-by-author)
7042         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7043
7044 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7047         the frame-focus tag is set in gnus-buffer-configuration.
7048
7049 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7052         the front stickiness.
7053
7054 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7057         url pattern; remove duplicate one.
7058         (gnus-article-extend-url-button): New function.
7059         (gnus-article-add-buttons): Use it.
7060         (gnus-button-push): Use concatenated url that it makes.
7061
7062 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7063
7064         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7065
7066 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7067
7068         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7069         Don't hardcode point-min==1.
7070
7071 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7074         Fix comment about "iso8859-1".
7075
7076 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7077
7078         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7079         ones returned from the verify-function.
7080
7081         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7082         mml2015-extract-cleartext-signature if extraction failed.
7083
7084 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7085
7086         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7087         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7088         failed.
7089
7090 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7093
7094 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7097         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7098         recommends to use EasyPG instead of PGG.
7099
7100         * pgg.el: Revert to revision 6.23.2.16.
7101
7102         * pgg-def.el: Revert to revision 6.6.2.14.
7103
7104         * pgg-gpg.el: Revert to revision 6.23.2.34.
7105
7106 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7109         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7110         thread for both the null and zero (kill/expire thread) universal prefix
7111         cases.
7112         (gnus-summary-expire-thread): Add new function to expire a thread,
7113         using gnus-summary-kill-thread.
7114         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7115         shortcuts for gnus-summary-expire-thread.
7116         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7117         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7118
7119 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7122         extras value, so an extras entry can be deleted.
7123         (gnus-registry-delete-extra-entry): Use it.
7124         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7125         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7126         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7127         storage through the gnus-registry, and provide an appropriate API for
7128         it.
7129
7130 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7133         Suggested by Leo <sdl.web@gmail.com>.
7134
7135         * gnus.el: Do.
7136
7137 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7140         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7141
7142         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7143
7144         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7145         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7146
7147 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7150         newline.
7151         (nnmbox-request-accept-article): Don't change article in source buffer;
7152         narrow to header to use message-fetch-field rather than
7153         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7154         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7155         as delimiters; make sure article ends with newline.
7156         (nnmbox-delete-mail): Correct last position of article to be deleted;
7157         ignore X-Gnus-Newsgroup header in article body.
7158         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7159         positions; make sure article ends with newline.
7160
7161         * message.el (message-display-abbrev): Don't infloop when a user
7162         inserts SPC in the beginning of header.
7163
7164         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7165         coding-system-for-read and coding-system-for-write for XEmacs having no
7166         file-coding feature.
7167
7168         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7169
7170 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7173         list of groups not followed by default.  Fix type to be regexp.
7174         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7175
7176 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7177
7178         * hmac-def.el (define-hmac-function): Switch from old-style to
7179         new-style backquotes.
7180
7181         * md4.el (md4-make-step): Likewise.
7182
7183 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7186         raw-text coding system when saving .newsrc file, which may contain
7187         non-ASCII group names.
7188
7189 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-cus.el (gnus-score-extra): New widget.
7192         (gnus-score-extra-convert): New function.
7193         (gnus-score-customize): Use it for Extra.
7194
7195 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7196
7197         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7198         (mml2015-mailcrypt-clear-verify): Use it.
7199         (mml2015-gpg-clear-verify): Use it.
7200         (mml2015-pgg-clear-verify): Use it.
7201         (mml2015-epg-clear-verify): Replace the current part with the output
7202         from GnuPG; don't extract the plaintext by itself.
7203
7204         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7205         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7206         mml2015-clear-verify-function; don't touch the armor headers or
7207         dash-escaped text here.
7208
7209 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7212         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7213         parts, or application/octet-stream as a last resort.
7214         (gnus-mime-view-part-as-type): Don't toggle display.
7215         (gnus-mime-view-part-as-charset): Don't turn off display before
7216         querying charset.
7217
7218         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7219         stuff to undisplayer function in Emacs.
7220         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7221
7222         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7223         text/calendar parts.
7224
7225 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7228         decoding text/calendar parts.
7229
7230         * message.el (message-forward-make-body-mime): Always mark body as
7231         having no illegible text; remove signed-or-encrypted argument.
7232         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7233
7234         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7235         (mml-generate-mime-1): Don't encode body if it is specified to be in
7236         raw form; don't make buffer be unibyte when inserting multibyte string.
7237
7238 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * sha1.el: Fix up comment style.
7241         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7242         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7243
7244         * hex-util.el: Fix up comment style.
7245         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7246
7247         * gnus-salt.el: Use with-current-buffer.
7248         (gnus-pick-setup-message): Fix long-standing typo.
7249
7250 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * imap.el (imap-logout-timeout): New variable.
7253         (imap-logout, imap-logout-wait): New functions.
7254         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7255
7256         * nnimap.el (nnimap-logout-timeout): New server variable.
7257         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7258         nnimap-logout-timeout.
7259
7260         * gnus-art.el (gnus-article-summary-command-nosave)
7261         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7262
7263 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus.el (gnus-maximum-newsgroup): New variable.
7266
7267         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7268         according to gnus-maximum-newsgroup.
7269
7270         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7271         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7272         Limit the range of articles according to gnus-maximum-newsgroup.
7273
7274 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7275
7276         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7277         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7278         Don't perform gnus-configure-windows here; reuse existing sticky
7279         article buffer.
7280
7281         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7282         it doesn't exist in gnus-article-mode.
7283
7284 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7287         (gnus-agent-decoded-group-name): New function.
7288         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7289         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7290
7291 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7292
7293         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7294         Add binding for gnus-sticky-article.
7295         (gnus-summary-exit): Don't kill sticky article buffers.
7296
7297         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7298         article buffer.
7299         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7300         (gnus-kill-sticky-article-buffers): New commands.
7301
7302 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * nntp.el (nntp-xref-number-is-evil): New server variable.
7305         (nntp-find-group-and-number): If it is non-nil, don't trust article
7306         numbers in the Xref header.
7307
7308 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-agent.el (gnus-agent-read-group): New function.
7311         (gnus-agent-flush-group, gnus-agent-expire-group)
7312         (gnus-agent-regenerate-group): Use it.
7313         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7314         nnmail-pathname-coding-system.
7315
7316 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7319
7320         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7321         that are unread as unread, and also as selected so that information of
7322         marks having been changed by a user may be updated when exiting group.
7323
7324 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7327         calculated ignoring signature parts to gnus-treat-article.
7328
7329 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7332         a point here in order to keep the window start.
7333         (gnus-insert-mime-security-button): Make a button overlay without the
7334         front stickiness.
7335         (gnus-mime-display-security): Goto the end of a button.
7336
7337         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7338
7339 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7342         group-name-at-point.
7343         (gnus-group-completing-read): New function that offers decoded
7344         non-ASCII group names for completion.
7345         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7346         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7347         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7348         (gnus-group-fetch-control): Use it.
7349         (gnus-fetch-group): Use group-name-at-point for the initial value
7350         rather than the default value; use gnus-alive-p.
7351
7352         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7353         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7354         (gnus-summary-post-news): Use gnus-group-completing-read.
7355
7356         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7357         (gnus-read-move-group-name): Decode group name for completion.
7358
7359 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7362         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7363         Yamaoka slightly modified the code).
7364
7365 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7368         (nnmail-split-incoming): Bind it.
7369
7370         * nnml.el (nnml-group-name-charset): New function.
7371         (nnml-decoded-group-name): Use it; don't decode group name if
7372         nnmail-group-names-not-encoded-p is non-nil.
7373         (nnml-encoded-group-name): New function.
7374         (nnml-group-pathname): Inline nnml-decoded-group-name.
7375         (nnml-request-expire-articles): Decode group name in message.
7376         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7377         nnmail-pathname-coding-system.
7378         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7379         not decoded ones according to nnmail-group-names-not-encoded-p.
7380         (nnml-generate-active-info): Use nnml-encoded-group-name.
7381
7382 2007-08-08  Glenn Morris  <rgm@gnu.org>
7383
7384         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7385         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7386         doc-strings and comments.
7387
7388 2007-07-25  Glenn Morris  <rgm@gnu.org>
7389
7390         * Relicense all FSF files to GPLv3 or later.
7391
7392 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-sum.el (gnus-summary-move-article): Make
7395         gnus-summary-respool-article work.
7396
7397 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7400         string.
7401
7402 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7403
7404         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7405         that should be ignored when comparing distant RSS articles with local
7406         ones.
7407         (nnrss-make-hash-index): New function.  Create a hash index according
7408         to the ignored fields.
7409         (nnrss-check-group): Use it.
7410
7411 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7414
7415         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7416
7417         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7418         the new optional argument ENCODED is non-nil.
7419         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7420         coding system for encoding group name.
7421         (gnus-group-make-rss-group): Pass un-encoded group name to
7422         gnus-group-make-group.
7423         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7424         encoded.
7425
7426         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7427         Encode group name to which articles are moved or copied.
7428         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7429         coding system for encoding Newsgroup, Followup-To and Xref headers.
7430
7431         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7432         marks; use nnheader-file-coding-system to write a file.
7433         (nnagent-retrieve-headers): Bind file-name-coding-system to
7434         nnmail-pathname-coding-system.
7435
7436         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7437
7438         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7439         (nnml-request-article, nnml-request-create-group)
7440         (nnml-request-rename-group, nnml-find-id)
7441         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7442         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7443         (nnml-save-marks): Use nnml-group-pathname instead of
7444         nnmail-group-pathname.
7445
7446         (nnml-request-create-group, nnml-request-expire-articles)
7447         (nnml-request-move-article, nnml-request-delete-group)
7448         (nnml-deletable-article-p, nnml-possibly-create-directory)
7449         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7450         (nnml-open-marks): Bind file-name-coding-system to
7451         nnmail-pathname-coding-system.
7452
7453         (nnml-request-article): Pass server argument to nnml-find-group-number.
7454         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7455         server argument to nnml-possibly-create-directory.
7456         (nnml-request-accept-article): Pass server argument to
7457         nnml-active-number and nnml-save-mail.
7458         (nnml-find-group-number): Pass server argument to nnml-find-id.
7459         (nnml-request-update-info): Pass server argument to
7460         nnml-marks-changed-p.
7461
7462         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7463         (nnml-save-mail, nnml-active-number): Add server argument.
7464
7465         (nnml-request-delete-group): Warn if group is missing.
7466         (nnml-get-nov-buffer): Decode group name.
7467         (nnml-generate-active-info): Encode group name.
7468         (nnml-open-marks): Decode group name in messages.
7469
7470 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7473         if it is not specified.
7474         (gnus-article-pipe-part, gnus-article-save-part)
7475         (gnus-article-interactively-view-part, gnus-article-copy-part)
7476         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7477         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7478         (gnus-article-replace-part, gnus-article-delete-part)
7479         (gnus-article-view-part-as-type): Pass raw prefix argument to
7480         gnus-article-part-wrapper.
7481
7482 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-agent.el (gnus-agent-save-active): Bind
7485         nnheader-file-coding-system to gnus-agent-file-coding-system.
7486
7487         * gnus-cache.el (gnus-cache-save-buffers)
7488         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7489         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7490         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7491         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7492         (gnus-cache-generate-active, gnus-cache-rename-group)
7493         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7494         (gnus-cache-update-overview-total-fetched-for): Bind
7495         file-name-coding-system to nnmail-pathname-coding-system.
7496         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7497         variables.
7498         (gnus-cache-decoded-group-name): New function.
7499         (gnus-cache-file-name): Use it.
7500         (gnus-cache-generate-active): Use non-decoded group name for active.
7501
7502         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7503         right place.
7504         (gnus-write-active-file): Don't break non-ASCII group names.
7505
7506         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7507         nnmail-pathname-coding-system.
7508
7509         * lpath.el: Bind default-file-name-coding-system,
7510         file-name-coding-system and language-info-alist for XEmacs.
7511
7512         * gnus-uu.el (gnus-uu-decode-save): Typo.
7513
7514 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7517
7518 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7521         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7522         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7523         (gnus-agent-flush-group, gnus-agent-flush-cache)
7524         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7525         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7526         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7527         (gnus-agent-regenerate-group)
7528         (gnus-agent-update-files-total-fetched-for)
7529         (gnus-agent-update-view-total-fetched-for): Bind
7530         file-name-coding-system to nnmail-pathname-coding-system.
7531         (gnus-agent-group-pathname): Don't encode file names by
7532         nnmail-pathname-coding-system.
7533         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7534         coding-system-for-write instead of buffer-file-coding-system to
7535         gnus-agent-file-coding-system.
7536
7537         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7538         Decode group name.
7539
7540         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7541
7542         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7543         (gnus-read-newsrc-el-file): Make group names unibyte.
7544
7545         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7546         nnmail-pathname-coding-system.
7547
7548         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7549         (nnrss-request-delete-group): Bind file-name-coding-system to
7550         nnmail-pathname-coding-system.
7551         (nnrss-read-server-data, nnrss-read-group-data): Bind
7552         file-name-coding-system correctly.
7553         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7554
7555         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7556         (nntp-server-to-method-cache): New variable.
7557         (nntp-group-pathname): New function that decodes non-ASCII group names.
7558         (nntp-possibly-create-directory, nntp-marks-changed-p)
7559         (nntp-save-marks, nntp-open-marks): Use it.
7560         (nntp-possibly-create-directory, nntp-open-marks):
7561         Bind file-name-coding-system to nnmail-pathname-coding-system.
7562         (nntp-open-marks): Decode group names when bootstrapping marks.
7563
7564         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7565         Newsgroups and Folowup-To headers.
7566
7567 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7570         (gnus-server-closed-face, gnus-server-denied-face)
7571         (gnus-server-offline-face): Remove variable.
7572         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7573
7574         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7575         of modifying message-stack directly for XEmacs.
7576
7577         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7578         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7579         if the coding-system argument is nil for XEmacs.
7580
7581         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7582         mm-charset-override-alist.
7583
7584         * rfc2047.el: Don't require base64; require rfc2045 for the function
7585         rfc2045-encode-string.
7586         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7587         to quote the parameter value.
7588
7589 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7592         form in gnus-group-name-charset-method-alist.
7593
7594         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7595         overrides the default layout edit-form.
7596
7597         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7598
7599         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7600
7601 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7604         as unfetched articles.
7605
7606 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7609
7610 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7613         original back end that keeps marks in the local system.
7614
7615 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7618         arg of pop-to-buffer for XEmacs.
7619         (gnus-article-read-summary-keys): Ditto; don't restore window
7620         configuration if summary command ends up with neither article buffer
7621         nor summary buffer; describe bindings if summary keys end with C-h.
7622
7623 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * message.el (message-fix-before-sending): Skip raw message part to be
7626         forwarded while checking illegible text.
7627         (message-forward-make-body-mime, message-forward-make-body): Mark
7628         signed or encrypted raw message as having no illegible text.
7629
7630 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7633         (gnus-message-with-timestamp-1): New macro.
7634         (gnus-message-with-timestamp): New function.
7635         (gnus-message): Use them.
7636
7637         * nnheader.el (nnheader-message): Use them.
7638
7639 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7642         .newsrc.eld file.
7643
7644 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-agent.el (gnus-agent-fetch-headers)
7647         (gnus-agent-retrieve-headers): Bind
7648         gnus-decode-encoded-address-function to identity.
7649
7650         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7651         available also when the server returns simply a dot.
7652
7653         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7654
7655 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7658
7659 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-ems.el (gnus-x-splash): Make it work.
7662
7663         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7664         from being used.
7665
7666         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7667
7668 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7671         4th and the 5th arguments.
7672
7673         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7674         the front stickiness.
7675         (gnus-article-summary-command-nosave): Correct the order of the
7676         arguments passed to pop-to-buffer.
7677         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7678         summary command ends up with the article buffer.
7679
7680         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7681         the same faces.
7682
7683 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7684
7685         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7686
7687 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7688
7689         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7690         * gnus-sum.el (gnus-summary-highlight):
7691         * pgg.el (pgg-sign-region, pgg-sign):
7692         * mail-source.el (mail-source-delete-old-incoming-confirm):
7693         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7694
7695 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-mime-view-part-externally)
7698         (gnus-mime-view-part-internally): Fix predicate function passed to
7699         completing-read.
7700
7701         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7702
7703         * gnus.el (gnus-update-message-archive-method): Add :version.
7704
7705 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus.el (gnus-update-message-archive-method): New variable.
7708
7709         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7710         according to gnus-message-archive-method if
7711         gnus-update-message-archive-method is non-nil.
7712
7713 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7716         by Loic Dachary <loic@dachary.org>.
7717         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7718
7719 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * message.el (message-pop-to-buffer): Add switch-function argument.
7722         (message-mail): Pass switch-function argument to it.
7723
7724 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7727         Improve doc string.
7728
7729 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7732         (gnus-header-content)
7733         * gnus-cite.el (gnus-cite-10)
7734         * gnus-srvr.el (gnus-server-closed)
7735         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7736         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7737         (gnus-group-mail-3-empty, gnus-group-mail-low)
7738         (gnus-group-mail-low-empty, gnus-splash)
7739         * message.el (message-header-to, message-header-cc)
7740         (message-header-subject, message-header-other, message-header-name)
7741         (message-header-xheader, message-separator, message-cited-text)
7742         (message-mml): Lighten colors of faces used for dark background.
7743
7744 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7745
7746         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7747         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7748
7749 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * message.el (message-narrow-to-headers-or-head):
7752         Ignore mail-header-separator in the body.
7753
7754 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7757         same as window size.
7758
7759 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7760
7761         * message.el (message-font-lock-keywords): Use message-header-xheader
7762         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7763         ahead of the anything pattern, to get it recognised.
7764
7765 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7768         spam.el loads uses it in the compiled defadvice form.
7769
7770 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7771
7772         * gnus-sum.el (gnus-articles-to-read)
7773         (gnus-summary-insert-old-articles): Don't truncate group name for
7774         `read-string'.
7775
7776         * gnus-util.el (gnus-limit-string): Delete this function.
7777
7778         * gnus-sum.el (gnus-simplify-subject-fully): Use
7779         `truncate-string-to-width' instead.
7780
7781 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7782
7783         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7784         if, on summary exit, the next group has to be selected.
7785         (gnus-summary-exit): Use it.
7786
7787 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7790         non-break space.
7791
7792 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7795         Check if group is not a directory.
7796         (nnfolder-request-expire-articles): Don't delete articles if the target
7797         group is not available.
7798
7799         * nnml.el (nnml-request-create-group): Properly check if group is not a
7800         file.
7801         (nnml-request-expire-articles): Don't delete articles if the target
7802         group is not available.
7803
7804         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7805         Don't quote characters that are within parentheses.
7806
7807 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7810         (gnus-handle-ephemeral-exit): Select article according to it.
7811
7812 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * message.el (message-insert-formated-citation-line): Remove newline.
7815         (message-citation-line-format): Add final \n here so that the user can
7816         avoid a blank line.
7817
7818 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7819
7820         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7821         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7822         Update lanl/arXiv support.
7823
7824 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus.el: Bump version number.
7827
7828 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * gnus.el (gnus-version-number): Bump version.
7831
7832 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7833
7834         * gnus.el: No Gnus v0.6 is released.
7835
7836 2007-04-27  Didier Verna  <didier@xemacs.org>
7837
7838         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7839         * gmm-utils.el (gmm-regexp-concat): here.
7840         * message.el: Don't require 'gnus-util.
7841         (message-dont-reply-to-names): Handle name change above.
7842         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7843
7844 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7847         since the initial value varies according to the system.
7848
7849 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7852
7853 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7854
7855         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7856
7857 2007-04-24  Didier Verna  <didier@xemacs.org>
7858
7859         Improve the type of gnus-ignored-from-addresses.
7860         * gnus-util.el (gnus-orify-regexp): New function.
7861         * message.el (gnus-util): Require it.
7862         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7863         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7864         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7865
7866 2007-04-24  Didier Verna  <didier@xemacs.org>
7867
7868         * gnus-sum.el:
7869         * gnus-utils.el: Fix some trailing whitespaces.
7870
7871 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7874         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7875         article's Message-ID; refer parent article in summary buffer.
7876
7877         * message.el (message-bounce): Call mime-to-mml.
7878
7879         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7880         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7881         optimize and/or forms properly.
7882
7883 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7886         URL.
7887
7888 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7891
7892 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7895         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7896         displayed of multipart/alternative part if it is invoked from summary
7897         buffer.
7898
7899         * mm-view.el (mm-inline-text-html-render-with-w3m)
7900         (mm-inline-text-html-render-with-w3m-standalone)
7901         (mm-inline-render-with-function): Use mail-parse-charset by default.
7902
7903 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7904
7905         * parse-time.el (parse-time-string-chars): Check if CHAR
7906         is less than the length of parse-time-syntax.
7907
7908 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7911         from gnus-newsgroup-processable.
7912
7913 2007-04-16  Didier Verna  <didier@xemacs.org>
7914
7915         * gnus-msg.el (gnus-configure-posting-styles): Handle
7916         message-signature-directory properly with :file syntax.  Reported by
7917         "Leo".
7918
7919 2007-04-11  Didier Verna  <didier@xemacs.org>
7920
7921         New user option: message-signature-directory.
7922         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7923         * message.el (message-insert-signature): Ditto.
7924         * message.el (message-signature-file): Doc update.
7925         * message.el (message-signature-directory): New.
7926
7927 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-msg.el (gnus-inews-yank-articles): Use
7930         message-exchange-point-and-mark instead of exchange-point-and-mark.
7931
7932 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * message.el (message-yank-original): Make sure cited text ends with
7935         newline; don't exchange point and mark.
7936
7937 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7938
7939         * tls.el (open-tls-stream): Properly handle case where there
7940         is no associated buffer.
7941
7942 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7943
7944         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7945         message-yank-original, make sure (< mark TEXT point).
7946
7947 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * message.el (message-fill-column): New variable.
7950         (message-mode): Use it.  Add comment on a possible new hook.
7951
7952         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7953         (nnmail-get-new-mail): Reformat.
7954
7955         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7956
7957         * gmm-utils.el: Fix Commentary.
7958         (gmm-tool-bar-from-list): Fix typo in doc string.
7959
7960 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7961
7962         * message.el (message-yank-original): Don't switch point and mark
7963         unnecessarily to put point and mark as documented.
7964
7965 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7968         from the message heads.
7969
7970 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7971
7972         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7973         article buffer does not have a window.  This may not be the best
7974         solution but is certainly better than setting the start of the null,
7975         that is the current, window.
7976
7977 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7980         (gnus-draft-setup): Run it.
7981
7982         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7983         gnus-score-fast-scoring.  Allow regexp.
7984         (gnus-score-headers): Use it.
7985
7986         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7987         XEmacs.
7988
7989         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7990         string.
7991         (gnus-button-alist): Also catch `<f1> k ...'.
7992         (gnus-treat-display-x-face): Fix doc string.
7993
7994 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7995
7996         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7997         evaluation of gnus-extended-version to ensure correct generation of the
7998         User-Agent header when message-generate-headers-first is used.
7999
8000 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8001
8002         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8003         hashcash-path is nil.  Don't call callback with incorrect number of
8004         parameters if val is 0.
8005
8006 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8007
8008         * message.el (message-required-news-headers):
8009         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8010
8011 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8012
8013         * tls.el (open-tls-stream): In handshake-waiting loop,
8014         don't wait more if there is output available to process.
8015
8016 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8017
8018         * tls.el (tls-program): Doc fix.
8019
8020 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * message.el (message-generate-new-buffers): Change the meaning of the
8023         nil value; add `standard' to the choices; treat t as `unique'; improve
8024         doc string.
8025         (gnus-select-frame-set-input-focus): Autoload.
8026         (message-buffer-name): Search for the existing message buffer if
8027         message-generate-new-buffers is nil or `standard'; treat the value t of
8028         message-generate-new-buffers as `unique'.
8029         (message-pop-to-buffer): Raise the frame already displaying the message
8030         buffer; clear the echo area after querying.
8031         (message-setup): Pass the `continue' argument to compose-mail.
8032         (message-mail): Prefer `switch-function' if it is given; search for the
8033         existing message buffer if the `continue' argument is non-nil; pass
8034         continue and switch-function arguments to compose-mail by way of
8035         message-setup.
8036         (message-mail-other-window): Adjust argument of message-setup.
8037         (message-mail-other-frame): Ditto.
8038
8039 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8042         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8043         to turn font-lock on when turning gnus-message-citation-mode on.
8044
8045 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8046
8047         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8048         (mml-smime-function-alist): New variable; add epg as the backend.
8049         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8050         mml-smime- functions instead.
8051         * mm-view.el: Require smime.
8052
8053 2007-03-05  Didier Verna  <didier@xemacs.org>
8054
8055         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8056         instead of just inheritance for posting styles.
8057         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8058
8059 2007-02-24  Chris Moore  <dooglus@gmail.com>
8060
8061         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8062         * pgg-pgp.el (pgg-pgp-encrypt-region):
8063         * pgg-gpg.el (pgg-gpg-encrypt-region):
8064         Check pgg-encrypt-for-me if no other recipients.
8065
8066 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8067
8068         * tls.el (tls-certtool-program): Fix custom type.
8069
8070 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8073         and point-at-eol instead of line-(beginning|end)-position.
8074
8075         * assistant.el (assistant-parse-buffer): Ditto.
8076
8077         * netrc.el (netrc-parse-services): Ditto.
8078
8079 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8080
8081         * mml2015.el (mml2015-epg-find-usable-key): New function.
8082         (mml2015-epg-sign): Use it.
8083         (mml2015-epg-encrypt): Use it.
8084
8085 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * message.el (message-make-in-reply-to): Quote name containing
8088         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8089         if there are special characters.  Reported by NAKAJI Hiroyuki
8090         <nakaji@jp.freebsd.org>.
8091
8092 2007-02-27  Didier Verna  <didier@xemacs.org>
8093
8094         Include the group parameters as well as the topic ones in the
8095         inheritance filter process.
8096         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8097         argument GROUP-PARAMS-LIST.
8098         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8099
8100 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * nntp.el (nntp-never-echoes-commands)
8103         (nntp-open-connection-functions-never-echo-commands): New variables.
8104         (nntp-send-command): Use them.
8105
8106 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8107
8108         * mml2015.el (mml2015-epg-verify): Simplified.
8109
8110 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mml.el (mml-content-disposition-alist): New user option.
8113         (mml-content-disposition): New function.
8114         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8115         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8116
8117 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8118
8119         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8120         verification.
8121
8122 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8123
8124         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8125         articles posted in the last 24 hours.
8126
8127 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8128
8129         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8130
8131 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8132
8133         * nntp.el (nntp-send-command): Don't wait for echoes when
8134         nntp-open-ssl-stream is used.
8135
8136 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8139         (gnus-message-add-citation-keywords)
8140         (gnus-message-remove-citation-keywords): Remove.
8141         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8142         directly, make the variables in font-lock-defaults buffer-local, add
8143         gnus-message-citation-keywords to them and then update the value of
8144         font-lock-keywords.
8145
8146 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * message.el (message-cite-original-1): Don't call
8149         gnus-article-highlight-citation.
8150
8151         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8152         citations; fix line count.
8153
8154 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8157         (gnus-message-add-citation-keywords)
8158         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8159         versions of font-lock-add-keywords and font-lock-remove-keywords to
8160         work with XEmacs correctly.
8161
8162 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-cite.el (gnus-cite-face-list): Set the values of
8165         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8166         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8167         (gnus-message-cite-prefix-regexp): New variable.
8168         (gnus-message-search-citation-line): Use it; protect against long
8169         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8170         the 0th match data for Emacs.
8171         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8172         (gnus-message-add-citation-keywords): Append keywords rather than
8173         prepending; emulate font-lock-add-keywords if it is not available.
8174         (gnus-message-remove-citation-keywords): Emulate
8175         font-lock-remove-keywords if it is not available.
8176
8177         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8178
8179         * message.el (message-cite-prefix-regexp): Set the value of
8180         gnus-message-cite-prefix-regexp.
8181
8182 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8183
8184         * nnweb.el (nnweb-google-parse-1): Update parser.
8185
8186 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8187
8188         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8189
8190 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8191
8192         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8193         regexp.
8194
8195 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8198         string-to-multibyte.
8199         (uudecode-decode-region-internal): Use it.
8200
8201         * lpath.el: Fbind string-as-multibyte for XEmacs.
8202
8203 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8206         custom choice.
8207
8208         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8209
8210 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8211
8212         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8213
8214         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8215         `write-region' to respect `mm-inhibit-file-name-handlers'.
8216
8217 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8220         Use gnus-home-directory instead of "~/" or "$HOME".
8221
8222 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8225         to mention filename.
8226         Add comments at beginning regarding usage.
8227         (encrypt-write-file-contents): Change interactive so a string is
8228         acceptable.  If the file has no associated model, show an error instead
8229         of a nonsense prompt.
8230
8231 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8232
8233         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8234         Thanks to Yoshihiko Yamada for kind notification of this typo.
8235
8236 2007-01-12  Kenichi Handa  <handa@m17n.org>
8237
8238         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8239         multibyte buffer.
8240
8241 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-score.el (gnus-score-fast-scoring): New variable.
8244         (gnus-score-headers): Use it.
8245
8246         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8247
8248         * message.el (message-cite-original-1): Call
8249         gnus-article-highlight-citation if requested.
8250         (message-make-from): Allow name and address as optional arguments.
8251
8252         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8253
8254         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8255         bugs to doc string.
8256         (gnus-button-alist): Add mid\\|message-id.
8257         (gnus-button-fetch-group): Extend for use in
8258         `browse-url-browser-function'.
8259         (gnus-button-url-regexp): Try to catch paired parentheses like in
8260         Wikipedia URLs.
8261
8262         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8263         Suggested by Simon Krahnke <overlord@gmx.li>.
8264
8265 2007-01-13  Romain Francoise  <romain@orebokech.com>
8266
8267         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8268         Update copyright.
8269
8270 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8271
8272         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8273
8274 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * gnus-registry.el (gnus-registry-unfollowed-groups)
8277         (gnus-registry-split-fancy-with-parent): Fix documentation.
8278
8279 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8282         from nnweb groups.
8283
8284 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8287         Xref urls.  Erase buffer before requesting head.
8288
8289 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8292         customizable.
8293
8294 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8295
8296         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8297         no signing key is found.
8298         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8299         no encrypting and/or signing key is found.
8300
8301 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8304
8305 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8306
8307         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8308         headers read from disk with the ones newly found in the current search.
8309         This should no longer cause problems, because the article numbers in
8310         Gmane's `nov.php' output are ignored since the previous change.
8311
8312 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8313
8314         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8315
8316 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8319         replace-regexp-in-string; bind url-version; fbind display-images-p and
8320         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8321         find-face and set-itimer-function for Emacs; bind itimer-list for
8322         Emacs.
8323
8324         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8325
8326 2007-01-01  Romain Francoise  <romain@orebokech.com>
8327
8328         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8329
8330 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8331
8332         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8333         `define-minor-mode' macro definition expanded properly.
8334         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8335         exclude it there.
8336
8337         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8338         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8339         `fboundp' test.
8340         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8341         This is OK to autoload in (S)XEmacs now.
8342
8343 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8346         keystroke.
8347         (gnus-summary-limit-to-singletons): Fix typo.
8348
8349         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8350         else fails.
8351
8352 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8353
8354         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8355         docstring.
8356
8357         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8358         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8359         (gnus-summary-insert-dormant-articles): Fix typo in message.
8360
8361 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8364         nil for XEmacs.
8365         (gnus-message-citation-mode): Don't autoload in XEmacs.
8366
8367         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8368
8369 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8370
8371         * nnimap.el (nnimap-expunge-search-string): Mention
8372         nnimap-search-uids-not-since-is-evil in docstring.
8373
8374 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * spam.el: Revert to make-obsolete-variable because
8377         define-obsolete-variable-alias is not supported in Emacs 21.
8378
8379         * spam.el (spam-ifile-path, spam-ifile-database-path)
8380         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8381         make-obsolete-variable.
8382         (spam-bsfilter-path, spam-bsfilter-program)
8383         (spam-spamassassin-path, spam-spamassassin-program)
8384         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8385         use "path" inappropriately.
8386         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8387         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8388         variable names.
8389
8390 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8391
8392         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8393         summary buffer.
8394
8395         * password.el (password-cache-remove): Use clear-string to burn
8396         password, if available.
8397
8398 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8401
8402         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8403
8404         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8405         (gnus-message-highlight-citation): Move defcustom here from
8406         gnus-cite.el.
8407         (gnus-message-citation-mode): Autoload.
8408
8409         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8410         checks to make it compile with XEmacs.
8411         (gnus-message-citation-mode): New minor mode.
8412         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8413         (gnus-message-highlight-citation): New variables.
8414         (gnus-message-search-citation-line)
8415         (gnus-message-add-citation-keywords)
8416         (gnus-message-remove-citation-keywords)
8417         (turn-on-gnus-message-citation-mode)
8418         (turn-off-gnus-message-citation-mode): New functions.
8419
8420 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8421
8422         * gnus-cite.el: Enable highlighting of different citation levels in
8423         message-mode.
8424
8425 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * message.el (message-make-fqdn): Fix comment.
8428         (message-bogus-system-names): Add ".local".
8429
8430         * spam.el (spam-ifile-path, spam-ifile-program)
8431         (spam-ifile-database-path, spam-ifile-database)
8432         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8433         Don't use "path" inappropriately.
8434         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8435         strings.
8436         (spam-check-ifile, spam-ifile-register-with-ifile)
8437         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8438         new variable names.
8439
8440         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8441         (gnus-treat-display-smileys): Simplify using
8442         gnus-image-type-available-p.
8443
8444         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8445         available.
8446
8447         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8448         `display-images-p' if available.
8449
8450 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8453         one after turning on the buffer's multibyteness instead of decoding
8454         them directly in the unibyte buffer that causes unexpected conversion
8455         in Emacs 23 (unicode).
8456
8457 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8458
8459         * message.el (message-generate-hashcash): Fix custom type.
8460
8461 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8464
8465 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8468         disconnect icons.  Add help text.
8469
8470 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8473         negated to be consistent with the others we handle.
8474
8475 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8478         version of gnus-summary-buffer to something, so that we can use two
8479         article buffers at the same time.
8480
8481 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8482
8483         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8484         trigger all the extra headers.
8485         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8486         sorting.
8487
8488 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8489
8490         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8491         solid groups.
8492
8493 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8494
8495         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8496
8497 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * legacy-gnus-agent.el: Add Copyright notice.
8500
8501 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8502
8503         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8504
8505 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8508
8509         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8510         to make it work reliably in CVS Emacs.
8511         (gnus-summary-limit-strange-charsets-predicate)
8512         (gnus-summary-limit-to-predicate): New functions.
8513
8514 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8515
8516         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8517         specifying array size.
8518         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8519         array if it is too small.
8520         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8521         (gnus-sort-threads-loop): New function.
8522
8523 2006-12-06  Chris Moore  <dooglus@gmail.com>
8524
8525         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8526         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8527
8528 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8529
8530         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8531         options.
8532
8533 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8536         DOS-ing the recipient.
8537
8538         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8539         the headers when creating the mapping to avoid mismappings.
8540         (nnweb-gmane-create-mapping): Always nix out old mapping.
8541
8542 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8545         and mm-verify-option to never.
8546
8547 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * message.el (message-signed-or-encrypted-p): New function.
8550         (message-forward-make-body): Use it.
8551
8552         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8553         Replace encode-coding-string with mm-encode-coding-string.
8554
8555 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * nneething.el (nneething-decode-file-name): Replace
8558         decode-coding-string with mm-decode-coding-string.
8559
8560         * gnus-int.el (gnus-open-server): Say failed server's name.
8561
8562 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8563
8564         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8565         strings to a single string.  Quote `errors-file-name'.
8566         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8567         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8568         Adjust calls.  Use `shell-quote-argument'.
8569
8570 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8571
8572         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8573         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8574
8575         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8576         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8577         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8578         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8579         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8580         (gnus-subscribe-newsgroup, gnus-1):
8581         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8582         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8583         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8584         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8585
8586 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8589         keystroke.
8590         (gnus-summary-limit-to-bodies): Implement headersp.
8591
8592 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8595
8596 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8599
8600 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * message.el (message-generate-hashcash): Expand range of values to
8603         include `opportunistic'.
8604         (message-send-mail): Use it.
8605
8606 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8607
8608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8609         and comment it.
8610
8611         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8612
8613 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-util.el (gnus-extract-address-components): Improve comment.
8616
8617 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-util.el (gnus-extract-address-components): Work with address in
8620         which the name portion contains @.
8621
8622         * lpath.el: Fbind custom-autoload.
8623
8624 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * gnus.el (gnus-start): Move custom group up.
8627         (gnus-select-method): Don't autoload, but make it available for
8628         `customize-variable'.
8629         (gnus-getenv-nntpserver): Don't autoload.
8630
8631 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8632
8633         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8634
8635 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * message.el (message-sendmail-extra-arguments): New variable.
8638         (message-send-mail-with-sendmail): Use it.
8639
8640 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8643         mm-with-unibyte-current-buffer to make string unibyte.
8644
8645         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8646         mm-string-as-multibyte.
8647
8648 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8649
8650         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8651         Reported by Werner Koch <wk@gnupg.org>.
8652
8653 2006-11-14  Daiki Ueno  <ueno@p360>
8654
8655         * mml2015.el: Autoload epa-select-keys when compiling.
8656
8657 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8658
8659         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8660         message-options.
8661         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8662
8663 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8664
8665         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8666         EasyPG (< 0.0.6).
8667         (mml2015-always-trust): New user option.
8668         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8669         prompt.
8670
8671 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * nntp.el (nntp-authinfo-force): New variable.
8674         (nntp-send-authinfo): Use it.
8675
8676 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8679         decode encoded words.  Improve prompt.  Add comment about forwarding.
8680         (message-replacement-char): Move up.
8681
8682 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8683
8684         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8685         instead of gnus-intersection because arguments of gnus-sorted-nunion
8686         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8687
8688 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8691         (message-simplify-subject-functions): Enable
8692         message-strip-subject-encoded-words by default.
8693
8694 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * message.el (message-strip-subject-encoded-words): New function.
8697         (message-simplify-subject-functions): New variable.
8698         (message-simplify-subject): Use it.  Fix typo in doc string.
8699         Support message-strip-subject-encoded-words.
8700
8701 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8702
8703         * gnus-diary.el (gnus-diary-delay-format-function):
8704         * nndiary.el (nndiary-reminders):
8705         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8706
8707 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-art.el (article-hide-boring-headers): Fetch date from
8710         gnus-original-article-buffer to avoid problems with localized date
8711         strings.
8712
8713 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8716
8717 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8720         New variables.
8721         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8722         (mm-charset-synonym-alist): Move some entries to
8723         mm-codepage-iso-8859-list.
8724         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8725         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8726
8727 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8730
8731 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8734         with Emacs 21 and XEmacs.
8735
8736 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * spam.el (spam-parse-address): New function for better parsing,
8739         catching errors, etc.
8740         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8741
8742 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * mm-view.el: Add interactive arg to html2text autoload.
8745
8746 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8749
8750 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8753         variables.
8754         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8755         (mm-charset-synonym-alist): Move some entries to
8756         mm-codepage-iso-8859-list.
8757
8758         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8759
8760 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * message.el (message-citation-line-format)
8763         (message-insert-formated-citation-line): Fix implementation of %E, %N
8764         and %n according to the doc string.
8765
8766 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8767
8768         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8769         car-safe to avoid bad parses.
8770
8771 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8774         names.
8775
8776         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8777
8778 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8781         header.
8782
8783         * message.el (message-draft-headers): Add Date.
8784         (message-headers-to-generate): Fix typo in docstring.
8785
8786         * nndraft.el (nndraft-required-headers): New variable.
8787         (nndraft-generate-headers): Use it.
8788
8789         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8790
8791 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8792
8793         * gnus-registry.el (gnus-registry-wash-for-keywords)
8794         (gnus-registry-find-keywords): New functions to allow easy searching of
8795         articles that are in the registry.
8796
8797 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8798
8799         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8800         ietf-drums-parse-address instead of gnus-extract-address-components.
8801         Reported by Damien Elmes <damien@repose.cx>.
8802
8803 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus.el (gnus-mime): Remove unused custom group.
8806
8807 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8810         "blank line" when searching for end of armor headers.
8811
8812 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * gmm-utils.el (gmm-write-region): Fix variable name.
8815
8816 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gmm-utils.el (gmm-write-region): New function based on compatibility
8819         code from `mm-make-temp-file'.
8820
8821         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8822
8823         * nnmaildir.el (nnmaildir--update-nov)
8824         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8825         Use `gmm-write-region'.
8826
8827 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8830         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8831
8832         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8833
8834         * message.el (message-replacement-char): New variable.
8835         (message-fix-before-sending): Use it.
8836         (message-simplify-subject): New function to remove duplicate code.
8837         (message-reply, message-followup): Use it.
8838
8839         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8840         gnus-summary-limit-to-articles.
8841
8842 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-util.el (gnus-with-local-quit): New macro.
8845
8846         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8847
8848 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8851         ignore non-string data.
8852
8853 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8856         non-string data (needs to be done in the registry too).
8857
8858 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8861         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8862         (gnus-registry-split-fancy-with-parent)
8863         (gnus-registry-fetch-simplified-message-subject-fast)
8864         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8865         Remove text properties on ingress into the registry and when it's saved.
8866         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8867         registry from entries with no groups.
8868
8869 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8872         function to remove string properties.
8873
8874 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gmm-utils.el (gmm): Adjust custom version.
8877
8878         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8879         custom version.
8880
8881         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8882
8883 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-art.el (gnus-insert-prev-page-button)
8886         (gnus-insert-next-page-button): Simplify.  Reformat.
8887
8888 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8889
8890         * gnus-art.el (gnus-insert-prev-page-button)
8891         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8892
8893 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8894
8895         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8896
8897 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8898
8899         * gnus-art.el (gnus-insert-mime-button)
8900         (gnus-insert-mime-security-button):
8901         Apply gnus-article-button-face to MIME and security buttons.
8902
8903 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8906         readable.
8907
8908 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8911
8912 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8913
8914         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8915         `browse-url-of-file' instead of `browse-url'.
8916
8917 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8918
8919         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8920         regexp.  Articles containing quotation were cut prematurely.
8921
8922 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * message.el (message-cite-original-1): Use nobody by default for the
8925         value of From header.
8926         (message-reply): Ditto.
8927
8928 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8929
8930         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8931         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8932         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8933
8934 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8937         mails in the doc string.  Add some URLs in comment.
8938         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8939
8940 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8943         backslashes handling and the way to find boundaries of quoted strings.
8944
8945 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8946
8947         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8948         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8949         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8950         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8951
8952 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8955         doc string.
8956         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8957
8958 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * lpath.el: Fbind epg-check-configuration.
8961
8962 2006-09-06  Simon Josefsson  <jas@extundo.com>
8963
8964         * mml2015.el (mml2015-use): Doc fix, mention epg.
8965
8966 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8967
8968         * mml2015.el (mml2015-use): Default to epg, if available.
8969
8970 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8971
8972         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8973         message-sender.
8974         (mml1991-epg-encrypt): Ditto.
8975         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8976         message-sender.
8977         (mml2015-epg-encrypt): Ditto.
8978
8979 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8980
8981         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8982         several common directories.
8983
8984 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8985
8986         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8987         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8988
8989 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (article-decode-encoded-words): Make it fast.
8992
8993 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8996
8997         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8998         in quoted string into `\'.
8999
9000 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9003         Use standard-syntax-table.
9004
9005 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-art.el (gnus-decode-address-function): New variable.
9008         (article-decode-encoded-words): Use it to decode headers which are
9009         assumed to contain addresses.
9010         (gnus-mime-delete-part): Remove useless `or'.
9011
9012         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9013         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9014         (gnus-nov-parse-line): Use it to decode From header.
9015         (gnus-get-newsgroup-headers): Ditto.
9016         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9017
9018         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9019         (mail-decode-encoded-address-string): New alias.
9020
9021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9022         New function.
9023         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9024         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9025         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9026         (rfc2047-decode-string): Ditto.
9027         (rfc2047-decode-address-region): New function.
9028         (rfc2047-decode-address-string): New function.
9029
9030 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * message.el (message-caesar-buffer-body): Allow rotating headers.
9033
9034         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9035
9036         * message.el (message-insert-formated-citation-line): Fix %f.
9037         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9038
9039 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9042         (gnus-bookmark-mouse-available-p): New macro.
9043         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9044         (gnus-bookmark-bmenu-show-infos): Use it.
9045         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9046         (gnus-bookmark-bmenu-hide-infos): Ditto.
9047         (gnus-bookmark-remove-properties): New function.
9048         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9049         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9050         (gnus-bookmark-write-file): Bind coding-system-for-write.
9051         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9052         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9053         group before selecting it.
9054         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9055         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9056         quit-window if it is not available; use gnus-mouse-2 and bind it to
9057         gnus-bookmark-bmenu-select-by-mouse.
9058         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9059         (gnus-bookmark-bmenu-select-by-mouse): New function.
9060
9061 2006-08-13  Romain Francoise  <romain@orebokech.com>
9062
9063         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9064         space.
9065
9066 2006-08-10  Romain Francoise  <romain@orebokech.com>
9067
9068         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9069         (dns-mode-soa-auto-increment-serial): New user option.
9070         (dns-mode-soa-maybe-increment-serial): New function.
9071         (dns-mode): Add the latter to `write-contents-functions'.
9072
9073 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * compface.el (uncompface): Use binary rather than raw-text-unix.
9076
9077 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * compface.el (uncompface): Make sure the eol conversion doesn't take
9080         place when communicating with the external programs.  Reported by
9081         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9082
9083 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9086
9087 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9088
9089         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9090         Make it more robust by parsing author and date independently.
9091
9092 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9095
9096 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9097
9098         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9099         first matching secret key.
9100         (mml2015-epg-encrypt): Ditto.
9101
9102         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9103         first matching secret key.
9104         (mml1991-epg-encrypt): Ditto.
9105
9106         * mml2015.el (mml2015-encrypt-to-self): New user option.
9107         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9108         mml2015-epg-encrypt-to-self is set.
9109
9110         * mml1991.el (mml1991-encrypt-to-self): New variable.
9111         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9112         mml1991-epg-encrypt-to-self is set.
9113
9114         * mml2015.el (mml2015-signers): New user option.
9115         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9116         (mml2015-epg-encrypt): Allow to select signing keys.
9117
9118         * mml1991.el (mml1991-signers): New variable.
9119         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9120         (mml1991-epg-encrypt): Allow to select signing keys.
9121
9122 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * nnheader.el (nnheader-insert-head): Make it work even if the file
9125         uses CRLF for the line-break code.
9126
9127 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9128
9129         * mml2015.el: Require mml-sec instead of password.
9130         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9131         (mml2015-cache-passphrase): Inherit the default value from
9132         mml-secure-cache-passphrase.
9133         (mml2015-passphrase-cache-expiry): Inherit the default value from
9134         mml-secure-passphrase-cache-expiry.
9135
9136         * mml1991.el: Require mml-sec instead of password.
9137         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9138         (mml1991-cache-passphrase): Inherit the default value from
9139         mml-secure-cache-passphrase.
9140         (mml1991-passphrase-cache-expiry): Inherit the default value from
9141         mml-secure-passphrase-cache-expiry.
9142
9143         * mml-sec.el: Require password.
9144         (mml-secure-verbose): New user option.
9145         (mml-secure-cache-passphrase): New user option.
9146         (mml-secure-passphrase-cache-expiry): New user option.
9147
9148 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9149
9150         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9151         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9152         andreas@altroot.de (Andreas Vögele).
9153
9154         FIXME: Use `tiny change'?
9155
9156 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9157
9158         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9159         workaround for the url package included with Emacs.
9160
9161         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9162
9163 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9166         correctly.  This fixes a bug caused by the 2006-05-12 change.
9167
9168 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9169
9170         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9171         some information about the error when saying that the `bogus' mail
9172         group will be used.
9173
9174 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9177         string.
9178
9179 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9180
9181         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9182
9183 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9184
9185         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9186
9187 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9188
9189         * mml1991.el (mml1991-function-alist): Add epg.
9190         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9191         (mml1991-epg-encrypt): New functions.
9192
9193 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9194
9195         * mml2015.el (mml2015-verbose): New variable.
9196         (mml2015-cache-passphrase): Ditto.
9197         (mml2015-passphrase-cache-expiry): Ditto.
9198         (mml2015-function-alist): Add epg.
9199         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9200         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9201         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9202         functions.
9203
9204 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9205
9206         * message.el (message-cite-original-1): Preserve region when removing
9207         quoted text due to X-No-Archive in order to avoid bogus attribution
9208         when citing multiple messages.
9209
9210 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9211
9212         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9213         Kenneth Jacker <khj@be.cs.appstate.edu>.
9214
9215 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-diary.el (gnus-user-format-function-d)
9218         (gnus-user-format-function-D): Autoload.
9219
9220         * imap.el (Commentary): Fix typo.
9221
9222         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9223         2006-04-22 contribution.
9224
9225 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9226
9227         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9228         It didn't really fix the bogosity I'm seeing with solid web groups.
9229
9230 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9233         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9234         created using server names.  If we use the feature without declaring
9235         it, Gnus does not properly manage server and group state.
9236
9237         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9238         bound.
9239
9240 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9241
9242         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9243         looking up the method using GROUP's prefix before inventing a new one.
9244         It is used on killed/unknown groups in various places where returning
9245         an all-new method isn't expected by the caller.
9246
9247         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9248         and match semantics of gnus-group-real-prefix.
9249
9250 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * nnmail.el (nnmail-broken-references-mailers): New variable.
9253         (nnmail-ignore-broken-references): New function generalizing
9254         nnmail-fix-eudora-headers.
9255         (nnmail-fix-eudora-headers): Now obsolete.
9256
9257         * gnus-art.el (gnus-button-handle-custom): Support
9258         `customize-apropos*'.
9259
9260 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9263
9264         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9265         articles.
9266
9267 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * message.el (message-cite-reply-above): New variable.
9270         (message-yank-original): Use it.
9271
9272 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9275
9276 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9279         as read.
9280
9281         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9282
9283 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9286         (gnus-bookmark-default-file): Use gnus-directory.
9287         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9288         Remove "*" in doc string.
9289         (gnus-bookmark-write-file): Simplify.
9290         (gnus-bookmark-maybe-sort-alist): Use `when'.
9291         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9292         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9293         FIXME about Emacs 21 and XEmacs compatibility.
9294         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9295         compatibility.
9296         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9297         compatibility.
9298         (gnus-bookmark-menu-heading): Fix version.
9299
9300 2006-06-19  Bastien Guerry  <bzg@altern.org>
9301
9302         * gnus-bookmark.el: New file.
9303
9304 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * message.el (message-syntax-checks): Doc fix.
9307
9308 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9309
9310         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9311         unsubscribed groups as if they were killed ones.  It causes duplicate
9312         entries in gnus-newsrc-alist.
9313
9314 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * message.el (message-syntax-checks): Doc fix.
9317         (message-send-mail): Add check for continuation headers.
9318         (message-check-news-header-syntax): Fix regexp used to check for
9319         continuation headers.
9320
9321 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9324
9325 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9328
9329 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9332         default-truncate-lines.
9333
9334 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9337         to fill the utf-8 entry.
9338
9339         * lpath.el: Fbind unicode-precedence-list.
9340
9341 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9342
9343         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9344
9345 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9346
9347         * gnus-agent.el (directory-files-and-attributes): Move all the way
9348         forward (the third and final move).
9349         (gnus-agent-read-agentview): Trap reconstruction errors due to
9350         nonexistant directory.  Handle by returning nil.
9351
9352 2006-05-30  Didier Verna  <didier@xemacs.org>
9353
9354         * message.el (message-dont-reply-to-names): Update the custom type.
9355         * message.el (message-dont-reply-to-names): New defsubst: potentially
9356         convert a list of regexps into a single one.
9357         * message.el (message-get-reply-headers): Use it.
9358         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9359
9360 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-agent.el (directory-files-and-attributes): Move forward.
9363
9364 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-ml.el (gnus-mailing-list-subscribe)
9367         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9368         (gnus-mailing-list-message): Fix doc strings.
9369
9370 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9371
9372         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9373         of doing it manually.
9374
9375 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9378         comment.
9379
9380 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9381
9382         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9383         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9384         (gnus-agent-read-local): All symbols allocated in my-obarray.
9385         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9386         (gnus-agent-regenerate-group): Check numeric names to see if they are
9387         messages or groups.
9388         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9389         better way of do this...)
9390
9391         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9392         'dummy.group' (there should be a better way of do this...)
9393
9394 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9397         (gnus-saved-headers): Ditto.
9398         (gnus-default-article-saver): Mention functions may have properties.
9399         (gnus-article-save): Override gnus-save-all-headers and
9400         gnus-saved-headers by :headers property which saver function may have.
9401         (gnus-summary-save-in-file): Add :headers property.
9402         (gnus-summary-write-to-file): Ditto.
9403
9404         * gnus-sum.el (gnus-summary-save-article): Bind
9405         gnus-prompt-before-saving to t when saving many articles in a file;
9406         always show all headers.
9407
9408         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9409
9410 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9413         marks.
9414
9415         * message.el (message-indent-citation): Add optional arguments to allow
9416         using it outside of message buffers.
9417
9418         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9419         (gnus-article-treat-unfold-headers): Use it.
9420         (gnus-article-truncate-lines): New variable.
9421         (gnus-article-mode): Use it.
9422         (gnus-article-toggle-truncate-lines): New function.
9423
9424         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9425         gnus-article-toggle-truncate-lines.
9426
9427         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9428         coding system in XEmacs, use binary.
9429
9430 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9433         after-load-alist.
9434
9435         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9436         this function should save decoded articles.
9437         (gnus-summary-write-to-file): Use property to specify this function
9438         should save decoded articles and specify gnus-summary-save-in-file
9439         should be used to save articles other than the first one when saving
9440         many articles.
9441         (gnus-summary-save-body-in-file): Use property to specify this
9442         function should save decoded articles.
9443         (gnus-summary-write-body-to-file): Use property to specify this
9444         function should save decoded articles and specify
9445         gnus-summary-save-body-in-file should be used to save articles other
9446         than the first one when saving many articles.
9447
9448         * gnus-sum.el (gnus-summary-save-article): Simplify.
9449
9450 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-art.el (gnus-default-article-saver): Add
9453         gnus-summary-write-body-to-file.
9454         (gnus-article-save-coding-system): Don't use coding system object
9455         in XEmacs.
9456         (gnus-read-save-file-name): Add optional `dir-var' argument which
9457         specifies directory in which files are saved; work even if optional
9458         `variable' argument is not specified.
9459         (gnus-summary-write-to-file): Read file name.
9460         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9461         (gnus-summary-write-body-to-file): New function.
9462
9463         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9464         (gnus-summary-local-variables): Add it.
9465         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9466         (gnus-summary-save-article): Remove optional `decode' argument;
9467         determine whether to decode articles by the value of
9468         gnus-default-article-saver; when saving many files using
9469         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9470         it first and use gnus-summary-save-in-file or
9471         gnus-summary-save-body-in-file thereafter unless
9472         gnus-prompt-before-saving is always; move point to article which
9473         will be saved.
9474         (gnus-summary-save-article-file): Revert.
9475         (gnus-summary-write-article-file): Revert.
9476         (gnus-summary-save-article-body-file): Revert.
9477         (gnus-summary-write-article-body-file): New function.
9478
9479 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-art.el (gnus-default-article-saver): Doc fix.
9482         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9483         from gnus-summary-save-article-coding-system, and default to a
9484         certain coding system.
9485         (gnus-output-to-file): Add coding cookie and encode text according
9486         to gnus-article-save-coding-system; don't use mm-append-to-file.
9487
9488         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9489         gnus-art.el and rename to gnus-article-save-coding-system.
9490         (gnus-summary-save-article): Require gnus-art; don't show all
9491         headers if it decodes articles; don't add coding cookie here;
9492         don't bind mm-text-coding-system-for-write.
9493         (gnus-summary-save-article-file): Save decoded articles.
9494         (gnus-summary-write-article-file): When saving many files, use
9495         gnus-summary-write-to-file first and gnus-summary-save-in-file
9496         thereafter unless gnus-prompt-before-saving is always.
9497         (gnus-summary-save-article-body-file): Save decoded articles.
9498
9499         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9500
9501 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * nnrss.el (nnrss-check-group): Bind hash-index.
9504
9505 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9506
9507         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9508         its hash index.  Store this hash in `nnrss-group-data'.
9509         (nnrss-read-group-data): Update accordingly.
9510
9511 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9514         entry.
9515
9516         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9517         gnus-article-browse-html-article.
9518
9519 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9520
9521         * gnus-sum.el (gnus-summary-mime-map): Add
9522         gnus-article-browse-html-article.
9523
9524         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9525
9526 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9529         suitable coding systems in customize.
9530
9531 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * mail-source.el (mail-sources): Fix custom type.
9534
9535 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9538         (gnus-summary-expire-articles-now): Shorten prompt.
9539
9540         * gmm-utils.el (wid-edit): Require.
9541         (defun-gmm): Renamed from `gmm-defun-compat'.
9542         (gmm-image-search-load-path): Use it.
9543         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9544
9545 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9548         variable.
9549         (gnus-summary-save-article): Add optional `decode' argument.  If
9550         it is set and gnus-summary-save-article-coding-system is non-nil,
9551         save decoded article.
9552         (gnus-summary-write-article-file): Save decoded article if
9553         gnus-summary-save-article-coding-system is non-nil.
9554
9555         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9556         type.
9557
9558 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9561
9562 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9565         first to test gnus-single-article-buffer which may be buffer-local.
9566
9567         * gnus-sum.el (gnus-summary-setup-buffer): Make
9568         gnus-single-article-buffer buffer-local and nil in ephemeral
9569         group; make gnus-article-buffer, gnus-article-current, and
9570         gnus-original-article-buffer always buffer-local.
9571         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9572         group.
9573         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9574
9575 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * nnml.el (nnml-request-compact-group): Compressed files might not
9578         have .gz extension.
9579
9580 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9581
9582         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9583         (mm-copy-to-buffer): Use with-current-buffer.
9584         (mm-display-part): Simplify.
9585         (mm-inlinable-p): Add optional arg `type'.
9586
9587 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9588
9589         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9590         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9591         Try harder to show the attachment internally or externally using
9592         gnus-mime-view-part-as-type.
9593
9594 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * message.el (message-from-style, message-signature-separator)
9597         (message-user-organization-file, message-send-mail-function)
9598         (message-citation-line-function, message-yank-prefix)
9599         (message-indent-citation-function, message-signature)
9600         (message-signature-file, message-signature-insert-empty-line):
9601         Remove autoloads.
9602
9603         * gnus-art.el (gnus-buttonized-mime-types): Remove
9604         "multipart/signed".  Revert 2006-04-26 change.
9605
9606 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * gnus.el (gnus-version-number): Bump version.
9609
9610 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9611
9612         * gnus.el: No Gnus v0.5 is released.
9613
9614 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9615
9616         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9617         fetching articles by message-id.
9618
9619 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (hashcash): Require hashcash as normal.
9622
9623         * ecomplete.el (ecomplete-highlight-match-line): Use
9624         point-at-eol.
9625         (ecomplete-highlight-match-line): Use `highlight', because that
9626         face exists in both Emacs and XEmacs.
9627
9628         * message.el (message-display-abbrev): Use point-at-bol.
9629
9630         * mail-source.el: Don't require timer/timer-funcs.
9631
9632         * gnus-async.el: Ditto.
9633
9634         * password.el: Ditto.
9635
9636         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9637
9638         * mm-url.el: Ditto.
9639
9640         * gnus-xmas.el: Don't require timer-funcs.
9641
9642         * mm-util.el: Require timer/timer-funcs.
9643
9644 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9645
9646         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9647         Close.
9648
9649 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9652         unibyte after clear-decrypt function runs.
9653
9654         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9655         returns as a unibyte string.
9656
9657 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * lpath.el: Revert.
9660
9661         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9662         (pgg-gpg-process-sentinel): Revert.
9663
9664         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9665         (pgg-pgp-lookup-key): Revert.
9666
9667         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9668         (pgg-pgp5-lookup-key): Revert.
9669
9670         * pgg.el (pgg-fetch-key): Revert.
9671
9672 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * lpath.el: Fbind string-as-multibyte for XEmacs.
9675
9676         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9677         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9678         (mml1991-pgg-encrypt): Ditto.
9679
9680         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9681         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9682         a multibyte buffer.
9683
9684         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9685         (pgg-pgp-lookup-key): Ditto.
9686
9687         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9688         (pgg-pgp5-lookup-key): Ditto.
9689
9690         * pgg.el (pgg-fetch-key): Ditto.
9691
9692 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * message.el (message-user-organization-file): Check several
9695         locations of the organization file.
9696
9697         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9698         Add gnus-article-view-part-as-type.
9699
9700         * gnus-art.el (gnus-article-view-part-as-type): New function.
9701
9702         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9703         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9704
9705         * mml.el: Simplify autoload.
9706         (mml-mode): defvar dnd-protocol-alist instead of using
9707         symbol-value.
9708         (mml-default-directory): New variable.
9709         (mml-minibuffer-read-file): Use it.
9710         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9711
9712         * message.el (message-citation-line-format): New variable.
9713         (message-insert-formated-citation-line): New function.
9714         (message-citation-line-function): Add
9715         `message-insert-formated-citation-line' to custom type.
9716
9717         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9718         to doc string.
9719
9720         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9721         depending on mm-verify-option.
9722
9723 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9726         binding pgg-* variables; reimplement the section which prevents
9727         MIME header from being signed.
9728         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9729         pgg-text-mode; remove a blank line at the top of body.
9730
9731         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9732         lines at the top of body; use gnus-newsgroup-charset if there's no
9733         Charset header.
9734
9735 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * message.el (message-self-insert-commands): Doc fix.
9738
9739         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9740         (mm-uu-pgp-encrypted-test): Ditto.
9741         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9742         between header and body; return application/pgp-encrypted handle
9743         if decryption failed; decode decrypted body by charset.
9744
9745         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9746         element match to application/pgp-*.
9747
9748 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9749
9750         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9751         HTML.
9752
9753 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * mail-source.el (mail-source-call-script): Message the error
9756         string.
9757
9758 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * gnus-util.el (gnus-byte-compile): Use it.
9761
9762 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9763
9764         * gnus-util.el (kill-empty-logs): New function.
9765
9766 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * message.el (message-mail-alias-type): Doc fix.
9769         (message-mail-alias-type-p): New function.
9770         (message-send): Use it.
9771         (message-mode): Ditto.
9772         (message-strip-forbidden-properties): Ditto.
9773
9774         * ecomplete.el (ecomplete-database-file-coding-system): New
9775         variable.
9776         (ecomplete-save): Use it.
9777         (ecomplete-setup): Use it.
9778
9779 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * message.el (message-self-insert-commands): New variable.
9782         (message-strip-forbidden-properties): Use it.
9783
9784 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9787         that doesn't make XEmacs choke.
9788
9789 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-util.el (gnus-replace-in-string):
9792         Prefer replace-regexp-in-string over of replace-in-string.
9793
9794 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-util.el (gnus-select-frame-set-input-focus):
9797         Use select-frame-set-input-focus if it is available in XEmacs; use
9798         definition defined in Emacs 22 for old Emacsen.
9799
9800         * dgnushack.el: Autoload unmorse-region for XEmacs.
9801
9802         * lpath.el: Bind cursor-in-non-selected-windows and
9803         select-frame-set-input-focus for XEmacs.
9804
9805 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9808
9809 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9810
9811         * gnus-registry.el (gnus-registry-cache-save): Remove text
9812         properties when saving via the temp buffer.
9813
9814 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-generate-hashcash): Honor custom type.
9817
9818 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * message.el (message-generate-hashcash): Default to non-nil when
9821         hashcash is found.
9822
9823         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9824         (gnus-refer-thread-limit): Increase default to 500.
9825
9826         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9827
9828         * flow-fill.el (fill-flowed): Allow delete-space.
9829
9830 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9833         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9834         Remove autoloads.
9835
9836 2006-04-18  Simon Josefsson  <jas@extundo.com>
9837
9838         * message.el (message-generate-hashcash): Default to.
9839
9840 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9843         concatenating segments rather than before concatenating them.
9844
9845 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9848
9849 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9852
9853         * message.el (message-forward-make-body-plain): Allow
9854         message-forward-ignored-headers to be a list.
9855         (message-remove-ignored-headers): Factor out into function.
9856         (message-forward-make-body-mml): Use it.
9857
9858         * imap.el (imap-quote-specials): New function.
9859         (imap-login-auth): Quote specials.
9860
9861         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9862         (rfc2231-parse-string): Allow concatanation of parameters that
9863         aren't contiguous.  The test case is
9864           (mail-header-parse-content-type "message/external-body;
9865             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9866             access-type=LOCAL-FILE;
9867             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9868
9869 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9870
9871         * nntp.el (nntp-accept-process-output): Return the value of
9872         `nnheader-accept-process-output'.
9873
9874 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9877         (gnus-button-alist): Recognize more diff formats.
9878         (gnus-button-patch): Strip directory.
9879
9880 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9883         Emacs 22 when setting focus.
9884
9885 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * gnus-art.el (gnus-article-treat-types): Do treatment of
9888         text/x-verbatim parts.
9889         (gnus-button-patch): New command.
9890
9891         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9892         addresses that contain invalid characters.
9893
9894 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * message.el (message-put-addresses-in-ecomplete): Use
9897         gnus-replace-in-string.
9898         (message-is-yours-p): Use the more correct
9899         mail-header-parse-address instead of
9900         mail-extract-address-components.
9901         (message-put-addresses-in-ecomplete): Fix typo.
9902
9903         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9904         keystroke.
9905
9906         * gnus-art.el (gnus-treatment-function-alist): Change order of
9907         newsgroups/generic header folding to avoid double-folding.
9908
9909         * message.el (message-hidden-headers): Add X-Draft-From.
9910
9911         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9912         command.
9913         (gnus-summary-repeat-search-article-backward): New command.
9914
9915         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9916         groups in the parent topic.
9917
9918 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9919
9920         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9921         (spam-extra-header-to-number): Return the CRM114 number as a
9922         number instead of a string.
9923
9924 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * gnus-art.el (gnus-face-properties-alist): Moved here from
9927         gnus-fun.
9928
9929         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9930
9931 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * message.el (message-strip-forbidden-properties): Only display on
9934         self-insert-command.
9935
9936         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9937         reindent.
9938         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9939
9940 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9941
9942         * smiley.el (smiley-style): Fix typo.
9943
9944 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * hashcash.el (hashcash-insert-payment-async-2): Use
9947         message-goto-eoh instead of doing it manually.
9948         (mail-add-payment): Use message-narrow-to-header instead of trying
9949         to do the same itself.
9950
9951         * message.el (message-hidden-headers): Add Face.
9952
9953         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9954         reparenting code.
9955         (gnus-summary-reparent-children): Refactored out code.
9956         (gnus-summary-thread-map): New keystroke.
9957         (gnus-summary-reparent-children): Make into command.
9958
9959         * smiley.el (smiley-style): Default to `medium' if using a large
9960         font.
9961
9962         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9963         does it itself.
9964
9965         * message.el (message-point-in-header-p): Simplify definition.
9966
9967 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * nnagent.el (nnagent-request-set-mark): Silence log file
9970         writing.
9971         (nnagent-request-set-mark): Use write-region instead of
9972         append-to-file.
9973
9974         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9975         strange select method.
9976
9977         * ecomplete.el (ecomplete-display-matches): Get highlightling
9978         right.
9979         (ecomplete-display-matches): Use literals.
9980         (ecomplete-display-matches): Disable message logging.
9981
9982         * message.el (message-display-abbrev): Small optimization.
9983
9984         * ecomplete.el (ecomplete-display-matches): Allow automatic
9985         display.
9986
9987         * message.el (message-strip-forbidden-properties): Display
9988         abbrevs.
9989         (message-display-abbrev): Get automatic display right.
9990
9991         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9992         keystrokes.
9993
9994 2006-04-13  Romain Francoise  <romain@orebokech.com>
9995
9996         TODO: Backport to v5-10!
9997
9998         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9999         Moved here (and renamed) from gnus-registry.el.
10000
10001         * gnus-registry.el: Require gnus-util.
10002         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10003
10004 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * gnus-group.el (gnus-group-catchup-current): Change
10007         if-then-else-if-then-else into cond.
10008         (gnus-group-catchup): Indent.
10009         (group-name-at-point): New function.
10010         (gnus-fetch-group): Provide default from thing at point.
10011
10012 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * message.el (message-display-abbrev): Fix regexp.
10015
10016         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10017         choosing.
10018         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10019         dead variables.
10020
10021         * message.el (message-newline-and-indent): Remove debugging.
10022         (message-display-abbrev): Use new implementation.
10023
10024 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-art.el (gnus-article-mode): Set
10027         cursor-in-non-selected-windows to nil.
10028
10029         * smiley.el: Revert previous change.
10030         (smiley-data-directory): defvar it before using it in the
10031         defcustom of `smiley-style'.
10032
10033 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * message.el (message-newline-and-indent): New function.
10036
10037         * ecomplete.el: Implement more bits.
10038
10039         * message.el (message-put-addresses-in-ecomplete): Clean up the
10040         string.
10041
10042         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10043
10044         * gnus-sum.el (gnus-summary-save-parts): Bind
10045         gnus-summary-save-parts-counter and use it to make unique file
10046         names.
10047
10048         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10049
10050         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10051         parameter to say whether to actually parse the individual
10052         addresses.
10053
10054         * message.el (message-put-addresses-in-ecomplete): New function.
10055         (ecomplete): Require.
10056         (message-mail-alias-type): Add ecomplete as an option.
10057
10058 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10059
10060         * flow-fill.el (fill-flowed): Remove trailing space from blank
10061         quoted lines.
10062
10063 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * smiley.el (smiley-style): Move definition later to avoid a
10066         compilation warning.
10067
10068 2006-04-12  Kenichi Handa  <handa@m17n.org>
10069
10070         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10071         buffer and then decode the buffer text if necessary.
10072         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10073         first, and after mm-encode-body, change the buffer to unibyte.
10074         Use mm-disable-multibyte instead of set-buffer-multibyte.
10075
10076 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10079         Content-Type header instead of Content-Disposition header.
10080         (gnus-mime-inline-part): Ditto.
10081         (gnus-mime-view-part-as-charset): Ignore charset that the part
10082         specifies.
10083
10084         * mm-decode.el (mm-display-part): Work with external parts and
10085         usual parts similarly.
10086
10087         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10088         instead of gnus-display-mime.
10089
10090         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10091         instead of with-temp-buffer.
10092
10093         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10094         tag to summarized topics part in order to encode non-ASCII text.
10095
10096 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * smiley.el (smiley-style): New variable.
10099         (smiley-directory): New function.
10100         (smiley-data-directory): Derive from `smiley-style' using
10101         `smiley-directory'.
10102         (smiley-regexp-alist): Add new entries.
10103
10104         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10105         (gnus-article-browse-delete-temp): Add :version.
10106
10107 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10108
10109         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10110         the sieve region.
10111
10112 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * gnus.el (gnus-version-number): Bump version.
10115
10116 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gnus.el: No Gnus v0.4 is released.
10119
10120 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10123         layout.
10124
10125         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10126         unknown charset.
10127
10128         * message.el (message-header-synonyms): Add Original-To to the
10129         default.
10130
10131         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10132         optional parameter.
10133
10134 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-fun.el (gnus): Require it for gnus-directory.
10137
10138 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10141
10142 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10143
10144         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10145
10146 2006-04-05  Simon Josefsson  <jas@extundo.com>
10147
10148         * password.el (password-reset): New function.
10149
10150 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10151
10152         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10153         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10154
10155 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10156
10157         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10158         Some whitespace was matched into the url, which broke browsing hits
10159         > 100 when mm-url-use-external was nil.
10160
10161 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10164         gnus-extra-headers for 'Newsgroups.
10165
10166         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10167         bound.
10168
10169 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * pgg-gpg.el: Clean up process buffers every time gpg processes
10172         complete.
10173
10174 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10177         doc string.
10178
10179 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10180
10181         * pgg-gpg.el (pgg-gpg-process-filter)
10182         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10183
10184         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10185         lines, temporary fix.
10186
10187 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10190
10191 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10192
10193         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10194         default-enable-multibyte-characters.  This reverts the change from
10195         revision 6.17 which is no longer necessary because the passphrase
10196         is sent separately now.  GnuPG messages are unreadable under
10197         multibyte locales with default-enable-multibyte-characters set to
10198         nil.
10199
10200 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * message.el (message-tool-bar-gnome): Move "spell".
10203
10204 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10207         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10208         instead.
10209
10210 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10211
10212         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10213         newsgroups handling for NNTP overviews which don't include
10214         Newsgroups.
10215
10216 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10217
10218         * message.el (message-resend): Bind message-generate-hashcash to nil.
10219
10220 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10221
10222         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10223         when searching for already-paid recipients.
10224
10225 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10226
10227         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10228         passphrases when it is not needed.
10229         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10230         passphrase stuff from gpg, should only be necessary when you use
10231         gpg with a smartcard.
10232
10233 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mml.el (mml-insert-mime): Ignore cached contents of
10236         message/external-body part.
10237
10238         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10239         (mm-insert-part): Ditto.
10240
10241 2006-03-23  Simon Josefsson  <jas@extundo.com>
10242
10243         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10244         Reiner.
10245         (pgg-gpg-use-agent-p): Use it again.
10246
10247 2006-03-23  Simon Josefsson  <jas@extundo.com>
10248
10249         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10250         older emacsen.
10251         (pgg-gpg-use-agent-p): Don't use it.
10252
10253 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10256         if we can.
10257
10258 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10259
10260         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10261         (pgg-gpg-update-agent): New function.
10262         (pgg-gpg-use-agent-p): New function.
10263         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10264         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10265         (pgg-gpg-sign-region): Use it.
10266
10267 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10270         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10271
10272 2006-03-21  Simon Josefsson  <jas@extundo.com>
10273
10274         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10275         <wilde@sha-bang.de>.
10276         (pgg-gpg-use-agent): New variable.
10277         (pgg-gpg-process-region): Use it.
10278         (pgg-gpg-encrypt-region): Likewise.
10279         (pgg-gpg-encrypt-symmetric-region): Likewise.
10280         (pgg-gpg-decrypt-region): Likewise.
10281         (pgg-gpg-sign-region): Likewise.
10282         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10283
10284 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10287
10288         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10289         Add comment on version.
10290
10291 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * smiley.el: Add missing test smiley.
10294
10295 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * mm-decode.el (mm-with-part): New macro.
10298         (mm-get-part): Use it; work with message/external-body as well.
10299         (mm-save-part): Treat name and filename equally.
10300
10301         * mm-extern.el (mm-extern-cache-contents): New function.
10302         (mm-inline-external-body): Use it; force the part to be displayed;
10303         move undisplayer added to the cached handle to the parent.
10304
10305         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10306         (gnus-mime-view-part-as-type): Work with message/external-body.
10307
10308         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10309
10310 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10313         images in image-load-path.  [Sync with image.el, revision 1.60, in
10314         Emacs.]
10315
10316 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10319         path rather than symbol.  Always return list of directories.
10320         Guarantee that image directory comes first.  [Sync with image.el,
10321         revision 1.59, in Emacs.]
10322
10323         * message.el (message-make-tool-bar): Adjust to new API of
10324         `gmm-image-load-path-for-library'.
10325
10326         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10327
10328         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10329
10330 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10331
10332         * gnus-art.el (gnus-article-only-boring-p):
10333         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10334         intangible text.
10335         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10336
10337 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10340         `defun' instead of `gmm-defun-compat'.
10341
10342 2006-03-14  Simon Josefsson  <jas@extundo.com>
10343
10344         * message.el (message-unique-id): Don't use message-number-base36
10345         if (user-uid) is a float.
10346         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10347
10348 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10351
10352         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10353         empty line between a part and a message part.
10354
10355 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * smiley.el: Add more test smileys.
10358         (smiley-data-directory, smiley-regexp-alist)
10359         (gnus-smiley-file-types): Fix doc strings.
10360         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10361         adding new elements.
10362         (smiley-mouse-map): Unused code.  Make it a comment.
10363
10364 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10367         scan latest NoCeM messages instead of old ones.
10368         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10369         delimiters that are recently used.
10370         (gnus-nocem-load-cache): Add autoload cookie.
10371
10372         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10373
10374         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10375         level which is larger than gnus-use-nocem is specified.
10376
10377         * gnus-group.el (gnus-group-get-new-news): Ditto.
10378
10379 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-util.el (gnus-tool-bar-update): New function.
10382
10383         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10384         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10385
10386         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10387
10388         * gnus-group.el (gnus-group-redraw-when-idle)
10389         (gnus-group-redraw-check): Remove.
10390         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10391
10392 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10395         if optional last element is specified in splits (FIELD VALUE...).
10396
10397 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10400         to gmm-image-load-path-for-library.  Call with no-error argument.
10401         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10402
10403         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10404
10405         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10406
10407         * gmm-utils.el (gmm-image-load-path): Remove alias.
10408
10409 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * gmm-utils.el (gmm-image-load-path): Add alias.
10412
10413         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10414         nnml-generate-nov-databases-1.
10415         (nnml-generate-nov-databases): Use it.
10416         (nnml-generate-nov-databases-directory): Document no-active
10417         argument.
10418
10419         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10420         directory if path is t.  Add no-error.
10421
10422         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10423         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10424
10425         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10426         resetting gnus-article-browse-html-temp-list.
10427
10428         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10429         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10430         Add example to docstring.  Rename local variables.  Move error
10431         checks to default case in cond and simplify.
10432
10433 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10436         handle is multipart when calling it recursively.
10437         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10438
10439 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10440
10441         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10442         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10443
10444 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10447         is loaded.
10448
10449         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10450         loaded.
10451
10452 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10455         to "Emacs 23 (unicode)" in doc string.
10456
10457         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10458         "Emacs 23 (unicode)" in comment.
10459
10460 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10463
10464         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10465         characters 160 through 255 in Emacs 23.
10466
10467 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10470         gnus-article-browse-html-temp.
10471         (gnus-article-browse-delete-temp): Make it customizable.  Add
10472         `file'.  Adjust doc string.
10473         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10474         query for each file.  Adjust doc string.
10475         (gnus-article-browse-html-parts): Add
10476         `gnus-article-browse-delete-temp-files' to
10477         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10478
10479 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10480
10481         * gnus-art.el (gnus-article-browse-html-temp)
10482         (gnus-article-browse-delete-temp): New variables.
10483         (gnus-article-browse-delete-temp-files): New function.
10484         (gnus-article-browse-html-parts): Use it.
10485
10486 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10489
10490         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10491         string.
10492
10493         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10494         gnus-summary-insert-new-articles when unplugged.  Remove
10495         gnus-summary-search-article-forward.
10496
10497         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10498         display-visual-class instead of display-color-cells.
10499
10500 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * dgnushack.el: Autoload customize-group for XEmacs.
10503
10504         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10505         message/* containing non-ASCII text properly.
10506
10507 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * message.el: Require gmm-utils, remove autoloads.
10510         (message-tool-bar): Set default based on
10511         gmm-tool-bar-style.
10512         (message-tool-bar-gnome): Add gmm-customize-mode.
10513
10514         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10515         gmm-tool-bar-style.
10516         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10517
10518         * gnus-group.el (gnus-group-tool-bar): Set default based on
10519         gmm-tool-bar-style.
10520         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10521
10522         * gmm-utils.el (gmm-image-directory): Rename variable from
10523         gmm-image-load-path.
10524         (gmm-image-load-path): Use gmm-image-directory.
10525         (gmm-customize-mode): New function.
10526         (gmm-tool-bar-style): New variable.
10527
10528         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10529         gnus-group-redraw-line-number.
10530         (gnus-group-redraw-check): Simplify.
10531         (gnus-group-tool-bar-update): Remove redraw check.
10532         (gnus-group-make-tool-bar): Add redraw check.
10533
10534 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10535
10536         * gnus-art.el (gnus-button): Add missing parentheses.
10537
10538 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * lpath.el: Fbind line-number-at-pos.
10541
10542 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10545
10546 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gnus-art.el (gnus-button): New face.
10549         (gnus-article-button-face): Use it.
10550
10551         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10552         gnus-summary-next-page.  Re-order.
10553
10554         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10555         next-node are now included.
10556         (gnus-group-redraw-line-number): New internal variable.
10557         (gnus-group-redraw-check): Helper function for updating the tool
10558         bar.
10559         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10560
10561         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10562
10563         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10564         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10565         Use it to match format of Spamassassin 3.0 and later.  Reported by
10566         IRIE Tetsuya <irie@t.email.ne.jp>.
10567         (spam-check-bogofilter)
10568         (spam-bogofilter-register-with-bogofilter): Fix args of
10569         `gnus-error' calls.
10570
10571 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10574         unnecessary interaction when sending queued mails.  Reported by
10575         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10576
10577 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10580         first or last are nil.
10581
10582 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10583
10584         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10585
10586 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10589
10590 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * dns.el (query-dns): Protect more against buggy tcp output.
10593
10594 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10597         nov.php.
10598
10599 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10600
10601         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10602         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10603         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10604         output on the server side.
10605         (nnweb-google-create-mapping): Update regexps and add some
10606         progress indication.
10607
10608 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10611         gnus-agent-toggle-plugged.  Re-order icons.
10612         (gnus-group-tool-bar-gnome): Add
10613         gnus-group-{prev,next}-unread-group.
10614         (gnus-group-tool-bar-gnome): Re-order icons.
10615
10616         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10617         gnus-summary-insert-new-articles.
10618
10619         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10620         comments.
10621
10622         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10623         also available in Emacs 21.3.
10624
10625         * message.el (message-fix-before-sending): Change "Emacs 22" to
10626         "Emacs 23 (unicode)" in comment.
10627
10628         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10629         "Emacs 23 (unicode)" in comment.
10630
10631         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10632         comment.
10633         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10634
10635         * mm-view.el (mm-fill-flowed): Add :version.
10636
10637 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10640         and load-path.
10641
10642 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * message.el: Autoload gmm-image-load-path.
10645         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10646         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10647         consitency.
10648
10649         * gmm-utils.el (gmm-image-load-path): Also search in
10650         "../etc/images".  Don't set gmm-image-load-path if we don't find
10651         the image.
10652
10653 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gmm-utils.el (gmm-image-load-path): Don't make
10656         `gmm-image-load-path' include subdirectories which the second arg
10657         `image' might specify.
10658
10659         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10660         subdirectory to icon file names.
10661
10662         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10663
10664 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10667         gmm-image-load-path calls.
10668
10669         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10670
10671         * message.el (message-make-tool-bar): Ditto.
10672
10673         * mml.el (mml-preview): Added comment concerning tool bar icons.
10674
10675         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10676         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10677
10678         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10679         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10680
10681         * message.el (message-tool-bar-gnome): Use new icon names.
10682         (message-make-tool-bar): Use `gmm-image-load-path'.
10683
10684         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10685         functions from MH-E.
10686         (gmm-image-load-path): New variable from MH-E.
10687         (gmm-image-load-path): New function from MH-E.  Added arguments
10688         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10689         *-image-load-path-called-flag.
10690
10691 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10692
10693         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10694
10695 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10696
10697         * nnimap.el (nnimap-request-move-article): Change folder back to
10698         source group before deleting.
10699
10700 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10703
10704         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10705         mm-url.
10706
10707         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10708
10709 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10712         coding system which mm-charset-to-coding-system returns for a
10713         given charset is valid.
10714
10715 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10716
10717         * html2text.el (html2text-remove-tag-list):
10718         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10719
10720 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10721
10722         * gnus-cus.el: Revert 2005-10-17 change.
10723
10724 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (article-strip-banner): Call
10727         article-really-strip-banner only when the regexp match is made.
10728
10729 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (article-strip-banner): Use
10732         gnus-extract-address-components instead of
10733         mail-header-parse-addresses to make it work with non-ASCII text;
10734         remove mail-encode-encoded-word-string.
10735
10736         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10737         values which are surrounded with \"...\"; make it never cause a
10738         Lisp error; give up parsing of parameters if it failed in
10739         extracting type.
10740
10741 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10742
10743         * smime.el (smime-cert-by-ldap-1): Fix bug where
10744         `smime-ldap-search' returns results without userCertificates.
10745
10746 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10749
10750 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * spam.el (spam-check-spamassassin-headers): Adapt format for
10753         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10754         <ari@mbf.ocn.ne.jp>.
10755         (spam-list-of-processors): Add spam-use-gmane.
10756
10757 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10760         make-temp-file; make it work with XEmacs as well.
10761
10762         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10763         mm-make-temp-file.
10764
10765         * mm-decode.el (mm-display-external): Use the 3rd arg of
10766         mm-make-temp-file.
10767         (mm-create-image-xemacs): Ditto.
10768
10769 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10772         with message-narrow-to-headers.
10773         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10774         (gnus-draft-check-draft-articles): New function.
10775         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10776
10777 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-art.el (gnus-article-browse-html-parts):
10780         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10781         Don't use suffix argument for mm-make-temp-file for Emacs 21
10782         compatibility.  Remove useless `format'.
10783
10784 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10785
10786         * nnweb.el (nnweb-google-wash-article): Update regexps.
10787         (nnweb-group-alist): Use defvoo instead of defvar.
10788
10789 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10792         re-loading nn* modules.
10793
10794 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10797         for `tool-bar-mode' and don't check it's default-value.
10798
10799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10800
10801         * message.el (message-make-tool-bar): Ditto.
10802
10803         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10804         `substring'.  Shorten tmp-file name.
10805
10806         * gnus.el: Remove bogus comment.
10807
10808 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10809
10810         * gnus-art.el (gnus-article-browse-html-parts): New function.
10811         (gnus-article-browse-html-article): New function for viewing html
10812         articles with a browser.
10813
10814 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10815
10816         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10817         in elisp.
10818         (pgg-gpg-encrypt-symmetric-region): Ditto.
10819         (pgg-gpg-sign-region): Ditto.
10820
10821         * pgg-def.el (pgg-text-mode): New variable.
10822
10823         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10824         (mml2015-pgg-encrypt): Ditto.
10825
10826         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10827         (mml1991-pgg-encrypt): Ditto.
10828
10829 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10832         message-make-date instead of current-time-string.
10833
10834         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10835         to gnus-decoded which mm-uu might set.
10836
10837 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10840         don't decode quoted parameters; remove misimported Emacs code.
10841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10842         (rfc2231-decode-encoded-string): Don't use split-string which
10843         behaves differently according to Emacs version; use
10844         mm-decode-coding-region to convert charset to coding-system.
10845         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10846         (rfc2231-encode-string): Remove misimported Emacs code.
10847
10848 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10851         when calling mail-header-parse-content-type.
10852         (article-de-quoted-unreadable): Ditto.
10853         (article-de-base64-unreadable): Ditto.
10854         (article-wash-html): Ditto.
10855
10856         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10857         calling mail-header-parse-content-type and
10858         mail-header-parse-content-disposition.
10859         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10860         mail-header-parse-content-type.
10861
10862         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10863         insert charset and format parameters; encode description after
10864         inserting it to buffer.
10865         (mml-insert-parameter): Fold lines properly even if a parameter is
10866         segmented into two or more lines; change the max column to 76.
10867
10868         * rfc1843.el (rfc1843-decode-article-body): Don't use
10869         ignore-errors when calling mail-header-parse-content-type.
10870
10871         * rfc2231.el (rfc2231-parse-string): Return at least type if
10872         possible; don't cause an error even if it fails in parsing of
10873         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10874         (rfc2231-encode-string): Don't break lines at the beginning, leave
10875         it to mml-insert-parameter.
10876
10877         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10878         calling mail-header-parse-content-type.
10879
10880 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * spam-report.el (spam-report-gmane-use-article-number):
10883         Improve doc string.
10884         (spam-report-gmane-internal): Check if a suitable header was found
10885         in the article.
10886
10887 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10890         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10891
10892 2006-02-05  Romain Francoise  <romain@orebokech.com>
10893
10894         Update copyright notices of all files in the gnus directory.
10895
10896 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10897
10898         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10899
10900 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10903         segmented lines of parameter value to cope with Thunderbird 1.5
10904         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10905         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10906         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10907
10908 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10909
10910         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10911         parts.
10912
10913 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10914
10915         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10916         there's only one active file for all servers.
10917         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10918         solid groups.  Gnus might have used a FAST request to select the group.
10919         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10920         and nnweb-search redundantly in the active file.
10921         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10922         (nnweb-request-create-group): Don't use ARGS.
10923         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10924         initialisations.  Let nnoo do the work.
10925
10926 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10929         Say the part has been decoded.
10930
10931         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10932
10933 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10934
10935         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10936         mailcap-viewer-test-cache when there's no 'test clause, since that
10937         will invert the meaning of a "nil" test previously determined by
10938         mailcap-mailcap-entry-passes-test.
10939
10940 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10943         compiling.
10944
10945         * gnus-sum.el: Ditto.
10946
10947         * message.el: Don't bind tool-bar-map when compiling.
10948
10949 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10952
10953 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10954
10955         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10956         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10957         current Google Groups.
10958
10959 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10962         and tool-bar-mode.
10963
10964         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10965         and tool-bar-mode.
10966
10967         * message.el (message-tool-bar-update): Simplify.
10968         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10969
10970         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10971         gnus-summary-buffer.
10972         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10973         gnus-summary-reply.
10974
10975         * gmm-utils.el (gmm): Add :version.
10976
10977 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * Makefile.in (clean): New rule.
10980         (distclean): Use it.
10981
10982 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10983
10984         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10985         autoload.
10986
10987 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gmm-utils.el (gmm-verbose): Add :group.
10990
10991 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el: Change some comments WRT tool-bars.
10994
10995         * gnus-sum.el (gnus-summary-tool-bar)
10996         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10997         (gnus-summary-tool-bar-zap-list): New variables.
10998         (gnus-summary-make-tool-bar): Complete rewrite using
10999         `gmm-tool-bar-from-list'.
11000
11001         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11002         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11003         variables.
11004         (gnus-group-make-tool-bar): Complete rewrite using
11005         `gmm-tool-bar-from-list'.
11006         (gnus-group-tool-bar-update): New function.
11007
11008         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11009
11010 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11013         is dissected into a single part of which the type is the same as
11014         the given one; decode charset.
11015
11016 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11017
11018         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11019         into alists as symbol not string, since that's what
11020         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11021         look for.
11022
11023 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11026         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11027
11028         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11029
11030 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11033         (gnus-xmas-mime-security-button-menu): New function.
11034
11035         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11036         (gnus-mime-security-button-menu): New definition.
11037         (gnus-mime-security-button-map): Use them.
11038         (gnus-mime-security-button-menu): New function.
11039         (gnus-insert-mime-security-button): Addition to help echo.
11040         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11041         (gnus-mime-security-pipe-part): New functions.
11042
11043         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11044         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11045
11046         * mm-decode.el (mm-handle-set-disposition): Remove.
11047         (mm-handle-set-description): Remove.
11048
11049 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11052         (mm-w3m-standalone-supports-m17n-p): New function.
11053         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11054         w3m usage.
11055
11056         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11057         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11058
11059 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * message.el (message-tool-bar-zap-list): Use
11062         gmm-tool-bar-zap-list as custom type.
11063         (message-tool-bar-update): New function.
11064         (message-tool-bar, message-tool-bar-gnome)
11065         (message-tool-bar-retro): Add message-tool-bar-update.
11066         (message-tool-bar-gnome): Add flyspell-buffer.
11067
11068         * gnus-util.el (gnus-error): Describe `args'.
11069
11070         * gmm-utils.el (gmm-error): Describe `args'.
11071         (gmm-tool-bar-zap-list): New widget.
11072         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11073
11074 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11077         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11078         the number of recursive calls.
11079
11080         * mm-decode.el (mm-handle-set-disposition): New macro.
11081         (mm-handle-set-description): New macro.
11082
11083 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11086         encoding.
11087
11088 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * message.el (message-tool-bar-zap-list, message-tool-bar)
11091         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11092         (message-tool-bar-local-item-from-menu): Remove.
11093         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11094         (message-make-tool-bar): New function.
11095         (message-mode): Use `message-make-tool-bar'.
11096
11097         * gmm-utils.el: New file.
11098         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11099         (gmm-lazy): New widget copied from `nnmail.el'.
11100         (gmm-tool-bar-from-list): New function for creating customizable
11101         tool bars.
11102         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11103         output.
11104         (gmm): Add :prefix to defgroup.
11105
11106 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11107
11108         * gmm-utils.el (gmm-widget-p): New function.
11109
11110 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * mml.el (mml-attach-file): Describe `description' in doc string.
11113         (mml-menu): Add Emacs MIME manual and PGG manual.
11114
11115 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11116
11117         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11118
11119 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11120
11121         * nntp.el (nntp-end-of-line): Doc fix.
11122
11123 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11124
11125         * imap.el (imap-open): Handle case where buffer is a buffer
11126         object.
11127
11128 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11129
11130         * gnus-delay.el (gnus-delay): Don't autoload.
11131         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11132         to be re-loaded when customizing the `gnus-delay' group.
11133
11134 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11135
11136         * message.el (message-insert-citation-line): Use newlines.
11137
11138 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11139
11140         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11141         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11142         these routines, so the passphrase can be managed externally and
11143         passed in to the system.
11144         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11145         pgg-add-passphrase-to-cache function.
11146
11147         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11148         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11149         these routines, so the passphrase can be managed externally and
11150         passed in to the system.
11151         (pgg-pgp5-sign-region): Use new name of
11152         pgg-add-passphrase-to-cache function.
11153
11154 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11155
11156         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11157         part of the decoded armor to find the key-identifier.
11158         (pgg-gpg-lookup-key-owner): New function to return the
11159         human-readable identifier of a key owner.
11160         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11161         itself.
11162         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11163         the key value) if we have a key and can match it against a secret
11164         key.  Also, added a note pointing out fact that the prompt only
11165         indicates the first matching key.
11166
11167         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11168         pgg-decrypt-region.
11169         (pgg-add-passphrase-to-cache): Rename from
11170         `pgg-add-passphrase-cache' to reduce confusion (all callers
11171         changed).
11172         (pgg-remove-passphrase-from-cache): Rename from
11173         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11174         changed).
11175         (pgg-read-passphrase, pgg-add-passphrase-cache)
11176         (pgg-remove-passphrase-cache): Add informative docstrings.
11177         (pgg-decrypt): Convey provided passphrase in subordinate call to
11178         pgg-decrypt-region.
11179
11180 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11181
11182         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11183         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11184         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11185         'passphrase' argument, so the passphrase can be managed externally
11186         and then passed in to the system.
11187
11188         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11189         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11190         so the passphrase cache can be used reliably with identifiers
11191         besides a pgp packet's key id.
11192
11193         * pgg-gpg.el (pgg-gpg-encrypt-region)
11194         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11195         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11196         these routines, so the passphrase can be managed externally and
11197         passed in to the system.
11198
11199         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11200         'notruncate' argument, so the passphrase cache can be used
11201         reliably with identifiers besides a pgp packet's key id.
11202
11203 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11204
11205         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11206         symmetric encryption.
11207         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11208         encrypted session key.
11209         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11210         message ask for the passphrase in a proper way.
11211
11212         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11213         New user commands for symmetric encryption.
11214
11215 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11218
11219         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11220
11221 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11222
11223         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11224
11225 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * mm-decode.el (mm-inlined-types): Add application/pgp.
11228         (mm-automatic-display): Ditto.
11229
11230         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11231         part as text.
11232
11233 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * nnrss.el: Update copyright.
11236         (nnrss-opml-import): Query whether to subscribe to each entry.
11237
11238         * gnus-art.el:
11239         * gnus-sum.el:
11240         * gnus-xmas.el:
11241         * messagexmas.el:
11242         * mm-uu.el:
11243         * mm-view.el: Update copyright.
11244
11245 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * message.el (message-info): New function.
11248         (message-mode-menu): Add it.
11249         Update copyright.
11250
11251         * ChangeLog: Fix and update copyright.
11252
11253 2006-01-13  Romain Francoise  <romain@orebokech.com>
11254
11255         * message.el (message-forward-subject-name-subject): Prefer the
11256         address to 'nowhere' if the sender has no name.
11257         Fix typo.  Update copyright year.
11258
11259 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-art.el (article-wash-html): Use
11262         gnus-summary-show-article-charset-alist if a numeric arg is given.
11263         (gnus-article-wash-html-with-w3m-standalone): New function.
11264
11265         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11266         mm-inline-text-html-render-with-w3m-standalone.
11267         (mm-text-html-washer-alist): Map w3m-standalone to
11268         gnus-article-wash-html-with-w3m-standalone.
11269         (mm-inline-text-html-render-with-w3m-standalone): New function.
11270
11271 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11274         Improve LaTeX.
11275
11276 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11279         (nnrss-request-article): Render text/plain parts as HTML.
11280
11281         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11282         the buffer.
11283
11284 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11287         custom definition of `gnus-posting-styles'.
11288
11289         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11290         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11291
11292 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11295         Use nntp for bug archive.
11296
11297 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11300         parts.
11301         (nnrss-normalize-date): New function converts ISO 8601 date into
11302         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11303         (nnrss-check-group): Use it.
11304
11305 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11308
11309         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11310         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11311         (nnrss-insert-w3): Ditto.
11312
11313 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11316         the articles to be forwarded including the case where neither a
11317         number of articles nor a region is specified.
11318
11319 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * nnrss.el (nnrss-request-article): Fix last change; fill
11322         text/plain parts.
11323
11324 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11327         in text/plain part.
11328         (nnrss-check-group): Don't add excessive newline to dc:subject.
11329
11330 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11331
11332         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11333         article.
11334
11335 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11338         (nnml-use-compressed-files, nnml-save-mail): Support other
11339         comression programs such as bzip2.
11340
11341 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * dns.el (query-dns): Make sure we check the buffer size before
11344         removing tcp headers.
11345
11346 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11349         remove MIME buttons associated with multipart/alternative parts.
11350         (gnus-mime-display-alternative): Tag buttons using `article-type'
11351         text property.
11352
11353         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11354         associated with multipart/alternative parts.
11355
11356         * gnus-art.el (gnus-signature-separator): Fix custom type.
11357
11358         * mm-decode.el (mm-inlined-types): Fix custom type.
11359         (mm-keep-viewer-alive-types): Ditto.
11360         (mm-automatic-display): Ditto.
11361         (mm-attachment-override-types): Ditto.
11362         (mm-inline-override-types): Ditto.
11363         (mm-automatic-external-display): Ditto.
11364
11365 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * spam-report.el (spam-report-user-mail-address)
11368         (spam-report-user-agent): New variables.
11369         (spam-report-url-ping-plain): Use spam-report-user-agent.
11370
11371 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11372
11373         * gnus-art.el (gnus-button-handle-custom): Do not just use
11374         `customize-apropos' for any "M-x customize-*" button but the
11375         function called for.  Accept both the function name and its
11376         argument in order to achieve this.
11377         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11378         function name to `gnus-button-handle-custom' in case of "M-x
11379         customize-*" buttons.
11380
11381 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11384         multipart/alternative and add xref to mm-discouraged-alternatives
11385         in doc string.
11386
11387         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11388         gnus-buttonized-mime-types in doc string.
11389
11390 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11393         Suggest image/.* in the doc string.
11394
11395 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11398         message-marks (Debian bug #342521).
11399
11400 2005-12-12  Simon Josefsson  <jas@extundo.com>
11401
11402         * password.el (password-read-from-cache): Add.
11403         (password-read): Use it.
11404
11405 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11408         us-ascii as a MIME charset.
11409
11410         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11411         against the case where the 2nd arg TYPE is nil.
11412
11413 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * pop3.el (pop3-stream-type): Fix custom version.
11416
11417         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11418
11419 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11420
11421         * mm-decode.el (mm-display-external): Add missing cdr.
11422
11423 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11426         RFC1524) if it is in mailcap or add a suffix according to
11427         mailcap-mime-extensions when generating a temp filename; postpone
11428         deleting a temp file for 2 seconds for some wrappers, shell
11429         scripts, and so on, which might exit right after having started a
11430         viewer command as a background job.
11431
11432 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * nntp.el (nntp-marks-directory): Fix custom group.
11435
11436         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11437         steps when < 10.
11438
11439         * gnus-start.el (gnus-no-server-1): Mention
11440         `gnus-level-default-subscribed' in doc string.
11441
11442 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11443
11444         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11445         parens.
11446
11447 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-xmas.el (gnus-use-toolbar): Revert.
11450         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11451         gnus-use-toolbar is default.
11452
11453         * messagexmas.el (message-use-toolbar): Revert.
11454         (message-setup-toolbar): Use global default-toolbar if
11455         message-use-toolbar is default.
11456
11457 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11460         according to default-toolbar-visible-p.
11461
11462         * messagexmas.el (message-use-toolbar): Ditto.
11463
11464 2005-11-26  Dave Love  <fx@gnu.org>
11465
11466         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11467         (tls-program, tls-success): Provide openssl alternative.
11468
11469         * starttls.el: Doc fixes.
11470         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11471         SERVICE to PORT.
11472
11473         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11474         port null or service name.
11475         (starttls-negotiate): Autoload.
11476
11477 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * message.el (message-kill-to-signature): Fix interactive spec.
11480
11481 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * pop3.el (pop3-open-server): Recognize a string as a service name.
11484
11485 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11486
11487         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11488
11489 2005-11-23  Dave Love  <fx@gnu.org>
11490
11491         Add pop3s, pop3/starttls.
11492
11493         * pop3.el (pop3-authentication-scheme): Clarify doc.
11494         (open-tls-stream, starttls-open-stream): Autoload.
11495         (pop3-stream-type): New.
11496         (pop3-open-server): Use it.
11497
11498         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11499         for POP.
11500         (mail-source-keyword-map): Add :stream for POP.
11501         (mail-source-fetch-pop): Use pop3-stream-type.
11502
11503 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11506         of current-time-string.
11507
11508 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11509
11510         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11511         date header.
11512
11513 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11514
11515         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11516         it can seriously impact performance as it bypasses the agent's
11517         local caches.
11518
11519 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11520
11521         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11522         must be explicitly online rather than "not explicitly offline" for
11523         its flags to be synchronized.
11524
11525         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11526         that gnus-uu-unmark-thread will function correctly.
11527
11528         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11529         1024K is instead displayed as 1M.
11530
11531 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11534
11535 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11536
11537         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11538
11539 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11540
11541         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11542         error message to display actual error condition.
11543         (gnus-agent-save-local): Avoid saving symbols that are bound to
11544         nil as they simply result in a warning message in
11545         gnus-agent-read-local.
11546
11547 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11550         rather than make-variable-buffer-local for file-precious-flag.
11551
11552 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11553
11554         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11555         for duplicates which are removed.  The invalid sort check then
11556         triggers a rescan after the sort as sorting may have moved
11557         duplicate entries such that they can be cheaply detected.
11558
11559 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11562
11563 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11564
11565         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11566         internal variable to a custom variable.  Changed default value
11567         from compressed(2) to uncompressed(1).
11568         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11569         support for uncompressed agentview files.  Taken together, reading
11570         the agentview file should now be 6-7 times faster.
11571
11572 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11573
11574         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11575         as a buffer-local variable.  This avoids creating truncated
11576         dribble files as a result of a hang up, eg.
11577
11578 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11579
11580         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11581         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11582         XEmacs.
11583
11584 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-start.el (gnus-start-draft-setup): Enforce
11587         `gnus-draft-mode' for nndraft:drafts at startup.
11588
11589         * gnus.el (gnus-splash): Change custom group.
11590         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11591         allow-list argument.
11592
11593         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11594         string.
11595
11596 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-art.el (gnus-default-article-saver): Add user-defined
11599         `function' to custom type.
11600
11601 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11602
11603         * imap.el (imap-open): Handle case where buffer is a buffer
11604         object.
11605
11606 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11609         long lines.
11610         (gnus-cache-delete-group): Wrap doc strings.
11611
11612         * gnus-agent.el (gnus-agent-rename-group)
11613         (gnus-agent-delete-group): Wrap doc strings.
11614
11615 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * messagexmas.el (message-use-toolbar): Change the valid values
11618         into default, top, bottom, left, and right.
11619         (message-toolbar-thickness): New variable.
11620         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11621         well.
11622         (message-setup-toolbar): Make it work.
11623
11624         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11625         (gnus-use-toolbar): Change the valid values into default, top,
11626         bottom, left, and right.
11627         (gnus-toolbar-thickness): New variable.
11628         (gnus-xmas-setup-toolbar): New function.
11629         (gnus-xmas-setup-group-toolbar): Use it.
11630         (gnus-xmas-setup-summary-toolbar): Use it.
11631
11632 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus-start.el (gnus-1): Add "native" to
11635         gnus-predefined-server-alist.
11636
11637         * gnus.el (gnus-method-to-server): Don't add "native" to the
11638         lists here, because that leads to problems when
11639         gnus-select-method is bound.
11640
11641 2005-11-09  Simon Josefsson  <jas@extundo.com>
11642
11643         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11644         use (not sort-by-date) instead.
11645
11646 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11647
11648         * gnus-delay.el (gnus-delay-group): Don't autoload.
11649         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11650         to be re-loaded when customizing the `gnus-delay' group.
11651
11652 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11653
11654         * message.el: Revert last changes.
11655         (message-insert-citation-line): Use newlines.
11656
11657 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11658
11659         * message.el (message-courtesy-message)
11660         (message-mark-insert-begin, message-mark-insert-end)
11661         (message-elide-ellipsis, message-cancel-message)
11662         (message-add-header, message-change-subject)
11663         (message-cross-post-followup-to-header)
11664         (message-cross-post-insert-note, message-reduce-to-to-cc)
11665         (message-widen-reply, message-delete-not-region)
11666         (message-kill-to-signature, message-insert-signature)
11667         (message-insert-importance-high, message-insert-importance-low)
11668         (message-insert-or-toggle-importance)
11669         (message-insert-disposition-notification-to)
11670         (message-indent-citation, message-yank-original)
11671         (message-cite-original-without-signature, message-cite-original)
11672         (message-insert-citation-line, message-position-on-field)
11673         (message-fix-before-sending, message-send-mail-partially)
11674         (message-send-mail, message-send-mail-with-sendmail)
11675         (message-send-mail-with-qmail, message-send-news)
11676         (message-check-news-header-syntax, message-generate-headers)
11677         (message-insert-courtesy-copy, message-fill-address)
11678         (message-fill-header, message-shorten-references)
11679         (message-setup-1, message-cancel-news)
11680         (message-forward-make-body-plain, message-forward-make-body-mime)
11681         (message-forward-make-body-mml, message-encode-message-body)
11682         (message-forward-make-body-digest-plain)
11683         (message-forward-make-body-digest-mime)
11684         (message-use-alternative-email-as-from): Insert `hard-newline'
11685         instead of ordinary newlines.
11686
11687 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * message.el (message-generate-headers): Downcase the argument
11690         given to message-check-element.
11691
11692 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11693
11694         * nntp.el (nntp-authinfo-rejected): New error condition.
11695         (nntp-wait-for): Use new error condition to signal authentication
11696         error.
11697         (nntp-retrieve-data): Rethrow new error condition to break out of
11698         recursive call to nntp-send-authinfo.
11699
11700 2005-11-08  Romain Francoise  <romain@orebokech.com>
11701
11702         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11703         (gnus-summary-exit-map): Bind to `Z p'.
11704         (gnus-summary-make-menu-bar): Add menu item.
11705
11706 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11709         (gnus-treat-*): Add `first' in all doc strings.
11710
11711         * gnus-group.el (gnus-group-compact-group): Fix typo.
11712
11713 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus.el (gnus-parameters-case-fold-search): New variable.
11716         (gnus-parameters-get-parameter): Use it.
11717
11718         * gnus-score.el (gnus-home-score-file): Doc fix.
11719
11720 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11721
11722         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11723
11724 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * mm-util.el (mm-special-display-p): New function.
11727
11728         * mml.el (mml-preview): Use it; doc fix.
11729
11730 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11731
11732         * imap.el (imap-open): Handle case where buffer is a buffer object.
11733
11734 2005-10-29  Romain Francoise  <romain@orebokech.com>
11735
11736         * message.el (message-fix-before-sending): Fix comment.
11737
11738 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11739
11740         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11741
11742 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11743
11744         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11745         Used in gnus-score.el.
11746
11747 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11750
11751 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11754         whitespace removed in revision 7.8.  Use concatenated string to
11755         protect trailing whitespace.
11756
11757 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11758
11759         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11760         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11761         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11762         Courier IMAP ("some version from 2004").  Mostly based on similar
11763         code in the same function.
11764
11765 2005-10-26  Didier Verna  <didier@xemacs.org>
11766
11767         * gnus-group.el (gnus-group-compact-group): Invalidate original
11768         article buffer.
11769         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11770         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11771         NOV database and in article itself.
11772         Invalidate article backlog.
11773
11774 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11777
11778 2005-10-26  Simon Josefsson  <jas@extundo.com>
11779
11780         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11781         part of 2004-07-25 change.
11782
11783 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * message.el (message-display-completion-list): New function.
11786         (message-expand-group): Use it; make sure the Completions buffer
11787         is modifiable.
11788 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11789
11790         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11791         user-mail-name is an empty string.
11792
11793 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11796         depending on gnus-score-decay-constant.
11797
11798         * encrypt.el (encrypt-insert-file-contents)
11799         (encrypt-write-file-contents): Don't use `gnus-message'.
11800
11801         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11802         arguments.
11803         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11804         arguments to mm-uu-verbatim-marks-extract.
11805         (mm-uu-hide-markers): New variable.
11806         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11807
11808         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11809         (gnus-convert-image-to-face-command): Use "convert" by default to
11810         allow other input image formats.
11811         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11812         accordingly.
11813
11814 2005-10-23  Simon Josefsson  <jas@extundo.com>
11815
11816         * imap.el (imap-gssapi-program): Align command line parameters
11817         with latest GNU SASL.
11818         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11819
11820 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821
11822         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11823         HTML.
11824         (nnslashdot-request-article): Ditto.
11825
11826         * lpath.el (featurep): Add nobreak-char-display.
11827
11828 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11829
11830         * mail-source.el (mail-source-fetch-pop): Require pop3.
11831         (mail-source-check-pop): Ditto.
11832
11833 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11836         errors.
11837
11838 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11841         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11842
11843         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11844
11845         * mm-bodies.el (mm-decode-string): Call
11846         `mm-charset-to-coding-system' with allow-override argument.
11847
11848 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11851         (rfc2047-charset-to-coding-system): New function.
11852         (rfc2047-decode-encoded-words): New function.
11853         (rfc2047-decode-region): Use them.
11854         (rfc2047-decode-cte): Remove.
11855         (rfc2047-parse-and-decode): Remove.
11856         (rfc2047-decode): Remove.
11857
11858 2005-10-15  Kenichi Handa  <handa@m17n.org>
11859
11860         * rfc2047.el (rfc2047-decode-cte): New function.
11861         (rfc2047-decode-region): Change the way to decode successive
11862         encoded-words: decode B- or Q-encoding in each encoded-word,
11863         concatenate them, and decode it as charset.
11864
11865 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * lpath.el: Fbind codepage-setup for XEmacs.
11868
11869 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11870
11871         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11872         widget-move-and-invoke.
11873         (gnus-custom-mode): Use gnus-custom-map.
11874
11875 2005-10-15  Bill Wohler  <wohler@newt.com>
11876
11877         * message.el (message-tool-bar-map): Renamed image file from
11878         mail_send to mail/send.
11879
11880 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11881
11882         * message.el (message-expand-group): Pass the common
11883         prefix substring of completion to `display-completion-list'.
11884
11885 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * mml-sec.el (mml-secure-method): New internal variable.
11888         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11889         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11890         functions using mml-secure-method.
11891
11892         * mml.el (mml-mode-map): Add key bindings for those functions.
11893         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11894         Harder <harder@myrealbox.com>.
11895         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11896         end of message if point is the headers of the message.
11897
11898         * message.el (message-in-body-p): New function.
11899
11900         * assistant.el: Autoload gnus-util and netrc.
11901
11902         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11903         Use `mm-charset-override-alist' only when decoding.
11904
11905         * mm-bodies.el (mm-decode-body): Call
11906         `mm-charset-to-coding-system' with allow-override argument.
11907
11908         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11909         `filename' from Content-Disposition if Content-Type doesn't
11910         provide `name'.
11911         (gnus-mime-view-part-as-type): Set default instead of
11912         initial-input.
11913
11914 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11915
11916         * format-spec.el (format-spec): Propagate text properties of % spec.
11917
11918 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-art.el (gnus-treat-predicate): Add `first'.
11921
11922 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11925         (mm-charset-override-alist): New variable.
11926         (mm-charset-to-coding-system): Use it.
11927         (mm-codepage-setup): New helper function.
11928         (mm-charset-eval-alist): New variable.
11929         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11930         about unknown charsets.
11931
11932         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11933
11934 2005-10-04  David Hansen  <david.hansen@gmx.net>
11935
11936         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11937         (nnrss-check-group): Ditto.
11938
11939 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11942         Rename x-gnus-verbatim to x-verbatim.
11943         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11944
11945         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11946         x-verbatim.
11947
11948         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11949
11950         * gnus-util.el (gnus-remove-duplicates): Remove.
11951
11952         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11953         instead of gnus-remove-duplicates.
11954
11955         * message.el (message-remove-duplicates): Remove.
11956         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11957         message-remove-duplicates.
11958
11959         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11960         available, else use implementation from `delete-dups'.
11961
11962         * message.el (message-insert-expires): New function.
11963         (message-mode-map): Add key binding.
11964         (message-mode-field-menu): Add menu entry.
11965         (message-mode): Document it.
11966         (message-make-expires-date): Use `message-make-date'.
11967
11968 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11969
11970         * message.el (message-make-expires-date): New function.
11971
11972 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * Makefile.in (list-installed-shadows): New entry.
11975         (install): Use it.
11976         (remove-installed-shadows): New entry.
11977
11978         * dgnushack.el (dgnushack-default-load-path): New variable.
11979         (dgnushack-find-lisp-shadows): New function.
11980         (dgnushack-remove-lisp-shadows): New function.
11981
11982 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * Makefile.in (install-el-elc): New entry.
11985         (install): Use it so that .el files are necessarily installed.
11986
11987 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11990
11991 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11992
11993         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11994         function rather than the diff-mode.el package.
11995         (mm-display-external): Use with-current-buffer.
11996         (mm-viewer-completion-map, mm-viewer-completion-map):
11997         Move initialization inside declaration.
11998
11999 2005-09-29  Simon Josefsson  <jas@extundo.com>
12000
12001         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12002         autoload mail-check-payment.
12003         (spam-check-hashcash): Define unconditionally, since hashcash.el
12004         is part of Gnus now.  Ignore errors from payment checking.
12005
12006 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * message.el (message-bold-region, message-unbold-region): Rename
12009         from `bold-region' and `unbold-region'.
12010
12011         * message.el: Remove useless autoloads.
12012
12013 2005-09-28  Simon Josefsson  <jas@extundo.com>
12014
12015         * message.el (message-use-idna): Default to t.
12016         (message-use-idna): Test whether encoding works too.  Doc fix.
12017
12018 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * nntp.el (nntp-warn-about-losing-connection): Remove.
12021
12022 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12025         customizable.  Change default value.
12026         (mm-uu-diff-groups-regexp): Change default value.
12027         (mm-uu-type-alist): Add doc string.
12028         (mm-uu-configure): Add doc string.  Make it interactive.
12029         (mm-uu-tex-groups-regexp): New variable.
12030         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12031         (mm-uu-type-alist): Add LaTeX documents.
12032         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12033         of "text/verbatim".
12034         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12035
12036         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12037         instead of "text/verbatim".
12038
12039         * message.el (message-mark-inserted-region)
12040         (message-mark-insert-file): Use slrn style marks when called with
12041         prefix argument.
12042
12043 2005-09-27  Simon Josefsson  <jas@extundo.com>
12044
12045         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12046
12047 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12048
12049         * message.el (message-remove-duplicates): New function.
12050         Implementation borrowed from `gnus-remove-duplicates'.
12051         (message-idna-to-ascii-rhs): Also encode idna addresses in
12052         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12053         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12054         only ask about the same idna domain once per header and also tell
12055         in what header to replace the idna domain.
12056
12057         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12058         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12059         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12060         a header is decoded and not just the last one.
12061
12062 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12065         has been decoded.
12066
12067         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12068         (mm-insert-part): Don't modify text if it has been decoded.
12069
12070         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12071         decoded.
12072
12073         * mm-view.el (mm-inline-text): Don't strip text props unless
12074         decoding enriched or richtext parts.
12075
12076 2005-09-25  Romain Francoise  <romain@orebokech.com>
12077
12078         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12079         * gnus-start.el (gnus-subscribe-interactively):
12080         * gnus-uu.el (gnus-uu-grab-articles):
12081         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12082         space.
12083
12084 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12085
12086         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12087         * mm-view.el (mm-view-pkcs7-decrypt):
12088         * gnus-sum.el (gnus-summary-limit-to-extra)
12089         (gnus-summary-respool-article, gnus-read-move-group-name):
12090         * gnus-score.el (gnus-summary-increase-score):
12091         * gnus-util.el (gnus-completing-read-with-default):
12092         * gnus-art.el (gnus-read-save-file-name)
12093         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12094         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12095         * message.el (message-check-news-header-syntax):
12096         Follow convention for reading with the minibuffer.
12097
12098 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * spam-report.el (spam-report-url-ping-plain):
12101         Use gnus-extended-version as User-Agent.
12102
12103         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12104         default value is nil.
12105
12106         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12107         (mm-uu-verbatim-marks-extract): New function.
12108         (mm-uu-extract): New face.
12109         (mm-uu-copy-to-buffer): Use it.
12110
12111         * spam-report.el (spam-report-gmane-ham): Renamed from
12112         `spam-report-gmane-unspam'.
12113         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12114         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12115
12116         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12117         Autoload.
12118         (spam-report-gmane-unregister-routine): Renamed
12119         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12120
12121 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12124         (spam-report-gmane-unregister-routine): Add support for gmane
12125         unregistration.
12126
12127         * spam-report.el (spam-report-gmane-unspam)
12128         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12129         (spam-report-gmane): Change to take a single article and do unspam
12130         registration.
12131
12132 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * mm-url.el (mm-url-decode-entities): Fix regexp.
12135
12136 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12139         default to nil, to be able to use Gnus at all.  If the default
12140         switches to something else, then the function should be fixed not
12141         be exceedingly slow.
12142
12143 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12144
12145         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12146         fail hard.
12147
12148         * spam-report.el: Add better Keywords line.
12149
12150         * spam.el: Add Maintainer and better Keywords line.
12151
12152 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-art.el (gnus-article-replace-part)
12155         (gnus-mime-replace-part): New functions.
12156         (gnus-mime-action-alist, gnus-mime-button-commands)
12157         (gnus-mime-save-part-and-strip): Added file argument.
12158         (gnus-article-part-wrapper): Added interactive argument.
12159
12160         * gnus-sum.el (gnus-summary-mime-map): Add
12161         `gnus-article-replace-part'.
12162
12163 2005-09-19  Didier Verna  <didier@xemacs.org>
12164
12165         The nnml compaction feature:
12166         * nnml.el (nnml-request-compact-group): New function.
12167         * nnml.el (nnml-request-compact): New function.
12168         * gnus-int.el (gnus-request-compact-group): New function.
12169         * gnus-int.el (gnus-request-compact): New function.
12170         * gnus-group.el (gnus-group-compact-group): New function.
12171         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12172         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12173         * gnus-srvr.el (gnus-server-compact-server): New function.
12174         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12175         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12176
12177 2005-09-18  Deepak Goel  <deego@gnufans.org>
12178
12179         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12180         format spec.
12181
12182 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12185
12186 2005-09-15  Romain Francoise  <romain@orebokech.com>
12187
12188         * message.el (message-fill-paragraph): Clarify docstring.
12189
12190 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-art.el (gnus-mime-display-part): Protect against broken
12193         MIME messages.
12194
12195 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12198         before parsing header.
12199
12200 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12201
12202         * html2text.el (html2text-replace-list): Add new entities.
12203
12204 2005-09-11  Romain Francoise  <romain@orebokech.com>
12205
12206         * message.el (message-alternative-emails): Improve docstring.
12207         (message-setup-1): Call `message-use-alternative-email-as-from'
12208         after `message-setup-hook' to give it precedence over posting
12209         styles, etc.
12210         (message-use-alternative-email-as-from): Add docstring.  Remove
12211         the original From header if present.
12212
12213         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12214         (nnml-save-mail): Use it.
12215
12216         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12217         articles.  Add new argument `silent'.
12218         (gnus-uu-mark-all): Report the total number of marked articles.
12219
12220 2005-09-10  Romain Francoise  <romain@orebokech.com>
12221
12222         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12223         (gnus-uu-mark-series): Likewise.
12224
12225 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * spam-report.el (spam-report-gmane): Fix generation of spam
12228         report URL.
12229
12230 2005-09-10  Simon Josefsson  <jas@extundo.com>
12231
12232         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12233         t, based on discussion on the ding list with Robert Epprecht
12234         <epprecht@solnet.ch>.
12235
12236 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * spam-report.el (spam-report-gmane): Make it work without
12239         X-Report-Spam header.  Gmane now only provides Archived-At.
12240         This is only used if `spam-report-gmane-use-article-number' is nil.
12241         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12242
12243         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12244         make `gnus-summary-sort-by-recipient' work with threading.
12245
12246         * nnweb.el (nnweb-google-wash-article): Print a message if article
12247         is not available.
12248
12249 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12250
12251         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12252         change.  Decode text/* parts content before displaying.
12253
12254 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12257
12258 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12261
12262         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12263         url-package-name, url-package-version,
12264         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12265         w3m-display-inline-images, and w3m-minor-mode-map.
12266
12267 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * message.el (message-tab-body-function): Fix mismatched custom type.
12270
12271         * gnus.el (gnus-group-change-level-function): Ditto.
12272
12273         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12274
12275         * gnus-art.el (gnus-signature-limit)
12276         (gnus-article-mime-part-function): Ditto.
12277
12278 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * mml.el (mml-mode): Silence the byte compiler.
12281
12282         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12283         using `(sit-for 0)' before moving the point to the specified part;
12284         skip unbuttonized parts.
12285         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12286         return to the summary window if gnus-auto-select-part is non-nil.
12287
12288 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12291         variables.
12292         (mml-dnd-attach-file, mml-mode): Use them.
12293
12294         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12295         Make fetching article by MID work again for Google Groups.  Added
12296         FIXME concerning gnus-group-make-web-group.
12297
12298         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12299         Don't depend on Gnus by using mail-extract-address-components if
12300         gnus-extract-address-components is not bound.
12301
12302 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12303
12304         * gnus-art.el (gnus-mime-display-security): Don't display the
12305         signature, but only the signed part.
12306
12307 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12310
12311         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12312         list, not listp.
12313
12314 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12315
12316         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12317         when encoding.
12318
12319         * mm-bodies.el (mm-decode-content-transfer-encoding):
12320         De-canonicalize CRLF for all text content types, not just
12321         text/plain.
12322
12323 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12326         valid article; point arrow and cursor at the MIME button.
12327
12328 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12331         Suggested by Dan Christensen <jdc@uwo.ca>.
12332
12333         * mm-decode.el (mm-save-part): Enable change of prompt.
12334
12335 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12336
12337         * gnus-msg.el (gnus-inews-add-send-actions): Made
12338         `message-post-method' lambda parameter ARG `&optional'.
12339
12340 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gnus-sum.el (gnus-summary-mime-map): Added
12343         gnus-article-save-part-and-strip, gnus-article-delete-part and
12344         gnus-article-jump-to-part.
12345
12346         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12347         (gnus-article-edit-part): Use it.
12348         (gnus-article-part-wrapper): Added no-handle argument.
12349         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12350         functions.
12351
12352 2005-08-29  Romain Francoise  <romain@orebokech.com>
12353
12354         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12355         docstring.
12356         (gnus-face-from-file): Likewise.
12357
12358 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12361         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12362         non-nil.
12363         (gnus-auto-select-part): New variable.
12364         (gnus-article-jump-to-part): New function.
12365         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12366         (gnus-mime-delete-part): Allow selecting specified part after
12367         deleting or stripping parts.
12368         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12369         part if argument is bogus.
12370
12371 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12372
12373         * gnus-art.el (w3m-minor-mode-map):
12374         * gnus-spec.el (gnus-newsrc-file-version):
12375         * gnus-util.el (nnmail-active-file-coding-system)
12376         (gnus-original-article-buffer, gnus-user-agent):
12377         * gnus.el (gnus-ham-process-destinations)
12378         (gnus-parameter-ham-marks-alist)
12379         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12380         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12381         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12382         * mm-decode.el (gnus-current-window-configuration):
12383         * mm-extern.el (gnus-article-mime-handles):
12384         * mm-url.el (url-current-object, url-package-name)
12385         (url-package-version):
12386         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12387         (smime-keys, w3m-cid-retrieve-function-alist)
12388         (w3m-current-buffer, w3m-display-inline-images)
12389         (w3m-minor-mode-map):
12390         * mml-smime.el (gnus-extract-address-components):
12391         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12392         (gnus-newsrc-hashtb, message-default-charset)
12393         (message-deletable-headers, message-options)
12394         (message-posting-charset, message-required-mail-headers)
12395         (message-required-news-headers):
12396         * mml1991.el (mc-pgp-always-sign):
12397         * mml2015.el (mc-pgp-always-sign):
12398         * nnheader.el (nnmail-extra-headers):
12399         * rfc1843.el (gnus-decode-encoded-word-function)
12400         (gnus-decode-header-function, gnus-newsgroup-name):
12401         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12402
12403 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12404
12405         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12406         the end of the date treatments.
12407
12408 2005-08-15  Simon Josefsson  <jas@extundo.com>
12409
12410         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12411         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12412         Capello and Romain Francoise.
12413         (pgg-fetch-key-function): Removed, not used?
12414         (pgg-insert-url-with-w3): Require url, to get
12415         url-insert-file-contents regardless of where it is defined.
12416
12417 2005-08-13  Romain Francoise  <romain@orebokech.com>
12418
12419         * message.el (message-cite-original-1): New function.
12420         (message-cite-original): Use it.
12421         (message-cite-original-without-signature): Ditto.
12422
12423 2005-08-08  Romain Francoise  <romain@orebokech.com>
12424
12425         * message.el (message-yank-empty-prefix): New variable.
12426         (message-indent-citation): Use it.
12427         (message-cite-original-without-signature): Respect X-No-Archive.
12428
12429 2005-08-08  Simon Josefsson  <jas@extundo.com>
12430
12431         * pgg.el: Autoload url-insert-file-contents instead of loading
12432         w3/url.
12433         (pgg-insert-url-with-w3): Don't load url here.
12434
12435 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12436
12437         * message.el (message-kill-to-signature): Don't insert newline at
12438         bol.
12439         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12440
12441 2005-08-06  Romain Francoise  <romain@orebokech.com>
12442
12443         * message.el (message-user-fqdn): Fix typo in docstring.
12444
12445 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12446
12447         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12448
12449         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12450
12451 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * mm-bodies.el (mm-encode-body): Use coding system rather than
12454         charset to encode text.
12455
12456         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12457         number of charsets if utf-8 is available (XEmacs).
12458
12459 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12462         taken from `gnus-button-mid-or-mail-regexp'.
12463         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12464         (gnus-button-alist): Improve regexp for domain part of the MIDs
12465         for news:localpart@domain buttons.
12466         (gnus-button-ctan-directory-regexp): Update.
12467
12468 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * sieve-manage.el (sieve-manage-interactive-login): Use
12471         make-local-variable rather than make-variable-buffer-local.
12472         (sieve-manage-open): Ditto.
12473         (sieve-manage-authenticate): Ditto.
12474
12475         * mml.el (mml-generate-mime-1): Make the content type default to
12476         text/plain if the filename is not specified.
12477
12478 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12481         instead of insert-buffer.
12482
12483         * message.el (message-yank-original): Ditto; set the mark at the
12484         end of the yanked message.
12485
12486 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12489         lines to scroll rather than to stop it.
12490
12491         * mml.el (mml-generate-default-type): Add doc string.
12492         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12493         default to application/octet-stream when determining the content
12494         type if it is not specified for the part or the mml contents; add
12495         a comment about mml-generate-default-type.
12496
12497 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12500         make it default to application/octet-stream when determining the
12501         content type if it is not specified for the external contents.
12502
12503 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12506         segmented parameter but also other parameters might be there.
12507
12508 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * mm-decode.el (mm-display-external): Delete temp file, directory
12511         and buffer immediately if the external process is exited.
12512
12513 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12516         fewer lines than that of scroll-margin.
12517         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12518
12519 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-art.el (gnus-article-next-page): Revert.
12522         (gnus-article-beginning-of-window): New macro.
12523         (gnus-article-next-page-1): Use it.
12524         (gnus-article-prev-page): Ditto.
12525         (gnus-article-edit-part): Use insert-buffer-substring instead of
12526         insert-buffer.
12527         (gnus-article-edit-exit): Ditto.
12528
12529         * gnus-util.el (gnus-beginning-of-window): Remove.
12530         (gnus-end-of-window): Remove.
12531
12532         * lpath.el: Don't bind header-line-format and scroll-margin.
12533
12534 2005-07-25  Simon Josefsson  <jas@extundo.com>
12535
12536         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12537         to have the url package without w3.  Reported by Daiki Ueno
12538         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12539
12540 2005-07-20  Didier Verna  <didier@xemacs.org>
12541
12542         * gnus-diary.el: Remove the description comment (nndiary is now
12543         properly documented in the Gnus manual).
12544         Fix the spelling of "Back End".
12545         * nndiary.el: Ditto.
12546         Fix the copyright notice.
12547
12548 2005-07-18  Romain Francoise  <romain@orebokech.com>
12549
12550         * gnus-sum.el (gnus-summary-to-prefix)
12551         (gnus-summary-newsgroup-prefix): New variables.
12552         (gnus-summary-from-or-to-or-newsgroups): Use them.
12553
12554 2005-07-17  Romain Francoise  <romain@orebokech.com>
12555
12556         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12557         space as it's generally not especially interesting to the user.
12558
12559 2005-07-16  Romain Francoise  <romain@orebokech.com>
12560
12561         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12562         nil to avoid prompting and file modification if one of the
12563         messages at the top of the nnfolder file contains a copyright
12564         notice.
12565         Update copyright notice.
12566
12567         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12568         instead of `current-time-string' as the latter creates a time
12569         string that is not RFC 2822 compliant (it lacks the zone).
12570         Update copyright notice.
12571
12572 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12573
12574         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12575         for text/rtf.  Display default in prompt.  Pass default for M-n.
12576
12577         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12578
12579 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * gnus-msg.el (gnus-button-mailto): Remove
12582         save-selected-window-window hackery because it relies on
12583         save-selected-window internals.
12584
12585 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12588         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12589         (gnus-article-prev-page): Ditto.
12590
12591         * gnus-util.el (gnus-beginning-of-window): New function.
12592         (gnus-end-of-window): New function.
12593
12594         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12595
12596 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12597
12598         * gnus-score.el (gnus-score-edit-all-score): Set
12599         gnus-score-edit-exit-function to gnus-score-edit-done and call
12600         gnus-message.
12601
12602 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603
12604         * gnus-msg.el (gnus-button-mailto): Remove
12605         save-selected-window-window hackery because it relies on
12606         save-selected-window internals.
12607
12608 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12611         add-minor-mode.
12612         (gnus-binary-mode): Ditto.
12613
12614         * gnus-topic.el (gnus-topic-mode): Ditto.
12615
12616 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12617
12618         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12619         (gnus-article-prev-page): Take scroll-margin into consideration.
12620
12621 2005-07-04  Lute Kamstra  <lute@gnu.org>
12622
12623         Update FSF's address in GPL notices.
12624
12625 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12626
12627         * gnus.el (gnus-exit):
12628         * gnus-group.el (gnus-group-icons):
12629         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12630
12631         * gnus-nocem.el (gnus-nocem):
12632         * message.el (message-various, message-buffers, message-sending)
12633         (message-interface, message-forwarding, message-insertion)
12634         (message-headers, message-news, message-mail):
12635         * pgg-gpg.el (pgg-gpg):
12636         * pgg-parse.el (pgg-parse):
12637         * pgg-pgp.el (pgg-pgp):
12638         * pgg-pgp5.el (pgg-pgp5):
12639         * pop3.el (pop3): Finish `defgroup' description with period.
12640
12641 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-art.el (article-display-face): Improve the efficiency.
12644         (article-display-x-face): Ditto; remove grey x-face stuff.
12645
12646 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (article-display-face): Correct the position in
12649         which Faces are inserted.
12650
12651 2005-06-29  Didier Verna  <didier@xemacs.org>
12652
12653         * gnus-art.el (article-display-face): Display faces in correct
12654         order.
12655
12656 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12659         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12660         (gnus-nocem-check-article): Fetch the Type header.
12661         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12662         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12663         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12664         make sure gnus-nocem-hashtb is initialized.
12665         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12666         (gnus-nocem-unwanted-article-p): Ditto.
12667
12668         * pgg.el (pgg-verify): Return the verification result.
12669
12670 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12673         is ascii.
12674
12675 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12676
12677         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12678         `show-nonbreak-escape'.
12679
12680 2005-06-23  Lute Kamstra  <lute@gnu.org>
12681
12682         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12683
12684         * dig.el (dig-mode):
12685         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12686
12687 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12688
12689         * nnimap.el (nnimap-split-download-body): Fix spellings.
12690
12691 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12692
12693         * gnus-art.el (gnus-article-encrypt-body):
12694         * gnus-cus.el (gnus-score-customize):
12695         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12696         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12697
12698 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12699
12700         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12701         header by looking for magic "MII" at the beginnig.
12702
12703 2005-06-16  Miles Bader  <miles@gnu.org>
12704
12705         * gnus-xmas.el (gnus-xmas-group-startup-message):
12706         Use renamed gnus-splash face.
12707
12708         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12709         (assistant-field-face): New backward-compatibility alias for renamed
12710         face.
12711         (assistant-render-text): Use renamed assistant-field face.
12712
12713         * spam.el (spam): Remove "-face" suffix from face name.
12714         (spam-face): New backward-compatibility alias for renamed face.
12715         (spam-face, spam-initialize): Use renamed spam face.
12716
12717         * message.el (message-header-to, message-header-cc)
12718         (message-header-subject, message-header-newsgroups)
12719         (message-header-other, message-header-name)
12720         (message-header-xheader, message-separator, message-cited-text)
12721         (message-mml): Remove "-face" suffix from face names.
12722         (message-header-to-face, message-header-cc-face)
12723         (message-header-subject-face, message-header-newsgroups-face)
12724         (message-header-other-face, message-header-name-face)
12725         (message-header-xheader-face, message-separator-face)
12726         (message-cited-text-face, message-mml-face):
12727         New backward-compatibility aliases for renamed faces.
12728         (message-font-lock-keywords): Use renamed message faces.
12729
12730         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12731         (sieve-test-commands, sieve-tagged-arguments):
12732         Remove "-face" suffix from face names.
12733         (sieve-control-commands-face, sieve-action-commands-face)
12734         (sieve-test-commands-face, sieve-tagged-arguments-face):
12735         New backward-compatibility aliases for renamed faces.
12736         (sieve-control-commands-face, sieve-action-commands-face)
12737         (sieve-test-commands-face, sieve-tagged-arguments-face):
12738         Use renamed sieve faces.
12739
12740         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12741         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12742         (gnus-group-news-3-empty, gnus-group-news-4)
12743         (gnus-group-news-4-empty, gnus-group-news-5)
12744         (gnus-group-news-5-empty, gnus-group-news-6)
12745         (gnus-group-news-6-empty, gnus-group-news-low)
12746         (gnus-group-news-low-empty, gnus-group-mail-1)
12747         (gnus-group-mail-1-empty, gnus-group-mail-2)
12748         (gnus-group-mail-2-empty, gnus-group-mail-3)
12749         (gnus-group-mail-3-empty, gnus-group-mail-low)
12750         (gnus-group-mail-low-empty, gnus-summary-selected)
12751         (gnus-summary-cancelled, gnus-summary-high-ticked)
12752         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12753         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12754         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12755         (gnus-summary-low-undownloaded)
12756         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12757         (gnus-summary-low-unread, gnus-summary-normal-unread)
12758         (gnus-summary-high-read, gnus-summary-low-read)
12759         (gnus-summary-normal-read, gnus-splash):
12760         Remove "-face" suffix from face names.
12761         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12762         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12763         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12764         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12765         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12766         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12767         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12768         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12769         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12770         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12771         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12772         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12773         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12774         (gnus-summary-normal-ticked-face)
12775         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12776         (gnus-summary-normal-ancient-face)
12777         (gnus-summary-high-undownloaded-face)
12778         (gnus-summary-low-undownloaded-face)
12779         (gnus-summary-normal-undownloaded-face)
12780         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12781         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12782         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12783         (gnus-splash-face):
12784         New backward-compatibility aliases for renamed faces.
12785         (gnus-group-startup-message): Use renamed gnus faces.
12786
12787         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12788         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12789         (gnus-server-agent): Remove "-face" suffix from face names.
12790         (gnus-server-agent-face, gnus-server-opened-face)
12791         (gnus-server-closed-face, gnus-server-denied-face)
12792         (gnus-server-offline-face):
12793         New backward-compatibility aliases for renamed faces.
12794         (gnus-server-agent-face, gnus-server-opened-face)
12795         (gnus-server-closed-face, gnus-server-denied-face)
12796         (gnus-server-offline-face): Use renamed gnus faces.
12797
12798         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12799         Remove "-face" suffix from face names.
12800         (gnus-picon-xbm-face, gnus-picon-face):
12801         New backward-compatibility aliases for renamed faces.
12802
12803         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12804         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12805         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12806         (gnus-cite-11): Remove "-face" suffix from face names.
12807         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12808         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12809         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12810         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12811         New backward-compatibility aliases for renamed faces.
12812         (gnus-cite-attribution-face, gnus-cite-face-list)
12813         (gnus-article-boring-faces): Use renamed gnus faces.
12814
12815         * gnus-art.el (gnus-signature, gnus-header-from)
12816         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12817         (gnus-header-content): Remove "-face" suffix from face names.
12818         (gnus-signature-face, gnus-header-from-face)
12819         (gnus-header-subject-face, gnus-header-newsgroups-face)
12820         (gnus-header-name-face, gnus-header-content-face):
12821         New backward-compatibility aliases for renamed faces.
12822         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12823
12824         * gnus-sum.el (gnus-summary-selected-face)
12825         (gnus-summary-highlight): Use renamed gnus faces.
12826         * gnus-group.el (gnus-group-highlight): Likewise.
12827
12828 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12829
12830         * gnus-sieve.el (gnus-sieve-article-add-rule):
12831         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12832         * spam-stat.el (spam-stat-buffer-change-to-spam)
12833         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12834
12835         * message.el (message-is-yours-p):
12836         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12837
12838 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * mm-view.el (mm-inline-text): Withdraw the last change.
12841
12842 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12845         executing enriched-decode.
12846
12847 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12850         charset of tar files.
12851
12852 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12853
12854         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12855
12856 2005-06-04  Lute Kamstra  <lute@gnu.org>
12857
12858         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12859         information is never recorded.
12860
12861 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12862
12863         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12864
12865 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * pop3.el (pop3-apop): Run md5 in the binary mode.
12868
12869         * starttls.el (starttls-set-process-query-on-exit-flag):
12870         Use eval-and-compile.
12871
12872 2005-05-31  Simon Josefsson  <jas@extundo.com>
12873
12874         * smime.el (smime-replace-in-string): Define.
12875         (smime-cert-by-ldap-1): Use it.
12876
12877 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el (article-display-x-face): Replace
12880         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12881
12882         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12883         set-process-query-on-exit-flag or process-kill-without-query.
12884
12885         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12886         loop instead of replace-regexp.
12887
12888         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12889         instead of process-kill-without-query if it is available.
12890
12891         * lpath.el: Fbind ldap-search-entries.
12892
12893         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12894         instead of find-file-hooks if it is available.
12895
12896         * mml1991.el: Bind pgg-default-user-id when compiling.
12897
12898         * mml2015.el: Bind pgg-default-user-id when compiling.
12899
12900         * nndraft.el (nndraft-request-associate-buffer):
12901         Use write-contents-functions instead of write-contents-hooks if it is
12902         available.
12903
12904         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12905         instead of find-file-hooks if it is available.
12906
12907         * nntp.el (nntp-open-connection): Replace
12908         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12909         (nntp-open-ssl-stream): Ditto.
12910         (nntp-open-tls-stream): Ditto.
12911
12912         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12913         set-process-query-on-exit-flag or process-kill-without-query.
12914         (starttls-open-stream-gnutls): Use it instead of
12915         process-kill-without-query.
12916         (starttls-open-stream): Ditto.
12917
12918 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12919
12920         * smime.el (smime-cert-by-ldap-1): Don't use
12921         replace-regexp-in-string.
12922
12923 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12924
12925         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12926
12927         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12928         in PEM format.  Adjust to the XEmacs compability.
12929
12930 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12933         by `string-to-number'.
12934         * gnus-agent.el (gnus-agent-regenerate-group)
12935         (gnus-agent-fetch-articles): Ditto.
12936         * gnus-art.el (gnus-button-fetch-group): Ditto.
12937         * gnus-cache.el (gnus-cache-generate-active)
12938         (gnus-cache-articles-in-group): Ditto.
12939         * gnus-group.el (gnus-group-set-current-level)
12940         (gnus-group-insert-group-line): Ditto.
12941         * gnus-score.el (gnus-score-set-expunge-below)
12942         (gnus-score-set-mark-below, gnus-summary-score-effect)
12943         (gnus-summary-score-entry): Ditto.
12944         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12945         (gnus-soup-pack): Ditto.
12946         * gnus-spec.el (gnus-xmas-format): Ditto.
12947         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12948         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12949         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12950         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12951         * nndb.el (nndb-get-remote-expire-response): Ditto.
12952         * nndiary.el (nndiary-parse-schedule-value)
12953         (nndiary-string-to-number, nndiary-request-replace-article)
12954         (nndiary-request-article): Ditto.
12955         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12956         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12957         * nneething.el (nneething-make-head): Ditto.
12958         * nnfolder.el (nnfolder-request-article)
12959         (nnfolder-retrieve-headers): Ditto.
12960         * nnheader.el (nnheader-file-to-number): Ditto.
12961         * nnkiboze.el (nnkiboze-request-article): Ditto.
12962         * nnmail.el (nnmail-process-unix-mail-format)
12963         (nnmail-process-babyl-mail-format): Ditto.
12964         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12965         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12966         (nnmh-request-create-group, nnmh-request-list-1)
12967         (nnmh-request-group, nnmh-request-article): Ditto.
12968         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12969         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12970         * nnsoup.el (nnsoup-make-active): Ditto.
12971         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12972         * nntp.el (nntp-find-group-and-number)
12973         (nntp-retrieve-headers-with-xover): Ditto.
12974         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12975         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12976         (pgg-format-key-identifier): Ditto.
12977         * pop3.el (pop3-last, pop3-stat): Ditto.
12978         * qp.el (quoted-printable-decode-region): Ditto.
12979
12980         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12981         of concat.
12982
12983 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12986
12987         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12988
12989         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12990
12991         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12992
12993         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12994
12995         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12996
12997         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12998         (gnus-carpal-mode): Ditto.
12999
13000         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13001         (gnus-browse-mode): Ditto.
13002
13003         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13004
13005         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13006
13007 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13008
13009         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13010
13011 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-util.el (gnus-run-mode-hooks): New function.
13014
13015         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13016
13017         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13018         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13019
13020 2005-05-27  Lute Kamstra  <lute@gnu.org>
13021
13022         * dns-mode.el (dns-mode): Specify customization group.
13023
13024 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13025
13026         * gnus-agent.el (gnus-agent-make-mode-line-string):
13027         Use mode-line-highlight as mouse-face.
13028
13029 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * canlock.el (canlock): Change the parent group to news.
13032
13033         * deuglify.el (gnus-outlook-deuglify): Add :group.
13034
13035         * dig.el (dig): Add :group.
13036
13037         * dns-mode.el (dns-mode): Add :group.
13038
13039         * encrypt.el (encrypt): Add :group.
13040
13041         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13042         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13043         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13044         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13045         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13046
13047         * gnus-diary.el (gnus-diary): Add :group.
13048
13049         * gnus.el (gnus-group-news-1-face): Add :group.
13050         (gnus-group-news-1-empty-face): Ditto.
13051         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13052         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13053         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13054         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13055         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13056         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13057         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13058         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13059         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13060         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13061         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13062         (gnus-summary-high-ticked-face): Ditto.
13063         (gnus-summary-low-ticked-face): Ditto.
13064         (gnus-summary-normal-ticked-face): Ditto.
13065         (gnus-summary-high-ancient-face): Ditto.
13066         (gnus-summary-low-ancient-face): Ditto.
13067         (gnus-summary-normal-ancient-face): Ditto.
13068         (gnus-summary-high-undownloaded-face): Ditto.
13069         (gnus-summary-low-undownloaded-face): Ditto.
13070         (gnus-summary-normal-undownloaded-face): Ditto.
13071         (gnus-summary-high-unread-face): Ditto.
13072         (gnus-summary-low-unread-face): Ditto.
13073         (gnus-summary-normal-unread-face): Ditto.
13074         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13075         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13076
13077         * hashcash.el (hashcash): New custom group.
13078         (hashcash-default-payment): Add :group.
13079         (hashcash-payment-alist): Ditto.
13080         (hashcash-default-accept-payment): Ditto.
13081         (hashcash-accept-resources): Ditto.
13082         (hashcash-path): Ditto.
13083         (hashcash-extra-generate-parameters): Ditto.
13084         (hashcash-double-spend-database): Ditto.
13085         (hashcash-in-news): Ditto.
13086
13087         * message.el (message-minibuffer-local-map): Add :group.
13088
13089         * netrc.el (netrc): Add :group.
13090
13091         * sieve-manage.el (sieve-manage-log): Add :group.
13092         (sieve-manage-default-user): Diito.
13093         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13094         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13095         (sieve-manage-authenticators): Ditto.
13096         (sieve-manage-authenticator-alist): Ditto.
13097         (sieve-manage-default-port): Ditto.
13098
13099         * sieve-mode.el (sieve-control-commands-face): Add :group.
13100         (sieve-action-commands-face): Ditto.
13101         (sieve-test-commands-face): Ditto.
13102         (sieve-tagged-arguments-face): Ditto.
13103
13104         * smime.el (smime): Add :group.
13105
13106         * spam-report.el (spam-report): Add :group.
13107
13108         * spam.el (spam, spam-face): Add :group.
13109
13110 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13111
13112         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13113         return \n.\n.\n at the end of articles.  Protect against that.
13114         (nntp-with-open-group): Allow debugging.
13115
13116         * nnheader.el (mail-header-set-extra): Make into a function
13117         because I just could't understand how to quote the list properly.
13118
13119         * dns.el (query-dns-cached): New function.
13120
13121 2005-05-26  Lute Kamstra  <lute@gnu.org>
13122
13123         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13124
13125 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13128
13129         * gnus-art.el: Don't autoload mail-extract-address-components.
13130
13131         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13132         eval-and-compile to evaluate it.
13133
13134         * hashcash.el: Don't autoload executable-find.
13135
13136         * nndb.el: Don't declare the nndb back end two or more times; don't
13137         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13138
13139         * nntp.el: Autoload format-spec instead of format; use
13140         eval-and-compile to evaluate autoload forms.
13141
13142 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13143
13144         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13145
13146 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13147
13148         * gnus.el (gnus-version-number): Bump version.
13149
13150 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13151
13152         * gnus.el: No Gnus v0.3 is released.
13153
13154 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155
13156         * lpath.el (featurep): Bind show-nonbreak-escape.
13157
13158 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-art.el (gnus-article-edit-part): Disable undo.
13161
13162 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13165         gnus-article-date-lapsed-new-header is t if date timer is active;
13166         skip headers in which the original date value is empty.
13167         (gnus-article-save-original-date): Redefine it as a macro.
13168         (gnus-display-mime): Use it.
13169
13170 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-art.el (article-date-ut): Support converting date in
13173         forwarded parts as well.
13174         (gnus-article-save-original-date): New function.
13175         (gnus-display-mime): Use it.
13176
13177 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13178
13179         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13180         enclosure element of <item>.
13181
13182 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * message.el (message-kill-buffer-query): Renamed from
13185         `message-kill-buffer-query-if-modified'.  Added :version.
13186
13187 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13190         window layout.
13191
13192 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * mml.el: Autoload dnd when compiling.
13195
13196 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13199         x-dnd-*.
13200
13201 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * qp.el (quoted-printable-encode-region): Save excursion.
13204
13205 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13206
13207         * message.el (message-kill-buffer-query-if-modified): Add new variable
13208         so the user can kill a modified message buffer quickly.
13209         (message-kill-buffer): Use it.
13210
13211 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * lpath.el: Fbind display-time-event-handler; don't fbind
13214         string-to-multibyte.
13215
13216         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13217
13218 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13221         contained in text because xml.el decodes entities) with LFs.
13222
13223 2005-04-11  Lute Kamstra  <lute@gnu.org>
13224
13225         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13226         differently.
13227
13228 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13229
13230         * mm-util.el (mm-detect-coding-region): Typo.
13231
13232 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13235
13236 2005-04-06  Deepak Goel  <deego@gnufans.org>
13237
13238         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13239         user-function allow user modifications of the scores.
13240         (spam-stat-score-buffer-user): New function, to allow
13241         user-computed modifications to the score.
13242         (spam-stat-score-buffer-user-functions): List of additional
13243         scoring functions.
13244         (spam-stat-error-holder): Global temporary error holder.
13245         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13246         variable.
13247
13248 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13249
13250         * gnus-registry.el (gnus-registry-clean-empty-function)
13251         (gnus-registry-trim, gnus-registry-fetch-groups)
13252         (gnus-registry-delete-group): Groups that match
13253         `gnus-registry-ignored-groups' are removed from the registry
13254         entries, not just ignored for splitting.  This helps clean up the
13255         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13256         to get all the groups a message ID is in.
13257
13258         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13259         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13260         (spam-stat-score-buffer-user-functions): Add :number custom type.
13261
13262 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13265         argument in XEmacs.
13266
13267         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13268         (nnrss-request-group): Decode group name first.
13269         (nnrss-request-article): Make a text/plain article if mml-to-mime
13270         failed.
13271         (nnrss-get-encoding): Return a compatible encoding according to
13272         nnrss-compatible-encoding-alist.
13273         (nnrss-find-el): Use consp instead of listp.
13274         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13275
13276 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13279         which Emacs 20 doesn't support.
13280         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13281
13282 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13285         silence the byte compiler inside the defun.
13286
13287         * gnus-demon.el (parse-time-string): Add autoload.
13288
13289         * gnus-delay.el (parse-time-string): Add autoload.
13290
13291         * gnus-art.el (parse-time-string): Add autoload.
13292
13293         * nnultimate.el (parse-time): Require for `parse-time-string'.
13294
13295 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13298
13299         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13300
13301         * smime.el (smime-ldap-host-list): Add :version.
13302
13303 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13306         pass it to `gnus-browse-read-group'.
13307         (gnus-browse-read-group): Add NUMBER argument and pass it to
13308         `gnus-group-read-ephemeral-group'.
13309
13310         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13311         argument and pass it to `gnus-group-read-group'.
13312
13313 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13314
13315         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13316         mm-xemacs-find-mime-charset-1 if we have the mule feature
13317         available at runtime.
13318
13319 2005-03-25  Werner Lemberg  <wl@gnu.org>
13320
13321         * nnmaildir.el: Replace `illegal' with `invalid'.
13322
13323 2005-03-23  Lute Kamstra  <lute@gnu.org>
13324
13325         * time-date.el: Add comment on time value formats.
13326         Don't require parse-time.
13327         (with-decoded-time-value): New macro.
13328         (encode-time-value): New function.
13329         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13330         (days-to-time): Return a valid time value when arg is huge.
13331         (time-since): Use time-subtract.
13332         (time-to-number-of-days): Use time-to-seconds.
13333
13334 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13335
13336         * gnus-start.el (gnus-display-time-event-handler):
13337         Check display-time-timer at runtime rather than only at load time
13338         in case display-time-mode is turned off in the mean time.
13339
13340 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13343         used.
13344
13345         * nneething.el (nneething-map-file-directory): Derive from
13346         `gnus-directory'.
13347
13348         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13349         the To/Cc button.
13350
13351 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * nnmaildir.el (nnmaildir-request-accept-article):
13354         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13355
13356 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13357
13358         * gnus-async.el: Require timer-funcs at compile time when in
13359         XEmacs for `run-with-idle-timer'.
13360
13361 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13362
13363         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13364         autoloaded function.
13365
13366 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13367
13368         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13369
13370 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13371
13372         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13373
13374 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13377         gnus-expert-user to default.
13378
13379 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13380
13381         * nnimap.el (nnimap-open-server): Ditto.
13382
13383         * imap.el (imap-authenticate): Fix typo.
13384
13385 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13386
13387         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13388         buffer (since IMAP server might return FETCH response out of
13389         order, and the nntp buffer must be sorted).
13390
13391 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13392
13393         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13394         comparison on string.
13395
13396         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13397         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13398         (gnus-agent-summary-fetch-series): Modified to protect against
13399         gnus-agent-summary-fetch-group clearing processable flags.
13400         (gnus-agent-synchronize-group-flags): Update live group buffer as
13401         synchronization may occur due to the user toggle the plugged
13402         status.
13403         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13404         successfully downloaded.
13405         (gnus-agent-expire-group-1): Avoid using markers when the overview
13406         is in ascending order; greatly improves performance.
13407         (gnus-agent-regenerate-group): Use
13408         gnus-agent-synchronize-group-flags to reset read status in both
13409         gnus and server.
13410         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13411
13412 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * message.el: Don't autoload former message-utils variables.
13415         (message-strip-subject-trailing-was): Change doc string.
13416
13417         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13418         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13419         (nnweb-google-search): Add "hl=en" here.
13420         (nnweb-google-parse-1, nnweb-google-create-mapping):
13421         Don't hardcode URL.
13422
13423 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * message.el (message-get-reply-headers, message-followup):
13426         Mention related variables `message-use-followup-to' and
13427         `message-use-mail-followup-to', in the information buffer.
13428
13429         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13430         of broken groups(-beta).google.com.
13431
13432 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13433
13434         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13435         parameter to invoked gnus-request-move-article; remove the
13436         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13437         all at once instead of once per article.
13438         (gnus-summary-remove-process-mark): Accept a list of articles as
13439         well as a single article for processing.
13440
13441         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13442         parameter.
13443
13444         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13445
13446         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13447
13448         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13449         parameter.
13450
13451         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13452         parameter.
13453
13454         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13455         parameter and remove the gnus-sum-hint-move-is-internal variable.
13456
13457         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13458         parameter.
13459
13460         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13461         parameter.
13462
13463         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13464         parameter.
13465
13466         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13467
13468         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13469         parameter.
13470
13471         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13472         parameter.
13473
13474 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13475
13476         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13477         a more conservative way.
13478
13479 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13480
13481         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13482         buffer, so it moves the window's cursor.
13483
13484 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13485
13486         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13487         `mm-dissect-multipart' and receive the from field as an (optional)
13488         argument from `mm-dissect-multipart'.
13489         (mm-dissect-multipart): Receive the from field as an argument and
13490         pass it on when we call `mm-dissect-buffer' on MIME parts.
13491         Fixes verification/decryption of signed/encrypted MIME parts.
13492
13493 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13494
13495         * gnus-sum.el (gnus-summary-move-article): Set
13496         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13497         whatever it calls (right now, only nnimap-request-move article
13498         respects it).
13499
13500         * nnimap.el (nnimap-request-move-article): When
13501         gnus-sum-hint-move-is-internal is set, don't do the extra
13502         nnimap-request-article.
13503
13504 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13507
13508         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13509         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13510
13511         * gnus-sum.el (gnus-summary-caesar-message):
13512         Apply `gnus-treat-article' after rotation.
13513
13514         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13515         doc string.
13516
13517 2005-02-22  Simon Josefsson  <jas@extundo.com>
13518
13519         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13520         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13521         <arne@arnested.dk>.
13522         (encrypt): Add password-cache and password-cache-expiry as group
13523         members.
13524
13525 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13526
13527         * smime.el (smime-ldap-host-list): Doc fix.
13528         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13529         cache) password.
13530         (smime-sign-region): Use it.
13531         (smime-decrypt-region): Use it.
13532         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13533         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13534         fails.
13535         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13536         certificate from DER to PEM format rather than calling openssl.
13537
13538         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13539
13540         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13541         for signing/encryption.
13542
13543         * mml.el (mml-parse-1): Use them.
13544
13545 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13546
13547         * nnrss.el (nnrss-verbose): Removed.
13548         (nnrss-request-group): Use `nnheader-message' instead.
13549
13550 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13551
13552         * nnrss.el (nnrss-verbose): New variable.
13553         (nnrss-request-group): Make it say nnrss is requesting a group.
13554
13555 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13558         Handle news URL with given port correctly.
13559
13560 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13563         containing special characters.
13564
13565         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13566
13567         * mml.el (mime-to-mml): Ditto.
13568
13569         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13570         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13571         (rfc2047-decode-region): Quote decoded words containing special
13572         characters when rfc2047-quote-decoded-words-containing-tspecials
13573         is non-nil.
13574
13575 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13576
13577         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13578
13579         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13580
13581 2005-02-15  Simon Josefsson  <jas@extundo.com>
13582
13583         * nnimap.el (nnimap-debug): Doc fix.
13584
13585         * imap.el (imap-debug): Doc fix.
13586
13587 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13590
13591 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13592
13593         * gnus.el (spam-contents): Improve docs for spam-contents
13594         parameter in its variable incarnation.
13595
13596 2005-02-14  Simon Josefsson  <jas@extundo.com>
13597
13598         * smime-ldap.el: Use require instead of load-library for ldap.
13599         (smime-ldap-search): Indent.
13600         (smime-ldap-search-internal): Shorten line.
13601
13602         * smime.el (smime-cert-by-dns): Add doc-string.
13603         (smime-cert-by-ldap-1): Indent.
13604
13605         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13606         mml-smime-get-dns-ldap.
13607         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13608
13609 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13610
13611         * smime.el: Require smime-ldap.
13612         (smime-ldap-host-list): New variable.
13613         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13614
13615         * mml-smime.el (mml-smime-encrypt-query): New function.
13616         (mml-smime-encrypt-query): Use it.
13617
13618         * smime-ldap.el: New file.
13619
13620 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13623
13624 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13627         argument in doc string.  Make query for type more clear.
13628
13629 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus.el (gnus-group-startup-message): Search for gnus images in
13632         etc/images/gnus.
13633         * mm-util.el (mm-image-load-path): Likewise.
13634         * smiley.el (smiley-data-directory): Search for smilies in
13635         etc/images/smilies.
13636
13637 2005-02-09  Kim F. Storm  <storm@cua.dk>
13638
13639         Change Emacs release version from 21.4 to 22.1 throughout.
13640         Change Emacs development version from 21.3.50 to 22.0.50.
13641
13642 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13645
13646         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13647         non-Mule XEmacs as well.
13648         (mm-decompress-buffer): Signal an error intentionally if it does
13649         not decompress compressed data because auto-compression-mode is
13650         disabled.
13651
13652 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13655         an ID in the registry even if it has no groups.
13656
13657 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13660         merge it into mm-decompress-buffer.
13661         (gnus-mime-copy-part): Use the MIME part charset, the value which
13662         a user specified or gnus-newsgroup-charset for decoding, like
13663         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13664         save-buffer what was used.  Suggested by Kevin Ryde
13665         <user42@zip.com.au>.
13666         (gnus-mime-inline-part): Allow the name parameter as well as the
13667         filename parameter; force decompressing of compressed data; always
13668         display contents being not decoded as unibyte.
13669
13670         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13671         as well as the filename parameter.
13672
13673         * mm-util.el (mm-decompress-buffer): Merge
13674         gnus-mime-jka-compr-maybe-uncompress.
13675         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13676         of compressed data.
13677
13678 2005-02-08  Simon Josefsson  <jas@extundo.com>
13679
13680         * imap.el (imap-log): Doc fix.
13681
13682 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13685         the coding cookies; decompress compressed parts.
13686
13687         * mml.el (mml-generate-mime-1): Add the charset parameter according
13688         to the value which a user specified manually or the coding cookie.
13689
13690         * mm-util.el (mm-string-to-multibyte): New function.
13691         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13692         (mm-coding-system-to-mime-charset): New function.
13693         (mm-decompress-buffer): New function.
13694         (mm-find-buffer-file-coding-system): New function.
13695
13696         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13697         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13698         parts.
13699
13700 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13701
13702         * mm-view.el (mm-display-inline-fontify): Decode a part according
13703         to the charset parameter.
13704
13705 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13708         prefix arg is neither nil nor a number, as info specifies.
13709
13710 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13713         timestamps.
13714
13715 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13716
13717         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13718         groups error checking and notify user.
13719
13720 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13721
13722         * message.el (message-send-mail-function): Check existence of
13723         sendmail-program first before using default value
13724         `message-send-mail-with-sendmail'.  Otherwise use more generic
13725         `smtpmail-send-it'.
13726
13727 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * nntp.el (nntp-request-update-info): Always return nil.
13730
13731 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13732
13733         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13734
13735 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13736
13737         * message.el (message-beginning-of-line): Change the behavior when
13738         invoked between BOL and : so that it first moves backward.
13739
13740 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13743         article buffer when editing of the article is discarded.
13744         (gnus-article-prepare): Revert.
13745
13746 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-art.el (gnus-article-prepare):
13749         Remove message-strip-forbidden-properties from the local hook.
13750
13751 2005-01-27  Simon Josefsson  <jas@extundo.com>
13752
13753         * password.el (password-cache-add): Only start one timer per key.
13754         Reported by Derek Atkins <warlord@MIT.EDU>.
13755
13756 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13757
13758         * run-at-time.el: Removed.  It is no longer needed as
13759         timer-funcs.el in the xemacs-base package has a working version of
13760         `run-at-time'.
13761
13762         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13763
13764         * password.el: Require timer-funcs instead of run-at-time in
13765         XEmacs.
13766         Remove `password-run-at-time' macro.
13767         (password-cache-add): Use `run-at-time' instead of
13768         `password-run-at-time'.
13769
13770         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13771         Remove `nnheader-cancel-function-timers' alias,
13772         `cancel-function-timers' exists in XEmacs in timer-funcs.
13773
13774         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13775         for `run-with-idle-timer'.
13776
13777         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13778         for `run-at-time'.
13779
13780         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13781         for `with-timeout'.
13782
13783         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13784         the same as for XEmacs 21.4.
13785         No need to ignore `run-with-idle-timer', this function exists in
13786         XEmacs now in timer-funcs.el in the xemacs-base package.
13787         (dgnushack-compile): No need to delete
13788         run-at-time.el from the list of files to compile because it
13789         doesn't exist anymore.
13790
13791 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13794         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13795
13796 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13797
13798         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13799         sensitively.
13800
13801 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13802
13803         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13804
13805 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13808         which will be inserted according to the multibyteness of a buffer
13809         rather than the type of contents.  Suggested by ARISAWA Akihiro
13810         <ari@mbf.ocn.ne.jp>.
13811
13812         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13813         of string which old xml.el may return rather than a string.
13814
13815 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13818
13819 2005-01-16  Simon Josefsson  <jas@extundo.com>
13820
13821         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13822         idn/idna.el isn't available.
13823         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13824         <michael@waxrat.com>.
13825
13826         * hashcash.el: Remove non-FSF copyright header.
13827
13828         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13829         (hashcash-generate-payment): Use it.
13830         (hashcash-generate-payment-async): Use it.
13831
13832 2005-01-15  Simon Josefsson  <jas@extundo.com>
13833
13834         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13835         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13836
13837         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13838         gnus-summary-idna-message.
13839         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13840         (gnus-summary-idna-message): New function.
13841
13842 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13845         gnus-novice-user.
13846
13847 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * nnrss.el (nnrss-request-delete-group): Delete entries in
13850         nnrss-group-alist as well.
13851         (nnrss-save-server-data): Insert newline.
13852
13853 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus.el (gnus-user-agent): Use list of symbols instead of
13856         symbols.  Display full version number for (S)XEmacs.  Optionally
13857         display (S)XEmacs codename.
13858
13859         * gnus-util.el (gnus-emacs-version): Update for new
13860         `gnus-user-agent'.
13861
13862         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13863         Gnus version.
13864
13865 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13868         which is unreadable in some setups.
13869
13870 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-spec.el (gnus-update-format-specifications): Flush the
13873         group format spec cache if it doesn't support decoded group names.
13874
13875 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13878         Allow to apply decay on score files matching a regexp.
13879
13880 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13883         compatibility in %g and %c.
13884
13885 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13888         name for only %g and %c.
13889         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13890         of gnus-tmp-group to decoded group name.
13891         (gnus-group-make-rss-group): Exclude `/'s from group names.
13892
13893 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * nnrss.el (nnrss-get-encoding): Fix regexp.
13896
13897 2004-12-27  Simon Josefsson  <jas@extundo.com>
13898
13899         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13900         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13901         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13902
13903 2004-12-17  Kim F. Storm  <storm@cua.dk>
13904
13905         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13906
13907         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13908
13909 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13910
13911         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13912
13913 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnrss.el: Require rfc2047 and mml.
13916         (nnrss-file-coding-system): New variable.
13917         (nnrss-format-string): Redefine it as an inline function.
13918         (nnrss-decode-group-name): New function.
13919         (nnrss-string-as-multibyte): Remove.
13920         (nnrss-retrieve-headers): Decode group name; don't use
13921         nnrss-format-string.
13922         (nnrss-request-group): Decode group name.
13923         (nnrss-request-article): Decode group name; allow a Message-ID as
13924         well as an article number; don't use nnrss-format-string; encode a
13925         Message-ID string which may contain non-ASCII characters; use
13926         mml-to-mime to compose a MIME article.
13927         (nnrss-request-expire-articles): Decode group name.
13928         (nnrss-request-delete-group): Decode group name.
13929         (nnrss-fetch): Clarify error message.
13930         (nnrss-read-server-data): Use insert-file-contents instead of load;
13931         bind file-name-coding-system; use multibyte buffer.
13932         (nnrss-save-server-data): Bind coding-system-for-write to the
13933         value of nnrss-file-coding-system; bind file-name-coding-system;
13934         add coding cookie.
13935         (nnrss-read-group-data): Use insert-file-contents instead of load;
13936         bind file-name-coding-system; use multibyte buffer.
13937         (nnrss-save-group-data): Bind coding-system-for-write to the
13938         value of nnrss-file-coding-system; bind file-name-coding-system.
13939         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13940         make it work with non-ASCII text.
13941         (nnrss-find-el): Make it work with old xml.el as well.
13942
13943 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13944
13945         * nnrss.el (nnrss-get-encoding): New function.
13946         (nnrss-fetch): Use unibyte buffer initially; bind
13947         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13948         decode contents according to the encoding attribute.
13949         (nnrss-save-group-data): Add coding cookie.
13950         (nnrss-mime-encode-string): New function.
13951         (nnrss-check-group): Use it to encode subject and author.
13952
13953 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13954
13955         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13956         imaginary variable.
13957
13958 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13961         correctly even if there are wide characters.
13962
13963 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13966         downcased symbol names; make a new cache instead of reusing
13967         bbdb-hashtable.
13968
13969 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13972         concatenating segments rather than before concatenating them.
13973         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13974
13975         * message.el (message-get-reply-headers): Bind `extra'.
13976
13977 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13978
13979         * message.el (message-extra-wide-headers): New variable.
13980         (message-get-reply-headers): Use it.
13981
13982 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13985         (gnus-agent-group-pathname): Ditto.
13986
13987         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13988
13989         * gnus-group.el (gnus-group-make-group): Decode group name.
13990         (gnus-group-make-rss-group): Register the group data after opening
13991         the nnrss group.
13992
13993 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13994
13995         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13996         by expiry now get marked as read.
13997
13998 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14001
14002 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14003
14004         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14005         unify Latin characters in XEmacs.
14006         (mm-find-mime-charset-region): Use it.
14007
14008 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-util.el (gnus-delete-directory): New function.
14011
14012         * gnus-agent.el (gnus-agent-delete-group): Use it.
14013
14014         * gnus-cache.el (gnus-cache-delete-group): Use it.
14015
14016 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14019         names.
14020
14021 2004-12-16  Simon Josefsson  <jas@extundo.com>
14022
14023         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14024
14025 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14028
14029         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14030         (gnus-group-set-current-level): Decode group name.
14031
14032 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14033
14034         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14035         failed.
14036
14037 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-group.el (gnus-group-delete-group): Decode group name.
14040         (gnus-group-make-rss-group): Encode group name.
14041         (gnus-group-catchup-current): Decode group name.
14042         (gnus-group-kill-group): Decode group name.
14043
14044 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14045
14046         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14047
14048 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-group.el (gnus-group-make-rss-group):
14051         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14052
14053         * gnus-start.el (gnus-setup-news): Honor user's setting to
14054         gnus-message-archive-method.  Suggested by Lute Kamstra
14055         <lute@gnu.org>.
14056
14057 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14058
14059         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14060         global counterparts of the buffer-local variables.
14061
14062 2004-11-16  Romain Francoise  <romain@orebokech.com>
14063
14064         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14065         counterparts of the buffer-local variables.
14066
14067 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * message.el (message-forbidden-properties): Fixed typo in doc
14070         string.
14071
14072 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * gnus-util.el (gnus-replace-in-string): Added doc string.
14075
14076         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14077         to avoid problems when splitting mails with many recipients.
14078
14079 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14080
14081         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14082         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14083
14084 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14085
14086         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14087         if there is no hashtable in memory or file modification time is
14088         newer than cached timestamp.
14089
14090 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14093         not-matching option.
14094
14095 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14098         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14099         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14100         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14101         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14102         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14103
14104 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * message.el (message-forward-make-body-mml): Remove headers
14107         according to message-forward-ignored-headers if a message is decoded.
14108
14109 2004-12-02  Romain Francoise  <romain@orebokech.com>
14110
14111         * message.el (message-forward-make-body-plain): Always remove
14112         headers according to message-forward-ignored-headers.
14113
14114 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * spam.el (spam-summary-prepare-exit): Remove the
14117         gnus-summary-limit pop for now, it has problems with ham marks for
14118         me.
14119
14120 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14123         correctly.
14124
14125 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14126
14127         * format-spec.el (format-spec): Message the char.
14128
14129 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-art.el (gnus-split-methods): Reformat comments.
14132
14133         * spam.el (spam-summary-prepare-exit): Remove article limits
14134         before exiting the summary buffer.
14135
14136 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14139         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14140
14141         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14142         order to silence the byte compiler.
14143
14144         * spam.el: Fix the way to silence the byte compiler, which
14145         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14146         bbdb-search-simple, spam-BBDB-register-routine,
14147         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14148         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14149         spam-stat-buffer-is-spam, spam-stat-load,
14150         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14151         spam-stat-save and spam-stat-split-fancy.
14152
14153 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14156         which may confuse users.
14157         (canlock-password-for-verify): Ditto.
14158
14159         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14160
14161         * gnus-art.el (gnus-emphasis-alist): Ditto.
14162
14163         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14164
14165         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14166
14167         * gnus-start.el (gnus-save-killed-list): Ditto.
14168
14169         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14170         (gnus-sum-thread-tree-root): Ditto.
14171         (gnus-sum-thread-tree-false-root): Ditto.
14172         (gnus-sum-thread-tree-single-indent): Ditto.
14173
14174         * message.el (message-courtesy-message): Ditto.
14175         (message-archive-note): Ditto.
14176         (message-subscribed-address-file): Ditto.
14177         (message-user-fqdn): Ditto.
14178
14179         * spam-report.el (spam-report-gmane-regex): Ditto.
14180
14181         * spam.el (spam-blackhole-good-server-regex): Ditto.
14182
14183 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * mml.el (mml-preview): Widen the message buffer before copying
14186         the contents to the preview buffer; sort headers before previewing.
14187
14188         * message.el (message-hidden-headers): Fix the way to avoid a bug
14189         in the `repeat' widget in Emacs 21.3 or earlier.
14190
14191 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * message.el (message-hidden-headers): Default to "^References:".
14194         Improve customization type.  Suggested by Reiner Steib
14195         <Reiner.Steib@gmx.de>.
14196
14197 2004-11-25  Romain Francoise  <romain@orebokech.com>
14198
14199         * message.el (message-strip-forbidden-properties): Remove check for
14200         obsolete `message-hidden' text property, hidden headers are not
14201         accessible in the buffer anymore.
14202
14203 2004-11-22  Romain Francoise  <romain@orebokech.com>
14204
14205         * message.el (message-header-format-alist): Add `From' in list
14206         so that it can be sorted.
14207         (message-fix-before-sending): Widen and sort headers before
14208         sending.
14209         (message-hide-headers): Use narrowing to hide headers by moving
14210         them to the top of the buffer and narrowing to the region
14211         underneath.
14212
14213 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214
14215         * message.el (message-strip-forbidden-properties): Bind
14216         buffer-read-only (etc) to nil.
14217
14218 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14221         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14222
14223 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14224
14225         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14226
14227 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14228
14229         * dns.el (query-dns): Use sit-for to time instead of
14230         accept-process-output, since that doesn't seem to work on udp
14231         sockets.
14232
14233 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14236
14237 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14238
14239         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14240         doc string.  Improve doc string.
14241
14242 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * nntp.el (nntp-request-update-info): Return nil if
14245         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14246         may not call gnus-activate-group which uselessly issues the GROUP
14247         commands for all nntp groups and wastes time.  Reported by Romain
14248         Francoise <romain@orebokech.com>.
14249
14250         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14251
14252 2004-11-15  Simon Josefsson  <jas@extundo.com>
14253
14254         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14255         headers separately.
14256         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14257         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14258
14259 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-start.el (gnus-convert-old-newsrc):
14262         Assign legacy-gnus-agent to 5.10.7.
14263
14264 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14267         start of the lines.
14268
14269 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14270
14271         * hashcash.el (hashcash-default-payment): Change default to 20.
14272         (hashcash-default-accept-payment): Change default to 20.
14273         (hashcash-process-alist): New variable.
14274         (hashcash-generate-payment-async): Add.
14275         (hashcash-already-paid-p): Add.
14276         (hashcash-insert-payment): Don't generate payments twice.
14277         (hashcash-insert-payment-async): Add.
14278         (hashcash-insert-payment-async-2): Add.
14279         (hashcash-cancel-async): Add.
14280         (hashcash-wait-async): Add.
14281         (hashcash-processes-running-p): Add.
14282         (hashcash-wait-or-cancel): Add.
14283         (mail-add-payment): New optional argument.  Conditionally start
14284         asynchronous calculation.
14285         (mail-add-payment-async): Add.
14286
14287         * message.el (message-send-mail): Wait for asynchronous hashcash
14288         results.  Don't clobber existing X-Hashcash headers.
14289         (message-setup-1): Call mail-add-payment-async when
14290         message-generate-hashcash is non-nil.
14291
14292 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14293
14294         * message.el (message-use-alternative-email-as-from): Examine the
14295         From header as well; use message-make-from in order to include a
14296         user's full name.
14297
14298 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14301         default; improve customization type.
14302         (gnus-emphasis-custom-with-format): New macro.
14303         (gnus-emphasis-custom-value-to-external): New function.
14304         (gnus-emphasis-custom-value-to-internal): New function.
14305
14306 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14307
14308         * dns.el (query-dns): Resolve reverse addresses.
14309
14310 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * gnus-group.el (gnus-group-get-new-news): Use it.
14313
14314         * gnus-start.el (gnus-check-reasonable-setup): New function.
14315
14316 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14319         "Args out of range" error.  Reported by Arnaud Giersch
14320         <arnaud.giersch@free.fr>.
14321
14322 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14323
14324         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14325
14326 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14327
14328         * spam.el (spam group): Add :version.
14329
14330         * pgg-def.el (pgg group): Add :version.
14331
14332 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-art.el (gnus-article-edit-article): Don't associate the
14335         article buffer with a draft file.  This is a temporary measure
14336         against the 2004-08-22 change to gnus-article-edit-mode.
14337
14338 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14341         (html2text-format-tags): Remove unused variable `attr'.
14342
14343 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14346
14347         * tls.el (tls-process-connection-type, tls-success)
14348         (tls-certtool-program): Add :version.
14349
14350         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14351         (starttls-extra-arguments, starttls-process-connection-type)
14352         (starttls-connect, starttls-failure, starttls-success): Add :version.
14353
14354         * spam-stat.el (spam-stat): Add :version.
14355
14356         * sieve.el (sieve): Add :version.
14357
14358         * sha1.el (sha1): Add :version.
14359         (sha1-use-external): Remove redundant version.
14360
14361         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14362         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14363         (nnmail-split-fancy-match-partial-words)
14364         (nnmail-split-lowercase-expanded): Add :version.
14365
14366         * nndiary.el (nndiary): Add :version.
14367
14368         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14369
14370         * mml-sec.el (mml-default-sign-method)
14371         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14372         Add :version.
14373
14374         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14375
14376         * mm-url.el (mm-url-use-external, mm-url-program)
14377         (mm-url-arguments): Add :version.
14378
14379         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14380         (mm-attachment-file-modes, mm-decrypt-option)
14381         (mm-w3m-safe-url-regexp): Add :version.
14382
14383         * message.el (message-cite-prefix-regexp)
14384         (message-sendmail-envelope-from, message-minibuffer-local-map)
14385         (message-user-fqdn, message-completion-alist): Add :version.
14386
14387         * gnus-win.el (gnus-configure-windows-hook)
14388         (gnus-use-frames-on-any-display): Add :version.
14389
14390         * gnus-art.el (gnus-article-address-banner-alist)
14391         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14392         (gnus-treat-from-picon, gnus-treat-mail-picon)
14393         (gnus-treat-x-pgp-sig): Add :version.
14394
14395         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14396         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14397         (gnus-summary-article-delete-hook)
14398         (gnus-summary-display-while-building): Add :version.
14399
14400         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14401         (gnus-get-top-new-news-hook): Add :version.
14402
14403         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14404         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14405
14406         * gnus-registry.el (gnus-registry): Add :version.
14407
14408         * gnus-spec.el (gnus-use-correct-string-widths)
14409         (gnus-make-format-preserve-properties): Add :version.
14410
14411         * gnus.el (gnus-group-charter-alist)
14412         (gnus-group-fetch-control-use-browse-url)
14413         (gnus-install-group-spam-parameters): Add :version.
14414
14415         * gnus-diary.el (gnus-diary): Add :version.
14416
14417         * gnus-delay.el (gnus-delay): Add :version.
14418
14419         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14420         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14421         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14422         Add :version.
14423
14424         * gnus-agent.el (gnus-agent-max-fetch-size)
14425         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14426         (gnus-agent-prompt-send-queue): Add :version.
14427
14428         * deuglify.el (gnus-outlook-deuglify): Add :version.
14429
14430         * html2text.el: Beautify code.  Improve doc strings.  Some
14431         checkdoc cleanup.
14432         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14433
14434 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14435
14436         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14437
14438 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14439
14440         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14441         when package is loaded.
14442
14443         * spam.el (spam-summary-score-preferred-header): Add global preference
14444         for people who want to override the default SpamAssassin over
14445         Bogofilter preference (when both are set).
14446         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14447         (spam-user-format-function-S): Check
14448         spam-summary-score-preferred-header.
14449         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14450         (spam-user-format-function-S): Format the score correctly.
14451
14452 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14455         signature file.  Suggested by Manoj Srivastava
14456         <srivasta@golden-gryphon.com>.
14457
14458         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14459         iso-2022-jp even in the Japanese language environment.
14460         Suggested by Jason Rumney <jasonr@gnu.org>.
14461
14462 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14465         use the same characters as the dummy marks; make it free from
14466         getting affected by the language environment.
14467         (gnus-summary-read-group-1): Update mark positions only when the
14468         format spec is updated.
14469
14470         * gnus-spec.el (gnus-update-format-specifications): Return a list
14471         of updated types.
14472
14473 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14476         of boundp to check if display-warning is available.
14477
14478 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14479
14480         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14481
14482 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * nnspool.el (nnspool-spool-directory): Use news-path if the
14485         news-directory variable is not bound.
14486
14487         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14488         function instead of display-warning if it is not available.
14489
14490 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14493         v5-10: Use `point-at-bol'.
14494
14495 2004-10-26  Simon Josefsson  <jas@extundo.com>
14496
14497         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14498         <chenggao@gmail.com>.
14499
14500 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14503         instead.
14504
14505 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14508         to remove a server from the nnimap-server-buffer-alist.
14509         (nnimap-open-connection, nnimap-close-server): Use it.
14510
14511         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14512
14513 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14516         running the major-mode function.
14517
14518 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14521         dummy marks in the right way.
14522
14523 2004-10-18  David Edmondson  <dme@dme.org>
14524
14525         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14526         excessively.
14527
14528 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14529
14530         * gnus-util.el (gnus-split-references): Accept a nil references
14531         string and go on blissfully.
14532
14533         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14534         cases where the references string is non-nil but has no references.
14535
14536         * encrypt.el: Add autoload tags.
14537
14538         * spam.el (spam-resolve-registrations-routine): Remove article
14539         from unregistration list too.  Reported by David Hanak
14540         <dhanak@isis.vanderbilt.edu>
14541
14542 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14545         nil.  Changed custom type.
14546
14547 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14550
14551         * gnus-sum.el (gnus-summary-move-article): Use it.
14552
14553 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * encrypt.el: Add autoload cookies.
14556
14557         * spam.el (spam-backend-article-list-property)
14558         (spam-backend-get-article-todo-list)
14559         (spam-backend-put-article-todo-list)
14560         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14561         Resolve registrations separately.
14562         (spam-register-routine): Format comments.
14563         (spam-unregister-routine, spam-register-routine): Always call with
14564         specific-articles, no default list.
14565         (spam-summary-prepare-exit): Use the spam-classifications function.
14566
14567         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14568         gnus-encrypt.el.
14569
14570         * encrypt.el: Copied from gnus-encrypt.el.
14571
14572         * gnus-encrypt.el: Commented that it's obsolete.
14573
14574 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14577         (gnus-score-save): Use it.
14578
14579         * message.el (message-bury): Use `window-dedicated-p'.
14580
14581 2004-10-15  Simon Josefsson  <jas@extundo.com>
14582
14583         * pop3.el (top-level): Don't require nnheader.
14584         (pop3-read-timeout): Add.
14585         (pop3-accept-process-output): Add.
14586         (pop3-read-response, pop3-retr): Use it.
14587
14588 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14589
14590         * spam.el (spam-register-routine): Move comment.
14591         (spam-verify-bogofilter): Use 'unknown for the initial
14592         spam-bogofilter-valid state, not 'never.
14593
14594         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14595         for netrc-machine.
14596
14597         * nnimap.el (nnimap-open-connection): Use
14598         netrc-machine-user-or-password.
14599
14600 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14601
14602         * gnus-registry.el (gnus-registry-unload-hook):
14603         Set as a variable with add-hook.
14604
14605         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14606         of news-path.
14607
14608         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14609
14610         * spam.el: Delete duplicate `provide'.
14611         (spam-unload-hook): Set as a variable with add-hook.
14612
14613 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14616         in the doc string.
14617
14618         * message.el (message-ignored-news-headers)
14619         (message-ignored-supersedes-headers)
14620         (message-ignored-resent-headers)
14621         (message-forward-ignored-headers): Improve custom type.
14622
14623 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * message.el (message-tokenize-header): Fix 2004-09-06 change
14626         which used point-min in the wrong place.
14627
14628 2004-10-12  Simon Josefsson  <jas@extundo.com>
14629
14630         * tls.el (tls-certtool-program): New variable.
14631         (tls-certificate-information): New function, based on
14632         ssl-certificate-information.
14633
14634 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * compface.el: Move the version of ELisp-based uncompface program
14637         to the contrib directory because of the copyright problem.
14638
14639 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * message.el (message-kill-buffer): Raise the current frame.
14642
14643 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14646
14647         * gnus.el (message-y-or-n-p): Autoload.
14648
14649         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14650         (pop3-password-required, pop3-authentication-scheme)
14651         (pop3-leave-mail-on-server): Made customizable.
14652         (pop3): New custom group.
14653         (pop3-retr): Remove `sleep-for' statements.
14654         Suggested by Dave Love <fx@gnu.org>.
14655
14656         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14657         Windows/DOS.
14658
14659         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14660         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14661         Dave Love <fx@gnu.org>.
14662
14663         * mml.el (mml-minibuffer-read-disposition): Require match.
14664         Suggested by Dave Love <fx@gnu.org>.
14665
14666 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14669         doc string.
14670
14671 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14674
14675 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14676
14677         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14678         instead of calling `mm-insert-inline', to decode text/* parts
14679         before displaying them.
14680
14681 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * mm-uu.el (mm-uu-text-plain-type): New variable.
14684         (mm-uu-pgp-signed-extract-1): Use it.
14685         (mm-uu-pgp-encrypted-extract-1): Use it.
14686         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14687         bind mm-uu-text-plain-type with that value.
14688         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14689         mm-uu-dissect.
14690
14691 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-group.el (gnus-update-group-mark-positions):
14694         * gnus-sum.el (gnus-update-summary-mark-positions):
14695         * message.el (message-check-news-body-syntax):
14696         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14697         of string-as-multibyte.
14698
14699 2004-10-05  Juri Linkov  <juri@jurta.org>
14700
14701         * gnus-group.el (gnus-update-group-mark-positions):
14702         * gnus-sum.el (gnus-update-summary-mark-positions):
14703         * message.el (message-check-news-body-syntax):
14704         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14705         8-bit unibyte values to a multibyte string for search functions.
14706
14707 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14710         (mm-uu-dissect-text-parts): New function.
14711
14712         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14713         dissect text parts.
14714
14715         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14716         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14717
14718         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14719
14720         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14721         gnus-current-topics instead of gnus-current-topic.
14722
14723 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14724
14725         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14726
14727 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14728
14729         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14730         where approriate.
14731
14732         * nnml.el (nnml-generate-active-info): do.
14733
14734         * nndiary.el (nndiary-generate-active-info): do.
14735
14736         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14737         (gnus-topic-move): do.
14738
14739         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14740         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14741
14742         * gnus-srvr.el (gnus-server-prepare)
14743         (gnus-server-open-all-servers): do.
14744
14745         * gnus-msg.el (gnus-summary-cancel-article)
14746         (gnus-summary-resend-message)
14747         (gnus-summary-mail-crosspost-complaint): do.
14748
14749         * gnus-move.el (gnus-change-server): do.
14750
14751         * gnus-group.el (gnus-group-unmark-all-groups)
14752         (gnus-group-set-current-level): do.
14753
14754 2004-10-04  Simon Josefsson  <jas@extundo.com>
14755
14756         * message.el (message-generate-hashcash): Doc fix.
14757
14758 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14759
14760         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14761         avoid infinite recursion via gnus-get-function.
14762
14763 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14764
14765         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14766
14767         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14768
14769         * nnmail.el (nnmail-split-history): do.
14770
14771         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14772         (nnml-request-delete-group): do.
14773
14774         * nnslashdot.el (nnslashdot-read-groups): do.
14775
14776         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14777         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14778
14779         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14780         (nnspool-sift-nov-with-sed): Use last.
14781         (nnspool-retrieve-headers-with-nov): Use mapc.
14782         (nnspool-request-newgroups): Use dolist.
14783         (nnspool-request-group): Use last.
14784
14785         * nntp.el (nntp-read-server-type): Use dolist.
14786
14787         * nnvirtual.el (nnvirtual-create-mapping)
14788         (nnvirtual-update-read-and-marked): Use dolist.
14789         (nnvirtual-convert-headers): Simplify.
14790
14791 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14792
14793         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14794         support for sync'ing tick marks.
14795
14796 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14799         there's no visible header.
14800
14801 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14802
14803         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14804         necessary, pass full group name to gnus-request-set-marks.
14805
14806 2004-10-01  Simon Josefsson  <jas@extundo.com>
14807
14808         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14809         acroread.
14810
14811 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * spam-report.el (spam-report-gmane): Fix interactive.
14814
14815         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14816
14817         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14818         when writing file.
14819         (gnus-agent-synchronize-flags): Don't default to being
14820         interactive.
14821
14822 2004-09-30  Simon Josefsson  <jas@extundo.com>
14823
14824         * message.el (message-generate-hashcash): Add.
14825         (message-send-mail): Use it, call mail-add-payment.
14826
14827 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14830
14831 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14832
14833         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14834         gnus-requst-update-info with explicit code to sync the in-memory
14835         info read flags with the marks being sync'd to the backend.
14836
14837         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14838
14839 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * spam.el (spam-verify-bogofilter): Add new function.
14842         (spam-check-bogofilter)
14843         (spam-bogofilter-register-with-bogofilter): Use it.
14844         (spam-verify-bogofilter): Add small fixes.
14845
14846 2004-09-28  Simon Josefsson  <jas@extundo.com>
14847
14848         * hashcash.el (hashcash-generate-payment): Revert.
14849
14850 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14851
14852         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14853         gnus-extract-references instead of gnus-split-references.
14854
14855         * gnus-util.el (gnus-extract-references): Add new function, analogous
14856         to gnus-split-references but extracts only the message-ID without
14857         anything extra.
14858
14859         * hashcash.el (hashcash-generate-payment)
14860         (hashcash-check-payment): Do the right thing if hashcash-path is
14861         nil (because the hashcash program could not be found).
14862
14863         * spam.el (spam-use-hashcash): Remove comment.
14864
14865 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14866
14867         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14868         (gnus-cache-enter-article, gnus-cache-remove-article)
14869         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14870
14871         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14872
14873         * gnus-art.el (article-hide-boring-headers)
14874         (article-translate-strings, article-display-face)
14875         (gnus-article-mime-match-handle-first)
14876         (gnus-article-highlight-headers)
14877         (gnus-article-add-buttons-to-head): do.
14878
14879 2004-09-27  Simon Josefsson  <jas@extundo.com>
14880
14881         * hashcash.el: New version, from
14882         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14883         ../contrib/.
14884
14885 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14888
14889 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14890
14891         * gnus-dup.el (gnus-dup-open): Use mapc.
14892         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14893
14894         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14895         Reported by Stefan Wiens <s.wi@gmx.net>.
14896
14897         * gnus.el (gnus-shutdown): Use dolist.
14898
14899         * gnus-undo.el (gnus-undo): Use mapc.
14900
14901         * nnrss.el (nnrss-generate-active): do.
14902
14903         * message.el (message-cite-original-without-signature)
14904         (message-cite-original): Use mapc.
14905         (message-do-actions, message-make-forward-subject): Use dolist.
14906
14907 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14908
14909         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14910         deletion to remove entire duplicate line.  Fixes merged article
14911         number bug.
14912
14913 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14914
14915         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14916         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14917         first ask if you want to open a server and then, even when you
14918         responded with no, asking if you want to synchronize the server's
14919         flags.
14920         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14921         multi-line expressions.
14922         (gnus-agent-synchronize-group-flags): New internal function.
14923         Updates marks in memory (in the info structure) AND in the
14924         backend.
14925
14926         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14927
14928         * nnagent.el (nnagent-request-set-mark): Use
14929         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14930         method, to ensure that synchronization updates marks in the
14931         backend and in the info (in memory) structure.
14932
14933 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14936         convention fully; don't miss the root article of a thread; make
14937         the X-Draft-From header with correct article numbers.
14938
14939 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14940
14941         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14942         unless plugged.  Disable the agent so that an open failure causes
14943         an error.
14944
14945         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14946         Reverted 2004-09-21 change.  The backend must be opened while
14947         synchronizing flags even when the backend stores the flags
14948         locally.
14949
14950 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14953         in `header' match.  Reported by Svend Tollak Munkejord.
14954
14955         * message.el (message-cite-original): Fix use of
14956         `message-cite-articles-with-x-no-archive'.
14957
14958 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14961         (gnus-window-to-buffer): Ditto.
14962
14963         * mml.el (mml-preview-buffer): New variable.
14964         (mml-preview): Manage window layout with gnus-buffer-configuration.
14965
14966         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14967         X-Draft-From header even if those articles aren't quoted.
14968
14969 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14970
14971         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14972         (gnus-request-set-mark, gnus-request-update-mark): Use new
14973         g-s-t-u-l-m to decide to use backend even when unplugged.
14974
14975 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14978         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14979
14980 2004-09-20  Simon Josefsson  <jas@extundo.com>
14981
14982         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14983         "utf-16-le".
14984
14985 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14986
14987         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14988
14989 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * uudecode.el (uudecode-use-external): Add :version.
14992
14993         * smime.el (smime-CA-file, smime-encrypt-cipher)
14994         (smime-dns-server): Add :version.
14995
14996         * smiley.el (gnus-smiley-file-types): Add :version.
14997
14998         * sha1.el (sha1-use-external): Add :version.
14999
15000         * pgg-def.el (pgg-query-keyserver): Add :version.
15001
15002         * nnmail.el (nnmail-fancy-expiry-targets)
15003         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15004         Add :version.
15005
15006         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15007         (nnimap-retrieve-groups-asynchronous): Add :version.
15008         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15009
15010         * mml.el (mml-content-disposition-parameters)
15011         (mml-insert-mime-headers-always): Add :version.
15012
15013         * mm-util.el (mm-coding-system-priorities): Add :version.
15014
15015         * mm-decode.el (mm-inline-text-html-with-images)
15016         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15017         (mm-verify-option): Add :version.
15018         (mm-text-html-renderer): Change :version.
15019
15020         * message.el (message-fcc-externalize-attachments)
15021         (message-required-headers, message-draft-headers)
15022         (message-subject-trailing-was-query)
15023         (message-subject-trailing-was-ask-regexp)
15024         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15025         (message-mark-insert-end, message-archive-header)
15026         (message-archive-note, message-cross-post-default)
15027         (message-cross-post-note, message-followup-to-note)
15028         (message-cross-post-note-function, message-use-mail-followup-to)
15029         (message-subscribed-address-functions)
15030         (message-subscribed-address-file, message-subscribed-addresses)
15031         (message-subscribed-regexps, message-allow-no-recipients)
15032         (message-yank-cited-prefix, message-signature-insert-empty-line)
15033         (message-hidden-headers, message-hierarchical-addresses)
15034         (message-mail-user-agent, message-use-idna)
15035         (message-valid-fqdn-regexp)
15036         (message-strip-special-text-properties, message-header-synonyms)
15037         (message-beginning-of-line, message-tab-body-function): Add :version.
15038         (message-insert-canlock, message-wide-reply-confirm-recipients):
15039         Change :version.
15040
15041         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15042         and :version.
15043         (mail-source-delete-old-incoming-confirm)
15044         (mail-source-movemail-program): Add :version.
15045
15046         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15047         (gnus-agent-cache, gnus-agent): Change :version.
15048
15049         * gnus-util.el (gnus-use-byte-compile): Change :version.
15050
15051         * gnus-sum.el (gnus-summary-make-false-root-always)
15052         (gnus-summary-default-high-score)
15053         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15054         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15055         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15056         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15057         (gnus-sum-thread-tree-single-indent)
15058         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15059         (gnus-sum-thread-tree-leaf-with-other)
15060         (gnus-sum-thread-tree-single-leaf): Add :version.
15061         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15062         (gnus-article-loose-mime): Change :version.
15063
15064         * gnus-start.el (gnus-backup-startup-file)
15065         (gnus-save-startup-file-via-temp-buffer): Add :version.
15066
15067         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15068         (gnus-server-offline-face): Add :version.
15069
15070         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15071
15072         * gnus-msg.el (gnus-gcc-externalize-attachments)
15073         (gnus-debug-files, gnus-debug-exclude-variables)
15074         (gnus-discouraged-post-methods): Change :version.
15075         (gnus-confirm-mail-reply-to-news)
15076         (gnus-confirm-treat-mail-like-news): Add :version.
15077
15078         * gnus-int.el (gnus-server-unopen-status): Add :version.
15079
15080         * gnus-group.el (gnus-group-jump-to-group-prompt)
15081         (gnus-large-ephemeral-newsgroup)
15082         (gnus-fetch-old-ephemeral-headers): Add :version.
15083
15084         * gnus-fun.el (gnus-x-face-directory)
15085         (gnus-convert-pbm-to-x-face-command)
15086         (gnus-convert-image-to-x-face-command)
15087         (gnus-convert-image-to-face-command): Add :version.
15088
15089         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15090
15091         * gnus-cite.el (gnus-cite-blank-line-after-header)
15092         (gnus-article-boring-faces): Add :version.
15093
15094         * gnus-art.el (gnus-buttonized-mime-types)
15095         (gnus-inhibit-mime-unbuttonizing)
15096         (gnus-treat-display-face)
15097         (gnus-treat-body-boundary): Change :version.
15098         (gnus-body-boundary-delimiter, gnus-picon-databases)
15099         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15100         (gnus-treat-date-english, gnus-treat-fold-headers)
15101         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15102         (gnus-treat-mail-picon, gnus-treat-wash-html)
15103         (gnus-article-encrypt-protocol)
15104         (gnus-use-idna, gnus-article-over-scroll)
15105         (gnus-mime-display-multipart-alternative-as-mixed)
15106         (gnus-mime-display-multipart-related-as-mixed)
15107         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15108         (gnus-ctan-url, gnus-button-ctan-handler)
15109         (gnus-button-handle-ctan-bogus-regexp)
15110         (gnus-button-ctan-directory-regexp)
15111         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15112         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15113         (gnus-button-man-level, gnus-button-emacs-level)
15114         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15115
15116         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15117         (gnus-agent-go-online): Change :version.
15118         (gnus-agent-expire-unagentized-dirs)
15119         (gnus-agent-auto-agentize-methods): Add :version.
15120
15121         * flow-fill.el (fill-flowed-display-column)
15122         (fill-flowed-encode-column): Add :version.
15123
15124         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15125         (gnus-outlook-deuglify-unwrap-max)
15126         (gnus-outlook-deuglify-cite-marks)
15127         (gnus-outlook-deuglify-unwrap-stop-chars)
15128         (gnus-outlook-deuglify-no-wrap-chars)
15129         (gnus-outlook-deuglify-attrib-cut-regexp)
15130         (gnus-outlook-deuglify-attrib-verb-regexp)
15131         (gnus-outlook-deuglify-attrib-end-regexp)
15132         (gnus-outlook-display-hook): Add :version.
15133
15134         * binhex.el (binhex-use-external): Add :version.
15135
15136 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15139         and `invisible'.
15140
15141 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15142
15143         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15144         in gnus-registry-trim.
15145
15146 2004-09-13  Simon Josefsson  <jas@extundo.com>
15147
15148         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15149
15150         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15151
15152         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15153         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15154         <yamaoka@jpl.org>.
15155         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15156         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15157         <yamaoka@jpl.org>.
15158
15159         * sieve.el (sieve-manage-mode): Ditto.
15160
15161 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15164
15165 2004-09-11  Simon Josefsson  <jas@extundo.com>
15166
15167         * dns-mode.el: Add.
15168
15169         * mm-view.el (mm-display-dns-inline): Add.
15170
15171         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15172         (mm-automatic-display): Ditto.
15173
15174         * mailcap.el (mailcap-mime-data): Add text/dns.
15175         (mailcap-mime-extensions): Map .soa to text/dns.
15176
15177 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15178
15179         * gnus-art.el (article-decode-mime-words, article-babel)
15180         (gnus-article-highlight-signature, gnus-article-add-buttons)
15181         (gnus-signature-toggle): Remove unnecessary bindings of
15182         `inhibit-read-only' inherited from v5.10 merge.
15183
15184 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15185
15186         * nntp.el (nntp): New customization group.
15187         (nntp-authinfo-file): Add customization group.
15188
15189         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15190
15191         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15192
15193         * gnus.el (to-address, to-list, subscribed)
15194         (large-newsgroup-initial): Ditto.
15195
15196         * flow-fill.el (fill-flowed-display-column)
15197         (fill-flowed-encode-column): Ditto.
15198
15199 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15200
15201         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15202         Use point-min rather than 1.
15203         (message-send-mail): Use buffer-size rather than point-max.
15204
15205         * gnus-sum.el (gnus-summary-search-article-forward):
15206         Signal a specific `search-failed' rather than a generic `error'.
15207
15208         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15209         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15210         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15211
15212 2004-09-10  Simon Josefsson  <jas@extundo.com>
15213
15214         * nndb.el (require): Remove tcp and duplicate cl.
15215
15216 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-agent.el (directory-files-and-attributes): Move forward.
15219
15220 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15221
15222         * gnus-agent.el (directory-files-and-attributes): Optionally
15223         defined to support XEmacs.
15224
15225 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15226
15227         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15228         to avoid run-time CL dependencies.
15229         (gnus-agent-unfetch-articles): New function.
15230         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15231         article numbers even when local .overview file is missing.
15232         (gnus-agent-read-article-number): New function.  Only accepts
15233         27-bit article numbers.
15234         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15235         gnus-agent-read-article-number.
15236         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15237         from backend while recognizing that article numbers in .overview
15238         must be valid.
15239         (gnus-agent-update-files-total-fetched-for): Use
15240         directory-files-and-attributes to improve performance.
15241         * gnus-int.el (gnus-request-move-article): Use
15242         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15243         improve performance.
15244
15245         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15246         some users confused by references to .newsrc when they only have a
15247         .newsrc.eld file.
15248         (gnus-convert-mark-converter-prompt)
15249         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15250         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15251         New function.  Used internally to only display 'gnus converting
15252         files' message when actually necessary.
15253
15254         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15255         methods now autoloaded.
15256
15257 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15260         identifiers.
15261
15262 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-picon.el: Fix indentation and closing parenthesis.
15265
15266 2004-09-01  Simon Josefsson  <jas@extundo.com>
15267
15268         * message.el (message-canlock-generate): Require sha1, not
15269         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15270         to require within a function.  Sadly, if sha1.el isn't loaded, the
15271         let binding in m-c-g will hide the defcustom definition, which is
15272         bad.)
15273
15274         * canlock.el: Require sha1, not sha1-el.
15275
15276         * message.el: Don't autoload sha1 (there is a autoload cookie in
15277         sha1.el).
15278
15279         * sha1-el.el: Renamed to sha1.el.
15280
15281 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15282
15283         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15284
15285 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15286
15287         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15288
15289 2004-08-30  Kim F. Storm  <storm@cua.dk>
15290
15291         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15292
15293         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15294         Add :group 'nnimap.
15295
15296 2004-08-30  Andreas Schwab  <schwab@suse.de>
15297
15298         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15299         ?* and ?\;.
15300
15301         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15302         and ?\' to symbol instead of whitespace.
15303
15304 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15307
15308         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15309         instead of re-search-forward.
15310
15311         * gnus-uu.el (gnus-uu-save-article): Ditto.
15312         (gnus-uu-post-encode-uuencode): Ditto.
15313
15314         * html2text.el (html2text-clean-list-items): Ditto.
15315         (html2text-clean-dtdd): Ditto.
15316         (html2text-format-tags): Ditto.
15317
15318         * message.el (message-send-mail-with-sendmail): Fix regexp.
15319         (message-fill-field-general): Use search-forward instead of
15320         re-search-forward.
15321         (unbold-region): Ditto.
15322
15323         * nnrss.el (nnrss-request-article): Ditto.
15324
15325         * nnslashdot.el (nnslashdot-request-article): Ditto.
15326
15327         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15328
15329         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15330         "Unrecognized menu descriptor" error in XEmacs.
15331
15332 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15333
15334         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15335         parent article of a sparse article in the thread hashtb.
15336
15337 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15338
15339         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15340         (nnmail-expand-newtext): Lowercase expanded entries if
15341         nnmail-split-lowercase-expanded is non-nil.
15342
15343 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15346
15347         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15348         of gnus-tmp-news-method into string under XEmacs.  It will be
15349         passed to gnus-correct-length which takes only a string argument.
15350
15351 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-util.el (gnus-bind-print-variables): New macro.
15354         (gnus-prin1): Use it.
15355         (gnus-prin1-to-string): Use it.
15356         (gnus-pp): New function.
15357         (gnus-pp-to-string): New function.
15358
15359         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15360         Replace pp-to-string with gnus-pp-to-string.
15361         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15362         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15363         * gnus-msg.el (gnus-debug): Ditto.
15364         * gnus-score.el (gnus-score-save): Ditto.
15365         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15366         gnus-pp-to-string.
15367         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15368         with gnus-pp.
15369         * score-mode.el (gnus-score-pretty-print): Ditto.
15370         * webmail.el (webmail-debug): Ditto.
15371
15372 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-art.el (article-display-face, article-display-x-face):
15375         Use buffer-read-only.
15376
15377 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (article-hide-list-identifiers):
15380         Bind inhibit-read-only as t.
15381
15382 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15385
15386 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15387
15388         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15389         (gnus-narrow-to-page): Don't assume point-min == 1.
15390         (gnus-article-edit-mode): Derive from message-mode.
15391
15392         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15393         point-min == 1.
15394
15395         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15396         Disable incorrect use of `assert'.
15397
15398         * message.el (message-mode): Set comment-start-skip.
15399
15400
15401 2004-08-22  Sam Steingold  <sds@gnu.org>
15402
15403         * pop3.el (pop3-leave-mail-on-server): New user variable.
15404         (pop3-movemail): Delete mail only when it is nil.
15405
15406 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15407
15408         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15409
15410         * mml.el (mml-preview): Use `pop-to-buffer'.
15411
15412         * message.el (message-goto-mail-followup-to): Insert after "To".
15413         (message-carefully-insert-headers): Add comment.
15414
15415         * gnus.el: Remove unused variable `gnus-article-check-size'.
15416
15417         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15418
15419         * gnus-art.el (gnus-button-alist): Improve
15420         `gnus-button-handle-library' entry.
15421
15422 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15423
15424         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15425         downcase, since XEmacs capitalizes error messages differently.
15426
15427 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15428
15429         * nntp.el: Add (require 'gnus) due to reference to
15430         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15431
15432 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15433
15434         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15435         `mm-fill-flowed'.
15436
15437         * mm-decode.el (mm-dissect-singlepart): Check it.
15438
15439 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15440
15441         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15442         'imap' for netrc parsing.
15443
15444 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * mailcap.el (mailcap-mime-data): Mark as risky.
15447
15448 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15451         may be included in the encoded word.
15452         (rfc2047-encode): Don't append a space if the encoded word
15453         includes close parenthesis.
15454
15455 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15458         of text within parentheses.
15459
15460 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15463         (gnus-encrypt-write-file-contents): Make the password key the file
15464         name PLUS the cipher, not just the cipher.  Also remove failed
15465         passwords from the cache.
15466
15467 2004-08-06  Simon Josefsson  <jas@extundo.com>
15468
15469         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15470         fix.
15471
15472 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15475         LWSP.
15476
15477 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15480         to append in-reply-to: data to the references: header.
15481
15482         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15483         (netrc-parse): Use gnus-encrypt.el functions.
15484
15485         * gnus-encrypt.el: Add new file for encryption support; currently
15486         does only a few GPG ciphers and an internal XOR cipher.
15487
15488         * password.el: Add comments on using password-read-and-add.
15489         (password-read-and-add): Add function to read and add the
15490         password to the cache at once.
15491
15492 2004-07-28  Simon Josefsson  <jas@extundo.com>
15493
15494         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15495         parameter (but don't use it, for now).
15496
15497         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15498         instead of hard coding to nil.
15499
15500 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15503         as mm-inline-image-xemacs does.
15504
15505 2004-07-26  Simon Josefsson  <jas@extundo.com>
15506
15507         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15508         Revert part of 2004-07-17 change below.
15509
15510 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15513         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15514
15515 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15518         quotes that actually start with ">" at the beginning of the
15519         lines.
15520
15521 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * rfc2047.el (rfc2047-encode-region): Fix last change.
15524         (rfc2047-encode-parameter): Remove useless concat.
15525
15526 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15529         encode special characters; fix some kind of misconfigured headers;
15530         signal a real error if debug-on-quit or debug-on-error is non-nil.
15531         (rfc2047-encode-max-chars): New variable.
15532         (rfc2047-encode-1): Use it.
15533         (rfc2047-encode-parameter): New function.
15534
15535         * mml.el (mml-insert-parameter): Remove an excessive space.
15536
15537 2004-07-17  Simon Josefsson  <jas@extundo.com>
15538
15539         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15540         Kai Grossjohann <kai@emptydomain.de>.
15541         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15542         (gnus-group-make-menu-bar): Ditto.
15543
15544         * gnus-util.el (gnus-group-server): Add.
15545
15546 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15547
15548         * message.el (message-clone-locals): Clone sendmail and smtp
15549         variables.
15550
15551 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * rfc2047.el (rfc2047-encode-region): Fix last change.
15554
15555 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15558         characters as non-special.
15559
15560 2004-07-09  Simon Josefsson  <jas@extundo.com>
15561
15562         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15563         Users will lose all flag changes made while unplugged with
15564         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15565         good default.  See numerous reports on ding mailing list.
15566
15567 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15570         add generate-head-function and generate-article-function to the
15571         rfc822-forward entry.
15572         (nndoc-rfc822-forward-generate-article): New function.
15573         (nndoc-rfc822-forward-generate-head): New function.
15574
15575         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15576
15577 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15578
15579         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15580         respect display group parameter and gnus-summary-expunge-below.
15581         (gnus-articles-to-read): Remove unused reference to display group
15582         parameter.
15583
15584 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15585
15586         * nnheader.el (nnheader-uniquify-message-id): New experimental
15587         variable.
15588         (nnheader-nov-read-message-id): Use it.
15589
15590         * spam-report.el (spam-report-gmane): Add interactive.
15591
15592 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15595         qp-or-base64 for the application/* types.
15596
15597 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15598
15599         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15600
15601 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15602
15603         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15604         trim value.
15605
15606 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15607
15608         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15609         New macro and function.
15610         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15611
15612 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15615         after-load-alist.
15616
15617 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15618
15619         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15620         update info that isn't there.
15621
15622 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15623
15624         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15625         entry.
15626
15627 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * mm-view.el (mm-inline-render-with-function): Use multibyte
15630         buffer; decode html source by charset.
15631
15632         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15633
15634         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15635         Mule-UCS is loaded under XEmacs.
15636         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15637
15638 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15641
15642 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * mm-util.el (mm-coding-system-p): Return a coding-system.
15645         (mm-mime-mule-charset-alist): Use shift_jis instead of
15646         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15647         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15648         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15649         instead of japanese-shift-jis and iso-latin-1 respectively in
15650         order to share the default value with both Emacs and XEmacs-mule.
15651         (mm-mule-charset-to-mime-charset): Make
15652         mm-coding-system-priorities effective.
15653         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15654         while predicating of candidates upon the priorities.
15655
15656 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15657
15658         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15659         gnus-uu-invert-processable.
15660
15661         * gnus.el: Autoload gnus-uu-invert-processable.
15662
15663 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * mm-util.el (mm-with-multibyte-buffer): New macro.
15666
15667         * rfc2047.el (rfc2047-encode-string): Use it.
15668         (rfc2047-encode-region): Move point to the end of the region after
15669         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15670
15671 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15674         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15675
15676 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15679         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15680         Karl Chen <quarl@nospam.quarl.org>.
15681
15682 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15683
15684         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15685         invalid addresses.
15686
15687 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * spam.el: Change section markers, revise TODO list.
15690         (spam-backends): Make new master list of all installed backends.
15691         (spam-summary-exit-behavior): Add new variable to determine how
15692         messages moves are done at summary exit.
15693         (spam-move-spam-nonspam-groups-only)
15694         (spam-process-ham-in-nonham-groups)
15695         (spam-process-ham-in-spam-groups): Remove variables, the
15696         spam-summary-exit-behavior variable should be used to manage this
15697         behavior.
15698         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15699         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15700         and spam-old-spam-articles.
15701         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15702         Add empty variables, placeholders for the backends they represent.
15703         (spam-set-difference): Move, unchanged.
15704         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15705         unless the user has a processor variable.
15706         (spam-classifications, spam-classification-valid-p)
15707         (spam-backend-properties, spam-backend-property-valid-p)
15708         (spam-backend-function-type-valid-p)
15709         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15710         (spam-report-articles-gmane, spam-report-articles-resend):
15711         Remove functions, they are not needed.
15712         (spam-install-backend-super, spam-backend-list)
15713         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15714         (spam-backend-function, spam-backend-ham-registration-function)
15715         (spam-backend-spam-registration-function)
15716         (spam-backend-ham-unregistration-function)
15717         (spam-backend-spam-unregistration-function)
15718         (spam-backend-statistical-p, spam-backend-mover-p)
15719         (spam-install-backend-alias, spam-install-checkonly-backend)
15720         (spam-install-mover-backend, spam-install-nocheck-backend)
15721         (spam-install-backend, spam-install-statistical-backend)
15722         (spam-install-statistical-checkonly-backend): Add backend installation
15723         support.
15724         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15725         (spam-group-processor-p): Use the new backend code and respect the
15726         summary exit behavior.
15727         (spam-mark-spam-as-expired-and-move-routine): Remove.
15728         (spam-summary-prepare): Change to use the new spam-old-articles
15729         variable.
15730         (spam-copy-or-move-routine, spam-copy-spam-routine)
15731         (spam-move-spam-routine, spam-copy-ham-routine)
15732         (spam-move-ham-routine): Add code to copy/move ham or spam.
15733         (spam-fetch-field-fast): Improve doc and code, plus allow the
15734         'number request.
15735         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15736         variables.
15737         (spam-split, spam-find-spam): Use the new backend code.
15738         (spam-registration-functions): Remove variable.
15739         (spam-unregister-routine): Add convenience wrapper.
15740         (spam-log-undo-registration, spam-register-routine)
15741         (spam-log-processing-to-registry)
15742         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15743         where possible.
15744         (spam-check-gmane-xref, spam-check-regex-headers)
15745         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15746         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15747         (spam-check-bogofilter-headers, spam-check-spamoracle)
15748         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15749         (spam-check-crm114-headers): Use the spam-split-group that
15750         spam-split prepares, no need to determine it every time.
15751
15752         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15753         to the nnheader-parse-naked-head call.
15754
15755         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15756
15757         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15758         the nnheader-nov-read-message-id call.
15759
15760 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15763         gnus-activate-group twice.  Suggested by Markus Peter
15764         <warp@spin.de>.
15765
15766 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-art.el (gnus-article-time-format): Exchange the order of
15769         day and month in the default value; fix customization type.
15770         (article-date-ut): Use add-text-properties.
15771         (article-make-date-line): Use message-make-date instead of
15772         current-time-string.
15773
15774         * message.el (message-fetch-field): Don't use set-text-properties.
15775         (message-make-date): Simplify.
15776
15777         * messagexmas.el (message-xmas-make-date): New function.
15778         (message-xmas-redefine): Defalias message-make-date to it.
15779
15780 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15783         (rfc2047-encode-region): Treat text within parentheses as special;
15784         show the original text when error has occurred.
15785
15786         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15787         already-computed method to gnus-activate-group.
15788
15789         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15790         same select-methods identical Lisp objects.
15791
15792         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15793         object when modifying the info.
15794
15795 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15798         gnus-opened-servers since it has never been opened with the new
15799         configuration yet.
15800
15801 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15804         arg to nnheader-generate-fake-message-id.
15805
15806 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15807
15808         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15809         number and build a fake message ID localized to a group and
15810         article number (so it's repeatable from that point on).
15811         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15812         ID format.
15813
15814         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15815         nnheader-generate-fake-message-id with the article number.
15816
15817 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15818
15819         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15820         end-of-buffer.
15821
15822 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15823
15824         * message.el (message-ignored-supersedes-headers): Add Approved.
15825
15826 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15829         goto-char.
15830         (rfc2047-encode): Fold the line before encoding.
15831
15832 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15835         folding -- not all headers can be folded, and this should be done
15836         by the message composition mode.  Probably.  I think.
15837
15838 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15841         fast.
15842
15843         * gnus-ems.el (gnus-remove-image): Don't use
15844         message-text-with-property; remove only the image found first.
15845
15846         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15847         found first.
15848
15849 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15852
15853 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * message.el (message-text-with-property): Make it fast and accept
15856         optional arguments.
15857         (message-strip-forbidden-properties): Use it.
15858         (message-fix-before-sending): Follow the m-t-w-p change.
15859
15860         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15861
15862 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-art.el (article-hide-headers): Don't change the buffer
15865         mistakenly when performing mml-preview even if
15866         gnus-single-article-buffer is nil.
15867
15868 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15869
15870         * message.el (message-expand-name-databases): New user option.
15871         (message-expand-name): Use it.
15872
15873 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * spam.el (spam-report-articles-resend)
15876         (spam-report-resend-register-routine): Allow ham reporting.
15877         (spam-report-resend-register-ham-routine): Add wrapper.
15878         (spam-registration-functions): Add ham resending functions.
15879         (spam-list-of-processors): Add ham resend processor.
15880
15881         * gnus.el (ham-resend-to): Add new group parameter.
15882         (spam-process): Add ham resend option.
15883
15884         * spam-report.el (spam-report-resend): Allow reporting ham.
15885         (spam-report-resend-ham): Add wrapper.
15886
15887 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * message.el (message-cite-articles-with-x-no-archive): New
15890         variable.
15891         (message-cite-original): Use it.
15892
15893 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15894
15895         * message.el (message-cite-original): Respect X-No-Archive.
15896
15897 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-art.el (article-hide-headers): Refer to the values for
15900         gnus-ignored-headers and gnus-visible-headers in the summary
15901         buffer since a user may have set them as group parameters.
15902
15903 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * assistant.el (assistant-node-name): Add convenience function.
15906         (assistant-render-text, assistant-render-node): Add error handling,
15907         plus handle multiple next nodes.
15908         (assistant-find-next-node): Comment out for now.
15909         (assistant-find-next-nodes): Add function, returns list of next
15910         nodes.
15911
15912 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * mail-source.el (mail-source-directory): Fix doc-string.
15915
15916 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * assistant.el (assistant-render-text, assistant-eval): Add :set
15919         widget type, which is different because it takes and returns a
15920         list.  Much hilarity ensues.
15921
15922 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15925
15926         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15927         doc-string.
15928
15929         * gnus-start.el (gnus-activate-group): Added doc-string.
15930
15931 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15934
15935 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15936
15937         * assistant.el (assistant-render-text): Try to add a :set
15938         widget, more to come.
15939
15940         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15941         strings.
15942         (spam-report-articles-resend)
15943         (spam-register-routine): Do registration iff any articles warrant
15944         it.
15945         (spam-summary-prepare-exit): Change log message for nil group
15946         destinations.
15947
15948 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15949
15950         * spam.el (spam-report-resend-register-routine): Allow
15951         spam-report-resend-to to be a group parameter or a global value.
15952
15953 2004-05-26  Simon Josefsson  <jas@extundo.com>
15954
15955         * starttls.el: Merge with my GNUTLS based starttls.el.
15956         (starttls-gnutls-program, starttls-use-gnutls)
15957         (starttls-extra-arguments, starttls-process-connection-type)
15958         (starttls-connect, starttls-failure, starttls-success): New
15959         variables.
15960         (starttls-program, starttls-extra-args): Doc fix.
15961         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15962         functions.
15963         (starttls-negotiate, starttls-open-stream): Check
15964         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15965         function if it is set.
15966
15967 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15970         structured fields.
15971
15972 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15975
15976 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15979         variable.
15980         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15981         assigning the spam-mark to new messages.
15982
15983 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15984
15985         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15986
15987 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15990
15991         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15992         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15993         default.
15994
15995 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15996
15997         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15998         correct data.
15999
16000 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16001
16002         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16003         (spam-group-processor-p): Fix function.
16004         (spam-group-processor-multiple-p)
16005         (spam-group-spam-processor-report-gmane-p)
16006         (spam-group-spam-processor-report-resend-p)
16007         (spam-group-spam-processor-bogofilter-p)
16008         (spam-group-spam-processor-blacklist-p)
16009         (spam-group-spam-processor-ifile-p)
16010         (spam-group-ham-processor-ifile-p)
16011         (spam-group-spam-processor-spamoracle-p)
16012         (spam-group-spam-processor-crm114-p)
16013         (spam-group-ham-processor-bogofilter-p)
16014         (spam-group-spam-processor-stat-p)
16015         (spam-group-ham-processor-stat-p)
16016         (spam-group-ham-processor-whitelist-p)
16017         (spam-group-ham-processor-BBDB-p)
16018         (spam-group-ham-processor-spamoracle-p)
16019         (spam-group-ham-processor-copy-p): Remove functions with some
16020         prejudice against unneeded code.
16021         (spam-report-articles-resend)
16022         (spam-report-resend-register-routine): Allow the group/topic
16023         spam-resend-to value to override spam-report-resend-to.
16024         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16025         properly now.
16026
16027         * gnus.el (spam-resend-to): Add group/topic parameter.
16028         (spam-process): Move the OBSOLETE processors to the end of the
16029         choices.
16030
16031 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16032
16033         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16034         with resend-to set to nil, and then ask the user if necessary.
16035         (spam-report-resend): spam-report-resend takes a list of articles, not
16036         separate article numbers.
16037
16038 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16041         addition to emacs-w3m.
16042
16043 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * assistant.el (assistant-authinfo-data): New function.
16046         (assistant-eval): Eval for entire assistant.
16047
16048         * netrc.el (netrc-services-file): New variable.
16049         (netrc-parse-services): New function.
16050         (netrc-find-service-name): New function.
16051         (netrc-find-service-number): New function.
16052         (netrc-port-equal): New function.
16053         (netrc-machine): Use it.
16054
16055         * nnimap.el (nnimap-open-connection): Use netrc.
16056
16057         * gnus-util.el (gnus-netrc-get): Remove aliases.
16058
16059         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16060
16061         * assistant.el (wid-edit): Fix compilation.
16062
16063         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16064
16065 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16066
16067         * gnus-util.el (gnus-set-file-modes): New function.  (small
16068         patch).
16069
16070 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16071
16072         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16073
16074         * assistant.el (assistant-render-node): Fix up rendering and
16075         read-only text.
16076         (assistant-render-node): Reset.
16077         (assistant-make-read-only): Not sticky.
16078
16079 2004-05-20  Danny Siu  <dsiu@adobe.com>
16080
16081         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16082         centered even when gnus-auto-center-summary is t.
16083
16084 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * dns.el (dns-get-txt-answer): New function.
16087         (dns-read-txt): Ditto.
16088         (query-dns): Use it.
16089
16090 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16093         active for foreign groups even if the group level is higher than
16094         the specified value.
16095
16096 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16097
16098         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16099         non-active groups.
16100
16101         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16102
16103 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16104
16105         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16106
16107 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16108
16109         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16110         (spam-crm114-header, spam-crm114-spam-switch)
16111         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16112         (spam-crm114-positive-spam-header)
16113         (spam-crm114-database-directory, spam-list-of-processors)
16114         (spam-group-spam-processor-crm114-p)
16115         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16116         (spam-generic-score, spam-list-of-checks)
16117         (spam-list-of-statistical-checks, spam-registration-functions)
16118         (spam-check-crm114-headers, spam-crm114-score)
16119         (spam-check-crm114, spam-crm114-register-with-crm114)
16120         (spam-crm114-register-spam-routine)
16121         (spam-crm114-unregister-spam-routine)
16122         (spam-crm114-register-ham-routine)
16123         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16124         asjo@koldfront.dk (Adam Sjøgren).
16125
16126         * gnus.el: Add spam-use-crm114.
16127
16128         * spam.el (spam-list-of-processors, spam-registration-functions):
16129         Add spam-use-resend.
16130         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16131         (spam-report-articles-gmane): Add doc fix.
16132         (spam-report-articles-resend, spam-report-resend-register-routine):
16133         Add wrappers around spam-report-resend-to.
16134
16135         * spam-report.el (spam-report-resend-to, spam-report-resend):
16136         Add support for resending spam.
16137         (spam-report-gmane): Fix line length >80.
16138
16139         * gnus.el (spam-process): Add spam-use-resend.
16140
16141 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16142
16143         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16144         number of processed spam messages.
16145         (spam-ham-copy-or-move-routine): Return the number of processed
16146         ham messages.
16147         (spam-summary-prepare-exit): Use the above values to decide
16148         whether status messages shouled be displayed.
16149
16150 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16153         `rfc2047-encoding-function-alist' in order to avoid conflicting
16154         with the old version.
16155         (rfc2047-encode-region): Concatenate words containing non-ASCII
16156         characters in structured fields; don't encode space-delimited
16157         ASCII words even in unstructured fields; don't break words at
16158         char-category boundaries.
16159         (rfc2047-encode-1): New function.
16160         (rfc2047-encode): Use it; encode text so that it occupies the
16161         maximum width within 76-column; work correctly on Q encoding for
16162         iso-2022-* charsets.
16163         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16164         sure not to break a line just after the header name.
16165         (rfc2047-b-encode-region): Removed.
16166         (rfc2047-b-encode-string): New function.
16167         (rfc2047-q-encode-region): Removed.
16168         (rfc2047-q-encode-string): New function.
16169
16170         * mm-util.el (mm-replace-in-string): New function.
16171
16172 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16173
16174         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16175         get it right.
16176         (gnus-inews-make-draft): Really.
16177
16178 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16179
16180         * nnmh.el (nnmh-request-list-1): Don't check the link count
16181         before descending.  (small patch)
16182
16183 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16184
16185         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16186         stuff.
16187
16188         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16189         on real group name.
16190
16191         * gnus-art.el (gnus-signature-limit): Doc fix.
16192
16193         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16194
16195         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16196
16197 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16198
16199         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16200         isn't a string.
16201
16202 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * gnus-draft.el (gnus-draft-send): Bind
16205         rfc2047-encode-encoded-words.
16206
16207         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16208         (rfc2047-encodable-p): Say that =? needs encoding.
16209         (rfc2047-encode-encoded-words): New variable.
16210
16211         * gnus-group.el (gnus-group-select-group): Doc fix.
16212
16213         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16214
16215         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16216         to nil.
16217
16218         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16219
16220         * nnheader.el (nnheader-get-lines-and-char): New function.
16221
16222 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-msg.el (gnus-summary-followup-with-original): Document
16225         yanking of region when active.
16226
16227 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16230         groups if the group level is higher than the specified value.
16231
16232 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16235         (gnus-group-jump-to-group): Added prefix argument using
16236         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16237         non-active group.
16238
16239         * compface.el (uncompface): Be verbose when changing
16240         `uncompface-use-external'.
16241
16242         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16243         handle manual section.
16244
16245 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * gnus-art.el (gnus-button-alist): Revert previous change.
16248
16249 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16252
16253 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16256         whether backend can accept message.
16257
16258         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16259
16260 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16261
16262         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16263         Avoid creating directory when nntp-marks-is-evil is true.
16264         Reported by Reiner Steib.
16265
16266 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * gnus-picon.el (gnus-picon-style): New variable.
16269         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16270         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16271         Jesper Harder <harder@ifa.au.dk>.
16272
16273 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16274
16275         * message.el (message-fill-field): Return point.
16276         (message-generate-headers): Go to end of field.
16277
16278         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16279         stuff for non-living groups.
16280
16281 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16282
16283         * gnus-art.el (gnus-article-followup-with-original)
16284         (gnus-article-reply-with-original): gnus-mark-active-p ->
16285         gnus-region-active-p.
16286
16287 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16288
16289         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16290         only when there is spam or ham to be processed.
16291
16292 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293
16294         * mail-source.el (mail-source-delete-crash-box): Refactor.
16295         (mail-source-fetch): Use it.
16296         (mail-source-fetch-file): Ditto.
16297         (mail-source-fetch-directory): Run postscript in loop.
16298         (mail-source-fetch-pop): Delete.
16299         (mail-source-fetch-maildir): Ditto.
16300         (mail-source-fetch-imap): Ditto.
16301
16302         * imap.el (imap-authenticators): Comment out sasl.
16303
16304         * message.el (message-skip-to-next-address): New function.
16305         (message-fill-header-address): Refactor.
16306         (message-fill-address): Use it.
16307         (message-delete-address): Use it.
16308         (message-fill-header-general): Refactor.
16309         (message-fill-field-address): Rename.
16310         (message-narrow-to-field): Find the start of the header.
16311         (message-header-format-alist): Don't pre-fill.
16312         (message-fill-header): Removed.
16313         (message-insert-header): New function.
16314         (message-shorten-references): Use it.
16315
16316         * rfc2047.el (rfc2047-field-value): Strip props.
16317
16318         * mail-parse.el (mail-header-make-address): New alias.
16319
16320         * ietf-drums.el (ietf-drums-make-address): New function.
16321
16322         * imap.el: Add compiler directives.
16323
16324         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16325
16326         * gnus-art.el (article-decode-idna-rhs): Don't use
16327         message-idna-inside-rhs-p.
16328
16329 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330
16331         * message.el (message-idna-inside-rhs-p): Removed.
16332         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16333
16334         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16335         false positives.
16336
16337 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16338
16339         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16340
16341 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342
16343         * nneething.el (nneething-file-name): Don't create spurious
16344         files.
16345
16346         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16347         (gnus-inews-do-gcc): Remove sleep.
16348
16349         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16350         part under point.
16351
16352         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16353         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16354
16355 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * spam.el (spam-summary-prepare-exit): Fixed (length).
16358
16359 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16362         as expired without moving it" message when there are spam
16363         messages left.
16364
16365 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16366
16367         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16368         header is not nil.
16369
16370 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16371
16372         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16373         nntp-possibly-create-directory, not nntp-possibly-change-group.
16374         (nntp-marks-changed-p): New arg SERVER.
16375         (nntp-request-update-info): Adjust caller.
16376
16377 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16378
16379         * nntp.el (nntp-save-marks): Pass missing arg.
16380
16381 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16382
16383         * nntp.el: Support marks.
16384         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16385         (nntp-marks-modtime, nntp-marks-directory): New variables.
16386         (nntp-request-set-mark, nntp-request-update-info)
16387         (nntp-possibly-create-directory, nntp-marks-changed-p)
16388         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16389         functions.
16390
16391 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16392
16393         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16394         (gnus-xmas-redefine): Rename.
16395
16396         * gnus-score.el (gnus-score-insert-help): Use
16397         gnus-select-lowest-window.
16398
16399         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16400         appt-select-lowest-window and rename to gnus-select-lowest-window.
16401
16402         * gnus.el: do.
16403
16404 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16405
16406         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16407         encodings of MIME-encoded words, in order to improve
16408         interoperability with several broken MUAs.
16409
16410 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16411
16412         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16413         tags, only when charsets are not specified in headers.
16414         (mm-inline-text-html-render-with-w3m): Ditto.
16415
16416         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16417         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16418
16419 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16420
16421         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16422         instead of MIME-decoded from fields when checking
16423         `gnus-article-address-banner-alist'.
16424
16425 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16428         description rather than subject.
16429
16430 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16431
16432         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16433
16434 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16435
16436         * gnus.el (gnus-version-number): Bump.
16437
16438 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16439
16440         * gnus.el: No Gnus v0.2 is released.
16441
16442 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16443
16444         * gnus-agent.el (gnus-agent-read-agentview): Inline
16445         gnus-uncompress-range.
16446
16447 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16448
16449         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16450         `exec-installed-p'.
16451
16452 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16453
16454         * gnus.el (spam-process, spam-autodetect-methods): Add
16455         bsfilter and bsfilter-headers.
16456
16457         * spam.el (spam-bsfilter): New customize group.
16458         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16459         (spam-bsfilter-header, spam-bsfilter-probability-header)
16460         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16461         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16462         (spam-bsfilter-database-directory): New options.
16463         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16464         (spam-list-of-statistical-checks, spam-registration-functions):
16465         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16466         (spam-bsfilter-score): New command.
16467         (spam-check-bsfilter-headers, spam-check-bsfilter)
16468         (spam-bsfilter-register-with-bsfilter)
16469         (spam-bsfilter-register-spam-routine)
16470         (spam-bsfilter-unregister-spam-routine)
16471         (spam-bsfilter-register-ham-routine)
16472         (spam-bsfilter-unregister-ham-routine): New functions.
16473         (spam-generic-score): Support bsfilter; Accept an optional argument
16474         to recalcurate spam score even if scoring header has already been
16475         added.
16476         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16477         optional argument to recalcurate spam score even if scoring header
16478         has already been added.
16479
16480 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16481
16482         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16483         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16484         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16485         link is missing.
16486
16487 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16488
16489         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16490         (html2text-get-attr): Rewrite.
16491
16492         * message.el (message-setup-1): Remove redundant put-text-property
16493         on mail-header-separator.
16494
16495 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16496
16497         * gnus-registry.el (gnus-registry-cache-whitespace)
16498         (gnus-registry-action, gnus-registry-spool-action)
16499         (gnus-registry-split-fancy-with-parent): Change message levels
16500         from 5 to 3 or 7, as needed.
16501
16502         * spam.el (spam-summary-prepare-exit)
16503         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16504         (spam-split, spam-find-spam, spam-log-undo-registration)
16505         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16506         level from 5 to 6.
16507
16508 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16511         2004-03-04 change).
16512
16513 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * sieve-manage.el (sieve-manage-open):
16516         * nnweb.el (nnweb-insert-html):
16517         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16518         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16519         * nnspool.el (nnspool-request-group):
16520         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16521         * nnml.el (nnml-request-update-info):
16522         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16523         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16524         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16525         (nnimap-request-set-mark):
16526         * nnfolder.el (nnfolder-request-update-info):
16527         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16528         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16529         * gnus-uu.el (gnus-uu-find-articles-matching):
16530         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16531         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16532         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16533         * gnus-nocem.el (gnus-nocem-scan-groups):
16534         * gnus-int.el (gnus-start-news-server):
16535         * gnus-group.el (gnus-group-make-kiboze-group)
16536         (gnus-group-browse-foreign-server):
16537         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16538         Use mapc when appropriate.
16539
16540 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16541
16542         FIXME: Make separate entries for each person.
16543
16544         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16545         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16546         <shields@msrl.com>:
16547
16548         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16549         may need for spam sorting and scoring.
16550         (spam-user-format-function-S): Add user format function suitable for
16551         general use.
16552         (spam-article-sort-by-spam-status): Add sorting function for summary
16553         sorting.
16554         (spam-extra-header-to-number): Add function to get a score from a
16555         header.
16556         (spam-summary-score): Add function to get a numeric score from the
16557         headers.
16558         (spam-generic-score): Fix function doc, was in wrong place.
16559         (spam-initialize): Take symbols when it's run, and install the
16560         extra headers that spam-necessary-extra-headers thinks we need.
16561
16562 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16563
16564         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16565         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16566
16567 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * gnus-sum.el (gnus-set-global-variables)
16570         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16571         (gnus-article-get-xrefs, gnus-summary-best-group)
16572         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16573         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16574         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16575         Use with-current-buffer.
16576
16577 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * spam.el (spam-summary-prepare-exit): Simplify logic.
16580         (spam-fetch-article-header): Read the article header if it's not
16581         available.
16582         (spam-list-articles): Simplify logic.
16583         (spam-filelist-register-routine): Fix bug with unregister-list.
16584
16585         * gnus-registry.el: Fix comments at beginning.
16586
16587 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16588
16589         * message.el (message-cater-to-broken-inn): Remove.
16590         (message-shorten-references): Make sure the total folded length of
16591         References is shorter than 998 characters to cater to a bug in INN
16592         2.3.  Also, don't pretend that references aren't folded -- this
16593         hasn't worked for a while.
16594
16595 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16596
16597         * gnus-agent.el (gnus-agentize):
16598         gnus-agent-send-mail-real-function no longer set to current value
16599         of message-send-mail-function but rather a lambda that calls
16600         message-send-mail-function.  The change makes the agent real-time
16601         responsive to user changes to message-send-mail-function.
16602
16603 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16604
16605         * legacy-gnus-agent.el
16606         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16607         help from Florian Weimer <fw@deneb.enyo.de>
16608
16609 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * nnmail.el (nnmail-cache-insert): Revert last change.
16612
16613 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * nnmail.el (nnmail-cache-insert): Always check whether
16616         nnmail-cache-ignore-groups matches a group name.
16617
16618 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16619
16620         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16621         (spam-find-spam, spam-log-processing-to-registry)
16622         (spam-log-registered-p, spam-log-unregistration-needed-p)
16623         (spam-log-undo-registration): Use gnus-message instead of
16624         gnus-error, none of these errors are fatal.
16625
16626         * gnus-registry.el (gnus-registry-clean-empty-function)
16627         (gnus-registry-clean-empty): Remove only empty entries without
16628         extra data.
16629
16630 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * spam-stat.el (spam-stat-buffer-change-to-spam)
16633         (spam-stat-buffer-change-to-non-spam): Change (error) to
16634         (gnus-message 8) invocation.
16635
16636 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * nntp.el (nntp-via-netcat-command): New variable.
16639         (nntp-via-netcat-switches): New variable.
16640         (nntp-open-via-rlogin-and-netcat): New function.
16641         (nntp-open-connection-function): Doc fix.
16642         (nntp-telnet-command): Doc fix.
16643         (nntp-end-of-line): Doc fix.
16644         (nntp-via-rlogin-command): Doc fix.
16645         (nntp-via-user-name): Doc fix.
16646         (nntp-via-address): Doc fix.
16647
16648 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16651         error in Emacs 21.1.
16652
16653 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16656
16657 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16658
16659         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16660         (gnus-agent-with-refreshed-group): New macro.
16661         (gnus-agent-rename-group): New function.
16662         (gnus-agent-delete-group): New function.
16663         (gnus-agent-save-group-info): Use gnus-command-method when
16664         `method' parameter is nil.  Don't write nil entries into the
16665         active file.
16666         (gnus-agent-get-group-info): New function.
16667         (gnus-agent-fetch-articles): Use
16668         gnus-agent-update-files-total-fetched-for to increment disk space
16669         used.
16670         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16671         gnus-agent-update-view-total-fetched-for to increment disk space
16672         used.
16673         (gnus-agent-get-local): Added optional parameters to avoid calling
16674         gnus-group-real-name and gnus-find-method-for-group.
16675         (gnus-agent-set-local): Delete stored entry if either min, or max,
16676         are nil.
16677         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16678         quit, use gnus-agent-regenerate-group to record existance of any
16679         articles fetched to disk before the quit occurred.
16680         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16681         gnus-agent-update-view-total-fetched-for, and
16682         gnus-agent-update-files-total-fetched-for to decrement disk space
16683         used.
16684         (gnus-agent-retrieve-headers): Use
16685         gnus-agent-update-view-total-fetched-for to increment disk space
16686         used.
16687         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16688         with gnus-agent-update-files-total-fetched-for to decrement disk
16689         space and fresh group buffer.
16690         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16691         (gnus-agent-need-update-total-fetched-for): New variable.
16692         (gnus-agent-update-files-total-fetched-for): New function.
16693         (gnus-agent-update-view-total-fetched-for): New function.
16694         (gnus-agent-total-fetched-for): New function.
16695
16696         * gnus-cache.el (gnus-cache-save-buffers): Use
16697         gnus-cache-update-overview-total-fetched-for to change disk space
16698         used by this group.
16699         (gnus-cache-possibly-enter-article): Use
16700         gnus-cache-update-file-total-fetched-for to increment disk space
16701         used by this group.
16702         (gnus-cache-possibly-remove-article): Use
16703         gnus-cache-update-file-total-fetched-for to decrement disk space
16704         used by this group.
16705         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16706         (gnus-cache-rename-group): New function.
16707         (gnus-cache-delete-group): New function.
16708         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16709         (gnus-cache-need-update-total-fetched-for): New variable.
16710         (gnus-cache-with-refreshed-group): New macro.
16711         (gnus-cache-update-file-total-fetched-for): New function.
16712         (gnus-cache-update-overview-total-fetched-for): New function.
16713         (gnus-cache-rename-group-total-fetched-for): New function.
16714         (gnus-cache-delete-group-total-fetched-for): New function.
16715         (gnus-cache-total-fetched-for): New function.
16716
16717         * gnus-group.el: Require gnus-sum and autoload functions to
16718         resolve warnings when gnus-group.el compiled alone.
16719         (gnus-group-line-format): Documented new %F.
16720         (size of Fetched data) group line format; identifies disk space
16721         used by agent and cache.
16722         (gnus-group-line-format-alist): Defined new F format.
16723         (gnus-total-fetched-for): New function.
16724         (gnus-group-delete-group): No longer update
16725         gnus-cache-active-altered as gnus-request-delete-group now keeps
16726         the cache in sync.
16727         (gnus-group-list-active): Let the agent store a server's active
16728         list if currently plugged.
16729
16730         * gnus-int.el (gnus-request-delete-group):
16731         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16732         local disk in sync with the server.
16733         (gnus-request-rename-group):
16734         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16735         local disk in sync with the server.
16736
16737         * gnus-start.el (gnus-get-unread-articles):
16738         Cosmetic simplification to logic.
16739
16740         * gnus-util.el (gnus-rename-file): New function.
16741
16742 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16743
16744         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16745
16746 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16747
16748         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16749         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16750
16751 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16752
16753         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16754         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16755
16756 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16757
16758         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16759
16760 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16761
16762         * spam.el (spam-set-difference): Add function to replace
16763         gnus-set-difference in spam.el.
16764         (spam-summary-prepare-exit): Use spam-set-difference.
16765
16766 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16767
16768         * gnus-registry.el (gnus-registry-cache-file): Update to use
16769         gnus-dribble-directory OR gnus-home-directory OR ~.
16770         (gnus-registry-split-fancy-with-parent): Fix doc.
16771
16772 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * message.el (message-exchange-point-and-mark): Use
16775         message-mark-active-p.  Suggested by Jesper Harder
16776         <harder@ifa.au.dk>.
16777
16778 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * message.el (message-exchange-point-and-mark): Don't activate
16781         region if it was inactive.  Suggested by Hiroshi Fujishima
16782         <pooh@nature.tsukuba.ac.jp>.
16783
16784 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el (article-display-face): Display Faces in the same
16787         order as X-Faces.
16788
16789 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16792
16793 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16796         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16797         (gnus-article-mime-hierarchy): Remove.
16798         (gnus-article-mime-hierarchy-next): Remove.
16799         (gnus-article-mode): Revert 2004-03-19 change.
16800         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16801         (gnus-insert-mime-button): Revert 2004-03-19 change.
16802         (gnus-mime-accumulate-hierarchy): Remove.
16803         (gnus-mime-enter-multipart): Remove.
16804         (gnus-mime-leave-multipart): Remove.
16805         (gnus-mime-display-part): Revert 2004-03-19 change.
16806         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16807
16808         * mml.el (mml-preview): Revert 2004-03-19 change.
16809
16810 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16811
16812         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16813
16814 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16817         t while entering a file name using the mm-with-multibyte macro.
16818         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16819
16820         * mm-util.el (mm-with-multibyte): New macro.
16821
16822 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16825         user option.
16826         (gnus-mime-multipart-functions): Doc and customization fix.
16827         (gnus-article-mime-hierarchy): New variable.
16828         (gnus-article-mime-hierarchy-next): New variable.
16829         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16830         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16831         gnus-article-mime-hierarchy-next to nil.
16832         (gnus-insert-mime-button): Show hierarchy numbers.
16833         (gnus-mime-accumulate-hierarchy): New function.
16834         (gnus-mime-enter-multipart): New function.
16835         (gnus-mime-leave-multipart): New function.
16836         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16837         (gnus-mime-display-alternative): Show hierarchy numbers.
16838
16839         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16840         gnus-article-mime-hierarchy-next to nil.
16841
16842 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16843
16844         * dns.el: Don't require gnus-xmas.
16845
16846 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16847
16848         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16849         inline PGP.
16850         (mml-menu): Disable mml-quote-region if mark is inactive.
16851
16852 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16855         when the group's active is not available.
16856
16857 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16860         error.
16861
16862 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * imap.el (imap-store-password): New variable.
16865         (imap-interactive-login): Use it.
16866         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16867
16868 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16871         window-start and hscroll to summary window.
16872
16873 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16874
16875         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16876         conversion message to newsrc-dribble when an actual conversion is
16877         performed.
16878
16879 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16880
16881         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16882
16883 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * mm-decode.el (mm-complicated-handles): New function reviving
16886         former definition of mm-multiple-handles.
16887
16888         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16889         (gnus-mime-delete-part): Use it.
16890
16891 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16892
16893         * gnus-agent.el (gnus-agent-read-local): Bind
16894         nnheader-file-coding-system to gnus-agent-file-coding-system to
16895         avoid the implicit assumption that they will always be equal.
16896         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16897         coding-system-for-write, as the with-temp-file macro first prints
16898         to a buffer then saves the buffer.
16899
16900 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (gnus-article-edit-part): New function.
16903         (gnus-mime-save-part-and-strip): Use it; do query instead of
16904         signaling an error; don't use mm-multiple-handles.
16905         (gnus-mime-delete-part): Ditto.
16906
16907 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16908
16909         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16910         old file versions.
16911         (gnus-group-prepare-hook): Removed function that converted list
16912         form of gnus-agent-expire-days to group properties.
16913
16914         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16915         (gnus-request-accept-article): Re-indented.
16916
16917         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16918         converters to handle old agent file formats.  Added logic for a
16919         "backup before upgrading warning".
16920         (gnus-convert-mark-converter-prompt): Developers can mark
16921         functions as needing (default), or not needing,
16922         gnus-convert-old-newsrc's "backup before upgrading warning".
16923         (gnus-convert-converter-needs-prompt): Tests whether the user
16924         should be protected from potentially irreversable changes by the
16925         function.
16926
16927         * legacy-gnus-agent.el: New.  Provides converters that are only
16928         loaded when gnus-convert-old-newsrc needs to call them.
16929
16930 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * mail-source.el (mail-source-touch-pop): Doc fix.
16933
16934         * message.el (message-smtpmail-send-it): Doc fix.
16935
16936 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16939
16940         * nnmail.el (nnmail-split-fancy): do.
16941
16942         * gnus-kill.el (gnus-kill, gnus-execute): do.
16943
16944 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16945
16946         * gnus-sum.el (gnus-widget-reversible-match)
16947         (gnus-widget-reversible-to-internal)
16948         (gnus-widget-reversible-to-external): New functions.
16949         (gnus-widget-reversible): New widget.
16950         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16951
16952 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16953
16954         * gnus-sum.el (gnus-thread-sort-functions)
16955         (gnus-article-sort-functions): Document `(not F)' items.
16956
16957 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el (spam-use-gmane-xref): Add new backend.
16960         (spam-gmane-xref-spam-group): Add variable to control the name of the
16961         Gmane spam group.
16962         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16963         (spam-regex-headers-spam, spam-regex-headers-ham)
16964         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16965         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16966         backends and checks.
16967         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16968
16969         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16970         an autodetect method.
16971
16972 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16973
16974         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16975         articles are being added to a group.
16976         (gnus-request-replace-article): Inform the agent that articles
16977         need to be uncached as the cached contents are no longer valid.
16978
16979 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * binhex.el: Don't autoload executable-find.
16982
16983         * canlock.el: Don't autoload mail-fetch-field.
16984
16985         * dgnushack.el: Autoload c-mode for XEmacs.
16986
16987         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16988
16989         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16990         rmail-dont-reply-to and rmail-output.
16991
16992         * gnus-score.el: Don't autoload ffap-string-at-point.
16993
16994         * gnus-setup.el: Don't autoload sc-cite-original.
16995
16996         * imap.el: Don't autoload base64-decode-string,
16997         base64-encode-string and md5.
16998
16999         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17000         and rmail-msg-restore-non-pruned-header.
17001
17002         * mm-decode.el: Don't autoload executable-find.
17003
17004         * mm-url.el: Don't autoload executable-find.
17005
17006         * mm-view.el: Don't autoload diff-mode.
17007
17008         * nndb.el: Don't autoload news-reply-mode, news-setup,
17009         cancel-timer and telnet.
17010
17011         * password.el: Don't autoload run-at-time for Emacs.
17012
17013         * sha1-el.el: Don't autoload executable-find.
17014
17015         * sieve-mode.el: Don't autoload c-mode.
17016
17017         * uudecode.el: Don't autoload executable-find.
17018
17019 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17020
17021         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17022         (gnus-agent-possibly-alter-active): Avoid null in numeric
17023         comparison.
17024         (gnus-agent-set-local): Refuse to save null in local object table.
17025         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17026         list of articles that will be marked as unread.
17027
17028 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17031
17032 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17035         language tags.
17036
17037 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17038
17039         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17040         Don't bind "obarray".
17041
17042         * gnus-sum.el (gnus-thread-sort-functions): Added
17043         `gnus-thread-sort-by-most-recent-number' and
17044         `gnus-thread-sort-by-most-recent-date'.
17045         Reported by Kai Grossjohann <kai@emptydomain.de>.
17046
17047 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17050
17051 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17052
17053         * gnus-cus.el (gnus-agent-customize-category): Removed
17054         ignore-errors macro reference that required cl to be loaded at
17055         run-time.
17056
17057         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17058         single-interval range of the form (min . max).  Previously the
17059         range had to look like ((min . max)).  Likewise, return
17060         (min . max) rather than ((min . max)).
17061         (gnus-range-map): Use gnus-range-normalize to accept
17062         single-interval range.
17063
17064         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17065         the cache, but not the agent, now appear with their usual face.
17066
17067         * dgnushack.el (loaddir): New variable that is bound to the
17068         directory containing the dgnushack.el file. Use loaddir, rather
17069         than srcdir, to update load-path. Change lets dgnushack compile
17070         code in directories other than GNUS/lisp.
17071
17072 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * lpath.el: Don't bind w3m-safe-url-regexp.
17075
17076         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17077         w3m-safe-url-regexp variable buffer-local.
17078
17079         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17080
17081 2004-02-27  Simon Josefsson  <jas@extundo.com>
17082
17083         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17084         gnus-group-real-prefix.
17085         (gnus-summary-move-article): Use it, instead of
17086         gnus-group-real-prefix.
17087
17088 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * lpath.el: Bind w3m-safe-url-regexp.
17091
17092         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17093         w3m-safe-url-regexp variable buffer-local and set it as the value
17094         of mm-w3m-safe-url-regexp.
17095
17096         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17097
17098         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17099         parsing gnus-posting-styles when the message is not for replying.
17100
17101         * dgnushack.el: Autoload sgml-mode for XEmacs.
17102
17103         * nnrss.el (nnrss-opml-export): Use
17104         mm-set-buffer-file-coding-system instead of
17105         set-buffer-file-coding-system.
17106
17107 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17108
17109         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17110         of checkdoc.el).
17111         * nnrss.el: do.
17112         * gnus-mlspl.el: do.
17113         * gnus-ml.el: do.
17114         * gnus-srvr.el: do.
17115
17116         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17117
17118 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17119
17120         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17121         Corrections to custom-manual links.
17122
17123         * gnus-art.el (gnus-article): Ditto.
17124
17125         * mm-decode.el (mime-display, mime-security): Ditto.
17126
17127 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17128
17129         * flow-fill.el: Typo.
17130
17131 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17132
17133         * spam-wash.el: New file.
17134
17135 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17136
17137         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17138
17139 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17142         to be run with new-articles as LIST1, not LIST2.
17143         (spam-registration-functions): Add spam-use-ham-copy as a nil
17144         registration backend.
17145
17146 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17147
17148         * spam-stat.el (spam-stat-washing-hook): New option.
17149         (spam-stat-buffer-words): Use it.
17150         (spam-stat-process-directory, spam-stat-test-directory): Use
17151         insert-file-contents-literally.
17152         (spam-stat-coding-system): New variable.
17153         (spam-stat-load, spam-stat-save): Use it.
17154
17155 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * spam-report.el (spam-report-plug-agent): Quote
17158         spam-report-url-to-file and spam-report-url-ping-plain.
17159
17160 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17163         / in mailto URLs.
17164
17165 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * spam-report.el (spam-report-process-queue): Fix interactive use.
17168         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17169         (spam-report-unplug-agent): Doc fixes.
17170         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17171         (spam-report-agentize, spam-report-deagentize): Autoload.
17172
17173 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17176
17177         * message.el (message-setup-fill-variables): Add mml tags to
17178         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17179         <ajk@iu.edu>.
17180         (message-mode): Don't modify paragraph-separate there.
17181
17182 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * compface.el (uncompface-use-external): Default to undecided.
17185         (uncompface-use-external-threshold): New variable.
17186         (uncompface-float-time): New macro.
17187         (uncompface): Determine whether to use the external decoder if
17188         uncompface-use-external is undecided.
17189
17190 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17191
17192         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17193         after images.
17194
17195         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17196
17197 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17198
17199         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17200
17201         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17202
17203         * gnus-sum.el (gnus-summary-limit-to-age)
17204         (gnus-summary-limit-children): do.
17205
17206         * gnus-int.el (gnus-request-scan): do.
17207
17208         * gnus-group.el (gnus-group-suspend): do.
17209
17210         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17211
17212         * gnus-cite.el (gnus-cite-parse-attributions): do.
17213
17214         * gnus-agent.el (gnus-summary-set-agent-mark)
17215         (gnus-agent-regenerate-group): do.
17216
17217         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17218
17219         * binhex.el (binhex-decode-region-internal): do.
17220
17221 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-fun.el (gnus-face-properties-alist): New user option.
17224         (gnus-display-x-face-in-from): Use it.
17225
17226         * gnus-art.el (article-display-face): Ditto.
17227
17228         * compface.el (uncompface-use-external): Default to nil.
17229
17230 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17231
17232         * nntp.el (nntp-erase-buffer): New function.
17233         (nntp-retrieve-data, nntp-send-command)
17234         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17235         (nntp-possibly-change-group): Use it.
17236
17237         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17238         with-current-buffer.
17239
17240 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17241
17242         * compface.el: Merge the ELisp-based uncompface program.
17243         (compface): New customization group.
17244         (uncompface-use-external): New user option.
17245         (uncompface): Call uncompface-internal if uncompface-use-external
17246         is nil.
17247         (uncompface-internal): New function.  Note that there are also
17248         some other functions and variables added for this function.
17249
17250 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17251
17252         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17253         if necessary.
17254
17255 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * spam-report.el (spam-report-unplug-agent)
17258         (spam-report-plug-agent, spam-report-deagentize)
17259         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17260         Add support for the Agent in spam-report: when unplugged, report to a
17261         file; when plugged, submit all the requests.
17262
17263         * spam.el (spam-register-routine): Fix message about
17264         registration.
17265
17266 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17267
17268         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17269         dependencies.
17270         (rfc2047-encode): Use it.
17271
17272         * gnus-art.el (gnus-button-marker-list): Move before first
17273         reference.
17274
17275         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17276         (imap-parse-body): Fix format string mismatch.
17277
17278         * gnus-score.el (gnus-summary-increase-score): do.
17279
17280         * nnrss.el (nnrss-close): New function.
17281
17282 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17283
17284         * nnrss.el (nnrss-make-filename): New function.
17285         (nnrss-request-delete-group, nnrss-read-server-data)
17286         (nnrss-save-server-data, nnrss-read-group-data)
17287         (nnrss-save-group-data): Use it.
17288         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17289         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17290         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17291
17292 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17293
17294         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17295
17296 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17299         files.
17300
17301         * message.el (message-generate-headers-first): Don't quote nil
17302         and t in docstrings.
17303
17304         * imap.el (imap-id): do.
17305
17306         * gnus-agent.el (gnus-agent-consider-all-articles)
17307         (gnus-agent-queue-mail): do.
17308
17309 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17310
17311         * spam-report.el (spam-report-process-queue): New function.
17312         Process requests from `spam-report-requests-file'.
17313         (spam-report-process-queue): Doc fix.
17314
17315 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17316
17317         * spam.el (spam-register-routine)
17318         (spam-log-processing-to-registry, spam-log-registered-p)
17319         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17320         Change "check" to "spam-check" for semi-clarity.
17321
17322 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17323
17324         * pop3.el: Require nnheader.
17325
17326         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17327
17328         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17329
17330         * gnus-picon.el: Require cl.
17331
17332         * gnus-fun.el: Require gnus-ems and gnus-util.
17333
17334         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17335
17336         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17337
17338         * gnus-art.el (gnus-article-edit-mode): Define before first
17339         reference.
17340
17341 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17342
17343         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17344         (gnus-uu-post-encoded): Use point-at-bol.
17345
17346         * gnus-topic.el (gnus-group-active-topic-p): do.
17347
17348         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17349
17350         * gnus-group.el (gnus-group-kill-region): do.
17351
17352         * gnus-art.el (article-date-ut): do.
17353
17354         * message.el (message-fetch-field): Remove redundant
17355         case-fold-search binding.
17356         (message-narrow-to-field): Simplify.
17357
17358 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * spam.el (spam-directory): Derive from `gnus-directory'.
17361
17362         * spam-report.el (spam-report-url-to-file)
17363         (spam-report-requests-file): New function and variable for offline
17364         reporting.
17365         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17366         and user defined function.
17367         (spam-report-url-ping-mm-url): Remove doubled slash.
17368
17369 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17372
17373 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17376         format string mismatch.
17377
17378         * sieve.el (sieve-deactivate-all): do.
17379
17380         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17381
17382         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17383
17384         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17385
17386         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17387
17388 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17391         the list of checks.
17392
17393 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17394
17395         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17396         padding.
17397
17398 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17399
17400         * mm-view.el (mm-fill-flowed): New variable.
17401         (mm-inline-text): Use it.
17402
17403 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17404
17405         * spam.el (spam-spamassassin-register-ham-routine)
17406         (spam-spamassassin-register-spam-routine): Fix function names.
17407
17408 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus.el (gnus-tmp-grouplens): Remove.
17411         (gnus-summary-line-format): Remove grouplens.
17412
17413         * gnus-group.el (gnus-group-line-format): Ditto.
17414
17415         * gnus-spec.el (gnus-format-specs): Ditto.
17416         (gnus-update-format-specifications): Flush the group format spec
17417         cache if there's the grouplens stuff.
17418         (gnus-parse-simple-format): Replace %l with the empty string.
17419
17420 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17421
17422         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17423         omission.
17424
17425 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17428         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17429
17430 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17431
17432         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17433         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17434         New macros and functions.
17435         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17436         Handle > NLINK_MAX messages.
17437         * nnmaildir.el (nnmaildir-request-set-mark): Use
17438         nnmaildir--emlink-p and nnmaildir--eexist-p.
17439
17440 2004-01-25  Alex Schroeder  <alex@gnu.org>
17441
17442         * spam-stat.el (spam-stat-process-directory-age): New option.
17443         (spam-stat-process-directory): Use it.
17444
17445 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17446
17447         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17448         (spam-stat-save): Accept prefix argument.
17449
17450 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17451
17452         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17453         links" error.
17454
17455 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17458         the rest of the and/or forms.
17459
17460 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17461
17462         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17463         compatibility with old .newsrc.eld files.
17464
17465         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17466
17467         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17468
17469         * gnus-start.el (gnus-1): do.
17470
17471         * gnus-group.el (gnus-group-line-format-alist): do.
17472
17473         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17474
17475         * gnus-gl.el: Remove.
17476
17477 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17478
17479         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17480         marks consisting of a single range {for example, (3 . 5)} rather
17481         than a list of a single range { ((3 . 5)) }.
17482
17483 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17486         with-current-buffer.
17487         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17488         avoid consing a string.
17489
17490         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17491         Remove obsolete entries for big5 and gb2312.
17492
17493 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17494
17495         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17496         uncompressed list.
17497
17498 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17499
17500         * spam-stat.el (spam-stat-strip-xref): New function.
17501         (spam-stat-process-directory): Use it.
17502
17503         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17504         here -- it's done in message-fetch-field.
17505
17506 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17507
17508         * gnus-agent.el (gnus-agent-queue-mail)
17509         (gnus-agent-prompt-send-queue): New variables.
17510         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17511         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17512         "nndraft:queue" along to gnus-draft-send.  Use
17513         gnus-agent-prompt-send-queue.
17514         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17515         is "nndraft:queue".  Suggested by Gaute Strokkenes
17516         <gs234@srcf.ucam.org>
17517
17518         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17519         (agent-enable-undownloaded-faces): Added.
17520         (gnus-agent-cat-groups): Use eval-and-compile, not
17521         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17522         method of gnus-agent-cat-groups even when the buffer has been
17523         evaled.
17524         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17525         delete gnus-agent-save-active-1.
17526         (gnus-agent-save-groups): Deleted.  Identical to
17527         gnus-agent-save-active.
17528         (gnus-agent-write-active): No longer adjust agent's copy of active
17529         file as agent's adjustments are now stored in their own
17530         file.  Removed optional parameter.
17531         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17532         servers.  Add use of min/max range limits from server's local
17533         file.
17534         (gnus-agent-save-alist): Removed unused optional argument.
17535         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17536         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17537         (gnus-agent-set-local): A per-server file that keeps min/max range
17538         limits for articles known to the agent.  Provides a fast mechanism
17539         for altering many active ranges.
17540         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17541         active file (local makes it unnecessary).
17542         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17543
17544         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17545         (agent-enable-undownloaded-faces): Added.
17546
17547         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17548         disable it when sending to "nndraft:queue".
17549         (gnus-group-send-queue): Add safety check to avoid sending queue
17550         when unplugged.
17551
17552         * gnus-group.el (gnus-group-catchup): Use new
17553         gnus-sequence-of-unread-articles, not
17554         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17555         numbers of articles.  Use gnus-range-map to avoid having to
17556         uncompress the unread list.
17557         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17558         Fixed invalid ange-ftp reference.
17559
17560         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17561         (gnus-sorted-range-intersection): Intersection of two ranges
17562         without requiring that they first be uncompressed.
17563
17564         * gnus-start.el (gnus-activate-group): Unless blocked by the
17565         caller, possibly expand the active range to include both cached
17566         and agentized articles.
17567         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17568         multiple version-dependent converters.
17569         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17570         gnus-agent-save-active.
17571         (gnus-save-newsrc-file): Save dirty agent range limits.
17572
17573         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17574         gnus-agent-possibly-alter-active.
17575         (gnus-adjust-marked-articles): Faster handling of simple lists.
17576
17577 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17578
17579         * spam-stat.el (spam-stat-test-directory): New optional argument
17580         displays a list of files detected.  Suggested by Andrew Cohen
17581         <cohen@andy.bu.edu>.
17582         (spam-stat-buffer-words-with-scores): Don't narrow and change
17583         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17584
17585 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17586
17587         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17588         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17589         (spam-spamassassin-arguments)
17590         (spam-spamassassin-spam-flag-header)
17591         (spam-spamassassin-positive-spam-flag-header)
17592         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17593         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17594         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17595         (spam-list-of-processors, spam-list-of-checks)
17596         (spam-list-of-statistical-checks, spam-registration-functions)
17597         (spam-check-spamassassin-headers, spam-check-spamassassin)
17598         (spam-spamassassin-score)
17599         (spam-spamassassin-register-with-sa-learn)
17600         (spam-spamassassin-register-spam-routine)
17601         (spam-spamassassin-register-ham-routine)
17602         (spam-assassin-register-spam-routine)
17603         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17604         (spam-bogofilter-score): Fix to show article before scoring.
17605
17606 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17607
17608         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17609         default scoring function.
17610         (spam-generic-score): Call spam-spamassassin-score if
17611         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17612         spam-bogofilter-score otherwise.
17613
17614         * gnus.el (spam-process, spam-autodetect-methods): Add
17615         spamassassin and spamassassin-headers.
17616
17617 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17618
17619         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17620         Suppress unnecessary messages.
17621
17622 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17625         make-hash-table.
17626
17627 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * canlock.el (base64-encode-string): Don't autoload it.
17630
17631 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * run-at-time.el: Remove useless (require 'itimer),
17634         eval-and-compile and (featurep 'xemacs).
17635
17636 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17639         GROUP is a virtual group.
17640
17641 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17642
17643         * gnus.el: Autoload `message-y-or-n-p'.
17644
17645 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17646
17647         * pgg-parse.el: Remove unnecessary (require 'custom).
17648
17649         * pgg-def.el: do.
17650
17651         * nnmail.el: do.
17652
17653         * gnus-undo.el: do.
17654
17655         * gnus-picon.el: do.
17656
17657         * gnus-util.el: do.
17658
17659 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17660
17661         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17662
17663 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17666         handle, as well as a list.
17667
17668         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17669         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17670         (mm-w3m-cid-retrieve): Simplify.
17671
17672 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17673
17674         * message.el (message-kill-to-signature): Allow prefix arg to
17675         specify number of lines to keep before signature.
17676
17677 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17678
17679         * message.el (message-kill-to-signature): Change docstring.
17680
17681 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * canlock.el: Always require sha1-el.
17684         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17685
17686         * message.el: Autoload sha1 only when compiling.
17687
17688         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17689         eudc-expand-inline for XEmacs.
17690
17691 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * message.el (message-canlock-generate): Require sha1-el.
17694
17695 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * message.el (message-expand-name): Silence the byte compiler.
17698
17699         * lpath.el: Add detect-coding-system.
17700
17701         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17702         cus-edit.
17703
17704 2004-01-13  Simon Josefsson  <jas@extundo.com>
17705
17706         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17707         Invoke gnus-score-mode.  Reported by
17708         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17709
17710         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17711         Jim Blandy <jimb@redhat.com> (tiny change).
17712
17713 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17716
17717 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17718
17719         * spam.el (spam-get-article-as-string): Update to use
17720         gnus-request-article-this-buffer, much simpler.
17721         (spam-get-article-as-buffer): Remove.
17722
17723 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17724
17725         * message.el (message-expand-name): Use EUDC if the user uses that.
17726
17727 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17730         character for the encoding to avoid consing a string.
17731
17732         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17733         unnecessarily.
17734
17735         * mm-util.el (mm-replace-chars-in-string): Remove.
17736
17737         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17738         of mm-replace-chars-in-string.
17739
17740 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17743
17744         * mm-util.el (mm-subst-char-in-string): Support inplace.
17745
17746         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17747         a new string in every iteration.  Use shy groups.
17748
17749 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17750
17751         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17752         * gnus-soup.el (gnus-soup-group-brew):
17753         * gnus-msg.el (gnus-put-message):
17754         * gnus-move.el (gnus-group-move-group-to-server):
17755         * gnus-kill.el (gnus-batch-score):
17756         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17757         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17758         (gnus-group-update-group, gnus-group-read-group)
17759         (gnus-group-make-group, gnus-group-make-help-group)
17760         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17761         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17762         (gnus-group-sort-by-unread, gnus-group-catchup)
17763         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17764         (gnus-group-yank-group, gnus-group-set-info)
17765         (gnus-group-list-groups):
17766         * gnus.el (gnus-generate-new-group-name):
17767         * gnus-delay.el (gnus-delay-send-queue):
17768         * nnvirtual.el (nnvirtual-catchup-group):
17769         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17770         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17771         (gnus-group-prepare-topics, gnus-topic-check-topology):
17772         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17773         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17774         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17775         (gnus-group-make-articles-read):
17776         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17777         (gnus-group-change-level, gnus-kill-newsgroup)
17778         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17779         (gnus-get-unread-articles, gnus-make-articles-unread)
17780         (gnus-make-ascending-articles-unread): Use accessor
17781         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17782         to get group information for improved readability.
17783
17784
17785 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * gnus-art.el (article-decode-mime-words, article-babel)
17788         (gnus-article-highlight-signature, gnus-article-add-buttons)
17789         (gnus-signature-toggle): Use gnus-with-article-buffer.
17790
17791         * gnus-art.el (gnus-article-highlight-headers)
17792         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17793
17794         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17795         (gnus-article-set-globals, gnus-request-article-this-buffer)
17796         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17797         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17798         (gnus-mime-display-alternative): Use with-current-buffer.
17799
17800 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17803         also under 80 char limit, and call gnus-error if needed.
17804         (spam-fetch-article-header): Fix - it was a
17805         buffer-local variable (gnus-newsgroup-data).
17806         (spam-find-spam): Use spam-generate-fake-headers, forget about
17807         spam-insert-fake-headers.
17808         (spam-insert-fake-headers): Remove.
17809
17810 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * deuglify.el (gnus-article-outlook-unwrap-lines)
17813         (gnus-outlook-rearrange-article)
17814         (gnus-outlook-repair-attribution-outlook)
17815         (gnus-outlook-repair-attribution-block)
17816         (gnus-outlook-repair-attribution-other): Remove redundant
17817         save-excursion.
17818
17819 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17820
17821         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17822         (spam-fetch-field-subject-fast)
17823         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17824         (spam-fetch-article-header): Add functions to deal with Gnus
17825         internals for fast retrieval of article header data.
17826         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17827
17828 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17829
17830         * pop3.el (pop3-md5): Remove.
17831         (pop3-apop): Replace pop3-md5 with md5.
17832
17833         * mm-bodies.el: base64 is always built-in.
17834
17835         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17836         with-current-buffer.
17837
17838 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * canlock.el (canlock-insert-header): Remove excessive grouping in
17841         regexp.
17842
17843         * gnus-sum.el (gnus-summary-read-document): Ditto.
17844
17845         * gnus-uu.el (gnus-uu-part-number): Ditto.
17846
17847         * html2text.el (html2text-remove-tags): Ditto.
17848         (html2text-format-tags): Ditto.
17849         (html2text-format-single-elements): Ditto.
17850
17851         * mml.el (mml-parse-1): Ditto.
17852
17853 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17854
17855         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17856
17857         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17858
17859         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17860
17861         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17862
17863 2003-11-15  Simon Josefsson  <jas@extundo.com>
17864
17865         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17866         (pgg-gpg-lookup-key): Use regexp match instead of
17867         split-string (split-string is different between emacs 21.2 and
17868         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17869
17870 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17871
17872         * gnus-art.el (gnus-mime-view-all-parts)
17873         (gnus-article-part-wrapper, gnus-article-view-part): Use
17874         with-current-buffer.
17875
17876 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * spam.el (spam-disable-spam-split-during-ham-respool)
17879         (spam-spamoracle-database, spam-cache-lookups)
17880         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17881         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17882         (spam-group-ham-marks, spam-group-spam-marks)
17883         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17884         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17885         also add spam-use-blackholes to the statistical checks.
17886         (spam-fetch-field-fast): Add interface to fetching fields, may
17887         become a macro.
17888         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17889         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17890         (spam-insert-fake-headers): Fake an article when needed.
17891         (spam-find-spam): Fake article when possible.
17892         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17893         (spam-check-bogofilter-headers): Use message-fetch-field instead
17894         of nnmail-fetch-field.
17895
17896 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17897
17898         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17899
17900 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17901
17902         * spam.el (spam-split): Do not require spam-use-CHECK to be
17903         enabled if that check is passed to spam-split explicitly; also
17904         fix so 'spam doesn't get converted to spam-split-group when
17905         spam-split-symbolic-return is t.
17906         (spam-find-spam): Find registrations of the article and use those
17907         instead of re-running spam-split to find the spam/ham
17908         classification of the article.
17909         (spam-log-processing-to-registry, spam-log-registered-p)
17910         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17911         Use gnus-error instead of gnus-message.
17912         (spam-log-registration-type): Add function to determine the
17913         classification of a message based on registry entries; will
17914         return nil if both 'spam and 'ham are found.
17915         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17916         a reasonably fast local cache without the loading errors.
17917         (spam-cache-lookups): Set to t by default.
17918         (spam-find-spam): Don't try to guess spam-cache-lookups.
17919         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17920         spam-caches entry.
17921         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17922         caching of whitelist/blacklist entries.
17923         (spam-check-whitelist, spam-check-blacklist): Invoke
17924         spam-from-listed-p with a type, not a cache variable.
17925         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17926
17927 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17930
17931         * nnmail.el (nnmail-split-fancy): do.
17932
17933         * mml.el (mml-parse): do.
17934
17935         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17936         (gnus-score-adaptive): do.
17937
17938 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17941         (gnus-mime-button-map): Don't set keymap parent.
17942         (gnus-button-ctan-directory-regexp): Use shy grouping.
17943         (gnus-prev-page-map): Don't set keymap parent.
17944         (gnus-prev-page-map): Remove duplicated one.
17945         (gnus-next-page-map): Don't set keymap parent.
17946         (gnus-mime-security-button-map): Ditto.
17947
17948         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17949         version number.
17950
17951         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17952
17953 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * canlock.el (canlock-sha1-function): Remove.
17956         (canlock-sha1-function-for-verify): Remove.
17957         (canlock-openssl-program): Remove.
17958         (canlock-openssl-args): Remove.
17959         (canlock-ignore-errors): Remove.
17960         (canlock-sha1-with-openssl): Remove.
17961         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17962         (canlock-verify): Don't use canlock-ignore-errors.
17963
17964         * sha1-el.el (sha1-string-external): Make it can return a string
17965         in binary form.
17966         (sha1-region-external): Ditto.
17967         (sha1-string-internal): Ditto.
17968         (sha1-region-internal): Ditto.
17969         (sha1-region): Ditto.
17970         (sha1-string): Ditto.
17971         (sha1): Ditto.
17972
17973 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17974
17975         * spam.el (spam-report-articles-gmane): New command.
17976
17977 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17980
17981         * run-at-time.el (run-at-time-saved): Remove.
17982         (run-at-time): Doc fix.
17983
17984 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17985
17986         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17987         (gnus-summary-limit-map): Add it.
17988         (gnus-summary-make-menu-bar): do.
17989
17990 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17993         Make attempt at some caching support (done for BBDB only now).
17994         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17995         addresses to be checked.
17996         (spam-clear-cache-BBDB): Add function, to be invoked by
17997         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17998         (spam-check-BBDB): Check and use the caches, if
17999         spam-cache-lookups is on, remove superfluous (provide).
18000
18001 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18004
18005 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18006
18007         * run-at-time.el (run-at-time-saved): Move to after the definition
18008         of `run-at-time'.
18009
18010         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18011
18012 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18015         mm-w3m-local-map-property.
18016
18017         * mm-view.el (mm-w3m-mode-map): Remove.
18018         (mm-w3m-local-map-property): Remove.
18019         (mm-inline-text-html-render-with-w3m): Don't use
18020         mm-w3m-local-map-property.
18021
18022 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023
18024         * run-at-time.el: New file.
18025
18026         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18027         under Emacs.
18028
18029         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18030         of gnus-set-text-properties.
18031
18032         * gnus-uu.el (gnus-uu-save-article): Ditto.
18033
18034         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18035
18036         * gnus-cite.el (gnus-cite-parse): Ditto.
18037
18038         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18039         of gnus-.
18040
18041         * gnus-xmas.el (run-at-time): Require run-at-time.
18042
18043         * gnus.el: Changed calls to nnheader-run-at-time and
18044         password-run-at-time throughout to use run-at-time directly.
18045
18046         * password.el: Removed definition of run-at-time.
18047
18048         * nnheaderxm.el: Remove definition of run-at-time.
18049
18050 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18051
18052         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18053         in prompt.
18054
18055 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18056
18057         * messagexmas.el (message-xmas-redefine): Alias
18058         `message-make-caesar-translation-table' to
18059         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18060         version.
18061
18062         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18063         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18064         `gnus-xmas-set-text-properties'.
18065         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18066         `gnus-xmas-completing-read'.
18067         (gnus-xmas-completing-read): Removed.
18068         (gnus-xmas-open-network-stream): Removed.
18069
18070         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18071         XEmacs version.
18072
18073         * dns.el (dns-make-network-process): Use `open-network-stream'
18074         instead of `gnus-xmas-open-network-stream'.
18075
18076         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18077
18078         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18079
18080 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * gnus-art.el (gnus-mime-display-alternative)
18083         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18084         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18085         Don't use gnus-local-map-property.
18086
18087         * gnus-util.el (gnus-local-map-property): Remove.
18088
18089         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18090         gnus-completing-read-maybe-default with completing-read.
18091
18092         * gnus-util.el (gnus-completing-read): do.
18093         (gnus-completing-read-maybe-default): Remove.
18094
18095 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18096
18097         * password.el: Only autoload `run-at-time' if not XEmacs.
18098         Only autoload the itimer functions if XEmacs.
18099
18100 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18103         XEmacsen.
18104
18105         * dgnushack.el: Autoload executable-find for XEmacs.
18106
18107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18108
18109         * gnus-art.el (gnus-read-string): Remove.
18110         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18111         read-string.
18112
18113 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18114
18115         * netrc.el: Autoload password-read.
18116         (netrc): Add configuration group.
18117         (netrc-encoding-method, netrc-openssl-path): Add
18118         variables for encoding and decoding of files with symmetric
18119         ciphers.
18120         (netrc-encode): Add assistant function to encode a file with
18121         netrc-encoding-method.
18122         (netrc-parse): Add interactive parameter, added optional
18123         decoding if netrc-encoding-method is non-nil but otherwise
18124         behavior is standard.
18125         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18126         Do s/encode/encrypt/ everywhere.
18127
18128         * spam.el: Remove executable-find autoload.
18129
18130 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18133
18134         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18135
18136 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18137
18138         * gnus-art.el (gnus-treat-ansi-sequences)
18139         (article-treat-ansi-sequences): New variable and function.
18140         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18141
18142         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18143         Use it.
18144
18145 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * mm-util.el (mm-quote-arg): Remove.
18148
18149         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18150         shell-quote-argument.
18151
18152         * gnus-uu.el (gnus-uu-command): do.
18153
18154         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18155
18156         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18157         with make-char.
18158
18159         * mm-util.el (mm-make-char): Remove.
18160
18161         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18162         add-minor-mode.
18163
18164         * gnus-undo.el (gnus-undo-mode): do.
18165
18166         * gnus-topic.el (gnus-topic-mode): do.
18167
18168         * gnus-sum.el (gnus-dead-summary-mode): do.
18169
18170         * gnus-start.el (gnus-slave-mode): do.
18171
18172         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18173
18174         * gnus-ml.el (gnus-mailing-list-mode): do.
18175
18176         * gnus-gl.el (gnus-grouplens-mode): do.
18177
18178         * gnus-draft.el (gnus-draft-mode): do.
18179
18180         * gnus-dired.el (gnus-dired-mode): do.
18181
18182         * gnus-ems.el (gnus-add-minor-mode): Remove.
18183
18184         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18185         Replace gnus-char-width with char-width.
18186
18187         * gnus-ems.el (gnus-char-width): Remove.
18188
18189         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18190         Replace gnus-char-width with char-width.
18191
18192         * gnus-ems.el (gnus-char-width): Remove.
18193
18194         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18195         definition.
18196         Remove Emacs 20 hash table compatibility code.
18197
18198         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18199         20 compatibility code.
18200
18201         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18202
18203         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18204
18205         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18206         with point-at-{eol,bol}.
18207
18208         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18209
18210         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18211
18212         * flow-fill.el (fill-flowed-point-at-bol)
18213         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18214
18215         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18216         Replace with point-at-{eol,bol} throughout all files.
18217
18218 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * ntlm.el (ntlm-string-as-unibyte): New macro.
18221         (ntlm-build-auth-response): Use it.
18222
18223         Remove Emacs 20 stuff:
18224         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18225         (butlast, mapc, remove): Remove the compiler macros.
18226         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18227         of delq and copy-sequence.
18228         * gnus-art.el (popup-menu): Remove the compiler macro.
18229         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18230         Emacs 20.
18231
18232 2004-01-05  Simon Josefsson  <jas@extundo.com>
18233
18234         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18235         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18236         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18237         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18238         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18239         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18240         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18241         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18242         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18243         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18244         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18245         string-xor into ntlm-string-xor.  Suggested by
18246         Jesper Harder <harder@myrealbox.com>.
18247
18248         * ntlm.el: Don't include poem.
18249
18250         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18251         Jesper Harder <harder@myrealbox.com>.
18252
18253         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18254
18255         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18256         probably breaks emacs with DL patch, but do we care? Is anyone
18257         still using the DL stuff?)
18258
18259         * sieve-manage.el: Use the password package.
18260         (sieve-manage-read-passwd): Remove.
18261         (sieve-manage-interactive-login): Use password.  Re-add
18262         condition-case around loop.
18263
18264         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18265         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18266         the password package.
18267
18268 2003-02-19  Simon Josefsson  <jas@extundo.com>
18269
18270         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18271         token.
18272
18273 2002-08-07  Simon Josefsson  <jas@extundo.com>
18274
18275         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18276         (sieve-manage-authenticators):
18277         (sieve-manage-authenticator-alist): Add some SASL mechs.
18278         (sieve-sasl-auth): New function.
18279         (sieve-manage-cram-md5-auth):
18280         (sieve-manage-plain-auth): Rewrite using SASL library.
18281         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18282         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18283         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18284         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18285
18286 2004-01-05  Simon Josefsson  <jas@extundo.com>
18287
18288         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18289         New files.
18290
18291 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18292
18293         * gnus-group.el (gnus-no-groups-message): Update.
18294
18295         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18296
18297 2003-11-09  Simon Josefsson  <jas@extundo.com>
18298
18299         * imap.el: Support for ID IMAP extension (RFC 2971).
18300         (imap-local-variables): Add imap-id.
18301         (imap-id): New variable.
18302         (imap-id): New function.
18303         (imap-parse-response): Parse untagged ID response.
18304         * nnimap.el (nnimap-id): New variable.
18305         (nnimap-open-connection): Use it.
18306
18307 2003-12-28  Simon Josefsson  <jas@extundo.com>
18308
18309         * gnus-score.el (gnus-score-edit-all-score): New.
18310         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18311
18312 2004-01-04  Simon Josefsson  <jas@extundo.com>
18313
18314         * password.el: Add.
18315
18316 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18317
18318         * dns.el (dns-query-types): Fix typo.
18319         (dns-query-types): New function.
18320         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18321         PTR and SOA replies, see RFC 1035.
18322
18323 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18326
18327         * Moved to Changelog.2.
18328
18329 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18330
18331         * gnus.el (gnus-version-number): Bump version.
18332
18333 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18334
18335         * gnus.el: No Gnus v0.1 is released.
18336
18337 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18338
18339         * gnus.el: No Gnus v0.0 is released.
18340
18341 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18342
18343         * gnus.el (gnus-version-number): Bump.
18344         (gnus-version): No.
18345
18346 See ChangeLog.2 for earlier changes.
18347
18348     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18349       Free Software Foundation, Inc.
18350
18351   This file is part of GNU Emacs.
18352
18353   GNU Emacs is free software: you can redistribute it and/or modify
18354   it under the terms of the GNU General Public License as published by
18355   the Free Software Foundation, either version 3 of the License, or
18356   (at your option) any later version.
18357
18358   GNU Emacs is distributed in the hope that it will be useful,
18359   but WITHOUT ANY WARRANTY; without even the implied warranty of
18360   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18361   GNU General Public License for more details.
18362
18363   You should have received a copy of the GNU General Public License
18364   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18365
18366 ;; Local Variables:
18367 ;; coding: utf-8
18368 ;; fill-column: 79
18369 ;; add-log-time-zone-rule: t
18370 ;; End: