Move nnmairix's `$' command to `G G' to avoid collisions.
[gnus] / lisp / ChangeLog
1 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4         to `G G' to avoid collisions.
5
6 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * shr.el: Load kinsoku if necessary.
9         (shr-kinsoku-shorten): New internal variable.
10         (shr-find-fill-point): Make kinsoku shorten text line if
11         shr-kinsoku-shorten is bound to non-nil.
12         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
13         shr-indentation too when testing if table is wider than frame width.
14         (shr-insert-table): Use `string-width' instead of `length' to measure
15         text width.
16         (shr-insert-table-ruler): Make sure indentation is done at bol.
17
18 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19
20         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
21         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
22         undecoded network data.
23
24 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
27         name in the mode line spec so that the mode line menu works
28         (bug #2431).
29
30         * message.el (message-get-reply-headers): If we're fed `to-address',
31         then always use that.
32
33         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
34         aren't so wide as to need to switch off the edit menu.
35
36         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
37         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
38
39         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
40         `M-g'.
41         (nnimap-update-info): Update flags/read marks even if \* isn't part of
42         the permanent marks.
43
44 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
47         according to references/in-reply-to obeys the ignore-groups variable,
48         while splitting by sender and subject do not.
49
50 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
53         alist, so that we can look for non-Unicode chars.
54         (article-translate-strings): Allow both character and string maps.
55
56 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * shr.el (shr-insert): Don't insert space behind a wide character
59         categorized as kinsoku-bol, or between characters both categorized as
60         nospace.
61
62 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
63
64         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
65         headers to gnus-newsgroup-headers.
66
67 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-tag-img): Don't align images -- since we're not
70         rescaling, this often leads to ugly displays.
71
72 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
73
74         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
75         duplicates.
76
77 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
78
79         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
80         call.
81
82 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus.el: Autoload gnus-html-show-images.
85
86         * nnimap.el: Use nnheader-message throughout.
87
88         * shr.el (shr-tag-img): Ignore images with no data.
89
90 2010-10-15  Julien Danjou  <julien@danjou.info>
91
92         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
93         possibility to disable format=flow encoding when using hard newlines.
94
95 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * shr.el (shr-insert): Remove space inserted before or after a
98         breakable character or at the beginning or the end of a line.
99         (shr-find-fill-point): Do kinsoku; find the second best point or give
100         it up if there's no breakable point.
101
102 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-open-connection): Message when opening connection
105         for debugging purposes.
106
107         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
108         on every setup buffer call to allow this to change from article to
109         article.
110
111         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
112         buffers where we have a wide table.
113
114 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
115
116         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
117         uses *-request-thread.
118
119 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * nnimap.el (nnimap-open-connection): Remove %s from openssl
122         incantation, which is no longer valid.
123
124 2010-10-14  Julien Danjou  <julien@danjou.info>
125
126         * shr.el: Fix defcustom type (char -> character).
127
128 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * nnimap.el (nnimap-open-connection): tls-program should be a list of
131         programs.
132
133 2010-10-14  Julien Danjou  <julien@danjou.info>
134
135         * shr.el (shr-tag-a): Use url-link as widget type.
136
137         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
138         `gnus-group-get-icon'.
139
140 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
143         This should make server editing work better.
144
145         * shr.el (shr-find-fill-point): Don't inloop on indented text.
146
147         * tls.el (tls-program): Remove spurious %s from openssl.
148
149         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
150         (nnimap-parse-flags): Fix regexp.
151
152         * shr.el (shr-find-fill-point): Use a filling algorithm that should
153         probably work for CJVK text, too.
154
155         * nnimap.el (nnimap-extend-tls-programs): Removed.
156         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
157
158         * tls.el (tls-starttls-switches): Remove starttls hack.
159         (open-tls-stream): Ditto.
160         (tls-find-starttls-argument): Ditto.
161
162 2010-10-13  Julien Danjou  <julien@danjou.info>
163
164         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
165         responses.
166
167 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
170
171         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
172         anything in Emacs.
173
174         * shr.el (shr-current-column): Remove buggy and unnecessary function.
175
176 2010-10-13  Julien Danjou  <julien@danjou.info>
177
178         * shr.el (shr-width): Make shr-width a defcustom with default to
179         fill-column.
180         (shr-tag-img): Use shr-width rather than fill-column.
181
182 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * dgnushack.el (byte-optimize-apply)
185         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
186
187         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
188         position when (X-)Faces exist.
189         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
190         avatars when called interactively.
191
192 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
195         gnus-article-x-face-too-ugly is bound.
196
197 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
200
201         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
202         mailbox that doesn't exist.
203
204 2010-10-12  Julien Danjou  <julien@danjou.info>
205
206         * shr.el (shr-tag-img): Encode URL properly when retrieving.
207         (shr-get-image-data): Encode URL properly when fetching from cache.
208         (shr-tag-img): Use aligned-to spaces to align correctly images.
209
210         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
211         before inserting the Gravatar.
212
213         * shr.el (shr-tag-img): Add align attribute support for <img>.
214
215 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-gravatar.el (gnus-art): Required.
218
219         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
220         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
221         Remove long obsoleted functions.
222
223 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
226
227         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
228
229         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
230         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
231         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
232         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
233         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
234         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
235         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
236
237 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * nnimap.el (nnimap-request-rename-group): Select group read-only
240         before renaming it.
241
242         * shr.el (shr-insert): Fix up the white space only regexp.
243
244         * nnimap.el (nnimap-transform-split-mail): Not all articles have
245         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
246
247         * shr.el (shr-current-column): New function.
248         (shr-find-fill-point): New function.
249
250 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
251
252         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
253         numbers.
254
255 2010-10-11  Julien Danjou  <julien@danjou.info>
256
257         * shr.el (shr-hr-line): Add.
258         (shr-tag-hr): Use shr-hr-line to specify which character to use to
259         display hr lines.
260         (shr-max-columns): Do not change state to nil if we just inserting
261         spaces.
262
263 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-topic.el (gnus-topic-read-group): If after the last group,
266         select the last group.
267
268 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
271
272 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
273
274         * dig.el (dig-mode-map): Declare and define in one step.
275
276 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
279         for Gnus.
280         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
281         (nnimap-update-qresync-info): Mark \Seen articles as read.
282
283         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
284         non-variable, too.
285
286         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
287         available.
288         (nnimap-update-info): Rely more on the current active than the param
289         active to avoid marking articles as read too much.
290
291         * auth-source.el (auth-source-create): Use (user-login-name) for the
292         user name default.
293
294         * nnimap.el (nnimap-update-info): If the server doesn't return any
295         useful info, just use the previous info.
296         (nnimap-update-info): Prefer old info over start-article.
297         (nnimap-update-qresync-info): Finish implementing QRESYNC.
298
299 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
300
301         * nnir.el (autoload): Clean up autoloads.
302         (nnir-imap-default-search-key): Renamed from
303         nnir-imap-search-field. Use key rather than value.
304         (nnir-imap-search-other): New variable.
305         (nnir-read-parm): Use it.
306         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
307         (gnus-summary-nnir-goto-thread): Modify to work with imap.
308
309 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
312         the process, too.
313
314 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
317         Allbery.
318
319         * shr.el: Rework the way things are indented by <li> slightly.
320
321         * gnus.el (gnus-group-set-parameter): Fix typo.
322
323         * nnimap.el: Start implementing QRESYNC support.
324
325 2010-10-09  Julien Danjou  <julien@danjou.info>
326
327         * nnir.el (nnir-engines): Fix too many arguments.
328
329 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
332         group is the "last", so that the backends like nnfolder actually save
333         their folders.
334
335         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
336         try to use that for the tls stream.
337         (nnimap-retrieve-group-data-early): Rework the marks code to heed
338         UIDVALIDITY and find out which groups are read-only and not.
339         (nnimap-get-flags): Use the same marks parsing code as the rest of
340         nnimap.
341
342 2010-10-09  Julien Danjou  <julien@danjou.info>
343
344         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
345
346         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
347         retrieving gravatars.
348
349         * shr.el (shr-table-corner): Add.
350         (shr-table-line): Add.
351         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
352
353 2010-10-08  Julien Danjou  <julien@danjou.info>
354
355         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
356
357 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
358
359         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
360
361         * gnus-sum.el (gnus-mark-article-as-unread)
362         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
363         (gnus-summary-set-bookmark): Use it.
364
365         * gnus-msg.el (gnus-setup-message): Use it.
366
367         * gnus-demon.el (gnus-demon-remove-handler): Use it.
368
369         * gnus.el (gnus-group-remove-parameter): Use it.
370
371         * gnus-group.el (gnus-group-make-web-group): Use it.
372
373         * gnus-demon.el (gnus-demon-remove-handler): Use it.
374
375         * nnregistry.el: Update docs to mention manual.
376
377         * gnus-registry.el: Update docs to mention nnregistry.el.
378         (gnus-registry-initialize): Don't install nnregistry refer method
379         automatically.
380         (gnus-registry-install-nnregistry): Remove it.
381
382 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * shr.el (shr-insert): Don't insert double spaces.
385
386 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-gravatar.el (gnus-treat-from-gravatar)
389         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
390         called interactively.
391
392         * gnus-art.el (gnus-mime-view-part-externally)
393         (gnus-mime-view-part-internally): Make predicate function passed to
394         gnus-mime-view-part-as-type assume argument is a mime type, not a list
395         of a mime type.
396
397         * shr.el (shr-table-widths): Don't use cl function `reduce'.
398
399 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * shr.el (require): Require cl when compiling.
402         (shr-tag-hr): New function.
403
404         * nnimap.el (nnimap-update-info): Remove double setting of high.
405         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
406         makes nnimap work properly on Courier again.
407
408         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
409         the variable for backwards compatability.
410
411         * mm-decode.el (mm-save-part): If given a non-directory result, expand
412         the file name before using to avoid setting mm-default-directory to
413         nil.
414
415         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
416         bidning gnus-agent variables.
417
418         * shr.el (shr-render-td): Use a cache for the table rendering function
419         to avoid getting an exponential rendering behaviour in nested tables.
420         (shr-insert): Rework the line-breaking algorithm.
421         (shr-insert): Don't leave trailing spaces.
422         (shr-insert-table): Also insert empty TDs.
423         (shr-tag-blockquote): Ensure paragraphs after </ul>.
424
425 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * gnus-sum.el (gnus-number): Rename from `number'.
428         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
429         (gnus-summary-limit-children): Update uses correspondingly.
430
431 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
434         (gnus-gravatar-transform-address): Don't show avatars of people of
435         which mail addresses match gnus-gravatar-too-ugly.
436
437 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * shr.el (shr-table-widths): Expand TD elements to fill available
440         space.
441
442 2010-10-07  Julien Danjou  <julien@danjou.info>
443
444         * nnimap.el (nnimap-request-rename-group): Add this method.
445
446 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
449         name from XEmacs' function-arglist.
450
451         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
452         gravatar under XEmacs.
453
454 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * auth-source.el: Update docs with TODO items.
457
458         * gnus-sync.el: Update docs to explain state and plans.
459
460         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
461         Hooks for mark updates.
462         (gnus-request-set-mark, gnus-request-update-mark): Use them.
463
464         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
465         hooks with arguments, which is needed for mark update hooks.
466
467 2010-10-06  Julien Danjou  <julien@danjou.info>
468
469         * gnus.el (gnus-expand-group-parameter): Only return and act on what
470         was matched.
471
472         * sieve-manage.el: Update example in `Commentary'.
473
474         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
475
476         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
477         not 2000.
478         (sieve-manage-authenticate): Re-add function.
479
480 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * shr.el (shr-insert): Get 'space transition right.
483         (shr-render-td): Only delete space at the end of the TD.
484
485         * nnimap.el (nnimap-open-connection): Prepare to support
486         open-gnutls-stream.
487
488         * shr.el: Rearrange function order to be more logical.
489
490 2010-10-06  Julien Danjou  <julien@danjou.info>
491
492         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
493         (nnrss-discover-feed): Remove 404 URL in docstring.
494
495         * nnir.el: Fix Swish-E URL.
496         Fix Namazu URL.
497
498         * message.el (message-change-subject): Remove 404 URL in a comment.
499
500 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
503         called interactively.
504
505         * gnus-util.el (gnus-remove-if): Allow hash table.
506         (gnus-remove-if-not): New function.
507
508         * gnus-art.el (gnus-mime-view-part-as-type)
509         * gnus-score.el (gnus-summary-score-effect)
510         * gnus-sum.el (gnus-read-move-group-name):
511         Replace remove-if-not with gnus-remove-if-not.
512
513         * gnus-group.el (gnus-group-completing-read):
514         Regard collection as a hash table if it is not a list.
515
516 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * shr.el (shr-render-td): Allow blank/missing <TD>s.
519
520         * shr.el: Document the table-rendering algorithm.
521
522 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
525         for Emacsen having no `libxml-parse-html-region' support.
526
527 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
530         invalid URLs.
531
532         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
533         line-broken.
534         (shr-tag-img): Ignore image fetching errors.
535         (shr-overlays-in-region): Compute overlay positions correctly.
536
537         * mm-decode.el (mm-shr): Require shr.
538
539         * gnus-art.el (gnus-blocked-images): Move variable here.
540
541         * shr.el (shr-insert-table): Bind free variable.
542
543         * mm-decode.el (mm-shr): Bind shr-content-function.
544
545         * shr.el (shr-content-function): New variable.
546
547         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
548         added for symmetry.
549
550         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
551
552         * gnus-group.el (gnus-group-make-group): Doc fix.
553
554         * nnimap.el (nnimap-request-newgroups): Return success.
555
556         * shr.el (shr-find-elements): New function.
557         (shr-tag-table): Put all the images after the table.
558         (shr-tag-table): Really inhibit images inside the table.
559         (shr-collect-overlays): Copy over overlays from the TD elements to the
560         main document.
561
562         * mm-decode.el (mm-shr): Bind shr-blocked-images to
563         gnus-blocked-images.
564
565 2010-10-05  Julien Danjou  <julien@danjou.info>
566
567         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
568
569         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
570         (gnus-html-maximum-image-size): Add this function.
571         (gnus-html-put-image): Use gnus-html-maximum-image-size.
572
573         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
574         server-value of the capability is nil.
575
576 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * shr.el (shr-tag-em): Add <EM> tag.
579
580 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
581
582         * sieve-manage.el (sieve-manage-default-stream): Make default stream
583         customizable.
584
585         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
586         handing broken links to browse-url.
587
588 2010-10-05  Julien Danjou  <julien@danjou.info>
589
590         * gnus-util.el (gnus-emacs-completing-read)
591         (gnus-iswitchb-completing-read): Use autoload rather than require.
592
593 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
596         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
597         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
598         iswitchb-temp-buflist for XEmacs.
599
600         * gnus-util.el (gnus-completing-read-function): Exclude
601         gnus-icompleting-read and gnus-ido-completing-read from candidates for
602         XEmacs since iswitchb.el is very old and ido.el is unavailable in
603         XEmacs.
604
605         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
606         not to use `delete-dups' that is unavailable in XEmacs 21.4.
607
608         * gnus-html.el: Don't require help-fns under XEmacs.
609         (gnus-html-schedule-image-fetching): Work for XEmacs.
610
611         * mm-decode.el (mm-shr): Decode contents by charset.
612
613 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
616         unknown.
617
618         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
619         (shr-get-image-data): Ensure against the cache file missing.
620
621         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
622         for data.
623
624         * spam-report.el (spam-report-url-ping-plain): Don't query about
625         killing the process.
626
627         * shr.el (shr-render-td): Protect against too-wide text.
628
629 2010-10-04  Julien Danjou  <julien@danjou.info>
630
631         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
632         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
633
634         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
635         retrieved.
636
637 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * shr.el (browse-url): Required.
640         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
641         lines.
642         (shr-show-alt-text, shr-browse-image): New commands.
643         (shr-browse-url, shr-copy-url): New commands.
644
645         * gnus-sum.el (gnus-widen-article-window): New variable.
646         (gnus-summary-select-article-buffer): Use it.
647
648         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
649         without @ signs.
650
651 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
652
653         * nnir.el (nnir-run-imap): Remove spurious space in search string.
654
655 2010-10-04  Julien Danjou  <julien@danjou.info>
656
657         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
658         for XEmacs.
659
660 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
663
664         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
665         (nnimap-close-server): Implement.
666
667         * dgnushack.el (iswitchb): Require to shut up the compiler.
668
669         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
670         (shr-insert): Tweak line breaking.
671         (shr-insert): Handle <pre> better.
672         (shr-tag-li): Get <li> indentation right.
673         (shr-tag-li): Get <li> indentation even righter.
674         (shr-tag-blockquote): Ensure paragraph start.
675         (shr-make-table): Tweak table generation.
676         (shr-make-table): Fix typo.
677
678         * shr.el: Implement table rendering.
679
680 2010-10-04  Julien Danjou  <julien@danjou.info>
681
682         * gnus-html.el (gnus-html-put-image): Fix resize image code.
683
684 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * shr.el (shr-insert): Use string anchors instead of line anchors.
687
688 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * shr.el: Add headings.
691         (shr-ensure-paragraph): Actually work.
692         (shr-tag-li): Make <ul> prettier.
693         (shr-insert): Get white space at the beginning/end of elements right.
694         (shr-tag-p): Collapse subsequent <p>s.
695         (shr-ensure-paragraph): Don't insert double line feeds after blank
696         lines.
697         (shr-insert): \t is also space.
698         (shr-tag-s): Fix "s" tag name function.
699         (shr-tag-s): Fix face prop name.
700
701 2010-10-03  Julien Danjou  <julien@danjou.info>
702
703         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
704
705         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
706         gnus-window-inside-pixel-edges.
707
708         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
709         gnus-ems.
710
711         * mm-view.el (mm-inline-image-emacs): Support image resizing.
712
713         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
714         function.
715
716         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
717         resize choice.
718
719 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
722         beginning of the buffer.
723
724         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
725         article buffer again.
726
727         * shr.el (shr-tag-p): Don't insert newlines at the start of the
728         buffer.
729
730         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
731         when it's at the start of the buffer.
732
733         * shr.el (shr-tag-blockquote): Convert name.
734         (shr-rescale-image): Use the right image-size variant.
735
736         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
737         buffer isn't shown, then select the current article first instead of
738         bugging out.
739         (gnus-summary-select-article-buffer): Show both the article and summary
740         buffers again.
741
742         * shr.el (shr-fontize-cont): Protect against regions with no text.
743         Rename tag functions to shr-tag-* for enhanced security.
744         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
745
746 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
747
748         * shr.el (shr-insert):
749         * pop3.el (pop3-movemail):
750         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
751         loaded.
752
753 2010-10-03  Glenn Morris  <rgm@gnu.org>
754
755         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
756
757         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
758
759         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
760
761         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
762
763         * gnus-util.el (gnus-make-local-hook): Simplify.
764
765 2010-10-02  Julien Danjou  <julien@danjou.info>
766
767         * gnus-util.el (gnus-iswitchb-completing-read): New function.
768         (gnus-ido-completing-read): New function.
769         (gnus-emacs-completing-read): New function.
770         (gnus-completing-read): Use gnus-completing-read-function.
771         Add gnus-completing-read-function.
772
773 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * shr.el (shr-insert-document): Autoload.
776         (shr-img): Be silent.
777         (shr-insert): Add a newline after every picture before text.
778         (shr-add-font): Use overlays for combining faces.
779         (shr-insert): Pass upwards the text start point.
780
781         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
782         possible.
783         (mm-shr): New function.
784
785 2010-10-02  Julien Danjou  <julien@danjou.info>
786
787         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
788         should go backward.
789
790 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
791
792         * shr.el (shr): Fix typo in provide call.
793
794 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * shr.el: New file.
797
798         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
799
800         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
801         completing read.
802
803 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
806         we're being queried about.  Suggested by Dan Jacobson.
807
808         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
809         by Jason Eisner.
810
811         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
812         table, too.  Suggested by Stefan Wiens.
813         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
814         the table unnecessary.  Suggested by Stefan Wiens.
815
816         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
817         longer needed, and probably doesn't work either, as pointed out by
818         Stefan Wiens.
819         (gnus-summary-exit): Remove call to the clearing function.
820         (gnus-summary-exit-no-update): Ditto.
821
822         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
823         instead of gnus-eval-in-buffer-window to avoid popping up frames.
824         Reported by Stefan Monnier.
825         (gnus-summary-save-in-rmail): Ditto.
826
827         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
828         article buffer, instead of both the article buffer and the summary
829         buffer.  Sort of suggested by Dan Jacobson.
830
831         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
832
833         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
834         Suggested by Dan Jacobson.
835
836         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
837         documentation clearer.
838
839         * message.el (message-shorten-references): Comment on the number "21".
840         Suggested by Stefan Monnier.
841
842         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
843         Suggested by Dan Jacobson.
844
845         * gnus.el (gnus-large-newsgroup): Mention
846         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
847
848         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
849         externalize attachments.  Bug reported by Steve Wen.
850
851         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
852         really message anything to the user.
853
854         * nnmail.el (nnmail-article-group): Allow using the fancy split method
855         directly.
856
857         * nnimap.el (nnimap-request-group): Low higher than high to signal no
858         messages in empty groups.
859
860 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
861
862         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
863         non-UIDNEXT group.
864
865 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
868         not the value from the collection.
869
870         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
871         values.  This sometimes happens on some groups that have no info.
872         (nnimap-request-newgroups): New function.
873
874 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
875
876         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
877         check into `gnus-registry-initialize'.
878         (gnus-registry-initialize): Ditto.
879         Fix and extend header docs.
880
881 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
884         regexp backtrace overflows.
885
886         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
887         for starttls that tls.el implements; i.e. openssl.
888
889         * tls.el (tls-starttls-switches): Give up on using starttls with
890         gnutls-cli.
891         (tls-program): Add --insecure to be consistent with the defaults from
892         openssl s_client.  Now all three commands are insecure.
893
894 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * lpath.el: Bind completion-styles-alist for XEmacs.
897
898         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
899         (gravatar-create-image): New function that's an alias to
900         gnus-xmas-create-image, gnus-create-image, or create-image.
901         (gravatar-data->image): Use it.
902
903 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
906         install the nnregistry refer method.
907         (gnus-registry-install-hooks): Use it.
908         (gnus-registry-unfollowed-groups): Add nnmairix to the default
909         unfollowed groups.
910
911 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
912
913         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
914         expanding threads.
915
916 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * nnir.el: Use the server names without suffixes (bug #7009).
919
920         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
921         unencrypted to STARTTLS, if possible.
922
923 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
924
925         * message.el (message-ignored-supersedes-headers): Strip Injection-*
926         headers before superseding.
927
928 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnrss.el (nnrss-use-local): Add documentation.
931
932         * nnimap.el (nnimap-extend-tls-programs): New function.
933         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
934         (nnimap-wait-for-connection): Accept the greeting from the stupid
935         output from openssl s_client -starttls, too.
936
937         * tls.el (tls-starttls-switches): New variable.
938         (tls-find-starttls-argument): Use it.
939         (open-tls-stream): Ditto.
940
941         * netrc.el (netrc-credentials): Return the value of the "default"
942         entry.
943         (netrc-machine): Ditto.
944
945         * nnimap.el (nnimap-find-article-by-message-id): Really return the
946         article number.
947         (nnimap-split-fancy): New variable.
948         (nnimap-split-incoming-mail): Use it.
949
950         * nntp.el (nntp-server-list-active-group): Document.
951
952         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
953         SELECT to get the message-id.
954
955         * mail-source.el (mail-sources): Removed webmail support.
956         (defvar): Ditto.
957         (mail-source-fetcher-alist): Ditto.
958         (mail-source-fetch-webmail): Removed.
959
960         * webmail.el: Removed -- doesn't seem relevant any more.
961
962         * gnus.el: Fix up make-obsolete-variable declarations throughout.
963
964         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
965         the \r.
966
967 2010-09-30  Julien Danjou  <julien@danjou.info>
968
969         * gnus-agent.el (gnus-agent-add-group): Fix call to
970         gnus-completing-read.
971
972 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * nndoc.el (nndoc-retrieve-groups): New function.
975
976         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
977         `default', use nnmail-split-methods.
978         (nnimap-request-article): Downcase the NILs so that they are nil.
979
980         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
981         symbol.
982
983         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
984         code, since if the user has requested network, that's what they ought
985         to get.
986         (nnimap-request-set-mark): Erase the buffer before issuing commands.
987         (nnimap-split-rule): Mark as obsolete.
988
989         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
990         variable.
991
992         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
993         correct slot, too.
994
995 2010-09-29  Julien Danjou  <julien@danjou.info>
996
997         * gnus.el (gnus-local-domain): Declare variable obsolete.
998
999         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1000         computing.
1001         (gnus-ido-completing-read): Require ido.
1002
1003 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1006         build Gnus.
1007
1008         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1009         when interpreting the structures.
1010         (nnimap-request-accept-article): Add \r\n to the lines to make this
1011         work with Cyrus.
1012
1013         * nndraft.el (nndraft-request-expire-articles): Use the group name
1014         instead if "nndraft".  Fix found by Nils Ackermann.
1015
1016 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1017
1018         * nnregistry.el: Added.
1019
1020 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * nnmail.el (group, group-art-list, group-art):
1023         Remove unneeded directives.
1024
1025 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1028         (mm-mime-charset)
1029         * rfc2047.el (rfc2047-syntax-table)
1030         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1031
1032         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1033         rather than `insert-file-contents' and `eval-region'.
1034
1035         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1036         construction.
1037
1038         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1039
1040         * time-date.el: No need to require cl for Emacs 21.
1041
1042 2010-09-29  Julien Danjou  <julien@danjou.info>
1043
1044         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1045         replacement of `gnus-gravatar-relief' to mimic
1046         `gnus-faces-properties-alist'.
1047         Add :version property.
1048
1049 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * mail-source.el (mail-source-report-new-mail)
1052         * message.el (message-default-mail-headers)
1053         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1054
1055         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1056
1057 2010-09-28  Julien Danjou  <julien@danjou.info>
1058
1059         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1060         mail-address contains the same string as real-name.
1061
1062         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1063         non-blank in header, otherwise it'll get stripped.
1064
1065         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1066         real-name, and then for mail address rather than doing : or , search.
1067
1068 2010-09-27  Julien Danjou  <julien@danjou.info>
1069
1070         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1071         (gnus-server-goto-server): Use gnus-completing-read.
1072
1073         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1074
1075         * mm-util.el (defalias): Use gnus-completing-read.
1076         (mm-codepage-setup): Use gnus-completing-read.
1077
1078         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1079         (smime-decrypt-buffer): Use gnus-completing-read.
1080
1081         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1082
1083         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1084         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1085         (mml-insert-multipart): Use gnus-completing-read.
1086
1087         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1088
1089         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1090
1091         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1092
1093         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1094
1095         * gnus.el (gnus-read-method): Use gnus-completing-read.
1096
1097         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1098
1099         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1100         (gnus-mime-action-on-part): Use gnus-completing-read.
1101         (gnus-article-encrypt-body): Use gnus-completing-read.
1102
1103         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1104         (gnus-topic-move-matching): Use gnus-completing-read.
1105         (gnus-topic-copy-matching): Use gnus-completing-read.
1106         (gnus-topic-sort-topics): Use gnus-completing-read.
1107         (gnus-topic-move): Use gnus-completing-read.
1108
1109         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1110         (gnus-agent-add-group): Use gnus-completing-read.
1111
1112         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1113         gnus-completing-read.
1114         (nnmairix-update-groups): Use gnus-completing-read.
1115         (nnmairix-get-server): Use gnus-completing-read.
1116         (nnmairix-backend-to-server): Use gnus-completing-read.
1117         (nnmairix-goto-original-article): Use gnus-completing-read.
1118         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1119
1120         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1121
1122         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1123         (gnus-group-make-useful-group): Use gnus-completing-read.
1124         (gnus-group-make-web-group): Use gnus-completing-read.
1125         (gnus-group-add-to-virtual): Use gnus-completing-read.
1126         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1127
1128         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1129         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1130         (gnus-summary-execute-command): Use gnus-completing-read.
1131         (gnus-summary-respool-article): Use gnus-completing-read.
1132         (gnus-read-move-group-name): Use gnus-completing-read.
1133
1134         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1135         (gnus-summary-score-effect): Use gnus-completing-read.
1136
1137         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1138
1139         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1140         right completing-read function.
1141         (gnus-use-ido): New variable
1142         (gnus-completing-read-with-default): Remove.
1143
1144 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1147         x-focus-frame.
1148
1149         * nnimap.el (auth-source-forget-user-or-password)
1150         (auth-source-user-or-password): Autoload.
1151
1152         * message.el (message-from-style, message-interactive)
1153         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1154         (message-yank-prefix, message-indentation-spaces, message-signature)
1155         (message-signature-file): Add comment.
1156
1157 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1160         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1161         new articles.
1162
1163         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1164         parts.
1165         (nnimap-request-article): Work with the t setting, too.
1166
1167         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1168         that you don't get flashes of other buffers.
1169         (gnus-summary-show-complete-article): Intern before setting.
1170
1171 2010-09-27  David Engster  <dengste@eml.cc>
1172
1173         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1174         well as HEADERS.
1175         (nnmairix-retrieve-headers): Provide new argument for the above.
1176
1177 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-sum.el (gnus-summary-move-article): Don't alter
1180         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1181         group.
1182
1183         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1184
1185         * message.el (message-cite-prefix-regexp): Revert my last edit.
1186
1187         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1188         variable instead of the Gnus variable.
1189
1190         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1191
1192         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1193         again.
1194
1195         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1196         since some servers don't like it.
1197         (nnimap-open-connection): Forget credentials if the server says the
1198         password was wrong.
1199         (nnimap-parse-line): Protect against invalid data.
1200
1201         * gnus-sum.el (gnus-summary-move-article): Add comment.
1202         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1203         nothing alters it while scanning for new messages.
1204
1205         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1206         which may or may not help.
1207         (nnimap-open-connection): If we're doing a stream connection, and then
1208         discover we're on a STARTTLS-capable server, then open a STARTTLS
1209         connection instead.
1210
1211 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (utf7): Required.
1214
1215         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1216         prefix.
1217
1218 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1219
1220         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1221
1222 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * nnimap.el (nnimap-request-accept-article): Message the error on
1225         error.
1226
1227 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1230
1231 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nndoc.el (nndoc-request-list): Return success always.
1234
1235         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1236         `fetch-old' -- we only want to fetch the articles we've requested.  The
1237         rest are in the agent, probably.
1238         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1239         disappeared server" to something low.  It's not important.
1240
1241         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1242         arrived before the FETCH data.
1243
1244         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1245         target here, because we don't know the Gnus name of the group.
1246
1247         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1248         for the correct group.
1249
1250         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1251
1252         * gnus.el (gnus): Give a final warning after startup.
1253
1254         * gnus-util.el (gnus-action-message-log): New variable.
1255         (gnus-message): Use it.
1256         (gnus-final-warning): New function.
1257
1258         * nnimap.el (nnimap-open-connection): Record the greeting.
1259         (nnimap): Add greeting.
1260
1261 2010-09-26  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1264         arguments.
1265         (gnus-html-wash-images): Fix spec computing to include start/end.
1266
1267         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1268
1269 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1272         deletion.
1273         (nnimap-retrieve-headers): Don't select the group, because that's
1274         already done by nnimap-possibly-change-group.
1275
1276         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1277         (gnus-picon-transform-address): Use it.
1278
1279         * mail-source.el (mail-source-value): Revert previous patch.
1280
1281         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1282         on failure.
1283         (nnimap-open-connection): Look up both virtual and physical server name
1284         credentials.
1285
1286         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1287
1288 2009-02-07  Dave Love  <fx@gnu.org>
1289
1290         * tls.el (open-tls-stream): Don't query killing process.
1291
1292 2009-02-08  Dave Love  <fx@gnu.org>
1293
1294         * gnus-win.el (gnus-window-to-buffer-helper,
1295         gnus-all-windows-visible-p): Function needn't be a symbol.
1296
1297         * mail-source.el (mail-source-value): Function needn't be a symbol.
1298
1299 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * message.el (message-cite-prefix-regexp): Remove } from the cite
1302         prefix.
1303
1304         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1305         highlight again, so that the highlight is correct.
1306
1307         * gnus-picon.el (gnus-picon): Remove again.
1308         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1309
1310         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1311         doing the header highlightling, so that the background colour of the
1312         picon is correct.
1313
1314         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1315         (gnus-picon): Ditto.
1316         (gnus-picon): Reinstate.  The background colour for picons is white.
1317         (gnus-picon-insert-glyph): Make the background white.
1318
1319         * nnml.el (nnml-open-nov): Don't return dead buffers.
1320
1321         * auth-source.el (auth-source-create): Query the user for whether to
1322         store the credentials.
1323
1324         * netrc.el (netrc-store-data): New function.
1325
1326         * auth-source.el (auth-source-user-or-password): Use the existing auth
1327         sources, if any, for creation.
1328
1329         * gnus.el (gnus-group-fast-parameter): Return the last matching
1330         parameter instead of the first matching parameter.
1331
1332 2010-09-26  Julien Danjou  <julien@danjou.info>
1333
1334         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1335
1336 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * mml2015.el (mml2015-use): Remove gpg support.
1339
1340         * mml1991.el (mml1991-function-alist): Remove gpg function.
1341         (mml1991-gpg-sign): Removed.
1342
1343 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1344
1345         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1346         (gnus-browse-unsubscribe-current-group): Document it.
1347         (gnus-browse-unsubscribe-group): Use it.
1348
1349 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1352         address to the To list for easier response.
1353
1354         * gnus.el (gnus-play-startup-jingle): Removed.
1355         (gnus-splash): Don't play jingle.
1356         (gnus): Silence gnus-load message.
1357
1358         * gnus-art.el (gnus-treat-play-sounds): Removed.
1359
1360         * gnus.el (gnus-play-jingle): Remove audio support.
1361
1362         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1363
1364         * earcon.el: Removed -- no users.
1365
1366         * gnus-audio.el: Removed -- no users of this package.
1367
1368         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1369
1370         * gnus-start.el (gnus-setup-news): Remove nocem support.
1371
1372         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1373
1374         * gnus.el (gnus-use-nocem): Removed.
1375
1376         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1377         Removed.
1378
1379         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1380         uses NoCeM any more.
1381
1382         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1383         (gnus-button-ctan-handler): Ditto.
1384         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1385         (gnus-button-ctan-directory-regexp): Ditto.
1386         (gnus-button-handle-ctan): Ditto.
1387         (gnus-button-tex-level): Ditto.
1388         (gnus-button-alist): Removed CTAN stuff.
1389
1390 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1393         nnimap-streaming test.
1394
1395         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1396         servers twice.
1397
1398         * nnimap.el (nnimap-open-connection): Add more error reporting when
1399         nnimap fails early.
1400
1401         * nnheader.el (nnheader-get-report-string): New function.
1402         (nnheader-get-report): Use it.
1403
1404         * gnus-int.el (gnus-check-server): Say what the error was when opening
1405         failed.
1406
1407         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1408         using streaming.
1409
1410 2010-09-25  Julien Danjou  <julien@danjou.info>
1411
1412         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1413         gnus-window-inside-pixel-edges.
1414
1415 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1418
1419         * mm-decode.el (mm-save-part): Allow saving to other directories the
1420         normal Emacs way.
1421
1422         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1423         by Jay Berkenbilt.
1424
1425         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1426         there isn't a single byte.
1427
1428         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1429         just do it.  It doesn't really seem to matter what the user responds
1430         here, I think, so it's just a confusing question.
1431
1432         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1433         non-streaming case.
1434
1435         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1436         (gnus-article-encrypt-body): Use it.
1437
1438         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1439         keystroke.
1440
1441         * nnimap.el (nnimap-find-wanted-parts-1): Use
1442         gnus-fetch-partial-articles.
1443
1444         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1445
1446         * nnimap.el (nnimap-insert-partial-structure): New function.
1447         (nnimap-get-partial-article): New function.
1448         (nnimap-request-article): Use it.
1449         (nnimap-wait-for-response): Return whether the wait was successful.
1450         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1451         retrieval wasn't successful.
1452         (nnimap-retrieve-group-data-early): Allow throttling servers.
1453         (nnimap-streaming): New variable.
1454         (nnimap-fetch-partial-articles): Removed.
1455
1456         * mm-decode.el (mm-with-part): Protect against killed buffers.
1457
1458         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1459         for prettier summary display.
1460
1461 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1462
1463         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1464         directly.
1465
1466 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1469         apparently third-party libraries depend on it.
1470
1471         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1472         before starting negotiation.
1473
1474         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1475         privacy reasons.
1476         (gnus-treat-mail-gravatar): Ditto.
1477
1478         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1479         buffer when inserting images.  Inserting text into the headers, for
1480         instance, can make them invalid.
1481
1482 2010-09-25  Julien Danjou  <julien@danjou.info>
1483
1484         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1485         variables.
1486
1487         * nnheader.el: Remove useless variables news-reply-yank-from and
1488         news-reply-yank-message-id.
1489
1490         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1491         variables.
1492
1493         * mml1991.el: Remove useless mml1991-verbose.
1494
1495         * gnus.el: Remove useless variable gnus-use-generic-from.
1496         Remove obsolete variable gnus-topic-indentation.
1497
1498         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1499
1500         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1501
1502         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1503
1504         * gnus-group.el: Remove useless gnus-group-icon-cache.
1505         Remove useless gnus-ephemeral-group-server.
1506
1507         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1508
1509         * mml2015.el: Remove useless mml2015-verbose.
1510
1511         * mml-smime.el: Remove useless mml-smime-verbose.
1512
1513         * gnus.el: Remove useless gnus-local-domain.
1514
1515         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1516         gnus-gravatar-size.
1517
1518         * gnus-art.el: Remove useless gnus-treat-translate.
1519
1520 2010-09-24  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-sum.el: Add support for Gravatars.
1523
1524         * gnus-art.el: Add support for Gravatars.
1525
1526         * gnus-gravatar.el: Add this file.
1527
1528         * gravatar.el: Add this file.
1529
1530 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1533
1534         * gnus-group.el (gnus-group-fetch-faq): Removed.
1535
1536         * gnus.el (gnus-group-faq-directory): Removed.
1537
1538         * gnus-group.el (gnus-group-fetch-charter): Removed.
1539
1540         * gnus.el (gnus-group-charter-alist): Removed.
1541
1542         * gnus-group.el (gnus-group-archive-directory): Removed.
1543         (gnus-group-recent-archive-directory): Ditto.
1544         (gnus-group-make-archive-group): Removed.
1545
1546         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1547
1548         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1549         use the same article number for all the cached articles.
1550
1551         * nnimap.el (nnimap-command): Register the last command time so
1552         that we can use it for idling NOOPs.
1553         (nnimap-open-connection): Start the keeplive timer.
1554         (nnimap-make-process-buffer): Store all the process buffers.
1555         (nnimap-keepalive): New function.
1556
1557         * starttls.el: (starttls-open-stream): Add autoload cookie.
1558
1559 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1560
1561         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1562         handling.
1563
1564 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1567         its data structures.
1568
1569         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1570         instead of the cl.el copy-list.
1571         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1572         equalp.
1573
1574 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1577         and tool-bar-local-item-from-menu.
1578
1579         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1580         mode-line-highlight face for Emacs.
1581
1582         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1583         loading gnus-sum.elc; fix comment for canlock-verify.
1584         (gnus-article-jump-to-part): Use read-number.
1585         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1586         Emacs pre-21 compatible code for help-echo.
1587         (gnus-article-next-page-1): No need to adjust the number of lines.
1588         (gnus-article-describe-bindings): Always use help-buffer.
1589
1590         * gnus-audio.el (gnus-audio-inline-sound)
1591         * gnus-cus.el (gnus-custom-mode)
1592         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1593
1594         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1595
1596         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1597         compatible code.
1598
1599 2010-09-24  Glenn Morris  <rgm@gnu.org>
1600
1601         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1602         visiting the fcc file in rmail-mode.
1603
1604         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1605
1606 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * nnir.el: Silence the byte compiler.
1609
1610         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1611         alias to browse-url-url-encode-chars if any.
1612         (gnus-html-encode-url): Use it.
1613
1614 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * gnus-start.el (gnus-use-backend-marks): New variable.
1617         (gnus-get-unread-articles-in-group): Use it.
1618
1619         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1620         makeover.
1621
1622 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1623
1624         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1625
1626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1629         Removed.
1630         (gnus-setup-news-hook): Removed
1631         gnus-fixup-nnimap-unread-after-getting-new-news.
1632
1633         * gnus-int.el (gnus-request-update-info): Protect against backends not
1634         having the function.
1635
1636         * nnimap.el (nnimap-stream): Mention starttls.
1637         (nnimap-open-connection): Add starttls support.
1638
1639 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1642
1643 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1646         BODYSTRUCTUREs.
1647         (nnimap-transform-headers): Unfold quoted {42} headers.
1648
1649         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1650         the info.
1651         (gnus-get-unread-articles): Only call updatep on backends that support
1652         it.
1653
1654         * nnweb.el (nnweb-request-update-info): NOOP.
1655
1656         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1657
1658         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1659         since it only deals with marks.
1660
1661         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1662         gnus-request-marks, and make a new gnus-request-update-info.
1663
1664         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1665         the active instead of the high number, which is usually too low.
1666
1667 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1668
1669         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1670         * encrypt.el: Removed.
1671
1672 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1675         server in symbolic form.
1676
1677         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1678         0.9.
1679
1680 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1683         (nnimap-update-info): Fix up code slightly.
1684
1685         * gnus-int.el (gnus-open-server): Add tracing for performance
1686         debugging.
1687
1688         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1689         (gnus-group-insert-group-line): Pass the real group name so that it
1690         gets the right data.
1691
1692         * gnus-start.el (gnus-get-unread-articles): Don't have
1693         `gnus-get-unread-articles-in-group' update info, since that can be
1694         really slow and doesn't seem to be needed?
1695
1696 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1697
1698         * time-date.el (date-to-time): Try using parse-time-string first before
1699         using the slower timezone-make-date-arpa-standard.
1700
1701 2010-09-22  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-group.el (gnus-group-insert-group-line): Call
1704         gnus-group-highlight-line.
1705         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1706         default hook list.
1707         (gnus-group-update-eval-form): Add new function.
1708         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1709         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1710
1711 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1714         immediate, then expire all articles.
1715         (nnimap-update-info): Fix off-by-one errors.
1716         (nnimap-flags-to-marks): Would return no marks lists for group with no
1717         flags.  Instead return the other data.
1718
1719 2010-09-22  Julien Danjou  <julien@danjou.info>
1720
1721         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1722         Only return an icon.
1723         (gnus-group-insert-group-line): Compute icon to return.
1724
1725         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1726         variable.
1727         (gnus-html-image-fetched): Only cache if
1728         gnus-html-image-automatic-caching is set.
1729         (gnus-html-image-fetched): Check for errors.
1730
1731 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1734         once per method on `g'.  This ensures that backends like nnfolder don't
1735         open all their folders.
1736
1737         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1738         (nnimap-request-list): Nix out group in the correct buffer.
1739         (nnimap-parse-flags): Implement by using `read' instead of
1740         hand-parsing.
1741         (nnimap-flags-to-marks): Pass on permanent-flags.
1742         (nnimap-make-process-buffer): Record the server name.
1743         (nnimap-parse-flags): Fix typo.
1744         (nnimap-request-scan): Run split on the server in general, not just a
1745         single group.
1746
1747         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1748         parameter, and propagate this downwards.
1749
1750         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1751         since EXAMINE changes it on the server.
1752
1753         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1754         this command might take a while.
1755
1756 2010-09-22  Julien Danjou  <julien@danjou.info>
1757
1758         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1759         harmful if you have 2 images side-by-side, they can't be properly
1760         update on text deletion.  Using text-property is safer here.
1761         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1762         data.
1763
1764 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-expunge-inbox): Removed.
1767         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1768         (nnimap-expunge): Flip default to t.
1769
1770         * gnus.el (gnus-method-to-server): Don't push things to the cache
1771         unless it's unique.
1772         (gnus-server-to-method): Ditto.
1773
1774 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1777
1778 2010-09-22  Julien Danjou  <julien@danjou.info>
1779
1780         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1781         get the start of data.
1782         (gnus-html-encode-url): Add this function to encode special chars in
1783         URL.
1784         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1785         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1786
1787         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1788         default.
1789         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1790
1791         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1792         images alt-text.
1793         (gnus-html-put-image): Put alt-text as help-echo.
1794
1795 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1798         * mm-util.el (mm-decompress-buffer)
1799         * nnir.el (nnir-run-find-grep)
1800         * pop3.el (pop3-list): Use 3rd arg of split-string.
1801
1802         * time-date.el (format-seconds): Comment fix.
1803
1804         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1805         and byte-optimize-form-code-walker.
1806         (dgnushack-make-auto-load): Don't advise make-autoload.
1807
1808         * lpath.el: Remove Emacs 21 stuff.
1809
1810 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1813         outside the active range.  Suggested by Dan Christensen.
1814
1815         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1816         slightly later to avoid double-getting it.
1817
1818         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1819         previous patch.
1820
1821         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1822
1823 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1824
1825         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1826
1827 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-int.el (gnus-open-server): Give a better error message in the
1830         "go offline" case.
1831
1832         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1833         marks for nnimap, which is seldom the right thing to do.
1834
1835         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1836         (gnus-same-method-different-name): New function.
1837
1838         * nnimap.el (parse-time): Require.
1839
1840         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1841         method in the presence of many similar methods.
1842
1843         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1844
1845         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1846         nnml-inhibit-expiry.
1847
1848         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1849         find out whether methods are equal.
1850
1851         * nnimap.el (nnimap-find-expired-articles): New function.
1852         (nnimap-process-expiry-targets): New function.
1853         (nnimap-request-move-article): Request the article before looking at
1854         what the Message-ID is.  Fix found by Andrew Cohen.
1855         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1856
1857         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1858         for oldness in addition to being a predicate.
1859
1860         * nnimap.el (nnimap-request-group): When we have zero articles, return
1861         the right data to Gnus.
1862         (nnimap-request-expire-articles): Only delete articles immediately if
1863         the target is 'delete.
1864
1865         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1866         method, this would bug out.
1867
1868         * gnus-group.el (gnus-group-expunge-group): Renamed from
1869         gnus-group-nnimap-expunge, and implemented as a normal interface
1870         function.
1871
1872         * gnus-int.el (gnus-request-expunge-group): New function.
1873
1874         * nnimap.el (nnimap-request-create-group): Implement.
1875         (nnimap-request-expunge-group): New function.
1876
1877 2010-09-21  Julien Danjou  <julien@danjou.info>
1878
1879         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1880         (gnus-html-cache-expired): Add new function.
1881         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1882         wethever we should display image for fetch it.
1883         Compute alt-text earlier to pass it to the fetching function too.
1884         (gnus-html-schedule-image-fetching): Change function argument to only
1885         get one image at a time, not a list.
1886         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1887         cache.
1888         (gnus-html-get-image-data): New function to retrieve image data from
1889         cache.
1890         (gnus-html-put-image): Change buffer argument to use image data rather
1891         than file, and place image above region rather than inserting a new
1892         one. Do not take alt-text as argument, since it's useless now: we place
1893         the image above alt-text.
1894         (gnus-html-prune-cache): Remove.
1895         (gnus-html-show-images): Start to fetch image when we find one, do not
1896         push into a temporary list.
1897         (gnus-html-prefetch-images): Only fetch image if they have expired.
1898         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1899         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1900
1901 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1904
1905 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1908         spec inser "*" if the group isn't active instead of 0.
1909
1910         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1911         opening the server.
1912         (nnimap-request-delete-group): Implement group deletion.
1913         (nnimap-transform-headers): Return the size of the entire message in
1914         the Bytes header, not just the size of the first part.
1915         (nnimap-request-move-article): When moving an article from nnimap,
1916         request the article first so the accepting form has an article to
1917         accept.  Reported by Dan Christensen.
1918         (nnimap-command): Make sure that the error message doesn't error out.
1919
1920 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1921
1922         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1923         we haven't requested anything.
1924
1925 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1928         "".  Fix found by Andrew Cohen.
1929
1930         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1931         instead of -encode-string.
1932
1933 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1936
1937         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1938         by mm-subst-char-in-string.
1939
1940 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1943         waiting for the connection string.
1944
1945         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1946         arriving.
1947
1948         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1949         bogus characters.  This allows selecting certain Gmail groups.
1950
1951         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1952         (nnimap-fetch-partial-articles): New variable.
1953         (nnimap-open-connection): When looking for credentials, also use the
1954         nnimap-server-port.
1955         (nnimap-request-article): Return the group/article number, so that Gnus
1956         `^' works as expected.
1957         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1958         them.
1959
1960         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1961         comments.
1962         (gnus-methods-sloppily-equal): New function.
1963         (gnus): When using the development version of Gnus, load the gnus-load
1964         file.
1965
1966         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1967         `gnus-open-server' on each method before trying to scan them etc.  This
1968         ensures that all the backend parameters are set correctly.
1969
1970         * nnimap.el (nnimap-authenticator): New variable.
1971         (nnimap-open-connection): Allow anonymous login.
1972         (nnimap-transform-headers): The chars header is called Chars not
1973         Bytes.
1974         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1975         drops.
1976
1977         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1978         patch, found by Knut Anders Hatlen.
1979
1980 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1981
1982         * gnus-agent.el (gnus-agent-batch-confirmation)
1983         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1984         to gnus-message.
1985         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1986         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1987         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1988         * gnus-int.el (gnus-open-server): Likewise.
1989         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1990         (gnus-score-check-syntax): Likewise.
1991         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1992         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1993         Likewise.
1994         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1995
1996 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1999         calling conventions so that prefetch doesn't bug out.
2000
2001 2010-09-19  Julien Danjou  <julien@danjou.info>
2002
2003         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2004         rather than `subst-char-in-region' in order to be able to replace ASCII
2005         char by UTF-8 ones.
2006
2007         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2008         than curl.
2009         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2010         the right URL and ALT text on images.
2011         (gnus-html-wash-tags): Fix tag case.
2012         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2013         (gnus-article-html): Add -o display_ins_del=2 option.
2014         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2015
2016 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2019         the extra mail headers, which sometimes seem to happen for unknown
2020         reasons.
2021
2022         * mail-parse.el (mail-header-encode-parameter): Define as
2023         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2024         (or most, perhaps?) mail readers don't understand the latter, but do
2025         understand the former.
2026
2027         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2028         to nil, so that no methods are automatically agentized.  I think this
2029         is probably what most users want.
2030
2031         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2032         from url-retrieve, for instance about invalid URLs.
2033
2034         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2035         groups that have no articles.
2036         (nnimap-request-article): Check that we really got an article when we
2037         requested one.
2038
2039         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2040         doesn't exist.
2041
2042         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2043         nntp buffer so the agent can save it.
2044         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2045         that CRLF doesn't get translated to \n.
2046         (nnimap-open-connection): Don't make 'shell commands only send \n.
2047
2048 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2049
2050         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2051         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2052         Update var name.
2053         (nnml-generate-nov-file): Use dolist.
2054         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2055         Use with-current-buffer.
2056
2057 2010-09-18  Julien Danjou  <julien@danjou.info>
2058
2059         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2060         parallel.
2061
2062 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2065         the range update right.
2066         (nnimap-request-group): Don't make `M-g' bug out on group with no
2067         marks.
2068         (nnoo): Required, so that other packages can require nnimap.
2069         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2070         command we're looking for.  This helps when the server sends more
2071         responses after we've gotten everything we expected.
2072         (nnimap): Add a `newlinep' field to keep track of end-of-line
2073         conventions.
2074         Don't send CRLF to things that don't want it.
2075         (nnimap-request-accept-article): Ditto.
2076
2077 2010-09-18  Julien Danjou  <julien@danjou.info>
2078
2079         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2080         than curl to retrieve images.
2081
2082 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2085         the marks.
2086         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2087         (nnimap-wait-for-connection): New function.
2088         (nnimap-open-connection): If we have PREAUTH, don't query for login
2089         credentials.
2090         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2091         when doing a partial update.
2092
2093 2010-09-18  Julien Danjou  <julien@danjou.info>
2094
2095         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2096         tags.
2097
2098 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnimap.el (nnimap-credentials): New function.
2101         (nnimap-open-connection): Use the new function to look for credentials
2102         also on the numeric equivalents of "imap" and "imaps".
2103
2104         * gnus-start.el (gnus-activate-group): Send the info to
2105         gnus-request-group.
2106
2107         * nnimap.el (nnimap-request-group): Have the "check" version of the
2108         function parse flags and update the info, so that a `M-g' get a total
2109         resync of all flags from the group.
2110
2111         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2112         to allow backends to alter the info on group selection.  Also alter all
2113         the backend -request-group functions to take the parameter.
2114
2115         * nnimap.el (nnimap-store-info): New function.
2116         (nnimap-update-info): Store the info for later usage.
2117         (nnimap-request-group): Use the stored info for the dont-check case, so
2118         that we don't retrieve all marks when we enter a group.
2119
2120         * nnimap.el: Use deffoo instead of defun for interface functions.
2121
2122         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2123         update the group info.  This makes the nndraft groups, for instance, go
2124         back to their old behaviour.
2125
2126         * gnus-sum.el (gnus-select-newsgroup): Indent.
2127
2128         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2129         in.
2130         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2131         nothing.
2132
2133         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2134         from methods that are denied.
2135
2136         * gnus-int.el (gnus-method-denied-p): New function.
2137
2138         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2139         store the password instead of netrc.
2140         (nnimap-open-connection): Don't error out when we can't make a
2141         connections.
2142
2143         * auth-source.el (auth-source-create): In the password prompt, say what
2144         we're querying for.  Also prompt for user name if that hasn't been
2145         given.
2146
2147         * nnimap.el (nnimap-with-process-buffer): Removed.
2148
2149 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2152         method when we're reading from the agent.
2153
2154         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2155
2156         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2157         that's probably most useful for users.
2158
2159         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2160         "failed" all the time.
2161
2162         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2163         ...)) with (with-current-buffer ... ).
2164
2165         * nntp.el (nntp-open-server): Return whether the open was successful or
2166         not.
2167
2168         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2169         select an unread unseen article first.
2170
2171         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2172         /etc/services, supply some sensible port defaults.
2173
2174         * dgnushack.el: Define netrc-credentials.
2175
2176 2010-09-17  Julien Danjou  <julien@danjou.info>
2177
2178         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2179
2180 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2181
2182         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2183         doesn't have any parameters.
2184
2185 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2188         only upcased checks.
2189
2190         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2191
2192         * nnimap.el (nnimap-open-shell-stream): New function.
2193         (nnimap-open-connection): Use it.
2194         (nnimap-transform-headers): Get the number of lines in each message.
2195         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2196         number of lines.
2197         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2198         problem.
2199
2200         * utf7.el (utf7-encode): Autoload.
2201
2202         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2203         to allow the mail splitting to not return a default group.  This is
2204         useful for nnimap, which will leave unmatched mail in the inbox.
2205
2206         * nnimap.el: Rewritten.
2207
2208         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2209         nnimap usage.
2210
2211         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2212         if the move is internal, so that nnimap can do fast internal moves.
2213
2214         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2215         data.
2216         (gnus-read-active-for-groups): Support finishing the early retrieval of
2217         data.
2218
2219         * gnus-range.el (gnus-range-nconcat): New function.
2220
2221         * gnus-int.el (gnus-finish-retrieve-group-infos)
2222         (gnus-retrieve-group-data-early): New functions.
2223
2224 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2225
2226         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2227         (nnrss-retrieve-groups):
2228         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2229         (pop3-quit): Use with-current-buffer.
2230
2231 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2234         instead of nnheader-accept-process-output.
2235
2236         * dgnushack.el (dgnushack-compile): Add comment.
2237
2238         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2239
2240         * gnus-html.el (gnus-html-schedule-image-fetching)
2241         (gnus-html-prefetch-images): Replace process-kill-without-query by
2242         gnus-set-process-query-on-exit-flag.
2243
2244 2010-09-16  Romain Francoise  <romain@orebokech.com>
2245
2246         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2247
2248 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2251         parameter to unintern is mandatory-ish in Emacs 24.
2252
2253         * gnus-html.el (gnus-html-schedule-image-fetching)
2254         (gnus-html-prefetch-images): Check for curl before using it.
2255
2256         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2257         depend on curl, which isn't essential.
2258
2259         * imap.el: Revert back to version
2260         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2261         seem problematic.
2262
2263 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2264
2265         * gnus-registry.el (gnus-registry-install-shortcuts):
2266         Explicitly pass `obarray' to `unintern' to avoid a warning.
2267
2268 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2271         change.
2272
2273         * nnrss.el (nnrss-request-list): Removed this function and related
2274         functions, including the moreover stuff.
2275
2276 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * nnrss.el (nnrss-retrieve-groups): New function.
2279
2280 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2281
2282         * .dir-locals.el: Add no-byte-compile cookie.
2283
2284 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * time-date.el (format-seconds): Comment fix.
2287
2288         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2289         for back end that doesn't support request-scan.
2290
2291 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2294         then do request scans from the backends.
2295
2296         * netrc.el (netrc-credentials): New conveniency function.
2297
2298         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2299         avoid running a hook per line, since this takes a lot of time,
2300         profiling shows.
2301         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2302         directly if gnus-visual-p is true.
2303
2304 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2307         groups; replace mapcar with dolist which is a bit faster; pass groups
2308         info to gnus-read-active-file-1.
2309         (gnus-read-active-file-1): Scan only specified groups if the new
2310         optional arg `infos' is given.
2311
2312 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2315
2316         * pop3.el (pop3-movemail): Removed.
2317         (pop3-streaming-movemail): Renamed to pop3-movemail.
2318
2319         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2320         don't restrict end-tag searches to the end of the line.
2321
2322 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2325         articles of every unchecked group to t, which means unknown since the
2326         server has never been opened.
2327
2328 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-html.el (gnus-html-show-alt-text): New command.
2331         (gnus-html-browse-image): Ditto.
2332         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2333         to browse the image directly.
2334         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2335         better.
2336
2337         * gnus-async.el (gnus-async-article-callback): Call
2338         `gnus-html-prefetch-images' unconditionally.
2339
2340         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2341         before feeding URLs to curl.
2342
2343 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2346         internal images as deletable by `W D D'.
2347
2348         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2349         (gnus-async-article-callback): Fix typo.
2350
2351 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2354         current line to work around bugs in the output from w3m.
2355
2356         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2357         for groups that want that.
2358
2359         * nntp.el (nntp-wait-for-string): Supply a timeout for
2360         accept-process-output to ensure progress.
2361
2362         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2363         level to get unread articles from, then use that for foreign groups,
2364         too.
2365
2366         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2367         confuses the rest of the function.
2368
2369         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2370         for the methods that support -retrieve-groups, too.
2371
2372         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2373
2374 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2377         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2378
2379         * pop3.el: Require cl when compiling.
2380         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2381
2382 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2385         that aren't going to be activated.
2386         (gnus-get-unread-articles): Fix up the last commit.
2387
2388         * gnus-html.el (gnus-article-html): Allow calling without specifying
2389         the handle.  In that case, dissect the buffer first.
2390
2391         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2392
2393         * nnimap.el (nnimap-open-connection): Revert the change that would look
2394         into authinfo for imaps instead of imap.
2395
2396         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2397         say that you don't want to call gnus-request-group with don-check, but
2398         do check the reponse.  This is for virtual groups only.
2399         (gnus-get-unread-articles): Count the archive groups as secondary, so
2400         that they're activated the same way as before.
2401
2402         * imap.el (imap-message-map): Removed optional buffer parameter, since
2403         no callers use it.
2404         (imap-message-get): Ditto.
2405         (imap-message-put): Ditto.
2406         (imap-mailbox-map): Ditto.
2407         (imap-mailbox-put): Ditto.
2408         (imap-mailbox-get): Ditto.
2409         (imap-mailbox-get): Revert last change for this function.
2410
2411         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2412         case-insensitively.
2413         (nnimap-debug): Removed.
2414
2415         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2416         to use `imap-fetch' instead.  According to the comments, this should be
2417         safe, since all other IMAP clients use the 1:* syntax.
2418         (imap-enable-exchange-bug-workaround): Removed.
2419         (imap-debug): Removed -- doesn't seem very useful.
2420
2421         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2422         mail from a file, and the file doesn't exist.
2423
2424         * imap.el (imap-log): New convenience function used throughout instead
2425         of repeating the same code all over the place.
2426
2427         * pop3.el (pop3-streaming-movemail): Return t for success.
2428
2429         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2430         .authinfo if we're using ssl connection.
2431
2432         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2433         already have if we're in a main Gnus `g' run.
2434
2435         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2436
2437 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2440
2441         * nnmh.el (nnmh-request-list-1): Bind `file'.
2442
2443         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2444         alias to set-process-query-on-exit-flag or process-kill-without-query.
2445         (pop3-open-server): Use it.
2446
2447 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2450         box to the Incoming file.  Fixes mistake in previous checkin.
2451
2452         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2453         request loop (for debugging purposes) removed.
2454
2455         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2456         culprit is more visible.
2457         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2458         (nnml-add-incremental-nov): New functions to do "incremental" nov
2459         updates, where we just append to the end of the existing nov files
2460         without reading/writing them in full.
2461
2462         * mail-source.el (mail-source-delete-crash-box): Really only check the
2463         incoming files once in a while.
2464
2465         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2466
2467         * mail-source.el (mail-source-delete-crash-box): Only check the
2468         incoming files for deletion once per day to save a lot of file
2469         accesses.
2470
2471         * pop3.el (pop3-logon): Fix up unbound variable typo.
2472
2473         * mail-source.el (pop3-streaming-movemail): Autoload.
2474
2475         * pop3.el (pop3-streaming-movemail): Respect
2476         pop3-leave-mail-on-server.
2477
2478         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2479         retrieval.
2480
2481         * pop3.el (pop3-process-filter): Removed unused function.
2482         (pop3-streaming-movemail, pop3-send-streaming-command)
2483         (pop3-wait-for-messages, pop3-write-to-file)
2484         (pop3-number-of-responses): New functions for streaming pop3
2485         retrieval.
2486
2487         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2488         come from no known methods.
2489         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2490         list.
2491
2492         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2493         message sizes.
2494         (pop3-movemail): Use erase-buffer instead of looping and deleting
2495         regions, which seems rather odd.
2496
2497         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2498         file once per `g' run.
2499
2500         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2501         directories.  This makes the draft queue directory work.
2502
2503         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2504         data from the backends, so that we only request the list of groups from
2505         each method once.  This should speed things up considerably.
2506
2507         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2508         detect that it's not implemented.
2509
2510         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2511         we actually do recurse down into the tree, but don't stat all leaf
2512         nodes.
2513
2514         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2515         then say so instead of bugging out.
2516
2517         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2518         files exist before trying to read them.
2519
2520         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2521         around <pre_int>.
2522
2523         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2524
2525         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2526
2527 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * mm-util.el (mm-image-load-path): Just return the image directories,
2530         not all directories in the path in addition to the image directories.
2531         (mm-image-load-path): Maintain a cache of the image directories so that
2532         the `g' command in Gnus doesn't have to stat dozens of directories each
2533         time.
2534
2535         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2536         (gnus-html-wash-tags): Add a new `i' command to insert images.
2537         (gnus-html-insert-image): New command and keystroke.
2538         (gnus-html-redisplay-with-images): New command and keystroke.
2539         (gnus-html-show-images): Renamed command.
2540         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2541         spacers.
2542         (gnus-html-wash-tags): Decode entities at the end, so that entities
2543         inside the tags don't mess up the rest of the "parsing".
2544
2545         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2546         so that nnimap methods aren't agentized by default.  There's apparently
2547         many problems related to agent/imap behaviour.
2548
2549         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2550
2551         * gnus-html.el: Doc fix.
2552
2553 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2556         specifier-spec-list for Emacs 21.
2557
2558         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2559         glyph-width and glyph-height instead of display-graphic-p and
2560         image-size; make avoidance of displaying small images work for XEmacs.
2561
2562         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2563         for XEmacs.
2564
2565         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2566         of symbol that holds plist data.
2567         (gnus-process-plist): Remove plist of process after getting it.
2568
2569 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * message.el (message-generate-hashcash): Change default to
2572         'opportunistic if hashcash is installed.
2573
2574         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2575         (gnus-html-put-image): Only call image-size once, since it's somewhat
2576         time-consuming on remote X servers.
2577
2578 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2581         type on data, not a file name.
2582
2583         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2584         window-pixel-edges for Emacs 21.
2585
2586         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2587         decoded contents.
2588         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2589
2590 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2593         group line format, since it isn't very interesting.
2594
2595         * gnus-agent.el (gnus-agent-short-article),
2596         (gnus-agent-long-article): Increase values for these two variables,
2597         since most people are likely to have more network connection and
2598         storage than before.
2599
2600         * gnus.el (gnus-refer-article-method): Change default to 'current.
2601         When referring an article, the common behaviour is to refer it from the
2602         current select method, not the native select method.  The chances of
2603         the native select method having the message in question is rather slim
2604         these days.
2605
2606         * gnus-sum.el (gnus-auto-select-subject): Change default to
2607         `unseen-or-unread'.  I think it's likely that most people want to
2608         select an unseen article over a previously seen, but unread one.
2609
2610         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2611         means that in the article buffer none of the minor mode elements will
2612         be shown, usually, and this is not desirable in most cases.
2613
2614         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2615         that commands like `d' (and the like) go to the next line in the
2616         buffer, instead of the next unread article.  I think this is the
2617         behaviour that is most natural for most users.
2618         (gnus-single-article-buffer): Change default to nil, so that people can
2619         have as many article buffers open as they have summary buffer.  I think
2620         this is the most natural way for the groups to behave.
2621
2622         * message.el (message-generate-new-buffers): Change default to
2623         `unsent', so that all new message buffers start their names with the
2624         string "*unsent", and it's easier to find the buffers if you move from
2625         them.
2626
2627 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2630         small.  They're probably tracking images.
2631         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2632         (gnus-html-rescale-image): Yet another try at getting the image sizing
2633         right.
2634
2635         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2636         nntp-marks-file-name is nil.
2637
2638 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2639
2640         * gnus-html.el (gnus-html-wash-tags)
2641         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2642         Better logging.
2643
2644 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2647
2648         * gnus-html.el (gnus-html-wash-tags): Check the value of
2649         gnus-blocked-images in the summary buffer.
2650
2651 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2652
2653         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2654
2655 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2658         like "a", it seems like.
2659         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2660         since it needs to be picked from the correct buffer.
2661
2662         * nnwfm.el: Removed.
2663
2664         * nnlistserv.el: Removed.
2665
2666 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2667
2668         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2669         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2670
2671 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * nnkiboze.el: Removed.
2674
2675         * nndb.el: Removed.
2676
2677         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2678         alt text.
2679         (gnus-html-rescale-image): Try to get the rescaling logic right for
2680         images that are just wide and not tall.
2681
2682         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2683         overshadow variable bindings.
2684
2685 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2686
2687         * gnus-html.el (gnus-html-wash-tags)
2688         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2689         extra logging.
2690
2691 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2694         (gnus-max-image-proportion): New variable.
2695         (gnus-html-rescale-image): New function.
2696         (gnus-html-put-image): Rescale images.
2697
2698 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2699
2700         Fix up some byte-compiler warnings.
2701         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2702         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2703         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2704         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2705         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2706         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2707         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2708
2709 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-html.el (gnus-article-html): Decode contents by charset.
2712
2713 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2716         (gnus-html-frame-width, gnus-blocked-images)
2717         * message.el (message-prune-recipient-rules): Add custom version.
2718         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2719
2720         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2721         functions.
2722
2723         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2724         gnus-process-get.
2725
2726 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2727
2728         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2729         instead of lsub directly.
2730
2731 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nnwarchive.el: Removed.
2734
2735         * gnus-soup.el: Removed.
2736
2737         * nnsoup.el: Removed.
2738
2739         * nnultimate.el: Removed.
2740
2741         * gnus-html.el (gnus-blocked-images): New variable.
2742
2743         * message.el (message-prune-recipients): New function.
2744         (message-prune-recipient-rules): New variable.
2745
2746         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2747         guess whether a long line is natural text or not.
2748
2749         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2750         gnus-process-plist and friends for compatibility.
2751
2752 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2753
2754         * gnus-html.el: Require packages that define macros used in this file.
2755         (gnus-article-mouse-face): Declare to silence byte-compiler.
2756         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2757         process-get.
2758         (gnus-html-put-image): Use plist-get to avoid getf.
2759         (gnus-html-prefetch-images): Use with-current-buffer.
2760
2761 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-ems.el: Provide compatibility functions for
2764         gnus-set-process-plist.
2765
2766         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2767         header-line-format for XEmacs 21.4.
2768
2769         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2770         * gnus.el (gnus-valid-select-methods)
2771         * message.el (message-send-mail-partially-limit)
2772         * mm-decode.el (mm-text-html-renderer)
2773         * mml.el (mml-insert-mime-headers-always)
2774         * smiley.el (smiley-regexp-alist): Bump custom version.
2775
2776 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus-html.el: require mm-url.
2779         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2780         with the url to `url'.
2781         (gnus-html-wash-tags): Support cid: URLs/images.
2782
2783 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2786         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2787         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2788
2789         * gnus-move.el: Removed file, since it doesn't really work.
2790
2791         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2792         UTF-8.  This seems to fix problems with some German web feeds.
2793
2794         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2795         at the top so that the proper colours are applied.
2796
2797         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2798         don't have dots in their names.
2799
2800         * gnus-art.el (gnus-article-view-part): Doc fix.
2801
2802         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2803         XEmacs-compatible.
2804         (gnus-html-put-image): Don't do images on non-graphic displays.
2805
2806         * nnslashdot.el: Removed this unused backend.
2807
2808         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2809         actions.
2810         (gnus-undo-register-1): Revert last change.
2811
2812         * gnus-group.el (gnus-group-completing-read): Protect against not
2813         having completion-styles bound.
2814
2815         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2816         make broken recipients happier.
2817
2818         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2819
2820         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2821         point parameter.
2822
2823         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2824
2825         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2826         completion-styles for group selection.
2827
2828 2009-02-04  Andreas Schwab  <schwab@suse.de>
2829
2830         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2831         headers and regexp-quote the match if necessary.
2832
2833 2009-03-24  Miles Bader  <miles@gnu.org>
2834
2835         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2836         the blinking smiley.
2837
2838 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2839
2840         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2841         blink smiley.
2842
2843 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2846         where the dribbel file lives exists.
2847
2848         * message.el (message-send-mail-partially-limit): Change the default to
2849         nil, since most people don't want this.
2850
2851         * mm-url.el (mm-url-decode-entities): Also decode entities like
2852         &#x3212.
2853
2854 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2855
2856         * gnus-sum.el (gnus-summary-idna-message):
2857         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2858         Hyperlink urls in docstrings with URL `...'.
2859
2860 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2861
2862         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2863         functions.
2864
2865 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2868         say what the mouseover text should be.
2869
2870         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2871         version of the mm-w3m-safe-url-regexp variable to only download images
2872         in the groups where we want that to happen.
2873
2874         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2875
2876         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2877         easier debugging.
2878         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2879         big pictures in the article buffer.
2880
2881         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2882         gnus-article-html.
2883         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2884         w3m.
2885
2886         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2887
2888 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2891         which doesn't exist.
2892
2893         * message.el (message-inhibit-ecomplete): New variable to allow some
2894         function to inhibit ecomplete address storage.
2895         (message-resend): Disable ecomplete message storage when resending
2896         messages.
2897
2898         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2899
2900 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2903         Save excursion while copying, moving, and deleting articles in order to
2904         prevent the cursor from jumping to unforeseen place.
2905
2906 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * lpath.el: No need to bind bookmark-current-buffer,
2909         bookmark-yank-point and bookmark-make-record-function.
2910
2911 2010-08-17  Glenn Morris  <rgm@gnu.org>
2912
2913         * gnus-sync.el: Require gnus components whose functions are used.
2914
2915         * gnus-art.el (bookmark-make-record-function):
2916         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2917         Declare for compiler.
2918
2919         * mm-url.el (mml-compute-boundary): Autoload.
2920
2921 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2924
2925 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         Typo fix "hoo4a" -> "hook".
2928
2929         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2930
2931 2010-08-14  Glenn Morris  <rgm@gnu.org>
2932
2933         * gnus-sync.el (gnus-sync): Fix defgroup version.
2934
2935 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2938
2939         * gnus-sync.el: Fix docs.
2940         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2941         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2942
2943 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         Optimizations for gnus-sync.el.
2946
2947         * gnus-sync.el: Add docs about gnus-sync-backend
2948         possibilities.
2949         (gnus-sync-save): Remove unnecessary message.
2950         (gnus-sync-read): Optimize and show what groups were skipped.
2951
2952 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2953
2954         Minor bug fixes for gnus-sync.el.
2955
2956         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2957         read the sync on get-new-news.
2958
2959         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2960         quiet.
2961
2962         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2963
2964 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2965
2966         Make saving and restoring of hidden threads work with overlays.
2967         Patch applied by Ted Zlatanov.
2968
2969         * gnus-sum.el (gnus-hidden-threads-configuration)
2970         (gnus-restore-hidden-threads-configuration): Update to deal with text
2971         properties, rather than searching for a magic character.
2972
2973 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2974
2975         New gnus-sync.el library for synchronization of marks.
2976
2977         * gnus-sync.el: New library for synchronization of marks.
2978
2979         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2980         renamed from `gnus-registry-grep-in-list'.
2981
2982         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2983
2984         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2985
2986 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2989         determining charset of text fails.
2990
2991 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * nnmail.el (nnmail-get-new-mail-1): Revert.
2994
2995         * nnml.el (nnml-active-number): Make sure names of newly created groups
2996         in nnml-group-alist are encoded.
2997
2998 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3001         containing non-ASCII characters in active file for nnml back end.
3002
3003 2010-07-24  David Engster  <dengste@eml.cc>
3004
3005         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3006         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3007
3008 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3009
3010         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3011         tag (Bug#6654).
3012
3013 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3016         the article buffer, not the summary buffer.
3017
3018 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3021         Emacs 23 as well.
3022
3023 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3026         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3027
3028 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3029
3030         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3031         Patch applied by Karl Fogel.
3032
3033         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3034         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3035
3036 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3037
3038         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3039         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3040         C-w still not working correctly from Article buffers; Thierry's
3041         patch to fix that will be applied after this.
3042
3043         * gnus-art.el (bookmark-make-record-function): New local variable.
3044
3045         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3046         article buffer.
3047         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3048
3049 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3050
3051         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3052         on changes in bookmark.el.
3053
3054 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3057         `no-log' instead of message not to log prompt string.
3058
3059 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3060
3061         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3062         the *other* type of HTML form submission.
3063
3064 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3065
3066         * auth-source.el (auth-source-pick): If choice does not contain a
3067         questioned keyword, set the check to t.
3068
3069 2010-06-12  Romain Francoise  <romain@orebokech.com>
3070
3071         * gnus-util.el (gnus-date-get-time): Move up before first use.
3072
3073 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3076         (gnus-article-edit-part): Bind it to make last part that is substituted
3077         or deleted visible.
3078         (gnus-mime-display-single): Buttonize part of which id equals to
3079         gnus-mime-buttonized-part-id.
3080
3081 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3082
3083         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3084         (gnus-dd-mmm): Use gnus-date-get-time.
3085         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3086         simplify logic.
3087         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3088         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3089
3090 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3091
3092         * auth-source.el (top): Autoload `secrets-list-collections',
3093         `secrets-create-item', `secrets-delete-item'.
3094         (auth-sources): Fix tag string.
3095         (auth-get-source, auth-source-retrieve, auth-source-create)
3096         (auth-source-delete): New defuns.
3097         (auth-source-pick): Rewrite in order to avoid 2 passes.
3098         (auth-source-forget-user-or-password): New parameter USERNAME.
3099         (auth-source-user-or-password): New parameters CREATE-MISSING and
3100         DELETE-EXISTING.  Retrieve password interactively, if needed.
3101
3102 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3103
3104         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3105         deleting unused directories when gnus-expert-user is t.
3106
3107 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3110         for each temp file when gnus-article-browse-delete-temp is ask.
3111
3112 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3113
3114         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3115         Lisp calls to delete-backward-char by calls to delete-char.
3116
3117 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3118
3119         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3120
3121 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3122
3123         * password-cache.el (password-cache-remove): Fix docstring.
3124
3125 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3128         article unless decoding article to be saved.
3129
3130 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3133         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3134         generated within the mm-with-unibyte-current-buffer macro.
3135
3136 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3139         to nil when we're in a mml-preview buffer and no group is selected.
3140
3141 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3142
3143         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3144         when catching the `C-g'.  Reported by "Leo".
3145
3146 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * message.el (message-forward-make-body-plain)
3149         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3150         multibyte-string-p.
3151
3152         * lpath.el: Revert.
3153
3154 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * message.el (message-forward-make-body-mml): Assume original message
3157         is multibyte string; error on unibyte.
3158         (message-forward-make-body-plain): Ditto; don't add excessive newline
3159         in body end.
3160
3161         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3162
3163 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3164
3165         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3166         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3167
3168 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * mm-extern.el (mm-extern-url): Don't use
3171         mm-with-unibyte-current-buffer.
3172         (mm-extern-cache-contents): Use with-current-buffer instead of
3173         save-excursion + set-buffer.
3174
3175 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * mm-util.el (mm-emacs-mule): Remove.
3178
3179 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3180
3181         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3182         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3183         change.
3184
3185 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3188         bind the default value of enable-multibyte-characters to nil.
3189
3190 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * message.el (message-forward-make-body-plain)
3193         (message-forward-make-body-mml):
3194         Don't use mm-with-unibyte-current-buffer.
3195
3196 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3197
3198         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3199
3200 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3201
3202         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3203         (Bug#5592).
3204
3205 2010-05-07  Julien Danjou  <julien@danjou.info>
3206
3207         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3208         it to mm-pipe-part.
3209
3210         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3211         it is given.
3212
3213 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * binhex.el (binhex-decode-region-internal)
3216         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3217         (dns-query)
3218         * nnweb.el (nnweb-gmane-search)
3219         * pgg-parse.el (pgg-parse-armor)
3220         * pgg.el (pgg-verify-region)
3221         * sha1.el (sha1-string-external)
3222         * uudecode.el (uudecode-decode-region-internal)
3223         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3224         XEmacs.
3225
3226         * gnus-art.el (gnus-article-browse-html-parts)
3227         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3228         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3229         make-temp-file.
3230
3231         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3232         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3233         compiling.
3234
3235         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3236         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3237         XEmacs when compiling.
3238
3239         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3240         gnus-pick-mode-off-hook for XEmacs when compiling.
3241         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3242         gnus-binary-mode-off-hook for XEmacs when compiling.
3243
3244         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3245         nil if char-charset is not available.
3246
3247         * imap.el (imap-disable-multibyte)
3248         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3249         macros.
3250
3251         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3252         instead of encode-coding-string.
3253
3254         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3255         'xemacs) instead of mm-emacs-mule to switch function definitions.
3256         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3257
3258         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3259         bind temporary-file-directory for XEmacs;
3260         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3261         timer-set-function for XEmacs 21.4 and SXEmacs;
3262         bind timer-list for XEmacs 21.4 and SXEmacs;
3263         fbind char-charset and find-charset-region for non-Mule XEmacs;
3264         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3265         encode-coding-region and encode-coding-string for XEmacs having no
3266         file-coding feature.
3267
3268 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3269
3270         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3271
3272 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3275         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3276
3277 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3278
3279         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3280         alias `jka-compr-delete-temp-file' no longer exists.
3281
3282 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         Use define-minor-mode in Gnus where applicable.
3285         * mml.el (mml-mode): Use define-minor-mode.
3286         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3287         (gnus-undo-mode): Use define-minor-mode.
3288         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3289         (gnus-dead-summary-mode): Use define-minor-mode.
3290         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3291         Initialize in declaration.
3292         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3293         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3294         (gnus-mailing-list-mode): Use define-minor-mode.
3295         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3296         (gnus-draft-mode): Use define-minor-mode.
3297         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3298         (gnus-dired-mode): Use define-minor-mode.
3299
3300 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3301
3302         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3303         handles on recursive mml-to-mime translation and check them for
3304         boundary delimiter collisions.  Reported by Greg Troxel.
3305
3306 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3309
3310 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * mm-util.el (mm-find-buffer-file-coding-system):
3313         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3314
3315 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3316
3317         * message.el (message-generate-headers): Record insertion of optional
3318         headers as well.  Otherwise the check to prevent repeated insertion of
3319         optional headers is a no-op.
3320
3321 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * smime.el: Don't mention CVS.
3324
3325         * nnrss.el (nnrss-fetch): Don't mention CVS.
3326
3327         * nnir.el: Don't mention CVS.
3328
3329 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3332
3333 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * lpath.el: Fbind bookmark-default-handler,
3336         bookmark-get-bookmark-record, bookmark-make-record-default,
3337         bookmark-prop-get for Emacs <23 and XEmacs.
3338
3339 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3340
3341         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3342         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3343         Use with-current-buffer to silence the byte-compiler.
3344         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3345         bother to require `gnus'.
3346         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3347
3348 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3349
3350         * gnus-sum.el (gnus-summary-bookmark-make-record)
3351         (gnus-summary-bookmark-jump): New functions.
3352         (gnus-summary-mode): Setup bookmark support.
3353
3354 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3355
3356         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3357         if set.
3358
3359 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3362         gnus-article-browse-html-save-cid-image; make it work recursively for
3363         forwarded messages as well.
3364         (gnus-article-browse-html-parts): Work when prefix arg is given.
3365         (gnus-article-browse-html-article): Doc fix.
3366
3367 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3368
3369         * message.el (message-default-mail-headers):
3370         (message-default-headers): Carry the value mail-default-headers over
3371         into message-default-mail-headers, rather than message-default-headers.
3372
3373 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3374
3375         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3376         charset.
3377
3378         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3379         charset into the <meta> tag when the article is encoded to utf-8.
3380
3381 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3384         directories as well.
3385         (gnus-article-browse-html-parts): Work for images that do not specify
3386         file names; delete temp directory when quitting; insert header at the
3387         right place; use file: scheme for image files.
3388
3389 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3390
3391         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3392         (gnus-article-browse-html-parts): Use it to make temporary cid image
3393         files in addition to html file so that browser may display them.
3394
3395 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3398
3399 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3402
3403 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3404
3405         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3406         about Secret Service API sources.  Improve Customize options.
3407         (auth-source-pick): Change to accept any number of search parameters.
3408         Implement fallbacks iteratively, not recursively.  Add scoring on the
3409         second pass and sort by score.  Call Secret Service API when needed.
3410         (auth-source-user-or-password): Use it.  Call Secret Service API
3411         directly when needed to get the user name and the password.
3412
3413 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3414
3415         * message.el (message-interactive): Doc fix.
3416         (message-qmail-inject-args): Reflow.
3417         (message-kill-to-signature): Fix typo in docstring.
3418
3419         * smiley.el (smiley-buffer): Fix typo in docstring.
3420
3421 2010-03-24  Glenn Morris  <rgm@gnu.org>
3422
3423         * mail-source.el (gnus-message): Declare.
3424         (mail-source-delete-old-incoming): Require gnus-util.
3425
3426 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3429
3430         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3431
3432         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3433         password-cache's default if it is not bound.
3434         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3435         password-cache-expiry's default if it is not bound.
3436
3437         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3438         available in Emacs 21.
3439
3440         * lpath.el: Suppress compiler warnings for:
3441         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3442         XEmacs;
3443         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3444         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3445         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3446
3447 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * auth-source.el (auth-sources): Fix up definition so extra parameters
3450         are always inline.
3451
3452 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3453
3454         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3455         wasn't updated after mismatch.  Clear cached mailbox info correctly
3456         when uidvalidity changes.
3457         (nnimap-group-prefixed-name): New function to avoid some code
3458         duplication.
3459         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3460         (nnimap-request-group): Use it.
3461         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3462         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3463         with many imap folders.  This is done by caching the group status from
3464         the imap server persistently in a group parameter `imap-status'.  (This
3465         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3466         but not persistently, so every Gnus startup was still very slow.)
3467
3468 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3469
3470         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3471         delete the extra newline.  Otherwise editing of :string and :number
3472         types don't work.
3473
3474 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3477         secrets.el dependency.
3478         (auth-sources): Add optional user name.  Add secrets.el configuration
3479         choice (unused right now).
3480
3481 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3484         `gnus-registry-install-shortcuts' fill in the functions.
3485
3486         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3487         warnings.
3488         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3489         (gnus-registry-install-shortcuts): Populate and use it in a
3490         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3491
3492 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3493
3494         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3495         In-place substitutions for the group name encoding/decoding.
3496         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3497         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3498         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3499         (nnimap-update-unseen, nnimap-request-list)
3500         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3501         (nnimap-request-set-mark, nnimap-split-to-groups)
3502         (nnimap-split-articles, nnimap-request-newgroups)
3503         (nnimap-request-create-group, nnimap-request-accept-article)
3504         (nnimap-request-delete-group, nnimap-request-rename-group)
3505         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3506         `encoded-mbx' for consistency.
3507         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3508         variable `imap-current-mailbox'.
3509
3510         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3511         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3512
3513 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3514
3515         * pop3.el (pop3-display-message-size-flag): Display message size byte
3516         counts during POP3 download.
3517         (pop3-movemail): Use it.
3518         (pop3-list): Implement listing of available messages.
3519
3520 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3521
3522         * nnir.el (nnir-get-article-nov-override-function): New function to
3523         override the normal NOV retrieval.
3524         (nnir-retrieve-headers): Use it.
3525
3526 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3527
3528         * auth-source.el (netrc-machine-user-or-password): Autoload.
3529
3530 2010-03-19  Glenn Morris  <rgm@gnu.org>
3531
3532         Stop message.el from loading about 40 libraries it doesn't always need.
3533         The general approach is to autoload rather than require, and to
3534         require in the specific functions rather than the file.  (Bug#5642)
3535
3536         * gmm-utils.el: Don't require wid-edit.
3537         (widget-create-child-value, widget-convert, widget-default-get):
3538         Autoload.
3539
3540         * gnus-util.el: Don't require time-date, netrc.
3541         (message-fetch-field, gnus-group-name-decode): Declare rather than
3542         autoloading.
3543         (gnus-fetch-field): Require message.
3544         (gnus-decode-newsgroups): Require gnus-group.
3545
3546         * ietf-drums.el: Don't require time-date.
3547
3548         * message.el: Don't require hashcash, canlock, ecomplete.
3549         Do require mail-utils.  Require nnheader only when compiling.
3550         (smtpmail-default-smtp-server): Remove declaration.
3551         (message-send-mail-function): Check smtpmail-default-smtp-server
3552         is bound rather than requiring smtpmail.
3553         (message-auto-save-directory, message-insert-signature): Use
3554         expand-file-name rather than nnheader-concat.
3555         (nnheader-insert-file-contents): Autoload.
3556         (hashcash-wait-async): Declare.
3557         (message-send-mail): Only call gnus-setup-posting-charset if
3558         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3559         (message-send-mail-with-sendmail): Require sendmail.
3560         (canlock-password, canlock-password-for-verify): Declare.
3561         (message-canlock-password): Require canlock.
3562         (nnheader-get-report): Autoload.
3563         (gnus-setup-posting-charset): Declare.
3564         (message-send-news): Require gnus-msg.
3565         (message-make-references, message-make-in-reply-to): Use mail-header-id
3566         rather than the alias mail-header-message-id.
3567         (ecomplete-add-item, ecomplete-save): Declare.
3568         (message-put-addresses-in-ecomplete): Require ecomplete.
3569         (ecomplete-display-matches): Autoload.
3570
3571         * mm-decode.el: Don't require mailcap, gnus-util.
3572         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3573         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3574         Autoload.
3575         (mailcap-mime-extensions): Declare.
3576
3577         * mm-encode.el: Don't require mailcap.
3578         (mailcap-extension-to-mime): Autoload.
3579
3580         * mml-sec.el: Don't require password-cache.
3581
3582         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3583         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3584         (mml-minibuffer-read-type): Require mailcap.
3585         (mml-preview): Require gnus-msg.
3586
3587         * mml1991.el: Require password-cache.
3588         (password-cache-expiry): Remove declaration.
3589
3590         * mml2015.el: Require password-cache.
3591         (password-cache-expiry): Remove declaration.
3592
3593         * nneething.el (mailcap): Require mailcap.
3594
3595         * nnheader.el (declare-function): Add compatibility stub.
3596         (message-remove-header): Declare rather than autoload.
3597         (nnheader-replace-header): Require message.
3598
3599         * nnimap.el (declare-function): Add compatibility stub.
3600         (netrc-parse, netrc-machine-user-or-password): Declare.
3601         (nnimap-open-connection): Require netrc.
3602
3603         * nntp.el (declare-function): Add compatibility stub.
3604         (netrc-parse, netrc-machine, netrc-get): Declare.
3605         (nntp-send-authinfo): Require netrc.
3606
3607         * rfc2047.el: Don't require qp.
3608         (quoted-printable-encode-region, quoted-printable-decode-string):
3609         Autoload.
3610
3611         * sieve-mode.el: Don't require easymenu.
3612         (easy-menu-add-item): Autoload it.
3613
3614         * spam-stat.el (time-to-number-of-days): Autoload it.
3615
3616 2010-03-19  Glenn Morris  <rgm@gnu.org>
3617
3618         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3619
3620 2010-03-18  Glenn Morris  <rgm@gnu.org>
3621
3622         * hashcash.el (declare-function): Remove duplicate definition.
3623
3624 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3625
3626         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3627         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3628         value if any backslash escapes).
3629
3630 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3633         if it is available.  (bug#5647)
3634
3635         * lpath.el: Suppress compiler warning for coding-system-from-name for
3636         Emacs 21 and XEmacs.
3637
3638 2010-03-14  Juri Linkov  <juri@jurta.org>
3639
3640         * hmac-def.el:
3641         * hmac-md5.el:
3642         * netrc.el: Fix keywords.
3643
3644 2010-02-26  Glenn Morris  <rgm@gnu.org>
3645
3646         * message.el (message-send-mail-function): Change the default, so that
3647         it inherits from a customized send-mail-function.  (Bug#5643)
3648
3649 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3650
3651         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3652         shell-command-to-string signals an error (bug#5299).
3653
3654 2010-02-24  Glenn Morris  <rgm@gnu.org>
3655
3656         * message.el (message-smtpmail-send-it)
3657         (message-send-mail-with-mailclient): Doc fixes.
3658
3659 2010-02-16  Glenn Morris  <rgm@gnu.org>
3660
3661         * message.el (message-default-mail-headers): Change the default value
3662         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3663
3664 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3667         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3668
3669 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3670
3671         * time-date.el (date-to-time): Doc fix (Bug#5408).
3672
3673 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3674
3675         * message.el (message-mail): Just pass yank-action on to message-setup.
3676         (message-setup): Handle (FUN . ARGS) form of yank-action.
3677         (message-with-reply-buffer, message-widen-reply)
3678         (message-yank-original): Handle non-buffer values of
3679         message-reply-buffer (Bug#4080).
3680         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3681
3682 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3683
3684         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3685         Fix typo in docstring.
3686
3687 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3688
3689         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3690         response.
3691
3692 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3695
3696         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3697
3698         * message.el (message-check-news-header-syntax): Protect against a
3699         string that `rfc822-addresses' returns when parsing fails.
3700
3701 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3704         (gnus-previous-char-property-change): New functions.
3705
3706         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3707
3708 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3709
3710         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3711         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3712
3713 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3714
3715         * message.el (message-exchange-point-and-mark): Rework last change to
3716         avoid using optional arg of exchange-point-and-mark, for backward
3717         compatibility.
3718
3719 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3720
3721         * message.el (message-exchange-point-and-mark): Call
3722         exchange-point-and-mark with an argument rather than setting
3723         mark-active by hand (Bug#5175).
3724
3725 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * nntp.el (nntp-service-to-port): Work for service expressed with
3728         numeric string; replace [:digit:] with [0-9] for XEmacs.
3729
3730 2009-12-17  Glenn Morris  <rgm@gnu.org>
3731
3732         * gnus-group.el (gnus-bug-group-download-format-alist):
3733         Change emacs entry to debbugs.gnu.org.  Bump :version.
3734
3735 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3738
3739 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3740
3741         * message.el (message-info): Explain why we use `Info-goto-node'.
3742
3743 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3746
3747 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3748
3749         * message.el (message-completion-in-region): New compatibility function.
3750         (message-expand-group): Use it.
3751
3752 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3755         with no unread article should be listed if the 2nd arg `predicate' is
3756         given.
3757
3758 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3761
3762 2009-11-29  Juri Linkov  <juri@jurta.org>
3763
3764         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3765         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3766         on `gnus-recenter'. (Bug#4698, Bug#4981)
3767
3768 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3769
3770         * sha1.el (sha1-string-external): default-directory "/" in case
3771         otherwise non-existent.  process-connection-type pipe for touch of
3772         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3773
3774 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3775
3776         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3777         it's comms related and sgml-mode.el has "comm" on that basis too.
3778
3779 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3782         containing tspecial characters if they have been already quoted.
3783
3784 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3785
3786         * dns-mode.el (auto-mode-alist): Purecopy string.
3787
3788 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3789
3790         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3791
3792 2009-10-24  Glenn Morris  <rgm@gnu.org>
3793
3794         * gnus-art.el (help-xref-stack-item): Define for compiler.
3795
3796 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3797
3798         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3799
3800 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3803
3804 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3807         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3808
3809 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3812         (gnus-overlays-in): New alias to overlays-in.
3813
3814         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3815         gnus-overlay-get, and gnus-delete-overlay.
3816         (gnus-summary-show-thread): Make it work as well for systems in which
3817         next-single-char-property-change is not available.
3818         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3819
3820         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3821         (gnus-overlay-get): New alias to extent-property.
3822         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3823
3824         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3825         SXEmacs.
3826
3827         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3828         SXEmacs.
3829
3830 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3831
3832         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3833
3834 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3835
3836         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3837         and XEmacs that don't have `remove-overlays'.
3838
3839 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3840
3841         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3842         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3843         selective display.  Use overlays instead.
3844
3845 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3846
3847         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3848
3849 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3850
3851         * spam-stat.el (spam-stat-load): Fix typo in message.
3852
3853 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3854
3855         * dig.el (dig-invoke): Fix typo in docstring.
3856         (query-dig): Reflow docstring.
3857
3858 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3859
3860         * gnus-art.el (gnus-article-encrypt-body):
3861         * message.el (message-check-recipients):
3862         * mm-util.el (mm-codepage-setup):
3863         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3864         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3865
3866 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3867
3868         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3869         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3870         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3871         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3872         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3873
3874 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3875
3876         * dig.el: Add "Keywords: comm", as per net-utils.el.
3877
3878 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3879
3880         * dig.el (dig-mode): Use define-derived-mode.
3881
3882 2009-09-19  Glenn Morris  <rgm@gnu.org>
3883
3884         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3885
3886 2009-09-18  Glenn Morris  <rgm@gnu.org>
3887
3888         * gnus-diary.el (gnus-diary-check-message):
3889         * message.el (message-insert-formatted-citation-line):
3890         * nnbabyl.el (top-level):
3891         * nndiary.el (nndiary-schedule):
3892         Fix typos in condition-case handlers.
3893
3894 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3897         configuration that provides the sole article window in a frame;
3898         position point correctly after deleting a part.
3899
3900 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3901
3902         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3903         (spam-resolve-registrations-routine): Use it to unregister articles
3904         that change status.
3905
3906 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3909         with XEmacs.
3910         (parse-time-string-chars): Use it.
3911
3912 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3913
3914         * imap.el (imap-interactive-login): Better messages.
3915         (imap-open): Fix bug with renamed buffer on reconnect.
3916         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3917         for easier debugging and cleaner code.  On successful (guessed based on
3918         server capabilities) secondary authentication, set imap-state
3919         correctly.
3920         (imap-last-authenticator): Define imap-last-authenticator as a variable
3921         to avoid warnings.
3922
3923 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * nnrss.el (nnrss-request-article): Remove binding of
3926         default-enable-multibyte-characters that has gotten needless by
3927         the 2007-07-13 change in rfc2047-encode-message-header.
3928
3929         * mml.el (mml-insert-multipart): Error on the message header.
3930         (mml-insert-part): Error on the message header; position point at
3931         the end of a MIME tag.
3932
3933 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * time-date.el (autoload): Expand define-obsolete-function-alias into
3936         defalias and make-obsolete for old Emacsen that Gnus supports.
3937         (with-no-warnings): Define it for old Emacsen.
3938         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3939         is available.
3940         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3941         float-time is available; suppress compile warning for time-to-seconds.
3942
3943         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3944         (gnus-float-time): Alias to float-time if it exists.
3945
3946         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3947         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3948         float-time is available; suppress compile warning for time-to-seconds.
3949
3950         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3951         XEmacs.
3952
3953 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3954
3955         * imap.el (imap-message-map): Docstring fix.
3956
3957 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3960         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3961         Add the optional argument `encoding' that overrides the default.
3962
3963         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3964         mm-encode-buffer.
3965
3966 2009-09-04  Glenn Morris  <rgm@gnu.org>
3967
3968         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3969         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3970         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3971         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3972         * mm-util.el (mm-with-unibyte-current-buffer)
3973         (mm-find-buffer-file-coding-system):
3974         * yenc.el (yenc-decode-region): Use default-value rather than
3975         default-enable-multibyte-characters.
3976
3977 2009-09-03  Glenn Morris  <rgm@gnu.org>
3978
3979         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3980         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3981         than default-enable-multibyte-characters.
3982
3983 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3984
3985         * gnus-art.el (gnus-article-read-summary-keys):
3986         Fix gnus-buffer-configuration's value temporarily used.
3987
3988 2009-09-02  Glenn Morris  <rgm@gnu.org>
3989
3990         * gnus-util.el (gnus-float-time): New function.
3991         * gnus-delay.el (gnus-delay-article):
3992         * gnus-sum.el (gnus-thread-latest-date):
3993         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3994         * nnspool.el (nnspool-request-newgroups):
3995         Use gnus-float-time rather than time-to-seconds.
3996         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3997
3998         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3999         (gnus-header-subject-face, gnus-header-newsgroups-face)
4000         (gnus-header-name-face, gnus-header-content-face):
4001         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4002         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4003         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4004         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4005         (gnus-cite-face-11):
4006         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4007         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4008         (gnus-server-closed-face, gnus-server-denied-face)
4009         (gnus-server-offline-face):
4010         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4011         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4012         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4013         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4014         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4015         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4016         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4017         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4018         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4019         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4020         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4021         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4022         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4023         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4024         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4025         (gnus-summary-high-undownloaded-face)
4026         (gnus-summary-low-undownloaded-face)
4027         (gnus-summary-normal-undownloaded-face)
4028         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4029         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4030         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4031         (gnus-splash-face):
4032         * message.el (message-header-to-face, message-header-cc-face)
4033         (message-header-subject-face, message-header-newsgroups-face)
4034         (message-header-other-face, message-header-name-face)
4035         (message-header-xheader-face, message-separator-face)
4036         (message-cited-text-face, message-mml-face):
4037         * sieve-mode.el (sieve-control-commands-face)
4038         (sieve-action-commands-face, sieve-test-commands-face)
4039         (sieve-tagged-arguments-face):
4040         * spam.el (spam-face):
4041         Mark face aliases with "-face" in the name as obsolete.
4042
4043 2009-09-01  Glenn Morris  <rgm@gnu.org>
4044
4045         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4046         than goto-line.
4047
4048 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4051         Don't move point if the command is invoked inside the message header.
4052
4053 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4054
4055         * imap.el (imap-send-command): Simplify.
4056         (imap-wait-for-tag): point-max -> buffer-size.
4057
4058 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4061         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4062         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4063         * nnir.el (nnir-swish-e-index-file):
4064         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4065         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4066         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4067         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4068         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4069         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4070
4071 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4074         Don't save excursion.
4075
4076 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4077
4078         * nnheader.el (nnheader-find-file-noselect):
4079         * mm-util.el (mm-insert-file-contents):
4080         Use (default-value 'major-mode) instead of default-major-mode.
4081
4082 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4085
4086 2009-08-26  Glenn Morris  <rgm@gnu.org>
4087
4088         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4089         than placing in files.el.
4090
4091 2009-08-25  Glenn Morris  <rgm@gnu.org>
4092
4093         * nnir.el (top-level): Don't require cl at run-time.
4094         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4095         Replace cl-function substitute with gnus-replace-in-string.
4096         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4097         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4098         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4099         simplified expansions.
4100
4101 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4102
4103         * dig.el (dig): Add autoload cookie.
4104
4105 2009-08-22  Glenn Morris  <rgm@gnu.org>
4106
4107         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4108         goto-line.
4109
4110 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4111
4112         * parse-time.el (parse-time-string-chars): Save match data.
4113
4114 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4115
4116         * parse-time.el (parse-time-string-chars): Compute using character
4117         classes, to handle non-ascii characters (Bug#3190).
4118
4119 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4122
4123         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4124         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4125         (gnus-mm-display-part, gnus-mime-display-single)
4126         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4127         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4128
4129         * gnus-sum.el
4130         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4131         (gnus-summary-move-article): Add expirable mark to articles copied or
4132         moved to group that has auto-expire turned on if the option is non-nil.
4133
4134 2009-07-24  Glenn Morris  <rgm@gnu.org>
4135
4136         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4137         Fix typo.  (Bug#3903)
4138
4139 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4142         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4143         that should not be used for draft articles.
4144         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4145         that has no concern in minor mode keys.
4146         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4147         Abolish.
4148
4149 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4152         article without making inquiry to a user for unknown encoding.
4153
4154         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4155         (nnmaildir--scan): Assume i-node and device number that file-attributes
4156         returns might be cons-cell.
4157
4158         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4159
4160         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4161
4162 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         * auth-source.el: Remove docs now in auth.texi.  Don't use
4165         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4166         `auth-source-hide-passwords' and use them.
4167
4168 2009-07-15  Glenn Morris  <rgm@gnu.org>
4169
4170         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4171
4172 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4175         excessive whitespace from the default values of title and description.
4176
4177 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4180         mail-fetch-field to fetch Content-Description header in order to
4181         exclude newlines.
4182
4183 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4184
4185         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4186         format used by GnuPG 2.0.11.
4187
4188 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4191         to deleted part.
4192
4193 2009-05-30  David Engster  <dengste@eml.cc>
4194
4195         * nnmairix.el: Remove old documentation in the commentary block.
4196         (nnmairix-request-group): Do not update active file for nnml back ends.
4197         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4198         end so that overview files are ignored.
4199         (nnmairix-update-groups): Make updating the groups more robust by using
4200         marks.
4201         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4202         with dollar characters in message-id.
4203
4204 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4207         2008-12-25 in dns.el.
4208
4209 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4210
4211         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4212         could happen if the text is only composed of spaces and/or tabs.
4213
4214 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4215
4216         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4217         when sending a queued message to avoid extra mml tags.
4218
4219 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4222
4223 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4226         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4227         rmail-toggle-header for XEmacs;
4228         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4229
4230 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-dired.el: Remove autoload for gnus-setup-message.
4233         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4234         displaying Gnus logo; always use compose-mail.
4235
4236 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4239
4240 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4243         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4244         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4245         available.
4246         (gnus-nocem-epg-verify): New function.
4247
4248 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4251
4252 2009-02-15  Glenn Morris  <rgm@gnu.org>
4253
4254         * gnus-util.el (rmail-insert-rmail-file-header)
4255         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4256         autoloads.
4257         (rmail-default-rmail-file): Remove unnecessary declaration.
4258         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4259
4260 2009-02-14  Glenn Morris  <rgm@gnu.org>
4261
4262         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4263         variable (only used in gnus-util, which declares it anyway).
4264         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4265         which was only needed by gnus-art (changed to not use it any more).
4266         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4267         only used in gnus-util, which autoloads it itself.
4268         (rmail-update-summary): Fix autoload.
4269
4270         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4271         rather than rmail-output-to-rmail-file.
4272
4273 2009-02-07  Glenn Morris  <rgm@gnu.org>
4274
4275         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4276         autoload of function that no longer exists.
4277         (rmail-toggle-header): Declare.
4278         (message-forward-rmail-make-body): Handle mbox Rmail.
4279
4280 2009-01-31  Glenn Morris  <rgm@gnu.org>
4281
4282         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4283         2009-01-09 change.
4284
4285 2009-01-31  Dave Love  <fx@gnu.org>
4286
4287         * imap.el (imap-fetch-safe): Bind debug-on-error.
4288         (imap-debug): Add imap-fetch-safe.
4289
4290 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4293         (auth-source-forget-all-cached): New convenience function.
4294         (auth-source-user-or-password): Accept list of modes or a single mode.
4295
4296         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4297         auth-source modes.
4298
4299         * netrc.el (netrc-machine-user-or-password): Use list of
4300         auth-source modes.
4301
4302         * nnimap.el (nnimap-open-connection): Use list of
4303         auth-source modes.
4304
4305         * nntp.el (nntp-send-authinfo): Use list of
4306         auth-source modes.
4307
4308 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4311         now.
4312
4313 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4316         coding system in XEmacs; add a workaround for XEmacs.
4317
4318         * lpath.el: Fbind coding-system-aliasee.
4319
4320 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4323         of current-language-environment.
4324
4325 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4328         available at runtime.
4329
4330 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4333
4334 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4335
4336         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4337         the greatest positive fixnum value doesn't work under an XEmacs with
4338         bignum support; use the most-positive-fixnum constant instead,
4339         available since Emacs 21.1 with cl and XEmacs 21.1.
4340
4341 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4344         XEmacs gets not to work.
4345
4346 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mm-util.el (mm-coding-system-priorities): Allow the value like
4349         "Japanese (UTF-8)" of current-language-environment.
4350
4351 2009-01-09  Glenn Morris  <rgm@gnu.org>
4352
4353         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4354         with last-command-event.
4355
4356 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4359         in the doc string.
4360
4361         * message.el (message-fix-before-sending): Amend comment.
4362
4363 2009-01-08  Dave Love  <fx@gnu.org>
4364
4365         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4366
4367 2009-01-07  David Engster  <dengste@eml.cc>
4368
4369         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4370         simplified server definitions by converting it via
4371         gnus-server-to-method.
4372
4373 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4376         parameter's operands.
4377
4378 2009-01-06  David Engster  <dengste@eml.cc>
4379
4380         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4381         primary select method (for gnus-group-mark-article-as-read).
4382
4383 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4384
4385         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4386         `(gnus)Face', not `(gnus)X-Face'.
4387
4388 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * mm-util.el (mm-ucs-to-char): New function.
4391
4392         * mm-url.el (mm-url-decode-entities): Use it.
4393
4394         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4395         unicode-to-char.
4396
4397 2009-01-05  Dave Love  <fx@gnu.org>
4398
4399         * time-date.el: Require cl for `declare'.
4400
4401 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4404         Dave Love.
4405
4406 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4407
4408         * message.el (message-fix-before-sending): Add `eight-bit' to
4409         illegible-text check.
4410
4411 2009-01-03  Michael Olson  <mwolson@gnu.org>
4412
4413         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4414         `headers' is nil.  This can occur if the IMAP server does not have
4415         permissions to read messages from a folder, but can write new messages
4416         to the folder.
4417         (nnimap-request-article-part): Do not insert `data' if it is nil.
4418
4419         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4420         characters which will confuse `read', so skip past them.
4421
4422 2009-01-01  Dave Love  <fx@gnu.org>
4423
4424         * imap.el (imap-string-to-integer): Fix typo.
4425         (imap-fetch-safe): New function.
4426         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4427
4428         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4429
4430         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4431         (imap-parse-greeting): Fix doc strings.
4432         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4433         (imap-parse-flag-list): Make messages unique.
4434         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4435
4436         * nnimap.el: Fix author email.
4437         (nnimap-split-rule): Add FIXME comment.
4438         (nnimap-debug): Fix doc string.
4439
4440 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4443
4444 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4447         nslookup if resolv.conf isn't available.
4448         (dns-query): Rename from query-dns.
4449         (dns-query-cached): Rename from query-dns-cached.
4450
4451 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4454         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4455         to check if those variables exist (first appeared in Emacs 18.50).
4456
4457 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * mm-util.el (mm-line-number-at-pos): New function.
4460
4461         * spam-report.el (spam-report-process-queue): Use it.
4462
4463 2008-12-24  David Engster  <dengste@eml.cc>
4464
4465         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4466         parameters that haven't existed as variables as buffer-local variables.
4467
4468 2008-12-23  Dave Love  <fx@gnu.org>
4469
4470         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4471         cadar.
4472
4473         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4474         imap-starttls-p.
4475         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4476
4477 2008-12-22  Dave Love  <fx@gnu.org>
4478
4479         * imap.el: Fix author email.  Doc fixes.
4480         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4481         reply.
4482
4483 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * spam-report.el (spam-report-gmane-max-requests): New constant.
4486         (spam-report-gmane-wait): New variable.
4487         (spam-report-gmane-ham, spam-report-gmane-spam)
4488         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4489         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4490         the server.
4491
4492         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4493         Add explanations.
4494
4495         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4496         nnheader-accept-process-output and nnheader-read-timeout if available.
4497         (pop3-movemail): Use it.
4498
4499         * message.el (message-check-news-body-syntax): Fix signature check if
4500         there's an attachment.
4501
4502 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * mm-util.el: Add comments to the mm- emulating functions.
4505
4506 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4509         by Stephen Berman <stephen.berman@gmx.net>.
4510
4511 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * mm-util.el (mm-substring-no-properties): New function.
4514         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4515         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4516         (mm-string-to-multibyte): Doc fix.
4517
4518         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4519
4520 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * mml.el (mml-attach-file): Strip text properties from file name.
4523         (Bug#1574)
4524
4525 2008-12-16  Glenn Morris  <rgm@gnu.org>
4526
4527         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4528
4529 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4532         knows since the charset specified might be a bogus alias that
4533         mm-charset-synonym-alist provides.
4534
4535 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4536
4537         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4538         "ISO_8859-1".
4539
4540         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4541
4542 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * mm-util.el (mm-charset-eval-alist):
4545         Define it before mm-charset-to-coding-system.
4546         (mm-charset-to-coding-system): Add optional argument `silent';
4547         define it before mm-charset-override-alist.
4548         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4549         default value if it can be used in Emacs currently running;
4550         silence mm-charset-to-coding-system.
4551
4552 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4555         `allow-override' which says whether to use `mm-charset-override-alist'.
4556         (rfc2047-decode-encoded-words): Use it.
4557
4558         * mm-util.el (mm-charset-override-alist): Fix custom type;
4559         add `(gb2312 . gbk)' to choices.
4560
4561 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4564         fast.
4565
4566         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4567
4568         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4569
4570 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4571
4572         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4573         on links.
4574
4575         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4576
4577 2008-12-03  Lute Kamstra  <lute@gnu.org>
4578
4579         * sha1.el: Remove leading * from docstrings of defcustoms,
4580         deffaces, defconsts and defuns.
4581
4582 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4585         users' addresses that don't have domain parts.
4586         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4587         rather than message-narrow-to-head since there will be the message
4588         header separator.
4589
4590 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4591
4592         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4593         since the result is inserted in a unibyte buffer anyway.
4594         (nnimap-demule-use-string-to-multibyte): Remove.
4595         (nnimap-demule): Alias it to mm-string-to-multibyte.
4596
4597 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4600         variable for debugging bug#464 and bug#1174.
4601         (nnimap-demule): Use it.
4602
4603 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4604
4605         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4606         score calculation correctly.
4607
4608 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4609
4610         * message.el (message-send-mail): Just set the buffer to unibyte
4611         rather than use mm-with-unibyte-current-buffer which does a lot more.
4612         (message-send-mail-partially): Don't bother with
4613         mm-with-unibyte-current-buffer since it's already been made unibyte by
4614         message-send-mail.
4615
4616 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4619
4620 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4623
4624 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4627         require itself and to remove `with-no-warnings'.
4628
4629 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * starttls.el (starttls-any-program-available): Get the name of the
4632         available TLS layer program.
4633         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4634         well as the host name in the "opening" message.
4635
4636         * auth-source.el (auth-source-cache, auth-source-do-cache)
4637         (auth-source-user-or-password): Cache passwords and logins by default,
4638         allow override with `auth-source-do-cache'.
4639         (auth-source-forget-user-or-password): Allow users to remove cache
4640         entries if needed.
4641
4642 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4643
4644         * md4.el (md4-buffer): Fix typo in docstring.
4645         (md4, md4-64): Doc fixes.
4646         (md4-pack-int32): Reflow docstring.
4647
4648 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4651         condition-case to only the forward-sexp call.
4652
4653 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4654
4655         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4656         quotes contained.  Make it more robust regardless by an extra
4657         condition-case wrapper.
4658
4659 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4662
4663 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * nnml.el (nnml-request-expire-articles): Check if the function set to
4666         `nnmail-expiry-target' returns the symbol `delete'.
4667
4668         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4669
4670         * nnmail.el (nnmail-expiry-target): Fix custom type.
4671
4672 2008-10-02  Glenn Morris  <rgm@gnu.org>
4673
4674         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4675         Silence compiler warning.
4676
4677 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4678
4679         * tls.el (open-tls-stream): Show the actual command being
4680         executed, instead of the format string.
4681
4682 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * lpath.el: Fbind codepage-setup for Emacs 23.
4685
4686 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4687
4688         * mml.el (mml-menu): Don't assume mml2015 is bound.
4689
4690 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4693         exists.
4694
4695 2008-09-27  Glenn Morris  <rgm@gnu.org>
4696
4697         * gnus-util.el (mail-header-remove-comments): Autoload it.
4698
4699 2008-09-27  Andreas Schwab  <schwab@suse.de>
4700
4701         * gnus-util.el (gnus-split-references): Strip comments.
4702         (gnus-parent-id): Likewise.
4703
4704 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4705
4706         * message.el (message-confirm-send): Fix version.
4707
4708 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * message.el (message-idna-to-ascii-rhs-1): Use
4711         mail-extract-address-components rather than mail-header-parse-addresses
4712         that is an alias by default to ietf-drums-parse-addresses that does not
4713         support non-ASCII names in headers' contents.
4714
4715 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * message.el (message-confirm-send): Fixed variable documentation to
4718         avoid the "y/n" wording.
4719
4720 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4721
4722         * message.el (message-set-auto-save-file-name): Save to a different
4723         filename so multiple messages (especially drafts) can be recovered.
4724
4725 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * message.el (message-confirm-send): Add appropriate version.
4728
4729 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4730
4731         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4732         defvar.
4733
4734 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4735
4736         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4737         (mm-pkcs7-enveloped-magic): Ditto.
4738
4739 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4740
4741         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4742         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4743
4744 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4747         default, it's better.
4748
4749 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4752         summary line gnus-number property and ignore them (with a warning
4753         message).
4754
4755 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4758         macro caddr in the interactive form since it won't be expanded.
4759
4760 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4763         `charset'; fix name of function called recursively.
4764         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4765
4766 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4769         (gnus-mime-set-charset-parameters): New function.
4770         (gnus-mime-view-part-as-charset): Use it to correctly display part
4771         specifying wrong charset.
4772
4773 2008-09-08  David Engster  <dengste@eml.cc>
4774
4775         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4776         in completing-read for back end server.
4777
4778 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * message.el (message-confirm-send): New variable to confirm sending a
4781         message.
4782         (message-send): Use it.
4783
4784 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4787
4788 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4791
4792 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4795         prevent tracking too many groups.
4796         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4797         Use it.
4798
4799 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4800
4801         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4802         moving point to the bottom of the window in order to avoid recentering.
4803
4804 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4807
4808         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4809         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4810         (gnus-article-beginning-of-window): Fix calculation.
4811
4812 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-msg.el (gnus-summary-supersede-article)
4815         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4816         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4817         message header.
4818
4819 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4820
4821         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4822         pending output coming after the status change.
4823
4824 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4825
4826         * message.el:
4827         * gnus-start.el:
4828         * gnus-registry.el: Remove VMS support.
4829
4830 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4833         macro.
4834         (rfc2104-hash): Use it.
4835
4836 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4839         (gnus-summary-sort-by-most-recent-date): New commands.
4840         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4841         and menu entries.
4842
4843 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4846         don't redisplay article for raw contents; remove plural articles stuff.
4847
4848         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4849         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4850         on gnus-summary-save-article; display results properly.
4851
4852 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * lpath.el: No need to fbind ns-focus-frame.
4855
4856 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4859
4860 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4863         gnus-save-all-headers.
4864
4865 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4866
4867         * gnus-util.el (ns-focus-frame): Remove declaration.
4868         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4869         like x.
4870
4871 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4872
4873         * rfc2104.el (rfc2104-zero): Delete defconst.
4874         (rfc2104-hex-alist): Likewise.
4875         (rfc2104-hex-to-int): Delete func.
4876         (rfc2104-hexstring-to-bitstring): Likewise.
4877         (rfc2104-nybbles): New defconst.
4878         (rfc2104-hash): Rewrite for speed.
4879
4880 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * tls.el (open-tls-stream): Make it work with the 2nd argument
4883         BUFFER that is a string but does not exist as a buffer object, as
4884         mentioned in the doc-string.
4885
4886 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4889         SXEmacs.
4890
4891 2008-07-16  Glenn Morris  <rgm@gnu.org>
4892
4893         * gnus-util.el (ns-focus-frame): Declare for compiler.
4894
4895 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4898         set as a group parameter.
4899         (gnus-summary-save-in-pipe): Work when it is called independently.
4900         (gnus-summary-pipe-to-muttprint): Don't modify
4901         gnus-summary-pipe-output-default-command.
4902
4903 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4904
4905         * message.el (message-send-mail-with-sendmail):
4906         Display the error message.
4907
4908 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-default-article-saver):
4911         Add gnus-summary-save-in-pipe to choices.
4912         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4913         gnus-summary-pipe-output-default-command as the default command.
4914         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4915         instead of gnus-last-shell-command.
4916
4917         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4918         New user option.
4919         (gnus-summary-muttprint-program): Mention the value will be changed.
4920         (gnus-summary-save-article): Force showing of all headers.
4921         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4922
4923 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4924
4925         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4926
4927 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4928
4929         * nnimap.el (nnimap-id):
4930         * sieve-manage.el (sieve-manage-open): Doc fixes.
4931
4932 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4933
4934         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4935         if available.
4936
4937 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4938
4939         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4940
4941         * nnkiboze.el (nnkiboze-generate-group):
4942         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4943
4944         * nnmairix.el: Require CL.
4945
4946 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * dgnushack.el: Autoload get-display-table and put-display-table for
4949         XEmacs 21.5.
4950
4951         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4952         21.4 and SXEmacs.
4953
4954 2008-06-15  David Engster  <dengste@eml.cc>
4955
4956         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4957
4958 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4959
4960         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4961         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4962         runtime choice under XEmacs.
4963
4964         * gnus-sum.el (gnus-summary-set-display-table):
4965         Use `gnus-put-display-table', `gnus-get-display-table',
4966         `gnus-set-display-table' for the display table, instead of `aset'.
4967
4968         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4969         Use `gnus-put-display-table', `gnus-get-display-table',
4970         `gnus-set-display-table' for the display table.
4971
4972 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * nnmairix.el: Add autoloads.
4975
4976 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * nnmairix.el (nnmairix-delete-recreate-group)
4979         (nnmairix-update-and-clear-marks): Fix error messages.
4980
4981 2008-06-14  David Engster  <dengste@eml.cc>
4982
4983         * nnmairix.el: Upgrade to version 0.6.
4984         (nnmairix-group-toggle-propmarks-this-group)
4985         (nnmairix-group-toggle-readmarks-this-group)
4986         (nnmairix-group-delete-recreate-this-group)
4987         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4988         (nnmairix-remove-tick-mark-original-article): New commands.
4989         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4990         (nnmairix-propagate-marks-to-nnmairix-groups)
4991         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4992         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4993         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4994         functions needed for marks propagation and manipulation of read marks.
4995         (nnmairix-update-groups): New function.
4996         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4997         (nnmairix-determine-original-group-from-registry)
4998         (nnmairix-determine-original-group-from-path)
4999         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5000         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5001         New helper functions.
5002         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5003         keystrokes for new commands.
5004         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5005         (nnmairix-request-group): Check allow-fast group parameter.
5006         (nnmairix-request-create-group): Set allow-fast group parameter if
5007         nnmairix-allowfast-default is set.
5008         (nnmairix-close-group): Propagate marks upon closing if needed.
5009         (nnmairix-group-toggle-threads-this-group): Use new.
5010         nnmairix-group-toggle-parameter helper function.
5011         (nnmairix-search): Better check for empty search result.
5012         (nnmairix-goto-original-article): Use new helper functions for
5013         determining original article.
5014         (nnmairix-show-original-article): Make sure message-id is in brackets.
5015         (nnmairix-call-mairix-binary): Change variable name.
5016         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5017         helper function.
5018         (nnmairix-widget-toggle-activate): Fix doc string.
5019
5020 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * nnir.el: Require edmacro when compiling with XEmacs.
5023         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5024         available in Emacs 21.
5025
5026 2008-06-11  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-util.el (x-focus-frame):
5029         * gnus.el (image-size):
5030         * mm-decode.el (image-size): Declare.
5031
5032         * gnus-picon.el (declare-function): Add compat definition.
5033         (image-size): Declare.
5034
5035         * gnus-group.el (tool-bar-map):
5036         * gnus-sum.el (tool-bar-map): Define for compiler.
5037
5038         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5039
5040         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5041
5042         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5043         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5044         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5045         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5046         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5047         * sieve-manage.el, spam-report.el, spam.el:
5048         Remove unnecessary eval-and-compile of autoloads.
5049
5050 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5051
5052         * auth-source.el: Precise Tramp doc.
5053
5054 2008-06-07  Glenn Morris  <rgm@gnu.org>
5055
5056         * nnmairix.el: Remove unnecessary eval-when-compile.
5057
5058 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * lpath.el: Fbind propertize for XEmacs 21.4.
5061
5062 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * nnir.el: Move here from ../contrib.
5065
5066 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * gnus-util.el (gnus-read-shell-command): New function.
5069         * mm-decode.el (mm-pipe-part):
5070         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5071
5072 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5075
5076 2008-06-03  Glenn Morris  <rgm@gnu.org>
5077
5078         * pop3.el (nnheader-accept-process-output): Autoload it.
5079
5080 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5083         are not 2-digit hexadecimal characters that follow `%'s.
5084
5085 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * message.el (message-bogus-recipient-p): Fix type in doc string.
5088         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5089         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5090         Improve custom options.
5091         (message-bogus-recipient-p): Adjust accordingly.
5092
5093 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5094
5095         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5096         long-form month and day names.
5097
5098 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * dgnushack.el: Autoload debug, eudc-expand-inline and
5101         pgg-snarf-keys-region for XEmacs.
5102
5103         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5104
5105         * nnmairix.el: Require edmacro when compiling with XEmacs.
5106
5107 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5110         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5111
5112 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * auth-source.el: Add more docs.
5115
5116         * netrc.el (netrc-machine): Always match if the port is not given.
5117
5118 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5121         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5122         retrieval faster in some cases, but might make CPU usage larger.  If
5123         this has any bad side effects, we might revert this change.
5124
5125         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5126         seems to make mail retrieval much, much faster.
5127         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5128         unconditionally.
5129
5130         * gnus-draft.el (gnus-group-send-queue): Bind
5131         message-send-mail-partially-limit to nil to avoid being prompted.
5132
5133 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5136
5137         * message.el (message-bogus-address-regexp): Fix and improve custom
5138         type.
5139         (message-setup-hook): Add message-check-recipients as custom option.
5140
5141 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * message.el (message-cite-function): Remove bogus autoload which crept
5144         in during merge from v5-10.
5145
5146 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5149
5150         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5151
5152         * auth-source.el: Preliminary Tramp docs.
5153         (auth-sources): Change the default auth-sources to use
5154         EPA .gpg files.
5155
5156 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * nntp.el: Autoload `auth-source-user-or-password'.
5159         (nntp-send-authinfo): Use it.
5160
5161         * nnimap.el: Autoload `auth-source-user-or-password'.
5162         (nnimap-open-connection): Use it.
5163
5164         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5165         for the gnus-message function.
5166         (auth-source-user-or-password): Use it.
5167
5168 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5169
5170         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5171         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5172         (rfc2104-hash): Use it.
5173
5174 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5175
5176         * gnus-art.el (gnus-article-toggle-truncate-lines):
5177         Don't use `iff' in docstring.
5178
5179 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5182
5183         * gnus-util.el (gnus-extract-address-component-name)
5184         (gnus-extract-address-component-email): Convenience functions around
5185         `gnus-extract-address-components'.
5186
5187         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5188         Use `gnus-extract-address-component-email' to fix bug of comparing full
5189         sender name to `user-mail-address'.
5190
5191 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5194         catch/throw to optimize.
5195         (gnus-registry-find-keywords): Just use member to find a keyword.
5196
5197 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5200         is current before calling gnus-server-prepare.
5201         (gnus-server-setup-buffer, gnus-server-update-server)
5202         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5203
5204 2008-05-04  Juri Linkov  <juri@jurta.org>
5205
5206         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5207         (mailcap-file-default-commands): Use mailcap-replace-in-string
5208         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5209         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5210
5211 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5212
5213         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5214
5215 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5216
5217         * gnus.el: Bump version to 0.11.
5218
5219 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5220
5221         * gnus.el: No Gnus v0.10 is released.
5222
5223 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5226         hooks.
5227         (gnus-update-read-articles): Speed up non-marks-using users.
5228         (gnus-use-marks): Define gnus-use-marks.
5229         (gnus-propagate-marks): Rename variable to something more sensible.
5230
5231 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5232
5233         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5234         (gmm-image-load-path-for-library): Fix typos in docstrings.
5235         (gmm-message): Reflow docstring.
5236
5237 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * mail-source.el (mail-source-set-1, mail-source-bind):
5240         Move auth-source code out of the macro to clean it up and fix bugs.
5241
5242 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5245         by sender if it's equal to user-mail-address, it's likely to be
5246         useless.
5247
5248         * mail-source.el (mail-source-bind): Don't use user or password if they
5249         are not bound.  Unintern them if they are nil.  Don't use server unless
5250         it's bound, and default it to empty string otherwise.
5251
5252 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * mail-source.el: Load auth-source.el.
5255         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5256         get user name or password, if auth-sources is set up.
5257
5258         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5259         strategy of splitting with parent.
5260         (gnus-registry-split-fancy-with-parent)
5261         (gnus-registry-post-process-groups): Use it and fix prior
5262         bug (returning a list as the split result).
5263
5264         * auth-source.el (auth-sources): Remove server parameter.
5265         (auth-source-pick, auth-source-user-or-password)
5266         (auth-source-user-or-password-imap)
5267         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5268         (auth-source-user-or-password-sftp)
5269         (auth-source-user-or-password-smtp): Remove server parameter.
5270
5271 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5272
5273         * smime.el (smime-sign-region, smime-encrypt-region)
5274         (smime-decrypt-region):
5275         Remove redundant calls to `generate-new-buffer-name'.
5276
5277 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5278
5279         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5280         Don't use QP for message/rfc822.
5281         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5282
5283 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5284
5285         * sieve-manage.el (sieve-string-bytes): Remove.
5286         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5287         correct byte-length only if the process's coding-system is the same as
5288         the one used internally by Emacs to represent strings.
5289
5290 2008-04-22  Juri Linkov  <juri@jurta.org>
5291
5292         * mailcap.el (mailcap-file-default-commands): New function.
5293
5294 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * message.el (message-signature-separator, message-cite-function):
5297         Change custom version.
5298
5299 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5300
5301         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5302         commands.
5303         (tls-checktrust): Ditto.
5304
5305 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * mm-decode.el (mm-display-external): Make temp file read-only.
5308
5309 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5312         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5313         `C-c C-f d'.
5314
5315 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5316
5317         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5318
5319 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * gnus.el: Bump version to 0.9.
5322
5323 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * gnus.el: No Gnus v0.8 is released.
5326
5327 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5328
5329         * mail-source.el (mail-source-value):
5330         Prefer fboundp to functionp so it works with macros as well.
5331
5332 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5335         Fix last change in case the element is not even a symbol.
5336
5337 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5338
5339         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5340         Prefer fboundp to functionp so it works with macros as well.
5341
5342 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5343
5344         * auth-source.el: Added docs.
5345         (auth-sources): Modify format to support server.
5346         (auth-source-pick, auth-source-user-or-password)
5347         (auth-source-user-or-password-imap)
5348         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5349         (auth-source-user-or-password-sftp)
5350         (auth-source-user-or-password-smtp): Add server parameter.
5351
5352 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5353
5354         * gnus-registry.el: Initialize the registry when gnus-registry-install
5355         is t.
5356
5357 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * compface.el (uncompface): Make buffer unibyte.
5360
5361 2008-04-05  Glenn Morris  <rgm@gnu.org>
5362
5363         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5364
5365 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5366
5367         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5368         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5369
5370         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5371         multibyteness after rather than before erasing it.
5372
5373         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5374         mm-with-multibyte.
5375         (gnus-request-article-this-buffer): Make sure the proper decoding is
5376         used if gnus-original-article-buffer happens to be unibyte.
5377
5378         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5379         default-enable-multibyte-characters.
5380
5381         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5382         default-enable-multibyte-characters.
5383
5384         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5385
5386         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5387
5388 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5389
5390         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5391         (imap-message-copyuid-1): Use it.
5392         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5393         J. Williams in
5394         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5395
5396         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5397         imap-enable-exchange-bug-workaround.
5398         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5399
5400 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5401
5402         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5403         a 100 byte status-checks into a 2-3MB transfer for each group.
5404         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5405         to enable bug workaround or not.
5406         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5407
5408 2008-03-31  Glenn Morris  <rgm@gnu.org>
5409
5410         * message.el (mml2015-use): Declare for compiler.
5411         (message-info): Require mml2015 when appropriate.
5412
5413 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5416         whitespace.
5417
5418 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5419
5420         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5421         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5422         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5423         (nntp-service-to-port): New function.
5424         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5425         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5426         (nntp-open-netcat-stream): New function.
5427         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5428
5429 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5430
5431         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5432
5433 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5434
5435         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5436
5437 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5438
5439         * dns.el (dns-write): Use set-buffer-multibyte.
5440
5441 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5442
5443         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5444
5445 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * message.el (message-signature-separator): Change default.
5448         Improve custom type.
5449         (message-cite-function): Change default to
5450         message-cite-original-without-signature.
5451
5452         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5453         toggle.
5454
5455         * message.el (message-check-news-body-syntax): Fix signature check.
5456         (message-setup-1): Mark buffer as unmodified _after_ running
5457         message-setup-hook and handling message-alternative-emails.
5458         (message-shorten-references): Be more strict when building list of
5459         valid references to comply with GNKSA.
5460
5461         * gnus-group.el (gnus-read-ephemeral-bug-group)
5462         (gnus-read-ephemeral-debian-bug-group)
5463         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5464
5465         * message.el (message-info): Don't use booleanp which isn't supported
5466         in Emacs 21 and XEmacs.
5467
5468 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5471         gnus-group-gmane-group-download-format.
5472         (gnus-group-read-ephemeral-gmane-group): Rename from
5473         gnus-group-read-ephemeral-gmane-group.
5474         (gnus-read-ephemeral-gmane-group-url): Rename from
5475         gnus-group-read-ephemeral-gmane-group-url.
5476         (gnus-bug-group-download-format-alist): New variable.
5477         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5478         (gnus-read-ephemeral-emacs-bug-group): New commands.
5479
5480 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5483         (gnus-visible-headers): Improve custom type.
5484
5485 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * mml.el (mml-menu): Add workarounds for XEmacs.
5488
5489         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5490         X-Boundary header.
5491
5492         * message.el (message-simplify-recipients): Fix previous commit.
5493
5494 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5495
5496         * mm-util.el (mm-set-buffer-multibyte): New function.
5497         * mm-decode.el (mm-copy-to-buffer): Use it.
5498
5499 2008-03-19  Glenn Morris  <rgm@gnu.org>
5500
5501         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5502         Accidentally removed in the sync process with Emacs.
5503
5504 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * message.el (message-alter-recipients-discard-bogus-full-name):
5507         New function.
5508         (message-alter-recipients-function): New variable.
5509         (message-get-reply-headers): Use it.
5510         (message-replace-header): New helper function.
5511         (message-recipients-without-full-name): New variable.
5512         (message-simplify-recipients): New command.
5513
5514         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5515
5516         * message.el (message-info): Handle EasyPG manual.
5517
5518         * mml.el (mml-menu): Add entry for EasyPG.
5519
5520 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5521
5522         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5523         parameter.
5524
5525         * message.el (message-disassociate-draft): Specify drafts group name
5526         fully.
5527
5528 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5531         unnecessary duplicates from the match list.
5532
5533 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5536
5537         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5538
5539         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5540         args of `how-many' of which the XEmacs version doesn't take; declare
5541         Info-index-next as function.
5542
5543 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * gnus-score.el (gnus-score-headers): Fix handling of
5546         gnus-inhibit-slow-scoring.
5547
5548         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5549         string.
5550         (gnus-button-url-regexp): Improve handling of parenthesis.
5551         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5552         (gnus-button-handle-info-keystrokes): Handle index entries.
5553
5554 2008-03-15  Glenn Morris  <rgm@gnu.org>
5555
5556         * parse-time.el (parse-time-string): Simplify.
5557
5558 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5561         Incoming* files.
5562
5563 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5566         (auth-source-pick): Use it.
5567
5568 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5569
5570         * binhex.el (binhex-decode-region-internal):
5571         * uudecode.el (uudecode-decode-region-internal):
5572         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5573         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5574         setting default-enable-multibyte-characters.
5575
5576 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * auth-source.el (auth-source-protocols)
5579         (auth-source-protocols-customize, auth-source-choices): Added and
5580         modified variable customizations and defaults.
5581         (auth-source-pick, auth-source-user-or-password)
5582         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5583         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5584         (auth-source-user-or-password-sftp)
5585         (auth-source-user-or-password-smtp): Use new variables and provide an
5586         interface to netrc.el.
5587
5588 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5591         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5592         Make sure the nntp port to specify is a string.
5593
5594 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * nntp.el: Use with-current-buffer.
5597         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5598         dubious mm-with-unibyte-current-buffer.
5599         (nntp-with-open-group-function): New function extracted from
5600         nntp-with-open-group macro.
5601         (nntp-with-open-group): Use the function, so it's easier to debug.
5602         Add indentation and debugging info.
5603         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5604         the use of the netcat alternatives.
5605
5606         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5607         Avoid mm-string-as-multibyte as well.
5608
5609         * nnweb.el (nnweb-insert-html):
5610         Remove use of nnheader-string-as-multibyte.
5611
5612         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5613         (nnheader-string-as-multibyte): Remove.
5614
5615         * mm-view.el: Use inhibit-read-only.
5616         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5617         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5618         or unibyte-string.
5619
5620         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5621         (mm-uu-yenc-extract): Use with-current-buffer.
5622
5623         * gnus-soup.el (gnus-soup-send-packet): Don't use
5624         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5625
5626         * nnmh.el: Use with-current-buffer.
5627         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5628         mm-string-as-multibyte on the output of mm-encode-coding-string.
5629
5630         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5631         (nnimap-request-move-article): Use with-current-buffer.
5632
5633         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5634         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5635         conversion uses string-make-unibyte rather than string-as-unibyte.
5636
5637         * gnus-msg.el: Use with-current-buffer.
5638
5639         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5640
5641 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5642
5643         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5644         string for caching if it is 'PIN.
5645
5646 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * lpath.el: Consider the case without Emacs/W3.
5649
5650 2008-03-08  Glenn Morris  <rgm@gnu.org>
5651
5652         * time-date.el (date-to-time, time-subtract, time-add)
5653         (safe-date-to-time): Doc fixes.
5654
5655 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * mail-source.el (mail-source-delete-old-incoming-confirm):
5658         Change default to nil.
5659         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5660
5661 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * lpath.el: Rearrange.
5664
5665         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5666         (gnus-article-goto-prev-page): Work for articles having ^L's.
5667
5668         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5669
5670         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5671
5672 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5673
5674         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5675         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5676         (gnus-bookmark-jump): Adjust some variable names.
5677
5678 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * auth-source.el: New package.
5681         (auth-source-choices): Add customization entry point variable.
5682
5683         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5684         bug.
5685
5686 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5689         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5690         (gnus-registry-install-shortcuts): Rename from
5691         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5692         the `gnus-registry-mark-map' keymap dynamically from
5693         `gnus-registry-marks'.  The generated functions update the summary line
5694         when a registry mark is added or deleted, and will call
5695         `gnus-registry-install-p' (see the comments in the code).
5696         (gnus-registry-user-format-function-M): Use concat intelligently.
5697
5698         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5699         the registry mark functions.
5700
5701 2008-03-05  Glenn Morris  <rgm@gnu.org>
5702
5703         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5704         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5705         gnus-art.
5706         (top-level): No need to load own source when compiling.
5707
5708 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5711         Suggested by <chris.anderton@zetnet.co.uk>.
5712
5713 2008-03-04  Glenn Morris  <rgm@gnu.org>
5714
5715         * gnus-sum.el (top-level): No need to require gnus when compiling,
5716         since unconditionally required near start of file.
5717         (gnus-summary-display-while-building): Move definition before use.
5718
5719 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5722         formatting function.
5723
5724 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5727         with plists.
5728         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5729         Use new format.
5730
5731 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5734         `where-is-internal' that returns a range of key sequences.
5735
5736 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5737
5738         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5739
5740         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5741         (gnus-summary-jump-to-group): Consider windows on other displayed
5742         frames as well.  Similar changes might be needed elsewhere, but that's
5743         the one I've bumped into during my use.
5744
5745         * nndoc.el (nndoc-oe-dbx-type-p):
5746         * gnus-msg.el (gnus-debug):
5747         * gnus-group.el (gnus-update-group-mark-positions):
5748         Use mm-string-to-multibyte.
5749
5750 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5753         doesn't handle NotDashEscaped.
5754
5755         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5756         (mml-dnd-attach-options): Fix typo in custom choice.
5757
5758         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5759         nndoc-article-type to mbox.
5760         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5761
5762         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5763         to nil, instead of html2text.
5764
5765         * imap.el (imap-debug): Add `imap-ping-server'.
5766
5767         * gnus-bookmark.el: Add FIXMEs.
5768
5769         * message.el (message-form-letter-separator)
5770         (message-send-form-letter-delay): New variables.
5771         (message-send-form-letter): Use them.  New command to send form
5772         letters.  Requested by Uwe Siart.
5773         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5774
5775 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * Update copyright years.
5778
5779 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         Sync from EMACS_22_BASE.
5782
5783         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5784
5785 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5786
5787         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5788         empty author.
5789
5790 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * gnus-registry.el (gnus-registry-marks): Add variable for
5793         customization of marks and their appearance.
5794         (gnus-registry-read-mark): Use it.
5795         (gnus-registry-do-marks): Add utility function to loop through
5796         `gnus-registry-marks'.
5797         (gnus-registry-install-shortcuts-and-menus): Add function to install
5798         shortcuts and menus.
5799         (gnus-registry-initialize): Use it.
5800         (gnus-registry-default-mark): Clarify documentation.
5801
5802 2008-02-29  Glenn Morris  <rgm@gnu.org>
5803
5804         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5805         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5806         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5807         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5808         Change defcustom :version from 23.0 to 23.1.
5809
5810 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * gnus-registry.el (gnus-registry-follow-group-p)
5813         (gnus-registry-post-process-groups): Add functions to aid registry
5814         splitting and improve logging.  Clarify behavior in function
5815         documentation.
5816         (gnus-registry-split-fancy-with-parent): Use them.
5817
5818 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5819
5820         * gnus-art.el: Use with-current-buffer.
5821
5822 2008-02-27  David Engster  <dengste@eml.cc>
5823
5824         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5825         Express real group name in the response.
5826
5827 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5830         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5831         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5832         autoload gnus-registry-fetch-group when compiling.
5833         (nnmairix-request-group-with-article-number-correction): Remove
5834         unreferenced argument passed to nnmairix-call-backend.
5835
5836 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5839         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5840         Wilde.
5841
5842 2008-02-27  Glenn Morris  <rgm@gnu.org>
5843
5844         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5845         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5846         variables to defconsts.  Convert comments to doc-strings.
5847         (nnmairix-last-server, nnmairix-current-server): Convert from free
5848         variables to defvars.  Convert comments to doc-strings.
5849         (gnus-registry-fetch-group): Autoload.
5850         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5851         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5852         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5853         caddr.
5854         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5855         nnmairix-request-group-with-article-number-correction call.
5856         (nnmairix-fast, nnmairix-group): New, less general names, for free
5857         variables passed from nnmairix-request-group to
5858         nnmairix-request-group-with-article-number-correction.  Declare.
5859         (nnmairix-request-group-with-article-number-correction):
5860         Use nnmairix-fast, nnmairix-group rather than fast, group.
5861
5862 2008-02-26  David Engster  <dengste@eml.cc>
5863
5864         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5865         version 0.5.
5866
5867 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5870         instead of making an extra function call.  Don't add the current group
5871         to articles only when they have the group.  Use
5872         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5873         Reported by David <de_bb@arcor.de>.
5874
5875 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5878         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5879
5880 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * mail-source.el (mail-source-delete-incoming): Change default.
5883         Supplement doc string.
5884
5885         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5886
5887 2008-02-14  Glenn Morris  <rgm@gnu.org>
5888
5889         * time-date.el (format-seconds): New function.
5890
5891 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * nnmail.el (nnmail-message-id-cache-file): Derive from
5894         `gnus-home-directory'.
5895
5896 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5899         Document negative prefix.
5900
5901         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5902
5903 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * message.el (message-unsent-separator): Add the Exim bounce
5906         separator.
5907
5908 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5909
5910         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5911         list.
5912         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5913         recipient/signer list.
5914
5915 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * Makefile.in (datarootdir): Define.
5918         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5919         name that might contain whitespace.
5920
5921 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5924         fbound (Emacs 23 unicode), signal an error.
5925
5926 2008-02-08  Glenn Morris  <rgm@gnu.org>
5927
5928         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5929
5930 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5931
5932         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5933         ports to the calls to `netrc-machine-user-or-password' in addition to
5934         "imap" and "imaps".
5935
5936 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5937
5938         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5939
5940         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5941
5942 2008-02-01  Kenichi Handa  <handa@m17n.org>
5943
5944         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5945         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5946         (rfc2104-hash): Convert the result of concat to unibyte string.
5947
5948 2008-02-01  Dave Love  <fx@gnu.org>
5949
5950         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5951         coding-system-for-read.
5952         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5953
5954 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5957         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5958         <hanche@math.ntnu.no>.
5959
5960 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5963
5964         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5965
5966 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5967
5968         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5969         * message.el (message-beginning-of-line): Use featurep instead of bound
5970         tests in order to resolve conditionals at compile time.
5971
5972 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5973
5974         * mail-source.el (mail-sources): Add `group' choice.
5975
5976         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5977         parameter `in-group' to control into which group the articles go.
5978         Add treatment of `group' mail-source.
5979
5980 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5983
5984         * mm-decode.el (mm-dissect-buffer): Decode description.
5985
5986         * mml.el (mml-to-mime): Encode message header first.
5987
5988 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5991         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5992
5993         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5994         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5995
5996 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5997
5998         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5999
6000 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6003         prefix keys.
6004         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6005         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6006         gnus-xmas.el.
6007
6008         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6009         (gnus-xmas-article-describe-bindings): New function.
6010         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6011         gnus-xmas-article-describe-bindings.
6012
6013         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6014
6015 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6018         Add new variables for article mark management.
6019         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6020         list of extra data entries which, when present, will indicate that the
6021         article ID should not be trimmed from the registry.
6022         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6023         functions.
6024         (gnus-registry-read-mark): New function to read a mark name from the
6025         user.
6026         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6027         (gnus-registry-set-article-mark-internal): New functions to add and
6028         remove marks.
6029         (gnus-registry-get-article-marks): New function to show the marks for
6030         an article, or retrieve them for further use.
6031
6032 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6035         keys when no argument is given.
6036
6037 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * imap.el (imap-ping-server): New variable.
6040         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6041         (imap-ping-server): Minor doc string fixes.
6042
6043 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6044
6045         * imap.el (imap-ping-server): New function.
6046         (imap-opened): Call imap-ping-server.
6047
6048 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-sum.el (gnus-article-sort-by-random)
6051         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6052         jidanni@jidanni.org.
6053
6054 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-art.el (gnus-article-describe-bindings): New function.
6057         (gnus-article-read-summary-keys): Use it.
6058         (gnus-article-mode-map): Bind `C-h b' to it.
6059
6060 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6063         XEmacs.
6064         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6065         against non-character events.
6066
6067         * lpath.el: Fbind map-keymap for Emacs 21.
6068
6069 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6072         command.
6073         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6074         instead of END.  Change name of the temp file.
6075         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6076         customizable.
6077
6078 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6081         bind `S W' to gnus-article-wide-reply-with-original; set default
6082         binding to gnus-article-read-summary-send-keys.
6083         (gnus-article-read-summary-keys): Fix the order of keys; display
6084         continuation keys correctly in the echo area; describe bindings
6085         correctly when keys end with `C-h'.
6086         (gnus-article-read-summary-send-keys): New function.
6087         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6088         for gnus-article-read-summary-send-keys; display continuation keys
6089         correctly in the echo area.
6090         (gnus-article-reply-with-original): Ignore prefix argument.
6091         (gnus-article-wide-reply-with-original): New function.
6092
6093         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6094         Emacs 21.
6095
6096 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6099         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6100
6101 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6104         (gnus-group-read-ephemeral-gmane-group): New command.
6105
6106 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6107
6108         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6109
6110 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6111
6112         * message.el (message-send-mail-function): Increase custom version.
6113
6114         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6115         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6116
6117 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6120         for the cases where imap-authenticate is called with a nil buffer
6121         parameter.
6122
6123 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6126         html parts correctly; support forwarded messages.
6127         (gnus-article-browse-html-article): Remove work buffers.
6128
6129         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6130         compiling.
6131         (netrc-bound-and-true-p): New macro.
6132         (netrc-parse): Use it instead of bound-and-true-p that is not available
6133         in XEmacs 21.4.
6134
6135 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * gnus-registry.el (gnus-registry-mark-article)
6138         (gnus-registry-article-marks): Add functionality to mark articles
6139         through the Gnus registry.
6140
6141         * encrypt.el: Clarify documentation for the new pgg method.
6142         (encrypt-file-alist): Add PGG option.
6143         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6144         functionality.  Abstract password key and messaging to external
6145         functions.
6146         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6147         (encrypt-message-method-and-cipher): Add new convenience external
6148         functions.
6149         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6150         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6151
6152         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6153         (netrc-parse): Use encrypt-file-alist to determine if
6154         encrypt-find-model or encrypt-insert-file-contents should be used.
6155
6156         * encrypt.el: Clarify documentation.  Load password-cache or
6157         password, whichever one is found first, instead of autoloading.
6158
6159 2007-12-19  Glenn Morris  <rgm@gnu.org>
6160
6161         * mml.el (message-options-set, message-narrow-to-head)
6162         (message-in-body-p, message-mail-p, message-encode-message-body):
6163         Autoload.
6164         (message-remove-header, message-narrow-to-headers-or-head)
6165         (message-subscribed-p, message-make-mail-followup-to)
6166         (message-position-on-field, message-news-p)
6167         (message-options-set-recipient, message-generate-headers)
6168         (message-sort-headers): Declare as functions.
6169
6170 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6173         convention in doc string.
6174
6175 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6178         title to html parts.
6179         (gnus-article-browse-html-article): Pass message header to it.
6180
6181         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6182
6183 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6186         or password compatible with XEmacs.
6187
6188 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6191         format document.
6192         (gnus-mime-delete-part): Don't write description line if empty.
6193         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6194
6195 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6196
6197         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6198         (gnus-summary-mark-read-and-unread-as-read)
6199         (gnus-summary-mark-current-read-and-unread-as-read)
6200         (gnus-summary-mark-unread-as-ticked): Doc fix.
6201         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6202
6203 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6206         Christoph Conrad <christoph.conrad@gmx.de>.
6207
6208 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6211         yes-or-no-p.
6212
6213 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * mm-decode.el (mm-add-meta-html-tag): New function.
6216         (mm-save-part-to-file, mm-pipe-part): Use it.
6217
6218         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6219         gnus-y-or-n-p instead of y-or-n-p.
6220         (gnus-article-browse-html-parts): Work with message/external-body; use
6221         mm-add-meta-html-tag.
6222
6223 2007-12-11  Glenn Morris  <rgm@gnu.org>
6224
6225         * gnus-cache.el: Require gnus-sum not just when compiling.
6226
6227         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6228
6229         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6230         definitions before use.
6231
6232         * mm-decode.el: Require gnus-util.
6233         (mm-remove-part): Only call delete-annotation on XEmacs.
6234
6235         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6236
6237         * nnmail.el: Require gnus-int.
6238
6239         * spam.el: Move `require's before `eval-when-compile's.
6240
6241         * gnus-ems.el (gnus-alive-p):
6242         * gnus-fun.el (message-goto-eoh):
6243         * gnus-util.el (gnus-group-name-decode):
6244         * mail-source.el (gnus-compress-sequence):
6245         * message.el (Info-goto-node, format-spec):
6246         * mm-bodies.el (message-options-get):
6247         * mm-decode.el (mm-view-pkcs7):
6248         * mm-util.el (gmm-write-region):
6249         * mml-smime.el (mml-compute-boundary)
6250         (gnus-completing-read-with-default):
6251         * mml.el (widget-button-press, gnus-make-hashtable):
6252         * mml1991.el (mm-decode-content-transfer-encoding)
6253         (mm-encode-content-transfer-encoding)
6254         (message-options-get, message-options-set):
6255         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6256         * nnfolder.el (gnus-request-group):
6257         * nnheader.el (ietf-drums-unfold-fws):
6258         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6259         * smime.el (gnus-run-mode-hooks):
6260         * spam-stat.el (gnus-message): Autoload.
6261
6262         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6263         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6264         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6265         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6266         Add declare-function compatibility definition.
6267
6268         * gnus-cache.el (nnvirtual-find-group-art):
6269         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6270         (gnus-add-image, gnus-add-wash-type):
6271         * gnus-group.el (nnkiboze-score-file):
6272         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6273         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6274         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6275         (message-tokenize-header, gnus-get-buffer-create)
6276         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6277         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6278         * gnus.el (gnus-group-decoded-name):
6279         * mail-source.el (imap-capability):
6280         * mm-bodies.el (message-options-set):
6281         * mm-decode.el (gnus-configure-windows):
6282         * mm-extern.el (message-goto-body):
6283         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6284         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6285         (epg-sub-key-validity, message-options-set):
6286         * mml.el (widget-event-point, gnus-configure-windows):
6287         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6288         * mml2015.el (epg-check-configuration, epg-configuration)
6289         (message-options-set):
6290         * nndb.el (nndb-request-article):
6291         * nnfolder.el (gnus-request-create-group):
6292         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6293         * nnmaildir.el (gnus-group-mark-article-read):
6294         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6295         * rfc1843.el (message-fetch-field):
6296         * spam.el (gnus-extract-address-components):
6297         Declare as functions.
6298
6299 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6302
6303         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6304
6305         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6306         bind show-trailing-whitespace for XEmacs.
6307
6308 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6311         new no-op macro for backward compatibility.
6312
6313         * imap.el (imap-string-to-integer): New function.
6314
6315 2007-12-09  Glenn Morris  <rgm@gnu.org>
6316
6317         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6318
6319         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6320         * message.el, mm-view.el, sieve-manage.el, smime.el:
6321         Add declare-function compatibility definition.
6322
6323         * gnus-art.el (w3-region, w3m-region, Info-menu):
6324         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6325         * gnus-sum.el (gnus-get-predicate):
6326         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6327         * message.el (mail-abbrev-in-expansion-header-p):
6328         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6329         (w3m-detect-meta-charset, w3m-region):
6330         * sieve-manage.el (password-read, password-cache-add)
6331         (password-cache-remove):
6332         * smime.el (password-read-and-add): Declare as functions.
6333
6334 2007-12-08  David Kastrup  <dak@gnu.org>
6335
6336         * gnus-sum.el (gnus-summary-simplify-subject-query):
6337         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6338         `message'.
6339
6340 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6343         it to bind idna-program, installation-directory, defined-colors, and
6344         face-attribute for XEmacs of the version that compiles defcustom forms.
6345
6346 2007-12-07  Glenn Morris  <rgm@gnu.org>
6347
6348         * gnus-art.el (article-make-date-line): Revert previous change.
6349
6350 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6353
6354 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6355
6356         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6357         Call gnus-add-to-range ranges only once with a prepared article-list.
6358
6359 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6360
6361         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6362         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6363         group names with backslashes.  Reported by Tassilo Horn
6364         <tassilo@member.fsf.org>.
6365
6366 2007-12-06  Deepak Goel  <deego3@gmail.com>
6367
6368         * gnus-art.el (article-make-date-line):
6369         * gnus-start.el (gnus-load):
6370         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6371
6372 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-art.el (gnus-use-idna)
6375         * gnus-start.el (gnus-site-init-file)
6376         * message.el (message-use-idna)
6377         * mm-uu.el (mm-uu-hide-markers)
6378         * smiley.el (smiley-style): Revert changes that suppress warnings.
6379
6380 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6383         specify charset to html source.  Reported by Christoph Conrad
6384         <christoph.conrad@gmx.de>.
6385
6386 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6389         idna-program in order to suppress byte compile warning issued by XEmacs
6390         that came to byte compile the default value section of defcustom forms
6391         recently.
6392
6393         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6394         value of installation-directory.
6395
6396         * message.el (message-use-idna): Don't directly refer to the value of
6397         idna-program.
6398
6399         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6400
6401         * smiley.el (smiley-style): Don't directly call face-attribute.
6402
6403 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6406
6407         * gnus-dired.el: Reduce Gnus dependencies.
6408         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6409         require.  Use autoloads instead.
6410         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6411         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6412         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6413         (gnus-dired-mode): Adjust doc string.
6414         (gnus-dired-mail-mode): New variable.
6415         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6416         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6417         (gnus-dired-mail-buffers): New function.  Return mail or message
6418         composition buffers.
6419         (gnus-dired-attach): Use it.
6420         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6421         NO-DECODE.
6422         (gnus-dired-print): Use `gnus-print-buffer' depending on
6423         `gnus-dired-mail-mode'.
6424
6425 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * rfc2047.el (rfc2047-encoded-word-regexp)
6428         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6429         explaining what regexp patterns are for.
6430
6431 2007-12-04  Glenn Morris  <rgm@gnu.org>
6432
6433         * password.el: Move to password-cache.el.
6434
6435         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6436         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6437         * mml-smime.el (password-read, password-cache-add)
6438         (password-cache-remove):
6439         No need to autoload, since mml-sec requires password.
6440
6441         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6442         * message.el (gnus-extract-address-components):
6443         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6444
6445         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6446         password.
6447
6448 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * mailcap.el: Reduce dependencies.
6451         (mail-header-parse-content-type): Autoload.
6452         (mailcap-delete-duplicates): New alias.
6453         (mailcap-mime-info): Add optional argument NO-DECODE.
6454         (mailcap-mime-types): Use mailcap-delete-duplicates.
6455
6456         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6457
6458 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6459
6460         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6461         (imap-parse-status): Upcase status-att for servers that sends them
6462         lower-case (e.g., MS Exchange 2007).
6463
6464 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6467         function.
6468
6469         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6470         (gnus-uu-yenc-article): New function.
6471
6472         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6473
6474         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6475         buffer.
6476
6477 2007-12-02  Glenn Morris  <rgm@gnu.org>
6478
6479         * binhex.el (binhex): New custom group.
6480         (binhex-decoder-program, binhex-decoder-switches)
6481         (binhex-use-external): Move to the binhex custom group.
6482
6483         * uudecode.el (uudecode): New custom group.
6484         (uudecode-decoder-program, uudecode-decoder-switches)
6485         (uudecode-use-external): Move to the uudecode custom group.
6486
6487         * netrc.el (top-level): Don't load `encrypt' features.
6488         (netrc-parse): Don't use encrypt.
6489         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6490
6491         * encrypt.el: Remove file.
6492
6493 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6496         matches on patches.
6497
6498         * gnus-art.el (gnus-article-browse-html-article): Mention
6499         `mm-text-html-renderer' in the doc string.
6500
6501         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6502         string.  Add comments.
6503
6504         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6505         if rhs is ASCII.
6506
6507 2007-12-01  Glenn Morris  <rgm@gnu.org>
6508
6509         * mail-source.el (top-level): Require format-spec before
6510         eval-when-compile.
6511
6512 2007-11-30  Glenn Morris  <rgm@gnu.org>
6513
6514         * encrypt.el: Require password, rather than autoloading password-read.
6515
6516 2007-11-29  Glenn Morris  <rgm@gnu.org>
6517
6518         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6519         (sasl-make-client, sasl-next-step, sasl-step-data)
6520         (sasl-step-set-data): Declare as functions.
6521
6522 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6525
6526 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6527
6528         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6529         certs should be verified and what is to be done in the event of a
6530         verification failure.
6531
6532         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6533         caller can indicate whether the cache should be disregarded for this
6534         call.  This way the result of the call is reproducible at all times and
6535         can be considered a canonical server name for the supplied method.
6536         (gnus-agent-method-p): Canonicalize server names by pushing their
6537         method through `gnus-method-to-server' using the no-cache argument.
6538
6539         * gnus-srvr.el (gnus-server-insert-server-line): Call
6540         `gnus-method-to-server' with `no-cache' argument.
6541
6542         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6543         gnus-agent-possibly-synchronize-flags as this should be called when the
6544         server is actually being opened.
6545         (gnus-agent-possibly-synchronize-flags)
6546         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6547         flags file of an agentized server to the latter function.
6548
6549         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6550         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6551         after a connection has been established successfully.
6552
6553 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-art.el (article-display-face): Force to display face if called
6556         interactively; check if gnus-article-x-face-too-ugly matches author.
6557         (article-display-x-face): Display face even if From header is missing
6558         as article-display-face does.
6559
6560 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6561
6562         * hashcash.el (message-narrow-to-headers-or-head)
6563         (message-fetch-field, message-goto-eoh)
6564         (message-narrow-to-headers): Declare as functions.
6565
6566 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * mail-source.el (mail-sources): Default to fetch from file for
6569         compatibility with default of nnmail-spool-file.
6570
6571 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6574         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6575         to look for encoded word that should be encoded again.
6576         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6577         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6578         encoding pattern.
6579         (rfc2047-decode-region): Switch strict regexp and loose one according
6580         to rfc2047-allow-irregular-q-encoded-words.
6581
6582 2007-11-25  Romain Francoise  <romain@orebokech.com>
6583
6584         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6585
6586 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * tls.el (tls-program): Provide more custom choices from
6589         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6590         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6591
6592 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6595         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6596
6597         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6598         `nnmail-spool-file'.
6599
6600         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6601         `nnmail-spool-file'.
6602
6603         * gnus-move.el (gnus-change-server): Ditto.
6604
6605         * gnus-kill.el (gnus-batch-score): Ditto.
6606
6607         * gnus-cache.el (gnus-jog-cache): Ditto.
6608
6609         * gnus-msg.el (gnus-summary-reply):
6610         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6611
6612 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6615         version.  Minor improvement to doc strings.
6616         (tls-program): Add comment.
6617
6618 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6619
6620         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6621         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6622         mismatch between the hostname provided in the certificate and the name
6623         of the host connnecting to.
6624         (open-tls-stream): Use them.  Check certificates against trusted root
6625         certificates.
6626
6627 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * gnus-cache.el (gnus-cache-generate-nov-databases):
6630         Use nnml-generate-nov-databases-directory instead of
6631         nnml-generate-nov-databases-1.
6632
6633 2007-11-24  Glenn Morris  <rgm@gnu.org>
6634
6635         * message.el (message-tool-bar-retro): Update for rename
6636         mail_send.xpm->mail-send.xpm.
6637
6638 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6641         `smime-ldap-search' for Emacs 22 and up.
6642
6643 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6644
6645         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6646
6647         * message.el (message-send-mail-function): Fix error convention.
6648         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6649         (message-widen-reply, message-send-mail, message-talkative-question)
6650         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6651         (message-clone-locals, message-send-news): Use with-current-buffer.
6652         (message-insert-or-toggle-importance): Remove unused var `valid'.
6653         (message-make-references): Remove unused var `new-references'.
6654         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6655
6656 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6657
6658         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6659         (spam-split-symbolic-return-positive): Reflow docstring.
6660         (spam-backends, spam-summary-exit-behavior)
6661         (spam-mark-ham-unread-before-move-from-spam-group)
6662         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6663         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6664         (spam-clear-cache, spam-backend-check, spam-install-backend)
6665         (spam-install-statistical-backend, spam-list-of-processors)
6666         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6667         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6668         (spam-check-crm114, spam-initialize, spam-unload-hook):
6669         Fix typos in docstrings.
6670
6671 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6674         been checked if they have never been read and those group levels are
6675         higher than the one that a user specified.
6676
6677 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6680         foreign groups unless a group level is specified by a user.
6681         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6682
6683 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6684
6685         * message.el (message-send-mail-function): Require sendmail.
6686
6687 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * message.el (message-send-mail-function): Check for smtpmail too.
6690
6691         * utf7.el (utf7-encode, utf7-decode): Use coding system
6692         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6693
6694         * message.el (message-send-mail-function): New function.
6695         (message-send-mail-function): Set default using
6696         message-send-mail-function.  Adjust doc string.
6697         (message-send-mail-with-mailclient): New function.
6698
6699 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6700
6701         * smime.el (from):
6702         * rfc2047.el (message-posting-charset):
6703         * qp.el (mm-use-ultra-safe-encoding):
6704         * pop3.el (parse-time-months):
6705         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6706         * nnml.el (files):
6707         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6708         (jka-compr-compression-info-list, ange-ftp-path-format)
6709         (efs-path-regexp):
6710         * nndiary.el (files):
6711         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6712         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6713         (epg-digest-algorithm-alist, inhibit-redisplay)
6714         (password-cache-expiry):
6715         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6716         (pgg-output-buffer, password-cache-expiry):
6717         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6718         (efs-path-regexp):
6719         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6720         (inhibit-redisplay):
6721         * mm-uu.el (file-name, start-point, end-point, entry)
6722         (gnus-newsgroup-name, gnus-newsgroup-charset):
6723         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6724         (latin-unity-ucs-list):
6725         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6726         (mm-uu-binhex-decode-function):
6727         * message.el (gnus-message-group-art, gnus-list-identifiers)
6728         (rmail-enable-mime-composing, gnus-local-organization)
6729         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6730         (gnus-read-active-file, facemenu-add-face-function)
6731         (facemenu-remove-face-function, gnus-article-decoded-p)
6732         (tool-bar-mode):
6733         * mail-source.el (display-time-mail-function):
6734         * gnus-util.el (nnmail-pathname-coding-system)
6735         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6736         (gnus-original-article-buffer, gnus-user-agent)
6737         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6738         (xemacs-codename, sxemacs-codename, emacs-program-version):
6739         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6740         * gnus-start.el (gnus-agent-covered-methods)
6741         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6742         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6743         (gnus-newsgroup-headers, gnus-group-list-mode)
6744         (gnus-group-mark-positions, gnus-newsgroup-data)
6745         (gnus-newsgroup-unreads, nnoo-state-alist)
6746         (gnus-current-select-method, mail-sources)
6747         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6748         (nnmail-spool-file, gnus-cache-active-hashtb):
6749         * gnus-mh.el (mh-lib-progs):
6750         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6751         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6752         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6753         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6754         (gnus-group-buffer):
6755         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6756         (font-lock-set-defaults):
6757         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6758         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6759         (gnus-summary-post-menu, total-parts, type, condition, length):
6760         * gnus-agent.el (gnus-agent-read-agentview):
6761         * flow-fill.el (show-trailing-whitespace):
6762         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6763         eval-and-compile wrappers for byte compiler pacifiers.
6764
6765         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6766         (mm-display-inline-fontify): Check for featurep 'xemacs not
6767         extent-list.
6768
6769         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6770         itimer-list.
6771         (mm-create-image-xemacs): Only do something for XEmacs.
6772         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6773
6774         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6775
6776         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6777         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6778
6779 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6780
6781         * nnimap.el (nnimap-split-download-body):
6782         * gnus-demon.el (gnus-demon):
6783         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6784
6785 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6788         macros.
6789         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6790         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6791         copy data from unibyte buffer to multibyte current buffer.
6792         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6793         to copy data from unibyte current buffer to multibyte buffer.
6794         (nntp-make-process-buffer): Make process buffer unibyte.
6795
6796         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6797
6798 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6799
6800         * pop3.el (pop3-open-server): Accept and process data more robustly at
6801         connexion start to avoid spurious "POP SSL connexion failed" errors.
6802
6803 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6806         read group names.
6807
6808 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6811
6812 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6815         (nnmail-save-active): Use a unibyte buffer when saving active file,
6816         which may contain non-ASCII group names.
6817
6818         * nnml.el (nnml-request-group): Decode group names in messages.
6819
6820 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * message.el (message-citation-line-function)
6823         (message-insert-formatted-citation-line): Fix spelling of
6824         `message-insert-formated-citation-line'.
6825
6826 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6829
6830 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6833         nnmail-pathname-coding-system.
6834
6835         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6836         that a user enters; decode group names in messages.
6837
6838         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6839
6840 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6843
6844         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6845
6846         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6847         risky local variable.
6848
6849         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6850
6851 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * encrypt.el: Improve documentation to fix function name typo.
6854         Reported by Daiki Ueno <ueno@unixuser.org>.
6855
6856 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6859         even if the point is not in the last page of an article.
6860         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6861         back to the previous page.
6862
6863 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6866
6867 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6870
6871 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6872
6873         * message.el (message-check-news-body-syntax): Avoid
6874         mm-string-as-multibyte.
6875         (message-hide-headers): Don't assume (point-min)==1.
6876
6877 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * message.el (message-remove-blank-cited-lines): Fix if remove is
6880         given.
6881         (message-bogus-address-regexp): New variable.
6882         (message-bogus-recipient-p): New function.
6883         (message-check-recipients): New command.
6884         (message-syntax-checks): Add `bogus-recipient'.
6885         (message-fix-before-sending): Add `bogus-recipient'.
6886
6887         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6888         (gnus-treat-body-boundary): Don't test window-system.
6889
6890 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6891
6892         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6893
6894 2007-10-28  Miles Bader  <miles@gnu.org>
6895
6896         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6897         at compile-time too.
6898
6899 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * gnus-msg.el (gnus-message-setup-hook): Add
6902         `message-remove-blank-cited-lines' to options.
6903
6904 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * message.el (message-remove-blank-cited-lines): New function.
6907         Suggested by Karl Plästerer.
6908
6909 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6912         mapc.
6913
6914         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6915         (top-level): Use mapc to set functions to be traced for debugging.
6916
6917         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6918         called for effect with while loop.
6919
6920         * message.el (message-talkative-question): Replace mapcar called for
6921         effect with mapc.
6922
6923         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6924         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6925         called for effect with dolist.
6926
6927         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6928
6929         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6930         gnus-extra-headers and nnmail-extra-headers.
6931
6932         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6933         called for effect with dolist.
6934         (top-level): Use mapc to set functions to be traced for debugging.
6935
6936         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6937         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6938         dolist.
6939
6940         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6941         Replace mapcar called for effect with mapc.
6942         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6943         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6944         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6945         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6946
6947         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6948         remove-if that's a cl function.
6949
6950         * webmail.el (webmail-debug): Replace mapcar called for effect with
6951         dolist.
6952
6953         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6954         with mapc.
6955
6956 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6959         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6960         with while loop.
6961
6962         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6963         functions from article-* functions.
6964         (gnus-multi-decode-header): Replace mapcar called for effect with
6965         dolist.
6966
6967         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6968         (gnus-bookmark-show-details): Replace mapcar called for effect with
6969         while loop.
6970
6971         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6972         called for effect with while loop.
6973
6974         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6975         with dolist.
6976
6977         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6978         mapcar called for effect with dolist.
6979
6980         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6981
6982         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6983         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6984         Replace mapcar called for effect with dolist.
6985         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6986         mapc.
6987
6988         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6989         Replace mapcar called for effect with dolist.
6990         (gnus-topic-list): Replace mapcar called for effect with mapc.
6991
6992         * gnus.el: Use mapc instead of mapcar to add autoloads.
6993
6994 2007-10-23  Richard Stallman  <rms@gnu.org>
6995
6996         * gnus-group.el (gnus-group-highlight): Mark as risky.
6997
6998 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus.el (gnus-server-to-method): Return method found first in
7001         gnus-newsrc-alist.
7002
7003         * gnus-art.el (gnus-article-highlight-signature)
7004         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7005         button overlay without the front stickiness.
7006
7007 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7008
7009         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7010         overview buffer needed a catch to receive its throw.
7011         (gnus-agent-flush-cache): Declared as interactive to make this function
7012         easier to use.
7013
7014 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7017         `next-line'.
7018
7019 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7022         exclude address matching message-dont-reply-to-names.
7023
7024 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-util.el (gnus-string<): New function.
7027
7028         * gnus-sum.el (gnus-article-sort-by-author)
7029         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7030
7031 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7034         the frame-focus tag is set in gnus-buffer-configuration.
7035
7036 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7039         the front stickiness.
7040
7041 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7044         url pattern; remove duplicate one.
7045         (gnus-article-extend-url-button): New function.
7046         (gnus-article-add-buttons): Use it.
7047         (gnus-button-push): Use concatenated url that it makes.
7048
7049 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7050
7051         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7052
7053 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7054
7055         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7056         Don't hardcode point-min==1.
7057
7058 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7061         Fix comment about "iso8859-1".
7062
7063 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7064
7065         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7066         ones returned from the verify-function.
7067
7068         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7069         mml2015-extract-cleartext-signature if extraction failed.
7070
7071 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7072
7073         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7074         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7075         failed.
7076
7077 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7080
7081 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7084         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7085         recommends to use EasyPG instead of PGG.
7086
7087         * pgg.el: Revert to revision 6.23.2.16.
7088
7089         * pgg-def.el: Revert to revision 6.6.2.14.
7090
7091         * pgg-gpg.el: Revert to revision 6.23.2.34.
7092
7093 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7094
7095         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7096         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7097         thread for both the null and zero (kill/expire thread) universal prefix
7098         cases.
7099         (gnus-summary-expire-thread): Add new function to expire a thread,
7100         using gnus-summary-kill-thread.
7101         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7102         shortcuts for gnus-summary-expire-thread.
7103         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7104         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7105
7106 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7109         extras value, so an extras entry can be deleted.
7110         (gnus-registry-delete-extra-entry): Use it.
7111         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7112         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7113         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7114         storage through the gnus-registry, and provide an appropriate API for
7115         it.
7116
7117 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7120         Suggested by Leo <sdl.web@gmail.com>.
7121
7122         * gnus.el: Do.
7123
7124 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7127         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7128
7129         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7130
7131         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7132         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7133
7134 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7137         newline.
7138         (nnmbox-request-accept-article): Don't change article in source buffer;
7139         narrow to header to use message-fetch-field rather than
7140         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7141         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7142         as delimiters; make sure article ends with newline.
7143         (nnmbox-delete-mail): Correct last position of article to be deleted;
7144         ignore X-Gnus-Newsgroup header in article body.
7145         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7146         positions; make sure article ends with newline.
7147
7148         * message.el (message-display-abbrev): Don't infloop when a user
7149         inserts SPC in the beginning of header.
7150
7151         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7152         coding-system-for-read and coding-system-for-write for XEmacs having no
7153         file-coding feature.
7154
7155         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7156
7157 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7160         list of groups not followed by default.  Fix type to be regexp.
7161         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7162
7163 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7164
7165         * hmac-def.el (define-hmac-function): Switch from old-style to
7166         new-style backquotes.
7167
7168         * md4.el (md4-make-step): Likewise.
7169
7170 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7173         raw-text coding system when saving .newsrc file, which may contain
7174         non-ASCII group names.
7175
7176 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-cus.el (gnus-score-extra): New widget.
7179         (gnus-score-extra-convert): New function.
7180         (gnus-score-customize): Use it for Extra.
7181
7182 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7183
7184         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7185         (mml2015-mailcrypt-clear-verify): Use it.
7186         (mml2015-gpg-clear-verify): Use it.
7187         (mml2015-pgg-clear-verify): Use it.
7188         (mml2015-epg-clear-verify): Replace the current part with the output
7189         from GnuPG; don't extract the plaintext by itself.
7190
7191         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7192         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7193         mml2015-clear-verify-function; don't touch the armor headers or
7194         dash-escaped text here.
7195
7196 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7199         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7200         parts, or application/octet-stream as a last resort.
7201         (gnus-mime-view-part-as-type): Don't toggle display.
7202         (gnus-mime-view-part-as-charset): Don't turn off display before
7203         querying charset.
7204
7205         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7206         stuff to undisplayer function in Emacs.
7207         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7208
7209         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7210         text/calendar parts.
7211
7212 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7215         decoding text/calendar parts.
7216
7217         * message.el (message-forward-make-body-mime): Always mark body as
7218         having no illegible text; remove signed-or-encrypted argument.
7219         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7220
7221         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7222         (mml-generate-mime-1): Don't encode body if it is specified to be in
7223         raw form; don't make buffer be unibyte when inserting multibyte string.
7224
7225 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7226
7227         * sha1.el: Fix up comment style.
7228         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7229         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7230
7231         * hex-util.el: Fix up comment style.
7232         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7233
7234         * gnus-salt.el: Use with-current-buffer.
7235         (gnus-pick-setup-message): Fix long-standing typo.
7236
7237 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * imap.el (imap-logout-timeout): New variable.
7240         (imap-logout, imap-logout-wait): New functions.
7241         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7242
7243         * nnimap.el (nnimap-logout-timeout): New server variable.
7244         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7245         nnimap-logout-timeout.
7246
7247         * gnus-art.el (gnus-article-summary-command-nosave)
7248         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7249
7250 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * gnus.el (gnus-maximum-newsgroup): New variable.
7253
7254         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7255         according to gnus-maximum-newsgroup.
7256
7257         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7258         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7259         Limit the range of articles according to gnus-maximum-newsgroup.
7260
7261 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7262
7263         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7264         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7265         Don't perform gnus-configure-windows here; reuse existing sticky
7266         article buffer.
7267
7268         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7269         it doesn't exist in gnus-article-mode.
7270
7271 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7274         (gnus-agent-decoded-group-name): New function.
7275         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7276         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7277
7278 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7279
7280         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7281         Add binding for gnus-sticky-article.
7282         (gnus-summary-exit): Don't kill sticky article buffers.
7283
7284         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7285         article buffer.
7286         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7287         (gnus-kill-sticky-article-buffers): New commands.
7288
7289 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * nntp.el (nntp-xref-number-is-evil): New server variable.
7292         (nntp-find-group-and-number): If it is non-nil, don't trust article
7293         numbers in the Xref header.
7294
7295 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-agent.el (gnus-agent-read-group): New function.
7298         (gnus-agent-flush-group, gnus-agent-expire-group)
7299         (gnus-agent-regenerate-group): Use it.
7300         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7301         nnmail-pathname-coding-system.
7302
7303 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7306
7307         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7308         that are unread as unread, and also as selected so that information of
7309         marks having been changed by a user may be updated when exiting group.
7310
7311 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7314         calculated ignoring signature parts to gnus-treat-article.
7315
7316 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7319         a point here in order to keep the window start.
7320         (gnus-insert-mime-security-button): Make a button overlay without the
7321         front stickiness.
7322         (gnus-mime-display-security): Goto the end of a button.
7323
7324         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7325
7326 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7329         group-name-at-point.
7330         (gnus-group-completing-read): New function that offers decoded
7331         non-ASCII group names for completion.
7332         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7333         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7334         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7335         (gnus-group-fetch-control): Use it.
7336         (gnus-fetch-group): Use group-name-at-point for the initial value
7337         rather than the default value; use gnus-alive-p.
7338
7339         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7340         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7341         (gnus-summary-post-news): Use gnus-group-completing-read.
7342
7343         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7344         (gnus-read-move-group-name): Decode group name for completion.
7345
7346 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7349         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7350         Yamaoka slightly modified the code).
7351
7352 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7355         (nnmail-split-incoming): Bind it.
7356
7357         * nnml.el (nnml-group-name-charset): New function.
7358         (nnml-decoded-group-name): Use it; don't decode group name if
7359         nnmail-group-names-not-encoded-p is non-nil.
7360         (nnml-encoded-group-name): New function.
7361         (nnml-group-pathname): Inline nnml-decoded-group-name.
7362         (nnml-request-expire-articles): Decode group name in message.
7363         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7364         nnmail-pathname-coding-system.
7365         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7366         not decoded ones according to nnmail-group-names-not-encoded-p.
7367         (nnml-generate-active-info): Use nnml-encoded-group-name.
7368
7369 2007-08-08  Glenn Morris  <rgm@gnu.org>
7370
7371         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7372         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7373         doc-strings and comments.
7374
7375 2007-07-25  Glenn Morris  <rgm@gnu.org>
7376
7377         * Relicense all FSF files to GPLv3 or later.
7378
7379 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-sum.el (gnus-summary-move-article): Make
7382         gnus-summary-respool-article work.
7383
7384 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7387         string.
7388
7389 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7390
7391         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7392         that should be ignored when comparing distant RSS articles with local
7393         ones.
7394         (nnrss-make-hash-index): New function.  Create a hash index according
7395         to the ignored fields.
7396         (nnrss-check-group): Use it.
7397
7398 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7401
7402         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7403
7404         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7405         the new optional argument ENCODED is non-nil.
7406         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7407         coding system for encoding group name.
7408         (gnus-group-make-rss-group): Pass un-encoded group name to
7409         gnus-group-make-group.
7410         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7411         encoded.
7412
7413         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7414         Encode group name to which articles are moved or copied.
7415         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7416         coding system for encoding Newsgroup, Followup-To and Xref headers.
7417
7418         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7419         marks; use nnheader-file-coding-system to write a file.
7420         (nnagent-retrieve-headers): Bind file-name-coding-system to
7421         nnmail-pathname-coding-system.
7422
7423         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7424
7425         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7426         (nnml-request-article, nnml-request-create-group)
7427         (nnml-request-rename-group, nnml-find-id)
7428         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7429         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7430         (nnml-save-marks): Use nnml-group-pathname instead of
7431         nnmail-group-pathname.
7432
7433         (nnml-request-create-group, nnml-request-expire-articles)
7434         (nnml-request-move-article, nnml-request-delete-group)
7435         (nnml-deletable-article-p, nnml-possibly-create-directory)
7436         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7437         (nnml-open-marks): Bind file-name-coding-system to
7438         nnmail-pathname-coding-system.
7439
7440         (nnml-request-article): Pass server argument to nnml-find-group-number.
7441         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7442         server argument to nnml-possibly-create-directory.
7443         (nnml-request-accept-article): Pass server argument to
7444         nnml-active-number and nnml-save-mail.
7445         (nnml-find-group-number): Pass server argument to nnml-find-id.
7446         (nnml-request-update-info): Pass server argument to
7447         nnml-marks-changed-p.
7448
7449         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7450         (nnml-save-mail, nnml-active-number): Add server argument.
7451
7452         (nnml-request-delete-group): Warn if group is missing.
7453         (nnml-get-nov-buffer): Decode group name.
7454         (nnml-generate-active-info): Encode group name.
7455         (nnml-open-marks): Decode group name in messages.
7456
7457 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7460         if it is not specified.
7461         (gnus-article-pipe-part, gnus-article-save-part)
7462         (gnus-article-interactively-view-part, gnus-article-copy-part)
7463         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7464         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7465         (gnus-article-replace-part, gnus-article-delete-part)
7466         (gnus-article-view-part-as-type): Pass raw prefix argument to
7467         gnus-article-part-wrapper.
7468
7469 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-agent.el (gnus-agent-save-active): Bind
7472         nnheader-file-coding-system to gnus-agent-file-coding-system.
7473
7474         * gnus-cache.el (gnus-cache-save-buffers)
7475         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7476         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7477         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7478         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7479         (gnus-cache-generate-active, gnus-cache-rename-group)
7480         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7481         (gnus-cache-update-overview-total-fetched-for): Bind
7482         file-name-coding-system to nnmail-pathname-coding-system.
7483         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7484         variables.
7485         (gnus-cache-decoded-group-name): New function.
7486         (gnus-cache-file-name): Use it.
7487         (gnus-cache-generate-active): Use non-decoded group name for active.
7488
7489         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7490         right place.
7491         (gnus-write-active-file): Don't break non-ASCII group names.
7492
7493         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7494         nnmail-pathname-coding-system.
7495
7496         * lpath.el: Bind default-file-name-coding-system,
7497         file-name-coding-system and language-info-alist for XEmacs.
7498
7499         * gnus-uu.el (gnus-uu-decode-save): Typo.
7500
7501 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7504
7505 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7508         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7509         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7510         (gnus-agent-flush-group, gnus-agent-flush-cache)
7511         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7512         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7513         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7514         (gnus-agent-regenerate-group)
7515         (gnus-agent-update-files-total-fetched-for)
7516         (gnus-agent-update-view-total-fetched-for): Bind
7517         file-name-coding-system to nnmail-pathname-coding-system.
7518         (gnus-agent-group-pathname): Don't encode file names by
7519         nnmail-pathname-coding-system.
7520         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7521         coding-system-for-write instead of buffer-file-coding-system to
7522         gnus-agent-file-coding-system.
7523
7524         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7525         Decode group name.
7526
7527         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7528
7529         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7530         (gnus-read-newsrc-el-file): Make group names unibyte.
7531
7532         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7533         nnmail-pathname-coding-system.
7534
7535         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7536         (nnrss-request-delete-group): Bind file-name-coding-system to
7537         nnmail-pathname-coding-system.
7538         (nnrss-read-server-data, nnrss-read-group-data): Bind
7539         file-name-coding-system correctly.
7540         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7541
7542         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7543         (nntp-server-to-method-cache): New variable.
7544         (nntp-group-pathname): New function that decodes non-ASCII group names.
7545         (nntp-possibly-create-directory, nntp-marks-changed-p)
7546         (nntp-save-marks, nntp-open-marks): Use it.
7547         (nntp-possibly-create-directory, nntp-open-marks):
7548         Bind file-name-coding-system to nnmail-pathname-coding-system.
7549         (nntp-open-marks): Decode group names when bootstrapping marks.
7550
7551         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7552         Newsgroups and Folowup-To headers.
7553
7554 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7557         (gnus-server-closed-face, gnus-server-denied-face)
7558         (gnus-server-offline-face): Remove variable.
7559         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7560
7561         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7562         of modifying message-stack directly for XEmacs.
7563
7564         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7565         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7566         if the coding-system argument is nil for XEmacs.
7567
7568         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7569         mm-charset-override-alist.
7570
7571         * rfc2047.el: Don't require base64; require rfc2045 for the function
7572         rfc2045-encode-string.
7573         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7574         to quote the parameter value.
7575
7576 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7579         form in gnus-group-name-charset-method-alist.
7580
7581         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7582         overrides the default layout edit-form.
7583
7584         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7585
7586         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7587
7588 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7591         as unfetched articles.
7592
7593 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7596
7597 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7600         original back end that keeps marks in the local system.
7601
7602 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7605         arg of pop-to-buffer for XEmacs.
7606         (gnus-article-read-summary-keys): Ditto; don't restore window
7607         configuration if summary command ends up with neither article buffer
7608         nor summary buffer; describe bindings if summary keys end with C-h.
7609
7610 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * message.el (message-fix-before-sending): Skip raw message part to be
7613         forwarded while checking illegible text.
7614         (message-forward-make-body-mime, message-forward-make-body): Mark
7615         signed or encrypted raw message as having no illegible text.
7616
7617 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7620         (gnus-message-with-timestamp-1): New macro.
7621         (gnus-message-with-timestamp): New function.
7622         (gnus-message): Use them.
7623
7624         * nnheader.el (nnheader-message): Use them.
7625
7626 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7629         .newsrc.eld file.
7630
7631 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-agent.el (gnus-agent-fetch-headers)
7634         (gnus-agent-retrieve-headers): Bind
7635         gnus-decode-encoded-address-function to identity.
7636
7637         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7638         available also when the server returns simply a dot.
7639
7640         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7641
7642 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7645
7646 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-ems.el (gnus-x-splash): Make it work.
7649
7650         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7651         from being used.
7652
7653         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7654
7655 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7658         4th and the 5th arguments.
7659
7660         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7661         the front stickiness.
7662         (gnus-article-summary-command-nosave): Correct the order of the
7663         arguments passed to pop-to-buffer.
7664         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7665         summary command ends up with the article buffer.
7666
7667         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7668         the same faces.
7669
7670 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7671
7672         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7673
7674 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7675
7676         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7677         * gnus-sum.el (gnus-summary-highlight):
7678         * pgg.el (pgg-sign-region, pgg-sign):
7679         * mail-source.el (mail-source-delete-old-incoming-confirm):
7680         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7681
7682 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (gnus-mime-view-part-externally)
7685         (gnus-mime-view-part-internally): Fix predicate function passed to
7686         completing-read.
7687
7688         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7689
7690         * gnus.el (gnus-update-message-archive-method): Add :version.
7691
7692 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus.el (gnus-update-message-archive-method): New variable.
7695
7696         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7697         according to gnus-message-archive-method if
7698         gnus-update-message-archive-method is non-nil.
7699
7700 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7703         by Loic Dachary <loic@dachary.org>.
7704         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7705
7706 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * message.el (message-pop-to-buffer): Add switch-function argument.
7709         (message-mail): Pass switch-function argument to it.
7710
7711 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7714         Improve doc string.
7715
7716 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7719         (gnus-header-content)
7720         * gnus-cite.el (gnus-cite-10)
7721         * gnus-srvr.el (gnus-server-closed)
7722         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7723         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7724         (gnus-group-mail-3-empty, gnus-group-mail-low)
7725         (gnus-group-mail-low-empty, gnus-splash)
7726         * message.el (message-header-to, message-header-cc)
7727         (message-header-subject, message-header-other, message-header-name)
7728         (message-header-xheader, message-separator, message-cited-text)
7729         (message-mml): Lighten colors of faces used for dark background.
7730
7731 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7732
7733         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7734         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7735
7736 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * message.el (message-narrow-to-headers-or-head):
7739         Ignore mail-header-separator in the body.
7740
7741 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7744         same as window size.
7745
7746 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7747
7748         * message.el (message-font-lock-keywords): Use message-header-xheader
7749         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7750         ahead of the anything pattern, to get it recognised.
7751
7752 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7755         spam.el loads uses it in the compiled defadvice form.
7756
7757 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7758
7759         * gnus-sum.el (gnus-articles-to-read)
7760         (gnus-summary-insert-old-articles): Don't truncate group name for
7761         `read-string'.
7762
7763         * gnus-util.el (gnus-limit-string): Delete this function.
7764
7765         * gnus-sum.el (gnus-simplify-subject-fully): Use
7766         `truncate-string-to-width' instead.
7767
7768 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7769
7770         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7771         if, on summary exit, the next group has to be selected.
7772         (gnus-summary-exit): Use it.
7773
7774 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7777         non-break space.
7778
7779 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7782         Check if group is not a directory.
7783         (nnfolder-request-expire-articles): Don't delete articles if the target
7784         group is not available.
7785
7786         * nnml.el (nnml-request-create-group): Properly check if group is not a
7787         file.
7788         (nnml-request-expire-articles): Don't delete articles if the target
7789         group is not available.
7790
7791         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7792         Don't quote characters that are within parentheses.
7793
7794 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7797         (gnus-handle-ephemeral-exit): Select article according to it.
7798
7799 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * message.el (message-insert-formated-citation-line): Remove newline.
7802         (message-citation-line-format): Add final \n here so that the user can
7803         avoid a blank line.
7804
7805 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7806
7807         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7808         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7809         Update lanl/arXiv support.
7810
7811 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus.el: Bump version number.
7814
7815 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus.el (gnus-version-number): Bump version.
7818
7819 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7820
7821         * gnus.el: No Gnus v0.6 is released.
7822
7823 2007-04-27  Didier Verna  <didier@xemacs.org>
7824
7825         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7826         * gmm-utils.el (gmm-regexp-concat): here.
7827         * message.el: Don't require 'gnus-util.
7828         (message-dont-reply-to-names): Handle name change above.
7829         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7830
7831 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7834         since the initial value varies according to the system.
7835
7836 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7839
7840 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7841
7842         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7843
7844 2007-04-24  Didier Verna  <didier@xemacs.org>
7845
7846         Improve the type of gnus-ignored-from-addresses.
7847         * gnus-util.el (gnus-orify-regexp): New function.
7848         * message.el (gnus-util): Require it.
7849         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7850         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7852
7853 2007-04-24  Didier Verna  <didier@xemacs.org>
7854
7855         * gnus-sum.el:
7856         * gnus-utils.el: Fix some trailing whitespaces.
7857
7858 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7861         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7862         article's Message-ID; refer parent article in summary buffer.
7863
7864         * message.el (message-bounce): Call mime-to-mml.
7865
7866         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7867         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7868         optimize and/or forms properly.
7869
7870 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7873         URL.
7874
7875 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7878
7879 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7882         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7883         displayed of multipart/alternative part if it is invoked from summary
7884         buffer.
7885
7886         * mm-view.el (mm-inline-text-html-render-with-w3m)
7887         (mm-inline-text-html-render-with-w3m-standalone)
7888         (mm-inline-render-with-function): Use mail-parse-charset by default.
7889
7890 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7891
7892         * parse-time.el (parse-time-string-chars): Check if CHAR
7893         is less than the length of parse-time-syntax.
7894
7895 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7898         from gnus-newsgroup-processable.
7899
7900 2007-04-16  Didier Verna  <didier@xemacs.org>
7901
7902         * gnus-msg.el (gnus-configure-posting-styles): Handle
7903         message-signature-directory properly with :file syntax.  Reported by
7904         "Leo".
7905
7906 2007-04-11  Didier Verna  <didier@xemacs.org>
7907
7908         New user option: message-signature-directory.
7909         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7910         * message.el (message-insert-signature): Ditto.
7911         * message.el (message-signature-file): Doc update.
7912         * message.el (message-signature-directory): New.
7913
7914 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-msg.el (gnus-inews-yank-articles): Use
7917         message-exchange-point-and-mark instead of exchange-point-and-mark.
7918
7919 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * message.el (message-yank-original): Make sure cited text ends with
7922         newline; don't exchange point and mark.
7923
7924 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7925
7926         * tls.el (open-tls-stream): Properly handle case where there
7927         is no associated buffer.
7928
7929 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7930
7931         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7932         message-yank-original, make sure (< mark TEXT point).
7933
7934 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * message.el (message-fill-column): New variable.
7937         (message-mode): Use it.  Add comment on a possible new hook.
7938
7939         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7940         (nnmail-get-new-mail): Reformat.
7941
7942         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7943
7944         * gmm-utils.el: Fix Commentary.
7945         (gmm-tool-bar-from-list): Fix typo in doc string.
7946
7947 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7948
7949         * message.el (message-yank-original): Don't switch point and mark
7950         unnecessarily to put point and mark as documented.
7951
7952 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7955         from the message heads.
7956
7957 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7958
7959         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7960         article buffer does not have a window.  This may not be the best
7961         solution but is certainly better than setting the start of the null,
7962         that is the current, window.
7963
7964 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7967         (gnus-draft-setup): Run it.
7968
7969         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7970         gnus-score-fast-scoring.  Allow regexp.
7971         (gnus-score-headers): Use it.
7972
7973         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7974         XEmacs.
7975
7976         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7977         string.
7978         (gnus-button-alist): Also catch `<f1> k ...'.
7979         (gnus-treat-display-x-face): Fix doc string.
7980
7981 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7982
7983         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7984         evaluation of gnus-extended-version to ensure correct generation of the
7985         User-Agent header when message-generate-headers-first is used.
7986
7987 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7988
7989         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7990         hashcash-path is nil.  Don't call callback with incorrect number of
7991         parameters if val is 0.
7992
7993 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7994
7995         * message.el (message-required-news-headers):
7996         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7997
7998 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7999
8000         * tls.el (open-tls-stream): In handshake-waiting loop,
8001         don't wait more if there is output available to process.
8002
8003 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8004
8005         * tls.el (tls-program): Doc fix.
8006
8007 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * message.el (message-generate-new-buffers): Change the meaning of the
8010         nil value; add `standard' to the choices; treat t as `unique'; improve
8011         doc string.
8012         (gnus-select-frame-set-input-focus): Autoload.
8013         (message-buffer-name): Search for the existing message buffer if
8014         message-generate-new-buffers is nil or `standard'; treat the value t of
8015         message-generate-new-buffers as `unique'.
8016         (message-pop-to-buffer): Raise the frame already displaying the message
8017         buffer; clear the echo area after querying.
8018         (message-setup): Pass the `continue' argument to compose-mail.
8019         (message-mail): Prefer `switch-function' if it is given; search for the
8020         existing message buffer if the `continue' argument is non-nil; pass
8021         continue and switch-function arguments to compose-mail by way of
8022         message-setup.
8023         (message-mail-other-window): Adjust argument of message-setup.
8024         (message-mail-other-frame): Ditto.
8025
8026 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8029         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8030         to turn font-lock on when turning gnus-message-citation-mode on.
8031
8032 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8033
8034         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8035         (mml-smime-function-alist): New variable; add epg as the backend.
8036         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8037         mml-smime- functions instead.
8038         * mm-view.el: Require smime.
8039
8040 2007-03-05  Didier Verna  <didier@xemacs.org>
8041
8042         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8043         instead of just inheritance for posting styles.
8044         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8045
8046 2007-02-24  Chris Moore  <dooglus@gmail.com>
8047
8048         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8049         * pgg-pgp.el (pgg-pgp-encrypt-region):
8050         * pgg-gpg.el (pgg-gpg-encrypt-region):
8051         Check pgg-encrypt-for-me if no other recipients.
8052
8053 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8054
8055         * tls.el (tls-certtool-program): Fix custom type.
8056
8057 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8060         and point-at-eol instead of line-(beginning|end)-position.
8061
8062         * assistant.el (assistant-parse-buffer): Ditto.
8063
8064         * netrc.el (netrc-parse-services): Ditto.
8065
8066 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8067
8068         * mml2015.el (mml2015-epg-find-usable-key): New function.
8069         (mml2015-epg-sign): Use it.
8070         (mml2015-epg-encrypt): Use it.
8071
8072 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * message.el (message-make-in-reply-to): Quote name containing
8075         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8076         if there are special characters.  Reported by NAKAJI Hiroyuki
8077         <nakaji@jp.freebsd.org>.
8078
8079 2007-02-27  Didier Verna  <didier@xemacs.org>
8080
8081         Include the group parameters as well as the topic ones in the
8082         inheritance filter process.
8083         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8084         argument GROUP-PARAMS-LIST.
8085         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8086
8087 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * nntp.el (nntp-never-echoes-commands)
8090         (nntp-open-connection-functions-never-echo-commands): New variables.
8091         (nntp-send-command): Use them.
8092
8093 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8094
8095         * mml2015.el (mml2015-epg-verify): Simplified.
8096
8097 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * mml.el (mml-content-disposition-alist): New user option.
8100         (mml-content-disposition): New function.
8101         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8102         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8103
8104 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8105
8106         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8107         verification.
8108
8109 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8110
8111         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8112         articles posted in the last 24 hours.
8113
8114 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8115
8116         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8117
8118 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8119
8120         * nntp.el (nntp-send-command): Don't wait for echoes when
8121         nntp-open-ssl-stream is used.
8122
8123 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8126         (gnus-message-add-citation-keywords)
8127         (gnus-message-remove-citation-keywords): Remove.
8128         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8129         directly, make the variables in font-lock-defaults buffer-local, add
8130         gnus-message-citation-keywords to them and then update the value of
8131         font-lock-keywords.
8132
8133 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * message.el (message-cite-original-1): Don't call
8136         gnus-article-highlight-citation.
8137
8138         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8139         citations; fix line count.
8140
8141 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8144         (gnus-message-add-citation-keywords)
8145         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8146         versions of font-lock-add-keywords and font-lock-remove-keywords to
8147         work with XEmacs correctly.
8148
8149 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-cite.el (gnus-cite-face-list): Set the values of
8152         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8153         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8154         (gnus-message-cite-prefix-regexp): New variable.
8155         (gnus-message-search-citation-line): Use it; protect against long
8156         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8157         the 0th match data for Emacs.
8158         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8159         (gnus-message-add-citation-keywords): Append keywords rather than
8160         prepending; emulate font-lock-add-keywords if it is not available.
8161         (gnus-message-remove-citation-keywords): Emulate
8162         font-lock-remove-keywords if it is not available.
8163
8164         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8165
8166         * message.el (message-cite-prefix-regexp): Set the value of
8167         gnus-message-cite-prefix-regexp.
8168
8169 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8170
8171         * nnweb.el (nnweb-google-parse-1): Update parser.
8172
8173 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8174
8175         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8176
8177 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8178
8179         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8180         regexp.
8181
8182 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8185         string-to-multibyte.
8186         (uudecode-decode-region-internal): Use it.
8187
8188         * lpath.el: Fbind string-as-multibyte for XEmacs.
8189
8190 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8193         custom choice.
8194
8195         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8196
8197 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8198
8199         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8200
8201         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8202         `write-region' to respect `mm-inhibit-file-name-handlers'.
8203
8204 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8207         Use gnus-home-directory instead of "~/" or "$HOME".
8208
8209 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8212         to mention filename.
8213         Add comments at beginning regarding usage.
8214         (encrypt-write-file-contents): Change interactive so a string is
8215         acceptable.  If the file has no associated model, show an error instead
8216         of a nonsense prompt.
8217
8218 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8219
8220         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8221         Thanks to Yoshihiko Yamada for kind notification of this typo.
8222
8223 2007-01-12  Kenichi Handa  <handa@m17n.org>
8224
8225         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8226         multibyte buffer.
8227
8228 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus-score.el (gnus-score-fast-scoring): New variable.
8231         (gnus-score-headers): Use it.
8232
8233         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8234
8235         * message.el (message-cite-original-1): Call
8236         gnus-article-highlight-citation if requested.
8237         (message-make-from): Allow name and address as optional arguments.
8238
8239         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8240
8241         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8242         bugs to doc string.
8243         (gnus-button-alist): Add mid\\|message-id.
8244         (gnus-button-fetch-group): Extend for use in
8245         `browse-url-browser-function'.
8246         (gnus-button-url-regexp): Try to catch paired parentheses like in
8247         Wikipedia URLs.
8248
8249         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8250         Suggested by Simon Krahnke <overlord@gmx.li>.
8251
8252 2007-01-13  Romain Francoise  <romain@orebokech.com>
8253
8254         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8255         Update copyright.
8256
8257 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8258
8259         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8260
8261 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * gnus-registry.el (gnus-registry-unfollowed-groups)
8264         (gnus-registry-split-fancy-with-parent): Fix documentation.
8265
8266 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8269         from nnweb groups.
8270
8271 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8274         Xref urls.  Erase buffer before requesting head.
8275
8276 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8279         customizable.
8280
8281 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8282
8283         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8284         no signing key is found.
8285         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8286         no encrypting and/or signing key is found.
8287
8288 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8291
8292 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8293
8294         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8295         headers read from disk with the ones newly found in the current search.
8296         This should no longer cause problems, because the article numbers in
8297         Gmane's `nov.php' output are ignored since the previous change.
8298
8299 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8300
8301         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8302
8303 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8306         replace-regexp-in-string; bind url-version; fbind display-images-p and
8307         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8308         find-face and set-itimer-function for Emacs; bind itimer-list for
8309         Emacs.
8310
8311         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8312
8313 2007-01-01  Romain Francoise  <romain@orebokech.com>
8314
8315         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8316
8317 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8318
8319         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8320         `define-minor-mode' macro definition expanded properly.
8321         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8322         exclude it there.
8323
8324         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8325         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8326         `fboundp' test.
8327         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8328         This is OK to autoload in (S)XEmacs now.
8329
8330 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8333         keystroke.
8334         (gnus-summary-limit-to-singletons): Fix typo.
8335
8336         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8337         else fails.
8338
8339 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8340
8341         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8342         docstring.
8343
8344         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8345         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8346         (gnus-summary-insert-dormant-articles): Fix typo in message.
8347
8348 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8351         nil for XEmacs.
8352         (gnus-message-citation-mode): Don't autoload in XEmacs.
8353
8354         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8355
8356 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8357
8358         * nnimap.el (nnimap-expunge-search-string): Mention
8359         nnimap-search-uids-not-since-is-evil in docstring.
8360
8361 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * spam.el: Revert to make-obsolete-variable because
8364         define-obsolete-variable-alias is not supported in Emacs 21.
8365
8366         * spam.el (spam-ifile-path, spam-ifile-database-path)
8367         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8368         make-obsolete-variable.
8369         (spam-bsfilter-path, spam-bsfilter-program)
8370         (spam-spamassassin-path, spam-spamassassin-program)
8371         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8372         use "path" inappropriately.
8373         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8374         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8375         variable names.
8376
8377 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8378
8379         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8380         summary buffer.
8381
8382         * password.el (password-cache-remove): Use clear-string to burn
8383         password, if available.
8384
8385 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8388
8389         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8390
8391         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8392         (gnus-message-highlight-citation): Move defcustom here from
8393         gnus-cite.el.
8394         (gnus-message-citation-mode): Autoload.
8395
8396         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8397         checks to make it compile with XEmacs.
8398         (gnus-message-citation-mode): New minor mode.
8399         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8400         (gnus-message-highlight-citation): New variables.
8401         (gnus-message-search-citation-line)
8402         (gnus-message-add-citation-keywords)
8403         (gnus-message-remove-citation-keywords)
8404         (turn-on-gnus-message-citation-mode)
8405         (turn-off-gnus-message-citation-mode): New functions.
8406
8407 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8408
8409         * gnus-cite.el: Enable highlighting of different citation levels in
8410         message-mode.
8411
8412 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * message.el (message-make-fqdn): Fix comment.
8415         (message-bogus-system-names): Add ".local".
8416
8417         * spam.el (spam-ifile-path, spam-ifile-program)
8418         (spam-ifile-database-path, spam-ifile-database)
8419         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8420         Don't use "path" inappropriately.
8421         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8422         strings.
8423         (spam-check-ifile, spam-ifile-register-with-ifile)
8424         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8425         new variable names.
8426
8427         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8428         (gnus-treat-display-smileys): Simplify using
8429         gnus-image-type-available-p.
8430
8431         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8432         available.
8433
8434         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8435         `display-images-p' if available.
8436
8437 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8440         one after turning on the buffer's multibyteness instead of decoding
8441         them directly in the unibyte buffer that causes unexpected conversion
8442         in Emacs 23 (unicode).
8443
8444 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8445
8446         * message.el (message-generate-hashcash): Fix custom type.
8447
8448 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8451
8452 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8455         disconnect icons.  Add help text.
8456
8457 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8460         negated to be consistent with the others we handle.
8461
8462 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8465         version of gnus-summary-buffer to something, so that we can use two
8466         article buffers at the same time.
8467
8468 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8469
8470         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8471         trigger all the extra headers.
8472         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8473         sorting.
8474
8475 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8476
8477         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8478         solid groups.
8479
8480 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8481
8482         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8483
8484 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * legacy-gnus-agent.el: Add Copyright notice.
8487
8488 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8489
8490         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8491
8492 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8495
8496         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8497         to make it work reliably in CVS Emacs.
8498         (gnus-summary-limit-strange-charsets-predicate)
8499         (gnus-summary-limit-to-predicate): New functions.
8500
8501 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8502
8503         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8504         specifying array size.
8505         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8506         array if it is too small.
8507         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8508         (gnus-sort-threads-loop): New function.
8509
8510 2006-12-06  Chris Moore  <dooglus@gmail.com>
8511
8512         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8513         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8514
8515 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8516
8517         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8518         options.
8519
8520 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8523         DOS-ing the recipient.
8524
8525         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8526         the headers when creating the mapping to avoid mismappings.
8527         (nnweb-gmane-create-mapping): Always nix out old mapping.
8528
8529 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8532         and mm-verify-option to never.
8533
8534 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * message.el (message-signed-or-encrypted-p): New function.
8537         (message-forward-make-body): Use it.
8538
8539         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8540         Replace encode-coding-string with mm-encode-coding-string.
8541
8542 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * nneething.el (nneething-decode-file-name): Replace
8545         decode-coding-string with mm-decode-coding-string.
8546
8547         * gnus-int.el (gnus-open-server): Say failed server's name.
8548
8549 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8550
8551         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8552         strings to a single string.  Quote `errors-file-name'.
8553         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8554         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8555         Adjust calls.  Use `shell-quote-argument'.
8556
8557 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8558
8559         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8560         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8561
8562         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8563         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8564         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8565         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8566         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8567         (gnus-subscribe-newsgroup, gnus-1):
8568         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8569         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8570         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8571         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8572
8573 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8576         keystroke.
8577         (gnus-summary-limit-to-bodies): Implement headersp.
8578
8579 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8582
8583 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8586
8587 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * message.el (message-generate-hashcash): Expand range of values to
8590         include `opportunistic'.
8591         (message-send-mail): Use it.
8592
8593 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8594
8595         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8596         and comment it.
8597
8598         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8599
8600 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * gnus-util.el (gnus-extract-address-components): Improve comment.
8603
8604 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-util.el (gnus-extract-address-components): Work with address in
8607         which the name portion contains @.
8608
8609         * lpath.el: Fbind custom-autoload.
8610
8611 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * gnus.el (gnus-start): Move custom group up.
8614         (gnus-select-method): Don't autoload, but make it available for
8615         `customize-variable'.
8616         (gnus-getenv-nntpserver): Don't autoload.
8617
8618 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8619
8620         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8621
8622 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * message.el (message-sendmail-extra-arguments): New variable.
8625         (message-send-mail-with-sendmail): Use it.
8626
8627 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8630         mm-with-unibyte-current-buffer to make string unibyte.
8631
8632         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8633         mm-string-as-multibyte.
8634
8635 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8636
8637         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8638         Reported by Werner Koch <wk@gnupg.org>.
8639
8640 2006-11-14  Daiki Ueno  <ueno@p360>
8641
8642         * mml2015.el: Autoload epa-select-keys when compiling.
8643
8644 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8645
8646         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8647         message-options.
8648         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8649
8650 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8651
8652         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8653         EasyPG (< 0.0.6).
8654         (mml2015-always-trust): New user option.
8655         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8656         prompt.
8657
8658 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * nntp.el (nntp-authinfo-force): New variable.
8661         (nntp-send-authinfo): Use it.
8662
8663 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8666         decode encoded words.  Improve prompt.  Add comment about forwarding.
8667         (message-replacement-char): Move up.
8668
8669 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8670
8671         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8672         instead of gnus-intersection because arguments of gnus-sorted-nunion
8673         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8674
8675 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8678         (message-simplify-subject-functions): Enable
8679         message-strip-subject-encoded-words by default.
8680
8681 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * message.el (message-strip-subject-encoded-words): New function.
8684         (message-simplify-subject-functions): New variable.
8685         (message-simplify-subject): Use it.  Fix typo in doc string.
8686         Support message-strip-subject-encoded-words.
8687
8688 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8689
8690         * gnus-diary.el (gnus-diary-delay-format-function):
8691         * nndiary.el (nndiary-reminders):
8692         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8693
8694 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-art.el (article-hide-boring-headers): Fetch date from
8697         gnus-original-article-buffer to avoid problems with localized date
8698         strings.
8699
8700 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8703
8704 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8707         New variables.
8708         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8709         (mm-charset-synonym-alist): Move some entries to
8710         mm-codepage-iso-8859-list.
8711         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8712         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8713
8714 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8717
8718 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8721         with Emacs 21 and XEmacs.
8722
8723 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8724
8725         * spam.el (spam-parse-address): New function for better parsing,
8726         catching errors, etc.
8727         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8728
8729 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * mm-view.el: Add interactive arg to html2text autoload.
8732
8733 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8736
8737 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8740         variables.
8741         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8742         (mm-charset-synonym-alist): Move some entries to
8743         mm-codepage-iso-8859-list.
8744
8745         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8746
8747 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * message.el (message-citation-line-format)
8750         (message-insert-formated-citation-line): Fix implementation of %E, %N
8751         and %n according to the doc string.
8752
8753 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8754
8755         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8756         car-safe to avoid bad parses.
8757
8758 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8761         names.
8762
8763         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8764
8765 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8768         header.
8769
8770         * message.el (message-draft-headers): Add Date.
8771         (message-headers-to-generate): Fix typo in docstring.
8772
8773         * nndraft.el (nndraft-required-headers): New variable.
8774         (nndraft-generate-headers): Use it.
8775
8776         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8777
8778 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8779
8780         * gnus-registry.el (gnus-registry-wash-for-keywords)
8781         (gnus-registry-find-keywords): New functions to allow easy searching of
8782         articles that are in the registry.
8783
8784 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8785
8786         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8787         ietf-drums-parse-address instead of gnus-extract-address-components.
8788         Reported by Damien Elmes <damien@repose.cx>.
8789
8790 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus.el (gnus-mime): Remove unused custom group.
8793
8794 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8795
8796         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8797         "blank line" when searching for end of armor headers.
8798
8799 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gmm-utils.el (gmm-write-region): Fix variable name.
8802
8803 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gmm-utils.el (gmm-write-region): New function based on compatibility
8806         code from `mm-make-temp-file'.
8807
8808         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8809
8810         * nnmaildir.el (nnmaildir--update-nov)
8811         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8812         Use `gmm-write-region'.
8813
8814 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8817         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8818
8819         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8820
8821         * message.el (message-replacement-char): New variable.
8822         (message-fix-before-sending): Use it.
8823         (message-simplify-subject): New function to remove duplicate code.
8824         (message-reply, message-followup): Use it.
8825
8826         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8827         gnus-summary-limit-to-articles.
8828
8829 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-util.el (gnus-with-local-quit): New macro.
8832
8833         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8834
8835 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8838         ignore non-string data.
8839
8840 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8843         non-string data (needs to be done in the registry too).
8844
8845 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8848         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8849         (gnus-registry-split-fancy-with-parent)
8850         (gnus-registry-fetch-simplified-message-subject-fast)
8851         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8852         Remove text properties on ingress into the registry and when it's saved.
8853         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8854         registry from entries with no groups.
8855
8856 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8857
8858         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8859         function to remove string properties.
8860
8861 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gmm-utils.el (gmm): Adjust custom version.
8864
8865         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8866         custom version.
8867
8868         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8869
8870 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-art.el (gnus-insert-prev-page-button)
8873         (gnus-insert-next-page-button): Simplify.  Reformat.
8874
8875 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8876
8877         * gnus-art.el (gnus-insert-prev-page-button)
8878         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8879
8880 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8881
8882         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8883
8884 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8885
8886         * gnus-art.el (gnus-insert-mime-button)
8887         (gnus-insert-mime-security-button):
8888         Apply gnus-article-button-face to MIME and security buttons.
8889
8890 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8893         readable.
8894
8895 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8898
8899 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8900
8901         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8902         `browse-url-of-file' instead of `browse-url'.
8903
8904 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8907         regexp.  Articles containing quotation were cut prematurely.
8908
8909 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * message.el (message-cite-original-1): Use nobody by default for the
8912         value of From header.
8913         (message-reply): Ditto.
8914
8915 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8916
8917         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8918         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8919         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8920
8921 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8924         mails in the doc string.  Add some URLs in comment.
8925         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8926
8927 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8930         backslashes handling and the way to find boundaries of quoted strings.
8931
8932 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8933
8934         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8935         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8936         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8937         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8938
8939 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8942         doc string.
8943         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8944
8945 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * lpath.el: Fbind epg-check-configuration.
8948
8949 2006-09-06  Simon Josefsson  <jas@extundo.com>
8950
8951         * mml2015.el (mml2015-use): Doc fix, mention epg.
8952
8953 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8954
8955         * mml2015.el (mml2015-use): Default to epg, if available.
8956
8957 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8958
8959         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8960         message-sender.
8961         (mml1991-epg-encrypt): Ditto.
8962         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8963         message-sender.
8964         (mml2015-epg-encrypt): Ditto.
8965
8966 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8967
8968         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8969         several common directories.
8970
8971 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8972
8973         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8974         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8975
8976 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-art.el (article-decode-encoded-words): Make it fast.
8979
8980 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8983
8984         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8985         in quoted string into `\'.
8986
8987 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8990         Use standard-syntax-table.
8991
8992 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-art.el (gnus-decode-address-function): New variable.
8995         (article-decode-encoded-words): Use it to decode headers which are
8996         assumed to contain addresses.
8997         (gnus-mime-delete-part): Remove useless `or'.
8998
8999         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9000         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9001         (gnus-nov-parse-line): Use it to decode From header.
9002         (gnus-get-newsgroup-headers): Ditto.
9003         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9004
9005         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9006         (mail-decode-encoded-address-string): New alias.
9007
9008         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9009         New function.
9010         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9011         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9012         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9013         (rfc2047-decode-string): Ditto.
9014         (rfc2047-decode-address-region): New function.
9015         (rfc2047-decode-address-string): New function.
9016
9017 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * message.el (message-caesar-buffer-body): Allow rotating headers.
9020
9021         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9022
9023         * message.el (message-insert-formated-citation-line): Fix %f.
9024         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9025
9026 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9029         (gnus-bookmark-mouse-available-p): New macro.
9030         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9031         (gnus-bookmark-bmenu-show-infos): Use it.
9032         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9033         (gnus-bookmark-bmenu-hide-infos): Ditto.
9034         (gnus-bookmark-remove-properties): New function.
9035         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9036         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9037         (gnus-bookmark-write-file): Bind coding-system-for-write.
9038         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9039         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9040         group before selecting it.
9041         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9042         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9043         quit-window if it is not available; use gnus-mouse-2 and bind it to
9044         gnus-bookmark-bmenu-select-by-mouse.
9045         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9046         (gnus-bookmark-bmenu-select-by-mouse): New function.
9047
9048 2006-08-13  Romain Francoise  <romain@orebokech.com>
9049
9050         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9051         space.
9052
9053 2006-08-10  Romain Francoise  <romain@orebokech.com>
9054
9055         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9056         (dns-mode-soa-auto-increment-serial): New user option.
9057         (dns-mode-soa-maybe-increment-serial): New function.
9058         (dns-mode): Add the latter to `write-contents-functions'.
9059
9060 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * compface.el (uncompface): Use binary rather than raw-text-unix.
9063
9064 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * compface.el (uncompface): Make sure the eol conversion doesn't take
9067         place when communicating with the external programs.  Reported by
9068         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9069
9070 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9073
9074 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9075
9076         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9077         Make it more robust by parsing author and date independently.
9078
9079 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9082
9083 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9084
9085         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9086         first matching secret key.
9087         (mml2015-epg-encrypt): Ditto.
9088
9089         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9090         first matching secret key.
9091         (mml1991-epg-encrypt): Ditto.
9092
9093         * mml2015.el (mml2015-encrypt-to-self): New user option.
9094         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9095         mml2015-epg-encrypt-to-self is set.
9096
9097         * mml1991.el (mml1991-encrypt-to-self): New variable.
9098         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9099         mml1991-epg-encrypt-to-self is set.
9100
9101         * mml2015.el (mml2015-signers): New user option.
9102         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9103         (mml2015-epg-encrypt): Allow to select signing keys.
9104
9105         * mml1991.el (mml1991-signers): New variable.
9106         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9107         (mml1991-epg-encrypt): Allow to select signing keys.
9108
9109 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * nnheader.el (nnheader-insert-head): Make it work even if the file
9112         uses CRLF for the line-break code.
9113
9114 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9115
9116         * mml2015.el: Require mml-sec instead of password.
9117         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9118         (mml2015-cache-passphrase): Inherit the default value from
9119         mml-secure-cache-passphrase.
9120         (mml2015-passphrase-cache-expiry): Inherit the default value from
9121         mml-secure-passphrase-cache-expiry.
9122
9123         * mml1991.el: Require mml-sec instead of password.
9124         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9125         (mml1991-cache-passphrase): Inherit the default value from
9126         mml-secure-cache-passphrase.
9127         (mml1991-passphrase-cache-expiry): Inherit the default value from
9128         mml-secure-passphrase-cache-expiry.
9129
9130         * mml-sec.el: Require password.
9131         (mml-secure-verbose): New user option.
9132         (mml-secure-cache-passphrase): New user option.
9133         (mml-secure-passphrase-cache-expiry): New user option.
9134
9135 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9136
9137         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9138         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9139         andreas@altroot.de (Andreas Vögele).
9140
9141         FIXME: Use `tiny change'?
9142
9143 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9146         workaround for the url package included with Emacs.
9147
9148         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9149
9150 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9153         correctly.  This fixes a bug caused by the 2006-05-12 change.
9154
9155 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9156
9157         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9158         some information about the error when saying that the `bogus' mail
9159         group will be used.
9160
9161 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9164         string.
9165
9166 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9167
9168         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9169
9170 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9171
9172         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9173
9174 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9175
9176         * mml1991.el (mml1991-function-alist): Add epg.
9177         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9178         (mml1991-epg-encrypt): New functions.
9179
9180 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9181
9182         * mml2015.el (mml2015-verbose): New variable.
9183         (mml2015-cache-passphrase): Ditto.
9184         (mml2015-passphrase-cache-expiry): Ditto.
9185         (mml2015-function-alist): Add epg.
9186         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9187         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9188         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9189         functions.
9190
9191 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9192
9193         * message.el (message-cite-original-1): Preserve region when removing
9194         quoted text due to X-No-Archive in order to avoid bogus attribution
9195         when citing multiple messages.
9196
9197 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9198
9199         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9200         Kenneth Jacker <khj@be.cs.appstate.edu>.
9201
9202 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * gnus-diary.el (gnus-user-format-function-d)
9205         (gnus-user-format-function-D): Autoload.
9206
9207         * imap.el (Commentary): Fix typo.
9208
9209         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9210         2006-04-22 contribution.
9211
9212 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9213
9214         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9215         It didn't really fix the bogosity I'm seeing with solid web groups.
9216
9217 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9218
9219         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9220         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9221         created using server names.  If we use the feature without declaring
9222         it, Gnus does not properly manage server and group state.
9223
9224         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9225         bound.
9226
9227 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9228
9229         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9230         looking up the method using GROUP's prefix before inventing a new one.
9231         It is used on killed/unknown groups in various places where returning
9232         an all-new method isn't expected by the caller.
9233
9234         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9235         and match semantics of gnus-group-real-prefix.
9236
9237 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * nnmail.el (nnmail-broken-references-mailers): New variable.
9240         (nnmail-ignore-broken-references): New function generalizing
9241         nnmail-fix-eudora-headers.
9242         (nnmail-fix-eudora-headers): Now obsolete.
9243
9244         * gnus-art.el (gnus-button-handle-custom): Support
9245         `customize-apropos*'.
9246
9247 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9250
9251         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9252         articles.
9253
9254 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * message.el (message-cite-reply-above): New variable.
9257         (message-yank-original): Use it.
9258
9259 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9262
9263 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9266         as read.
9267
9268         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9269
9270 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9273         (gnus-bookmark-default-file): Use gnus-directory.
9274         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9275         Remove "*" in doc string.
9276         (gnus-bookmark-write-file): Simplify.
9277         (gnus-bookmark-maybe-sort-alist): Use `when'.
9278         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9279         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9280         FIXME about Emacs 21 and XEmacs compatibility.
9281         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9282         compatibility.
9283         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9284         compatibility.
9285         (gnus-bookmark-menu-heading): Fix version.
9286
9287 2006-06-19  Bastien Guerry  <bzg@altern.org>
9288
9289         * gnus-bookmark.el: New file.
9290
9291 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * message.el (message-syntax-checks): Doc fix.
9294
9295 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9296
9297         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9298         unsubscribed groups as if they were killed ones.  It causes duplicate
9299         entries in gnus-newsrc-alist.
9300
9301 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * message.el (message-syntax-checks): Doc fix.
9304         (message-send-mail): Add check for continuation headers.
9305         (message-check-news-header-syntax): Fix regexp used to check for
9306         continuation headers.
9307
9308 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9311
9312 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9315
9316 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9319         default-truncate-lines.
9320
9321 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9324         to fill the utf-8 entry.
9325
9326         * lpath.el: Fbind unicode-precedence-list.
9327
9328 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9329
9330         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9331
9332 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9333
9334         * gnus-agent.el (directory-files-and-attributes): Move all the way
9335         forward (the third and final move).
9336         (gnus-agent-read-agentview): Trap reconstruction errors due to
9337         nonexistant directory.  Handle by returning nil.
9338
9339 2006-05-30  Didier Verna  <didier@xemacs.org>
9340
9341         * message.el (message-dont-reply-to-names): Update the custom type.
9342         * message.el (message-dont-reply-to-names): New defsubst: potentially
9343         convert a list of regexps into a single one.
9344         * message.el (message-get-reply-headers): Use it.
9345         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9346
9347 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-agent.el (directory-files-and-attributes): Move forward.
9350
9351 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-ml.el (gnus-mailing-list-subscribe)
9354         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9355         (gnus-mailing-list-message): Fix doc strings.
9356
9357 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9358
9359         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9360         of doing it manually.
9361
9362 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9365         comment.
9366
9367 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9368
9369         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9370         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9371         (gnus-agent-read-local): All symbols allocated in my-obarray.
9372         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9373         (gnus-agent-regenerate-group): Check numeric names to see if they are
9374         messages or groups.
9375         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9376         better way of do this...)
9377
9378         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9379         'dummy.group' (there should be a better way of do this...)
9380
9381 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9384         (gnus-saved-headers): Ditto.
9385         (gnus-default-article-saver): Mention functions may have properties.
9386         (gnus-article-save): Override gnus-save-all-headers and
9387         gnus-saved-headers by :headers property which saver function may have.
9388         (gnus-summary-save-in-file): Add :headers property.
9389         (gnus-summary-write-to-file): Ditto.
9390
9391         * gnus-sum.el (gnus-summary-save-article): Bind
9392         gnus-prompt-before-saving to t when saving many articles in a file;
9393         always show all headers.
9394
9395         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9396
9397 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9400         marks.
9401
9402         * message.el (message-indent-citation): Add optional arguments to allow
9403         using it outside of message buffers.
9404
9405         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9406         (gnus-article-treat-unfold-headers): Use it.
9407         (gnus-article-truncate-lines): New variable.
9408         (gnus-article-mode): Use it.
9409         (gnus-article-toggle-truncate-lines): New function.
9410
9411         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9412         gnus-article-toggle-truncate-lines.
9413
9414         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9415         coding system in XEmacs, use binary.
9416
9417 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9420         after-load-alist.
9421
9422         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9423         this function should save decoded articles.
9424         (gnus-summary-write-to-file): Use property to specify this function
9425         should save decoded articles and specify gnus-summary-save-in-file
9426         should be used to save articles other than the first one when saving
9427         many articles.
9428         (gnus-summary-save-body-in-file): Use property to specify this
9429         function should save decoded articles.
9430         (gnus-summary-write-body-to-file): Use property to specify this
9431         function should save decoded articles and specify
9432         gnus-summary-save-body-in-file should be used to save articles other
9433         than the first one when saving many articles.
9434
9435         * gnus-sum.el (gnus-summary-save-article): Simplify.
9436
9437 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-art.el (gnus-default-article-saver): Add
9440         gnus-summary-write-body-to-file.
9441         (gnus-article-save-coding-system): Don't use coding system object
9442         in XEmacs.
9443         (gnus-read-save-file-name): Add optional `dir-var' argument which
9444         specifies directory in which files are saved; work even if optional
9445         `variable' argument is not specified.
9446         (gnus-summary-write-to-file): Read file name.
9447         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9448         (gnus-summary-write-body-to-file): New function.
9449
9450         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9451         (gnus-summary-local-variables): Add it.
9452         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9453         (gnus-summary-save-article): Remove optional `decode' argument;
9454         determine whether to decode articles by the value of
9455         gnus-default-article-saver; when saving many files using
9456         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9457         it first and use gnus-summary-save-in-file or
9458         gnus-summary-save-body-in-file thereafter unless
9459         gnus-prompt-before-saving is always; move point to article which
9460         will be saved.
9461         (gnus-summary-save-article-file): Revert.
9462         (gnus-summary-write-article-file): Revert.
9463         (gnus-summary-save-article-body-file): Revert.
9464         (gnus-summary-write-article-body-file): New function.
9465
9466 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-art.el (gnus-default-article-saver): Doc fix.
9469         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9470         from gnus-summary-save-article-coding-system, and default to a
9471         certain coding system.
9472         (gnus-output-to-file): Add coding cookie and encode text according
9473         to gnus-article-save-coding-system; don't use mm-append-to-file.
9474
9475         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9476         gnus-art.el and rename to gnus-article-save-coding-system.
9477         (gnus-summary-save-article): Require gnus-art; don't show all
9478         headers if it decodes articles; don't add coding cookie here;
9479         don't bind mm-text-coding-system-for-write.
9480         (gnus-summary-save-article-file): Save decoded articles.
9481         (gnus-summary-write-article-file): When saving many files, use
9482         gnus-summary-write-to-file first and gnus-summary-save-in-file
9483         thereafter unless gnus-prompt-before-saving is always.
9484         (gnus-summary-save-article-body-file): Save decoded articles.
9485
9486         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9487
9488 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * nnrss.el (nnrss-check-group): Bind hash-index.
9491
9492 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9493
9494         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9495         its hash index.  Store this hash in `nnrss-group-data'.
9496         (nnrss-read-group-data): Update accordingly.
9497
9498 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9501         entry.
9502
9503         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9504         gnus-article-browse-html-article.
9505
9506 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9507
9508         * gnus-sum.el (gnus-summary-mime-map): Add
9509         gnus-article-browse-html-article.
9510
9511         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9512
9513 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9516         suitable coding systems in customize.
9517
9518 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * mail-source.el (mail-sources): Fix custom type.
9521
9522 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9525         (gnus-summary-expire-articles-now): Shorten prompt.
9526
9527         * gmm-utils.el (wid-edit): Require.
9528         (defun-gmm): Renamed from `gmm-defun-compat'.
9529         (gmm-image-search-load-path): Use it.
9530         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9531
9532 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9535         variable.
9536         (gnus-summary-save-article): Add optional `decode' argument.  If
9537         it is set and gnus-summary-save-article-coding-system is non-nil,
9538         save decoded article.
9539         (gnus-summary-write-article-file): Save decoded article if
9540         gnus-summary-save-article-coding-system is non-nil.
9541
9542         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9543         type.
9544
9545 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9548
9549 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9552         first to test gnus-single-article-buffer which may be buffer-local.
9553
9554         * gnus-sum.el (gnus-summary-setup-buffer): Make
9555         gnus-single-article-buffer buffer-local and nil in ephemeral
9556         group; make gnus-article-buffer, gnus-article-current, and
9557         gnus-original-article-buffer always buffer-local.
9558         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9559         group.
9560         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9561
9562 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * nnml.el (nnml-request-compact-group): Compressed files might not
9565         have .gz extension.
9566
9567 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9568
9569         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9570         (mm-copy-to-buffer): Use with-current-buffer.
9571         (mm-display-part): Simplify.
9572         (mm-inlinable-p): Add optional arg `type'.
9573
9574 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9575
9576         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9577         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9578         Try harder to show the attachment internally or externally using
9579         gnus-mime-view-part-as-type.
9580
9581 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * message.el (message-from-style, message-signature-separator)
9584         (message-user-organization-file, message-send-mail-function)
9585         (message-citation-line-function, message-yank-prefix)
9586         (message-indent-citation-function, message-signature)
9587         (message-signature-file, message-signature-insert-empty-line):
9588         Remove autoloads.
9589
9590         * gnus-art.el (gnus-buttonized-mime-types): Remove
9591         "multipart/signed".  Revert 2006-04-26 change.
9592
9593 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus.el (gnus-version-number): Bump version.
9596
9597 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9598
9599         * gnus.el: No Gnus v0.5 is released.
9600
9601 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9602
9603         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9604         fetching articles by message-id.
9605
9606 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * message.el (hashcash): Require hashcash as normal.
9609
9610         * ecomplete.el (ecomplete-highlight-match-line): Use
9611         point-at-eol.
9612         (ecomplete-highlight-match-line): Use `highlight', because that
9613         face exists in both Emacs and XEmacs.
9614
9615         * message.el (message-display-abbrev): Use point-at-bol.
9616
9617         * mail-source.el: Don't require timer/timer-funcs.
9618
9619         * gnus-async.el: Ditto.
9620
9621         * password.el: Ditto.
9622
9623         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9624
9625         * mm-url.el: Ditto.
9626
9627         * gnus-xmas.el: Don't require timer-funcs.
9628
9629         * mm-util.el: Require timer/timer-funcs.
9630
9631 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9632
9633         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9634         Close.
9635
9636 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9639         unibyte after clear-decrypt function runs.
9640
9641         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9642         returns as a unibyte string.
9643
9644 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * lpath.el: Revert.
9647
9648         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9649         (pgg-gpg-process-sentinel): Revert.
9650
9651         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9652         (pgg-pgp-lookup-key): Revert.
9653
9654         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9655         (pgg-pgp5-lookup-key): Revert.
9656
9657         * pgg.el (pgg-fetch-key): Revert.
9658
9659 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * lpath.el: Fbind string-as-multibyte for XEmacs.
9662
9663         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9664         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9665         (mml1991-pgg-encrypt): Ditto.
9666
9667         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9668         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9669         a multibyte buffer.
9670
9671         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9672         (pgg-pgp-lookup-key): Ditto.
9673
9674         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9675         (pgg-pgp5-lookup-key): Ditto.
9676
9677         * pgg.el (pgg-fetch-key): Ditto.
9678
9679 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * message.el (message-user-organization-file): Check several
9682         locations of the organization file.
9683
9684         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9685         Add gnus-article-view-part-as-type.
9686
9687         * gnus-art.el (gnus-article-view-part-as-type): New function.
9688
9689         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9690         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9691
9692         * mml.el: Simplify autoload.
9693         (mml-mode): defvar dnd-protocol-alist instead of using
9694         symbol-value.
9695         (mml-default-directory): New variable.
9696         (mml-minibuffer-read-file): Use it.
9697         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9698
9699         * message.el (message-citation-line-format): New variable.
9700         (message-insert-formated-citation-line): New function.
9701         (message-citation-line-function): Add
9702         `message-insert-formated-citation-line' to custom type.
9703
9704         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9705         to doc string.
9706
9707         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9708         depending on mm-verify-option.
9709
9710 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9713         binding pgg-* variables; reimplement the section which prevents
9714         MIME header from being signed.
9715         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9716         pgg-text-mode; remove a blank line at the top of body.
9717
9718         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9719         lines at the top of body; use gnus-newsgroup-charset if there's no
9720         Charset header.
9721
9722 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * message.el (message-self-insert-commands): Doc fix.
9725
9726         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9727         (mm-uu-pgp-encrypted-test): Ditto.
9728         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9729         between header and body; return application/pgp-encrypted handle
9730         if decryption failed; decode decrypted body by charset.
9731
9732         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9733         element match to application/pgp-*.
9734
9735 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9736
9737         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9738         HTML.
9739
9740 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * mail-source.el (mail-source-call-script): Message the error
9743         string.
9744
9745 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9746
9747         * gnus-util.el (gnus-byte-compile): Use it.
9748
9749 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9750
9751         * gnus-util.el (kill-empty-logs): New function.
9752
9753 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * message.el (message-mail-alias-type): Doc fix.
9756         (message-mail-alias-type-p): New function.
9757         (message-send): Use it.
9758         (message-mode): Ditto.
9759         (message-strip-forbidden-properties): Ditto.
9760
9761         * ecomplete.el (ecomplete-database-file-coding-system): New
9762         variable.
9763         (ecomplete-save): Use it.
9764         (ecomplete-setup): Use it.
9765
9766 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * message.el (message-self-insert-commands): New variable.
9769         (message-strip-forbidden-properties): Use it.
9770
9771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9774         that doesn't make XEmacs choke.
9775
9776 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-util.el (gnus-replace-in-string):
9779         Prefer replace-regexp-in-string over of replace-in-string.
9780
9781 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-util.el (gnus-select-frame-set-input-focus):
9784         Use select-frame-set-input-focus if it is available in XEmacs; use
9785         definition defined in Emacs 22 for old Emacsen.
9786
9787         * dgnushack.el: Autoload unmorse-region for XEmacs.
9788
9789         * lpath.el: Bind cursor-in-non-selected-windows and
9790         select-frame-set-input-focus for XEmacs.
9791
9792 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9795
9796 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9797
9798         * gnus-registry.el (gnus-registry-cache-save): Remove text
9799         properties when saving via the temp buffer.
9800
9801 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * message.el (message-generate-hashcash): Honor custom type.
9804
9805 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * message.el (message-generate-hashcash): Default to non-nil when
9808         hashcash is found.
9809
9810         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9811         (gnus-refer-thread-limit): Increase default to 500.
9812
9813         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9814
9815         * flow-fill.el (fill-flowed): Allow delete-space.
9816
9817 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9820         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9821         Remove autoloads.
9822
9823 2006-04-18  Simon Josefsson  <jas@extundo.com>
9824
9825         * message.el (message-generate-hashcash): Default to.
9826
9827 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9830         concatenating segments rather than before concatenating them.
9831
9832 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9835
9836 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9839
9840         * message.el (message-forward-make-body-plain): Allow
9841         message-forward-ignored-headers to be a list.
9842         (message-remove-ignored-headers): Factor out into function.
9843         (message-forward-make-body-mml): Use it.
9844
9845         * imap.el (imap-quote-specials): New function.
9846         (imap-login-auth): Quote specials.
9847
9848         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9849         (rfc2231-parse-string): Allow concatanation of parameters that
9850         aren't contiguous.  The test case is
9851           (mail-header-parse-content-type "message/external-body;
9852             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9853             access-type=LOCAL-FILE;
9854             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9855
9856 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9857
9858         * nntp.el (nntp-accept-process-output): Return the value of
9859         `nnheader-accept-process-output'.
9860
9861 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9864         (gnus-button-alist): Recognize more diff formats.
9865         (gnus-button-patch): Strip directory.
9866
9867 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9870         Emacs 22 when setting focus.
9871
9872 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * gnus-art.el (gnus-article-treat-types): Do treatment of
9875         text/x-verbatim parts.
9876         (gnus-button-patch): New command.
9877
9878         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9879         addresses that contain invalid characters.
9880
9881 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * message.el (message-put-addresses-in-ecomplete): Use
9884         gnus-replace-in-string.
9885         (message-is-yours-p): Use the more correct
9886         mail-header-parse-address instead of
9887         mail-extract-address-components.
9888         (message-put-addresses-in-ecomplete): Fix typo.
9889
9890         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9891         keystroke.
9892
9893         * gnus-art.el (gnus-treatment-function-alist): Change order of
9894         newsgroups/generic header folding to avoid double-folding.
9895
9896         * message.el (message-hidden-headers): Add X-Draft-From.
9897
9898         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9899         command.
9900         (gnus-summary-repeat-search-article-backward): New command.
9901
9902         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9903         groups in the parent topic.
9904
9905 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9906
9907         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9908         (spam-extra-header-to-number): Return the CRM114 number as a
9909         number instead of a string.
9910
9911 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * gnus-art.el (gnus-face-properties-alist): Moved here from
9914         gnus-fun.
9915
9916         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9917
9918 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9919
9920         * message.el (message-strip-forbidden-properties): Only display on
9921         self-insert-command.
9922
9923         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9924         reindent.
9925         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9926
9927 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9928
9929         * smiley.el (smiley-style): Fix typo.
9930
9931 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * hashcash.el (hashcash-insert-payment-async-2): Use
9934         message-goto-eoh instead of doing it manually.
9935         (mail-add-payment): Use message-narrow-to-header instead of trying
9936         to do the same itself.
9937
9938         * message.el (message-hidden-headers): Add Face.
9939
9940         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9941         reparenting code.
9942         (gnus-summary-reparent-children): Refactored out code.
9943         (gnus-summary-thread-map): New keystroke.
9944         (gnus-summary-reparent-children): Make into command.
9945
9946         * smiley.el (smiley-style): Default to `medium' if using a large
9947         font.
9948
9949         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9950         does it itself.
9951
9952         * message.el (message-point-in-header-p): Simplify definition.
9953
9954 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9955
9956         * nnagent.el (nnagent-request-set-mark): Silence log file
9957         writing.
9958         (nnagent-request-set-mark): Use write-region instead of
9959         append-to-file.
9960
9961         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9962         strange select method.
9963
9964         * ecomplete.el (ecomplete-display-matches): Get highlightling
9965         right.
9966         (ecomplete-display-matches): Use literals.
9967         (ecomplete-display-matches): Disable message logging.
9968
9969         * message.el (message-display-abbrev): Small optimization.
9970
9971         * ecomplete.el (ecomplete-display-matches): Allow automatic
9972         display.
9973
9974         * message.el (message-strip-forbidden-properties): Display
9975         abbrevs.
9976         (message-display-abbrev): Get automatic display right.
9977
9978         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9979         keystrokes.
9980
9981 2006-04-13  Romain Francoise  <romain@orebokech.com>
9982
9983         TODO: Backport to v5-10!
9984
9985         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9986         Moved here (and renamed) from gnus-registry.el.
9987
9988         * gnus-registry.el: Require gnus-util.
9989         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9990
9991 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * gnus-group.el (gnus-group-catchup-current): Change
9994         if-then-else-if-then-else into cond.
9995         (gnus-group-catchup): Indent.
9996         (group-name-at-point): New function.
9997         (gnus-fetch-group): Provide default from thing at point.
9998
9999 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * message.el (message-display-abbrev): Fix regexp.
10002
10003         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10004         choosing.
10005         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10006         dead variables.
10007
10008         * message.el (message-newline-and-indent): Remove debugging.
10009         (message-display-abbrev): Use new implementation.
10010
10011 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * gnus-art.el (gnus-article-mode): Set
10014         cursor-in-non-selected-windows to nil.
10015
10016         * smiley.el: Revert previous change.
10017         (smiley-data-directory): defvar it before using it in the
10018         defcustom of `smiley-style'.
10019
10020 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * message.el (message-newline-and-indent): New function.
10023
10024         * ecomplete.el: Implement more bits.
10025
10026         * message.el (message-put-addresses-in-ecomplete): Clean up the
10027         string.
10028
10029         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10030
10031         * gnus-sum.el (gnus-summary-save-parts): Bind
10032         gnus-summary-save-parts-counter and use it to make unique file
10033         names.
10034
10035         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10036
10037         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10038         parameter to say whether to actually parse the individual
10039         addresses.
10040
10041         * message.el (message-put-addresses-in-ecomplete): New function.
10042         (ecomplete): Require.
10043         (message-mail-alias-type): Add ecomplete as an option.
10044
10045 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10046
10047         * flow-fill.el (fill-flowed): Remove trailing space from blank
10048         quoted lines.
10049
10050 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051
10052         * smiley.el (smiley-style): Move definition later to avoid a
10053         compilation warning.
10054
10055 2006-04-12  Kenichi Handa  <handa@m17n.org>
10056
10057         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10058         buffer and then decode the buffer text if necessary.
10059         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10060         first, and after mm-encode-body, change the buffer to unibyte.
10061         Use mm-disable-multibyte instead of set-buffer-multibyte.
10062
10063 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10066         Content-Type header instead of Content-Disposition header.
10067         (gnus-mime-inline-part): Ditto.
10068         (gnus-mime-view-part-as-charset): Ignore charset that the part
10069         specifies.
10070
10071         * mm-decode.el (mm-display-part): Work with external parts and
10072         usual parts similarly.
10073
10074         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10075         instead of gnus-display-mime.
10076
10077         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10078         instead of with-temp-buffer.
10079
10080         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10081         tag to summarized topics part in order to encode non-ASCII text.
10082
10083 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * smiley.el (smiley-style): New variable.
10086         (smiley-directory): New function.
10087         (smiley-data-directory): Derive from `smiley-style' using
10088         `smiley-directory'.
10089         (smiley-regexp-alist): Add new entries.
10090
10091         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10092         (gnus-article-browse-delete-temp): Add :version.
10093
10094 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10095
10096         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10097         the sieve region.
10098
10099 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus.el (gnus-version-number): Bump version.
10102
10103 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus.el: No Gnus v0.4 is released.
10106
10107 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10110         layout.
10111
10112         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10113         unknown charset.
10114
10115         * message.el (message-header-synonyms): Add Original-To to the
10116         default.
10117
10118         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10119         optional parameter.
10120
10121 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-fun.el (gnus): Require it for gnus-directory.
10124
10125 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10128
10129 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10130
10131         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10132
10133 2006-04-05  Simon Josefsson  <jas@extundo.com>
10134
10135         * password.el (password-reset): New function.
10136
10137 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10138
10139         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10140         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10141
10142 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10143
10144         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10145         Some whitespace was matched into the url, which broke browsing hits
10146         > 100 when mm-url-use-external was nil.
10147
10148 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10151         gnus-extra-headers for 'Newsgroups.
10152
10153         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10154         bound.
10155
10156 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10157
10158         * pgg-gpg.el: Clean up process buffers every time gpg processes
10159         complete.
10160
10161 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10164         doc string.
10165
10166 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10167
10168         * pgg-gpg.el (pgg-gpg-process-filter)
10169         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10170
10171         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10172         lines, temporary fix.
10173
10174 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10177
10178 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10181         default-enable-multibyte-characters.  This reverts the change from
10182         revision 6.17 which is no longer necessary because the passphrase
10183         is sent separately now.  GnuPG messages are unreadable under
10184         multibyte locales with default-enable-multibyte-characters set to
10185         nil.
10186
10187 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * message.el (message-tool-bar-gnome): Move "spell".
10190
10191 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10194         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10195         instead.
10196
10197 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10198
10199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10200         newsgroups handling for NNTP overviews which don't include
10201         Newsgroups.
10202
10203 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10204
10205         * message.el (message-resend): Bind message-generate-hashcash to nil.
10206
10207 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10210         when searching for already-paid recipients.
10211
10212 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10213
10214         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10215         passphrases when it is not needed.
10216         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10217         passphrase stuff from gpg, should only be necessary when you use
10218         gpg with a smartcard.
10219
10220 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * mml.el (mml-insert-mime): Ignore cached contents of
10223         message/external-body part.
10224
10225         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10226         (mm-insert-part): Ditto.
10227
10228 2006-03-23  Simon Josefsson  <jas@extundo.com>
10229
10230         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10231         Reiner.
10232         (pgg-gpg-use-agent-p): Use it again.
10233
10234 2006-03-23  Simon Josefsson  <jas@extundo.com>
10235
10236         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10237         older emacsen.
10238         (pgg-gpg-use-agent-p): Don't use it.
10239
10240 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10243         if we can.
10244
10245 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10246
10247         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10248         (pgg-gpg-update-agent): New function.
10249         (pgg-gpg-use-agent-p): New function.
10250         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10251         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10252         (pgg-gpg-sign-region): Use it.
10253
10254 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10257         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10258
10259 2006-03-21  Simon Josefsson  <jas@extundo.com>
10260
10261         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10262         <wilde@sha-bang.de>.
10263         (pgg-gpg-use-agent): New variable.
10264         (pgg-gpg-process-region): Use it.
10265         (pgg-gpg-encrypt-region): Likewise.
10266         (pgg-gpg-encrypt-symmetric-region): Likewise.
10267         (pgg-gpg-decrypt-region): Likewise.
10268         (pgg-gpg-sign-region): Likewise.
10269         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10270
10271 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10274
10275         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10276         Add comment on version.
10277
10278 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * smiley.el: Add missing test smiley.
10281
10282 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-decode.el (mm-with-part): New macro.
10285         (mm-get-part): Use it; work with message/external-body as well.
10286         (mm-save-part): Treat name and filename equally.
10287
10288         * mm-extern.el (mm-extern-cache-contents): New function.
10289         (mm-inline-external-body): Use it; force the part to be displayed;
10290         move undisplayer added to the cached handle to the parent.
10291
10292         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10293         (gnus-mime-view-part-as-type): Work with message/external-body.
10294
10295         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10296
10297 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10300         images in image-load-path.  [Sync with image.el, revision 1.60, in
10301         Emacs.]
10302
10303 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10306         path rather than symbol.  Always return list of directories.
10307         Guarantee that image directory comes first.  [Sync with image.el,
10308         revision 1.59, in Emacs.]
10309
10310         * message.el (message-make-tool-bar): Adjust to new API of
10311         `gmm-image-load-path-for-library'.
10312
10313         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10314
10315         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10316
10317 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10318
10319         * gnus-art.el (gnus-article-only-boring-p):
10320         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10321         intangible text.
10322         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10323
10324 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10327         `defun' instead of `gmm-defun-compat'.
10328
10329 2006-03-14  Simon Josefsson  <jas@extundo.com>
10330
10331         * message.el (message-unique-id): Don't use message-number-base36
10332         if (user-uid) is a float.
10333         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10334
10335 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10338
10339         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10340         empty line between a part and a message part.
10341
10342 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * smiley.el: Add more test smileys.
10345         (smiley-data-directory, smiley-regexp-alist)
10346         (gnus-smiley-file-types): Fix doc strings.
10347         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10348         adding new elements.
10349         (smiley-mouse-map): Unused code.  Make it a comment.
10350
10351 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10354         scan latest NoCeM messages instead of old ones.
10355         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10356         delimiters that are recently used.
10357         (gnus-nocem-load-cache): Add autoload cookie.
10358
10359         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10360
10361         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10362         level which is larger than gnus-use-nocem is specified.
10363
10364         * gnus-group.el (gnus-group-get-new-news): Ditto.
10365
10366 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * gnus-util.el (gnus-tool-bar-update): New function.
10369
10370         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10371         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10372
10373         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10374
10375         * gnus-group.el (gnus-group-redraw-when-idle)
10376         (gnus-group-redraw-check): Remove.
10377         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10378
10379 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10382         if optional last element is specified in splits (FIELD VALUE...).
10383
10384 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10387         to gmm-image-load-path-for-library.  Call with no-error argument.
10388         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10389
10390         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10391
10392         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10393
10394         * gmm-utils.el (gmm-image-load-path): Remove alias.
10395
10396 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * gmm-utils.el (gmm-image-load-path): Add alias.
10399
10400         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10401         nnml-generate-nov-databases-1.
10402         (nnml-generate-nov-databases): Use it.
10403         (nnml-generate-nov-databases-directory): Document no-active
10404         argument.
10405
10406         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10407         directory if path is t.  Add no-error.
10408
10409         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10410         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10411
10412         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10413         resetting gnus-article-browse-html-temp-list.
10414
10415         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10416         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10417         Add example to docstring.  Rename local variables.  Move error
10418         checks to default case in cond and simplify.
10419
10420 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10423         handle is multipart when calling it recursively.
10424         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10425
10426 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10427
10428         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10429         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10430
10431 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10434         is loaded.
10435
10436         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10437         loaded.
10438
10439 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10442         to "Emacs 23 (unicode)" in doc string.
10443
10444         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10445         "Emacs 23 (unicode)" in comment.
10446
10447 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10450
10451         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10452         characters 160 through 255 in Emacs 23.
10453
10454 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10457         gnus-article-browse-html-temp.
10458         (gnus-article-browse-delete-temp): Make it customizable.  Add
10459         `file'.  Adjust doc string.
10460         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10461         query for each file.  Adjust doc string.
10462         (gnus-article-browse-html-parts): Add
10463         `gnus-article-browse-delete-temp-files' to
10464         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10465
10466 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10467
10468         * gnus-art.el (gnus-article-browse-html-temp)
10469         (gnus-article-browse-delete-temp): New variables.
10470         (gnus-article-browse-delete-temp-files): New function.
10471         (gnus-article-browse-html-parts): Use it.
10472
10473 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10476
10477         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10478         string.
10479
10480         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10481         gnus-summary-insert-new-articles when unplugged.  Remove
10482         gnus-summary-search-article-forward.
10483
10484         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10485         display-visual-class instead of display-color-cells.
10486
10487 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * dgnushack.el: Autoload customize-group for XEmacs.
10490
10491         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10492         message/* containing non-ASCII text properly.
10493
10494 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * message.el: Require gmm-utils, remove autoloads.
10497         (message-tool-bar): Set default based on
10498         gmm-tool-bar-style.
10499         (message-tool-bar-gnome): Add gmm-customize-mode.
10500
10501         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10502         gmm-tool-bar-style.
10503         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10504
10505         * gnus-group.el (gnus-group-tool-bar): Set default based on
10506         gmm-tool-bar-style.
10507         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10508
10509         * gmm-utils.el (gmm-image-directory): Rename variable from
10510         gmm-image-load-path.
10511         (gmm-image-load-path): Use gmm-image-directory.
10512         (gmm-customize-mode): New function.
10513         (gmm-tool-bar-style): New variable.
10514
10515         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10516         gnus-group-redraw-line-number.
10517         (gnus-group-redraw-check): Simplify.
10518         (gnus-group-tool-bar-update): Remove redraw check.
10519         (gnus-group-make-tool-bar): Add redraw check.
10520
10521 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10522
10523         * gnus-art.el (gnus-button): Add missing parentheses.
10524
10525 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * lpath.el: Fbind line-number-at-pos.
10528
10529 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10532
10533 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-art.el (gnus-button): New face.
10536         (gnus-article-button-face): Use it.
10537
10538         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10539         gnus-summary-next-page.  Re-order.
10540
10541         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10542         next-node are now included.
10543         (gnus-group-redraw-line-number): New internal variable.
10544         (gnus-group-redraw-check): Helper function for updating the tool
10545         bar.
10546         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10547
10548         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10549
10550         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10551         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10552         Use it to match format of Spamassassin 3.0 and later.  Reported by
10553         IRIE Tetsuya <irie@t.email.ne.jp>.
10554         (spam-check-bogofilter)
10555         (spam-bogofilter-register-with-bogofilter): Fix args of
10556         `gnus-error' calls.
10557
10558 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10561         unnecessary interaction when sending queued mails.  Reported by
10562         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10563
10564 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10567         first or last are nil.
10568
10569 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10570
10571         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10572
10573 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10576
10577 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * dns.el (query-dns): Protect more against buggy tcp output.
10580
10581 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10584         nov.php.
10585
10586 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10587
10588         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10589         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10590         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10591         output on the server side.
10592         (nnweb-google-create-mapping): Update regexps and add some
10593         progress indication.
10594
10595 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10598         gnus-agent-toggle-plugged.  Re-order icons.
10599         (gnus-group-tool-bar-gnome): Add
10600         gnus-group-{prev,next}-unread-group.
10601         (gnus-group-tool-bar-gnome): Re-order icons.
10602
10603         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10604         gnus-summary-insert-new-articles.
10605
10606         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10607         comments.
10608
10609         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10610         also available in Emacs 21.3.
10611
10612         * message.el (message-fix-before-sending): Change "Emacs 22" to
10613         "Emacs 23 (unicode)" in comment.
10614
10615         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10616         "Emacs 23 (unicode)" in comment.
10617
10618         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10619         comment.
10620         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10621
10622         * mm-view.el (mm-fill-flowed): Add :version.
10623
10624 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10627         and load-path.
10628
10629 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * message.el: Autoload gmm-image-load-path.
10632         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10633         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10634         consitency.
10635
10636         * gmm-utils.el (gmm-image-load-path): Also search in
10637         "../etc/images".  Don't set gmm-image-load-path if we don't find
10638         the image.
10639
10640 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gmm-utils.el (gmm-image-load-path): Don't make
10643         `gmm-image-load-path' include subdirectories which the second arg
10644         `image' might specify.
10645
10646         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10647         subdirectory to icon file names.
10648
10649         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10650
10651 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10654         gmm-image-load-path calls.
10655
10656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10657
10658         * message.el (message-make-tool-bar): Ditto.
10659
10660         * mml.el (mml-preview): Added comment concerning tool bar icons.
10661
10662         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10663         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10664
10665         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10666         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10667
10668         * message.el (message-tool-bar-gnome): Use new icon names.
10669         (message-make-tool-bar): Use `gmm-image-load-path'.
10670
10671         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10672         functions from MH-E.
10673         (gmm-image-load-path): New variable from MH-E.
10674         (gmm-image-load-path): New function from MH-E.  Added arguments
10675         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10676         *-image-load-path-called-flag.
10677
10678 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10679
10680         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10681
10682 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10683
10684         * nnimap.el (nnimap-request-move-article): Change folder back to
10685         source group before deleting.
10686
10687 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10690
10691         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10692         mm-url.
10693
10694         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10695
10696 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10699         coding system which mm-charset-to-coding-system returns for a
10700         given charset is valid.
10701
10702 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10703
10704         * html2text.el (html2text-remove-tag-list):
10705         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10706
10707 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10708
10709         * gnus-cus.el: Revert 2005-10-17 change.
10710
10711 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-art.el (article-strip-banner): Call
10714         article-really-strip-banner only when the regexp match is made.
10715
10716 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (article-strip-banner): Use
10719         gnus-extract-address-components instead of
10720         mail-header-parse-addresses to make it work with non-ASCII text;
10721         remove mail-encode-encoded-word-string.
10722
10723         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10724         values which are surrounded with \"...\"; make it never cause a
10725         Lisp error; give up parsing of parameters if it failed in
10726         extracting type.
10727
10728 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10729
10730         * smime.el (smime-cert-by-ldap-1): Fix bug where
10731         `smime-ldap-search' returns results without userCertificates.
10732
10733 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10736
10737 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * spam.el (spam-check-spamassassin-headers): Adapt format for
10740         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10741         <ari@mbf.ocn.ne.jp>.
10742         (spam-list-of-processors): Add spam-use-gmane.
10743
10744 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10747         make-temp-file; make it work with XEmacs as well.
10748
10749         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10750         mm-make-temp-file.
10751
10752         * mm-decode.el (mm-display-external): Use the 3rd arg of
10753         mm-make-temp-file.
10754         (mm-create-image-xemacs): Ditto.
10755
10756 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10759         with message-narrow-to-headers.
10760         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10761         (gnus-draft-check-draft-articles): New function.
10762         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10763
10764 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-art.el (gnus-article-browse-html-parts):
10767         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10768         Don't use suffix argument for mm-make-temp-file for Emacs 21
10769         compatibility.  Remove useless `format'.
10770
10771 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10772
10773         * nnweb.el (nnweb-google-wash-article): Update regexps.
10774         (nnweb-group-alist): Use defvoo instead of defvar.
10775
10776 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10779         re-loading nn* modules.
10780
10781 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10784         for `tool-bar-mode' and don't check it's default-value.
10785
10786         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10787
10788         * message.el (message-make-tool-bar): Ditto.
10789
10790         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10791         `substring'.  Shorten tmp-file name.
10792
10793         * gnus.el: Remove bogus comment.
10794
10795 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10796
10797         * gnus-art.el (gnus-article-browse-html-parts): New function.
10798         (gnus-article-browse-html-article): New function for viewing html
10799         articles with a browser.
10800
10801 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10802
10803         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10804         in elisp.
10805         (pgg-gpg-encrypt-symmetric-region): Ditto.
10806         (pgg-gpg-sign-region): Ditto.
10807
10808         * pgg-def.el (pgg-text-mode): New variable.
10809
10810         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10811         (mml2015-pgg-encrypt): Ditto.
10812
10813         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10814         (mml1991-pgg-encrypt): Ditto.
10815
10816 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10819         message-make-date instead of current-time-string.
10820
10821         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10822         to gnus-decoded which mm-uu might set.
10823
10824 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10827         don't decode quoted parameters; remove misimported Emacs code.
10828         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10829         (rfc2231-decode-encoded-string): Don't use split-string which
10830         behaves differently according to Emacs version; use
10831         mm-decode-coding-region to convert charset to coding-system.
10832         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10833         (rfc2231-encode-string): Remove misimported Emacs code.
10834
10835 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10838         when calling mail-header-parse-content-type.
10839         (article-de-quoted-unreadable): Ditto.
10840         (article-de-base64-unreadable): Ditto.
10841         (article-wash-html): Ditto.
10842
10843         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10844         calling mail-header-parse-content-type and
10845         mail-header-parse-content-disposition.
10846         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10847         mail-header-parse-content-type.
10848
10849         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10850         insert charset and format parameters; encode description after
10851         inserting it to buffer.
10852         (mml-insert-parameter): Fold lines properly even if a parameter is
10853         segmented into two or more lines; change the max column to 76.
10854
10855         * rfc1843.el (rfc1843-decode-article-body): Don't use
10856         ignore-errors when calling mail-header-parse-content-type.
10857
10858         * rfc2231.el (rfc2231-parse-string): Return at least type if
10859         possible; don't cause an error even if it fails in parsing of
10860         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10861         (rfc2231-encode-string): Don't break lines at the beginning, leave
10862         it to mml-insert-parameter.
10863
10864         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10865         calling mail-header-parse-content-type.
10866
10867 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * spam-report.el (spam-report-gmane-use-article-number):
10870         Improve doc string.
10871         (spam-report-gmane-internal): Check if a suitable header was found
10872         in the article.
10873
10874 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10877         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10878
10879 2006-02-05  Romain Francoise  <romain@orebokech.com>
10880
10881         Update copyright notices of all files in the gnus directory.
10882
10883 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10884
10885         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10886
10887 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10890         segmented lines of parameter value to cope with Thunderbird 1.5
10891         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10892         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10893         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10894
10895 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10896
10897         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10898         parts.
10899
10900 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10901
10902         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10903         there's only one active file for all servers.
10904         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10905         solid groups.  Gnus might have used a FAST request to select the group.
10906         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10907         and nnweb-search redundantly in the active file.
10908         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10909         (nnweb-request-create-group): Don't use ARGS.
10910         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10911         initialisations.  Let nnoo do the work.
10912
10913 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10916         Say the part has been decoded.
10917
10918         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10919
10920 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10921
10922         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10923         mailcap-viewer-test-cache when there's no 'test clause, since that
10924         will invert the meaning of a "nil" test previously determined by
10925         mailcap-mailcap-entry-passes-test.
10926
10927 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10930         compiling.
10931
10932         * gnus-sum.el: Ditto.
10933
10934         * message.el: Don't bind tool-bar-map when compiling.
10935
10936 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10939
10940 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10941
10942         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10943         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10944         current Google Groups.
10945
10946 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10949         and tool-bar-mode.
10950
10951         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10952         and tool-bar-mode.
10953
10954         * message.el (message-tool-bar-update): Simplify.
10955         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10956
10957         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10958         gnus-summary-buffer.
10959         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10960         gnus-summary-reply.
10961
10962         * gmm-utils.el (gmm): Add :version.
10963
10964 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * Makefile.in (clean): New rule.
10967         (distclean): Use it.
10968
10969 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10970
10971         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10972         autoload.
10973
10974 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gmm-utils.el (gmm-verbose): Add :group.
10977
10978 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * message.el: Change some comments WRT tool-bars.
10981
10982         * gnus-sum.el (gnus-summary-tool-bar)
10983         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10984         (gnus-summary-tool-bar-zap-list): New variables.
10985         (gnus-summary-make-tool-bar): Complete rewrite using
10986         `gmm-tool-bar-from-list'.
10987
10988         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10989         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10990         variables.
10991         (gnus-group-make-tool-bar): Complete rewrite using
10992         `gmm-tool-bar-from-list'.
10993         (gnus-group-tool-bar-update): New function.
10994
10995         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10996
10997 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11000         is dissected into a single part of which the type is the same as
11001         the given one; decode charset.
11002
11003 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11004
11005         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11006         into alists as symbol not string, since that's what
11007         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11008         look for.
11009
11010 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11013         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11014
11015         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11016
11017 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11020         (gnus-xmas-mime-security-button-menu): New function.
11021
11022         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11023         (gnus-mime-security-button-menu): New definition.
11024         (gnus-mime-security-button-map): Use them.
11025         (gnus-mime-security-button-menu): New function.
11026         (gnus-insert-mime-security-button): Addition to help echo.
11027         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11028         (gnus-mime-security-pipe-part): New functions.
11029
11030         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11031         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11032
11033         * mm-decode.el (mm-handle-set-disposition): Remove.
11034         (mm-handle-set-description): Remove.
11035
11036 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11039         (mm-w3m-standalone-supports-m17n-p): New function.
11040         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11041         w3m usage.
11042
11043         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11044         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11045
11046 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * message.el (message-tool-bar-zap-list): Use
11049         gmm-tool-bar-zap-list as custom type.
11050         (message-tool-bar-update): New function.
11051         (message-tool-bar, message-tool-bar-gnome)
11052         (message-tool-bar-retro): Add message-tool-bar-update.
11053         (message-tool-bar-gnome): Add flyspell-buffer.
11054
11055         * gnus-util.el (gnus-error): Describe `args'.
11056
11057         * gmm-utils.el (gmm-error): Describe `args'.
11058         (gmm-tool-bar-zap-list): New widget.
11059         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11060
11061 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11064         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11065         the number of recursive calls.
11066
11067         * mm-decode.el (mm-handle-set-disposition): New macro.
11068         (mm-handle-set-description): New macro.
11069
11070 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11073         encoding.
11074
11075 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * message.el (message-tool-bar-zap-list, message-tool-bar)
11078         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11079         (message-tool-bar-local-item-from-menu): Remove.
11080         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11081         (message-make-tool-bar): New function.
11082         (message-mode): Use `message-make-tool-bar'.
11083
11084         * gmm-utils.el: New file.
11085         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11086         (gmm-lazy): New widget copied from `nnmail.el'.
11087         (gmm-tool-bar-from-list): New function for creating customizable
11088         tool bars.
11089         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11090         output.
11091         (gmm): Add :prefix to defgroup.
11092
11093 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11094
11095         * gmm-utils.el (gmm-widget-p): New function.
11096
11097 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * mml.el (mml-attach-file): Describe `description' in doc string.
11100         (mml-menu): Add Emacs MIME manual and PGG manual.
11101
11102 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11103
11104         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11105
11106 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11107
11108         * nntp.el (nntp-end-of-line): Doc fix.
11109
11110 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11111
11112         * imap.el (imap-open): Handle case where buffer is a buffer
11113         object.
11114
11115 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11116
11117         * gnus-delay.el (gnus-delay): Don't autoload.
11118         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11119         to be re-loaded when customizing the `gnus-delay' group.
11120
11121 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11122
11123         * message.el (message-insert-citation-line): Use newlines.
11124
11125 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11126
11127         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11128         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11129         these routines, so the passphrase can be managed externally and
11130         passed in to the system.
11131         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11132         pgg-add-passphrase-to-cache function.
11133
11134         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11135         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11136         these routines, so the passphrase can be managed externally and
11137         passed in to the system.
11138         (pgg-pgp5-sign-region): Use new name of
11139         pgg-add-passphrase-to-cache function.
11140
11141 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11142
11143         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11144         part of the decoded armor to find the key-identifier.
11145         (pgg-gpg-lookup-key-owner): New function to return the
11146         human-readable identifier of a key owner.
11147         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11148         itself.
11149         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11150         the key value) if we have a key and can match it against a secret
11151         key.  Also, added a note pointing out fact that the prompt only
11152         indicates the first matching key.
11153
11154         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11155         pgg-decrypt-region.
11156         (pgg-add-passphrase-to-cache): Rename from
11157         `pgg-add-passphrase-cache' to reduce confusion (all callers
11158         changed).
11159         (pgg-remove-passphrase-from-cache): Rename from
11160         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11161         changed).
11162         (pgg-read-passphrase, pgg-add-passphrase-cache)
11163         (pgg-remove-passphrase-cache): Add informative docstrings.
11164         (pgg-decrypt): Convey provided passphrase in subordinate call to
11165         pgg-decrypt-region.
11166
11167 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11168
11169         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11170         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11171         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11172         'passphrase' argument, so the passphrase can be managed externally
11173         and then passed in to the system.
11174
11175         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11176         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11177         so the passphrase cache can be used reliably with identifiers
11178         besides a pgp packet's key id.
11179
11180         * pgg-gpg.el (pgg-gpg-encrypt-region)
11181         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11182         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11183         these routines, so the passphrase can be managed externally and
11184         passed in to the system.
11185
11186         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11187         'notruncate' argument, so the passphrase cache can be used
11188         reliably with identifiers besides a pgp packet's key id.
11189
11190 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11191
11192         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11193         symmetric encryption.
11194         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11195         encrypted session key.
11196         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11197         message ask for the passphrase in a proper way.
11198
11199         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11200         New user commands for symmetric encryption.
11201
11202 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11205
11206         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11207
11208 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11209
11210         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11211
11212 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * mm-decode.el (mm-inlined-types): Add application/pgp.
11215         (mm-automatic-display): Ditto.
11216
11217         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11218         part as text.
11219
11220 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * nnrss.el: Update copyright.
11223         (nnrss-opml-import): Query whether to subscribe to each entry.
11224
11225         * gnus-art.el:
11226         * gnus-sum.el:
11227         * gnus-xmas.el:
11228         * messagexmas.el:
11229         * mm-uu.el:
11230         * mm-view.el: Update copyright.
11231
11232 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * message.el (message-info): New function.
11235         (message-mode-menu): Add it.
11236         Update copyright.
11237
11238         * ChangeLog: Fix and update copyright.
11239
11240 2006-01-13  Romain Francoise  <romain@orebokech.com>
11241
11242         * message.el (message-forward-subject-name-subject): Prefer the
11243         address to 'nowhere' if the sender has no name.
11244         Fix typo.  Update copyright year.
11245
11246 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (article-wash-html): Use
11249         gnus-summary-show-article-charset-alist if a numeric arg is given.
11250         (gnus-article-wash-html-with-w3m-standalone): New function.
11251
11252         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11253         mm-inline-text-html-render-with-w3m-standalone.
11254         (mm-text-html-washer-alist): Map w3m-standalone to
11255         gnus-article-wash-html-with-w3m-standalone.
11256         (mm-inline-text-html-render-with-w3m-standalone): New function.
11257
11258 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11261         Improve LaTeX.
11262
11263 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11266         (nnrss-request-article): Render text/plain parts as HTML.
11267
11268         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11269         the buffer.
11270
11271 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11274         custom definition of `gnus-posting-styles'.
11275
11276         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11277         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11278
11279 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11282         Use nntp for bug archive.
11283
11284 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11287         parts.
11288         (nnrss-normalize-date): New function converts ISO 8601 date into
11289         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11290         (nnrss-check-group): Use it.
11291
11292 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11295
11296         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11297         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11298         (nnrss-insert-w3): Ditto.
11299
11300 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11303         the articles to be forwarded including the case where neither a
11304         number of articles nor a region is specified.
11305
11306 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * nnrss.el (nnrss-request-article): Fix last change; fill
11309         text/plain parts.
11310
11311 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11314         in text/plain part.
11315         (nnrss-check-group): Don't add excessive newline to dc:subject.
11316
11317 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11318
11319         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11320         article.
11321
11322 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11325         (nnml-use-compressed-files, nnml-save-mail): Support other
11326         comression programs such as bzip2.
11327
11328 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * dns.el (query-dns): Make sure we check the buffer size before
11331         removing tcp headers.
11332
11333 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11336         remove MIME buttons associated with multipart/alternative parts.
11337         (gnus-mime-display-alternative): Tag buttons using `article-type'
11338         text property.
11339
11340         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11341         associated with multipart/alternative parts.
11342
11343         * gnus-art.el (gnus-signature-separator): Fix custom type.
11344
11345         * mm-decode.el (mm-inlined-types): Fix custom type.
11346         (mm-keep-viewer-alive-types): Ditto.
11347         (mm-automatic-display): Ditto.
11348         (mm-attachment-override-types): Ditto.
11349         (mm-inline-override-types): Ditto.
11350         (mm-automatic-external-display): Ditto.
11351
11352 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * spam-report.el (spam-report-user-mail-address)
11355         (spam-report-user-agent): New variables.
11356         (spam-report-url-ping-plain): Use spam-report-user-agent.
11357
11358 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11359
11360         * gnus-art.el (gnus-button-handle-custom): Do not just use
11361         `customize-apropos' for any "M-x customize-*" button but the
11362         function called for.  Accept both the function name and its
11363         argument in order to achieve this.
11364         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11365         function name to `gnus-button-handle-custom' in case of "M-x
11366         customize-*" buttons.
11367
11368 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11371         multipart/alternative and add xref to mm-discouraged-alternatives
11372         in doc string.
11373
11374         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11375         gnus-buttonized-mime-types in doc string.
11376
11377 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11380         Suggest image/.* in the doc string.
11381
11382 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11385         message-marks (Debian bug #342521).
11386
11387 2005-12-12  Simon Josefsson  <jas@extundo.com>
11388
11389         * password.el (password-read-from-cache): Add.
11390         (password-read): Use it.
11391
11392 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11395         us-ascii as a MIME charset.
11396
11397         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11398         against the case where the 2nd arg TYPE is nil.
11399
11400 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * pop3.el (pop3-stream-type): Fix custom version.
11403
11404         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11405
11406 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11407
11408         * mm-decode.el (mm-display-external): Add missing cdr.
11409
11410 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11413         RFC1524) if it is in mailcap or add a suffix according to
11414         mailcap-mime-extensions when generating a temp filename; postpone
11415         deleting a temp file for 2 seconds for some wrappers, shell
11416         scripts, and so on, which might exit right after having started a
11417         viewer command as a background job.
11418
11419 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * nntp.el (nntp-marks-directory): Fix custom group.
11422
11423         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11424         steps when < 10.
11425
11426         * gnus-start.el (gnus-no-server-1): Mention
11427         `gnus-level-default-subscribed' in doc string.
11428
11429 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11430
11431         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11432         parens.
11433
11434 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * gnus-xmas.el (gnus-use-toolbar): Revert.
11437         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11438         gnus-use-toolbar is default.
11439
11440         * messagexmas.el (message-use-toolbar): Revert.
11441         (message-setup-toolbar): Use global default-toolbar if
11442         message-use-toolbar is default.
11443
11444 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11447         according to default-toolbar-visible-p.
11448
11449         * messagexmas.el (message-use-toolbar): Ditto.
11450
11451 2005-11-26  Dave Love  <fx@gnu.org>
11452
11453         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11454         (tls-program, tls-success): Provide openssl alternative.
11455
11456         * starttls.el: Doc fixes.
11457         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11458         SERVICE to PORT.
11459
11460         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11461         port null or service name.
11462         (starttls-negotiate): Autoload.
11463
11464 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * message.el (message-kill-to-signature): Fix interactive spec.
11467
11468 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * pop3.el (pop3-open-server): Recognize a string as a service name.
11471
11472 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11473
11474         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11475
11476 2005-11-23  Dave Love  <fx@gnu.org>
11477
11478         Add pop3s, pop3/starttls.
11479
11480         * pop3.el (pop3-authentication-scheme): Clarify doc.
11481         (open-tls-stream, starttls-open-stream): Autoload.
11482         (pop3-stream-type): New.
11483         (pop3-open-server): Use it.
11484
11485         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11486         for POP.
11487         (mail-source-keyword-map): Add :stream for POP.
11488         (mail-source-fetch-pop): Use pop3-stream-type.
11489
11490 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11493         of current-time-string.
11494
11495 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11496
11497         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11498         date header.
11499
11500 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11501
11502         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11503         it can seriously impact performance as it bypasses the agent's
11504         local caches.
11505
11506 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11507
11508         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11509         must be explicitly online rather than "not explicitly offline" for
11510         its flags to be synchronized.
11511
11512         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11513         that gnus-uu-unmark-thread will function correctly.
11514
11515         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11516         1024K is instead displayed as 1M.
11517
11518 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11519
11520         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11521
11522 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11523
11524         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11525
11526 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11527
11528         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11529         error message to display actual error condition.
11530         (gnus-agent-save-local): Avoid saving symbols that are bound to
11531         nil as they simply result in a warning message in
11532         gnus-agent-read-local.
11533
11534 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11537         rather than make-variable-buffer-local for file-precious-flag.
11538
11539 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11540
11541         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11542         for duplicates which are removed.  The invalid sort check then
11543         triggers a rescan after the sort as sorting may have moved
11544         duplicate entries such that they can be cheaply detected.
11545
11546 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11549
11550 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11551
11552         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11553         internal variable to a custom variable.  Changed default value
11554         from compressed(2) to uncompressed(1).
11555         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11556         support for uncompressed agentview files.  Taken together, reading
11557         the agentview file should now be 6-7 times faster.
11558
11559 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11560
11561         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11562         as a buffer-local variable.  This avoids creating truncated
11563         dribble files as a result of a hang up, eg.
11564
11565 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11566
11567         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11568         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11569         XEmacs.
11570
11571 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * gnus-start.el (gnus-start-draft-setup): Enforce
11574         `gnus-draft-mode' for nndraft:drafts at startup.
11575
11576         * gnus.el (gnus-splash): Change custom group.
11577         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11578         allow-list argument.
11579
11580         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11581         string.
11582
11583 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-art.el (gnus-default-article-saver): Add user-defined
11586         `function' to custom type.
11587
11588 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11589
11590         * imap.el (imap-open): Handle case where buffer is a buffer
11591         object.
11592
11593 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11596         long lines.
11597         (gnus-cache-delete-group): Wrap doc strings.
11598
11599         * gnus-agent.el (gnus-agent-rename-group)
11600         (gnus-agent-delete-group): Wrap doc strings.
11601
11602 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * messagexmas.el (message-use-toolbar): Change the valid values
11605         into default, top, bottom, left, and right.
11606         (message-toolbar-thickness): New variable.
11607         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11608         well.
11609         (message-setup-toolbar): Make it work.
11610
11611         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11612         (gnus-use-toolbar): Change the valid values into default, top,
11613         bottom, left, and right.
11614         (gnus-toolbar-thickness): New variable.
11615         (gnus-xmas-setup-toolbar): New function.
11616         (gnus-xmas-setup-group-toolbar): Use it.
11617         (gnus-xmas-setup-summary-toolbar): Use it.
11618
11619 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * gnus-start.el (gnus-1): Add "native" to
11622         gnus-predefined-server-alist.
11623
11624         * gnus.el (gnus-method-to-server): Don't add "native" to the
11625         lists here, because that leads to problems when
11626         gnus-select-method is bound.
11627
11628 2005-11-09  Simon Josefsson  <jas@extundo.com>
11629
11630         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11631         use (not sort-by-date) instead.
11632
11633 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11634
11635         * gnus-delay.el (gnus-delay-group): Don't autoload.
11636         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11637         to be re-loaded when customizing the `gnus-delay' group.
11638
11639 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11640
11641         * message.el: Revert last changes.
11642         (message-insert-citation-line): Use newlines.
11643
11644 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11645
11646         * message.el (message-courtesy-message)
11647         (message-mark-insert-begin, message-mark-insert-end)
11648         (message-elide-ellipsis, message-cancel-message)
11649         (message-add-header, message-change-subject)
11650         (message-cross-post-followup-to-header)
11651         (message-cross-post-insert-note, message-reduce-to-to-cc)
11652         (message-widen-reply, message-delete-not-region)
11653         (message-kill-to-signature, message-insert-signature)
11654         (message-insert-importance-high, message-insert-importance-low)
11655         (message-insert-or-toggle-importance)
11656         (message-insert-disposition-notification-to)
11657         (message-indent-citation, message-yank-original)
11658         (message-cite-original-without-signature, message-cite-original)
11659         (message-insert-citation-line, message-position-on-field)
11660         (message-fix-before-sending, message-send-mail-partially)
11661         (message-send-mail, message-send-mail-with-sendmail)
11662         (message-send-mail-with-qmail, message-send-news)
11663         (message-check-news-header-syntax, message-generate-headers)
11664         (message-insert-courtesy-copy, message-fill-address)
11665         (message-fill-header, message-shorten-references)
11666         (message-setup-1, message-cancel-news)
11667         (message-forward-make-body-plain, message-forward-make-body-mime)
11668         (message-forward-make-body-mml, message-encode-message-body)
11669         (message-forward-make-body-digest-plain)
11670         (message-forward-make-body-digest-mime)
11671         (message-use-alternative-email-as-from): Insert `hard-newline'
11672         instead of ordinary newlines.
11673
11674 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * message.el (message-generate-headers): Downcase the argument
11677         given to message-check-element.
11678
11679 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11680
11681         * nntp.el (nntp-authinfo-rejected): New error condition.
11682         (nntp-wait-for): Use new error condition to signal authentication
11683         error.
11684         (nntp-retrieve-data): Rethrow new error condition to break out of
11685         recursive call to nntp-send-authinfo.
11686
11687 2005-11-08  Romain Francoise  <romain@orebokech.com>
11688
11689         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11690         (gnus-summary-exit-map): Bind to `Z p'.
11691         (gnus-summary-make-menu-bar): Add menu item.
11692
11693 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11696         (gnus-treat-*): Add `first' in all doc strings.
11697
11698         * gnus-group.el (gnus-group-compact-group): Fix typo.
11699
11700 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus.el (gnus-parameters-case-fold-search): New variable.
11703         (gnus-parameters-get-parameter): Use it.
11704
11705         * gnus-score.el (gnus-home-score-file): Doc fix.
11706
11707 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11708
11709         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11710
11711 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * mm-util.el (mm-special-display-p): New function.
11714
11715         * mml.el (mml-preview): Use it; doc fix.
11716
11717 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11718
11719         * imap.el (imap-open): Handle case where buffer is a buffer object.
11720
11721 2005-10-29  Romain Francoise  <romain@orebokech.com>
11722
11723         * message.el (message-fix-before-sending): Fix comment.
11724
11725 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11726
11727         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11728
11729 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11730
11731         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11732         Used in gnus-score.el.
11733
11734 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11737
11738 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11741         whitespace removed in revision 7.8.  Use concatenated string to
11742         protect trailing whitespace.
11743
11744 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11745
11746         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11747         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11748         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11749         Courier IMAP ("some version from 2004").  Mostly based on similar
11750         code in the same function.
11751
11752 2005-10-26  Didier Verna  <didier@xemacs.org>
11753
11754         * gnus-group.el (gnus-group-compact-group): Invalidate original
11755         article buffer.
11756         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11757         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11758         NOV database and in article itself.
11759         Invalidate article backlog.
11760
11761 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11764
11765 2005-10-26  Simon Josefsson  <jas@extundo.com>
11766
11767         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11768         part of 2004-07-25 change.
11769
11770 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * message.el (message-display-completion-list): New function.
11773         (message-expand-group): Use it; make sure the Completions buffer
11774         is modifiable.
11775 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11776
11777         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11778         user-mail-name is an empty string.
11779
11780 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11783         depending on gnus-score-decay-constant.
11784
11785         * encrypt.el (encrypt-insert-file-contents)
11786         (encrypt-write-file-contents): Don't use `gnus-message'.
11787
11788         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11789         arguments.
11790         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11791         arguments to mm-uu-verbatim-marks-extract.
11792         (mm-uu-hide-markers): New variable.
11793         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11794
11795         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11796         (gnus-convert-image-to-face-command): Use "convert" by default to
11797         allow other input image formats.
11798         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11799         accordingly.
11800
11801 2005-10-23  Simon Josefsson  <jas@extundo.com>
11802
11803         * imap.el (imap-gssapi-program): Align command line parameters
11804         with latest GNU SASL.
11805         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11806
11807 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11810         HTML.
11811         (nnslashdot-request-article): Ditto.
11812
11813         * lpath.el (featurep): Add nobreak-char-display.
11814
11815 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11816
11817         * mail-source.el (mail-source-fetch-pop): Require pop3.
11818         (mail-source-check-pop): Ditto.
11819
11820 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11823         errors.
11824
11825 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11828         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11829
11830         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11831
11832         * mm-bodies.el (mm-decode-string): Call
11833         `mm-charset-to-coding-system' with allow-override argument.
11834
11835 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11838         (rfc2047-charset-to-coding-system): New function.
11839         (rfc2047-decode-encoded-words): New function.
11840         (rfc2047-decode-region): Use them.
11841         (rfc2047-decode-cte): Remove.
11842         (rfc2047-parse-and-decode): Remove.
11843         (rfc2047-decode): Remove.
11844
11845 2005-10-15  Kenichi Handa  <handa@m17n.org>
11846
11847         * rfc2047.el (rfc2047-decode-cte): New function.
11848         (rfc2047-decode-region): Change the way to decode successive
11849         encoded-words: decode B- or Q-encoding in each encoded-word,
11850         concatenate them, and decode it as charset.
11851
11852 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * lpath.el: Fbind codepage-setup for XEmacs.
11855
11856 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11857
11858         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11859         widget-move-and-invoke.
11860         (gnus-custom-mode): Use gnus-custom-map.
11861
11862 2005-10-15  Bill Wohler  <wohler@newt.com>
11863
11864         * message.el (message-tool-bar-map): Renamed image file from
11865         mail_send to mail/send.
11866
11867 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11868
11869         * message.el (message-expand-group): Pass the common
11870         prefix substring of completion to `display-completion-list'.
11871
11872 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * mml-sec.el (mml-secure-method): New internal variable.
11875         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11876         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11877         functions using mml-secure-method.
11878
11879         * mml.el (mml-mode-map): Add key bindings for those functions.
11880         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11881         Harder <harder@myrealbox.com>.
11882         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11883         end of message if point is the headers of the message.
11884
11885         * message.el (message-in-body-p): New function.
11886
11887         * assistant.el: Autoload gnus-util and netrc.
11888
11889         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11890         Use `mm-charset-override-alist' only when decoding.
11891
11892         * mm-bodies.el (mm-decode-body): Call
11893         `mm-charset-to-coding-system' with allow-override argument.
11894
11895         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11896         `filename' from Content-Disposition if Content-Type doesn't
11897         provide `name'.
11898         (gnus-mime-view-part-as-type): Set default instead of
11899         initial-input.
11900
11901 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11902
11903         * format-spec.el (format-spec): Propagate text properties of % spec.
11904
11905 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-art.el (gnus-treat-predicate): Add `first'.
11908
11909 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11912         (mm-charset-override-alist): New variable.
11913         (mm-charset-to-coding-system): Use it.
11914         (mm-codepage-setup): New helper function.
11915         (mm-charset-eval-alist): New variable.
11916         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11917         about unknown charsets.
11918
11919         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11920
11921 2005-10-04  David Hansen  <david.hansen@gmx.net>
11922
11923         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11924         (nnrss-check-group): Ditto.
11925
11926 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11929         Rename x-gnus-verbatim to x-verbatim.
11930         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11931
11932         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11933         x-verbatim.
11934
11935         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11936
11937         * gnus-util.el (gnus-remove-duplicates): Remove.
11938
11939         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11940         instead of gnus-remove-duplicates.
11941
11942         * message.el (message-remove-duplicates): Remove.
11943         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11944         message-remove-duplicates.
11945
11946         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11947         available, else use implementation from `delete-dups'.
11948
11949         * message.el (message-insert-expires): New function.
11950         (message-mode-map): Add key binding.
11951         (message-mode-field-menu): Add menu entry.
11952         (message-mode): Document it.
11953         (message-make-expires-date): Use `message-make-date'.
11954
11955 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11956
11957         * message.el (message-make-expires-date): New function.
11958
11959 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * Makefile.in (list-installed-shadows): New entry.
11962         (install): Use it.
11963         (remove-installed-shadows): New entry.
11964
11965         * dgnushack.el (dgnushack-default-load-path): New variable.
11966         (dgnushack-find-lisp-shadows): New function.
11967         (dgnushack-remove-lisp-shadows): New function.
11968
11969 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * Makefile.in (install-el-elc): New entry.
11972         (install): Use it so that .el files are necessarily installed.
11973
11974 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11977
11978 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11979
11980         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11981         function rather than the diff-mode.el package.
11982         (mm-display-external): Use with-current-buffer.
11983         (mm-viewer-completion-map, mm-viewer-completion-map):
11984         Move initialization inside declaration.
11985
11986 2005-09-29  Simon Josefsson  <jas@extundo.com>
11987
11988         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11989         autoload mail-check-payment.
11990         (spam-check-hashcash): Define unconditionally, since hashcash.el
11991         is part of Gnus now.  Ignore errors from payment checking.
11992
11993 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * message.el (message-bold-region, message-unbold-region): Rename
11996         from `bold-region' and `unbold-region'.
11997
11998         * message.el: Remove useless autoloads.
11999
12000 2005-09-28  Simon Josefsson  <jas@extundo.com>
12001
12002         * message.el (message-use-idna): Default to t.
12003         (message-use-idna): Test whether encoding works too.  Doc fix.
12004
12005 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * nntp.el (nntp-warn-about-losing-connection): Remove.
12008
12009 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12012         customizable.  Change default value.
12013         (mm-uu-diff-groups-regexp): Change default value.
12014         (mm-uu-type-alist): Add doc string.
12015         (mm-uu-configure): Add doc string.  Make it interactive.
12016         (mm-uu-tex-groups-regexp): New variable.
12017         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12018         (mm-uu-type-alist): Add LaTeX documents.
12019         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12020         of "text/verbatim".
12021         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12022
12023         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12024         instead of "text/verbatim".
12025
12026         * message.el (message-mark-inserted-region)
12027         (message-mark-insert-file): Use slrn style marks when called with
12028         prefix argument.
12029
12030 2005-09-27  Simon Josefsson  <jas@extundo.com>
12031
12032         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12033
12034 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12035
12036         * message.el (message-remove-duplicates): New function.
12037         Implementation borrowed from `gnus-remove-duplicates'.
12038         (message-idna-to-ascii-rhs): Also encode idna addresses in
12039         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12040         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12041         only ask about the same idna domain once per header and also tell
12042         in what header to replace the idna domain.
12043
12044         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12045         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12046         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12047         a header is decoded and not just the last one.
12048
12049 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12052         has been decoded.
12053
12054         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12055         (mm-insert-part): Don't modify text if it has been decoded.
12056
12057         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12058         decoded.
12059
12060         * mm-view.el (mm-inline-text): Don't strip text props unless
12061         decoding enriched or richtext parts.
12062
12063 2005-09-25  Romain Francoise  <romain@orebokech.com>
12064
12065         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12066         * gnus-start.el (gnus-subscribe-interactively):
12067         * gnus-uu.el (gnus-uu-grab-articles):
12068         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12069         space.
12070
12071 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12072
12073         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12074         * mm-view.el (mm-view-pkcs7-decrypt):
12075         * gnus-sum.el (gnus-summary-limit-to-extra)
12076         (gnus-summary-respool-article, gnus-read-move-group-name):
12077         * gnus-score.el (gnus-summary-increase-score):
12078         * gnus-util.el (gnus-completing-read-with-default):
12079         * gnus-art.el (gnus-read-save-file-name)
12080         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12081         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12082         * message.el (message-check-news-header-syntax):
12083         Follow convention for reading with the minibuffer.
12084
12085 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * spam-report.el (spam-report-url-ping-plain):
12088         Use gnus-extended-version as User-Agent.
12089
12090         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12091         default value is nil.
12092
12093         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12094         (mm-uu-verbatim-marks-extract): New function.
12095         (mm-uu-extract): New face.
12096         (mm-uu-copy-to-buffer): Use it.
12097
12098         * spam-report.el (spam-report-gmane-ham): Renamed from
12099         `spam-report-gmane-unspam'.
12100         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12101         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12102
12103         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12104         Autoload.
12105         (spam-report-gmane-unregister-routine): Renamed
12106         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12107
12108 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12111         (spam-report-gmane-unregister-routine): Add support for gmane
12112         unregistration.
12113
12114         * spam-report.el (spam-report-gmane-unspam)
12115         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12116         (spam-report-gmane): Change to take a single article and do unspam
12117         registration.
12118
12119 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * mm-url.el (mm-url-decode-entities): Fix regexp.
12122
12123 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12124
12125         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12126         default to nil, to be able to use Gnus at all.  If the default
12127         switches to something else, then the function should be fixed not
12128         be exceedingly slow.
12129
12130 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12131
12132         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12133         fail hard.
12134
12135         * spam-report.el: Add better Keywords line.
12136
12137         * spam.el: Add Maintainer and better Keywords line.
12138
12139 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * gnus-art.el (gnus-article-replace-part)
12142         (gnus-mime-replace-part): New functions.
12143         (gnus-mime-action-alist, gnus-mime-button-commands)
12144         (gnus-mime-save-part-and-strip): Added file argument.
12145         (gnus-article-part-wrapper): Added interactive argument.
12146
12147         * gnus-sum.el (gnus-summary-mime-map): Add
12148         `gnus-article-replace-part'.
12149
12150 2005-09-19  Didier Verna  <didier@xemacs.org>
12151
12152         The nnml compaction feature:
12153         * nnml.el (nnml-request-compact-group): New function.
12154         * nnml.el (nnml-request-compact): New function.
12155         * gnus-int.el (gnus-request-compact-group): New function.
12156         * gnus-int.el (gnus-request-compact): New function.
12157         * gnus-group.el (gnus-group-compact-group): New function.
12158         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12159         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12160         * gnus-srvr.el (gnus-server-compact-server): New function.
12161         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12162         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12163
12164 2005-09-18  Deepak Goel  <deego@gnufans.org>
12165
12166         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12167         format spec.
12168
12169 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12172
12173 2005-09-15  Romain Francoise  <romain@orebokech.com>
12174
12175         * message.el (message-fill-paragraph): Clarify docstring.
12176
12177 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-art.el (gnus-mime-display-part): Protect against broken
12180         MIME messages.
12181
12182 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12185         before parsing header.
12186
12187 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12188
12189         * html2text.el (html2text-replace-list): Add new entities.
12190
12191 2005-09-11  Romain Francoise  <romain@orebokech.com>
12192
12193         * message.el (message-alternative-emails): Improve docstring.
12194         (message-setup-1): Call `message-use-alternative-email-as-from'
12195         after `message-setup-hook' to give it precedence over posting
12196         styles, etc.
12197         (message-use-alternative-email-as-from): Add docstring.  Remove
12198         the original From header if present.
12199
12200         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12201         (nnml-save-mail): Use it.
12202
12203         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12204         articles.  Add new argument `silent'.
12205         (gnus-uu-mark-all): Report the total number of marked articles.
12206
12207 2005-09-10  Romain Francoise  <romain@orebokech.com>
12208
12209         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12210         (gnus-uu-mark-series): Likewise.
12211
12212 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * spam-report.el (spam-report-gmane): Fix generation of spam
12215         report URL.
12216
12217 2005-09-10  Simon Josefsson  <jas@extundo.com>
12218
12219         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12220         t, based on discussion on the ding list with Robert Epprecht
12221         <epprecht@solnet.ch>.
12222
12223 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * spam-report.el (spam-report-gmane): Make it work without
12226         X-Report-Spam header.  Gmane now only provides Archived-At.
12227         This is only used if `spam-report-gmane-use-article-number' is nil.
12228         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12229
12230         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12231         make `gnus-summary-sort-by-recipient' work with threading.
12232
12233         * nnweb.el (nnweb-google-wash-article): Print a message if article
12234         is not available.
12235
12236 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12237
12238         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12239         change.  Decode text/* parts content before displaying.
12240
12241 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12244
12245 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12248
12249         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12250         url-package-name, url-package-version,
12251         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12252         w3m-display-inline-images, and w3m-minor-mode-map.
12253
12254 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * message.el (message-tab-body-function): Fix mismatched custom type.
12257
12258         * gnus.el (gnus-group-change-level-function): Ditto.
12259
12260         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12261
12262         * gnus-art.el (gnus-signature-limit)
12263         (gnus-article-mime-part-function): Ditto.
12264
12265 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * mml.el (mml-mode): Silence the byte compiler.
12268
12269         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12270         using `(sit-for 0)' before moving the point to the specified part;
12271         skip unbuttonized parts.
12272         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12273         return to the summary window if gnus-auto-select-part is non-nil.
12274
12275 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12278         variables.
12279         (mml-dnd-attach-file, mml-mode): Use them.
12280
12281         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12282         Make fetching article by MID work again for Google Groups.  Added
12283         FIXME concerning gnus-group-make-web-group.
12284
12285         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12286         Don't depend on Gnus by using mail-extract-address-components if
12287         gnus-extract-address-components is not bound.
12288
12289 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-art.el (gnus-mime-display-security): Don't display the
12292         signature, but only the signed part.
12293
12294 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12297
12298         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12299         list, not listp.
12300
12301 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12302
12303         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12304         when encoding.
12305
12306         * mm-bodies.el (mm-decode-content-transfer-encoding):
12307         De-canonicalize CRLF for all text content types, not just
12308         text/plain.
12309
12310 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12313         valid article; point arrow and cursor at the MIME button.
12314
12315 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12318         Suggested by Dan Christensen <jdc@uwo.ca>.
12319
12320         * mm-decode.el (mm-save-part): Enable change of prompt.
12321
12322 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12323
12324         * gnus-msg.el (gnus-inews-add-send-actions): Made
12325         `message-post-method' lambda parameter ARG `&optional'.
12326
12327 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * gnus-sum.el (gnus-summary-mime-map): Added
12330         gnus-article-save-part-and-strip, gnus-article-delete-part and
12331         gnus-article-jump-to-part.
12332
12333         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12334         (gnus-article-edit-part): Use it.
12335         (gnus-article-part-wrapper): Added no-handle argument.
12336         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12337         functions.
12338
12339 2005-08-29  Romain Francoise  <romain@orebokech.com>
12340
12341         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12342         docstring.
12343         (gnus-face-from-file): Likewise.
12344
12345 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12348         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12349         non-nil.
12350         (gnus-auto-select-part): New variable.
12351         (gnus-article-jump-to-part): New function.
12352         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12353         (gnus-mime-delete-part): Allow selecting specified part after
12354         deleting or stripping parts.
12355         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12356         part if argument is bogus.
12357
12358 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12359
12360         * gnus-art.el (w3m-minor-mode-map):
12361         * gnus-spec.el (gnus-newsrc-file-version):
12362         * gnus-util.el (nnmail-active-file-coding-system)
12363         (gnus-original-article-buffer, gnus-user-agent):
12364         * gnus.el (gnus-ham-process-destinations)
12365         (gnus-parameter-ham-marks-alist)
12366         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12367         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12368         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12369         * mm-decode.el (gnus-current-window-configuration):
12370         * mm-extern.el (gnus-article-mime-handles):
12371         * mm-url.el (url-current-object, url-package-name)
12372         (url-package-version):
12373         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12374         (smime-keys, w3m-cid-retrieve-function-alist)
12375         (w3m-current-buffer, w3m-display-inline-images)
12376         (w3m-minor-mode-map):
12377         * mml-smime.el (gnus-extract-address-components):
12378         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12379         (gnus-newsrc-hashtb, message-default-charset)
12380         (message-deletable-headers, message-options)
12381         (message-posting-charset, message-required-mail-headers)
12382         (message-required-news-headers):
12383         * mml1991.el (mc-pgp-always-sign):
12384         * mml2015.el (mc-pgp-always-sign):
12385         * nnheader.el (nnmail-extra-headers):
12386         * rfc1843.el (gnus-decode-encoded-word-function)
12387         (gnus-decode-header-function, gnus-newsgroup-name):
12388         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12389
12390 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12391
12392         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12393         the end of the date treatments.
12394
12395 2005-08-15  Simon Josefsson  <jas@extundo.com>
12396
12397         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12398         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12399         Capello and Romain Francoise.
12400         (pgg-fetch-key-function): Removed, not used?
12401         (pgg-insert-url-with-w3): Require url, to get
12402         url-insert-file-contents regardless of where it is defined.
12403
12404 2005-08-13  Romain Francoise  <romain@orebokech.com>
12405
12406         * message.el (message-cite-original-1): New function.
12407         (message-cite-original): Use it.
12408         (message-cite-original-without-signature): Ditto.
12409
12410 2005-08-08  Romain Francoise  <romain@orebokech.com>
12411
12412         * message.el (message-yank-empty-prefix): New variable.
12413         (message-indent-citation): Use it.
12414         (message-cite-original-without-signature): Respect X-No-Archive.
12415
12416 2005-08-08  Simon Josefsson  <jas@extundo.com>
12417
12418         * pgg.el: Autoload url-insert-file-contents instead of loading
12419         w3/url.
12420         (pgg-insert-url-with-w3): Don't load url here.
12421
12422 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12423
12424         * message.el (message-kill-to-signature): Don't insert newline at
12425         bol.
12426         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12427
12428 2005-08-06  Romain Francoise  <romain@orebokech.com>
12429
12430         * message.el (message-user-fqdn): Fix typo in docstring.
12431
12432 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12433
12434         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12435
12436         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12437
12438 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * mm-bodies.el (mm-encode-body): Use coding system rather than
12441         charset to encode text.
12442
12443         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12444         number of charsets if utf-8 is available (XEmacs).
12445
12446 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12449         taken from `gnus-button-mid-or-mail-regexp'.
12450         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12451         (gnus-button-alist): Improve regexp for domain part of the MIDs
12452         for news:localpart@domain buttons.
12453         (gnus-button-ctan-directory-regexp): Update.
12454
12455 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * sieve-manage.el (sieve-manage-interactive-login): Use
12458         make-local-variable rather than make-variable-buffer-local.
12459         (sieve-manage-open): Ditto.
12460         (sieve-manage-authenticate): Ditto.
12461
12462         * mml.el (mml-generate-mime-1): Make the content type default to
12463         text/plain if the filename is not specified.
12464
12465 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12468         instead of insert-buffer.
12469
12470         * message.el (message-yank-original): Ditto; set the mark at the
12471         end of the yanked message.
12472
12473 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12476         lines to scroll rather than to stop it.
12477
12478         * mml.el (mml-generate-default-type): Add doc string.
12479         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12480         default to application/octet-stream when determining the content
12481         type if it is not specified for the part or the mml contents; add
12482         a comment about mml-generate-default-type.
12483
12484 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12487         make it default to application/octet-stream when determining the
12488         content type if it is not specified for the external contents.
12489
12490 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12493         segmented parameter but also other parameters might be there.
12494
12495 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * mm-decode.el (mm-display-external): Delete temp file, directory
12498         and buffer immediately if the external process is exited.
12499
12500 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12503         fewer lines than that of scroll-margin.
12504         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12505
12506 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (gnus-article-next-page): Revert.
12509         (gnus-article-beginning-of-window): New macro.
12510         (gnus-article-next-page-1): Use it.
12511         (gnus-article-prev-page): Ditto.
12512         (gnus-article-edit-part): Use insert-buffer-substring instead of
12513         insert-buffer.
12514         (gnus-article-edit-exit): Ditto.
12515
12516         * gnus-util.el (gnus-beginning-of-window): Remove.
12517         (gnus-end-of-window): Remove.
12518
12519         * lpath.el: Don't bind header-line-format and scroll-margin.
12520
12521 2005-07-25  Simon Josefsson  <jas@extundo.com>
12522
12523         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12524         to have the url package without w3.  Reported by Daiki Ueno
12525         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12526
12527 2005-07-20  Didier Verna  <didier@xemacs.org>
12528
12529         * gnus-diary.el: Remove the description comment (nndiary is now
12530         properly documented in the Gnus manual).
12531         Fix the spelling of "Back End".
12532         * nndiary.el: Ditto.
12533         Fix the copyright notice.
12534
12535 2005-07-18  Romain Francoise  <romain@orebokech.com>
12536
12537         * gnus-sum.el (gnus-summary-to-prefix)
12538         (gnus-summary-newsgroup-prefix): New variables.
12539         (gnus-summary-from-or-to-or-newsgroups): Use them.
12540
12541 2005-07-17  Romain Francoise  <romain@orebokech.com>
12542
12543         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12544         space as it's generally not especially interesting to the user.
12545
12546 2005-07-16  Romain Francoise  <romain@orebokech.com>
12547
12548         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12549         nil to avoid prompting and file modification if one of the
12550         messages at the top of the nnfolder file contains a copyright
12551         notice.
12552         Update copyright notice.
12553
12554         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12555         instead of `current-time-string' as the latter creates a time
12556         string that is not RFC 2822 compliant (it lacks the zone).
12557         Update copyright notice.
12558
12559 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12560
12561         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12562         for text/rtf.  Display default in prompt.  Pass default for M-n.
12563
12564         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12565
12566 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12567
12568         * gnus-msg.el (gnus-button-mailto): Remove
12569         save-selected-window-window hackery because it relies on
12570         save-selected-window internals.
12571
12572 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12575         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12576         (gnus-article-prev-page): Ditto.
12577
12578         * gnus-util.el (gnus-beginning-of-window): New function.
12579         (gnus-end-of-window): New function.
12580
12581         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12582
12583 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12584
12585         * gnus-score.el (gnus-score-edit-all-score): Set
12586         gnus-score-edit-exit-function to gnus-score-edit-done and call
12587         gnus-message.
12588
12589 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590
12591         * gnus-msg.el (gnus-button-mailto): Remove
12592         save-selected-window-window hackery because it relies on
12593         save-selected-window internals.
12594
12595 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12598         add-minor-mode.
12599         (gnus-binary-mode): Ditto.
12600
12601         * gnus-topic.el (gnus-topic-mode): Ditto.
12602
12603 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12604
12605         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12606         (gnus-article-prev-page): Take scroll-margin into consideration.
12607
12608 2005-07-04  Lute Kamstra  <lute@gnu.org>
12609
12610         Update FSF's address in GPL notices.
12611
12612 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12613
12614         * gnus.el (gnus-exit):
12615         * gnus-group.el (gnus-group-icons):
12616         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12617
12618         * gnus-nocem.el (gnus-nocem):
12619         * message.el (message-various, message-buffers, message-sending)
12620         (message-interface, message-forwarding, message-insertion)
12621         (message-headers, message-news, message-mail):
12622         * pgg-gpg.el (pgg-gpg):
12623         * pgg-parse.el (pgg-parse):
12624         * pgg-pgp.el (pgg-pgp):
12625         * pgg-pgp5.el (pgg-pgp5):
12626         * pop3.el (pop3): Finish `defgroup' description with period.
12627
12628 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-art.el (article-display-face): Improve the efficiency.
12631         (article-display-x-face): Ditto; remove grey x-face stuff.
12632
12633 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-art.el (article-display-face): Correct the position in
12636         which Faces are inserted.
12637
12638 2005-06-29  Didier Verna  <didier@xemacs.org>
12639
12640         * gnus-art.el (article-display-face): Display faces in correct
12641         order.
12642
12643 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12646         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12647         (gnus-nocem-check-article): Fetch the Type header.
12648         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12649         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12650         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12651         make sure gnus-nocem-hashtb is initialized.
12652         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12653         (gnus-nocem-unwanted-article-p): Ditto.
12654
12655         * pgg.el (pgg-verify): Return the verification result.
12656
12657 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12660         is ascii.
12661
12662 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12663
12664         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12665         `show-nonbreak-escape'.
12666
12667 2005-06-23  Lute Kamstra  <lute@gnu.org>
12668
12669         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12670
12671         * dig.el (dig-mode):
12672         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12673
12674 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12675
12676         * nnimap.el (nnimap-split-download-body): Fix spellings.
12677
12678 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12679
12680         * gnus-art.el (gnus-article-encrypt-body):
12681         * gnus-cus.el (gnus-score-customize):
12682         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12683         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12684
12685 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12686
12687         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12688         header by looking for magic "MII" at the beginnig.
12689
12690 2005-06-16  Miles Bader  <miles@gnu.org>
12691
12692         * gnus-xmas.el (gnus-xmas-group-startup-message):
12693         Use renamed gnus-splash face.
12694
12695         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12696         (assistant-field-face): New backward-compatibility alias for renamed
12697         face.
12698         (assistant-render-text): Use renamed assistant-field face.
12699
12700         * spam.el (spam): Remove "-face" suffix from face name.
12701         (spam-face): New backward-compatibility alias for renamed face.
12702         (spam-face, spam-initialize): Use renamed spam face.
12703
12704         * message.el (message-header-to, message-header-cc)
12705         (message-header-subject, message-header-newsgroups)
12706         (message-header-other, message-header-name)
12707         (message-header-xheader, message-separator, message-cited-text)
12708         (message-mml): Remove "-face" suffix from face names.
12709         (message-header-to-face, message-header-cc-face)
12710         (message-header-subject-face, message-header-newsgroups-face)
12711         (message-header-other-face, message-header-name-face)
12712         (message-header-xheader-face, message-separator-face)
12713         (message-cited-text-face, message-mml-face):
12714         New backward-compatibility aliases for renamed faces.
12715         (message-font-lock-keywords): Use renamed message faces.
12716
12717         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12718         (sieve-test-commands, sieve-tagged-arguments):
12719         Remove "-face" suffix from face names.
12720         (sieve-control-commands-face, sieve-action-commands-face)
12721         (sieve-test-commands-face, sieve-tagged-arguments-face):
12722         New backward-compatibility aliases for renamed faces.
12723         (sieve-control-commands-face, sieve-action-commands-face)
12724         (sieve-test-commands-face, sieve-tagged-arguments-face):
12725         Use renamed sieve faces.
12726
12727         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12728         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12729         (gnus-group-news-3-empty, gnus-group-news-4)
12730         (gnus-group-news-4-empty, gnus-group-news-5)
12731         (gnus-group-news-5-empty, gnus-group-news-6)
12732         (gnus-group-news-6-empty, gnus-group-news-low)
12733         (gnus-group-news-low-empty, gnus-group-mail-1)
12734         (gnus-group-mail-1-empty, gnus-group-mail-2)
12735         (gnus-group-mail-2-empty, gnus-group-mail-3)
12736         (gnus-group-mail-3-empty, gnus-group-mail-low)
12737         (gnus-group-mail-low-empty, gnus-summary-selected)
12738         (gnus-summary-cancelled, gnus-summary-high-ticked)
12739         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12740         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12741         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12742         (gnus-summary-low-undownloaded)
12743         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12744         (gnus-summary-low-unread, gnus-summary-normal-unread)
12745         (gnus-summary-high-read, gnus-summary-low-read)
12746         (gnus-summary-normal-read, gnus-splash):
12747         Remove "-face" suffix from face names.
12748         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12749         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12750         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12751         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12752         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12753         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12754         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12755         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12756         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12757         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12758         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12759         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12760         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12761         (gnus-summary-normal-ticked-face)
12762         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12763         (gnus-summary-normal-ancient-face)
12764         (gnus-summary-high-undownloaded-face)
12765         (gnus-summary-low-undownloaded-face)
12766         (gnus-summary-normal-undownloaded-face)
12767         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12768         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12769         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12770         (gnus-splash-face):
12771         New backward-compatibility aliases for renamed faces.
12772         (gnus-group-startup-message): Use renamed gnus faces.
12773
12774         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12775         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12776         (gnus-server-agent): Remove "-face" suffix from face names.
12777         (gnus-server-agent-face, gnus-server-opened-face)
12778         (gnus-server-closed-face, gnus-server-denied-face)
12779         (gnus-server-offline-face):
12780         New backward-compatibility aliases for renamed faces.
12781         (gnus-server-agent-face, gnus-server-opened-face)
12782         (gnus-server-closed-face, gnus-server-denied-face)
12783         (gnus-server-offline-face): Use renamed gnus faces.
12784
12785         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12786         Remove "-face" suffix from face names.
12787         (gnus-picon-xbm-face, gnus-picon-face):
12788         New backward-compatibility aliases for renamed faces.
12789
12790         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12791         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12792         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12793         (gnus-cite-11): Remove "-face" suffix from face names.
12794         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12795         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12796         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12797         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12798         New backward-compatibility aliases for renamed faces.
12799         (gnus-cite-attribution-face, gnus-cite-face-list)
12800         (gnus-article-boring-faces): Use renamed gnus faces.
12801
12802         * gnus-art.el (gnus-signature, gnus-header-from)
12803         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12804         (gnus-header-content): Remove "-face" suffix from face names.
12805         (gnus-signature-face, gnus-header-from-face)
12806         (gnus-header-subject-face, gnus-header-newsgroups-face)
12807         (gnus-header-name-face, gnus-header-content-face):
12808         New backward-compatibility aliases for renamed faces.
12809         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12810
12811         * gnus-sum.el (gnus-summary-selected-face)
12812         (gnus-summary-highlight): Use renamed gnus faces.
12813         * gnus-group.el (gnus-group-highlight): Likewise.
12814
12815 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12816
12817         * gnus-sieve.el (gnus-sieve-article-add-rule):
12818         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12819         * spam-stat.el (spam-stat-buffer-change-to-spam)
12820         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12821
12822         * message.el (message-is-yours-p):
12823         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12824
12825 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * mm-view.el (mm-inline-text): Withdraw the last change.
12828
12829 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12832         executing enriched-decode.
12833
12834 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12837         charset of tar files.
12838
12839 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12840
12841         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12842
12843 2005-06-04  Lute Kamstra  <lute@gnu.org>
12844
12845         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12846         information is never recorded.
12847
12848 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12849
12850         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12851
12852 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * pop3.el (pop3-apop): Run md5 in the binary mode.
12855
12856         * starttls.el (starttls-set-process-query-on-exit-flag):
12857         Use eval-and-compile.
12858
12859 2005-05-31  Simon Josefsson  <jas@extundo.com>
12860
12861         * smime.el (smime-replace-in-string): Define.
12862         (smime-cert-by-ldap-1): Use it.
12863
12864 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (article-display-x-face): Replace
12867         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12868
12869         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12870         set-process-query-on-exit-flag or process-kill-without-query.
12871
12872         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12873         loop instead of replace-regexp.
12874
12875         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12876         instead of process-kill-without-query if it is available.
12877
12878         * lpath.el: Fbind ldap-search-entries.
12879
12880         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12881         instead of find-file-hooks if it is available.
12882
12883         * mml1991.el: Bind pgg-default-user-id when compiling.
12884
12885         * mml2015.el: Bind pgg-default-user-id when compiling.
12886
12887         * nndraft.el (nndraft-request-associate-buffer):
12888         Use write-contents-functions instead of write-contents-hooks if it is
12889         available.
12890
12891         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12892         instead of find-file-hooks if it is available.
12893
12894         * nntp.el (nntp-open-connection): Replace
12895         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12896         (nntp-open-ssl-stream): Ditto.
12897         (nntp-open-tls-stream): Ditto.
12898
12899         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12900         set-process-query-on-exit-flag or process-kill-without-query.
12901         (starttls-open-stream-gnutls): Use it instead of
12902         process-kill-without-query.
12903         (starttls-open-stream): Ditto.
12904
12905 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12906
12907         * smime.el (smime-cert-by-ldap-1): Don't use
12908         replace-regexp-in-string.
12909
12910 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12911
12912         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12913
12914         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12915         in PEM format.  Adjust to the XEmacs compability.
12916
12917 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12920         by `string-to-number'.
12921         * gnus-agent.el (gnus-agent-regenerate-group)
12922         (gnus-agent-fetch-articles): Ditto.
12923         * gnus-art.el (gnus-button-fetch-group): Ditto.
12924         * gnus-cache.el (gnus-cache-generate-active)
12925         (gnus-cache-articles-in-group): Ditto.
12926         * gnus-group.el (gnus-group-set-current-level)
12927         (gnus-group-insert-group-line): Ditto.
12928         * gnus-score.el (gnus-score-set-expunge-below)
12929         (gnus-score-set-mark-below, gnus-summary-score-effect)
12930         (gnus-summary-score-entry): Ditto.
12931         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12932         (gnus-soup-pack): Ditto.
12933         * gnus-spec.el (gnus-xmas-format): Ditto.
12934         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12935         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12936         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12937         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12938         * nndb.el (nndb-get-remote-expire-response): Ditto.
12939         * nndiary.el (nndiary-parse-schedule-value)
12940         (nndiary-string-to-number, nndiary-request-replace-article)
12941         (nndiary-request-article): Ditto.
12942         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12943         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12944         * nneething.el (nneething-make-head): Ditto.
12945         * nnfolder.el (nnfolder-request-article)
12946         (nnfolder-retrieve-headers): Ditto.
12947         * nnheader.el (nnheader-file-to-number): Ditto.
12948         * nnkiboze.el (nnkiboze-request-article): Ditto.
12949         * nnmail.el (nnmail-process-unix-mail-format)
12950         (nnmail-process-babyl-mail-format): Ditto.
12951         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12952         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12953         (nnmh-request-create-group, nnmh-request-list-1)
12954         (nnmh-request-group, nnmh-request-article): Ditto.
12955         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12956         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12957         * nnsoup.el (nnsoup-make-active): Ditto.
12958         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12959         * nntp.el (nntp-find-group-and-number)
12960         (nntp-retrieve-headers-with-xover): Ditto.
12961         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12962         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12963         (pgg-format-key-identifier): Ditto.
12964         * pop3.el (pop3-last, pop3-stat): Ditto.
12965         * qp.el (quoted-printable-decode-region): Ditto.
12966
12967         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12968         of concat.
12969
12970 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12973
12974         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12975
12976         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12977
12978         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12979
12980         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12981
12982         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12983
12984         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12985         (gnus-carpal-mode): Ditto.
12986
12987         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12988         (gnus-browse-mode): Ditto.
12989
12990         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12991
12992         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12993
12994 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12995
12996         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12997
12998 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-util.el (gnus-run-mode-hooks): New function.
13001
13002         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13003
13004         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13005         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13006
13007 2005-05-27  Lute Kamstra  <lute@gnu.org>
13008
13009         * dns-mode.el (dns-mode): Specify customization group.
13010
13011 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13012
13013         * gnus-agent.el (gnus-agent-make-mode-line-string):
13014         Use mode-line-highlight as mouse-face.
13015
13016 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * canlock.el (canlock): Change the parent group to news.
13019
13020         * deuglify.el (gnus-outlook-deuglify): Add :group.
13021
13022         * dig.el (dig): Add :group.
13023
13024         * dns-mode.el (dns-mode): Add :group.
13025
13026         * encrypt.el (encrypt): Add :group.
13027
13028         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13029         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13030         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13031         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13032         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13033
13034         * gnus-diary.el (gnus-diary): Add :group.
13035
13036         * gnus.el (gnus-group-news-1-face): Add :group.
13037         (gnus-group-news-1-empty-face): Ditto.
13038         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13039         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13040         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13041         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13042         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13043         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13044         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13045         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13046         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13047         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13048         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13049         (gnus-summary-high-ticked-face): Ditto.
13050         (gnus-summary-low-ticked-face): Ditto.
13051         (gnus-summary-normal-ticked-face): Ditto.
13052         (gnus-summary-high-ancient-face): Ditto.
13053         (gnus-summary-low-ancient-face): Ditto.
13054         (gnus-summary-normal-ancient-face): Ditto.
13055         (gnus-summary-high-undownloaded-face): Ditto.
13056         (gnus-summary-low-undownloaded-face): Ditto.
13057         (gnus-summary-normal-undownloaded-face): Ditto.
13058         (gnus-summary-high-unread-face): Ditto.
13059         (gnus-summary-low-unread-face): Ditto.
13060         (gnus-summary-normal-unread-face): Ditto.
13061         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13062         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13063
13064         * hashcash.el (hashcash): New custom group.
13065         (hashcash-default-payment): Add :group.
13066         (hashcash-payment-alist): Ditto.
13067         (hashcash-default-accept-payment): Ditto.
13068         (hashcash-accept-resources): Ditto.
13069         (hashcash-path): Ditto.
13070         (hashcash-extra-generate-parameters): Ditto.
13071         (hashcash-double-spend-database): Ditto.
13072         (hashcash-in-news): Ditto.
13073
13074         * message.el (message-minibuffer-local-map): Add :group.
13075
13076         * netrc.el (netrc): Add :group.
13077
13078         * sieve-manage.el (sieve-manage-log): Add :group.
13079         (sieve-manage-default-user): Diito.
13080         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13081         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13082         (sieve-manage-authenticators): Ditto.
13083         (sieve-manage-authenticator-alist): Ditto.
13084         (sieve-manage-default-port): Ditto.
13085
13086         * sieve-mode.el (sieve-control-commands-face): Add :group.
13087         (sieve-action-commands-face): Ditto.
13088         (sieve-test-commands-face): Ditto.
13089         (sieve-tagged-arguments-face): Ditto.
13090
13091         * smime.el (smime): Add :group.
13092
13093         * spam-report.el (spam-report): Add :group.
13094
13095         * spam.el (spam, spam-face): Add :group.
13096
13097 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13100         return \n.\n.\n at the end of articles.  Protect against that.
13101         (nntp-with-open-group): Allow debugging.
13102
13103         * nnheader.el (mail-header-set-extra): Make into a function
13104         because I just could't understand how to quote the list properly.
13105
13106         * dns.el (query-dns-cached): New function.
13107
13108 2005-05-26  Lute Kamstra  <lute@gnu.org>
13109
13110         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13111
13112 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13115
13116         * gnus-art.el: Don't autoload mail-extract-address-components.
13117
13118         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13119         eval-and-compile to evaluate it.
13120
13121         * hashcash.el: Don't autoload executable-find.
13122
13123         * nndb.el: Don't declare the nndb back end two or more times; don't
13124         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13125
13126         * nntp.el: Autoload format-spec instead of format; use
13127         eval-and-compile to evaluate autoload forms.
13128
13129 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13130
13131         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13132
13133 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13134
13135         * gnus.el (gnus-version-number): Bump version.
13136
13137 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13138
13139         * gnus.el: No Gnus v0.3 is released.
13140
13141 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * lpath.el (featurep): Bind show-nonbreak-escape.
13144
13145 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-art.el (gnus-article-edit-part): Disable undo.
13148
13149 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13152         gnus-article-date-lapsed-new-header is t if date timer is active;
13153         skip headers in which the original date value is empty.
13154         (gnus-article-save-original-date): Redefine it as a macro.
13155         (gnus-display-mime): Use it.
13156
13157 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (article-date-ut): Support converting date in
13160         forwarded parts as well.
13161         (gnus-article-save-original-date): New function.
13162         (gnus-display-mime): Use it.
13163
13164 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13165
13166         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13167         enclosure element of <item>.
13168
13169 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * message.el (message-kill-buffer-query): Renamed from
13172         `message-kill-buffer-query-if-modified'.  Added :version.
13173
13174 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13177         window layout.
13178
13179 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * mml.el: Autoload dnd when compiling.
13182
13183 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13186         x-dnd-*.
13187
13188 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * qp.el (quoted-printable-encode-region): Save excursion.
13191
13192 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         * message.el (message-kill-buffer-query-if-modified): Add new variable
13195         so the user can kill a modified message buffer quickly.
13196         (message-kill-buffer): Use it.
13197
13198 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * lpath.el: Fbind display-time-event-handler; don't fbind
13201         string-to-multibyte.
13202
13203         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13204
13205 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13208         contained in text because xml.el decodes entities) with LFs.
13209
13210 2005-04-11  Lute Kamstra  <lute@gnu.org>
13211
13212         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13213         differently.
13214
13215 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13216
13217         * mm-util.el (mm-detect-coding-region): Typo.
13218
13219 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13222
13223 2005-04-06  Deepak Goel  <deego@gnufans.org>
13224
13225         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13226         user-function allow user modifications of the scores.
13227         (spam-stat-score-buffer-user): New function, to allow
13228         user-computed modifications to the score.
13229         (spam-stat-score-buffer-user-functions): List of additional
13230         scoring functions.
13231         (spam-stat-error-holder): Global temporary error holder.
13232         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13233         variable.
13234
13235 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13236
13237         * gnus-registry.el (gnus-registry-clean-empty-function)
13238         (gnus-registry-trim, gnus-registry-fetch-groups)
13239         (gnus-registry-delete-group): Groups that match
13240         `gnus-registry-ignored-groups' are removed from the registry
13241         entries, not just ignored for splitting.  This helps clean up the
13242         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13243         to get all the groups a message ID is in.
13244
13245         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13246         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13247         (spam-stat-score-buffer-user-functions): Add :number custom type.
13248
13249 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13252         argument in XEmacs.
13253
13254         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13255         (nnrss-request-group): Decode group name first.
13256         (nnrss-request-article): Make a text/plain article if mml-to-mime
13257         failed.
13258         (nnrss-get-encoding): Return a compatible encoding according to
13259         nnrss-compatible-encoding-alist.
13260         (nnrss-find-el): Use consp instead of listp.
13261         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13262
13263 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13266         which Emacs 20 doesn't support.
13267         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13268
13269 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13272         silence the byte compiler inside the defun.
13273
13274         * gnus-demon.el (parse-time-string): Add autoload.
13275
13276         * gnus-delay.el (parse-time-string): Add autoload.
13277
13278         * gnus-art.el (parse-time-string): Add autoload.
13279
13280         * nnultimate.el (parse-time): Require for `parse-time-string'.
13281
13282 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13285
13286         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13287
13288         * smime.el (smime-ldap-host-list): Add :version.
13289
13290 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13293         pass it to `gnus-browse-read-group'.
13294         (gnus-browse-read-group): Add NUMBER argument and pass it to
13295         `gnus-group-read-ephemeral-group'.
13296
13297         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13298         argument and pass it to `gnus-group-read-group'.
13299
13300 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13301
13302         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13303         mm-xemacs-find-mime-charset-1 if we have the mule feature
13304         available at runtime.
13305
13306 2005-03-25  Werner Lemberg  <wl@gnu.org>
13307
13308         * nnmaildir.el: Replace `illegal' with `invalid'.
13309
13310 2005-03-23  Lute Kamstra  <lute@gnu.org>
13311
13312         * time-date.el: Add comment on time value formats.
13313         Don't require parse-time.
13314         (with-decoded-time-value): New macro.
13315         (encode-time-value): New function.
13316         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13317         (days-to-time): Return a valid time value when arg is huge.
13318         (time-since): Use time-subtract.
13319         (time-to-number-of-days): Use time-to-seconds.
13320
13321 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * gnus-start.el (gnus-display-time-event-handler):
13324         Check display-time-timer at runtime rather than only at load time
13325         in case display-time-mode is turned off in the mean time.
13326
13327 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13330         used.
13331
13332         * nneething.el (nneething-map-file-directory): Derive from
13333         `gnus-directory'.
13334
13335         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13336         the To/Cc button.
13337
13338 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * nnmaildir.el (nnmaildir-request-accept-article):
13341         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13342
13343 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13344
13345         * gnus-async.el: Require timer-funcs at compile time when in
13346         XEmacs for `run-with-idle-timer'.
13347
13348 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13349
13350         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13351         autoloaded function.
13352
13353 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13354
13355         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13356
13357 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13358
13359         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13360
13361 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13362
13363         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13364         gnus-expert-user to default.
13365
13366 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13367
13368         * nnimap.el (nnimap-open-server): Ditto.
13369
13370         * imap.el (imap-authenticate): Fix typo.
13371
13372 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13373
13374         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13375         buffer (since IMAP server might return FETCH response out of
13376         order, and the nntp buffer must be sorted).
13377
13378 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13379
13380         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13381         comparison on string.
13382
13383         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13384         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13385         (gnus-agent-summary-fetch-series): Modified to protect against
13386         gnus-agent-summary-fetch-group clearing processable flags.
13387         (gnus-agent-synchronize-group-flags): Update live group buffer as
13388         synchronization may occur due to the user toggle the plugged
13389         status.
13390         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13391         successfully downloaded.
13392         (gnus-agent-expire-group-1): Avoid using markers when the overview
13393         is in ascending order; greatly improves performance.
13394         (gnus-agent-regenerate-group): Use
13395         gnus-agent-synchronize-group-flags to reset read status in both
13396         gnus and server.
13397         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13398
13399 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * message.el: Don't autoload former message-utils variables.
13402         (message-strip-subject-trailing-was): Change doc string.
13403
13404         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13405         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13406         (nnweb-google-search): Add "hl=en" here.
13407         (nnweb-google-parse-1, nnweb-google-create-mapping):
13408         Don't hardcode URL.
13409
13410 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * message.el (message-get-reply-headers, message-followup):
13413         Mention related variables `message-use-followup-to' and
13414         `message-use-mail-followup-to', in the information buffer.
13415
13416         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13417         of broken groups(-beta).google.com.
13418
13419 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13422         parameter to invoked gnus-request-move-article; remove the
13423         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13424         all at once instead of once per article.
13425         (gnus-summary-remove-process-mark): Accept a list of articles as
13426         well as a single article for processing.
13427
13428         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13429         parameter.
13430
13431         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13432
13433         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13434
13435         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13436         parameter.
13437
13438         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13439         parameter.
13440
13441         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13442         parameter and remove the gnus-sum-hint-move-is-internal variable.
13443
13444         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13445         parameter.
13446
13447         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13448         parameter.
13449
13450         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13451         parameter.
13452
13453         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13454
13455         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13456         parameter.
13457
13458         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13459         parameter.
13460
13461 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13462
13463         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13464         a more conservative way.
13465
13466 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13467
13468         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13469         buffer, so it moves the window's cursor.
13470
13471 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13472
13473         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13474         `mm-dissect-multipart' and receive the from field as an (optional)
13475         argument from `mm-dissect-multipart'.
13476         (mm-dissect-multipart): Receive the from field as an argument and
13477         pass it on when we call `mm-dissect-buffer' on MIME parts.
13478         Fixes verification/decryption of signed/encrypted MIME parts.
13479
13480 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13481
13482         * gnus-sum.el (gnus-summary-move-article): Set
13483         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13484         whatever it calls (right now, only nnimap-request-move article
13485         respects it).
13486
13487         * nnimap.el (nnimap-request-move-article): When
13488         gnus-sum-hint-move-is-internal is set, don't do the extra
13489         nnimap-request-article.
13490
13491 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13494
13495         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13496         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13497
13498         * gnus-sum.el (gnus-summary-caesar-message):
13499         Apply `gnus-treat-article' after rotation.
13500
13501         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13502         doc string.
13503
13504 2005-02-22  Simon Josefsson  <jas@extundo.com>
13505
13506         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13507         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13508         <arne@arnested.dk>.
13509         (encrypt): Add password-cache and password-cache-expiry as group
13510         members.
13511
13512 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13513
13514         * smime.el (smime-ldap-host-list): Doc fix.
13515         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13516         cache) password.
13517         (smime-sign-region): Use it.
13518         (smime-decrypt-region): Use it.
13519         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13520         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13521         fails.
13522         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13523         certificate from DER to PEM format rather than calling openssl.
13524
13525         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13526
13527         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13528         for signing/encryption.
13529
13530         * mml.el (mml-parse-1): Use them.
13531
13532 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13533
13534         * nnrss.el (nnrss-verbose): Removed.
13535         (nnrss-request-group): Use `nnheader-message' instead.
13536
13537 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13538
13539         * nnrss.el (nnrss-verbose): New variable.
13540         (nnrss-request-group): Make it say nnrss is requesting a group.
13541
13542 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13545         Handle news URL with given port correctly.
13546
13547 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13550         containing special characters.
13551
13552         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13553
13554         * mml.el (mime-to-mml): Ditto.
13555
13556         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13557         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13558         (rfc2047-decode-region): Quote decoded words containing special
13559         characters when rfc2047-quote-decoded-words-containing-tspecials
13560         is non-nil.
13561
13562 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13563
13564         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13565
13566         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13567
13568 2005-02-15  Simon Josefsson  <jas@extundo.com>
13569
13570         * nnimap.el (nnimap-debug): Doc fix.
13571
13572         * imap.el (imap-debug): Doc fix.
13573
13574 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13577
13578 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13579
13580         * gnus.el (spam-contents): Improve docs for spam-contents
13581         parameter in its variable incarnation.
13582
13583 2005-02-14  Simon Josefsson  <jas@extundo.com>
13584
13585         * smime-ldap.el: Use require instead of load-library for ldap.
13586         (smime-ldap-search): Indent.
13587         (smime-ldap-search-internal): Shorten line.
13588
13589         * smime.el (smime-cert-by-dns): Add doc-string.
13590         (smime-cert-by-ldap-1): Indent.
13591
13592         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13593         mml-smime-get-dns-ldap.
13594         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13595
13596 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13597
13598         * smime.el: Require smime-ldap.
13599         (smime-ldap-host-list): New variable.
13600         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13601
13602         * mml-smime.el (mml-smime-encrypt-query): New function.
13603         (mml-smime-encrypt-query): Use it.
13604
13605         * smime-ldap.el: New file.
13606
13607 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13610
13611 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13614         argument in doc string.  Make query for type more clear.
13615
13616 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * gnus.el (gnus-group-startup-message): Search for gnus images in
13619         etc/images/gnus.
13620         * mm-util.el (mm-image-load-path): Likewise.
13621         * smiley.el (smiley-data-directory): Search for smilies in
13622         etc/images/smilies.
13623
13624 2005-02-09  Kim F. Storm  <storm@cua.dk>
13625
13626         Change Emacs release version from 21.4 to 22.1 throughout.
13627         Change Emacs development version from 21.3.50 to 22.0.50.
13628
13629 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13632
13633         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13634         non-Mule XEmacs as well.
13635         (mm-decompress-buffer): Signal an error intentionally if it does
13636         not decompress compressed data because auto-compression-mode is
13637         disabled.
13638
13639 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13640
13641         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13642         an ID in the registry even if it has no groups.
13643
13644 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13647         merge it into mm-decompress-buffer.
13648         (gnus-mime-copy-part): Use the MIME part charset, the value which
13649         a user specified or gnus-newsgroup-charset for decoding, like
13650         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13651         save-buffer what was used.  Suggested by Kevin Ryde
13652         <user42@zip.com.au>.
13653         (gnus-mime-inline-part): Allow the name parameter as well as the
13654         filename parameter; force decompressing of compressed data; always
13655         display contents being not decoded as unibyte.
13656
13657         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13658         as well as the filename parameter.
13659
13660         * mm-util.el (mm-decompress-buffer): Merge
13661         gnus-mime-jka-compr-maybe-uncompress.
13662         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13663         of compressed data.
13664
13665 2005-02-08  Simon Josefsson  <jas@extundo.com>
13666
13667         * imap.el (imap-log): Doc fix.
13668
13669 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13672         the coding cookies; decompress compressed parts.
13673
13674         * mml.el (mml-generate-mime-1): Add the charset parameter according
13675         to the value which a user specified manually or the coding cookie.
13676
13677         * mm-util.el (mm-string-to-multibyte): New function.
13678         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13679         (mm-coding-system-to-mime-charset): New function.
13680         (mm-decompress-buffer): New function.
13681         (mm-find-buffer-file-coding-system): New function.
13682
13683         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13684         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13685         parts.
13686
13687 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13688
13689         * mm-view.el (mm-display-inline-fontify): Decode a part according
13690         to the charset parameter.
13691
13692 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13695         prefix arg is neither nil nor a number, as info specifies.
13696
13697 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13700         timestamps.
13701
13702 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13703
13704         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13705         groups error checking and notify user.
13706
13707 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13708
13709         * message.el (message-send-mail-function): Check existence of
13710         sendmail-program first before using default value
13711         `message-send-mail-with-sendmail'.  Otherwise use more generic
13712         `smtpmail-send-it'.
13713
13714 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * nntp.el (nntp-request-update-info): Always return nil.
13717
13718 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13721
13722 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13723
13724         * message.el (message-beginning-of-line): Change the behavior when
13725         invoked between BOL and : so that it first moves backward.
13726
13727 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13730         article buffer when editing of the article is discarded.
13731         (gnus-article-prepare): Revert.
13732
13733 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-art.el (gnus-article-prepare):
13736         Remove message-strip-forbidden-properties from the local hook.
13737
13738 2005-01-27  Simon Josefsson  <jas@extundo.com>
13739
13740         * password.el (password-cache-add): Only start one timer per key.
13741         Reported by Derek Atkins <warlord@MIT.EDU>.
13742
13743 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13744
13745         * run-at-time.el: Removed.  It is no longer needed as
13746         timer-funcs.el in the xemacs-base package has a working version of
13747         `run-at-time'.
13748
13749         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13750
13751         * password.el: Require timer-funcs instead of run-at-time in
13752         XEmacs.
13753         Remove `password-run-at-time' macro.
13754         (password-cache-add): Use `run-at-time' instead of
13755         `password-run-at-time'.
13756
13757         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13758         Remove `nnheader-cancel-function-timers' alias,
13759         `cancel-function-timers' exists in XEmacs in timer-funcs.
13760
13761         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13762         for `run-with-idle-timer'.
13763
13764         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13765         for `run-at-time'.
13766
13767         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13768         for `with-timeout'.
13769
13770         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13771         the same as for XEmacs 21.4.
13772         No need to ignore `run-with-idle-timer', this function exists in
13773         XEmacs now in timer-funcs.el in the xemacs-base package.
13774         (dgnushack-compile): No need to delete
13775         run-at-time.el from the list of files to compile because it
13776         doesn't exist anymore.
13777
13778 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13781         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13782
13783 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13784
13785         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13786         sensitively.
13787
13788 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13789
13790         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13791
13792 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13795         which will be inserted according to the multibyteness of a buffer
13796         rather than the type of contents.  Suggested by ARISAWA Akihiro
13797         <ari@mbf.ocn.ne.jp>.
13798
13799         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13800         of string which old xml.el may return rather than a string.
13801
13802 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13805
13806 2005-01-16  Simon Josefsson  <jas@extundo.com>
13807
13808         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13809         idn/idna.el isn't available.
13810         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13811         <michael@waxrat.com>.
13812
13813         * hashcash.el: Remove non-FSF copyright header.
13814
13815         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13816         (hashcash-generate-payment): Use it.
13817         (hashcash-generate-payment-async): Use it.
13818
13819 2005-01-15  Simon Josefsson  <jas@extundo.com>
13820
13821         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13822         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13823
13824         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13825         gnus-summary-idna-message.
13826         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13827         (gnus-summary-idna-message): New function.
13828
13829 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13832         gnus-novice-user.
13833
13834 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * nnrss.el (nnrss-request-delete-group): Delete entries in
13837         nnrss-group-alist as well.
13838         (nnrss-save-server-data): Insert newline.
13839
13840 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * gnus.el (gnus-user-agent): Use list of symbols instead of
13843         symbols.  Display full version number for (S)XEmacs.  Optionally
13844         display (S)XEmacs codename.
13845
13846         * gnus-util.el (gnus-emacs-version): Update for new
13847         `gnus-user-agent'.
13848
13849         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13850         Gnus version.
13851
13852 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13855         which is unreadable in some setups.
13856
13857 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-spec.el (gnus-update-format-specifications): Flush the
13860         group format spec cache if it doesn't support decoded group names.
13861
13862 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13865         Allow to apply decay on score files matching a regexp.
13866
13867 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13870         compatibility in %g and %c.
13871
13872 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13875         name for only %g and %c.
13876         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13877         of gnus-tmp-group to decoded group name.
13878         (gnus-group-make-rss-group): Exclude `/'s from group names.
13879
13880 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * nnrss.el (nnrss-get-encoding): Fix regexp.
13883
13884 2004-12-27  Simon Josefsson  <jas@extundo.com>
13885
13886         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13887         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13888         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13889
13890 2004-12-17  Kim F. Storm  <storm@cua.dk>
13891
13892         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13893
13894         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13895
13896 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13897
13898         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13899
13900 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * nnrss.el: Require rfc2047 and mml.
13903         (nnrss-file-coding-system): New variable.
13904         (nnrss-format-string): Redefine it as an inline function.
13905         (nnrss-decode-group-name): New function.
13906         (nnrss-string-as-multibyte): Remove.
13907         (nnrss-retrieve-headers): Decode group name; don't use
13908         nnrss-format-string.
13909         (nnrss-request-group): Decode group name.
13910         (nnrss-request-article): Decode group name; allow a Message-ID as
13911         well as an article number; don't use nnrss-format-string; encode a
13912         Message-ID string which may contain non-ASCII characters; use
13913         mml-to-mime to compose a MIME article.
13914         (nnrss-request-expire-articles): Decode group name.
13915         (nnrss-request-delete-group): Decode group name.
13916         (nnrss-fetch): Clarify error message.
13917         (nnrss-read-server-data): Use insert-file-contents instead of load;
13918         bind file-name-coding-system; use multibyte buffer.
13919         (nnrss-save-server-data): Bind coding-system-for-write to the
13920         value of nnrss-file-coding-system; bind file-name-coding-system;
13921         add coding cookie.
13922         (nnrss-read-group-data): Use insert-file-contents instead of load;
13923         bind file-name-coding-system; use multibyte buffer.
13924         (nnrss-save-group-data): Bind coding-system-for-write to the
13925         value of nnrss-file-coding-system; bind file-name-coding-system.
13926         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13927         make it work with non-ASCII text.
13928         (nnrss-find-el): Make it work with old xml.el as well.
13929
13930 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13931
13932         * nnrss.el (nnrss-get-encoding): New function.
13933         (nnrss-fetch): Use unibyte buffer initially; bind
13934         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13935         decode contents according to the encoding attribute.
13936         (nnrss-save-group-data): Add coding cookie.
13937         (nnrss-mime-encode-string): New function.
13938         (nnrss-check-group): Use it to encode subject and author.
13939
13940 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13941
13942         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13943         imaginary variable.
13944
13945 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13948         correctly even if there are wide characters.
13949
13950 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13951
13952         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13953         downcased symbol names; make a new cache instead of reusing
13954         bbdb-hashtable.
13955
13956 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13959         concatenating segments rather than before concatenating them.
13960         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13961
13962         * message.el (message-get-reply-headers): Bind `extra'.
13963
13964 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13965
13966         * message.el (message-extra-wide-headers): New variable.
13967         (message-get-reply-headers): Use it.
13968
13969 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13972         (gnus-agent-group-pathname): Ditto.
13973
13974         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13975
13976         * gnus-group.el (gnus-group-make-group): Decode group name.
13977         (gnus-group-make-rss-group): Register the group data after opening
13978         the nnrss group.
13979
13980 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13981
13982         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13983         by expiry now get marked as read.
13984
13985 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13988
13989 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13990
13991         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13992         unify Latin characters in XEmacs.
13993         (mm-find-mime-charset-region): Use it.
13994
13995 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-util.el (gnus-delete-directory): New function.
13998
13999         * gnus-agent.el (gnus-agent-delete-group): Use it.
14000
14001         * gnus-cache.el (gnus-cache-delete-group): Use it.
14002
14003 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14006         names.
14007
14008 2004-12-16  Simon Josefsson  <jas@extundo.com>
14009
14010         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14011
14012 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14015
14016         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14017         (gnus-group-set-current-level): Decode group name.
14018
14019 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14020
14021         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14022         failed.
14023
14024 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-group.el (gnus-group-delete-group): Decode group name.
14027         (gnus-group-make-rss-group): Encode group name.
14028         (gnus-group-catchup-current): Decode group name.
14029         (gnus-group-kill-group): Decode group name.
14030
14031 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14032
14033         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14034
14035 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-group.el (gnus-group-make-rss-group):
14038         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14039
14040         * gnus-start.el (gnus-setup-news): Honor user's setting to
14041         gnus-message-archive-method.  Suggested by Lute Kamstra
14042         <lute@gnu.org>.
14043
14044 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14045
14046         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14047         global counterparts of the buffer-local variables.
14048
14049 2004-11-16  Romain Francoise  <romain@orebokech.com>
14050
14051         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14052         counterparts of the buffer-local variables.
14053
14054 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * message.el (message-forbidden-properties): Fixed typo in doc
14057         string.
14058
14059 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gnus-util.el (gnus-replace-in-string): Added doc string.
14062
14063         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14064         to avoid problems when splitting mails with many recipients.
14065
14066 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14069         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14070
14071 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14072
14073         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14074         if there is no hashtable in memory or file modification time is
14075         newer than cached timestamp.
14076
14077 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14080         not-matching option.
14081
14082 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14085         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14086         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14087         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14088         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14089         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14090
14091 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * message.el (message-forward-make-body-mml): Remove headers
14094         according to message-forward-ignored-headers if a message is decoded.
14095
14096 2004-12-02  Romain Francoise  <romain@orebokech.com>
14097
14098         * message.el (message-forward-make-body-plain): Always remove
14099         headers according to message-forward-ignored-headers.
14100
14101 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * spam.el (spam-summary-prepare-exit): Remove the
14104         gnus-summary-limit pop for now, it has problems with ham marks for
14105         me.
14106
14107 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14108
14109         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14110         correctly.
14111
14112 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14113
14114         * format-spec.el (format-spec): Message the char.
14115
14116 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * gnus-art.el (gnus-split-methods): Reformat comments.
14119
14120         * spam.el (spam-summary-prepare-exit): Remove article limits
14121         before exiting the summary buffer.
14122
14123 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14126         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14127
14128         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14129         order to silence the byte compiler.
14130
14131         * spam.el: Fix the way to silence the byte compiler, which
14132         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14133         bbdb-search-simple, spam-BBDB-register-routine,
14134         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14135         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14136         spam-stat-buffer-is-spam, spam-stat-load,
14137         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14138         spam-stat-save and spam-stat-split-fancy.
14139
14140 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14143         which may confuse users.
14144         (canlock-password-for-verify): Ditto.
14145
14146         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14147
14148         * gnus-art.el (gnus-emphasis-alist): Ditto.
14149
14150         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14151
14152         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14153
14154         * gnus-start.el (gnus-save-killed-list): Ditto.
14155
14156         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14157         (gnus-sum-thread-tree-root): Ditto.
14158         (gnus-sum-thread-tree-false-root): Ditto.
14159         (gnus-sum-thread-tree-single-indent): Ditto.
14160
14161         * message.el (message-courtesy-message): Ditto.
14162         (message-archive-note): Ditto.
14163         (message-subscribed-address-file): Ditto.
14164         (message-user-fqdn): Ditto.
14165
14166         * spam-report.el (spam-report-gmane-regex): Ditto.
14167
14168         * spam.el (spam-blackhole-good-server-regex): Ditto.
14169
14170 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mml.el (mml-preview): Widen the message buffer before copying
14173         the contents to the preview buffer; sort headers before previewing.
14174
14175         * message.el (message-hidden-headers): Fix the way to avoid a bug
14176         in the `repeat' widget in Emacs 21.3 or earlier.
14177
14178 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * message.el (message-hidden-headers): Default to "^References:".
14181         Improve customization type.  Suggested by Reiner Steib
14182         <Reiner.Steib@gmx.de>.
14183
14184 2004-11-25  Romain Francoise  <romain@orebokech.com>
14185
14186         * message.el (message-strip-forbidden-properties): Remove check for
14187         obsolete `message-hidden' text property, hidden headers are not
14188         accessible in the buffer anymore.
14189
14190 2004-11-22  Romain Francoise  <romain@orebokech.com>
14191
14192         * message.el (message-header-format-alist): Add `From' in list
14193         so that it can be sorted.
14194         (message-fix-before-sending): Widen and sort headers before
14195         sending.
14196         (message-hide-headers): Use narrowing to hide headers by moving
14197         them to the top of the buffer and narrowing to the region
14198         underneath.
14199
14200 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * message.el (message-strip-forbidden-properties): Bind
14203         buffer-read-only (etc) to nil.
14204
14205 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14208         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14209
14210 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14211
14212         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14213
14214 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14215
14216         * dns.el (query-dns): Use sit-for to time instead of
14217         accept-process-output, since that doesn't seem to work on udp
14218         sockets.
14219
14220 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14223
14224 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14225
14226         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14227         doc string.  Improve doc string.
14228
14229 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * nntp.el (nntp-request-update-info): Return nil if
14232         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14233         may not call gnus-activate-group which uselessly issues the GROUP
14234         commands for all nntp groups and wastes time.  Reported by Romain
14235         Francoise <romain@orebokech.com>.
14236
14237         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14238
14239 2004-11-15  Simon Josefsson  <jas@extundo.com>
14240
14241         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14242         headers separately.
14243         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14244         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14245
14246 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-start.el (gnus-convert-old-newsrc):
14249         Assign legacy-gnus-agent to 5.10.7.
14250
14251 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14252
14253         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14254         start of the lines.
14255
14256 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14257
14258         * hashcash.el (hashcash-default-payment): Change default to 20.
14259         (hashcash-default-accept-payment): Change default to 20.
14260         (hashcash-process-alist): New variable.
14261         (hashcash-generate-payment-async): Add.
14262         (hashcash-already-paid-p): Add.
14263         (hashcash-insert-payment): Don't generate payments twice.
14264         (hashcash-insert-payment-async): Add.
14265         (hashcash-insert-payment-async-2): Add.
14266         (hashcash-cancel-async): Add.
14267         (hashcash-wait-async): Add.
14268         (hashcash-processes-running-p): Add.
14269         (hashcash-wait-or-cancel): Add.
14270         (mail-add-payment): New optional argument.  Conditionally start
14271         asynchronous calculation.
14272         (mail-add-payment-async): Add.
14273
14274         * message.el (message-send-mail): Wait for asynchronous hashcash
14275         results.  Don't clobber existing X-Hashcash headers.
14276         (message-setup-1): Call mail-add-payment-async when
14277         message-generate-hashcash is non-nil.
14278
14279 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14280
14281         * message.el (message-use-alternative-email-as-from): Examine the
14282         From header as well; use message-make-from in order to include a
14283         user's full name.
14284
14285 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14288         default; improve customization type.
14289         (gnus-emphasis-custom-with-format): New macro.
14290         (gnus-emphasis-custom-value-to-external): New function.
14291         (gnus-emphasis-custom-value-to-internal): New function.
14292
14293 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * dns.el (query-dns): Resolve reverse addresses.
14296
14297 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * gnus-group.el (gnus-group-get-new-news): Use it.
14300
14301         * gnus-start.el (gnus-check-reasonable-setup): New function.
14302
14303 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14306         "Args out of range" error.  Reported by Arnaud Giersch
14307         <arnaud.giersch@free.fr>.
14308
14309 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14310
14311         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14312
14313 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14314
14315         * spam.el (spam group): Add :version.
14316
14317         * pgg-def.el (pgg group): Add :version.
14318
14319 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-art.el (gnus-article-edit-article): Don't associate the
14322         article buffer with a draft file.  This is a temporary measure
14323         against the 2004-08-22 change to gnus-article-edit-mode.
14324
14325 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14328         (html2text-format-tags): Remove unused variable `attr'.
14329
14330 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14333
14334         * tls.el (tls-process-connection-type, tls-success)
14335         (tls-certtool-program): Add :version.
14336
14337         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14338         (starttls-extra-arguments, starttls-process-connection-type)
14339         (starttls-connect, starttls-failure, starttls-success): Add :version.
14340
14341         * spam-stat.el (spam-stat): Add :version.
14342
14343         * sieve.el (sieve): Add :version.
14344
14345         * sha1.el (sha1): Add :version.
14346         (sha1-use-external): Remove redundant version.
14347
14348         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14349         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14350         (nnmail-split-fancy-match-partial-words)
14351         (nnmail-split-lowercase-expanded): Add :version.
14352
14353         * nndiary.el (nndiary): Add :version.
14354
14355         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14356
14357         * mml-sec.el (mml-default-sign-method)
14358         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14359         Add :version.
14360
14361         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14362
14363         * mm-url.el (mm-url-use-external, mm-url-program)
14364         (mm-url-arguments): Add :version.
14365
14366         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14367         (mm-attachment-file-modes, mm-decrypt-option)
14368         (mm-w3m-safe-url-regexp): Add :version.
14369
14370         * message.el (message-cite-prefix-regexp)
14371         (message-sendmail-envelope-from, message-minibuffer-local-map)
14372         (message-user-fqdn, message-completion-alist): Add :version.
14373
14374         * gnus-win.el (gnus-configure-windows-hook)
14375         (gnus-use-frames-on-any-display): Add :version.
14376
14377         * gnus-art.el (gnus-article-address-banner-alist)
14378         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14379         (gnus-treat-from-picon, gnus-treat-mail-picon)
14380         (gnus-treat-x-pgp-sig): Add :version.
14381
14382         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14383         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14384         (gnus-summary-article-delete-hook)
14385         (gnus-summary-display-while-building): Add :version.
14386
14387         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14388         (gnus-get-top-new-news-hook): Add :version.
14389
14390         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14391         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14392
14393         * gnus-registry.el (gnus-registry): Add :version.
14394
14395         * gnus-spec.el (gnus-use-correct-string-widths)
14396         (gnus-make-format-preserve-properties): Add :version.
14397
14398         * gnus.el (gnus-group-charter-alist)
14399         (gnus-group-fetch-control-use-browse-url)
14400         (gnus-install-group-spam-parameters): Add :version.
14401
14402         * gnus-diary.el (gnus-diary): Add :version.
14403
14404         * gnus-delay.el (gnus-delay): Add :version.
14405
14406         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14407         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14408         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14409         Add :version.
14410
14411         * gnus-agent.el (gnus-agent-max-fetch-size)
14412         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14413         (gnus-agent-prompt-send-queue): Add :version.
14414
14415         * deuglify.el (gnus-outlook-deuglify): Add :version.
14416
14417         * html2text.el: Beautify code.  Improve doc strings.  Some
14418         checkdoc cleanup.
14419         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14420
14421 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14422
14423         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14424
14425 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14426
14427         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14428         when package is loaded.
14429
14430         * spam.el (spam-summary-score-preferred-header): Add global preference
14431         for people who want to override the default SpamAssassin over
14432         Bogofilter preference (when both are set).
14433         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14434         (spam-user-format-function-S): Check
14435         spam-summary-score-preferred-header.
14436         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14437         (spam-user-format-function-S): Format the score correctly.
14438
14439 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14442         signature file.  Suggested by Manoj Srivastava
14443         <srivasta@golden-gryphon.com>.
14444
14445         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14446         iso-2022-jp even in the Japanese language environment.
14447         Suggested by Jason Rumney <jasonr@gnu.org>.
14448
14449 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14452         use the same characters as the dummy marks; make it free from
14453         getting affected by the language environment.
14454         (gnus-summary-read-group-1): Update mark positions only when the
14455         format spec is updated.
14456
14457         * gnus-spec.el (gnus-update-format-specifications): Return a list
14458         of updated types.
14459
14460 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14463         of boundp to check if display-warning is available.
14464
14465 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14468
14469 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * nnspool.el (nnspool-spool-directory): Use news-path if the
14472         news-directory variable is not bound.
14473
14474         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14475         function instead of display-warning if it is not available.
14476
14477 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14480         v5-10: Use `point-at-bol'.
14481
14482 2004-10-26  Simon Josefsson  <jas@extundo.com>
14483
14484         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14485         <chenggao@gmail.com>.
14486
14487 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14490         instead.
14491
14492 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14495         to remove a server from the nnimap-server-buffer-alist.
14496         (nnimap-open-connection, nnimap-close-server): Use it.
14497
14498         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14499
14500 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14503         running the major-mode function.
14504
14505 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14508         dummy marks in the right way.
14509
14510 2004-10-18  David Edmondson  <dme@dme.org>
14511
14512         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14513         excessively.
14514
14515 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14516
14517         * gnus-util.el (gnus-split-references): Accept a nil references
14518         string and go on blissfully.
14519
14520         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14521         cases where the references string is non-nil but has no references.
14522
14523         * encrypt.el: Add autoload tags.
14524
14525         * spam.el (spam-resolve-registrations-routine): Remove article
14526         from unregistration list too.  Reported by David Hanak
14527         <dhanak@isis.vanderbilt.edu>
14528
14529 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14532         nil.  Changed custom type.
14533
14534 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14537
14538         * gnus-sum.el (gnus-summary-move-article): Use it.
14539
14540 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14541
14542         * encrypt.el: Add autoload cookies.
14543
14544         * spam.el (spam-backend-article-list-property)
14545         (spam-backend-get-article-todo-list)
14546         (spam-backend-put-article-todo-list)
14547         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14548         Resolve registrations separately.
14549         (spam-register-routine): Format comments.
14550         (spam-unregister-routine, spam-register-routine): Always call with
14551         specific-articles, no default list.
14552         (spam-summary-prepare-exit): Use the spam-classifications function.
14553
14554         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14555         gnus-encrypt.el.
14556
14557         * encrypt.el: Copied from gnus-encrypt.el.
14558
14559         * gnus-encrypt.el: Commented that it's obsolete.
14560
14561 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14564         (gnus-score-save): Use it.
14565
14566         * message.el (message-bury): Use `window-dedicated-p'.
14567
14568 2004-10-15  Simon Josefsson  <jas@extundo.com>
14569
14570         * pop3.el (top-level): Don't require nnheader.
14571         (pop3-read-timeout): Add.
14572         (pop3-accept-process-output): Add.
14573         (pop3-read-response, pop3-retr): Use it.
14574
14575 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * spam.el (spam-register-routine): Move comment.
14578         (spam-verify-bogofilter): Use 'unknown for the initial
14579         spam-bogofilter-valid state, not 'never.
14580
14581         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14582         for netrc-machine.
14583
14584         * nnimap.el (nnimap-open-connection): Use
14585         netrc-machine-user-or-password.
14586
14587 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14588
14589         * gnus-registry.el (gnus-registry-unload-hook):
14590         Set as a variable with add-hook.
14591
14592         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14593         of news-path.
14594
14595         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14596
14597         * spam.el: Delete duplicate `provide'.
14598         (spam-unload-hook): Set as a variable with add-hook.
14599
14600 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14603         in the doc string.
14604
14605         * message.el (message-ignored-news-headers)
14606         (message-ignored-supersedes-headers)
14607         (message-ignored-resent-headers)
14608         (message-forward-ignored-headers): Improve custom type.
14609
14610 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * message.el (message-tokenize-header): Fix 2004-09-06 change
14613         which used point-min in the wrong place.
14614
14615 2004-10-12  Simon Josefsson  <jas@extundo.com>
14616
14617         * tls.el (tls-certtool-program): New variable.
14618         (tls-certificate-information): New function, based on
14619         ssl-certificate-information.
14620
14621 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * compface.el: Move the version of ELisp-based uncompface program
14624         to the contrib directory because of the copyright problem.
14625
14626 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14627
14628         * message.el (message-kill-buffer): Raise the current frame.
14629
14630 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14633
14634         * gnus.el (message-y-or-n-p): Autoload.
14635
14636         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14637         (pop3-password-required, pop3-authentication-scheme)
14638         (pop3-leave-mail-on-server): Made customizable.
14639         (pop3): New custom group.
14640         (pop3-retr): Remove `sleep-for' statements.
14641         Suggested by Dave Love <fx@gnu.org>.
14642
14643         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14644         Windows/DOS.
14645
14646         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14647         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14648         Dave Love <fx@gnu.org>.
14649
14650         * mml.el (mml-minibuffer-read-disposition): Require match.
14651         Suggested by Dave Love <fx@gnu.org>.
14652
14653 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14656         doc string.
14657
14658 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14661
14662 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14663
14664         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14665         instead of calling `mm-insert-inline', to decode text/* parts
14666         before displaying them.
14667
14668 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-uu.el (mm-uu-text-plain-type): New variable.
14671         (mm-uu-pgp-signed-extract-1): Use it.
14672         (mm-uu-pgp-encrypted-extract-1): Use it.
14673         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14674         bind mm-uu-text-plain-type with that value.
14675         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14676         mm-uu-dissect.
14677
14678 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-group.el (gnus-update-group-mark-positions):
14681         * gnus-sum.el (gnus-update-summary-mark-positions):
14682         * message.el (message-check-news-body-syntax):
14683         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14684         of string-as-multibyte.
14685
14686 2004-10-05  Juri Linkov  <juri@jurta.org>
14687
14688         * gnus-group.el (gnus-update-group-mark-positions):
14689         * gnus-sum.el (gnus-update-summary-mark-positions):
14690         * message.el (message-check-news-body-syntax):
14691         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14692         8-bit unibyte values to a multibyte string for search functions.
14693
14694 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14697         (mm-uu-dissect-text-parts): New function.
14698
14699         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14700         dissect text parts.
14701
14702         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14703         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14704
14705         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14706
14707         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14708         gnus-current-topics instead of gnus-current-topic.
14709
14710 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14711
14712         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14713
14714 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14715
14716         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14717         where approriate.
14718
14719         * nnml.el (nnml-generate-active-info): do.
14720
14721         * nndiary.el (nndiary-generate-active-info): do.
14722
14723         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14724         (gnus-topic-move): do.
14725
14726         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14727         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14728
14729         * gnus-srvr.el (gnus-server-prepare)
14730         (gnus-server-open-all-servers): do.
14731
14732         * gnus-msg.el (gnus-summary-cancel-article)
14733         (gnus-summary-resend-message)
14734         (gnus-summary-mail-crosspost-complaint): do.
14735
14736         * gnus-move.el (gnus-change-server): do.
14737
14738         * gnus-group.el (gnus-group-unmark-all-groups)
14739         (gnus-group-set-current-level): do.
14740
14741 2004-10-04  Simon Josefsson  <jas@extundo.com>
14742
14743         * message.el (message-generate-hashcash): Doc fix.
14744
14745 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14746
14747         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14748         avoid infinite recursion via gnus-get-function.
14749
14750 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14751
14752         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14753
14754         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14755
14756         * nnmail.el (nnmail-split-history): do.
14757
14758         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14759         (nnml-request-delete-group): do.
14760
14761         * nnslashdot.el (nnslashdot-read-groups): do.
14762
14763         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14764         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14765
14766         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14767         (nnspool-sift-nov-with-sed): Use last.
14768         (nnspool-retrieve-headers-with-nov): Use mapc.
14769         (nnspool-request-newgroups): Use dolist.
14770         (nnspool-request-group): Use last.
14771
14772         * nntp.el (nntp-read-server-type): Use dolist.
14773
14774         * nnvirtual.el (nnvirtual-create-mapping)
14775         (nnvirtual-update-read-and-marked): Use dolist.
14776         (nnvirtual-convert-headers): Simplify.
14777
14778 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14779
14780         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14781         support for sync'ing tick marks.
14782
14783 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14786         there's no visible header.
14787
14788 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14789
14790         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14791         necessary, pass full group name to gnus-request-set-marks.
14792
14793 2004-10-01  Simon Josefsson  <jas@extundo.com>
14794
14795         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14796         acroread.
14797
14798 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14799
14800         * spam-report.el (spam-report-gmane): Fix interactive.
14801
14802         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14803
14804         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14805         when writing file.
14806         (gnus-agent-synchronize-flags): Don't default to being
14807         interactive.
14808
14809 2004-09-30  Simon Josefsson  <jas@extundo.com>
14810
14811         * message.el (message-generate-hashcash): Add.
14812         (message-send-mail): Use it, call mail-add-payment.
14813
14814 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14817
14818 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14819
14820         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14821         gnus-requst-update-info with explicit code to sync the in-memory
14822         info read flags with the marks being sync'd to the backend.
14823
14824         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14825
14826 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14827
14828         * spam.el (spam-verify-bogofilter): Add new function.
14829         (spam-check-bogofilter)
14830         (spam-bogofilter-register-with-bogofilter): Use it.
14831         (spam-verify-bogofilter): Add small fixes.
14832
14833 2004-09-28  Simon Josefsson  <jas@extundo.com>
14834
14835         * hashcash.el (hashcash-generate-payment): Revert.
14836
14837 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14840         gnus-extract-references instead of gnus-split-references.
14841
14842         * gnus-util.el (gnus-extract-references): Add new function, analogous
14843         to gnus-split-references but extracts only the message-ID without
14844         anything extra.
14845
14846         * hashcash.el (hashcash-generate-payment)
14847         (hashcash-check-payment): Do the right thing if hashcash-path is
14848         nil (because the hashcash program could not be found).
14849
14850         * spam.el (spam-use-hashcash): Remove comment.
14851
14852 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14853
14854         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14855         (gnus-cache-enter-article, gnus-cache-remove-article)
14856         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14857
14858         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14859
14860         * gnus-art.el (article-hide-boring-headers)
14861         (article-translate-strings, article-display-face)
14862         (gnus-article-mime-match-handle-first)
14863         (gnus-article-highlight-headers)
14864         (gnus-article-add-buttons-to-head): do.
14865
14866 2004-09-27  Simon Josefsson  <jas@extundo.com>
14867
14868         * hashcash.el: New version, from
14869         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14870         ../contrib/.
14871
14872 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14875
14876 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14877
14878         * gnus-dup.el (gnus-dup-open): Use mapc.
14879         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14880
14881         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14882         Reported by Stefan Wiens <s.wi@gmx.net>.
14883
14884         * gnus.el (gnus-shutdown): Use dolist.
14885
14886         * gnus-undo.el (gnus-undo): Use mapc.
14887
14888         * nnrss.el (nnrss-generate-active): do.
14889
14890         * message.el (message-cite-original-without-signature)
14891         (message-cite-original): Use mapc.
14892         (message-do-actions, message-make-forward-subject): Use dolist.
14893
14894 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14895
14896         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14897         deletion to remove entire duplicate line.  Fixes merged article
14898         number bug.
14899
14900 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14901
14902         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14903         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14904         first ask if you want to open a server and then, even when you
14905         responded with no, asking if you want to synchronize the server's
14906         flags.
14907         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14908         multi-line expressions.
14909         (gnus-agent-synchronize-group-flags): New internal function.
14910         Updates marks in memory (in the info structure) AND in the
14911         backend.
14912
14913         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14914
14915         * nnagent.el (nnagent-request-set-mark): Use
14916         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14917         method, to ensure that synchronization updates marks in the
14918         backend and in the info (in memory) structure.
14919
14920 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14923         convention fully; don't miss the root article of a thread; make
14924         the X-Draft-From header with correct article numbers.
14925
14926 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14927
14928         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14929         unless plugged.  Disable the agent so that an open failure causes
14930         an error.
14931
14932         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14933         Reverted 2004-09-21 change.  The backend must be opened while
14934         synchronizing flags even when the backend stores the flags
14935         locally.
14936
14937 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14940         in `header' match.  Reported by Svend Tollak Munkejord.
14941
14942         * message.el (message-cite-original): Fix use of
14943         `message-cite-articles-with-x-no-archive'.
14944
14945 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14948         (gnus-window-to-buffer): Ditto.
14949
14950         * mml.el (mml-preview-buffer): New variable.
14951         (mml-preview): Manage window layout with gnus-buffer-configuration.
14952
14953         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14954         X-Draft-From header even if those articles aren't quoted.
14955
14956 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14957
14958         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14959         (gnus-request-set-mark, gnus-request-update-mark): Use new
14960         g-s-t-u-l-m to decide to use backend even when unplugged.
14961
14962 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14965         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14966
14967 2004-09-20  Simon Josefsson  <jas@extundo.com>
14968
14969         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14970         "utf-16-le".
14971
14972 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14973
14974         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14975
14976 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * uudecode.el (uudecode-use-external): Add :version.
14979
14980         * smime.el (smime-CA-file, smime-encrypt-cipher)
14981         (smime-dns-server): Add :version.
14982
14983         * smiley.el (gnus-smiley-file-types): Add :version.
14984
14985         * sha1.el (sha1-use-external): Add :version.
14986
14987         * pgg-def.el (pgg-query-keyserver): Add :version.
14988
14989         * nnmail.el (nnmail-fancy-expiry-targets)
14990         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14991         Add :version.
14992
14993         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14994         (nnimap-retrieve-groups-asynchronous): Add :version.
14995         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14996
14997         * mml.el (mml-content-disposition-parameters)
14998         (mml-insert-mime-headers-always): Add :version.
14999
15000         * mm-util.el (mm-coding-system-priorities): Add :version.
15001
15002         * mm-decode.el (mm-inline-text-html-with-images)
15003         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15004         (mm-verify-option): Add :version.
15005         (mm-text-html-renderer): Change :version.
15006
15007         * message.el (message-fcc-externalize-attachments)
15008         (message-required-headers, message-draft-headers)
15009         (message-subject-trailing-was-query)
15010         (message-subject-trailing-was-ask-regexp)
15011         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15012         (message-mark-insert-end, message-archive-header)
15013         (message-archive-note, message-cross-post-default)
15014         (message-cross-post-note, message-followup-to-note)
15015         (message-cross-post-note-function, message-use-mail-followup-to)
15016         (message-subscribed-address-functions)
15017         (message-subscribed-address-file, message-subscribed-addresses)
15018         (message-subscribed-regexps, message-allow-no-recipients)
15019         (message-yank-cited-prefix, message-signature-insert-empty-line)
15020         (message-hidden-headers, message-hierarchical-addresses)
15021         (message-mail-user-agent, message-use-idna)
15022         (message-valid-fqdn-regexp)
15023         (message-strip-special-text-properties, message-header-synonyms)
15024         (message-beginning-of-line, message-tab-body-function): Add :version.
15025         (message-insert-canlock, message-wide-reply-confirm-recipients):
15026         Change :version.
15027
15028         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15029         and :version.
15030         (mail-source-delete-old-incoming-confirm)
15031         (mail-source-movemail-program): Add :version.
15032
15033         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15034         (gnus-agent-cache, gnus-agent): Change :version.
15035
15036         * gnus-util.el (gnus-use-byte-compile): Change :version.
15037
15038         * gnus-sum.el (gnus-summary-make-false-root-always)
15039         (gnus-summary-default-high-score)
15040         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15041         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15042         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15043         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15044         (gnus-sum-thread-tree-single-indent)
15045         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15046         (gnus-sum-thread-tree-leaf-with-other)
15047         (gnus-sum-thread-tree-single-leaf): Add :version.
15048         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15049         (gnus-article-loose-mime): Change :version.
15050
15051         * gnus-start.el (gnus-backup-startup-file)
15052         (gnus-save-startup-file-via-temp-buffer): Add :version.
15053
15054         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15055         (gnus-server-offline-face): Add :version.
15056
15057         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15058
15059         * gnus-msg.el (gnus-gcc-externalize-attachments)
15060         (gnus-debug-files, gnus-debug-exclude-variables)
15061         (gnus-discouraged-post-methods): Change :version.
15062         (gnus-confirm-mail-reply-to-news)
15063         (gnus-confirm-treat-mail-like-news): Add :version.
15064
15065         * gnus-int.el (gnus-server-unopen-status): Add :version.
15066
15067         * gnus-group.el (gnus-group-jump-to-group-prompt)
15068         (gnus-large-ephemeral-newsgroup)
15069         (gnus-fetch-old-ephemeral-headers): Add :version.
15070
15071         * gnus-fun.el (gnus-x-face-directory)
15072         (gnus-convert-pbm-to-x-face-command)
15073         (gnus-convert-image-to-x-face-command)
15074         (gnus-convert-image-to-face-command): Add :version.
15075
15076         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15077
15078         * gnus-cite.el (gnus-cite-blank-line-after-header)
15079         (gnus-article-boring-faces): Add :version.
15080
15081         * gnus-art.el (gnus-buttonized-mime-types)
15082         (gnus-inhibit-mime-unbuttonizing)
15083         (gnus-treat-display-face)
15084         (gnus-treat-body-boundary): Change :version.
15085         (gnus-body-boundary-delimiter, gnus-picon-databases)
15086         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15087         (gnus-treat-date-english, gnus-treat-fold-headers)
15088         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15089         (gnus-treat-mail-picon, gnus-treat-wash-html)
15090         (gnus-article-encrypt-protocol)
15091         (gnus-use-idna, gnus-article-over-scroll)
15092         (gnus-mime-display-multipart-alternative-as-mixed)
15093         (gnus-mime-display-multipart-related-as-mixed)
15094         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15095         (gnus-ctan-url, gnus-button-ctan-handler)
15096         (gnus-button-handle-ctan-bogus-regexp)
15097         (gnus-button-ctan-directory-regexp)
15098         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15099         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15100         (gnus-button-man-level, gnus-button-emacs-level)
15101         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15102
15103         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15104         (gnus-agent-go-online): Change :version.
15105         (gnus-agent-expire-unagentized-dirs)
15106         (gnus-agent-auto-agentize-methods): Add :version.
15107
15108         * flow-fill.el (fill-flowed-display-column)
15109         (fill-flowed-encode-column): Add :version.
15110
15111         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15112         (gnus-outlook-deuglify-unwrap-max)
15113         (gnus-outlook-deuglify-cite-marks)
15114         (gnus-outlook-deuglify-unwrap-stop-chars)
15115         (gnus-outlook-deuglify-no-wrap-chars)
15116         (gnus-outlook-deuglify-attrib-cut-regexp)
15117         (gnus-outlook-deuglify-attrib-verb-regexp)
15118         (gnus-outlook-deuglify-attrib-end-regexp)
15119         (gnus-outlook-display-hook): Add :version.
15120
15121         * binhex.el (binhex-use-external): Add :version.
15122
15123 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15126         and `invisible'.
15127
15128 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15129
15130         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15131         in gnus-registry-trim.
15132
15133 2004-09-13  Simon Josefsson  <jas@extundo.com>
15134
15135         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15136
15137         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15138
15139         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15140         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15141         <yamaoka@jpl.org>.
15142         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15143         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15144         <yamaoka@jpl.org>.
15145
15146         * sieve.el (sieve-manage-mode): Ditto.
15147
15148 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15151
15152 2004-09-11  Simon Josefsson  <jas@extundo.com>
15153
15154         * dns-mode.el: Add.
15155
15156         * mm-view.el (mm-display-dns-inline): Add.
15157
15158         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15159         (mm-automatic-display): Ditto.
15160
15161         * mailcap.el (mailcap-mime-data): Add text/dns.
15162         (mailcap-mime-extensions): Map .soa to text/dns.
15163
15164 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15165
15166         * gnus-art.el (article-decode-mime-words, article-babel)
15167         (gnus-article-highlight-signature, gnus-article-add-buttons)
15168         (gnus-signature-toggle): Remove unnecessary bindings of
15169         `inhibit-read-only' inherited from v5.10 merge.
15170
15171 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * nntp.el (nntp): New customization group.
15174         (nntp-authinfo-file): Add customization group.
15175
15176         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15177
15178         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15179
15180         * gnus.el (to-address, to-list, subscribed)
15181         (large-newsgroup-initial): Ditto.
15182
15183         * flow-fill.el (fill-flowed-display-column)
15184         (fill-flowed-encode-column): Ditto.
15185
15186 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15187
15188         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15189         Use point-min rather than 1.
15190         (message-send-mail): Use buffer-size rather than point-max.
15191
15192         * gnus-sum.el (gnus-summary-search-article-forward):
15193         Signal a specific `search-failed' rather than a generic `error'.
15194
15195         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15196         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15197         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15198
15199 2004-09-10  Simon Josefsson  <jas@extundo.com>
15200
15201         * nndb.el (require): Remove tcp and duplicate cl.
15202
15203 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-agent.el (directory-files-and-attributes): Move forward.
15206
15207 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15208
15209         * gnus-agent.el (directory-files-and-attributes): Optionally
15210         defined to support XEmacs.
15211
15212 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15213
15214         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15215         to avoid run-time CL dependencies.
15216         (gnus-agent-unfetch-articles): New function.
15217         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15218         article numbers even when local .overview file is missing.
15219         (gnus-agent-read-article-number): New function.  Only accepts
15220         27-bit article numbers.
15221         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15222         gnus-agent-read-article-number.
15223         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15224         from backend while recognizing that article numbers in .overview
15225         must be valid.
15226         (gnus-agent-update-files-total-fetched-for): Use
15227         directory-files-and-attributes to improve performance.
15228         * gnus-int.el (gnus-request-move-article): Use
15229         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15230         improve performance.
15231
15232         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15233         some users confused by references to .newsrc when they only have a
15234         .newsrc.eld file.
15235         (gnus-convert-mark-converter-prompt)
15236         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15237         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15238         New function.  Used internally to only display 'gnus converting
15239         files' message when actually necessary.
15240
15241         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15242         methods now autoloaded.
15243
15244 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15247         identifiers.
15248
15249 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-picon.el: Fix indentation and closing parenthesis.
15252
15253 2004-09-01  Simon Josefsson  <jas@extundo.com>
15254
15255         * message.el (message-canlock-generate): Require sha1, not
15256         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15257         to require within a function.  Sadly, if sha1.el isn't loaded, the
15258         let binding in m-c-g will hide the defcustom definition, which is
15259         bad.)
15260
15261         * canlock.el: Require sha1, not sha1-el.
15262
15263         * message.el: Don't autoload sha1 (there is a autoload cookie in
15264         sha1.el).
15265
15266         * sha1-el.el: Renamed to sha1.el.
15267
15268 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15269
15270         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15271
15272 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15273
15274         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15275
15276 2004-08-30  Kim F. Storm  <storm@cua.dk>
15277
15278         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15279
15280         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15281         Add :group 'nnimap.
15282
15283 2004-08-30  Andreas Schwab  <schwab@suse.de>
15284
15285         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15286         ?* and ?\;.
15287
15288         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15289         and ?\' to symbol instead of whitespace.
15290
15291 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15294
15295         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15296         instead of re-search-forward.
15297
15298         * gnus-uu.el (gnus-uu-save-article): Ditto.
15299         (gnus-uu-post-encode-uuencode): Ditto.
15300
15301         * html2text.el (html2text-clean-list-items): Ditto.
15302         (html2text-clean-dtdd): Ditto.
15303         (html2text-format-tags): Ditto.
15304
15305         * message.el (message-send-mail-with-sendmail): Fix regexp.
15306         (message-fill-field-general): Use search-forward instead of
15307         re-search-forward.
15308         (unbold-region): Ditto.
15309
15310         * nnrss.el (nnrss-request-article): Ditto.
15311
15312         * nnslashdot.el (nnslashdot-request-article): Ditto.
15313
15314         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15315
15316         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15317         "Unrecognized menu descriptor" error in XEmacs.
15318
15319 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15320
15321         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15322         parent article of a sparse article in the thread hashtb.
15323
15324 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15325
15326         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15327         (nnmail-expand-newtext): Lowercase expanded entries if
15328         nnmail-split-lowercase-expanded is non-nil.
15329
15330 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15333
15334         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15335         of gnus-tmp-news-method into string under XEmacs.  It will be
15336         passed to gnus-correct-length which takes only a string argument.
15337
15338 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-util.el (gnus-bind-print-variables): New macro.
15341         (gnus-prin1): Use it.
15342         (gnus-prin1-to-string): Use it.
15343         (gnus-pp): New function.
15344         (gnus-pp-to-string): New function.
15345
15346         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15347         Replace pp-to-string with gnus-pp-to-string.
15348         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15349         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15350         * gnus-msg.el (gnus-debug): Ditto.
15351         * gnus-score.el (gnus-score-save): Ditto.
15352         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15353         gnus-pp-to-string.
15354         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15355         with gnus-pp.
15356         * score-mode.el (gnus-score-pretty-print): Ditto.
15357         * webmail.el (webmail-debug): Ditto.
15358
15359 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (article-display-face, article-display-x-face):
15362         Use buffer-read-only.
15363
15364 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (article-hide-list-identifiers):
15367         Bind inhibit-read-only as t.
15368
15369 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15372
15373 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15374
15375         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15376         (gnus-narrow-to-page): Don't assume point-min == 1.
15377         (gnus-article-edit-mode): Derive from message-mode.
15378
15379         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15380         point-min == 1.
15381
15382         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15383         Disable incorrect use of `assert'.
15384
15385         * message.el (message-mode): Set comment-start-skip.
15386
15387
15388 2004-08-22  Sam Steingold  <sds@gnu.org>
15389
15390         * pop3.el (pop3-leave-mail-on-server): New user variable.
15391         (pop3-movemail): Delete mail only when it is nil.
15392
15393 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15396
15397         * mml.el (mml-preview): Use `pop-to-buffer'.
15398
15399         * message.el (message-goto-mail-followup-to): Insert after "To".
15400         (message-carefully-insert-headers): Add comment.
15401
15402         * gnus.el: Remove unused variable `gnus-article-check-size'.
15403
15404         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15405
15406         * gnus-art.el (gnus-button-alist): Improve
15407         `gnus-button-handle-library' entry.
15408
15409 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15410
15411         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15412         downcase, since XEmacs capitalizes error messages differently.
15413
15414 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15415
15416         * nntp.el: Add (require 'gnus) due to reference to
15417         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15418
15419 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15420
15421         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15422         `mm-fill-flowed'.
15423
15424         * mm-decode.el (mm-dissect-singlepart): Check it.
15425
15426 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15429         'imap' for netrc parsing.
15430
15431 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * mailcap.el (mailcap-mime-data): Mark as risky.
15434
15435 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15438         may be included in the encoded word.
15439         (rfc2047-encode): Don't append a space if the encoded word
15440         includes close parenthesis.
15441
15442 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15445         of text within parentheses.
15446
15447 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15448
15449         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15450         (gnus-encrypt-write-file-contents): Make the password key the file
15451         name PLUS the cipher, not just the cipher.  Also remove failed
15452         passwords from the cache.
15453
15454 2004-08-06  Simon Josefsson  <jas@extundo.com>
15455
15456         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15457         fix.
15458
15459 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15462         LWSP.
15463
15464 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15465
15466         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15467         to append in-reply-to: data to the references: header.
15468
15469         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15470         (netrc-parse): Use gnus-encrypt.el functions.
15471
15472         * gnus-encrypt.el: Add new file for encryption support; currently
15473         does only a few GPG ciphers and an internal XOR cipher.
15474
15475         * password.el: Add comments on using password-read-and-add.
15476         (password-read-and-add): Add function to read and add the
15477         password to the cache at once.
15478
15479 2004-07-28  Simon Josefsson  <jas@extundo.com>
15480
15481         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15482         parameter (but don't use it, for now).
15483
15484         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15485         instead of hard coding to nil.
15486
15487 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15490         as mm-inline-image-xemacs does.
15491
15492 2004-07-26  Simon Josefsson  <jas@extundo.com>
15493
15494         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15495         Revert part of 2004-07-17 change below.
15496
15497 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15500         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15501
15502 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15505         quotes that actually start with ">" at the beginning of the
15506         lines.
15507
15508 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * rfc2047.el (rfc2047-encode-region): Fix last change.
15511         (rfc2047-encode-parameter): Remove useless concat.
15512
15513 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15516         encode special characters; fix some kind of misconfigured headers;
15517         signal a real error if debug-on-quit or debug-on-error is non-nil.
15518         (rfc2047-encode-max-chars): New variable.
15519         (rfc2047-encode-1): Use it.
15520         (rfc2047-encode-parameter): New function.
15521
15522         * mml.el (mml-insert-parameter): Remove an excessive space.
15523
15524 2004-07-17  Simon Josefsson  <jas@extundo.com>
15525
15526         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15527         Kai Grossjohann <kai@emptydomain.de>.
15528         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15529         (gnus-group-make-menu-bar): Ditto.
15530
15531         * gnus-util.el (gnus-group-server): Add.
15532
15533 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15534
15535         * message.el (message-clone-locals): Clone sendmail and smtp
15536         variables.
15537
15538 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * rfc2047.el (rfc2047-encode-region): Fix last change.
15541
15542 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15545         characters as non-special.
15546
15547 2004-07-09  Simon Josefsson  <jas@extundo.com>
15548
15549         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15550         Users will lose all flag changes made while unplugged with
15551         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15552         good default.  See numerous reports on ding mailing list.
15553
15554 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15557         add generate-head-function and generate-article-function to the
15558         rfc822-forward entry.
15559         (nndoc-rfc822-forward-generate-article): New function.
15560         (nndoc-rfc822-forward-generate-head): New function.
15561
15562         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15563
15564 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15565
15566         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15567         respect display group parameter and gnus-summary-expunge-below.
15568         (gnus-articles-to-read): Remove unused reference to display group
15569         parameter.
15570
15571 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15572
15573         * nnheader.el (nnheader-uniquify-message-id): New experimental
15574         variable.
15575         (nnheader-nov-read-message-id): Use it.
15576
15577         * spam-report.el (spam-report-gmane): Add interactive.
15578
15579 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15582         qp-or-base64 for the application/* types.
15583
15584 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15585
15586         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15587
15588 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15589
15590         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15591         trim value.
15592
15593 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15594
15595         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15596         New macro and function.
15597         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15598
15599 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15602         after-load-alist.
15603
15604 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15607         update info that isn't there.
15608
15609 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15610
15611         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15612         entry.
15613
15614 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * mm-view.el (mm-inline-render-with-function): Use multibyte
15617         buffer; decode html source by charset.
15618
15619         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15620
15621         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15622         Mule-UCS is loaded under XEmacs.
15623         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15624
15625 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15628
15629 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * mm-util.el (mm-coding-system-p): Return a coding-system.
15632         (mm-mime-mule-charset-alist): Use shift_jis instead of
15633         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15634         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15635         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15636         instead of japanese-shift-jis and iso-latin-1 respectively in
15637         order to share the default value with both Emacs and XEmacs-mule.
15638         (mm-mule-charset-to-mime-charset): Make
15639         mm-coding-system-priorities effective.
15640         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15641         while predicating of candidates upon the priorities.
15642
15643 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15646         gnus-uu-invert-processable.
15647
15648         * gnus.el: Autoload gnus-uu-invert-processable.
15649
15650 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * mm-util.el (mm-with-multibyte-buffer): New macro.
15653
15654         * rfc2047.el (rfc2047-encode-string): Use it.
15655         (rfc2047-encode-region): Move point to the end of the region after
15656         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15657
15658 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15661         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15662
15663 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15666         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15667         Karl Chen <quarl@nospam.quarl.org>.
15668
15669 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15670
15671         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15672         invalid addresses.
15673
15674 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * spam.el: Change section markers, revise TODO list.
15677         (spam-backends): Make new master list of all installed backends.
15678         (spam-summary-exit-behavior): Add new variable to determine how
15679         messages moves are done at summary exit.
15680         (spam-move-spam-nonspam-groups-only)
15681         (spam-process-ham-in-nonham-groups)
15682         (spam-process-ham-in-spam-groups): Remove variables, the
15683         spam-summary-exit-behavior variable should be used to manage this
15684         behavior.
15685         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15686         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15687         and spam-old-spam-articles.
15688         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15689         Add empty variables, placeholders for the backends they represent.
15690         (spam-set-difference): Move, unchanged.
15691         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15692         unless the user has a processor variable.
15693         (spam-classifications, spam-classification-valid-p)
15694         (spam-backend-properties, spam-backend-property-valid-p)
15695         (spam-backend-function-type-valid-p)
15696         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15697         (spam-report-articles-gmane, spam-report-articles-resend):
15698         Remove functions, they are not needed.
15699         (spam-install-backend-super, spam-backend-list)
15700         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15701         (spam-backend-function, spam-backend-ham-registration-function)
15702         (spam-backend-spam-registration-function)
15703         (spam-backend-ham-unregistration-function)
15704         (spam-backend-spam-unregistration-function)
15705         (spam-backend-statistical-p, spam-backend-mover-p)
15706         (spam-install-backend-alias, spam-install-checkonly-backend)
15707         (spam-install-mover-backend, spam-install-nocheck-backend)
15708         (spam-install-backend, spam-install-statistical-backend)
15709         (spam-install-statistical-checkonly-backend): Add backend installation
15710         support.
15711         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15712         (spam-group-processor-p): Use the new backend code and respect the
15713         summary exit behavior.
15714         (spam-mark-spam-as-expired-and-move-routine): Remove.
15715         (spam-summary-prepare): Change to use the new spam-old-articles
15716         variable.
15717         (spam-copy-or-move-routine, spam-copy-spam-routine)
15718         (spam-move-spam-routine, spam-copy-ham-routine)
15719         (spam-move-ham-routine): Add code to copy/move ham or spam.
15720         (spam-fetch-field-fast): Improve doc and code, plus allow the
15721         'number request.
15722         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15723         variables.
15724         (spam-split, spam-find-spam): Use the new backend code.
15725         (spam-registration-functions): Remove variable.
15726         (spam-unregister-routine): Add convenience wrapper.
15727         (spam-log-undo-registration, spam-register-routine)
15728         (spam-log-processing-to-registry)
15729         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15730         where possible.
15731         (spam-check-gmane-xref, spam-check-regex-headers)
15732         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15733         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15734         (spam-check-bogofilter-headers, spam-check-spamoracle)
15735         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15736         (spam-check-crm114-headers): Use the spam-split-group that
15737         spam-split prepares, no need to determine it every time.
15738
15739         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15740         to the nnheader-parse-naked-head call.
15741
15742         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15743
15744         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15745         the nnheader-nov-read-message-id call.
15746
15747 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15750         gnus-activate-group twice.  Suggested by Markus Peter
15751         <warp@spin.de>.
15752
15753 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-art.el (gnus-article-time-format): Exchange the order of
15756         day and month in the default value; fix customization type.
15757         (article-date-ut): Use add-text-properties.
15758         (article-make-date-line): Use message-make-date instead of
15759         current-time-string.
15760
15761         * message.el (message-fetch-field): Don't use set-text-properties.
15762         (message-make-date): Simplify.
15763
15764         * messagexmas.el (message-xmas-make-date): New function.
15765         (message-xmas-redefine): Defalias message-make-date to it.
15766
15767 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15770         (rfc2047-encode-region): Treat text within parentheses as special;
15771         show the original text when error has occurred.
15772
15773         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15774         already-computed method to gnus-activate-group.
15775
15776         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15777         same select-methods identical Lisp objects.
15778
15779         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15780         object when modifying the info.
15781
15782 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15785         gnus-opened-servers since it has never been opened with the new
15786         configuration yet.
15787
15788 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15791         arg to nnheader-generate-fake-message-id.
15792
15793 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15796         number and build a fake message ID localized to a group and
15797         article number (so it's repeatable from that point on).
15798         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15799         ID format.
15800
15801         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15802         nnheader-generate-fake-message-id with the article number.
15803
15804 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15805
15806         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15807         end-of-buffer.
15808
15809 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * message.el (message-ignored-supersedes-headers): Add Approved.
15812
15813 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15816         goto-char.
15817         (rfc2047-encode): Fold the line before encoding.
15818
15819 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15820
15821         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15822         folding -- not all headers can be folded, and this should be done
15823         by the message composition mode.  Probably.  I think.
15824
15825 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15828         fast.
15829
15830         * gnus-ems.el (gnus-remove-image): Don't use
15831         message-text-with-property; remove only the image found first.
15832
15833         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15834         found first.
15835
15836 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15837
15838         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15839
15840 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * message.el (message-text-with-property): Make it fast and accept
15843         optional arguments.
15844         (message-strip-forbidden-properties): Use it.
15845         (message-fix-before-sending): Follow the m-t-w-p change.
15846
15847         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15848
15849 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (article-hide-headers): Don't change the buffer
15852         mistakenly when performing mml-preview even if
15853         gnus-single-article-buffer is nil.
15854
15855 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15856
15857         * message.el (message-expand-name-databases): New user option.
15858         (message-expand-name): Use it.
15859
15860 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15861
15862         * spam.el (spam-report-articles-resend)
15863         (spam-report-resend-register-routine): Allow ham reporting.
15864         (spam-report-resend-register-ham-routine): Add wrapper.
15865         (spam-registration-functions): Add ham resending functions.
15866         (spam-list-of-processors): Add ham resend processor.
15867
15868         * gnus.el (ham-resend-to): Add new group parameter.
15869         (spam-process): Add ham resend option.
15870
15871         * spam-report.el (spam-report-resend): Allow reporting ham.
15872         (spam-report-resend-ham): Add wrapper.
15873
15874 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * message.el (message-cite-articles-with-x-no-archive): New
15877         variable.
15878         (message-cite-original): Use it.
15879
15880 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15881
15882         * message.el (message-cite-original): Respect X-No-Archive.
15883
15884 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (article-hide-headers): Refer to the values for
15887         gnus-ignored-headers and gnus-visible-headers in the summary
15888         buffer since a user may have set them as group parameters.
15889
15890 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15891
15892         * assistant.el (assistant-node-name): Add convenience function.
15893         (assistant-render-text, assistant-render-node): Add error handling,
15894         plus handle multiple next nodes.
15895         (assistant-find-next-node): Comment out for now.
15896         (assistant-find-next-nodes): Add function, returns list of next
15897         nodes.
15898
15899 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * mail-source.el (mail-source-directory): Fix doc-string.
15902
15903 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * assistant.el (assistant-render-text, assistant-eval): Add :set
15906         widget type, which is different because it takes and returns a
15907         list.  Much hilarity ensues.
15908
15909 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15910
15911         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15912
15913         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15914         doc-string.
15915
15916         * gnus-start.el (gnus-activate-group): Added doc-string.
15917
15918 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15921
15922 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * assistant.el (assistant-render-text): Try to add a :set
15925         widget, more to come.
15926
15927         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15928         strings.
15929         (spam-report-articles-resend)
15930         (spam-register-routine): Do registration iff any articles warrant
15931         it.
15932         (spam-summary-prepare-exit): Change log message for nil group
15933         destinations.
15934
15935 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15936
15937         * spam.el (spam-report-resend-register-routine): Allow
15938         spam-report-resend-to to be a group parameter or a global value.
15939
15940 2004-05-26  Simon Josefsson  <jas@extundo.com>
15941
15942         * starttls.el: Merge with my GNUTLS based starttls.el.
15943         (starttls-gnutls-program, starttls-use-gnutls)
15944         (starttls-extra-arguments, starttls-process-connection-type)
15945         (starttls-connect, starttls-failure, starttls-success): New
15946         variables.
15947         (starttls-program, starttls-extra-args): Doc fix.
15948         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15949         functions.
15950         (starttls-negotiate, starttls-open-stream): Check
15951         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15952         function if it is set.
15953
15954 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15957         structured fields.
15958
15959 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15962
15963 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15966         variable.
15967         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15968         assigning the spam-mark to new messages.
15969
15970 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15971
15972         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15973
15974 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15977
15978         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15979         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15980         default.
15981
15982 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15983
15984         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15985         correct data.
15986
15987 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15990         (spam-group-processor-p): Fix function.
15991         (spam-group-processor-multiple-p)
15992         (spam-group-spam-processor-report-gmane-p)
15993         (spam-group-spam-processor-report-resend-p)
15994         (spam-group-spam-processor-bogofilter-p)
15995         (spam-group-spam-processor-blacklist-p)
15996         (spam-group-spam-processor-ifile-p)
15997         (spam-group-ham-processor-ifile-p)
15998         (spam-group-spam-processor-spamoracle-p)
15999         (spam-group-spam-processor-crm114-p)
16000         (spam-group-ham-processor-bogofilter-p)
16001         (spam-group-spam-processor-stat-p)
16002         (spam-group-ham-processor-stat-p)
16003         (spam-group-ham-processor-whitelist-p)
16004         (spam-group-ham-processor-BBDB-p)
16005         (spam-group-ham-processor-spamoracle-p)
16006         (spam-group-ham-processor-copy-p): Remove functions with some
16007         prejudice against unneeded code.
16008         (spam-report-articles-resend)
16009         (spam-report-resend-register-routine): Allow the group/topic
16010         spam-resend-to value to override spam-report-resend-to.
16011         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16012         properly now.
16013
16014         * gnus.el (spam-resend-to): Add group/topic parameter.
16015         (spam-process): Move the OBSOLETE processors to the end of the
16016         choices.
16017
16018 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16019
16020         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16021         with resend-to set to nil, and then ask the user if necessary.
16022         (spam-report-resend): spam-report-resend takes a list of articles, not
16023         separate article numbers.
16024
16025 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16028         addition to emacs-w3m.
16029
16030 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16031
16032         * assistant.el (assistant-authinfo-data): New function.
16033         (assistant-eval): Eval for entire assistant.
16034
16035         * netrc.el (netrc-services-file): New variable.
16036         (netrc-parse-services): New function.
16037         (netrc-find-service-name): New function.
16038         (netrc-find-service-number): New function.
16039         (netrc-port-equal): New function.
16040         (netrc-machine): Use it.
16041
16042         * nnimap.el (nnimap-open-connection): Use netrc.
16043
16044         * gnus-util.el (gnus-netrc-get): Remove aliases.
16045
16046         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16047
16048         * assistant.el (wid-edit): Fix compilation.
16049
16050         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16051
16052 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16053
16054         * gnus-util.el (gnus-set-file-modes): New function.  (small
16055         patch).
16056
16057 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16058
16059         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16060
16061         * assistant.el (assistant-render-node): Fix up rendering and
16062         read-only text.
16063         (assistant-render-node): Reset.
16064         (assistant-make-read-only): Not sticky.
16065
16066 2004-05-20  Danny Siu  <dsiu@adobe.com>
16067
16068         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16069         centered even when gnus-auto-center-summary is t.
16070
16071 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16072
16073         * dns.el (dns-get-txt-answer): New function.
16074         (dns-read-txt): Ditto.
16075         (query-dns): Use it.
16076
16077 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16080         active for foreign groups even if the group level is higher than
16081         the specified value.
16082
16083 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16084
16085         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16086         non-active groups.
16087
16088         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16089
16090 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16091
16092         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16093
16094 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16095
16096         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16097         (spam-crm114-header, spam-crm114-spam-switch)
16098         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16099         (spam-crm114-positive-spam-header)
16100         (spam-crm114-database-directory, spam-list-of-processors)
16101         (spam-group-spam-processor-crm114-p)
16102         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16103         (spam-generic-score, spam-list-of-checks)
16104         (spam-list-of-statistical-checks, spam-registration-functions)
16105         (spam-check-crm114-headers, spam-crm114-score)
16106         (spam-check-crm114, spam-crm114-register-with-crm114)
16107         (spam-crm114-register-spam-routine)
16108         (spam-crm114-unregister-spam-routine)
16109         (spam-crm114-register-ham-routine)
16110         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16111         asjo@koldfront.dk (Adam Sjøgren).
16112
16113         * gnus.el: Add spam-use-crm114.
16114
16115         * spam.el (spam-list-of-processors, spam-registration-functions):
16116         Add spam-use-resend.
16117         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16118         (spam-report-articles-gmane): Add doc fix.
16119         (spam-report-articles-resend, spam-report-resend-register-routine):
16120         Add wrappers around spam-report-resend-to.
16121
16122         * spam-report.el (spam-report-resend-to, spam-report-resend):
16123         Add support for resending spam.
16124         (spam-report-gmane): Fix line length >80.
16125
16126         * gnus.el (spam-process): Add spam-use-resend.
16127
16128 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16129
16130         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16131         number of processed spam messages.
16132         (spam-ham-copy-or-move-routine): Return the number of processed
16133         ham messages.
16134         (spam-summary-prepare-exit): Use the above values to decide
16135         whether status messages shouled be displayed.
16136
16137 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16140         `rfc2047-encoding-function-alist' in order to avoid conflicting
16141         with the old version.
16142         (rfc2047-encode-region): Concatenate words containing non-ASCII
16143         characters in structured fields; don't encode space-delimited
16144         ASCII words even in unstructured fields; don't break words at
16145         char-category boundaries.
16146         (rfc2047-encode-1): New function.
16147         (rfc2047-encode): Use it; encode text so that it occupies the
16148         maximum width within 76-column; work correctly on Q encoding for
16149         iso-2022-* charsets.
16150         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16151         sure not to break a line just after the header name.
16152         (rfc2047-b-encode-region): Removed.
16153         (rfc2047-b-encode-string): New function.
16154         (rfc2047-q-encode-region): Removed.
16155         (rfc2047-q-encode-string): New function.
16156
16157         * mm-util.el (mm-replace-in-string): New function.
16158
16159 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16162         get it right.
16163         (gnus-inews-make-draft): Really.
16164
16165 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16166
16167         * nnmh.el (nnmh-request-list-1): Don't check the link count
16168         before descending.  (small patch)
16169
16170 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16171
16172         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16173         stuff.
16174
16175         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16176         on real group name.
16177
16178         * gnus-art.el (gnus-signature-limit): Doc fix.
16179
16180         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16181
16182         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16183
16184 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16185
16186         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16187         isn't a string.
16188
16189 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16190
16191         * gnus-draft.el (gnus-draft-send): Bind
16192         rfc2047-encode-encoded-words.
16193
16194         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16195         (rfc2047-encodable-p): Say that =? needs encoding.
16196         (rfc2047-encode-encoded-words): New variable.
16197
16198         * gnus-group.el (gnus-group-select-group): Doc fix.
16199
16200         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16201
16202         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16203         to nil.
16204
16205         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16206
16207         * nnheader.el (nnheader-get-lines-and-char): New function.
16208
16209 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * gnus-msg.el (gnus-summary-followup-with-original): Document
16212         yanking of region when active.
16213
16214 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16217         groups if the group level is higher than the specified value.
16218
16219 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16222         (gnus-group-jump-to-group): Added prefix argument using
16223         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16224         non-active group.
16225
16226         * compface.el (uncompface): Be verbose when changing
16227         `uncompface-use-external'.
16228
16229         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16230         handle manual section.
16231
16232 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16233
16234         * gnus-art.el (gnus-button-alist): Revert previous change.
16235
16236 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16239
16240 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16243         whether backend can accept message.
16244
16245         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16246
16247 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16248
16249         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16250         Avoid creating directory when nntp-marks-is-evil is true.
16251         Reported by Reiner Steib.
16252
16253 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-picon.el (gnus-picon-style): New variable.
16256         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16257         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16258         Jesper Harder <harder@ifa.au.dk>.
16259
16260 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261
16262         * message.el (message-fill-field): Return point.
16263         (message-generate-headers): Go to end of field.
16264
16265         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16266         stuff for non-living groups.
16267
16268 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * gnus-art.el (gnus-article-followup-with-original)
16271         (gnus-article-reply-with-original): gnus-mark-active-p ->
16272         gnus-region-active-p.
16273
16274 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16275
16276         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16277         only when there is spam or ham to be processed.
16278
16279 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280
16281         * mail-source.el (mail-source-delete-crash-box): Refactor.
16282         (mail-source-fetch): Use it.
16283         (mail-source-fetch-file): Ditto.
16284         (mail-source-fetch-directory): Run postscript in loop.
16285         (mail-source-fetch-pop): Delete.
16286         (mail-source-fetch-maildir): Ditto.
16287         (mail-source-fetch-imap): Ditto.
16288
16289         * imap.el (imap-authenticators): Comment out sasl.
16290
16291         * message.el (message-skip-to-next-address): New function.
16292         (message-fill-header-address): Refactor.
16293         (message-fill-address): Use it.
16294         (message-delete-address): Use it.
16295         (message-fill-header-general): Refactor.
16296         (message-fill-field-address): Rename.
16297         (message-narrow-to-field): Find the start of the header.
16298         (message-header-format-alist): Don't pre-fill.
16299         (message-fill-header): Removed.
16300         (message-insert-header): New function.
16301         (message-shorten-references): Use it.
16302
16303         * rfc2047.el (rfc2047-field-value): Strip props.
16304
16305         * mail-parse.el (mail-header-make-address): New alias.
16306
16307         * ietf-drums.el (ietf-drums-make-address): New function.
16308
16309         * imap.el: Add compiler directives.
16310
16311         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16312
16313         * gnus-art.el (article-decode-idna-rhs): Don't use
16314         message-idna-inside-rhs-p.
16315
16316 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317
16318         * message.el (message-idna-inside-rhs-p): Removed.
16319         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16320
16321         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16322         false positives.
16323
16324 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16325
16326         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16327
16328 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * nneething.el (nneething-file-name): Don't create spurious
16331         files.
16332
16333         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16334         (gnus-inews-do-gcc): Remove sleep.
16335
16336         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16337         part under point.
16338
16339         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16340         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16341
16342 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16343
16344         * spam.el (spam-summary-prepare-exit): Fixed (length).
16345
16346 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16347
16348         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16349         as expired without moving it" message when there are spam
16350         messages left.
16351
16352 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16353
16354         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16355         header is not nil.
16356
16357 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16358
16359         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16360         nntp-possibly-create-directory, not nntp-possibly-change-group.
16361         (nntp-marks-changed-p): New arg SERVER.
16362         (nntp-request-update-info): Adjust caller.
16363
16364 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16365
16366         * nntp.el (nntp-save-marks): Pass missing arg.
16367
16368 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16369
16370         * nntp.el: Support marks.
16371         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16372         (nntp-marks-modtime, nntp-marks-directory): New variables.
16373         (nntp-request-set-mark, nntp-request-update-info)
16374         (nntp-possibly-create-directory, nntp-marks-changed-p)
16375         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16376         functions.
16377
16378 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16381         (gnus-xmas-redefine): Rename.
16382
16383         * gnus-score.el (gnus-score-insert-help): Use
16384         gnus-select-lowest-window.
16385
16386         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16387         appt-select-lowest-window and rename to gnus-select-lowest-window.
16388
16389         * gnus.el: do.
16390
16391 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16392
16393         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16394         encodings of MIME-encoded words, in order to improve
16395         interoperability with several broken MUAs.
16396
16397 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16398
16399         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16400         tags, only when charsets are not specified in headers.
16401         (mm-inline-text-html-render-with-w3m): Ditto.
16402
16403         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16404         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16405
16406 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16407
16408         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16409         instead of MIME-decoded from fields when checking
16410         `gnus-article-address-banner-alist'.
16411
16412 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16413
16414         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16415         description rather than subject.
16416
16417 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16418
16419         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16420
16421 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * gnus.el (gnus-version-number): Bump.
16424
16425 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16426
16427         * gnus.el: No Gnus v0.2 is released.
16428
16429 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * gnus-agent.el (gnus-agent-read-agentview): Inline
16432         gnus-uncompress-range.
16433
16434 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16435
16436         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16437         `exec-installed-p'.
16438
16439 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16440
16441         * gnus.el (spam-process, spam-autodetect-methods): Add
16442         bsfilter and bsfilter-headers.
16443
16444         * spam.el (spam-bsfilter): New customize group.
16445         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16446         (spam-bsfilter-header, spam-bsfilter-probability-header)
16447         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16448         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16449         (spam-bsfilter-database-directory): New options.
16450         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16451         (spam-list-of-statistical-checks, spam-registration-functions):
16452         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16453         (spam-bsfilter-score): New command.
16454         (spam-check-bsfilter-headers, spam-check-bsfilter)
16455         (spam-bsfilter-register-with-bsfilter)
16456         (spam-bsfilter-register-spam-routine)
16457         (spam-bsfilter-unregister-spam-routine)
16458         (spam-bsfilter-register-ham-routine)
16459         (spam-bsfilter-unregister-ham-routine): New functions.
16460         (spam-generic-score): Support bsfilter; Accept an optional argument
16461         to recalcurate spam score even if scoring header has already been
16462         added.
16463         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16464         optional argument to recalcurate spam score even if scoring header
16465         has already been added.
16466
16467 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16468
16469         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16470         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16471         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16472         link is missing.
16473
16474 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16475
16476         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16477         (html2text-get-attr): Rewrite.
16478
16479         * message.el (message-setup-1): Remove redundant put-text-property
16480         on mail-header-separator.
16481
16482 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16483
16484         * gnus-registry.el (gnus-registry-cache-whitespace)
16485         (gnus-registry-action, gnus-registry-spool-action)
16486         (gnus-registry-split-fancy-with-parent): Change message levels
16487         from 5 to 3 or 7, as needed.
16488
16489         * spam.el (spam-summary-prepare-exit)
16490         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16491         (spam-split, spam-find-spam, spam-log-undo-registration)
16492         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16493         level from 5 to 6.
16494
16495 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16498         2004-03-04 change).
16499
16500 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16501
16502         * sieve-manage.el (sieve-manage-open):
16503         * nnweb.el (nnweb-insert-html):
16504         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16505         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16506         * nnspool.el (nnspool-request-group):
16507         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16508         * nnml.el (nnml-request-update-info):
16509         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16510         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16511         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16512         (nnimap-request-set-mark):
16513         * nnfolder.el (nnfolder-request-update-info):
16514         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16515         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16516         * gnus-uu.el (gnus-uu-find-articles-matching):
16517         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16518         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16519         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16520         * gnus-nocem.el (gnus-nocem-scan-groups):
16521         * gnus-int.el (gnus-start-news-server):
16522         * gnus-group.el (gnus-group-make-kiboze-group)
16523         (gnus-group-browse-foreign-server):
16524         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16525         Use mapc when appropriate.
16526
16527 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16528
16529         FIXME: Make separate entries for each person.
16530
16531         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16532         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16533         <shields@msrl.com>:
16534
16535         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16536         may need for spam sorting and scoring.
16537         (spam-user-format-function-S): Add user format function suitable for
16538         general use.
16539         (spam-article-sort-by-spam-status): Add sorting function for summary
16540         sorting.
16541         (spam-extra-header-to-number): Add function to get a score from a
16542         header.
16543         (spam-summary-score): Add function to get a numeric score from the
16544         headers.
16545         (spam-generic-score): Fix function doc, was in wrong place.
16546         (spam-initialize): Take symbols when it's run, and install the
16547         extra headers that spam-necessary-extra-headers thinks we need.
16548
16549 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16550
16551         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16552         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16553
16554 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * gnus-sum.el (gnus-set-global-variables)
16557         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16558         (gnus-article-get-xrefs, gnus-summary-best-group)
16559         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16560         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16561         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16562         Use with-current-buffer.
16563
16564 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16565
16566         * spam.el (spam-summary-prepare-exit): Simplify logic.
16567         (spam-fetch-article-header): Read the article header if it's not
16568         available.
16569         (spam-list-articles): Simplify logic.
16570         (spam-filelist-register-routine): Fix bug with unregister-list.
16571
16572         * gnus-registry.el: Fix comments at beginning.
16573
16574 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16575
16576         * message.el (message-cater-to-broken-inn): Remove.
16577         (message-shorten-references): Make sure the total folded length of
16578         References is shorter than 998 characters to cater to a bug in INN
16579         2.3.  Also, don't pretend that references aren't folded -- this
16580         hasn't worked for a while.
16581
16582 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16583
16584         * gnus-agent.el (gnus-agentize):
16585         gnus-agent-send-mail-real-function no longer set to current value
16586         of message-send-mail-function but rather a lambda that calls
16587         message-send-mail-function.  The change makes the agent real-time
16588         responsive to user changes to message-send-mail-function.
16589
16590 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16591
16592         * legacy-gnus-agent.el
16593         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16594         help from Florian Weimer <fw@deneb.enyo.de>
16595
16596 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * nnmail.el (nnmail-cache-insert): Revert last change.
16599
16600 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nnmail.el (nnmail-cache-insert): Always check whether
16603         nnmail-cache-ignore-groups matches a group name.
16604
16605 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16608         (spam-find-spam, spam-log-processing-to-registry)
16609         (spam-log-registered-p, spam-log-unregistration-needed-p)
16610         (spam-log-undo-registration): Use gnus-message instead of
16611         gnus-error, none of these errors are fatal.
16612
16613         * gnus-registry.el (gnus-registry-clean-empty-function)
16614         (gnus-registry-clean-empty): Remove only empty entries without
16615         extra data.
16616
16617 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam-stat.el (spam-stat-buffer-change-to-spam)
16620         (spam-stat-buffer-change-to-non-spam): Change (error) to
16621         (gnus-message 8) invocation.
16622
16623 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * nntp.el (nntp-via-netcat-command): New variable.
16626         (nntp-via-netcat-switches): New variable.
16627         (nntp-open-via-rlogin-and-netcat): New function.
16628         (nntp-open-connection-function): Doc fix.
16629         (nntp-telnet-command): Doc fix.
16630         (nntp-end-of-line): Doc fix.
16631         (nntp-via-rlogin-command): Doc fix.
16632         (nntp-via-user-name): Doc fix.
16633         (nntp-via-address): Doc fix.
16634
16635 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16638         error in Emacs 21.1.
16639
16640 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16643
16644 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16645
16646         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16647         (gnus-agent-with-refreshed-group): New macro.
16648         (gnus-agent-rename-group): New function.
16649         (gnus-agent-delete-group): New function.
16650         (gnus-agent-save-group-info): Use gnus-command-method when
16651         `method' parameter is nil.  Don't write nil entries into the
16652         active file.
16653         (gnus-agent-get-group-info): New function.
16654         (gnus-agent-fetch-articles): Use
16655         gnus-agent-update-files-total-fetched-for to increment disk space
16656         used.
16657         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16658         gnus-agent-update-view-total-fetched-for to increment disk space
16659         used.
16660         (gnus-agent-get-local): Added optional parameters to avoid calling
16661         gnus-group-real-name and gnus-find-method-for-group.
16662         (gnus-agent-set-local): Delete stored entry if either min, or max,
16663         are nil.
16664         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16665         quit, use gnus-agent-regenerate-group to record existance of any
16666         articles fetched to disk before the quit occurred.
16667         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16668         gnus-agent-update-view-total-fetched-for, and
16669         gnus-agent-update-files-total-fetched-for to decrement disk space
16670         used.
16671         (gnus-agent-retrieve-headers): Use
16672         gnus-agent-update-view-total-fetched-for to increment disk space
16673         used.
16674         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16675         with gnus-agent-update-files-total-fetched-for to decrement disk
16676         space and fresh group buffer.
16677         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16678         (gnus-agent-need-update-total-fetched-for): New variable.
16679         (gnus-agent-update-files-total-fetched-for): New function.
16680         (gnus-agent-update-view-total-fetched-for): New function.
16681         (gnus-agent-total-fetched-for): New function.
16682
16683         * gnus-cache.el (gnus-cache-save-buffers): Use
16684         gnus-cache-update-overview-total-fetched-for to change disk space
16685         used by this group.
16686         (gnus-cache-possibly-enter-article): Use
16687         gnus-cache-update-file-total-fetched-for to increment disk space
16688         used by this group.
16689         (gnus-cache-possibly-remove-article): Use
16690         gnus-cache-update-file-total-fetched-for to decrement disk space
16691         used by this group.
16692         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16693         (gnus-cache-rename-group): New function.
16694         (gnus-cache-delete-group): New function.
16695         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16696         (gnus-cache-need-update-total-fetched-for): New variable.
16697         (gnus-cache-with-refreshed-group): New macro.
16698         (gnus-cache-update-file-total-fetched-for): New function.
16699         (gnus-cache-update-overview-total-fetched-for): New function.
16700         (gnus-cache-rename-group-total-fetched-for): New function.
16701         (gnus-cache-delete-group-total-fetched-for): New function.
16702         (gnus-cache-total-fetched-for): New function.
16703
16704         * gnus-group.el: Require gnus-sum and autoload functions to
16705         resolve warnings when gnus-group.el compiled alone.
16706         (gnus-group-line-format): Documented new %F.
16707         (size of Fetched data) group line format; identifies disk space
16708         used by agent and cache.
16709         (gnus-group-line-format-alist): Defined new F format.
16710         (gnus-total-fetched-for): New function.
16711         (gnus-group-delete-group): No longer update
16712         gnus-cache-active-altered as gnus-request-delete-group now keeps
16713         the cache in sync.
16714         (gnus-group-list-active): Let the agent store a server's active
16715         list if currently plugged.
16716
16717         * gnus-int.el (gnus-request-delete-group):
16718         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16719         local disk in sync with the server.
16720         (gnus-request-rename-group):
16721         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16722         local disk in sync with the server.
16723
16724         * gnus-start.el (gnus-get-unread-articles):
16725         Cosmetic simplification to logic.
16726
16727         * gnus-util.el (gnus-rename-file): New function.
16728
16729 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16730
16731         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16732
16733 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16734
16735         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16736         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16737
16738 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16741         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16742
16743 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16744
16745         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16746
16747 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * spam.el (spam-set-difference): Add function to replace
16750         gnus-set-difference in spam.el.
16751         (spam-summary-prepare-exit): Use spam-set-difference.
16752
16753 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * gnus-registry.el (gnus-registry-cache-file): Update to use
16756         gnus-dribble-directory OR gnus-home-directory OR ~.
16757         (gnus-registry-split-fancy-with-parent): Fix doc.
16758
16759 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * message.el (message-exchange-point-and-mark): Use
16762         message-mark-active-p.  Suggested by Jesper Harder
16763         <harder@ifa.au.dk>.
16764
16765 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * message.el (message-exchange-point-and-mark): Don't activate
16768         region if it was inactive.  Suggested by Hiroshi Fujishima
16769         <pooh@nature.tsukuba.ac.jp>.
16770
16771 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-art.el (article-display-face): Display Faces in the same
16774         order as X-Faces.
16775
16776 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16779
16780 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16783         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16784         (gnus-article-mime-hierarchy): Remove.
16785         (gnus-article-mime-hierarchy-next): Remove.
16786         (gnus-article-mode): Revert 2004-03-19 change.
16787         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16788         (gnus-insert-mime-button): Revert 2004-03-19 change.
16789         (gnus-mime-accumulate-hierarchy): Remove.
16790         (gnus-mime-enter-multipart): Remove.
16791         (gnus-mime-leave-multipart): Remove.
16792         (gnus-mime-display-part): Revert 2004-03-19 change.
16793         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16794
16795         * mml.el (mml-preview): Revert 2004-03-19 change.
16796
16797 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16798
16799         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16800
16801 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16804         t while entering a file name using the mm-with-multibyte macro.
16805         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16806
16807         * mm-util.el (mm-with-multibyte): New macro.
16808
16809 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16812         user option.
16813         (gnus-mime-multipart-functions): Doc and customization fix.
16814         (gnus-article-mime-hierarchy): New variable.
16815         (gnus-article-mime-hierarchy-next): New variable.
16816         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16817         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16818         gnus-article-mime-hierarchy-next to nil.
16819         (gnus-insert-mime-button): Show hierarchy numbers.
16820         (gnus-mime-accumulate-hierarchy): New function.
16821         (gnus-mime-enter-multipart): New function.
16822         (gnus-mime-leave-multipart): New function.
16823         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16824         (gnus-mime-display-alternative): Show hierarchy numbers.
16825
16826         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16827         gnus-article-mime-hierarchy-next to nil.
16828
16829 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16830
16831         * dns.el: Don't require gnus-xmas.
16832
16833 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16834
16835         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16836         inline PGP.
16837         (mml-menu): Disable mml-quote-region if mark is inactive.
16838
16839 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16842         when the group's active is not available.
16843
16844 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16847         error.
16848
16849 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * imap.el (imap-store-password): New variable.
16852         (imap-interactive-login): Use it.
16853         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16854
16855 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16858         window-start and hscroll to summary window.
16859
16860 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16861
16862         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16863         conversion message to newsrc-dribble when an actual conversion is
16864         performed.
16865
16866 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16867
16868         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16869
16870 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * mm-decode.el (mm-complicated-handles): New function reviving
16873         former definition of mm-multiple-handles.
16874
16875         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16876         (gnus-mime-delete-part): Use it.
16877
16878 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16879
16880         * gnus-agent.el (gnus-agent-read-local): Bind
16881         nnheader-file-coding-system to gnus-agent-file-coding-system to
16882         avoid the implicit assumption that they will always be equal.
16883         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16884         coding-system-for-write, as the with-temp-file macro first prints
16885         to a buffer then saves the buffer.
16886
16887 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-art.el (gnus-article-edit-part): New function.
16890         (gnus-mime-save-part-and-strip): Use it; do query instead of
16891         signaling an error; don't use mm-multiple-handles.
16892         (gnus-mime-delete-part): Ditto.
16893
16894 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16895
16896         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16897         old file versions.
16898         (gnus-group-prepare-hook): Removed function that converted list
16899         form of gnus-agent-expire-days to group properties.
16900
16901         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16902         (gnus-request-accept-article): Re-indented.
16903
16904         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16905         converters to handle old agent file formats.  Added logic for a
16906         "backup before upgrading warning".
16907         (gnus-convert-mark-converter-prompt): Developers can mark
16908         functions as needing (default), or not needing,
16909         gnus-convert-old-newsrc's "backup before upgrading warning".
16910         (gnus-convert-converter-needs-prompt): Tests whether the user
16911         should be protected from potentially irreversable changes by the
16912         function.
16913
16914         * legacy-gnus-agent.el: New.  Provides converters that are only
16915         loaded when gnus-convert-old-newsrc needs to call them.
16916
16917 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * mail-source.el (mail-source-touch-pop): Doc fix.
16920
16921         * message.el (message-smtpmail-send-it): Doc fix.
16922
16923 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16926
16927         * nnmail.el (nnmail-split-fancy): do.
16928
16929         * gnus-kill.el (gnus-kill, gnus-execute): do.
16930
16931 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16932
16933         * gnus-sum.el (gnus-widget-reversible-match)
16934         (gnus-widget-reversible-to-internal)
16935         (gnus-widget-reversible-to-external): New functions.
16936         (gnus-widget-reversible): New widget.
16937         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16938
16939 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16940
16941         * gnus-sum.el (gnus-thread-sort-functions)
16942         (gnus-article-sort-functions): Document `(not F)' items.
16943
16944 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * spam.el (spam-use-gmane-xref): Add new backend.
16947         (spam-gmane-xref-spam-group): Add variable to control the name of the
16948         Gmane spam group.
16949         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16950         (spam-regex-headers-spam, spam-regex-headers-ham)
16951         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16952         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16953         backends and checks.
16954         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16955
16956         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16957         an autodetect method.
16958
16959 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16960
16961         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16962         articles are being added to a group.
16963         (gnus-request-replace-article): Inform the agent that articles
16964         need to be uncached as the cached contents are no longer valid.
16965
16966 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * binhex.el: Don't autoload executable-find.
16969
16970         * canlock.el: Don't autoload mail-fetch-field.
16971
16972         * dgnushack.el: Autoload c-mode for XEmacs.
16973
16974         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16975
16976         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16977         rmail-dont-reply-to and rmail-output.
16978
16979         * gnus-score.el: Don't autoload ffap-string-at-point.
16980
16981         * gnus-setup.el: Don't autoload sc-cite-original.
16982
16983         * imap.el: Don't autoload base64-decode-string,
16984         base64-encode-string and md5.
16985
16986         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16987         and rmail-msg-restore-non-pruned-header.
16988
16989         * mm-decode.el: Don't autoload executable-find.
16990
16991         * mm-url.el: Don't autoload executable-find.
16992
16993         * mm-view.el: Don't autoload diff-mode.
16994
16995         * nndb.el: Don't autoload news-reply-mode, news-setup,
16996         cancel-timer and telnet.
16997
16998         * password.el: Don't autoload run-at-time for Emacs.
16999
17000         * sha1-el.el: Don't autoload executable-find.
17001
17002         * sieve-mode.el: Don't autoload c-mode.
17003
17004         * uudecode.el: Don't autoload executable-find.
17005
17006 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17007
17008         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17009         (gnus-agent-possibly-alter-active): Avoid null in numeric
17010         comparison.
17011         (gnus-agent-set-local): Refuse to save null in local object table.
17012         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17013         list of articles that will be marked as unread.
17014
17015 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17018
17019 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17020
17021         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17022         language tags.
17023
17024 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17025
17026         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17027         Don't bind "obarray".
17028
17029         * gnus-sum.el (gnus-thread-sort-functions): Added
17030         `gnus-thread-sort-by-most-recent-number' and
17031         `gnus-thread-sort-by-most-recent-date'.
17032         Reported by Kai Grossjohann <kai@emptydomain.de>.
17033
17034 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17037
17038 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17039
17040         * gnus-cus.el (gnus-agent-customize-category): Removed
17041         ignore-errors macro reference that required cl to be loaded at
17042         run-time.
17043
17044         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17045         single-interval range of the form (min . max).  Previously the
17046         range had to look like ((min . max)).  Likewise, return
17047         (min . max) rather than ((min . max)).
17048         (gnus-range-map): Use gnus-range-normalize to accept
17049         single-interval range.
17050
17051         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17052         the cache, but not the agent, now appear with their usual face.
17053
17054         * dgnushack.el (loaddir): New variable that is bound to the
17055         directory containing the dgnushack.el file. Use loaddir, rather
17056         than srcdir, to update load-path. Change lets dgnushack compile
17057         code in directories other than GNUS/lisp.
17058
17059 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * lpath.el: Don't bind w3m-safe-url-regexp.
17062
17063         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17064         w3m-safe-url-regexp variable buffer-local.
17065
17066         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17067
17068 2004-02-27  Simon Josefsson  <jas@extundo.com>
17069
17070         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17071         gnus-group-real-prefix.
17072         (gnus-summary-move-article): Use it, instead of
17073         gnus-group-real-prefix.
17074
17075 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * lpath.el: Bind w3m-safe-url-regexp.
17078
17079         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17080         w3m-safe-url-regexp variable buffer-local and set it as the value
17081         of mm-w3m-safe-url-regexp.
17082
17083         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17084
17085         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17086         parsing gnus-posting-styles when the message is not for replying.
17087
17088         * dgnushack.el: Autoload sgml-mode for XEmacs.
17089
17090         * nnrss.el (nnrss-opml-export): Use
17091         mm-set-buffer-file-coding-system instead of
17092         set-buffer-file-coding-system.
17093
17094 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17095
17096         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17097         of checkdoc.el).
17098         * nnrss.el: do.
17099         * gnus-mlspl.el: do.
17100         * gnus-ml.el: do.
17101         * gnus-srvr.el: do.
17102
17103         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17104
17105 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17106
17107         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17108         Corrections to custom-manual links.
17109
17110         * gnus-art.el (gnus-article): Ditto.
17111
17112         * mm-decode.el (mime-display, mime-security): Ditto.
17113
17114 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17115
17116         * flow-fill.el: Typo.
17117
17118 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17119
17120         * spam-wash.el: New file.
17121
17122 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17123
17124         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17125
17126 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17129         to be run with new-articles as LIST1, not LIST2.
17130         (spam-registration-functions): Add spam-use-ham-copy as a nil
17131         registration backend.
17132
17133 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * spam-stat.el (spam-stat-washing-hook): New option.
17136         (spam-stat-buffer-words): Use it.
17137         (spam-stat-process-directory, spam-stat-test-directory): Use
17138         insert-file-contents-literally.
17139         (spam-stat-coding-system): New variable.
17140         (spam-stat-load, spam-stat-save): Use it.
17141
17142 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * spam-report.el (spam-report-plug-agent): Quote
17145         spam-report-url-to-file and spam-report-url-ping-plain.
17146
17147 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17150         / in mailto URLs.
17151
17152 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * spam-report.el (spam-report-process-queue): Fix interactive use.
17155         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17156         (spam-report-unplug-agent): Doc fixes.
17157         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17158         (spam-report-agentize, spam-report-deagentize): Autoload.
17159
17160 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17163
17164         * message.el (message-setup-fill-variables): Add mml tags to
17165         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17166         <ajk@iu.edu>.
17167         (message-mode): Don't modify paragraph-separate there.
17168
17169 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * compface.el (uncompface-use-external): Default to undecided.
17172         (uncompface-use-external-threshold): New variable.
17173         (uncompface-float-time): New macro.
17174         (uncompface): Determine whether to use the external decoder if
17175         uncompface-use-external is undecided.
17176
17177 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17178
17179         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17180         after images.
17181
17182         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17183
17184 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17187
17188         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17189
17190         * gnus-sum.el (gnus-summary-limit-to-age)
17191         (gnus-summary-limit-children): do.
17192
17193         * gnus-int.el (gnus-request-scan): do.
17194
17195         * gnus-group.el (gnus-group-suspend): do.
17196
17197         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17198
17199         * gnus-cite.el (gnus-cite-parse-attributions): do.
17200
17201         * gnus-agent.el (gnus-summary-set-agent-mark)
17202         (gnus-agent-regenerate-group): do.
17203
17204         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17205
17206         * binhex.el (binhex-decode-region-internal): do.
17207
17208 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-fun.el (gnus-face-properties-alist): New user option.
17211         (gnus-display-x-face-in-from): Use it.
17212
17213         * gnus-art.el (article-display-face): Ditto.
17214
17215         * compface.el (uncompface-use-external): Default to nil.
17216
17217 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17218
17219         * nntp.el (nntp-erase-buffer): New function.
17220         (nntp-retrieve-data, nntp-send-command)
17221         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17222         (nntp-possibly-change-group): Use it.
17223
17224         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17225         with-current-buffer.
17226
17227 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17228
17229         * compface.el: Merge the ELisp-based uncompface program.
17230         (compface): New customization group.
17231         (uncompface-use-external): New user option.
17232         (uncompface): Call uncompface-internal if uncompface-use-external
17233         is nil.
17234         (uncompface-internal): New function.  Note that there are also
17235         some other functions and variables added for this function.
17236
17237 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17238
17239         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17240         if necessary.
17241
17242 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17243
17244         * spam-report.el (spam-report-unplug-agent)
17245         (spam-report-plug-agent, spam-report-deagentize)
17246         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17247         Add support for the Agent in spam-report: when unplugged, report to a
17248         file; when plugged, submit all the requests.
17249
17250         * spam.el (spam-register-routine): Fix message about
17251         registration.
17252
17253 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17256         dependencies.
17257         (rfc2047-encode): Use it.
17258
17259         * gnus-art.el (gnus-button-marker-list): Move before first
17260         reference.
17261
17262         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17263         (imap-parse-body): Fix format string mismatch.
17264
17265         * gnus-score.el (gnus-summary-increase-score): do.
17266
17267         * nnrss.el (nnrss-close): New function.
17268
17269 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * nnrss.el (nnrss-make-filename): New function.
17272         (nnrss-request-delete-group, nnrss-read-server-data)
17273         (nnrss-save-server-data, nnrss-read-group-data)
17274         (nnrss-save-group-data): Use it.
17275         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17276         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17277         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17278
17279 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17282
17283 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17284
17285         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17286         files.
17287
17288         * message.el (message-generate-headers-first): Don't quote nil
17289         and t in docstrings.
17290
17291         * imap.el (imap-id): do.
17292
17293         * gnus-agent.el (gnus-agent-consider-all-articles)
17294         (gnus-agent-queue-mail): do.
17295
17296 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * spam-report.el (spam-report-process-queue): New function.
17299         Process requests from `spam-report-requests-file'.
17300         (spam-report-process-queue): Doc fix.
17301
17302 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-register-routine)
17305         (spam-log-processing-to-registry, spam-log-registered-p)
17306         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17307         Change "check" to "spam-check" for semi-clarity.
17308
17309 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * pop3.el: Require nnheader.
17312
17313         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17314
17315         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17316
17317         * gnus-picon.el: Require cl.
17318
17319         * gnus-fun.el: Require gnus-ems and gnus-util.
17320
17321         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17322
17323         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17324
17325         * gnus-art.el (gnus-article-edit-mode): Define before first
17326         reference.
17327
17328 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17329
17330         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17331         (gnus-uu-post-encoded): Use point-at-bol.
17332
17333         * gnus-topic.el (gnus-group-active-topic-p): do.
17334
17335         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17336
17337         * gnus-group.el (gnus-group-kill-region): do.
17338
17339         * gnus-art.el (article-date-ut): do.
17340
17341         * message.el (message-fetch-field): Remove redundant
17342         case-fold-search binding.
17343         (message-narrow-to-field): Simplify.
17344
17345 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * spam.el (spam-directory): Derive from `gnus-directory'.
17348
17349         * spam-report.el (spam-report-url-to-file)
17350         (spam-report-requests-file): New function and variable for offline
17351         reporting.
17352         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17353         and user defined function.
17354         (spam-report-url-ping-mm-url): Remove doubled slash.
17355
17356 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17357
17358         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17359
17360 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17363         format string mismatch.
17364
17365         * sieve.el (sieve-deactivate-all): do.
17366
17367         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17368
17369         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17370
17371         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17372
17373         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17374
17375 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17378         the list of checks.
17379
17380 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17383         padding.
17384
17385 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17386
17387         * mm-view.el (mm-fill-flowed): New variable.
17388         (mm-inline-text): Use it.
17389
17390 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * spam.el (spam-spamassassin-register-ham-routine)
17393         (spam-spamassassin-register-spam-routine): Fix function names.
17394
17395 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus.el (gnus-tmp-grouplens): Remove.
17398         (gnus-summary-line-format): Remove grouplens.
17399
17400         * gnus-group.el (gnus-group-line-format): Ditto.
17401
17402         * gnus-spec.el (gnus-format-specs): Ditto.
17403         (gnus-update-format-specifications): Flush the group format spec
17404         cache if there's the grouplens stuff.
17405         (gnus-parse-simple-format): Replace %l with the empty string.
17406
17407 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17408
17409         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17410         omission.
17411
17412 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17415         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17416
17417 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17418
17419         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17420         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17421         New macros and functions.
17422         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17423         Handle > NLINK_MAX messages.
17424         * nnmaildir.el (nnmaildir-request-set-mark): Use
17425         nnmaildir--emlink-p and nnmaildir--eexist-p.
17426
17427 2004-01-25  Alex Schroeder  <alex@gnu.org>
17428
17429         * spam-stat.el (spam-stat-process-directory-age): New option.
17430         (spam-stat-process-directory): Use it.
17431
17432 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17433
17434         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17435         (spam-stat-save): Accept prefix argument.
17436
17437 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17438
17439         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17440         links" error.
17441
17442 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17445         the rest of the and/or forms.
17446
17447 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17450         compatibility with old .newsrc.eld files.
17451
17452         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17453
17454         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17455
17456         * gnus-start.el (gnus-1): do.
17457
17458         * gnus-group.el (gnus-group-line-format-alist): do.
17459
17460         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17461
17462         * gnus-gl.el: Remove.
17463
17464 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17465
17466         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17467         marks consisting of a single range {for example, (3 . 5)} rather
17468         than a list of a single range { ((3 . 5)) }.
17469
17470 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17473         with-current-buffer.
17474         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17475         avoid consing a string.
17476
17477         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17478         Remove obsolete entries for big5 and gb2312.
17479
17480 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17481
17482         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17483         uncompressed list.
17484
17485 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17486
17487         * spam-stat.el (spam-stat-strip-xref): New function.
17488         (spam-stat-process-directory): Use it.
17489
17490         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17491         here -- it's done in message-fetch-field.
17492
17493 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17494
17495         * gnus-agent.el (gnus-agent-queue-mail)
17496         (gnus-agent-prompt-send-queue): New variables.
17497         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17498         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17499         "nndraft:queue" along to gnus-draft-send.  Use
17500         gnus-agent-prompt-send-queue.
17501         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17502         is "nndraft:queue".  Suggested by Gaute Strokkenes
17503         <gs234@srcf.ucam.org>
17504
17505         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17506         (agent-enable-undownloaded-faces): Added.
17507         (gnus-agent-cat-groups): Use eval-and-compile, not
17508         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17509         method of gnus-agent-cat-groups even when the buffer has been
17510         evaled.
17511         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17512         delete gnus-agent-save-active-1.
17513         (gnus-agent-save-groups): Deleted.  Identical to
17514         gnus-agent-save-active.
17515         (gnus-agent-write-active): No longer adjust agent's copy of active
17516         file as agent's adjustments are now stored in their own
17517         file.  Removed optional parameter.
17518         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17519         servers.  Add use of min/max range limits from server's local
17520         file.
17521         (gnus-agent-save-alist): Removed unused optional argument.
17522         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17523         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17524         (gnus-agent-set-local): A per-server file that keeps min/max range
17525         limits for articles known to the agent.  Provides a fast mechanism
17526         for altering many active ranges.
17527         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17528         active file (local makes it unnecessary).
17529         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17530
17531         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17532         (agent-enable-undownloaded-faces): Added.
17533
17534         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17535         disable it when sending to "nndraft:queue".
17536         (gnus-group-send-queue): Add safety check to avoid sending queue
17537         when unplugged.
17538
17539         * gnus-group.el (gnus-group-catchup): Use new
17540         gnus-sequence-of-unread-articles, not
17541         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17542         numbers of articles.  Use gnus-range-map to avoid having to
17543         uncompress the unread list.
17544         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17545         Fixed invalid ange-ftp reference.
17546
17547         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17548         (gnus-sorted-range-intersection): Intersection of two ranges
17549         without requiring that they first be uncompressed.
17550
17551         * gnus-start.el (gnus-activate-group): Unless blocked by the
17552         caller, possibly expand the active range to include both cached
17553         and agentized articles.
17554         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17555         multiple version-dependent converters.
17556         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17557         gnus-agent-save-active.
17558         (gnus-save-newsrc-file): Save dirty agent range limits.
17559
17560         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17561         gnus-agent-possibly-alter-active.
17562         (gnus-adjust-marked-articles): Faster handling of simple lists.
17563
17564 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17565
17566         * spam-stat.el (spam-stat-test-directory): New optional argument
17567         displays a list of files detected.  Suggested by Andrew Cohen
17568         <cohen@andy.bu.edu>.
17569         (spam-stat-buffer-words-with-scores): Don't narrow and change
17570         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17571
17572 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17573
17574         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17575         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17576         (spam-spamassassin-arguments)
17577         (spam-spamassassin-spam-flag-header)
17578         (spam-spamassassin-positive-spam-flag-header)
17579         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17580         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17581         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17582         (spam-list-of-processors, spam-list-of-checks)
17583         (spam-list-of-statistical-checks, spam-registration-functions)
17584         (spam-check-spamassassin-headers, spam-check-spamassassin)
17585         (spam-spamassassin-score)
17586         (spam-spamassassin-register-with-sa-learn)
17587         (spam-spamassassin-register-spam-routine)
17588         (spam-spamassassin-register-ham-routine)
17589         (spam-assassin-register-spam-routine)
17590         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17591         (spam-bogofilter-score): Fix to show article before scoring.
17592
17593 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17596         default scoring function.
17597         (spam-generic-score): Call spam-spamassassin-score if
17598         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17599         spam-bogofilter-score otherwise.
17600
17601         * gnus.el (spam-process, spam-autodetect-methods): Add
17602         spamassassin and spamassassin-headers.
17603
17604 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17605
17606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17607         Suppress unnecessary messages.
17608
17609 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17612         make-hash-table.
17613
17614 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * canlock.el (base64-encode-string): Don't autoload it.
17617
17618 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * run-at-time.el: Remove useless (require 'itimer),
17621         eval-and-compile and (featurep 'xemacs).
17622
17623 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17626         GROUP is a virtual group.
17627
17628 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17629
17630         * gnus.el: Autoload `message-y-or-n-p'.
17631
17632 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17633
17634         * pgg-parse.el: Remove unnecessary (require 'custom).
17635
17636         * pgg-def.el: do.
17637
17638         * nnmail.el: do.
17639
17640         * gnus-undo.el: do.
17641
17642         * gnus-picon.el: do.
17643
17644         * gnus-util.el: do.
17645
17646 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17649
17650 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17653         handle, as well as a list.
17654
17655         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17656         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17657         (mm-w3m-cid-retrieve): Simplify.
17658
17659 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17660
17661         * message.el (message-kill-to-signature): Allow prefix arg to
17662         specify number of lines to keep before signature.
17663
17664 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17665
17666         * message.el (message-kill-to-signature): Change docstring.
17667
17668 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * canlock.el: Always require sha1-el.
17671         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17672
17673         * message.el: Autoload sha1 only when compiling.
17674
17675         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17676         eudc-expand-inline for XEmacs.
17677
17678 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * message.el (message-canlock-generate): Require sha1-el.
17681
17682 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17683
17684         * message.el (message-expand-name): Silence the byte compiler.
17685
17686         * lpath.el: Add detect-coding-system.
17687
17688         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17689         cus-edit.
17690
17691 2004-01-13  Simon Josefsson  <jas@extundo.com>
17692
17693         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17694         Invoke gnus-score-mode.  Reported by
17695         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17696
17697         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17698         Jim Blandy <jimb@redhat.com> (tiny change).
17699
17700 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17701
17702         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17703
17704 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17705
17706         * spam.el (spam-get-article-as-string): Update to use
17707         gnus-request-article-this-buffer, much simpler.
17708         (spam-get-article-as-buffer): Remove.
17709
17710 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17711
17712         * message.el (message-expand-name): Use EUDC if the user uses that.
17713
17714 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17717         character for the encoding to avoid consing a string.
17718
17719         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17720         unnecessarily.
17721
17722         * mm-util.el (mm-replace-chars-in-string): Remove.
17723
17724         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17725         of mm-replace-chars-in-string.
17726
17727 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17730
17731         * mm-util.el (mm-subst-char-in-string): Support inplace.
17732
17733         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17734         a new string in every iteration.  Use shy groups.
17735
17736 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17739         * gnus-soup.el (gnus-soup-group-brew):
17740         * gnus-msg.el (gnus-put-message):
17741         * gnus-move.el (gnus-group-move-group-to-server):
17742         * gnus-kill.el (gnus-batch-score):
17743         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17744         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17745         (gnus-group-update-group, gnus-group-read-group)
17746         (gnus-group-make-group, gnus-group-make-help-group)
17747         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17748         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17749         (gnus-group-sort-by-unread, gnus-group-catchup)
17750         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17751         (gnus-group-yank-group, gnus-group-set-info)
17752         (gnus-group-list-groups):
17753         * gnus.el (gnus-generate-new-group-name):
17754         * gnus-delay.el (gnus-delay-send-queue):
17755         * nnvirtual.el (nnvirtual-catchup-group):
17756         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17757         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17758         (gnus-group-prepare-topics, gnus-topic-check-topology):
17759         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17760         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17761         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17762         (gnus-group-make-articles-read):
17763         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17764         (gnus-group-change-level, gnus-kill-newsgroup)
17765         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17766         (gnus-get-unread-articles, gnus-make-articles-unread)
17767         (gnus-make-ascending-articles-unread): Use accessor
17768         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17769         to get group information for improved readability.
17770
17771
17772 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * gnus-art.el (article-decode-mime-words, article-babel)
17775         (gnus-article-highlight-signature, gnus-article-add-buttons)
17776         (gnus-signature-toggle): Use gnus-with-article-buffer.
17777
17778         * gnus-art.el (gnus-article-highlight-headers)
17779         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17780
17781         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17782         (gnus-article-set-globals, gnus-request-article-this-buffer)
17783         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17784         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17785         (gnus-mime-display-alternative): Use with-current-buffer.
17786
17787 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17788
17789         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17790         also under 80 char limit, and call gnus-error if needed.
17791         (spam-fetch-article-header): Fix - it was a
17792         buffer-local variable (gnus-newsgroup-data).
17793         (spam-find-spam): Use spam-generate-fake-headers, forget about
17794         spam-insert-fake-headers.
17795         (spam-insert-fake-headers): Remove.
17796
17797 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17798
17799         * deuglify.el (gnus-article-outlook-unwrap-lines)
17800         (gnus-outlook-rearrange-article)
17801         (gnus-outlook-repair-attribution-outlook)
17802         (gnus-outlook-repair-attribution-block)
17803         (gnus-outlook-repair-attribution-other): Remove redundant
17804         save-excursion.
17805
17806 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17807
17808         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17809         (spam-fetch-field-subject-fast)
17810         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17811         (spam-fetch-article-header): Add functions to deal with Gnus
17812         internals for fast retrieval of article header data.
17813         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17814
17815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17816
17817         * pop3.el (pop3-md5): Remove.
17818         (pop3-apop): Replace pop3-md5 with md5.
17819
17820         * mm-bodies.el: base64 is always built-in.
17821
17822         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17823         with-current-buffer.
17824
17825 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * canlock.el (canlock-insert-header): Remove excessive grouping in
17828         regexp.
17829
17830         * gnus-sum.el (gnus-summary-read-document): Ditto.
17831
17832         * gnus-uu.el (gnus-uu-part-number): Ditto.
17833
17834         * html2text.el (html2text-remove-tags): Ditto.
17835         (html2text-format-tags): Ditto.
17836         (html2text-format-single-elements): Ditto.
17837
17838         * mml.el (mml-parse-1): Ditto.
17839
17840 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17841
17842         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17843
17844         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17845
17846         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17847
17848         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17849
17850 2003-11-15  Simon Josefsson  <jas@extundo.com>
17851
17852         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17853         (pgg-gpg-lookup-key): Use regexp match instead of
17854         split-string (split-string is different between emacs 21.2 and
17855         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17856
17857 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17858
17859         * gnus-art.el (gnus-mime-view-all-parts)
17860         (gnus-article-part-wrapper, gnus-article-view-part): Use
17861         with-current-buffer.
17862
17863 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * spam.el (spam-disable-spam-split-during-ham-respool)
17866         (spam-spamoracle-database, spam-cache-lookups)
17867         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17868         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17869         (spam-group-ham-marks, spam-group-spam-marks)
17870         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17871         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17872         also add spam-use-blackholes to the statistical checks.
17873         (spam-fetch-field-fast): Add interface to fetching fields, may
17874         become a macro.
17875         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17876         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17877         (spam-insert-fake-headers): Fake an article when needed.
17878         (spam-find-spam): Fake article when possible.
17879         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17880         (spam-check-bogofilter-headers): Use message-fetch-field instead
17881         of nnmail-fetch-field.
17882
17883 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17884
17885         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17886
17887 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17888
17889         * spam.el (spam-split): Do not require spam-use-CHECK to be
17890         enabled if that check is passed to spam-split explicitly; also
17891         fix so 'spam doesn't get converted to spam-split-group when
17892         spam-split-symbolic-return is t.
17893         (spam-find-spam): Find registrations of the article and use those
17894         instead of re-running spam-split to find the spam/ham
17895         classification of the article.
17896         (spam-log-processing-to-registry, spam-log-registered-p)
17897         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17898         Use gnus-error instead of gnus-message.
17899         (spam-log-registration-type): Add function to determine the
17900         classification of a message based on registry entries; will
17901         return nil if both 'spam and 'ham are found.
17902         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17903         a reasonably fast local cache without the loading errors.
17904         (spam-cache-lookups): Set to t by default.
17905         (spam-find-spam): Don't try to guess spam-cache-lookups.
17906         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17907         spam-caches entry.
17908         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17909         caching of whitelist/blacklist entries.
17910         (spam-check-whitelist, spam-check-blacklist): Invoke
17911         spam-from-listed-p with a type, not a cache variable.
17912         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17913
17914 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17915
17916         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17917
17918         * nnmail.el (nnmail-split-fancy): do.
17919
17920         * mml.el (mml-parse): do.
17921
17922         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17923         (gnus-score-adaptive): do.
17924
17925 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17928         (gnus-mime-button-map): Don't set keymap parent.
17929         (gnus-button-ctan-directory-regexp): Use shy grouping.
17930         (gnus-prev-page-map): Don't set keymap parent.
17931         (gnus-prev-page-map): Remove duplicated one.
17932         (gnus-next-page-map): Don't set keymap parent.
17933         (gnus-mime-security-button-map): Ditto.
17934
17935         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17936         version number.
17937
17938         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17939
17940 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * canlock.el (canlock-sha1-function): Remove.
17943         (canlock-sha1-function-for-verify): Remove.
17944         (canlock-openssl-program): Remove.
17945         (canlock-openssl-args): Remove.
17946         (canlock-ignore-errors): Remove.
17947         (canlock-sha1-with-openssl): Remove.
17948         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17949         (canlock-verify): Don't use canlock-ignore-errors.
17950
17951         * sha1-el.el (sha1-string-external): Make it can return a string
17952         in binary form.
17953         (sha1-region-external): Ditto.
17954         (sha1-string-internal): Ditto.
17955         (sha1-region-internal): Ditto.
17956         (sha1-region): Ditto.
17957         (sha1-string): Ditto.
17958         (sha1): Ditto.
17959
17960 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * spam.el (spam-report-articles-gmane): New command.
17963
17964 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17967
17968         * run-at-time.el (run-at-time-saved): Remove.
17969         (run-at-time): Doc fix.
17970
17971 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17972
17973         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17974         (gnus-summary-limit-map): Add it.
17975         (gnus-summary-make-menu-bar): do.
17976
17977 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17978
17979         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17980         Make attempt at some caching support (done for BBDB only now).
17981         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17982         addresses to be checked.
17983         (spam-clear-cache-BBDB): Add function, to be invoked by
17984         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17985         (spam-check-BBDB): Check and use the caches, if
17986         spam-cache-lookups is on, remove superfluous (provide).
17987
17988 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17991
17992 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17993
17994         * run-at-time.el (run-at-time-saved): Move to after the definition
17995         of `run-at-time'.
17996
17997         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17998
17999 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18002         mm-w3m-local-map-property.
18003
18004         * mm-view.el (mm-w3m-mode-map): Remove.
18005         (mm-w3m-local-map-property): Remove.
18006         (mm-inline-text-html-render-with-w3m): Don't use
18007         mm-w3m-local-map-property.
18008
18009 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * run-at-time.el: New file.
18012
18013         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18014         under Emacs.
18015
18016         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18017         of gnus-set-text-properties.
18018
18019         * gnus-uu.el (gnus-uu-save-article): Ditto.
18020
18021         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18022
18023         * gnus-cite.el (gnus-cite-parse): Ditto.
18024
18025         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18026         of gnus-.
18027
18028         * gnus-xmas.el (run-at-time): Require run-at-time.
18029
18030         * gnus.el: Changed calls to nnheader-run-at-time and
18031         password-run-at-time throughout to use run-at-time directly.
18032
18033         * password.el: Removed definition of run-at-time.
18034
18035         * nnheaderxm.el: Remove definition of run-at-time.
18036
18037 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18038
18039         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18040         in prompt.
18041
18042 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18043
18044         * messagexmas.el (message-xmas-redefine): Alias
18045         `message-make-caesar-translation-table' to
18046         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18047         version.
18048
18049         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18050         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18051         `gnus-xmas-set-text-properties'.
18052         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18053         `gnus-xmas-completing-read'.
18054         (gnus-xmas-completing-read): Removed.
18055         (gnus-xmas-open-network-stream): Removed.
18056
18057         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18058         XEmacs version.
18059
18060         * dns.el (dns-make-network-process): Use `open-network-stream'
18061         instead of `gnus-xmas-open-network-stream'.
18062
18063         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18064
18065         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18066
18067 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18068
18069         * gnus-art.el (gnus-mime-display-alternative)
18070         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18071         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18072         Don't use gnus-local-map-property.
18073
18074         * gnus-util.el (gnus-local-map-property): Remove.
18075
18076         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18077         gnus-completing-read-maybe-default with completing-read.
18078
18079         * gnus-util.el (gnus-completing-read): do.
18080         (gnus-completing-read-maybe-default): Remove.
18081
18082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18083
18084         * password.el: Only autoload `run-at-time' if not XEmacs.
18085         Only autoload the itimer functions if XEmacs.
18086
18087 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18090         XEmacsen.
18091
18092         * dgnushack.el: Autoload executable-find for XEmacs.
18093
18094 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18095
18096         * gnus-art.el (gnus-read-string): Remove.
18097         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18098         read-string.
18099
18100 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * netrc.el: Autoload password-read.
18103         (netrc): Add configuration group.
18104         (netrc-encoding-method, netrc-openssl-path): Add
18105         variables for encoding and decoding of files with symmetric
18106         ciphers.
18107         (netrc-encode): Add assistant function to encode a file with
18108         netrc-encoding-method.
18109         (netrc-parse): Add interactive parameter, added optional
18110         decoding if netrc-encoding-method is non-nil but otherwise
18111         behavior is standard.
18112         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18113         Do s/encode/encrypt/ everywhere.
18114
18115         * spam.el: Remove executable-find autoload.
18116
18117 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18118
18119         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18120
18121         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18122
18123 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18124
18125         * gnus-art.el (gnus-treat-ansi-sequences)
18126         (article-treat-ansi-sequences): New variable and function.
18127         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18128
18129         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18130         Use it.
18131
18132 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * mm-util.el (mm-quote-arg): Remove.
18135
18136         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18137         shell-quote-argument.
18138
18139         * gnus-uu.el (gnus-uu-command): do.
18140
18141         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18142
18143         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18144         with make-char.
18145
18146         * mm-util.el (mm-make-char): Remove.
18147
18148         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18149         add-minor-mode.
18150
18151         * gnus-undo.el (gnus-undo-mode): do.
18152
18153         * gnus-topic.el (gnus-topic-mode): do.
18154
18155         * gnus-sum.el (gnus-dead-summary-mode): do.
18156
18157         * gnus-start.el (gnus-slave-mode): do.
18158
18159         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18160
18161         * gnus-ml.el (gnus-mailing-list-mode): do.
18162
18163         * gnus-gl.el (gnus-grouplens-mode): do.
18164
18165         * gnus-draft.el (gnus-draft-mode): do.
18166
18167         * gnus-dired.el (gnus-dired-mode): do.
18168
18169         * gnus-ems.el (gnus-add-minor-mode): Remove.
18170
18171         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18172         Replace gnus-char-width with char-width.
18173
18174         * gnus-ems.el (gnus-char-width): Remove.
18175
18176         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18177         Replace gnus-char-width with char-width.
18178
18179         * gnus-ems.el (gnus-char-width): Remove.
18180
18181         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18182         definition.
18183         Remove Emacs 20 hash table compatibility code.
18184
18185         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18186         20 compatibility code.
18187
18188         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18189
18190         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18191
18192         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18193         with point-at-{eol,bol}.
18194
18195         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18196
18197         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18198
18199         * flow-fill.el (fill-flowed-point-at-bol)
18200         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18201
18202         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18203         Replace with point-at-{eol,bol} throughout all files.
18204
18205 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * ntlm.el (ntlm-string-as-unibyte): New macro.
18208         (ntlm-build-auth-response): Use it.
18209
18210         Remove Emacs 20 stuff:
18211         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18212         (butlast, mapc, remove): Remove the compiler macros.
18213         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18214         of delq and copy-sequence.
18215         * gnus-art.el (popup-menu): Remove the compiler macro.
18216         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18217         Emacs 20.
18218
18219 2004-01-05  Simon Josefsson  <jas@extundo.com>
18220
18221         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18222         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18223         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18224         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18225         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18226         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18227         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18228         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18229         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18230         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18231         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18232         string-xor into ntlm-string-xor.  Suggested by
18233         Jesper Harder <harder@myrealbox.com>.
18234
18235         * ntlm.el: Don't include poem.
18236
18237         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18238         Jesper Harder <harder@myrealbox.com>.
18239
18240         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18241
18242         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18243         probably breaks emacs with DL patch, but do we care? Is anyone
18244         still using the DL stuff?)
18245
18246         * sieve-manage.el: Use the password package.
18247         (sieve-manage-read-passwd): Remove.
18248         (sieve-manage-interactive-login): Use password.  Re-add
18249         condition-case around loop.
18250
18251         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18252         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18253         the password package.
18254
18255 2003-02-19  Simon Josefsson  <jas@extundo.com>
18256
18257         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18258         token.
18259
18260 2002-08-07  Simon Josefsson  <jas@extundo.com>
18261
18262         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18263         (sieve-manage-authenticators):
18264         (sieve-manage-authenticator-alist): Add some SASL mechs.
18265         (sieve-sasl-auth): New function.
18266         (sieve-manage-cram-md5-auth):
18267         (sieve-manage-plain-auth): Rewrite using SASL library.
18268         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18269         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18270         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18271         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18272
18273 2004-01-05  Simon Josefsson  <jas@extundo.com>
18274
18275         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18276         New files.
18277
18278 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18279
18280         * gnus-group.el (gnus-no-groups-message): Update.
18281
18282         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18283
18284 2003-11-09  Simon Josefsson  <jas@extundo.com>
18285
18286         * imap.el: Support for ID IMAP extension (RFC 2971).
18287         (imap-local-variables): Add imap-id.
18288         (imap-id): New variable.
18289         (imap-id): New function.
18290         (imap-parse-response): Parse untagged ID response.
18291         * nnimap.el (nnimap-id): New variable.
18292         (nnimap-open-connection): Use it.
18293
18294 2003-12-28  Simon Josefsson  <jas@extundo.com>
18295
18296         * gnus-score.el (gnus-score-edit-all-score): New.
18297         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18298
18299 2004-01-04  Simon Josefsson  <jas@extundo.com>
18300
18301         * password.el: Add.
18302
18303 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18304
18305         * dns.el (dns-query-types): Fix typo.
18306         (dns-query-types): New function.
18307         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18308         PTR and SOA replies, see RFC 1035.
18309
18310 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18311
18312         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18313
18314         * Moved to Changelog.2.
18315
18316 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18317
18318         * gnus.el (gnus-version-number): Bump version.
18319
18320 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18321
18322         * gnus.el: No Gnus v0.1 is released.
18323
18324 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18325
18326         * gnus.el: No Gnus v0.0 is released.
18327
18328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18329
18330         * gnus.el (gnus-version-number): Bump.
18331         (gnus-version): No.
18332
18333 See ChangeLog.2 for earlier changes.
18334
18335     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18336       Free Software Foundation, Inc.
18337
18338   This file is part of GNU Emacs.
18339
18340   GNU Emacs is free software: you can redistribute it and/or modify
18341   it under the terms of the GNU General Public License as published by
18342   the Free Software Foundation, either version 3 of the License, or
18343   (at your option) any later version.
18344
18345   GNU Emacs is distributed in the hope that it will be useful,
18346   but WITHOUT ANY WARRANTY; without even the implied warranty of
18347   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18348   GNU General Public License for more details.
18349
18350   You should have received a copy of the GNU General Public License
18351   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18352
18353 ;; Local Variables:
18354 ;; coding: utf-8
18355 ;; fill-column: 79
18356 ;; add-log-time-zone-rule: t
18357 ;; End: