* gnus.el: Autoload gnus-html-show-images.
[gnus] / lisp / ChangeLog
1 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el: Autoload gnus-html-show-images.
4
5         * nnimap.el: Use nnheader-message throughout.
6
7         * shr.el (shr-tag-img): Ignore images with no data.
8
9 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * shr.el (shr-insert): Remove space inserted before or after a
12         breakable character or at the beginning or the end of a line.
13         (shr-find-fill-point): Do kinsoku; find the second best point or give
14         it up if there's no breakable point.
15
16 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nnimap.el (nnimap-open-connection): Message when opening connection
19         for debugging purposes.
20
21         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
22         on every setup buffer call to allow this to change from article to
23         article.
24
25         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
26         buffers where we have a wide table.
27
28 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
29
30         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
31         uses *-request-thread.
32
33 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * nnimap.el (nnimap-open-connection): Remove %s from openssl
36         incantation, which is no longer valid.
37
38 2010-10-14  Julien Danjou  <julien@danjou.info>
39
40         * shr.el: Fix defcustom type (char -> character).
41
42 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-open-connection): tls-program should be a list of
45         programs.
46
47 2010-10-14  Julien Danjou  <julien@danjou.info>
48
49         * shr.el (shr-tag-a): Use url-link as widget type.
50
51         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
52         `gnus-group-get-icon'.
53
54 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
57         This should make server editing work better.
58
59         * shr.el (shr-find-fill-point): Don't inloop on indented text.
60
61         * tls.el (tls-program): Remove spurious %s from openssl.
62
63         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
64         (nnimap-parse-flags): Fix regexp.
65
66         * shr.el (shr-find-fill-point): Use a filling algorithm that should
67         probably work for CJVK text, too.
68
69         * nnimap.el (nnimap-extend-tls-programs): Removed.
70         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
71
72         * tls.el (tls-starttls-switches): Remove starttls hack.
73         (open-tls-stream): Ditto.
74         (tls-find-starttls-argument): Ditto.
75
76 2010-10-13  Julien Danjou  <julien@danjou.info>
77
78         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
79         responses.
80
81 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
84
85         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
86         anything in Emacs.
87
88         * shr.el (shr-current-column): Remove buggy and unnecessary function.
89
90 2010-10-13  Julien Danjou  <julien@danjou.info>
91
92         * shr.el (shr-width): Make shr-width a defcustom with default to
93         fill-column.
94         (shr-tag-img): Use shr-width rather than fill-column.
95
96 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * dgnushack.el (byte-optimize-apply)
99         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
100
101         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
102         position when (X-)Faces exist.
103         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
104         avatars when called interactively.
105
106 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
109         gnus-article-x-face-too-ugly is bound.
110
111 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
114
115         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
116         mailbox that doesn't exist.
117
118 2010-10-12  Julien Danjou  <julien@danjou.info>
119
120         * shr.el (shr-tag-img): Encode URL properly when retrieving.
121         (shr-get-image-data): Encode URL properly when fetching from cache.
122         (shr-tag-img): Use aligned-to spaces to align correctly images.
123
124         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
125         before inserting the Gravatar.
126
127         * shr.el (shr-tag-img): Add align attribute support for <img>.
128
129 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-gravatar.el (gnus-art): Required.
132
133         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
134         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
135         Remove long obsoleted functions.
136
137 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
140
141         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
142
143         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
144         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
145         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
146         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
147         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
148         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
149         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
150
151 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnimap.el (nnimap-request-rename-group): Select group read-only
154         before renaming it.
155
156         * shr.el (shr-insert): Fix up the white space only regexp.
157
158         * nnimap.el (nnimap-transform-split-mail): Not all articles have
159         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
160
161         * shr.el (shr-current-column): New function.
162         (shr-find-fill-point): New function.
163
164 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
165
166         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
167         numbers.
168
169 2010-10-11  Julien Danjou  <julien@danjou.info>
170
171         * shr.el (shr-hr-line): Add.
172         (shr-tag-hr): Use shr-hr-line to specify which character to use to
173         display hr lines.
174         (shr-max-columns): Do not change state to nil if we just inserting
175         spaces.
176
177 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-topic.el (gnus-topic-read-group): If after the last group,
180         select the last group.
181
182 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
185
186 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
187
188         * dig.el (dig-mode-map): Declare and define in one step.
189
190 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
193         for Gnus.
194         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
195         (nnimap-update-qresync-info): Mark \Seen articles as read.
196
197         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
198         non-variable, too.
199
200         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
201         available.
202         (nnimap-update-info): Rely more on the current active than the param
203         active to avoid marking articles as read too much.
204
205         * auth-source.el (auth-source-create): Use (user-login-name) for the
206         user name default.
207
208         * nnimap.el (nnimap-update-info): If the server doesn't return any
209         useful info, just use the previous info.
210         (nnimap-update-info): Prefer old info over start-article.
211         (nnimap-update-qresync-info): Finish implementing QRESYNC.
212
213 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el (autoload): Clean up autoloads.
216         (nnir-imap-default-search-key): Renamed from
217         nnir-imap-search-field. Use key rather than value.
218         (nnir-imap-search-other): New variable.
219         (nnir-read-parm): Use it.
220         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
221         (gnus-summary-nnir-goto-thread): Modify to work with imap.
222
223 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
224
225         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
226         the process, too.
227
228 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
231         Allbery.
232
233         * shr.el: Rework the way things are indented by <li> slightly.
234
235         * gnus.el (gnus-group-set-parameter): Fix typo.
236
237         * nnimap.el: Start implementing QRESYNC support.
238
239 2010-10-09  Julien Danjou  <julien@danjou.info>
240
241         * nnir.el (nnir-engines): Fix too many arguments.
242
243 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
246         group is the "last", so that the backends like nnfolder actually save
247         their folders.
248
249         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
250         try to use that for the tls stream.
251         (nnimap-retrieve-group-data-early): Rework the marks code to heed
252         UIDVALIDITY and find out which groups are read-only and not.
253         (nnimap-get-flags): Use the same marks parsing code as the rest of
254         nnimap.
255
256 2010-10-09  Julien Danjou  <julien@danjou.info>
257
258         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
259
260         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
261         retrieving gravatars.
262
263         * shr.el (shr-table-corner): Add.
264         (shr-table-line): Add.
265         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
266
267 2010-10-08  Julien Danjou  <julien@danjou.info>
268
269         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
270
271 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
272
273         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
274
275         * gnus-sum.el (gnus-mark-article-as-unread)
276         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
277         (gnus-summary-set-bookmark): Use it.
278
279         * gnus-msg.el (gnus-setup-message): Use it.
280
281         * gnus-demon.el (gnus-demon-remove-handler): Use it.
282
283         * gnus.el (gnus-group-remove-parameter): Use it.
284
285         * gnus-group.el (gnus-group-make-web-group): Use it.
286
287         * gnus-demon.el (gnus-demon-remove-handler): Use it.
288
289         * nnregistry.el: Update docs to mention manual.
290
291         * gnus-registry.el: Update docs to mention nnregistry.el.
292         (gnus-registry-initialize): Don't install nnregistry refer method
293         automatically.
294         (gnus-registry-install-nnregistry): Remove it.
295
296 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-insert): Don't insert double spaces.
299
300 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * gnus-gravatar.el (gnus-treat-from-gravatar)
303         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
304         called interactively.
305
306         * gnus-art.el (gnus-mime-view-part-externally)
307         (gnus-mime-view-part-internally): Make predicate function passed to
308         gnus-mime-view-part-as-type assume argument is a mime type, not a list
309         of a mime type.
310
311         * shr.el (shr-table-widths): Don't use cl function `reduce'.
312
313 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * shr.el (require): Require cl when compiling.
316         (shr-tag-hr): New function.
317
318         * nnimap.el (nnimap-update-info): Remove double setting of high.
319         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
320         makes nnimap work properly on Courier again.
321
322         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
323         the variable for backwards compatability.
324
325         * mm-decode.el (mm-save-part): If given a non-directory result, expand
326         the file name before using to avoid setting mm-default-directory to
327         nil.
328
329         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
330         bidning gnus-agent variables.
331
332         * shr.el (shr-render-td): Use a cache for the table rendering function
333         to avoid getting an exponential rendering behaviour in nested tables.
334         (shr-insert): Rework the line-breaking algorithm.
335         (shr-insert): Don't leave trailing spaces.
336         (shr-insert-table): Also insert empty TDs.
337         (shr-tag-blockquote): Ensure paragraphs after </ul>.
338
339 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
340
341         * gnus-sum.el (gnus-number): Rename from `number'.
342         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
343         (gnus-summary-limit-children): Update uses correspondingly.
344
345 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
348         (gnus-gravatar-transform-address): Don't show avatars of people of
349         which mail addresses match gnus-gravatar-too-ugly.
350
351 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * shr.el (shr-table-widths): Expand TD elements to fill available
354         space.
355
356 2010-10-07  Julien Danjou  <julien@danjou.info>
357
358         * nnimap.el (nnimap-request-rename-group): Add this method.
359
360 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
363         name from XEmacs' function-arglist.
364
365         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
366         gravatar under XEmacs.
367
368 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * auth-source.el: Update docs with TODO items.
371
372         * gnus-sync.el: Update docs to explain state and plans.
373
374         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
375         Hooks for mark updates.
376         (gnus-request-set-mark, gnus-request-update-mark): Use them.
377
378         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
379         hooks with arguments, which is needed for mark update hooks.
380
381 2010-10-06  Julien Danjou  <julien@danjou.info>
382
383         * gnus.el (gnus-expand-group-parameter): Only return and act on what
384         was matched.
385
386         * sieve-manage.el: Update example in `Commentary'.
387
388         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
389
390         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
391         not 2000.
392         (sieve-manage-authenticate): Re-add function.
393
394 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * shr.el (shr-insert): Get 'space transition right.
397         (shr-render-td): Only delete space at the end of the TD.
398
399         * nnimap.el (nnimap-open-connection): Prepare to support
400         open-gnutls-stream.
401
402         * shr.el: Rearrange function order to be more logical.
403
404 2010-10-06  Julien Danjou  <julien@danjou.info>
405
406         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
407         (nnrss-discover-feed): Remove 404 URL in docstring.
408
409         * nnir.el: Fix Swish-E URL.
410         Fix Namazu URL.
411
412         * message.el (message-change-subject): Remove 404 URL in a comment.
413
414 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
417         called interactively.
418
419         * gnus-util.el (gnus-remove-if): Allow hash table.
420         (gnus-remove-if-not): New function.
421
422         * gnus-art.el (gnus-mime-view-part-as-type)
423         * gnus-score.el (gnus-summary-score-effect)
424         * gnus-sum.el (gnus-read-move-group-name):
425         Replace remove-if-not with gnus-remove-if-not.
426
427         * gnus-group.el (gnus-group-completing-read):
428         Regard collection as a hash table if it is not a list.
429
430 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * shr.el (shr-render-td): Allow blank/missing <TD>s.
433
434         * shr.el: Document the table-rendering algorithm.
435
436 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
439         for Emacsen having no `libxml-parse-html-region' support.
440
441 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
444         invalid URLs.
445
446         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
447         line-broken.
448         (shr-tag-img): Ignore image fetching errors.
449         (shr-overlays-in-region): Compute overlay positions correctly.
450
451         * mm-decode.el (mm-shr): Require shr.
452
453         * gnus-art.el (gnus-blocked-images): Move variable here.
454
455         * shr.el (shr-insert-table): Bind free variable.
456
457         * mm-decode.el (mm-shr): Bind shr-content-function.
458
459         * shr.el (shr-content-function): New variable.
460
461         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
462         added for symmetry.
463
464         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
465
466         * gnus-group.el (gnus-group-make-group): Doc fix.
467
468         * nnimap.el (nnimap-request-newgroups): Return success.
469
470         * shr.el (shr-find-elements): New function.
471         (shr-tag-table): Put all the images after the table.
472         (shr-tag-table): Really inhibit images inside the table.
473         (shr-collect-overlays): Copy over overlays from the TD elements to the
474         main document.
475
476         * mm-decode.el (mm-shr): Bind shr-blocked-images to
477         gnus-blocked-images.
478
479 2010-10-05  Julien Danjou  <julien@danjou.info>
480
481         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
482
483         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
484         (gnus-html-maximum-image-size): Add this function.
485         (gnus-html-put-image): Use gnus-html-maximum-image-size.
486
487         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
488         server-value of the capability is nil.
489
490 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (shr-tag-em): Add <EM> tag.
493
494 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
495
496         * sieve-manage.el (sieve-manage-default-stream): Make default stream
497         customizable.
498
499         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
500         handing broken links to browse-url.
501
502 2010-10-05  Julien Danjou  <julien@danjou.info>
503
504         * gnus-util.el (gnus-emacs-completing-read)
505         (gnus-iswitchb-completing-read): Use autoload rather than require.
506
507 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
510         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
511         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
512         iswitchb-temp-buflist for XEmacs.
513
514         * gnus-util.el (gnus-completing-read-function): Exclude
515         gnus-icompleting-read and gnus-ido-completing-read from candidates for
516         XEmacs since iswitchb.el is very old and ido.el is unavailable in
517         XEmacs.
518
519         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
520         not to use `delete-dups' that is unavailable in XEmacs 21.4.
521
522         * gnus-html.el: Don't require help-fns under XEmacs.
523         (gnus-html-schedule-image-fetching): Work for XEmacs.
524
525         * mm-decode.el (mm-shr): Decode contents by charset.
526
527 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
530         unknown.
531
532         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
533         (shr-get-image-data): Ensure against the cache file missing.
534
535         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
536         for data.
537
538         * spam-report.el (spam-report-url-ping-plain): Don't query about
539         killing the process.
540
541         * shr.el (shr-render-td): Protect against too-wide text.
542
543 2010-10-04  Julien Danjou  <julien@danjou.info>
544
545         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
546         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
547
548         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
549         retrieved.
550
551 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * shr.el (browse-url): Required.
554         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
555         lines.
556         (shr-show-alt-text, shr-browse-image): New commands.
557         (shr-browse-url, shr-copy-url): New commands.
558
559         * gnus-sum.el (gnus-widen-article-window): New variable.
560         (gnus-summary-select-article-buffer): Use it.
561
562         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
563         without @ signs.
564
565 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
566
567         * nnir.el (nnir-run-imap): Remove spurious space in search string.
568
569 2010-10-04  Julien Danjou  <julien@danjou.info>
570
571         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
572         for XEmacs.
573
574 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
577
578         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
579         (nnimap-close-server): Implement.
580
581         * dgnushack.el (iswitchb): Require to shut up the compiler.
582
583         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
584         (shr-insert): Tweak line breaking.
585         (shr-insert): Handle <pre> better.
586         (shr-tag-li): Get <li> indentation right.
587         (shr-tag-li): Get <li> indentation even righter.
588         (shr-tag-blockquote): Ensure paragraph start.
589         (shr-make-table): Tweak table generation.
590         (shr-make-table): Fix typo.
591
592         * shr.el: Implement table rendering.
593
594 2010-10-04  Julien Danjou  <julien@danjou.info>
595
596         * gnus-html.el (gnus-html-put-image): Fix resize image code.
597
598 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-insert): Use string anchors instead of line anchors.
601
602 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * shr.el: Add headings.
605         (shr-ensure-paragraph): Actually work.
606         (shr-tag-li): Make <ul> prettier.
607         (shr-insert): Get white space at the beginning/end of elements right.
608         (shr-tag-p): Collapse subsequent <p>s.
609         (shr-ensure-paragraph): Don't insert double line feeds after blank
610         lines.
611         (shr-insert): \t is also space.
612         (shr-tag-s): Fix "s" tag name function.
613         (shr-tag-s): Fix face prop name.
614
615 2010-10-03  Julien Danjou  <julien@danjou.info>
616
617         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
618
619         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
620         gnus-window-inside-pixel-edges.
621
622         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
623         gnus-ems.
624
625         * mm-view.el (mm-inline-image-emacs): Support image resizing.
626
627         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
628         function.
629
630         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
631         resize choice.
632
633 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
636         beginning of the buffer.
637
638         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
639         article buffer again.
640
641         * shr.el (shr-tag-p): Don't insert newlines at the start of the
642         buffer.
643
644         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
645         when it's at the start of the buffer.
646
647         * shr.el (shr-tag-blockquote): Convert name.
648         (shr-rescale-image): Use the right image-size variant.
649
650         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
651         buffer isn't shown, then select the current article first instead of
652         bugging out.
653         (gnus-summary-select-article-buffer): Show both the article and summary
654         buffers again.
655
656         * shr.el (shr-fontize-cont): Protect against regions with no text.
657         Rename tag functions to shr-tag-* for enhanced security.
658         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
659
660 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
661
662         * shr.el (shr-insert):
663         * pop3.el (pop3-movemail):
664         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
665         loaded.
666
667 2010-10-03  Glenn Morris  <rgm@gnu.org>
668
669         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
670
671         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
672
673         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
674
675         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
676
677         * gnus-util.el (gnus-make-local-hook): Simplify.
678
679 2010-10-02  Julien Danjou  <julien@danjou.info>
680
681         * gnus-util.el (gnus-iswitchb-completing-read): New function.
682         (gnus-ido-completing-read): New function.
683         (gnus-emacs-completing-read): New function.
684         (gnus-completing-read): Use gnus-completing-read-function.
685         Add gnus-completing-read-function.
686
687 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * shr.el (shr-insert-document): Autoload.
690         (shr-img): Be silent.
691         (shr-insert): Add a newline after every picture before text.
692         (shr-add-font): Use overlays for combining faces.
693         (shr-insert): Pass upwards the text start point.
694
695         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
696         possible.
697         (mm-shr): New function.
698
699 2010-10-02  Julien Danjou  <julien@danjou.info>
700
701         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
702         should go backward.
703
704 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
705
706         * shr.el (shr): Fix typo in provide call.
707
708 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * shr.el: New file.
711
712         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
713
714         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
715         completing read.
716
717 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
720         we're being queried about.  Suggested by Dan Jacobson.
721
722         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
723         by Jason Eisner.
724
725         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
726         table, too.  Suggested by Stefan Wiens.
727         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
728         the table unnecessary.  Suggested by Stefan Wiens.
729
730         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
731         longer needed, and probably doesn't work either, as pointed out by
732         Stefan Wiens.
733         (gnus-summary-exit): Remove call to the clearing function.
734         (gnus-summary-exit-no-update): Ditto.
735
736         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
737         instead of gnus-eval-in-buffer-window to avoid popping up frames.
738         Reported by Stefan Monnier.
739         (gnus-summary-save-in-rmail): Ditto.
740
741         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
742         article buffer, instead of both the article buffer and the summary
743         buffer.  Sort of suggested by Dan Jacobson.
744
745         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
746
747         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
748         Suggested by Dan Jacobson.
749
750         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
751         documentation clearer.
752
753         * message.el (message-shorten-references): Comment on the number "21".
754         Suggested by Stefan Monnier.
755
756         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
757         Suggested by Dan Jacobson.
758
759         * gnus.el (gnus-large-newsgroup): Mention
760         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
761
762         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
763         externalize attachments.  Bug reported by Steve Wen.
764
765         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
766         really message anything to the user.
767
768         * nnmail.el (nnmail-article-group): Allow using the fancy split method
769         directly.
770
771         * nnimap.el (nnimap-request-group): Low higher than high to signal no
772         messages in empty groups.
773
774 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
775
776         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
777         non-UIDNEXT group.
778
779 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
782         not the value from the collection.
783
784         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
785         values.  This sometimes happens on some groups that have no info.
786         (nnimap-request-newgroups): New function.
787
788 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
791         check into `gnus-registry-initialize'.
792         (gnus-registry-initialize): Ditto.
793         Fix and extend header docs.
794
795 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
798         regexp backtrace overflows.
799
800         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
801         for starttls that tls.el implements; i.e. openssl.
802
803         * tls.el (tls-starttls-switches): Give up on using starttls with
804         gnutls-cli.
805         (tls-program): Add --insecure to be consistent with the defaults from
806         openssl s_client.  Now all three commands are insecure.
807
808 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * lpath.el: Bind completion-styles-alist for XEmacs.
811
812         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
813         (gravatar-create-image): New function that's an alias to
814         gnus-xmas-create-image, gnus-create-image, or create-image.
815         (gravatar-data->image): Use it.
816
817 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
820         install the nnregistry refer method.
821         (gnus-registry-install-hooks): Use it.
822         (gnus-registry-unfollowed-groups): Add nnmairix to the default
823         unfollowed groups.
824
825 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
826
827         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
828         expanding threads.
829
830 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * nnir.el: Use the server names without suffixes (bug #7009).
833
834         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
835         unencrypted to STARTTLS, if possible.
836
837 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
838
839         * message.el (message-ignored-supersedes-headers): Strip Injection-*
840         headers before superseding.
841
842 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * nnrss.el (nnrss-use-local): Add documentation.
845
846         * nnimap.el (nnimap-extend-tls-programs): New function.
847         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
848         (nnimap-wait-for-connection): Accept the greeting from the stupid
849         output from openssl s_client -starttls, too.
850
851         * tls.el (tls-starttls-switches): New variable.
852         (tls-find-starttls-argument): Use it.
853         (open-tls-stream): Ditto.
854
855         * netrc.el (netrc-credentials): Return the value of the "default"
856         entry.
857         (netrc-machine): Ditto.
858
859         * nnimap.el (nnimap-find-article-by-message-id): Really return the
860         article number.
861         (nnimap-split-fancy): New variable.
862         (nnimap-split-incoming-mail): Use it.
863
864         * nntp.el (nntp-server-list-active-group): Document.
865
866         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
867         SELECT to get the message-id.
868
869         * mail-source.el (mail-sources): Removed webmail support.
870         (defvar): Ditto.
871         (mail-source-fetcher-alist): Ditto.
872         (mail-source-fetch-webmail): Removed.
873
874         * webmail.el: Removed -- doesn't seem relevant any more.
875
876         * gnus.el: Fix up make-obsolete-variable declarations throughout.
877
878         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
879         the \r.
880
881 2010-09-30  Julien Danjou  <julien@danjou.info>
882
883         * gnus-agent.el (gnus-agent-add-group): Fix call to
884         gnus-completing-read.
885
886 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * nndoc.el (nndoc-retrieve-groups): New function.
889
890         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
891         `default', use nnmail-split-methods.
892         (nnimap-request-article): Downcase the NILs so that they are nil.
893
894         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
895         symbol.
896
897         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
898         code, since if the user has requested network, that's what they ought
899         to get.
900         (nnimap-request-set-mark): Erase the buffer before issuing commands.
901         (nnimap-split-rule): Mark as obsolete.
902
903         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
904         variable.
905
906         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
907         correct slot, too.
908
909 2010-09-29  Julien Danjou  <julien@danjou.info>
910
911         * gnus.el (gnus-local-domain): Declare variable obsolete.
912
913         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
914         computing.
915         (gnus-ido-completing-read): Require ido.
916
917 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-registry.el: Don't prompt on load, which makes it impossible to
920         build Gnus.
921
922         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
923         when interpreting the structures.
924         (nnimap-request-accept-article): Add \r\n to the lines to make this
925         work with Cyrus.
926
927         * nndraft.el (nndraft-request-expire-articles): Use the group name
928         instead if "nndraft".  Fix found by Nils Ackermann.
929
930 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
931
932         * nnregistry.el: Added.
933
934 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
935
936         * nnmail.el (group, group-art-list, group-art):
937         Remove unneeded directives.
938
939 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
942         (mm-mime-charset)
943         * rfc2047.el (rfc2047-syntax-table)
944         * utf7.el (utf7-utf-16-coding-system): Comment fix.
945
946         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
947         rather than `insert-file-contents' and `eval-region'.
948
949         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
950         construction.
951
952         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
953
954         * time-date.el: No need to require cl for Emacs 21.
955
956 2010-09-29  Julien Danjou  <julien@danjou.info>
957
958         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
959         replacement of `gnus-gravatar-relief' to mimic
960         `gnus-faces-properties-alist'.
961         Add :version property.
962
963 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * mail-source.el (mail-source-report-new-mail)
966         * message.el (message-default-mail-headers)
967         * mm-decode.el (mm-valid-image-format-p): Comment fix.
968
969         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
970
971 2010-09-28  Julien Danjou  <julien@danjou.info>
972
973         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
974         mail-address contains the same string as real-name.
975
976         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
977         non-blank in header, otherwise it'll get stripped.
978
979         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
980         real-name, and then for mail address rather than doing : or , search.
981
982 2010-09-27  Julien Danjou  <julien@danjou.info>
983
984         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
985         (gnus-server-goto-server): Use gnus-completing-read.
986
987         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
988
989         * mm-util.el (defalias): Use gnus-completing-read.
990         (mm-codepage-setup): Use gnus-completing-read.
991
992         * smime.el (smime-sign-buffer): Use gnus-completing-read.
993         (smime-decrypt-buffer): Use gnus-completing-read.
994
995         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
996
997         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
998         (mml-minibuffer-read-disposition): Use gnus-completing-read.
999         (mml-insert-multipart): Use gnus-completing-read.
1000
1001         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1002
1003         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1004
1005         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1006
1007         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1008
1009         * gnus.el (gnus-read-method): Use gnus-completing-read.
1010
1011         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1012
1013         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1014         (gnus-mime-action-on-part): Use gnus-completing-read.
1015         (gnus-article-encrypt-body): Use gnus-completing-read.
1016
1017         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1018         (gnus-topic-move-matching): Use gnus-completing-read.
1019         (gnus-topic-copy-matching): Use gnus-completing-read.
1020         (gnus-topic-sort-topics): Use gnus-completing-read.
1021         (gnus-topic-move): Use gnus-completing-read.
1022
1023         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1024         (gnus-agent-add-group): Use gnus-completing-read.
1025
1026         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1027         gnus-completing-read.
1028         (nnmairix-update-groups): Use gnus-completing-read.
1029         (nnmairix-get-server): Use gnus-completing-read.
1030         (nnmairix-backend-to-server): Use gnus-completing-read.
1031         (nnmairix-goto-original-article): Use gnus-completing-read.
1032         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1033
1034         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1035
1036         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1037         (gnus-group-make-useful-group): Use gnus-completing-read.
1038         (gnus-group-make-web-group): Use gnus-completing-read.
1039         (gnus-group-add-to-virtual): Use gnus-completing-read.
1040         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1041
1042         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1043         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1044         (gnus-summary-execute-command): Use gnus-completing-read.
1045         (gnus-summary-respool-article): Use gnus-completing-read.
1046         (gnus-read-move-group-name): Use gnus-completing-read.
1047
1048         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1049         (gnus-summary-score-effect): Use gnus-completing-read.
1050
1051         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1052
1053         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1054         right completing-read function.
1055         (gnus-use-ido): New variable
1056         (gnus-completing-read-with-default): Remove.
1057
1058 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1061         x-focus-frame.
1062
1063         * nnimap.el (auth-source-forget-user-or-password)
1064         (auth-source-user-or-password): Autoload.
1065
1066         * message.el (message-from-style, message-interactive)
1067         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1068         (message-yank-prefix, message-indentation-spaces, message-signature)
1069         (message-signature-file): Add comment.
1070
1071 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1074         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1075         new articles.
1076
1077         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1078         parts.
1079         (nnimap-request-article): Work with the t setting, too.
1080
1081         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1082         that you don't get flashes of other buffers.
1083         (gnus-summary-show-complete-article): Intern before setting.
1084
1085 2010-09-27  David Engster  <dengste@eml.cc>
1086
1087         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1088         well as HEADERS.
1089         (nnmairix-retrieve-headers): Provide new argument for the above.
1090
1091 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-sum.el (gnus-summary-move-article): Don't alter
1094         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1095         group.
1096
1097         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1098
1099         * message.el (message-cite-prefix-regexp): Revert my last edit.
1100
1101         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1102         variable instead of the Gnus variable.
1103
1104         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1105
1106         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1107         again.
1108
1109         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1110         since some servers don't like it.
1111         (nnimap-open-connection): Forget credentials if the server says the
1112         password was wrong.
1113         (nnimap-parse-line): Protect against invalid data.
1114
1115         * gnus-sum.el (gnus-summary-move-article): Add comment.
1116         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1117         nothing alters it while scanning for new messages.
1118
1119         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1120         which may or may not help.
1121         (nnimap-open-connection): If we're doing a stream connection, and then
1122         discover we're on a STARTTLS-capable server, then open a STARTTLS
1123         connection instead.
1124
1125 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nnimap.el (utf7): Required.
1128
1129         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1130         prefix.
1131
1132 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1133
1134         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1135
1136 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnimap.el (nnimap-request-accept-article): Message the error on
1139         error.
1140
1141 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1144
1145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * nndoc.el (nndoc-request-list): Return success always.
1148
1149         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1150         `fetch-old' -- we only want to fetch the articles we've requested.  The
1151         rest are in the agent, probably.
1152         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1153         disappeared server" to something low.  It's not important.
1154
1155         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1156         arrived before the FETCH data.
1157
1158         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1159         target here, because we don't know the Gnus name of the group.
1160
1161         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1162         for the correct group.
1163
1164         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1165
1166         * gnus.el (gnus): Give a final warning after startup.
1167
1168         * gnus-util.el (gnus-action-message-log): New variable.
1169         (gnus-message): Use it.
1170         (gnus-final-warning): New function.
1171
1172         * nnimap.el (nnimap-open-connection): Record the greeting.
1173         (nnimap): Add greeting.
1174
1175 2010-09-26  Julien Danjou  <julien@danjou.info>
1176
1177         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1178         arguments.
1179         (gnus-html-wash-images): Fix spec computing to include start/end.
1180
1181         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1182
1183 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1186         deletion.
1187         (nnimap-retrieve-headers): Don't select the group, because that's
1188         already done by nnimap-possibly-change-group.
1189
1190         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1191         (gnus-picon-transform-address): Use it.
1192
1193         * mail-source.el (mail-source-value): Revert previous patch.
1194
1195         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1196         on failure.
1197         (nnimap-open-connection): Look up both virtual and physical server name
1198         credentials.
1199
1200         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1201
1202 2009-02-07  Dave Love  <fx@gnu.org>
1203
1204         * tls.el (open-tls-stream): Don't query killing process.
1205
1206 2009-02-08  Dave Love  <fx@gnu.org>
1207
1208         * gnus-win.el (gnus-window-to-buffer-helper,
1209         gnus-all-windows-visible-p): Function needn't be a symbol.
1210
1211         * mail-source.el (mail-source-value): Function needn't be a symbol.
1212
1213 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * message.el (message-cite-prefix-regexp): Remove } from the cite
1216         prefix.
1217
1218         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1219         highlight again, so that the highlight is correct.
1220
1221         * gnus-picon.el (gnus-picon): Remove again.
1222         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1223
1224         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1225         doing the header highlightling, so that the background colour of the
1226         picon is correct.
1227
1228         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1229         (gnus-picon): Ditto.
1230         (gnus-picon): Reinstate.  The background colour for picons is white.
1231         (gnus-picon-insert-glyph): Make the background white.
1232
1233         * nnml.el (nnml-open-nov): Don't return dead buffers.
1234
1235         * auth-source.el (auth-source-create): Query the user for whether to
1236         store the credentials.
1237
1238         * netrc.el (netrc-store-data): New function.
1239
1240         * auth-source.el (auth-source-user-or-password): Use the existing auth
1241         sources, if any, for creation.
1242
1243         * gnus.el (gnus-group-fast-parameter): Return the last matching
1244         parameter instead of the first matching parameter.
1245
1246 2010-09-26  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1249
1250 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * mml2015.el (mml2015-use): Remove gpg support.
1253
1254         * mml1991.el (mml1991-function-alist): Remove gpg function.
1255         (mml1991-gpg-sign): Removed.
1256
1257 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1258
1259         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1260         (gnus-browse-unsubscribe-current-group): Document it.
1261         (gnus-browse-unsubscribe-group): Use it.
1262
1263 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1266         address to the To list for easier response.
1267
1268         * gnus.el (gnus-play-startup-jingle): Removed.
1269         (gnus-splash): Don't play jingle.
1270         (gnus): Silence gnus-load message.
1271
1272         * gnus-art.el (gnus-treat-play-sounds): Removed.
1273
1274         * gnus.el (gnus-play-jingle): Remove audio support.
1275
1276         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1277
1278         * earcon.el: Removed -- no users.
1279
1280         * gnus-audio.el: Removed -- no users of this package.
1281
1282         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1283
1284         * gnus-start.el (gnus-setup-news): Remove nocem support.
1285
1286         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1287
1288         * gnus.el (gnus-use-nocem): Removed.
1289
1290         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1291         Removed.
1292
1293         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1294         uses NoCeM any more.
1295
1296         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1297         (gnus-button-ctan-handler): Ditto.
1298         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1299         (gnus-button-ctan-directory-regexp): Ditto.
1300         (gnus-button-handle-ctan): Ditto.
1301         (gnus-button-tex-level): Ditto.
1302         (gnus-button-alist): Removed CTAN stuff.
1303
1304 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1307         nnimap-streaming test.
1308
1309         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1310         servers twice.
1311
1312         * nnimap.el (nnimap-open-connection): Add more error reporting when
1313         nnimap fails early.
1314
1315         * nnheader.el (nnheader-get-report-string): New function.
1316         (nnheader-get-report): Use it.
1317
1318         * gnus-int.el (gnus-check-server): Say what the error was when opening
1319         failed.
1320
1321         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1322         using streaming.
1323
1324 2010-09-25  Julien Danjou  <julien@danjou.info>
1325
1326         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1327         gnus-window-inside-pixel-edges.
1328
1329 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1332
1333         * mm-decode.el (mm-save-part): Allow saving to other directories the
1334         normal Emacs way.
1335
1336         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1337         by Jay Berkenbilt.
1338
1339         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1340         there isn't a single byte.
1341
1342         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1343         just do it.  It doesn't really seem to matter what the user responds
1344         here, I think, so it's just a confusing question.
1345
1346         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1347         non-streaming case.
1348
1349         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1350         (gnus-article-encrypt-body): Use it.
1351
1352         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1353         keystroke.
1354
1355         * nnimap.el (nnimap-find-wanted-parts-1): Use
1356         gnus-fetch-partial-articles.
1357
1358         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1359
1360         * nnimap.el (nnimap-insert-partial-structure): New function.
1361         (nnimap-get-partial-article): New function.
1362         (nnimap-request-article): Use it.
1363         (nnimap-wait-for-response): Return whether the wait was successful.
1364         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1365         retrieval wasn't successful.
1366         (nnimap-retrieve-group-data-early): Allow throttling servers.
1367         (nnimap-streaming): New variable.
1368         (nnimap-fetch-partial-articles): Removed.
1369
1370         * mm-decode.el (mm-with-part): Protect against killed buffers.
1371
1372         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1373         for prettier summary display.
1374
1375 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1376
1377         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1378         directly.
1379
1380 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1383         apparently third-party libraries depend on it.
1384
1385         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1386         before starting negotiation.
1387
1388         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1389         privacy reasons.
1390         (gnus-treat-mail-gravatar): Ditto.
1391
1392         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1393         buffer when inserting images.  Inserting text into the headers, for
1394         instance, can make them invalid.
1395
1396 2010-09-25  Julien Danjou  <julien@danjou.info>
1397
1398         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1399         variables.
1400
1401         * nnheader.el: Remove useless variables news-reply-yank-from and
1402         news-reply-yank-message-id.
1403
1404         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1405         variables.
1406
1407         * mml1991.el: Remove useless mml1991-verbose.
1408
1409         * gnus.el: Remove useless variable gnus-use-generic-from.
1410         Remove obsolete variable gnus-topic-indentation.
1411
1412         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1413
1414         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1415
1416         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1417
1418         * gnus-group.el: Remove useless gnus-group-icon-cache.
1419         Remove useless gnus-ephemeral-group-server.
1420
1421         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1422
1423         * mml2015.el: Remove useless mml2015-verbose.
1424
1425         * mml-smime.el: Remove useless mml-smime-verbose.
1426
1427         * gnus.el: Remove useless gnus-local-domain.
1428
1429         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1430         gnus-gravatar-size.
1431
1432         * gnus-art.el: Remove useless gnus-treat-translate.
1433
1434 2010-09-24  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-sum.el: Add support for Gravatars.
1437
1438         * gnus-art.el: Add support for Gravatars.
1439
1440         * gnus-gravatar.el: Add this file.
1441
1442         * gravatar.el: Add this file.
1443
1444 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1447
1448         * gnus-group.el (gnus-group-fetch-faq): Removed.
1449
1450         * gnus.el (gnus-group-faq-directory): Removed.
1451
1452         * gnus-group.el (gnus-group-fetch-charter): Removed.
1453
1454         * gnus.el (gnus-group-charter-alist): Removed.
1455
1456         * gnus-group.el (gnus-group-archive-directory): Removed.
1457         (gnus-group-recent-archive-directory): Ditto.
1458         (gnus-group-make-archive-group): Removed.
1459
1460         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1461
1462         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1463         use the same article number for all the cached articles.
1464
1465         * nnimap.el (nnimap-command): Register the last command time so
1466         that we can use it for idling NOOPs.
1467         (nnimap-open-connection): Start the keeplive timer.
1468         (nnimap-make-process-buffer): Store all the process buffers.
1469         (nnimap-keepalive): New function.
1470
1471         * starttls.el: (starttls-open-stream): Add autoload cookie.
1472
1473 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1474
1475         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1476         handling.
1477
1478 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1481         its data structures.
1482
1483         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1484         instead of the cl.el copy-list.
1485         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1486         equalp.
1487
1488 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1491         and tool-bar-local-item-from-menu.
1492
1493         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1494         mode-line-highlight face for Emacs.
1495
1496         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1497         loading gnus-sum.elc; fix comment for canlock-verify.
1498         (gnus-article-jump-to-part): Use read-number.
1499         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1500         Emacs pre-21 compatible code for help-echo.
1501         (gnus-article-next-page-1): No need to adjust the number of lines.
1502         (gnus-article-describe-bindings): Always use help-buffer.
1503
1504         * gnus-audio.el (gnus-audio-inline-sound)
1505         * gnus-cus.el (gnus-custom-mode)
1506         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1507
1508         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1509
1510         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1511         compatible code.
1512
1513 2010-09-24  Glenn Morris  <rgm@gnu.org>
1514
1515         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1516         visiting the fcc file in rmail-mode.
1517
1518         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1519
1520 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * nnir.el: Silence the byte compiler.
1523
1524         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1525         alias to browse-url-url-encode-chars if any.
1526         (gnus-html-encode-url): Use it.
1527
1528 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-start.el (gnus-use-backend-marks): New variable.
1531         (gnus-get-unread-articles-in-group): Use it.
1532
1533         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1534         makeover.
1535
1536 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1537
1538         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1539
1540 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1543         Removed.
1544         (gnus-setup-news-hook): Removed
1545         gnus-fixup-nnimap-unread-after-getting-new-news.
1546
1547         * gnus-int.el (gnus-request-update-info): Protect against backends not
1548         having the function.
1549
1550         * nnimap.el (nnimap-stream): Mention starttls.
1551         (nnimap-open-connection): Add starttls support.
1552
1553 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1554
1555         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1556
1557 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1560         BODYSTRUCTUREs.
1561         (nnimap-transform-headers): Unfold quoted {42} headers.
1562
1563         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1564         the info.
1565         (gnus-get-unread-articles): Only call updatep on backends that support
1566         it.
1567
1568         * nnweb.el (nnweb-request-update-info): NOOP.
1569
1570         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1571
1572         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1573         since it only deals with marks.
1574
1575         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1576         gnus-request-marks, and make a new gnus-request-update-info.
1577
1578         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1579         the active instead of the high number, which is usually too low.
1580
1581 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1584         * encrypt.el: Removed.
1585
1586 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1589         server in symbolic form.
1590
1591         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1592         0.9.
1593
1594 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1597         (nnimap-update-info): Fix up code slightly.
1598
1599         * gnus-int.el (gnus-open-server): Add tracing for performance
1600         debugging.
1601
1602         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1603         (gnus-group-insert-group-line): Pass the real group name so that it
1604         gets the right data.
1605
1606         * gnus-start.el (gnus-get-unread-articles): Don't have
1607         `gnus-get-unread-articles-in-group' update info, since that can be
1608         really slow and doesn't seem to be needed?
1609
1610 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1611
1612         * time-date.el (date-to-time): Try using parse-time-string first before
1613         using the slower timezone-make-date-arpa-standard.
1614
1615 2010-09-22  Julien Danjou  <julien@danjou.info>
1616
1617         * gnus-group.el (gnus-group-insert-group-line): Call
1618         gnus-group-highlight-line.
1619         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1620         default hook list.
1621         (gnus-group-update-eval-form): Add new function.
1622         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1623         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1624
1625 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1628         immediate, then expire all articles.
1629         (nnimap-update-info): Fix off-by-one errors.
1630         (nnimap-flags-to-marks): Would return no marks lists for group with no
1631         flags.  Instead return the other data.
1632
1633 2010-09-22  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1636         Only return an icon.
1637         (gnus-group-insert-group-line): Compute icon to return.
1638
1639         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1640         variable.
1641         (gnus-html-image-fetched): Only cache if
1642         gnus-html-image-automatic-caching is set.
1643         (gnus-html-image-fetched): Check for errors.
1644
1645 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1648         once per method on `g'.  This ensures that backends like nnfolder don't
1649         open all their folders.
1650
1651         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1652         (nnimap-request-list): Nix out group in the correct buffer.
1653         (nnimap-parse-flags): Implement by using `read' instead of
1654         hand-parsing.
1655         (nnimap-flags-to-marks): Pass on permanent-flags.
1656         (nnimap-make-process-buffer): Record the server name.
1657         (nnimap-parse-flags): Fix typo.
1658         (nnimap-request-scan): Run split on the server in general, not just a
1659         single group.
1660
1661         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1662         parameter, and propagate this downwards.
1663
1664         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1665         since EXAMINE changes it on the server.
1666
1667         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1668         this command might take a while.
1669
1670 2010-09-22  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1673         harmful if you have 2 images side-by-side, they can't be properly
1674         update on text deletion.  Using text-property is safer here.
1675         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1676         data.
1677
1678 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-expunge-inbox): Removed.
1681         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1682         (nnimap-expunge): Flip default to t.
1683
1684         * gnus.el (gnus-method-to-server): Don't push things to the cache
1685         unless it's unique.
1686         (gnus-server-to-method): Ditto.
1687
1688 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1691
1692 2010-09-22  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1695         get the start of data.
1696         (gnus-html-encode-url): Add this function to encode special chars in
1697         URL.
1698         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1699         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1700
1701         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1702         default.
1703         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1704
1705         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1706         images alt-text.
1707         (gnus-html-put-image): Put alt-text as help-echo.
1708
1709 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1712         * mm-util.el (mm-decompress-buffer)
1713         * nnir.el (nnir-run-find-grep)
1714         * pop3.el (pop3-list): Use 3rd arg of split-string.
1715
1716         * time-date.el (format-seconds): Comment fix.
1717
1718         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1719         and byte-optimize-form-code-walker.
1720         (dgnushack-make-auto-load): Don't advise make-autoload.
1721
1722         * lpath.el: Remove Emacs 21 stuff.
1723
1724 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1727         outside the active range.  Suggested by Dan Christensen.
1728
1729         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1730         slightly later to avoid double-getting it.
1731
1732         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1733         previous patch.
1734
1735         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1736
1737 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1738
1739         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1740
1741 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-int.el (gnus-open-server): Give a better error message in the
1744         "go offline" case.
1745
1746         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1747         marks for nnimap, which is seldom the right thing to do.
1748
1749         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1750         (gnus-same-method-different-name): New function.
1751
1752         * nnimap.el (parse-time): Require.
1753
1754         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1755         method in the presence of many similar methods.
1756
1757         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1758
1759         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1760         nnml-inhibit-expiry.
1761
1762         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1763         find out whether methods are equal.
1764
1765         * nnimap.el (nnimap-find-expired-articles): New function.
1766         (nnimap-process-expiry-targets): New function.
1767         (nnimap-request-move-article): Request the article before looking at
1768         what the Message-ID is.  Fix found by Andrew Cohen.
1769         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1770
1771         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1772         for oldness in addition to being a predicate.
1773
1774         * nnimap.el (nnimap-request-group): When we have zero articles, return
1775         the right data to Gnus.
1776         (nnimap-request-expire-articles): Only delete articles immediately if
1777         the target is 'delete.
1778
1779         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1780         method, this would bug out.
1781
1782         * gnus-group.el (gnus-group-expunge-group): Renamed from
1783         gnus-group-nnimap-expunge, and implemented as a normal interface
1784         function.
1785
1786         * gnus-int.el (gnus-request-expunge-group): New function.
1787
1788         * nnimap.el (nnimap-request-create-group): Implement.
1789         (nnimap-request-expunge-group): New function.
1790
1791 2010-09-21  Julien Danjou  <julien@danjou.info>
1792
1793         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1794         (gnus-html-cache-expired): Add new function.
1795         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1796         wethever we should display image for fetch it.
1797         Compute alt-text earlier to pass it to the fetching function too.
1798         (gnus-html-schedule-image-fetching): Change function argument to only
1799         get one image at a time, not a list.
1800         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1801         cache.
1802         (gnus-html-get-image-data): New function to retrieve image data from
1803         cache.
1804         (gnus-html-put-image): Change buffer argument to use image data rather
1805         than file, and place image above region rather than inserting a new
1806         one. Do not take alt-text as argument, since it's useless now: we place
1807         the image above alt-text.
1808         (gnus-html-prune-cache): Remove.
1809         (gnus-html-show-images): Start to fetch image when we find one, do not
1810         push into a temporary list.
1811         (gnus-html-prefetch-images): Only fetch image if they have expired.
1812         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1813         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1814
1815 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1818
1819 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1822         spec inser "*" if the group isn't active instead of 0.
1823
1824         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1825         opening the server.
1826         (nnimap-request-delete-group): Implement group deletion.
1827         (nnimap-transform-headers): Return the size of the entire message in
1828         the Bytes header, not just the size of the first part.
1829         (nnimap-request-move-article): When moving an article from nnimap,
1830         request the article first so the accepting form has an article to
1831         accept.  Reported by Dan Christensen.
1832         (nnimap-command): Make sure that the error message doesn't error out.
1833
1834 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1835
1836         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1837         we haven't requested anything.
1838
1839 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1842         "".  Fix found by Andrew Cohen.
1843
1844         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1845         instead of -encode-string.
1846
1847 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1850
1851         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1852         by mm-subst-char-in-string.
1853
1854 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1857         waiting for the connection string.
1858
1859         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1860         arriving.
1861
1862         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1863         bogus characters.  This allows selecting certain Gmail groups.
1864
1865         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1866         (nnimap-fetch-partial-articles): New variable.
1867         (nnimap-open-connection): When looking for credentials, also use the
1868         nnimap-server-port.
1869         (nnimap-request-article): Return the group/article number, so that Gnus
1870         `^' works as expected.
1871         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1872         them.
1873
1874         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1875         comments.
1876         (gnus-methods-sloppily-equal): New function.
1877         (gnus): When using the development version of Gnus, load the gnus-load
1878         file.
1879
1880         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1881         `gnus-open-server' on each method before trying to scan them etc.  This
1882         ensures that all the backend parameters are set correctly.
1883
1884         * nnimap.el (nnimap-authenticator): New variable.
1885         (nnimap-open-connection): Allow anonymous login.
1886         (nnimap-transform-headers): The chars header is called Chars not
1887         Bytes.
1888         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1889         drops.
1890
1891         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1892         patch, found by Knut Anders Hatlen.
1893
1894 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1895
1896         * gnus-agent.el (gnus-agent-batch-confirmation)
1897         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1898         to gnus-message.
1899         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1900         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1901         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1902         * gnus-int.el (gnus-open-server): Likewise.
1903         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1904         (gnus-score-check-syntax): Likewise.
1905         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1906         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1907         Likewise.
1908         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1909
1910 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1913         calling conventions so that prefetch doesn't bug out.
1914
1915 2010-09-19  Julien Danjou  <julien@danjou.info>
1916
1917         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1918         rather than `subst-char-in-region' in order to be able to replace ASCII
1919         char by UTF-8 ones.
1920
1921         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1922         than curl.
1923         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1924         the right URL and ALT text on images.
1925         (gnus-html-wash-tags): Fix tag case.
1926         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1927         (gnus-article-html): Add -o display_ins_del=2 option.
1928         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1929
1930 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1933         the extra mail headers, which sometimes seem to happen for unknown
1934         reasons.
1935
1936         * mail-parse.el (mail-header-encode-parameter): Define as
1937         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1938         (or most, perhaps?) mail readers don't understand the latter, but do
1939         understand the former.
1940
1941         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1942         to nil, so that no methods are automatically agentized.  I think this
1943         is probably what most users want.
1944
1945         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1946         from url-retrieve, for instance about invalid URLs.
1947
1948         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1949         groups that have no articles.
1950         (nnimap-request-article): Check that we really got an article when we
1951         requested one.
1952
1953         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1954         doesn't exist.
1955
1956         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1957         nntp buffer so the agent can save it.
1958         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1959         that CRLF doesn't get translated to \n.
1960         (nnimap-open-connection): Don't make 'shell commands only send \n.
1961
1962 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1963
1964         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1965         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1966         Update var name.
1967         (nnml-generate-nov-file): Use dolist.
1968         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1969         Use with-current-buffer.
1970
1971 2010-09-18  Julien Danjou  <julien@danjou.info>
1972
1973         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1974         parallel.
1975
1976 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1979         the range update right.
1980         (nnimap-request-group): Don't make `M-g' bug out on group with no
1981         marks.
1982         (nnoo): Required, so that other packages can require nnimap.
1983         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1984         command we're looking for.  This helps when the server sends more
1985         responses after we've gotten everything we expected.
1986         (nnimap): Add a `newlinep' field to keep track of end-of-line
1987         conventions.
1988         Don't send CRLF to things that don't want it.
1989         (nnimap-request-accept-article): Ditto.
1990
1991 2010-09-18  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1994         than curl to retrieve images.
1995
1996 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1999         the marks.
2000         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2001         (nnimap-wait-for-connection): New function.
2002         (nnimap-open-connection): If we have PREAUTH, don't query for login
2003         credentials.
2004         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2005         when doing a partial update.
2006
2007 2010-09-18  Julien Danjou  <julien@danjou.info>
2008
2009         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2010         tags.
2011
2012 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-credentials): New function.
2015         (nnimap-open-connection): Use the new function to look for credentials
2016         also on the numeric equivalents of "imap" and "imaps".
2017
2018         * gnus-start.el (gnus-activate-group): Send the info to
2019         gnus-request-group.
2020
2021         * nnimap.el (nnimap-request-group): Have the "check" version of the
2022         function parse flags and update the info, so that a `M-g' get a total
2023         resync of all flags from the group.
2024
2025         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2026         to allow backends to alter the info on group selection.  Also alter all
2027         the backend -request-group functions to take the parameter.
2028
2029         * nnimap.el (nnimap-store-info): New function.
2030         (nnimap-update-info): Store the info for later usage.
2031         (nnimap-request-group): Use the stored info for the dont-check case, so
2032         that we don't retrieve all marks when we enter a group.
2033
2034         * nnimap.el: Use deffoo instead of defun for interface functions.
2035
2036         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2037         update the group info.  This makes the nndraft groups, for instance, go
2038         back to their old behaviour.
2039
2040         * gnus-sum.el (gnus-select-newsgroup): Indent.
2041
2042         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2043         in.
2044         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2045         nothing.
2046
2047         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2048         from methods that are denied.
2049
2050         * gnus-int.el (gnus-method-denied-p): New function.
2051
2052         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2053         store the password instead of netrc.
2054         (nnimap-open-connection): Don't error out when we can't make a
2055         connections.
2056
2057         * auth-source.el (auth-source-create): In the password prompt, say what
2058         we're querying for.  Also prompt for user name if that hasn't been
2059         given.
2060
2061         * nnimap.el (nnimap-with-process-buffer): Removed.
2062
2063 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2066         method when we're reading from the agent.
2067
2068         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2069
2070         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2071         that's probably most useful for users.
2072
2073         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2074         "failed" all the time.
2075
2076         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2077         ...)) with (with-current-buffer ... ).
2078
2079         * nntp.el (nntp-open-server): Return whether the open was successful or
2080         not.
2081
2082         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2083         select an unread unseen article first.
2084
2085         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2086         /etc/services, supply some sensible port defaults.
2087
2088         * dgnushack.el: Define netrc-credentials.
2089
2090 2010-09-17  Julien Danjou  <julien@danjou.info>
2091
2092         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2093
2094 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2095
2096         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2097         doesn't have any parameters.
2098
2099 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2102         only upcased checks.
2103
2104         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2105
2106         * nnimap.el (nnimap-open-shell-stream): New function.
2107         (nnimap-open-connection): Use it.
2108         (nnimap-transform-headers): Get the number of lines in each message.
2109         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2110         number of lines.
2111         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2112         problem.
2113
2114         * utf7.el (utf7-encode): Autoload.
2115
2116         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2117         to allow the mail splitting to not return a default group.  This is
2118         useful for nnimap, which will leave unmatched mail in the inbox.
2119
2120         * nnimap.el: Rewritten.
2121
2122         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2123         nnimap usage.
2124
2125         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2126         if the move is internal, so that nnimap can do fast internal moves.
2127
2128         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2129         data.
2130         (gnus-read-active-for-groups): Support finishing the early retrieval of
2131         data.
2132
2133         * gnus-range.el (gnus-range-nconcat): New function.
2134
2135         * gnus-int.el (gnus-finish-retrieve-group-infos)
2136         (gnus-retrieve-group-data-early): New functions.
2137
2138 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2139
2140         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2141         (nnrss-retrieve-groups):
2142         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2143         (pop3-quit): Use with-current-buffer.
2144
2145 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2148         instead of nnheader-accept-process-output.
2149
2150         * dgnushack.el (dgnushack-compile): Add comment.
2151
2152         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2153
2154         * gnus-html.el (gnus-html-schedule-image-fetching)
2155         (gnus-html-prefetch-images): Replace process-kill-without-query by
2156         gnus-set-process-query-on-exit-flag.
2157
2158 2010-09-16  Romain Francoise  <romain@orebokech.com>
2159
2160         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2161
2162 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2165         parameter to unintern is mandatory-ish in Emacs 24.
2166
2167         * gnus-html.el (gnus-html-schedule-image-fetching)
2168         (gnus-html-prefetch-images): Check for curl before using it.
2169
2170         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2171         depend on curl, which isn't essential.
2172
2173         * imap.el: Revert back to version
2174         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2175         seem problematic.
2176
2177 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2178
2179         * gnus-registry.el (gnus-registry-install-shortcuts):
2180         Explicitly pass `obarray' to `unintern' to avoid a warning.
2181
2182 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2185         change.
2186
2187         * nnrss.el (nnrss-request-list): Removed this function and related
2188         functions, including the moreover stuff.
2189
2190 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * nnrss.el (nnrss-retrieve-groups): New function.
2193
2194 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2195
2196         * .dir-locals.el: Add no-byte-compile cookie.
2197
2198 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * time-date.el (format-seconds): Comment fix.
2201
2202         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2203         for back end that doesn't support request-scan.
2204
2205 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2208         then do request scans from the backends.
2209
2210         * netrc.el (netrc-credentials): New conveniency function.
2211
2212         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2213         avoid running a hook per line, since this takes a lot of time,
2214         profiling shows.
2215         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2216         directly if gnus-visual-p is true.
2217
2218 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2221         groups; replace mapcar with dolist which is a bit faster; pass groups
2222         info to gnus-read-active-file-1.
2223         (gnus-read-active-file-1): Scan only specified groups if the new
2224         optional arg `infos' is given.
2225
2226 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2229
2230         * pop3.el (pop3-movemail): Removed.
2231         (pop3-streaming-movemail): Renamed to pop3-movemail.
2232
2233         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2234         don't restrict end-tag searches to the end of the line.
2235
2236 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2239         articles of every unchecked group to t, which means unknown since the
2240         server has never been opened.
2241
2242 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-html.el (gnus-html-show-alt-text): New command.
2245         (gnus-html-browse-image): Ditto.
2246         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2247         to browse the image directly.
2248         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2249         better.
2250
2251         * gnus-async.el (gnus-async-article-callback): Call
2252         `gnus-html-prefetch-images' unconditionally.
2253
2254         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2255         before feeding URLs to curl.
2256
2257 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2260         internal images as deletable by `W D D'.
2261
2262         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2263         (gnus-async-article-callback): Fix typo.
2264
2265 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2268         current line to work around bugs in the output from w3m.
2269
2270         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2271         for groups that want that.
2272
2273         * nntp.el (nntp-wait-for-string): Supply a timeout for
2274         accept-process-output to ensure progress.
2275
2276         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2277         level to get unread articles from, then use that for foreign groups,
2278         too.
2279
2280         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2281         confuses the rest of the function.
2282
2283         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2284         for the methods that support -retrieve-groups, too.
2285
2286         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2287
2288 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2291         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2292
2293         * pop3.el: Require cl when compiling.
2294         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2295
2296 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2299         that aren't going to be activated.
2300         (gnus-get-unread-articles): Fix up the last commit.
2301
2302         * gnus-html.el (gnus-article-html): Allow calling without specifying
2303         the handle.  In that case, dissect the buffer first.
2304
2305         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2306
2307         * nnimap.el (nnimap-open-connection): Revert the change that would look
2308         into authinfo for imaps instead of imap.
2309
2310         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2311         say that you don't want to call gnus-request-group with don-check, but
2312         do check the reponse.  This is for virtual groups only.
2313         (gnus-get-unread-articles): Count the archive groups as secondary, so
2314         that they're activated the same way as before.
2315
2316         * imap.el (imap-message-map): Removed optional buffer parameter, since
2317         no callers use it.
2318         (imap-message-get): Ditto.
2319         (imap-message-put): Ditto.
2320         (imap-mailbox-map): Ditto.
2321         (imap-mailbox-put): Ditto.
2322         (imap-mailbox-get): Ditto.
2323         (imap-mailbox-get): Revert last change for this function.
2324
2325         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2326         case-insensitively.
2327         (nnimap-debug): Removed.
2328
2329         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2330         to use `imap-fetch' instead.  According to the comments, this should be
2331         safe, since all other IMAP clients use the 1:* syntax.
2332         (imap-enable-exchange-bug-workaround): Removed.
2333         (imap-debug): Removed -- doesn't seem very useful.
2334
2335         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2336         mail from a file, and the file doesn't exist.
2337
2338         * imap.el (imap-log): New convenience function used throughout instead
2339         of repeating the same code all over the place.
2340
2341         * pop3.el (pop3-streaming-movemail): Return t for success.
2342
2343         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2344         .authinfo if we're using ssl connection.
2345
2346         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2347         already have if we're in a main Gnus `g' run.
2348
2349         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2350
2351 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2354
2355         * nnmh.el (nnmh-request-list-1): Bind `file'.
2356
2357         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2358         alias to set-process-query-on-exit-flag or process-kill-without-query.
2359         (pop3-open-server): Use it.
2360
2361 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2364         box to the Incoming file.  Fixes mistake in previous checkin.
2365
2366         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2367         request loop (for debugging purposes) removed.
2368
2369         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2370         culprit is more visible.
2371         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2372         (nnml-add-incremental-nov): New functions to do "incremental" nov
2373         updates, where we just append to the end of the existing nov files
2374         without reading/writing them in full.
2375
2376         * mail-source.el (mail-source-delete-crash-box): Really only check the
2377         incoming files once in a while.
2378
2379         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2380
2381         * mail-source.el (mail-source-delete-crash-box): Only check the
2382         incoming files for deletion once per day to save a lot of file
2383         accesses.
2384
2385         * pop3.el (pop3-logon): Fix up unbound variable typo.
2386
2387         * mail-source.el (pop3-streaming-movemail): Autoload.
2388
2389         * pop3.el (pop3-streaming-movemail): Respect
2390         pop3-leave-mail-on-server.
2391
2392         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2393         retrieval.
2394
2395         * pop3.el (pop3-process-filter): Removed unused function.
2396         (pop3-streaming-movemail, pop3-send-streaming-command)
2397         (pop3-wait-for-messages, pop3-write-to-file)
2398         (pop3-number-of-responses): New functions for streaming pop3
2399         retrieval.
2400
2401         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2402         come from no known methods.
2403         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2404         list.
2405
2406         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2407         message sizes.
2408         (pop3-movemail): Use erase-buffer instead of looping and deleting
2409         regions, which seems rather odd.
2410
2411         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2412         file once per `g' run.
2413
2414         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2415         directories.  This makes the draft queue directory work.
2416
2417         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2418         data from the backends, so that we only request the list of groups from
2419         each method once.  This should speed things up considerably.
2420
2421         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2422         detect that it's not implemented.
2423
2424         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2425         we actually do recurse down into the tree, but don't stat all leaf
2426         nodes.
2427
2428         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2429         then say so instead of bugging out.
2430
2431         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2432         files exist before trying to read them.
2433
2434         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2435         around <pre_int>.
2436
2437         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2438
2439         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2440
2441 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * mm-util.el (mm-image-load-path): Just return the image directories,
2444         not all directories in the path in addition to the image directories.
2445         (mm-image-load-path): Maintain a cache of the image directories so that
2446         the `g' command in Gnus doesn't have to stat dozens of directories each
2447         time.
2448
2449         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2450         (gnus-html-wash-tags): Add a new `i' command to insert images.
2451         (gnus-html-insert-image): New command and keystroke.
2452         (gnus-html-redisplay-with-images): New command and keystroke.
2453         (gnus-html-show-images): Renamed command.
2454         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2455         spacers.
2456         (gnus-html-wash-tags): Decode entities at the end, so that entities
2457         inside the tags don't mess up the rest of the "parsing".
2458
2459         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2460         so that nnimap methods aren't agentized by default.  There's apparently
2461         many problems related to agent/imap behaviour.
2462
2463         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2464
2465         * gnus-html.el: Doc fix.
2466
2467 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2470         specifier-spec-list for Emacs 21.
2471
2472         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2473         glyph-width and glyph-height instead of display-graphic-p and
2474         image-size; make avoidance of displaying small images work for XEmacs.
2475
2476         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2477         for XEmacs.
2478
2479         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2480         of symbol that holds plist data.
2481         (gnus-process-plist): Remove plist of process after getting it.
2482
2483 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * message.el (message-generate-hashcash): Change default to
2486         'opportunistic if hashcash is installed.
2487
2488         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2489         (gnus-html-put-image): Only call image-size once, since it's somewhat
2490         time-consuming on remote X servers.
2491
2492 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2495         type on data, not a file name.
2496
2497         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2498         window-pixel-edges for Emacs 21.
2499
2500         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2501         decoded contents.
2502         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2503
2504 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2507         group line format, since it isn't very interesting.
2508
2509         * gnus-agent.el (gnus-agent-short-article),
2510         (gnus-agent-long-article): Increase values for these two variables,
2511         since most people are likely to have more network connection and
2512         storage than before.
2513
2514         * gnus.el (gnus-refer-article-method): Change default to 'current.
2515         When referring an article, the common behaviour is to refer it from the
2516         current select method, not the native select method.  The chances of
2517         the native select method having the message in question is rather slim
2518         these days.
2519
2520         * gnus-sum.el (gnus-auto-select-subject): Change default to
2521         `unseen-or-unread'.  I think it's likely that most people want to
2522         select an unseen article over a previously seen, but unread one.
2523
2524         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2525         means that in the article buffer none of the minor mode elements will
2526         be shown, usually, and this is not desirable in most cases.
2527
2528         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2529         that commands like `d' (and the like) go to the next line in the
2530         buffer, instead of the next unread article.  I think this is the
2531         behaviour that is most natural for most users.
2532         (gnus-single-article-buffer): Change default to nil, so that people can
2533         have as many article buffers open as they have summary buffer.  I think
2534         this is the most natural way for the groups to behave.
2535
2536         * message.el (message-generate-new-buffers): Change default to
2537         `unsent', so that all new message buffers start their names with the
2538         string "*unsent", and it's easier to find the buffers if you move from
2539         them.
2540
2541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2544         small.  They're probably tracking images.
2545         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2546         (gnus-html-rescale-image): Yet another try at getting the image sizing
2547         right.
2548
2549         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2550         nntp-marks-file-name is nil.
2551
2552 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * gnus-html.el (gnus-html-wash-tags)
2555         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2556         Better logging.
2557
2558 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2561
2562         * gnus-html.el (gnus-html-wash-tags): Check the value of
2563         gnus-blocked-images in the summary buffer.
2564
2565 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2566
2567         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2568
2569 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2572         like "a", it seems like.
2573         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2574         since it needs to be picked from the correct buffer.
2575
2576         * nnwfm.el: Removed.
2577
2578         * nnlistserv.el: Removed.
2579
2580 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2583         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2584
2585 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * nnkiboze.el: Removed.
2588
2589         * nndb.el: Removed.
2590
2591         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2592         alt text.
2593         (gnus-html-rescale-image): Try to get the rescaling logic right for
2594         images that are just wide and not tall.
2595
2596         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2597         overshadow variable bindings.
2598
2599 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * gnus-html.el (gnus-html-wash-tags)
2602         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2603         extra logging.
2604
2605 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2608         (gnus-max-image-proportion): New variable.
2609         (gnus-html-rescale-image): New function.
2610         (gnus-html-put-image): Rescale images.
2611
2612 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2613
2614         Fix up some byte-compiler warnings.
2615         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2616         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2617         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2618         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2619         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2620         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2621         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2622
2623 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-html.el (gnus-article-html): Decode contents by charset.
2626
2627 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2630         (gnus-html-frame-width, gnus-blocked-images)
2631         * message.el (message-prune-recipient-rules): Add custom version.
2632         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2633
2634         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2635         functions.
2636
2637         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2638         gnus-process-get.
2639
2640 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2641
2642         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2643         instead of lsub directly.
2644
2645 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnwarchive.el: Removed.
2648
2649         * gnus-soup.el: Removed.
2650
2651         * nnsoup.el: Removed.
2652
2653         * nnultimate.el: Removed.
2654
2655         * gnus-html.el (gnus-blocked-images): New variable.
2656
2657         * message.el (message-prune-recipients): New function.
2658         (message-prune-recipient-rules): New variable.
2659
2660         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2661         guess whether a long line is natural text or not.
2662
2663         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2664         gnus-process-plist and friends for compatibility.
2665
2666 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2667
2668         * gnus-html.el: Require packages that define macros used in this file.
2669         (gnus-article-mouse-face): Declare to silence byte-compiler.
2670         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2671         process-get.
2672         (gnus-html-put-image): Use plist-get to avoid getf.
2673         (gnus-html-prefetch-images): Use with-current-buffer.
2674
2675 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-ems.el: Provide compatibility functions for
2678         gnus-set-process-plist.
2679
2680         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2681         header-line-format for XEmacs 21.4.
2682
2683         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2684         * gnus.el (gnus-valid-select-methods)
2685         * message.el (message-send-mail-partially-limit)
2686         * mm-decode.el (mm-text-html-renderer)
2687         * mml.el (mml-insert-mime-headers-always)
2688         * smiley.el (smiley-regexp-alist): Bump custom version.
2689
2690 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-html.el: require mm-url.
2693         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2694         with the url to `url'.
2695         (gnus-html-wash-tags): Support cid: URLs/images.
2696
2697 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2700         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2701         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2702
2703         * gnus-move.el: Removed file, since it doesn't really work.
2704
2705         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2706         UTF-8.  This seems to fix problems with some German web feeds.
2707
2708         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2709         at the top so that the proper colours are applied.
2710
2711         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2712         don't have dots in their names.
2713
2714         * gnus-art.el (gnus-article-view-part): Doc fix.
2715
2716         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2717         XEmacs-compatible.
2718         (gnus-html-put-image): Don't do images on non-graphic displays.
2719
2720         * nnslashdot.el: Removed this unused backend.
2721
2722         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2723         actions.
2724         (gnus-undo-register-1): Revert last change.
2725
2726         * gnus-group.el (gnus-group-completing-read): Protect against not
2727         having completion-styles bound.
2728
2729         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2730         make broken recipients happier.
2731
2732         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2733
2734         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2735         point parameter.
2736
2737         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2738
2739         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2740         completion-styles for group selection.
2741
2742 2009-02-04  Andreas Schwab  <schwab@suse.de>
2743
2744         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2745         headers and regexp-quote the match if necessary.
2746
2747 2009-03-24  Miles Bader  <miles@gnu.org>
2748
2749         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2750         the blinking smiley.
2751
2752 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2753
2754         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2755         blink smiley.
2756
2757 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2760         where the dribbel file lives exists.
2761
2762         * message.el (message-send-mail-partially-limit): Change the default to
2763         nil, since most people don't want this.
2764
2765         * mm-url.el (mm-url-decode-entities): Also decode entities like
2766         &#x3212.
2767
2768 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2769
2770         * gnus-sum.el (gnus-summary-idna-message):
2771         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2772         Hyperlink urls in docstrings with URL `...'.
2773
2774 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2775
2776         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2777         functions.
2778
2779 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2782         say what the mouseover text should be.
2783
2784         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2785         version of the mm-w3m-safe-url-regexp variable to only download images
2786         in the groups where we want that to happen.
2787
2788         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2789
2790         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2791         easier debugging.
2792         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2793         big pictures in the article buffer.
2794
2795         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2796         gnus-article-html.
2797         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2798         w3m.
2799
2800         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2801
2802 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2805         which doesn't exist.
2806
2807         * message.el (message-inhibit-ecomplete): New variable to allow some
2808         function to inhibit ecomplete address storage.
2809         (message-resend): Disable ecomplete message storage when resending
2810         messages.
2811
2812         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2813
2814 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2817         Save excursion while copying, moving, and deleting articles in order to
2818         prevent the cursor from jumping to unforeseen place.
2819
2820 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * lpath.el: No need to bind bookmark-current-buffer,
2823         bookmark-yank-point and bookmark-make-record-function.
2824
2825 2010-08-17  Glenn Morris  <rgm@gnu.org>
2826
2827         * gnus-sync.el: Require gnus components whose functions are used.
2828
2829         * gnus-art.el (bookmark-make-record-function):
2830         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2831         Declare for compiler.
2832
2833         * mm-url.el (mml-compute-boundary): Autoload.
2834
2835 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2838
2839 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         Typo fix "hoo4a" -> "hook".
2842
2843         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2844
2845 2010-08-14  Glenn Morris  <rgm@gnu.org>
2846
2847         * gnus-sync.el (gnus-sync): Fix defgroup version.
2848
2849 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2850
2851         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2852
2853         * gnus-sync.el: Fix docs.
2854         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2855         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2856
2857 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2858
2859         Optimizations for gnus-sync.el.
2860
2861         * gnus-sync.el: Add docs about gnus-sync-backend
2862         possibilities.
2863         (gnus-sync-save): Remove unnecessary message.
2864         (gnus-sync-read): Optimize and show what groups were skipped.
2865
2866 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2867
2868         Minor bug fixes for gnus-sync.el.
2869
2870         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2871         read the sync on get-new-news.
2872
2873         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2874         quiet.
2875
2876         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2877
2878 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2879
2880         Make saving and restoring of hidden threads work with overlays.
2881         Patch applied by Ted Zlatanov.
2882
2883         * gnus-sum.el (gnus-hidden-threads-configuration)
2884         (gnus-restore-hidden-threads-configuration): Update to deal with text
2885         properties, rather than searching for a magic character.
2886
2887 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2888
2889         New gnus-sync.el library for synchronization of marks.
2890
2891         * gnus-sync.el: New library for synchronization of marks.
2892
2893         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2894         renamed from `gnus-registry-grep-in-list'.
2895
2896         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2897
2898         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2899
2900 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2903         determining charset of text fails.
2904
2905 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * nnmail.el (nnmail-get-new-mail-1): Revert.
2908
2909         * nnml.el (nnml-active-number): Make sure names of newly created groups
2910         in nnml-group-alist are encoded.
2911
2912 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2915         containing non-ASCII characters in active file for nnml back end.
2916
2917 2010-07-24  David Engster  <dengste@eml.cc>
2918
2919         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2920         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2921
2922 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2923
2924         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2925         tag (Bug#6654).
2926
2927 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2930         the article buffer, not the summary buffer.
2931
2932 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2935         Emacs 23 as well.
2936
2937 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2940         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2941
2942 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2943
2944         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2945         Patch applied by Karl Fogel.
2946
2947         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2948         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2949
2950 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2951
2952         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2953         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2954         C-w still not working correctly from Article buffers; Thierry's
2955         patch to fix that will be applied after this.
2956
2957         * gnus-art.el (bookmark-make-record-function): New local variable.
2958
2959         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2960         article buffer.
2961         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2962
2963 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2964
2965         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2966         on changes in bookmark.el.
2967
2968 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2971         `no-log' instead of message not to log prompt string.
2972
2973 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2974
2975         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2976         the *other* type of HTML form submission.
2977
2978 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2979
2980         * auth-source.el (auth-source-pick): If choice does not contain a
2981         questioned keyword, set the check to t.
2982
2983 2010-06-12  Romain Francoise  <romain@orebokech.com>
2984
2985         * gnus-util.el (gnus-date-get-time): Move up before first use.
2986
2987 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2990         (gnus-article-edit-part): Bind it to make last part that is substituted
2991         or deleted visible.
2992         (gnus-mime-display-single): Buttonize part of which id equals to
2993         gnus-mime-buttonized-part-id.
2994
2995 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2996
2997         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2998         (gnus-dd-mmm): Use gnus-date-get-time.
2999         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3000         simplify logic.
3001         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3002         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3003
3004 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3005
3006         * auth-source.el (top): Autoload `secrets-list-collections',
3007         `secrets-create-item', `secrets-delete-item'.
3008         (auth-sources): Fix tag string.
3009         (auth-get-source, auth-source-retrieve, auth-source-create)
3010         (auth-source-delete): New defuns.
3011         (auth-source-pick): Rewrite in order to avoid 2 passes.
3012         (auth-source-forget-user-or-password): New parameter USERNAME.
3013         (auth-source-user-or-password): New parameters CREATE-MISSING and
3014         DELETE-EXISTING.  Retrieve password interactively, if needed.
3015
3016 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3017
3018         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3019         deleting unused directories when gnus-expert-user is t.
3020
3021 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3024         for each temp file when gnus-article-browse-delete-temp is ask.
3025
3026 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3027
3028         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3029         Lisp calls to delete-backward-char by calls to delete-char.
3030
3031 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3032
3033         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3034
3035 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3036
3037         * password-cache.el (password-cache-remove): Fix docstring.
3038
3039 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3042         article unless decoding article to be saved.
3043
3044 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3047         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3048         generated within the mm-with-unibyte-current-buffer macro.
3049
3050 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3053         to nil when we're in a mml-preview buffer and no group is selected.
3054
3055 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3056
3057         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3058         when catching the `C-g'.  Reported by "Leo".
3059
3060 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * message.el (message-forward-make-body-plain)
3063         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3064         multibyte-string-p.
3065
3066         * lpath.el: Revert.
3067
3068 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * message.el (message-forward-make-body-mml): Assume original message
3071         is multibyte string; error on unibyte.
3072         (message-forward-make-body-plain): Ditto; don't add excessive newline
3073         in body end.
3074
3075         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3076
3077 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3078
3079         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3080         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3081
3082 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * mm-extern.el (mm-extern-url): Don't use
3085         mm-with-unibyte-current-buffer.
3086         (mm-extern-cache-contents): Use with-current-buffer instead of
3087         save-excursion + set-buffer.
3088
3089 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * mm-util.el (mm-emacs-mule): Remove.
3092
3093 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3094
3095         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3096         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3097         change.
3098
3099 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3102         bind the default value of enable-multibyte-characters to nil.
3103
3104 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * message.el (message-forward-make-body-plain)
3107         (message-forward-make-body-mml):
3108         Don't use mm-with-unibyte-current-buffer.
3109
3110 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3111
3112         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3113
3114 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3115
3116         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3117         (Bug#5592).
3118
3119 2010-05-07  Julien Danjou  <julien@danjou.info>
3120
3121         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3122         it to mm-pipe-part.
3123
3124         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3125         it is given.
3126
3127 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * binhex.el (binhex-decode-region-internal)
3130         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3131         (dns-query)
3132         * nnweb.el (nnweb-gmane-search)
3133         * pgg-parse.el (pgg-parse-armor)
3134         * pgg.el (pgg-verify-region)
3135         * sha1.el (sha1-string-external)
3136         * uudecode.el (uudecode-decode-region-internal)
3137         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3138         XEmacs.
3139
3140         * gnus-art.el (gnus-article-browse-html-parts)
3141         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3142         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3143         make-temp-file.
3144
3145         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3146         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3147         compiling.
3148
3149         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3150         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3151         XEmacs when compiling.
3152
3153         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3154         gnus-pick-mode-off-hook for XEmacs when compiling.
3155         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3156         gnus-binary-mode-off-hook for XEmacs when compiling.
3157
3158         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3159         nil if char-charset is not available.
3160
3161         * imap.el (imap-disable-multibyte)
3162         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3163         macros.
3164
3165         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3166         instead of encode-coding-string.
3167
3168         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3169         'xemacs) instead of mm-emacs-mule to switch function definitions.
3170         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3171
3172         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3173         bind temporary-file-directory for XEmacs;
3174         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3175         timer-set-function for XEmacs 21.4 and SXEmacs;
3176         bind timer-list for XEmacs 21.4 and SXEmacs;
3177         fbind char-charset and find-charset-region for non-Mule XEmacs;
3178         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3179         encode-coding-region and encode-coding-string for XEmacs having no
3180         file-coding feature.
3181
3182 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3183
3184         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3185
3186 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3189         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3190
3191 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3192
3193         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3194         alias `jka-compr-delete-temp-file' no longer exists.
3195
3196 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3197
3198         Use define-minor-mode in Gnus where applicable.
3199         * mml.el (mml-mode): Use define-minor-mode.
3200         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3201         (gnus-undo-mode): Use define-minor-mode.
3202         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3203         (gnus-dead-summary-mode): Use define-minor-mode.
3204         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3205         Initialize in declaration.
3206         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3207         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3208         (gnus-mailing-list-mode): Use define-minor-mode.
3209         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3210         (gnus-draft-mode): Use define-minor-mode.
3211         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3212         (gnus-dired-mode): Use define-minor-mode.
3213
3214 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3215
3216         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3217         handles on recursive mml-to-mime translation and check them for
3218         boundary delimiter collisions.  Reported by Greg Troxel.
3219
3220 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3223
3224 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3225
3226         * mm-util.el (mm-find-buffer-file-coding-system):
3227         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3228
3229 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3230
3231         * message.el (message-generate-headers): Record insertion of optional
3232         headers as well.  Otherwise the check to prevent repeated insertion of
3233         optional headers is a no-op.
3234
3235 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * smime.el: Don't mention CVS.
3238
3239         * nnrss.el (nnrss-fetch): Don't mention CVS.
3240
3241         * nnir.el: Don't mention CVS.
3242
3243 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3244
3245         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3246
3247 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * lpath.el: Fbind bookmark-default-handler,
3250         bookmark-get-bookmark-record, bookmark-make-record-default,
3251         bookmark-prop-get for Emacs <23 and XEmacs.
3252
3253 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3254
3255         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3256         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3257         Use with-current-buffer to silence the byte-compiler.
3258         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3259         bother to require `gnus'.
3260         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3261
3262 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3263
3264         * gnus-sum.el (gnus-summary-bookmark-make-record)
3265         (gnus-summary-bookmark-jump): New functions.
3266         (gnus-summary-mode): Setup bookmark support.
3267
3268 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3269
3270         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3271         if set.
3272
3273 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3276         gnus-article-browse-html-save-cid-image; make it work recursively for
3277         forwarded messages as well.
3278         (gnus-article-browse-html-parts): Work when prefix arg is given.
3279         (gnus-article-browse-html-article): Doc fix.
3280
3281 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3282
3283         * message.el (message-default-mail-headers):
3284         (message-default-headers): Carry the value mail-default-headers over
3285         into message-default-mail-headers, rather than message-default-headers.
3286
3287 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3288
3289         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3290         charset.
3291
3292         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3293         charset into the <meta> tag when the article is encoded to utf-8.
3294
3295 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3298         directories as well.
3299         (gnus-article-browse-html-parts): Work for images that do not specify
3300         file names; delete temp directory when quitting; insert header at the
3301         right place; use file: scheme for image files.
3302
3303 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3304
3305         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3306         (gnus-article-browse-html-parts): Use it to make temporary cid image
3307         files in addition to html file so that browser may display them.
3308
3309 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3312
3313 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3316
3317 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3320         about Secret Service API sources.  Improve Customize options.
3321         (auth-source-pick): Change to accept any number of search parameters.
3322         Implement fallbacks iteratively, not recursively.  Add scoring on the
3323         second pass and sort by score.  Call Secret Service API when needed.
3324         (auth-source-user-or-password): Use it.  Call Secret Service API
3325         directly when needed to get the user name and the password.
3326
3327 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3328
3329         * message.el (message-interactive): Doc fix.
3330         (message-qmail-inject-args): Reflow.
3331         (message-kill-to-signature): Fix typo in docstring.
3332
3333         * smiley.el (smiley-buffer): Fix typo in docstring.
3334
3335 2010-03-24  Glenn Morris  <rgm@gnu.org>
3336
3337         * mail-source.el (gnus-message): Declare.
3338         (mail-source-delete-old-incoming): Require gnus-util.
3339
3340 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3343
3344         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3345
3346         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3347         password-cache's default if it is not bound.
3348         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3349         password-cache-expiry's default if it is not bound.
3350
3351         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3352         available in Emacs 21.
3353
3354         * lpath.el: Suppress compiler warnings for:
3355         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3356         XEmacs;
3357         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3358         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3359         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3360
3361 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * auth-source.el (auth-sources): Fix up definition so extra parameters
3364         are always inline.
3365
3366 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3367
3368         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3369         wasn't updated after mismatch.  Clear cached mailbox info correctly
3370         when uidvalidity changes.
3371         (nnimap-group-prefixed-name): New function to avoid some code
3372         duplication.
3373         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3374         (nnimap-request-group): Use it.
3375         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3376         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3377         with many imap folders.  This is done by caching the group status from
3378         the imap server persistently in a group parameter `imap-status'.  (This
3379         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3380         but not persistently, so every Gnus startup was still very slow.)
3381
3382 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3385         delete the extra newline.  Otherwise editing of :string and :number
3386         types don't work.
3387
3388 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3391         secrets.el dependency.
3392         (auth-sources): Add optional user name.  Add secrets.el configuration
3393         choice (unused right now).
3394
3395 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3398         `gnus-registry-install-shortcuts' fill in the functions.
3399
3400         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3401         warnings.
3402         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3403         (gnus-registry-install-shortcuts): Populate and use it in a
3404         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3405
3406 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3407
3408         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3409         In-place substitutions for the group name encoding/decoding.
3410         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3411         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3412         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3413         (nnimap-update-unseen, nnimap-request-list)
3414         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3415         (nnimap-request-set-mark, nnimap-split-to-groups)
3416         (nnimap-split-articles, nnimap-request-newgroups)
3417         (nnimap-request-create-group, nnimap-request-accept-article)
3418         (nnimap-request-delete-group, nnimap-request-rename-group)
3419         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3420         `encoded-mbx' for consistency.
3421         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3422         variable `imap-current-mailbox'.
3423
3424         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3425         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3426
3427 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3428
3429         * pop3.el (pop3-display-message-size-flag): Display message size byte
3430         counts during POP3 download.
3431         (pop3-movemail): Use it.
3432         (pop3-list): Implement listing of available messages.
3433
3434 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3435
3436         * nnir.el (nnir-get-article-nov-override-function): New function to
3437         override the normal NOV retrieval.
3438         (nnir-retrieve-headers): Use it.
3439
3440 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3441
3442         * auth-source.el (netrc-machine-user-or-password): Autoload.
3443
3444 2010-03-19  Glenn Morris  <rgm@gnu.org>
3445
3446         Stop message.el from loading about 40 libraries it doesn't always need.
3447         The general approach is to autoload rather than require, and to
3448         require in the specific functions rather than the file.  (Bug#5642)
3449
3450         * gmm-utils.el: Don't require wid-edit.
3451         (widget-create-child-value, widget-convert, widget-default-get):
3452         Autoload.
3453
3454         * gnus-util.el: Don't require time-date, netrc.
3455         (message-fetch-field, gnus-group-name-decode): Declare rather than
3456         autoloading.
3457         (gnus-fetch-field): Require message.
3458         (gnus-decode-newsgroups): Require gnus-group.
3459
3460         * ietf-drums.el: Don't require time-date.
3461
3462         * message.el: Don't require hashcash, canlock, ecomplete.
3463         Do require mail-utils.  Require nnheader only when compiling.
3464         (smtpmail-default-smtp-server): Remove declaration.
3465         (message-send-mail-function): Check smtpmail-default-smtp-server
3466         is bound rather than requiring smtpmail.
3467         (message-auto-save-directory, message-insert-signature): Use
3468         expand-file-name rather than nnheader-concat.
3469         (nnheader-insert-file-contents): Autoload.
3470         (hashcash-wait-async): Declare.
3471         (message-send-mail): Only call gnus-setup-posting-charset if
3472         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3473         (message-send-mail-with-sendmail): Require sendmail.
3474         (canlock-password, canlock-password-for-verify): Declare.
3475         (message-canlock-password): Require canlock.
3476         (nnheader-get-report): Autoload.
3477         (gnus-setup-posting-charset): Declare.
3478         (message-send-news): Require gnus-msg.
3479         (message-make-references, message-make-in-reply-to): Use mail-header-id
3480         rather than the alias mail-header-message-id.
3481         (ecomplete-add-item, ecomplete-save): Declare.
3482         (message-put-addresses-in-ecomplete): Require ecomplete.
3483         (ecomplete-display-matches): Autoload.
3484
3485         * mm-decode.el: Don't require mailcap, gnus-util.
3486         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3487         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3488         Autoload.
3489         (mailcap-mime-extensions): Declare.
3490
3491         * mm-encode.el: Don't require mailcap.
3492         (mailcap-extension-to-mime): Autoload.
3493
3494         * mml-sec.el: Don't require password-cache.
3495
3496         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3497         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3498         (mml-minibuffer-read-type): Require mailcap.
3499         (mml-preview): Require gnus-msg.
3500
3501         * mml1991.el: Require password-cache.
3502         (password-cache-expiry): Remove declaration.
3503
3504         * mml2015.el: Require password-cache.
3505         (password-cache-expiry): Remove declaration.
3506
3507         * nneething.el (mailcap): Require mailcap.
3508
3509         * nnheader.el (declare-function): Add compatibility stub.
3510         (message-remove-header): Declare rather than autoload.
3511         (nnheader-replace-header): Require message.
3512
3513         * nnimap.el (declare-function): Add compatibility stub.
3514         (netrc-parse, netrc-machine-user-or-password): Declare.
3515         (nnimap-open-connection): Require netrc.
3516
3517         * nntp.el (declare-function): Add compatibility stub.
3518         (netrc-parse, netrc-machine, netrc-get): Declare.
3519         (nntp-send-authinfo): Require netrc.
3520
3521         * rfc2047.el: Don't require qp.
3522         (quoted-printable-encode-region, quoted-printable-decode-string):
3523         Autoload.
3524
3525         * sieve-mode.el: Don't require easymenu.
3526         (easy-menu-add-item): Autoload it.
3527
3528         * spam-stat.el (time-to-number-of-days): Autoload it.
3529
3530 2010-03-19  Glenn Morris  <rgm@gnu.org>
3531
3532         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3533
3534 2010-03-18  Glenn Morris  <rgm@gnu.org>
3535
3536         * hashcash.el (declare-function): Remove duplicate definition.
3537
3538 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3539
3540         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3541         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3542         value if any backslash escapes).
3543
3544 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3547         if it is available.  (bug#5647)
3548
3549         * lpath.el: Suppress compiler warning for coding-system-from-name for
3550         Emacs 21 and XEmacs.
3551
3552 2010-03-14  Juri Linkov  <juri@jurta.org>
3553
3554         * hmac-def.el:
3555         * hmac-md5.el:
3556         * netrc.el: Fix keywords.
3557
3558 2010-02-26  Glenn Morris  <rgm@gnu.org>
3559
3560         * message.el (message-send-mail-function): Change the default, so that
3561         it inherits from a customized send-mail-function.  (Bug#5643)
3562
3563 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3564
3565         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3566         shell-command-to-string signals an error (bug#5299).
3567
3568 2010-02-24  Glenn Morris  <rgm@gnu.org>
3569
3570         * message.el (message-smtpmail-send-it)
3571         (message-send-mail-with-mailclient): Doc fixes.
3572
3573 2010-02-16  Glenn Morris  <rgm@gnu.org>
3574
3575         * message.el (message-default-mail-headers): Change the default value
3576         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3577
3578 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3581         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3582
3583 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3584
3585         * time-date.el (date-to-time): Doc fix (Bug#5408).
3586
3587 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3588
3589         * message.el (message-mail): Just pass yank-action on to message-setup.
3590         (message-setup): Handle (FUN . ARGS) form of yank-action.
3591         (message-with-reply-buffer, message-widen-reply)
3592         (message-yank-original): Handle non-buffer values of
3593         message-reply-buffer (Bug#4080).
3594         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3595
3596 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3597
3598         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3599         Fix typo in docstring.
3600
3601 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3602
3603         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3604         response.
3605
3606 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3609
3610         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3611
3612         * message.el (message-check-news-header-syntax): Protect against a
3613         string that `rfc822-addresses' returns when parsing fails.
3614
3615 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3618         (gnus-previous-char-property-change): New functions.
3619
3620         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3621
3622 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3623
3624         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3625         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3626
3627 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3628
3629         * message.el (message-exchange-point-and-mark): Rework last change to
3630         avoid using optional arg of exchange-point-and-mark, for backward
3631         compatibility.
3632
3633 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3634
3635         * message.el (message-exchange-point-and-mark): Call
3636         exchange-point-and-mark with an argument rather than setting
3637         mark-active by hand (Bug#5175).
3638
3639 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * nntp.el (nntp-service-to-port): Work for service expressed with
3642         numeric string; replace [:digit:] with [0-9] for XEmacs.
3643
3644 2009-12-17  Glenn Morris  <rgm@gnu.org>
3645
3646         * gnus-group.el (gnus-bug-group-download-format-alist):
3647         Change emacs entry to debbugs.gnu.org.  Bump :version.
3648
3649 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3652
3653 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * message.el (message-info): Explain why we use `Info-goto-node'.
3656
3657 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3660
3661 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * message.el (message-completion-in-region): New compatibility function.
3664         (message-expand-group): Use it.
3665
3666 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3669         with no unread article should be listed if the 2nd arg `predicate' is
3670         given.
3671
3672 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3675
3676 2009-11-29  Juri Linkov  <juri@jurta.org>
3677
3678         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3679         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3680         on `gnus-recenter'. (Bug#4698, Bug#4981)
3681
3682 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3683
3684         * sha1.el (sha1-string-external): default-directory "/" in case
3685         otherwise non-existent.  process-connection-type pipe for touch of
3686         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3687
3688 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3689
3690         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3691         it's comms related and sgml-mode.el has "comm" on that basis too.
3692
3693 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3696         containing tspecial characters if they have been already quoted.
3697
3698 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3699
3700         * dns-mode.el (auto-mode-alist): Purecopy string.
3701
3702 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3705
3706 2009-10-24  Glenn Morris  <rgm@gnu.org>
3707
3708         * gnus-art.el (help-xref-stack-item): Define for compiler.
3709
3710 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3711
3712         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3713
3714 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3717
3718 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3721         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3722
3723 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3726         (gnus-overlays-in): New alias to overlays-in.
3727
3728         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3729         gnus-overlay-get, and gnus-delete-overlay.
3730         (gnus-summary-show-thread): Make it work as well for systems in which
3731         next-single-char-property-change is not available.
3732         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3733
3734         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3735         (gnus-overlay-get): New alias to extent-property.
3736         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3737
3738         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3739         SXEmacs.
3740
3741         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3742         SXEmacs.
3743
3744 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3747
3748 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3749
3750         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3751         and XEmacs that don't have `remove-overlays'.
3752
3753 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3756         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3757         selective display.  Use overlays instead.
3758
3759 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3760
3761         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3762
3763 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3764
3765         * spam-stat.el (spam-stat-load): Fix typo in message.
3766
3767 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3768
3769         * dig.el (dig-invoke): Fix typo in docstring.
3770         (query-dig): Reflow docstring.
3771
3772 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3773
3774         * gnus-art.el (gnus-article-encrypt-body):
3775         * message.el (message-check-recipients):
3776         * mm-util.el (mm-codepage-setup):
3777         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3778         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3779
3780 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3781
3782         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3783         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3784         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3785         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3786         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3787
3788 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3789
3790         * dig.el: Add "Keywords: comm", as per net-utils.el.
3791
3792 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3793
3794         * dig.el (dig-mode): Use define-derived-mode.
3795
3796 2009-09-19  Glenn Morris  <rgm@gnu.org>
3797
3798         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3799
3800 2009-09-18  Glenn Morris  <rgm@gnu.org>
3801
3802         * gnus-diary.el (gnus-diary-check-message):
3803         * message.el (message-insert-formatted-citation-line):
3804         * nnbabyl.el (top-level):
3805         * nndiary.el (nndiary-schedule):
3806         Fix typos in condition-case handlers.
3807
3808 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3811         configuration that provides the sole article window in a frame;
3812         position point correctly after deleting a part.
3813
3814 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3815
3816         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3817         (spam-resolve-registrations-routine): Use it to unregister articles
3818         that change status.
3819
3820 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3823         with XEmacs.
3824         (parse-time-string-chars): Use it.
3825
3826 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * imap.el (imap-interactive-login): Better messages.
3829         (imap-open): Fix bug with renamed buffer on reconnect.
3830         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3831         for easier debugging and cleaner code.  On successful (guessed based on
3832         server capabilities) secondary authentication, set imap-state
3833         correctly.
3834         (imap-last-authenticator): Define imap-last-authenticator as a variable
3835         to avoid warnings.
3836
3837 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * nnrss.el (nnrss-request-article): Remove binding of
3840         default-enable-multibyte-characters that has gotten needless by
3841         the 2007-07-13 change in rfc2047-encode-message-header.
3842
3843         * mml.el (mml-insert-multipart): Error on the message header.
3844         (mml-insert-part): Error on the message header; position point at
3845         the end of a MIME tag.
3846
3847 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * time-date.el (autoload): Expand define-obsolete-function-alias into
3850         defalias and make-obsolete for old Emacsen that Gnus supports.
3851         (with-no-warnings): Define it for old Emacsen.
3852         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3853         is available.
3854         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3855         float-time is available; suppress compile warning for time-to-seconds.
3856
3857         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3858         (gnus-float-time): Alias to float-time if it exists.
3859
3860         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3861         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3862         float-time is available; suppress compile warning for time-to-seconds.
3863
3864         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3865         XEmacs.
3866
3867 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3868
3869         * imap.el (imap-message-map): Docstring fix.
3870
3871 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3874         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3875         Add the optional argument `encoding' that overrides the default.
3876
3877         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3878         mm-encode-buffer.
3879
3880 2009-09-04  Glenn Morris  <rgm@gnu.org>
3881
3882         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3883         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3884         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3885         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3886         * mm-util.el (mm-with-unibyte-current-buffer)
3887         (mm-find-buffer-file-coding-system):
3888         * yenc.el (yenc-decode-region): Use default-value rather than
3889         default-enable-multibyte-characters.
3890
3891 2009-09-03  Glenn Morris  <rgm@gnu.org>
3892
3893         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3894         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3895         than default-enable-multibyte-characters.
3896
3897 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3898
3899         * gnus-art.el (gnus-article-read-summary-keys):
3900         Fix gnus-buffer-configuration's value temporarily used.
3901
3902 2009-09-02  Glenn Morris  <rgm@gnu.org>
3903
3904         * gnus-util.el (gnus-float-time): New function.
3905         * gnus-delay.el (gnus-delay-article):
3906         * gnus-sum.el (gnus-thread-latest-date):
3907         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3908         * nnspool.el (nnspool-request-newgroups):
3909         Use gnus-float-time rather than time-to-seconds.
3910         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3911
3912         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3913         (gnus-header-subject-face, gnus-header-newsgroups-face)
3914         (gnus-header-name-face, gnus-header-content-face):
3915         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3916         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3917         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3918         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3919         (gnus-cite-face-11):
3920         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3921         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3922         (gnus-server-closed-face, gnus-server-denied-face)
3923         (gnus-server-offline-face):
3924         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3925         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3926         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3927         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3928         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3929         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3930         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3931         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3932         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3933         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3934         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3935         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3936         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3937         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3938         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3939         (gnus-summary-high-undownloaded-face)
3940         (gnus-summary-low-undownloaded-face)
3941         (gnus-summary-normal-undownloaded-face)
3942         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3943         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3944         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3945         (gnus-splash-face):
3946         * message.el (message-header-to-face, message-header-cc-face)
3947         (message-header-subject-face, message-header-newsgroups-face)
3948         (message-header-other-face, message-header-name-face)
3949         (message-header-xheader-face, message-separator-face)
3950         (message-cited-text-face, message-mml-face):
3951         * sieve-mode.el (sieve-control-commands-face)
3952         (sieve-action-commands-face, sieve-test-commands-face)
3953         (sieve-tagged-arguments-face):
3954         * spam.el (spam-face):
3955         Mark face aliases with "-face" in the name as obsolete.
3956
3957 2009-09-01  Glenn Morris  <rgm@gnu.org>
3958
3959         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3960         than goto-line.
3961
3962 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3965         Don't move point if the command is invoked inside the message header.
3966
3967 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3968
3969         * imap.el (imap-send-command): Simplify.
3970         (imap-wait-for-tag): point-max -> buffer-size.
3971
3972 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3975         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3976         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3977         * nnir.el (nnir-swish-e-index-file):
3978         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3979         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3980         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3981         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3982         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3983         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3984
3985 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3988         Don't save excursion.
3989
3990 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3991
3992         * nnheader.el (nnheader-find-file-noselect):
3993         * mm-util.el (mm-insert-file-contents):
3994         Use (default-value 'major-mode) instead of default-major-mode.
3995
3996 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3999
4000 2009-08-26  Glenn Morris  <rgm@gnu.org>
4001
4002         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4003         than placing in files.el.
4004
4005 2009-08-25  Glenn Morris  <rgm@gnu.org>
4006
4007         * nnir.el (top-level): Don't require cl at run-time.
4008         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4009         Replace cl-function substitute with gnus-replace-in-string.
4010         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4011         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4012         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4013         simplified expansions.
4014
4015 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4016
4017         * dig.el (dig): Add autoload cookie.
4018
4019 2009-08-22  Glenn Morris  <rgm@gnu.org>
4020
4021         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4022         goto-line.
4023
4024 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4025
4026         * parse-time.el (parse-time-string-chars): Save match data.
4027
4028 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4029
4030         * parse-time.el (parse-time-string-chars): Compute using character
4031         classes, to handle non-ascii characters (Bug#3190).
4032
4033 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4036
4037         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4038         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4039         (gnus-mm-display-part, gnus-mime-display-single)
4040         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4041         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4042
4043         * gnus-sum.el
4044         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4045         (gnus-summary-move-article): Add expirable mark to articles copied or
4046         moved to group that has auto-expire turned on if the option is non-nil.
4047
4048 2009-07-24  Glenn Morris  <rgm@gnu.org>
4049
4050         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4051         Fix typo.  (Bug#3903)
4052
4053 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4056         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4057         that should not be used for draft articles.
4058         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4059         that has no concern in minor mode keys.
4060         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4061         Abolish.
4062
4063 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4066         article without making inquiry to a user for unknown encoding.
4067
4068         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4069         (nnmaildir--scan): Assume i-node and device number that file-attributes
4070         returns might be cons-cell.
4071
4072         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4073
4074         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4075
4076 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * auth-source.el: Remove docs now in auth.texi.  Don't use
4079         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4080         `auth-source-hide-passwords' and use them.
4081
4082 2009-07-15  Glenn Morris  <rgm@gnu.org>
4083
4084         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4085
4086 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4089         excessive whitespace from the default values of title and description.
4090
4091 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4094         mail-fetch-field to fetch Content-Description header in order to
4095         exclude newlines.
4096
4097 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4098
4099         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4100         format used by GnuPG 2.0.11.
4101
4102 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4105         to deleted part.
4106
4107 2009-05-30  David Engster  <dengste@eml.cc>
4108
4109         * nnmairix.el: Remove old documentation in the commentary block.
4110         (nnmairix-request-group): Do not update active file for nnml back ends.
4111         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4112         end so that overview files are ignored.
4113         (nnmairix-update-groups): Make updating the groups more robust by using
4114         marks.
4115         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4116         with dollar characters in message-id.
4117
4118 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4121         2008-12-25 in dns.el.
4122
4123 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4124
4125         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4126         could happen if the text is only composed of spaces and/or tabs.
4127
4128 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4129
4130         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4131         when sending a queued message to avoid extra mml tags.
4132
4133 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4136
4137 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4140         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4141         rmail-toggle-header for XEmacs;
4142         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4143
4144 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-dired.el: Remove autoload for gnus-setup-message.
4147         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4148         displaying Gnus logo; always use compose-mail.
4149
4150 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4153
4154 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4157         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4158         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4159         available.
4160         (gnus-nocem-epg-verify): New function.
4161
4162 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4165
4166 2009-02-15  Glenn Morris  <rgm@gnu.org>
4167
4168         * gnus-util.el (rmail-insert-rmail-file-header)
4169         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4170         autoloads.
4171         (rmail-default-rmail-file): Remove unnecessary declaration.
4172         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4173
4174 2009-02-14  Glenn Morris  <rgm@gnu.org>
4175
4176         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4177         variable (only used in gnus-util, which declares it anyway).
4178         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4179         which was only needed by gnus-art (changed to not use it any more).
4180         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4181         only used in gnus-util, which autoloads it itself.
4182         (rmail-update-summary): Fix autoload.
4183
4184         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4185         rather than rmail-output-to-rmail-file.
4186
4187 2009-02-07  Glenn Morris  <rgm@gnu.org>
4188
4189         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4190         autoload of function that no longer exists.
4191         (rmail-toggle-header): Declare.
4192         (message-forward-rmail-make-body): Handle mbox Rmail.
4193
4194 2009-01-31  Glenn Morris  <rgm@gnu.org>
4195
4196         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4197         2009-01-09 change.
4198
4199 2009-01-31  Dave Love  <fx@gnu.org>
4200
4201         * imap.el (imap-fetch-safe): Bind debug-on-error.
4202         (imap-debug): Add imap-fetch-safe.
4203
4204 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4207         (auth-source-forget-all-cached): New convenience function.
4208         (auth-source-user-or-password): Accept list of modes or a single mode.
4209
4210         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4211         auth-source modes.
4212
4213         * netrc.el (netrc-machine-user-or-password): Use list of
4214         auth-source modes.
4215
4216         * nnimap.el (nnimap-open-connection): Use list of
4217         auth-source modes.
4218
4219         * nntp.el (nntp-send-authinfo): Use list of
4220         auth-source modes.
4221
4222 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4225         now.
4226
4227 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4230         coding system in XEmacs; add a workaround for XEmacs.
4231
4232         * lpath.el: Fbind coding-system-aliasee.
4233
4234 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4237         of current-language-environment.
4238
4239 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4242         available at runtime.
4243
4244 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4247
4248 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4249
4250         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4251         the greatest positive fixnum value doesn't work under an XEmacs with
4252         bignum support; use the most-positive-fixnum constant instead,
4253         available since Emacs 21.1 with cl and XEmacs 21.1.
4254
4255 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4258         XEmacs gets not to work.
4259
4260 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mm-util.el (mm-coding-system-priorities): Allow the value like
4263         "Japanese (UTF-8)" of current-language-environment.
4264
4265 2009-01-09  Glenn Morris  <rgm@gnu.org>
4266
4267         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4268         with last-command-event.
4269
4270 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4271
4272         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4273         in the doc string.
4274
4275         * message.el (message-fix-before-sending): Amend comment.
4276
4277 2009-01-08  Dave Love  <fx@gnu.org>
4278
4279         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4280
4281 2009-01-07  David Engster  <dengste@eml.cc>
4282
4283         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4284         simplified server definitions by converting it via
4285         gnus-server-to-method.
4286
4287 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4290         parameter's operands.
4291
4292 2009-01-06  David Engster  <dengste@eml.cc>
4293
4294         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4295         primary select method (for gnus-group-mark-article-as-read).
4296
4297 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4298
4299         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4300         `(gnus)Face', not `(gnus)X-Face'.
4301
4302 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * mm-util.el (mm-ucs-to-char): New function.
4305
4306         * mm-url.el (mm-url-decode-entities): Use it.
4307
4308         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4309         unicode-to-char.
4310
4311 2009-01-05  Dave Love  <fx@gnu.org>
4312
4313         * time-date.el: Require cl for `declare'.
4314
4315 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4318         Dave Love.
4319
4320 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * message.el (message-fix-before-sending): Add `eight-bit' to
4323         illegible-text check.
4324
4325 2009-01-03  Michael Olson  <mwolson@gnu.org>
4326
4327         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4328         `headers' is nil.  This can occur if the IMAP server does not have
4329         permissions to read messages from a folder, but can write new messages
4330         to the folder.
4331         (nnimap-request-article-part): Do not insert `data' if it is nil.
4332
4333         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4334         characters which will confuse `read', so skip past them.
4335
4336 2009-01-01  Dave Love  <fx@gnu.org>
4337
4338         * imap.el (imap-string-to-integer): Fix typo.
4339         (imap-fetch-safe): New function.
4340         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4341
4342         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4343
4344         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4345         (imap-parse-greeting): Fix doc strings.
4346         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4347         (imap-parse-flag-list): Make messages unique.
4348         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4349
4350         * nnimap.el: Fix author email.
4351         (nnimap-split-rule): Add FIXME comment.
4352         (nnimap-debug): Fix doc string.
4353
4354 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4357
4358 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4361         nslookup if resolv.conf isn't available.
4362         (dns-query): Rename from query-dns.
4363         (dns-query-cached): Rename from query-dns-cached.
4364
4365 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4368         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4369         to check if those variables exist (first appeared in Emacs 18.50).
4370
4371 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * mm-util.el (mm-line-number-at-pos): New function.
4374
4375         * spam-report.el (spam-report-process-queue): Use it.
4376
4377 2008-12-24  David Engster  <dengste@eml.cc>
4378
4379         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4380         parameters that haven't existed as variables as buffer-local variables.
4381
4382 2008-12-23  Dave Love  <fx@gnu.org>
4383
4384         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4385         cadar.
4386
4387         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4388         imap-starttls-p.
4389         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4390
4391 2008-12-22  Dave Love  <fx@gnu.org>
4392
4393         * imap.el: Fix author email.  Doc fixes.
4394         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4395         reply.
4396
4397 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * spam-report.el (spam-report-gmane-max-requests): New constant.
4400         (spam-report-gmane-wait): New variable.
4401         (spam-report-gmane-ham, spam-report-gmane-spam)
4402         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4403         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4404         the server.
4405
4406         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4407         Add explanations.
4408
4409         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4410         nnheader-accept-process-output and nnheader-read-timeout if available.
4411         (pop3-movemail): Use it.
4412
4413         * message.el (message-check-news-body-syntax): Fix signature check if
4414         there's an attachment.
4415
4416 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * mm-util.el: Add comments to the mm- emulating functions.
4419
4420 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4423         by Stephen Berman <stephen.berman@gmx.net>.
4424
4425 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mm-util.el (mm-substring-no-properties): New function.
4428         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4429         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4430         (mm-string-to-multibyte): Doc fix.
4431
4432         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4433
4434 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * mml.el (mml-attach-file): Strip text properties from file name.
4437         (Bug#1574)
4438
4439 2008-12-16  Glenn Morris  <rgm@gnu.org>
4440
4441         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4442
4443 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4446         knows since the charset specified might be a bogus alias that
4447         mm-charset-synonym-alist provides.
4448
4449 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4452         "ISO_8859-1".
4453
4454         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4455
4456 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * mm-util.el (mm-charset-eval-alist):
4459         Define it before mm-charset-to-coding-system.
4460         (mm-charset-to-coding-system): Add optional argument `silent';
4461         define it before mm-charset-override-alist.
4462         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4463         default value if it can be used in Emacs currently running;
4464         silence mm-charset-to-coding-system.
4465
4466 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4469         `allow-override' which says whether to use `mm-charset-override-alist'.
4470         (rfc2047-decode-encoded-words): Use it.
4471
4472         * mm-util.el (mm-charset-override-alist): Fix custom type;
4473         add `(gb2312 . gbk)' to choices.
4474
4475 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4478         fast.
4479
4480         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4481
4482         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4483
4484 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4485
4486         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4487         on links.
4488
4489         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4490
4491 2008-12-03  Lute Kamstra  <lute@gnu.org>
4492
4493         * sha1.el: Remove leading * from docstrings of defcustoms,
4494         deffaces, defconsts and defuns.
4495
4496 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4499         users' addresses that don't have domain parts.
4500         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4501         rather than message-narrow-to-head since there will be the message
4502         header separator.
4503
4504 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4505
4506         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4507         since the result is inserted in a unibyte buffer anyway.
4508         (nnimap-demule-use-string-to-multibyte): Remove.
4509         (nnimap-demule): Alias it to mm-string-to-multibyte.
4510
4511 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4514         variable for debugging bug#464 and bug#1174.
4515         (nnimap-demule): Use it.
4516
4517 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4520         score calculation correctly.
4521
4522 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4523
4524         * message.el (message-send-mail): Just set the buffer to unibyte
4525         rather than use mm-with-unibyte-current-buffer which does a lot more.
4526         (message-send-mail-partially): Don't bother with
4527         mm-with-unibyte-current-buffer since it's already been made unibyte by
4528         message-send-mail.
4529
4530 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4533
4534 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4537
4538 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4541         require itself and to remove `with-no-warnings'.
4542
4543 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * starttls.el (starttls-any-program-available): Get the name of the
4546         available TLS layer program.
4547         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4548         well as the host name in the "opening" message.
4549
4550         * auth-source.el (auth-source-cache, auth-source-do-cache)
4551         (auth-source-user-or-password): Cache passwords and logins by default,
4552         allow override with `auth-source-do-cache'.
4553         (auth-source-forget-user-or-password): Allow users to remove cache
4554         entries if needed.
4555
4556 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4557
4558         * md4.el (md4-buffer): Fix typo in docstring.
4559         (md4, md4-64): Doc fixes.
4560         (md4-pack-int32): Reflow docstring.
4561
4562 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4563
4564         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4565         condition-case to only the forward-sexp call.
4566
4567 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4570         quotes contained.  Make it more robust regardless by an extra
4571         condition-case wrapper.
4572
4573 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4576
4577 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * nnml.el (nnml-request-expire-articles): Check if the function set to
4580         `nnmail-expiry-target' returns the symbol `delete'.
4581
4582         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4583
4584         * nnmail.el (nnmail-expiry-target): Fix custom type.
4585
4586 2008-10-02  Glenn Morris  <rgm@gnu.org>
4587
4588         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4589         Silence compiler warning.
4590
4591 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4592
4593         * tls.el (open-tls-stream): Show the actual command being
4594         executed, instead of the format string.
4595
4596 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * lpath.el: Fbind codepage-setup for Emacs 23.
4599
4600 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4601
4602         * mml.el (mml-menu): Don't assume mml2015 is bound.
4603
4604 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4607         exists.
4608
4609 2008-09-27  Glenn Morris  <rgm@gnu.org>
4610
4611         * gnus-util.el (mail-header-remove-comments): Autoload it.
4612
4613 2008-09-27  Andreas Schwab  <schwab@suse.de>
4614
4615         * gnus-util.el (gnus-split-references): Strip comments.
4616         (gnus-parent-id): Likewise.
4617
4618 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * message.el (message-confirm-send): Fix version.
4621
4622 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * message.el (message-idna-to-ascii-rhs-1): Use
4625         mail-extract-address-components rather than mail-header-parse-addresses
4626         that is an alias by default to ietf-drums-parse-addresses that does not
4627         support non-ASCII names in headers' contents.
4628
4629 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * message.el (message-confirm-send): Fixed variable documentation to
4632         avoid the "y/n" wording.
4633
4634 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4635
4636         * message.el (message-set-auto-save-file-name): Save to a different
4637         filename so multiple messages (especially drafts) can be recovered.
4638
4639 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * message.el (message-confirm-send): Add appropriate version.
4642
4643 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4646         defvar.
4647
4648 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4649
4650         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4651         (mm-pkcs7-enveloped-magic): Ditto.
4652
4653 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4654
4655         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4656         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4657
4658 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4661         default, it's better.
4662
4663 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4666         summary line gnus-number property and ignore them (with a warning
4667         message).
4668
4669 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4672         macro caddr in the interactive form since it won't be expanded.
4673
4674 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4677         `charset'; fix name of function called recursively.
4678         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4679
4680 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4683         (gnus-mime-set-charset-parameters): New function.
4684         (gnus-mime-view-part-as-charset): Use it to correctly display part
4685         specifying wrong charset.
4686
4687 2008-09-08  David Engster  <dengste@eml.cc>
4688
4689         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4690         in completing-read for back end server.
4691
4692 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * message.el (message-confirm-send): New variable to confirm sending a
4695         message.
4696         (message-send): Use it.
4697
4698 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4701
4702 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4705
4706 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4709         prevent tracking too many groups.
4710         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4711         Use it.
4712
4713 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4714
4715         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4716         moving point to the bottom of the window in order to avoid recentering.
4717
4718 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4721
4722         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4723         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4724         (gnus-article-beginning-of-window): Fix calculation.
4725
4726 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-msg.el (gnus-summary-supersede-article)
4729         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4730         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4731         message header.
4732
4733 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4734
4735         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4736         pending output coming after the status change.
4737
4738 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4739
4740         * message.el:
4741         * gnus-start.el:
4742         * gnus-registry.el: Remove VMS support.
4743
4744 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4747         macro.
4748         (rfc2104-hash): Use it.
4749
4750 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4753         (gnus-summary-sort-by-most-recent-date): New commands.
4754         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4755         and menu entries.
4756
4757 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4760         don't redisplay article for raw contents; remove plural articles stuff.
4761
4762         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4763         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4764         on gnus-summary-save-article; display results properly.
4765
4766 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * lpath.el: No need to fbind ns-focus-frame.
4769
4770 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4773
4774 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4777         gnus-save-all-headers.
4778
4779 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4780
4781         * gnus-util.el (ns-focus-frame): Remove declaration.
4782         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4783         like x.
4784
4785 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4786
4787         * rfc2104.el (rfc2104-zero): Delete defconst.
4788         (rfc2104-hex-alist): Likewise.
4789         (rfc2104-hex-to-int): Delete func.
4790         (rfc2104-hexstring-to-bitstring): Likewise.
4791         (rfc2104-nybbles): New defconst.
4792         (rfc2104-hash): Rewrite for speed.
4793
4794 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * tls.el (open-tls-stream): Make it work with the 2nd argument
4797         BUFFER that is a string but does not exist as a buffer object, as
4798         mentioned in the doc-string.
4799
4800 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4803         SXEmacs.
4804
4805 2008-07-16  Glenn Morris  <rgm@gnu.org>
4806
4807         * gnus-util.el (ns-focus-frame): Declare for compiler.
4808
4809 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4812         set as a group parameter.
4813         (gnus-summary-save-in-pipe): Work when it is called independently.
4814         (gnus-summary-pipe-to-muttprint): Don't modify
4815         gnus-summary-pipe-output-default-command.
4816
4817 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4818
4819         * message.el (message-send-mail-with-sendmail):
4820         Display the error message.
4821
4822 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-default-article-saver):
4825         Add gnus-summary-save-in-pipe to choices.
4826         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4827         gnus-summary-pipe-output-default-command as the default command.
4828         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4829         instead of gnus-last-shell-command.
4830
4831         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4832         New user option.
4833         (gnus-summary-muttprint-program): Mention the value will be changed.
4834         (gnus-summary-save-article): Force showing of all headers.
4835         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4836
4837 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4838
4839         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4840
4841 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4842
4843         * nnimap.el (nnimap-id):
4844         * sieve-manage.el (sieve-manage-open): Doc fixes.
4845
4846 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4847
4848         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4849         if available.
4850
4851 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4854
4855         * nnkiboze.el (nnkiboze-generate-group):
4856         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4857
4858         * nnmairix.el: Require CL.
4859
4860 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * dgnushack.el: Autoload get-display-table and put-display-table for
4863         XEmacs 21.5.
4864
4865         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4866         21.4 and SXEmacs.
4867
4868 2008-06-15  David Engster  <dengste@eml.cc>
4869
4870         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4871
4872 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4873
4874         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4875         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4876         runtime choice under XEmacs.
4877
4878         * gnus-sum.el (gnus-summary-set-display-table):
4879         Use `gnus-put-display-table', `gnus-get-display-table',
4880         `gnus-set-display-table' for the display table, instead of `aset'.
4881
4882         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4883         Use `gnus-put-display-table', `gnus-get-display-table',
4884         `gnus-set-display-table' for the display table.
4885
4886 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * nnmairix.el: Add autoloads.
4889
4890 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * nnmairix.el (nnmairix-delete-recreate-group)
4893         (nnmairix-update-and-clear-marks): Fix error messages.
4894
4895 2008-06-14  David Engster  <dengste@eml.cc>
4896
4897         * nnmairix.el: Upgrade to version 0.6.
4898         (nnmairix-group-toggle-propmarks-this-group)
4899         (nnmairix-group-toggle-readmarks-this-group)
4900         (nnmairix-group-delete-recreate-this-group)
4901         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4902         (nnmairix-remove-tick-mark-original-article): New commands.
4903         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4904         (nnmairix-propagate-marks-to-nnmairix-groups)
4905         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4906         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4907         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4908         functions needed for marks propagation and manipulation of read marks.
4909         (nnmairix-update-groups): New function.
4910         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4911         (nnmairix-determine-original-group-from-registry)
4912         (nnmairix-determine-original-group-from-path)
4913         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4914         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4915         New helper functions.
4916         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4917         keystrokes for new commands.
4918         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4919         (nnmairix-request-group): Check allow-fast group parameter.
4920         (nnmairix-request-create-group): Set allow-fast group parameter if
4921         nnmairix-allowfast-default is set.
4922         (nnmairix-close-group): Propagate marks upon closing if needed.
4923         (nnmairix-group-toggle-threads-this-group): Use new.
4924         nnmairix-group-toggle-parameter helper function.
4925         (nnmairix-search): Better check for empty search result.
4926         (nnmairix-goto-original-article): Use new helper functions for
4927         determining original article.
4928         (nnmairix-show-original-article): Make sure message-id is in brackets.
4929         (nnmairix-call-mairix-binary): Change variable name.
4930         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4931         helper function.
4932         (nnmairix-widget-toggle-activate): Fix doc string.
4933
4934 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * nnir.el: Require edmacro when compiling with XEmacs.
4937         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4938         available in Emacs 21.
4939
4940 2008-06-11  Glenn Morris  <rgm@gnu.org>
4941
4942         * gnus-util.el (x-focus-frame):
4943         * gnus.el (image-size):
4944         * mm-decode.el (image-size): Declare.
4945
4946         * gnus-picon.el (declare-function): Add compat definition.
4947         (image-size): Declare.
4948
4949         * gnus-group.el (tool-bar-map):
4950         * gnus-sum.el (tool-bar-map): Define for compiler.
4951
4952         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4953
4954         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4955
4956         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4957         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4958         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4959         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4960         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4961         * sieve-manage.el, spam-report.el, spam.el:
4962         Remove unnecessary eval-and-compile of autoloads.
4963
4964 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4965
4966         * auth-source.el: Precise Tramp doc.
4967
4968 2008-06-07  Glenn Morris  <rgm@gnu.org>
4969
4970         * nnmairix.el: Remove unnecessary eval-when-compile.
4971
4972 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Fbind propertize for XEmacs 21.4.
4975
4976 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * nnir.el: Move here from ../contrib.
4979
4980 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4981
4982         * gnus-util.el (gnus-read-shell-command): New function.
4983         * mm-decode.el (mm-pipe-part):
4984         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4985
4986 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4989
4990 2008-06-03  Glenn Morris  <rgm@gnu.org>
4991
4992         * pop3.el (nnheader-accept-process-output): Autoload it.
4993
4994 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4997         are not 2-digit hexadecimal characters that follow `%'s.
4998
4999 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * message.el (message-bogus-recipient-p): Fix type in doc string.
5002         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5003         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5004         Improve custom options.
5005         (message-bogus-recipient-p): Adjust accordingly.
5006
5007 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5008
5009         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5010         long-form month and day names.
5011
5012 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * dgnushack.el: Autoload debug, eudc-expand-inline and
5015         pgg-snarf-keys-region for XEmacs.
5016
5017         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5018
5019         * nnmairix.el: Require edmacro when compiling with XEmacs.
5020
5021 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5024         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5025
5026 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5027
5028         * auth-source.el: Add more docs.
5029
5030         * netrc.el (netrc-machine): Always match if the port is not given.
5031
5032 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5035         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5036         retrieval faster in some cases, but might make CPU usage larger.  If
5037         this has any bad side effects, we might revert this change.
5038
5039         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5040         seems to make mail retrieval much, much faster.
5041         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5042         unconditionally.
5043
5044         * gnus-draft.el (gnus-group-send-queue): Bind
5045         message-send-mail-partially-limit to nil to avoid being prompted.
5046
5047 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5050
5051         * message.el (message-bogus-address-regexp): Fix and improve custom
5052         type.
5053         (message-setup-hook): Add message-check-recipients as custom option.
5054
5055 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * message.el (message-cite-function): Remove bogus autoload which crept
5058         in during merge from v5-10.
5059
5060 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5063
5064         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5065
5066         * auth-source.el: Preliminary Tramp docs.
5067         (auth-sources): Change the default auth-sources to use
5068         EPA .gpg files.
5069
5070 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * nntp.el: Autoload `auth-source-user-or-password'.
5073         (nntp-send-authinfo): Use it.
5074
5075         * nnimap.el: Autoload `auth-source-user-or-password'.
5076         (nnimap-open-connection): Use it.
5077
5078         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5079         for the gnus-message function.
5080         (auth-source-user-or-password): Use it.
5081
5082 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5085         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5086         (rfc2104-hash): Use it.
5087
5088 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5089
5090         * gnus-art.el (gnus-article-toggle-truncate-lines):
5091         Don't use `iff' in docstring.
5092
5093 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5096
5097         * gnus-util.el (gnus-extract-address-component-name)
5098         (gnus-extract-address-component-email): Convenience functions around
5099         `gnus-extract-address-components'.
5100
5101         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5102         Use `gnus-extract-address-component-email' to fix bug of comparing full
5103         sender name to `user-mail-address'.
5104
5105 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5108         catch/throw to optimize.
5109         (gnus-registry-find-keywords): Just use member to find a keyword.
5110
5111 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5112
5113         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5114         is current before calling gnus-server-prepare.
5115         (gnus-server-setup-buffer, gnus-server-update-server)
5116         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5117
5118 2008-05-04  Juri Linkov  <juri@jurta.org>
5119
5120         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5121         (mailcap-file-default-commands): Use mailcap-replace-in-string
5122         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5123         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5124
5125 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5126
5127         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5128
5129 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5130
5131         * gnus.el: Bump version to 0.11.
5132
5133 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5134
5135         * gnus.el: No Gnus v0.10 is released.
5136
5137 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5140         hooks.
5141         (gnus-update-read-articles): Speed up non-marks-using users.
5142         (gnus-use-marks): Define gnus-use-marks.
5143         (gnus-propagate-marks): Rename variable to something more sensible.
5144
5145 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5146
5147         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5148         (gmm-image-load-path-for-library): Fix typos in docstrings.
5149         (gmm-message): Reflow docstring.
5150
5151 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * mail-source.el (mail-source-set-1, mail-source-bind):
5154         Move auth-source code out of the macro to clean it up and fix bugs.
5155
5156 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5159         by sender if it's equal to user-mail-address, it's likely to be
5160         useless.
5161
5162         * mail-source.el (mail-source-bind): Don't use user or password if they
5163         are not bound.  Unintern them if they are nil.  Don't use server unless
5164         it's bound, and default it to empty string otherwise.
5165
5166 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * mail-source.el: Load auth-source.el.
5169         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5170         get user name or password, if auth-sources is set up.
5171
5172         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5173         strategy of splitting with parent.
5174         (gnus-registry-split-fancy-with-parent)
5175         (gnus-registry-post-process-groups): Use it and fix prior
5176         bug (returning a list as the split result).
5177
5178         * auth-source.el (auth-sources): Remove server parameter.
5179         (auth-source-pick, auth-source-user-or-password)
5180         (auth-source-user-or-password-imap)
5181         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5182         (auth-source-user-or-password-sftp)
5183         (auth-source-user-or-password-smtp): Remove server parameter.
5184
5185 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5186
5187         * smime.el (smime-sign-region, smime-encrypt-region)
5188         (smime-decrypt-region):
5189         Remove redundant calls to `generate-new-buffer-name'.
5190
5191 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5192
5193         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5194         Don't use QP for message/rfc822.
5195         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5196
5197 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * sieve-manage.el (sieve-string-bytes): Remove.
5200         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5201         correct byte-length only if the process's coding-system is the same as
5202         the one used internally by Emacs to represent strings.
5203
5204 2008-04-22  Juri Linkov  <juri@jurta.org>
5205
5206         * mailcap.el (mailcap-file-default-commands): New function.
5207
5208 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * message.el (message-signature-separator, message-cite-function):
5211         Change custom version.
5212
5213 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5214
5215         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5216         commands.
5217         (tls-checktrust): Ditto.
5218
5219 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * mm-decode.el (mm-display-external): Make temp file read-only.
5222
5223 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5226         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5227         `C-c C-f d'.
5228
5229 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5230
5231         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5232
5233 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         * gnus.el: Bump version to 0.9.
5236
5237 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * gnus.el: No Gnus v0.8 is released.
5240
5241 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5242
5243         * mail-source.el (mail-source-value):
5244         Prefer fboundp to functionp so it works with macros as well.
5245
5246 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5247
5248         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5249         Fix last change in case the element is not even a symbol.
5250
5251 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5252
5253         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5254         Prefer fboundp to functionp so it works with macros as well.
5255
5256 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * auth-source.el: Added docs.
5259         (auth-sources): Modify format to support server.
5260         (auth-source-pick, auth-source-user-or-password)
5261         (auth-source-user-or-password-imap)
5262         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5263         (auth-source-user-or-password-sftp)
5264         (auth-source-user-or-password-smtp): Add server parameter.
5265
5266 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-registry.el: Initialize the registry when gnus-registry-install
5269         is t.
5270
5271 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * compface.el (uncompface): Make buffer unibyte.
5274
5275 2008-04-05  Glenn Morris  <rgm@gnu.org>
5276
5277         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5278
5279 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5280
5281         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5282         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5283
5284         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5285         multibyteness after rather than before erasing it.
5286
5287         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5288         mm-with-multibyte.
5289         (gnus-request-article-this-buffer): Make sure the proper decoding is
5290         used if gnus-original-article-buffer happens to be unibyte.
5291
5292         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5293         default-enable-multibyte-characters.
5294
5295         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5296         default-enable-multibyte-characters.
5297
5298         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5299
5300         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5301
5302 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5303
5304         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5305         (imap-message-copyuid-1): Use it.
5306         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5307         J. Williams in
5308         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5309
5310         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5311         imap-enable-exchange-bug-workaround.
5312         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5313
5314 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5315
5316         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5317         a 100 byte status-checks into a 2-3MB transfer for each group.
5318         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5319         to enable bug workaround or not.
5320         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5321
5322 2008-03-31  Glenn Morris  <rgm@gnu.org>
5323
5324         * message.el (mml2015-use): Declare for compiler.
5325         (message-info): Require mml2015 when appropriate.
5326
5327 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5330         whitespace.
5331
5332 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5335         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5336         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5337         (nntp-service-to-port): New function.
5338         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5339         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5340         (nntp-open-netcat-stream): New function.
5341         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5342
5343 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5344
5345         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5346
5347 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5348
5349         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5350
5351 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5352
5353         * dns.el (dns-write): Use set-buffer-multibyte.
5354
5355 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5356
5357         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5358
5359 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * message.el (message-signature-separator): Change default.
5362         Improve custom type.
5363         (message-cite-function): Change default to
5364         message-cite-original-without-signature.
5365
5366         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5367         toggle.
5368
5369         * message.el (message-check-news-body-syntax): Fix signature check.
5370         (message-setup-1): Mark buffer as unmodified _after_ running
5371         message-setup-hook and handling message-alternative-emails.
5372         (message-shorten-references): Be more strict when building list of
5373         valid references to comply with GNKSA.
5374
5375         * gnus-group.el (gnus-read-ephemeral-bug-group)
5376         (gnus-read-ephemeral-debian-bug-group)
5377         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5378
5379         * message.el (message-info): Don't use booleanp which isn't supported
5380         in Emacs 21 and XEmacs.
5381
5382 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5385         gnus-group-gmane-group-download-format.
5386         (gnus-group-read-ephemeral-gmane-group): Rename from
5387         gnus-group-read-ephemeral-gmane-group.
5388         (gnus-read-ephemeral-gmane-group-url): Rename from
5389         gnus-group-read-ephemeral-gmane-group-url.
5390         (gnus-bug-group-download-format-alist): New variable.
5391         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5392         (gnus-read-ephemeral-emacs-bug-group): New commands.
5393
5394 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5397         (gnus-visible-headers): Improve custom type.
5398
5399 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * mml.el (mml-menu): Add workarounds for XEmacs.
5402
5403         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5404         X-Boundary header.
5405
5406         * message.el (message-simplify-recipients): Fix previous commit.
5407
5408 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5409
5410         * mm-util.el (mm-set-buffer-multibyte): New function.
5411         * mm-decode.el (mm-copy-to-buffer): Use it.
5412
5413 2008-03-19  Glenn Morris  <rgm@gnu.org>
5414
5415         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5416         Accidentally removed in the sync process with Emacs.
5417
5418 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * message.el (message-alter-recipients-discard-bogus-full-name):
5421         New function.
5422         (message-alter-recipients-function): New variable.
5423         (message-get-reply-headers): Use it.
5424         (message-replace-header): New helper function.
5425         (message-recipients-without-full-name): New variable.
5426         (message-simplify-recipients): New command.
5427
5428         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5429
5430         * message.el (message-info): Handle EasyPG manual.
5431
5432         * mml.el (mml-menu): Add entry for EasyPG.
5433
5434 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5435
5436         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5437         parameter.
5438
5439         * message.el (message-disassociate-draft): Specify drafts group name
5440         fully.
5441
5442 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5445         unnecessary duplicates from the match list.
5446
5447 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5450
5451         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5452
5453         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5454         args of `how-many' of which the XEmacs version doesn't take; declare
5455         Info-index-next as function.
5456
5457 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * gnus-score.el (gnus-score-headers): Fix handling of
5460         gnus-inhibit-slow-scoring.
5461
5462         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5463         string.
5464         (gnus-button-url-regexp): Improve handling of parenthesis.
5465         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5466         (gnus-button-handle-info-keystrokes): Handle index entries.
5467
5468 2008-03-15  Glenn Morris  <rgm@gnu.org>
5469
5470         * parse-time.el (parse-time-string): Simplify.
5471
5472 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5475         Incoming* files.
5476
5477 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5478
5479         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5480         (auth-source-pick): Use it.
5481
5482 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5483
5484         * binhex.el (binhex-decode-region-internal):
5485         * uudecode.el (uudecode-decode-region-internal):
5486         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5487         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5488         setting default-enable-multibyte-characters.
5489
5490 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * auth-source.el (auth-source-protocols)
5493         (auth-source-protocols-customize, auth-source-choices): Added and
5494         modified variable customizations and defaults.
5495         (auth-source-pick, auth-source-user-or-password)
5496         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5497         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5498         (auth-source-user-or-password-sftp)
5499         (auth-source-user-or-password-smtp): Use new variables and provide an
5500         interface to netrc.el.
5501
5502 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5505         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5506         Make sure the nntp port to specify is a string.
5507
5508 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5509
5510         * nntp.el: Use with-current-buffer.
5511         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5512         dubious mm-with-unibyte-current-buffer.
5513         (nntp-with-open-group-function): New function extracted from
5514         nntp-with-open-group macro.
5515         (nntp-with-open-group): Use the function, so it's easier to debug.
5516         Add indentation and debugging info.
5517         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5518         the use of the netcat alternatives.
5519
5520         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5521         Avoid mm-string-as-multibyte as well.
5522
5523         * nnweb.el (nnweb-insert-html):
5524         Remove use of nnheader-string-as-multibyte.
5525
5526         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5527         (nnheader-string-as-multibyte): Remove.
5528
5529         * mm-view.el: Use inhibit-read-only.
5530         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5531         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5532         or unibyte-string.
5533
5534         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5535         (mm-uu-yenc-extract): Use with-current-buffer.
5536
5537         * gnus-soup.el (gnus-soup-send-packet): Don't use
5538         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5539
5540         * nnmh.el: Use with-current-buffer.
5541         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5542         mm-string-as-multibyte on the output of mm-encode-coding-string.
5543
5544         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5545         (nnimap-request-move-article): Use with-current-buffer.
5546
5547         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5548         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5549         conversion uses string-make-unibyte rather than string-as-unibyte.
5550
5551         * gnus-msg.el: Use with-current-buffer.
5552
5553         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5554
5555 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5556
5557         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5558         string for caching if it is 'PIN.
5559
5560 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * lpath.el: Consider the case without Emacs/W3.
5563
5564 2008-03-08  Glenn Morris  <rgm@gnu.org>
5565
5566         * time-date.el (date-to-time, time-subtract, time-add)
5567         (safe-date-to-time): Doc fixes.
5568
5569 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * mail-source.el (mail-source-delete-old-incoming-confirm):
5572         Change default to nil.
5573         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5574
5575 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * lpath.el: Rearrange.
5578
5579         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5580         (gnus-article-goto-prev-page): Work for articles having ^L's.
5581
5582         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5583
5584         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5585
5586 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5587
5588         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5589         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5590         (gnus-bookmark-jump): Adjust some variable names.
5591
5592 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * auth-source.el: New package.
5595         (auth-source-choices): Add customization entry point variable.
5596
5597         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5598         bug.
5599
5600 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5603         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5604         (gnus-registry-install-shortcuts): Rename from
5605         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5606         the `gnus-registry-mark-map' keymap dynamically from
5607         `gnus-registry-marks'.  The generated functions update the summary line
5608         when a registry mark is added or deleted, and will call
5609         `gnus-registry-install-p' (see the comments in the code).
5610         (gnus-registry-user-format-function-M): Use concat intelligently.
5611
5612         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5613         the registry mark functions.
5614
5615 2008-03-05  Glenn Morris  <rgm@gnu.org>
5616
5617         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5618         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5619         gnus-art.
5620         (top-level): No need to load own source when compiling.
5621
5622 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5625         Suggested by <chris.anderton@zetnet.co.uk>.
5626
5627 2008-03-04  Glenn Morris  <rgm@gnu.org>
5628
5629         * gnus-sum.el (top-level): No need to require gnus when compiling,
5630         since unconditionally required near start of file.
5631         (gnus-summary-display-while-building): Move definition before use.
5632
5633 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5636         formatting function.
5637
5638 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5641         with plists.
5642         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5643         Use new format.
5644
5645 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5648         `where-is-internal' that returns a range of key sequences.
5649
5650 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5651
5652         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5653
5654         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5655         (gnus-summary-jump-to-group): Consider windows on other displayed
5656         frames as well.  Similar changes might be needed elsewhere, but that's
5657         the one I've bumped into during my use.
5658
5659         * nndoc.el (nndoc-oe-dbx-type-p):
5660         * gnus-msg.el (gnus-debug):
5661         * gnus-group.el (gnus-update-group-mark-positions):
5662         Use mm-string-to-multibyte.
5663
5664 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5665
5666         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5667         doesn't handle NotDashEscaped.
5668
5669         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5670         (mml-dnd-attach-options): Fix typo in custom choice.
5671
5672         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5673         nndoc-article-type to mbox.
5674         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5675
5676         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5677         to nil, instead of html2text.
5678
5679         * imap.el (imap-debug): Add `imap-ping-server'.
5680
5681         * gnus-bookmark.el: Add FIXMEs.
5682
5683         * message.el (message-form-letter-separator)
5684         (message-send-form-letter-delay): New variables.
5685         (message-send-form-letter): Use them.  New command to send form
5686         letters.  Requested by Uwe Siart.
5687         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5688
5689 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * Update copyright years.
5692
5693 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5694
5695         Sync from EMACS_22_BASE.
5696
5697         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5698
5699 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5700
5701         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5702         empty author.
5703
5704 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * gnus-registry.el (gnus-registry-marks): Add variable for
5707         customization of marks and their appearance.
5708         (gnus-registry-read-mark): Use it.
5709         (gnus-registry-do-marks): Add utility function to loop through
5710         `gnus-registry-marks'.
5711         (gnus-registry-install-shortcuts-and-menus): Add function to install
5712         shortcuts and menus.
5713         (gnus-registry-initialize): Use it.
5714         (gnus-registry-default-mark): Clarify documentation.
5715
5716 2008-02-29  Glenn Morris  <rgm@gnu.org>
5717
5718         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5719         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5720         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5721         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5722         Change defcustom :version from 23.0 to 23.1.
5723
5724 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * gnus-registry.el (gnus-registry-follow-group-p)
5727         (gnus-registry-post-process-groups): Add functions to aid registry
5728         splitting and improve logging.  Clarify behavior in function
5729         documentation.
5730         (gnus-registry-split-fancy-with-parent): Use them.
5731
5732 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5733
5734         * gnus-art.el: Use with-current-buffer.
5735
5736 2008-02-27  David Engster  <dengste@eml.cc>
5737
5738         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5739         Express real group name in the response.
5740
5741 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5744         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5745         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5746         autoload gnus-registry-fetch-group when compiling.
5747         (nnmairix-request-group-with-article-number-correction): Remove
5748         unreferenced argument passed to nnmairix-call-backend.
5749
5750 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5753         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5754         Wilde.
5755
5756 2008-02-27  Glenn Morris  <rgm@gnu.org>
5757
5758         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5759         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5760         variables to defconsts.  Convert comments to doc-strings.
5761         (nnmairix-last-server, nnmairix-current-server): Convert from free
5762         variables to defvars.  Convert comments to doc-strings.
5763         (gnus-registry-fetch-group): Autoload.
5764         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5765         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5766         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5767         caddr.
5768         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5769         nnmairix-request-group-with-article-number-correction call.
5770         (nnmairix-fast, nnmairix-group): New, less general names, for free
5771         variables passed from nnmairix-request-group to
5772         nnmairix-request-group-with-article-number-correction.  Declare.
5773         (nnmairix-request-group-with-article-number-correction):
5774         Use nnmairix-fast, nnmairix-group rather than fast, group.
5775
5776 2008-02-26  David Engster  <dengste@eml.cc>
5777
5778         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5779         version 0.5.
5780
5781 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5784         instead of making an extra function call.  Don't add the current group
5785         to articles only when they have the group.  Use
5786         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5787         Reported by David <de_bb@arcor.de>.
5788
5789 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5792         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5793
5794 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * mail-source.el (mail-source-delete-incoming): Change default.
5797         Supplement doc string.
5798
5799         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5800
5801 2008-02-14  Glenn Morris  <rgm@gnu.org>
5802
5803         * time-date.el (format-seconds): New function.
5804
5805 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * nnmail.el (nnmail-message-id-cache-file): Derive from
5808         `gnus-home-directory'.
5809
5810 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5813         Document negative prefix.
5814
5815         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5816
5817 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * message.el (message-unsent-separator): Add the Exim bounce
5820         separator.
5821
5822 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5823
5824         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5825         list.
5826         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5827         recipient/signer list.
5828
5829 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * Makefile.in (datarootdir): Define.
5832         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5833         name that might contain whitespace.
5834
5835 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5838         fbound (Emacs 23 unicode), signal an error.
5839
5840 2008-02-08  Glenn Morris  <rgm@gnu.org>
5841
5842         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5843
5844 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5845
5846         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5847         ports to the calls to `netrc-machine-user-or-password' in addition to
5848         "imap" and "imaps".
5849
5850 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5851
5852         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5853
5854         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5855
5856 2008-02-01  Kenichi Handa  <handa@m17n.org>
5857
5858         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5859         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5860         (rfc2104-hash): Convert the result of concat to unibyte string.
5861
5862 2008-02-01  Dave Love  <fx@gnu.org>
5863
5864         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5865         coding-system-for-read.
5866         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5867
5868 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5871         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5872         <hanche@math.ntnu.no>.
5873
5874 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5877
5878         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5879
5880 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5881
5882         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5883         * message.el (message-beginning-of-line): Use featurep instead of bound
5884         tests in order to resolve conditionals at compile time.
5885
5886 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5887
5888         * mail-source.el (mail-sources): Add `group' choice.
5889
5890         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5891         parameter `in-group' to control into which group the articles go.
5892         Add treatment of `group' mail-source.
5893
5894 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5897
5898         * mm-decode.el (mm-dissect-buffer): Decode description.
5899
5900         * mml.el (mml-to-mime): Encode message header first.
5901
5902 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5905         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5906
5907         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5908         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5909
5910 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5913
5914 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5917         prefix keys.
5918         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5919         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5920         gnus-xmas.el.
5921
5922         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5923         (gnus-xmas-article-describe-bindings): New function.
5924         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5925         gnus-xmas-article-describe-bindings.
5926
5927         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5928
5929 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5930
5931         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5932         Add new variables for article mark management.
5933         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5934         list of extra data entries which, when present, will indicate that the
5935         article ID should not be trimmed from the registry.
5936         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5937         functions.
5938         (gnus-registry-read-mark): New function to read a mark name from the
5939         user.
5940         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5941         (gnus-registry-set-article-mark-internal): New functions to add and
5942         remove marks.
5943         (gnus-registry-get-article-marks): New function to show the marks for
5944         an article, or retrieve them for further use.
5945
5946 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5949         keys when no argument is given.
5950
5951 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * imap.el (imap-ping-server): New variable.
5954         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5955         (imap-ping-server): Minor doc string fixes.
5956
5957 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5958
5959         * imap.el (imap-ping-server): New function.
5960         (imap-opened): Call imap-ping-server.
5961
5962 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus-sum.el (gnus-article-sort-by-random)
5965         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5966         jidanni@jidanni.org.
5967
5968 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-article-describe-bindings): New function.
5971         (gnus-article-read-summary-keys): Use it.
5972         (gnus-article-mode-map): Bind `C-h b' to it.
5973
5974 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5977         XEmacs.
5978         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5979         against non-character events.
5980
5981         * lpath.el: Fbind map-keymap for Emacs 21.
5982
5983 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5986         command.
5987         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5988         instead of END.  Change name of the temp file.
5989         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5990         customizable.
5991
5992 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5995         bind `S W' to gnus-article-wide-reply-with-original; set default
5996         binding to gnus-article-read-summary-send-keys.
5997         (gnus-article-read-summary-keys): Fix the order of keys; display
5998         continuation keys correctly in the echo area; describe bindings
5999         correctly when keys end with `C-h'.
6000         (gnus-article-read-summary-send-keys): New function.
6001         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6002         for gnus-article-read-summary-send-keys; display continuation keys
6003         correctly in the echo area.
6004         (gnus-article-reply-with-original): Ignore prefix argument.
6005         (gnus-article-wide-reply-with-original): New function.
6006
6007         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6008         Emacs 21.
6009
6010 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6013         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6014
6015 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6018         (gnus-group-read-ephemeral-gmane-group): New command.
6019
6020 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6021
6022         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6023
6024 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * message.el (message-send-mail-function): Increase custom version.
6027
6028         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6029         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6030
6031 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6034         for the cases where imap-authenticate is called with a nil buffer
6035         parameter.
6036
6037 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6040         html parts correctly; support forwarded messages.
6041         (gnus-article-browse-html-article): Remove work buffers.
6042
6043         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6044         compiling.
6045         (netrc-bound-and-true-p): New macro.
6046         (netrc-parse): Use it instead of bound-and-true-p that is not available
6047         in XEmacs 21.4.
6048
6049 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-registry.el (gnus-registry-mark-article)
6052         (gnus-registry-article-marks): Add functionality to mark articles
6053         through the Gnus registry.
6054
6055         * encrypt.el: Clarify documentation for the new pgg method.
6056         (encrypt-file-alist): Add PGG option.
6057         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6058         functionality.  Abstract password key and messaging to external
6059         functions.
6060         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6061         (encrypt-message-method-and-cipher): Add new convenience external
6062         functions.
6063         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6064         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6065
6066         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6067         (netrc-parse): Use encrypt-file-alist to determine if
6068         encrypt-find-model or encrypt-insert-file-contents should be used.
6069
6070         * encrypt.el: Clarify documentation.  Load password-cache or
6071         password, whichever one is found first, instead of autoloading.
6072
6073 2007-12-19  Glenn Morris  <rgm@gnu.org>
6074
6075         * mml.el (message-options-set, message-narrow-to-head)
6076         (message-in-body-p, message-mail-p, message-encode-message-body):
6077         Autoload.
6078         (message-remove-header, message-narrow-to-headers-or-head)
6079         (message-subscribed-p, message-make-mail-followup-to)
6080         (message-position-on-field, message-news-p)
6081         (message-options-set-recipient, message-generate-headers)
6082         (message-sort-headers): Declare as functions.
6083
6084 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6087         convention in doc string.
6088
6089 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6092         title to html parts.
6093         (gnus-article-browse-html-article): Pass message header to it.
6094
6095         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6096
6097 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6100         or password compatible with XEmacs.
6101
6102 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6105         format document.
6106         (gnus-mime-delete-part): Don't write description line if empty.
6107         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6108
6109 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6110
6111         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6112         (gnus-summary-mark-read-and-unread-as-read)
6113         (gnus-summary-mark-current-read-and-unread-as-read)
6114         (gnus-summary-mark-unread-as-ticked): Doc fix.
6115         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6116
6117 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6118
6119         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6120         Christoph Conrad <christoph.conrad@gmx.de>.
6121
6122 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6125         yes-or-no-p.
6126
6127 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * mm-decode.el (mm-add-meta-html-tag): New function.
6130         (mm-save-part-to-file, mm-pipe-part): Use it.
6131
6132         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6133         gnus-y-or-n-p instead of y-or-n-p.
6134         (gnus-article-browse-html-parts): Work with message/external-body; use
6135         mm-add-meta-html-tag.
6136
6137 2007-12-11  Glenn Morris  <rgm@gnu.org>
6138
6139         * gnus-cache.el: Require gnus-sum not just when compiling.
6140
6141         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6142
6143         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6144         definitions before use.
6145
6146         * mm-decode.el: Require gnus-util.
6147         (mm-remove-part): Only call delete-annotation on XEmacs.
6148
6149         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6150
6151         * nnmail.el: Require gnus-int.
6152
6153         * spam.el: Move `require's before `eval-when-compile's.
6154
6155         * gnus-ems.el (gnus-alive-p):
6156         * gnus-fun.el (message-goto-eoh):
6157         * gnus-util.el (gnus-group-name-decode):
6158         * mail-source.el (gnus-compress-sequence):
6159         * message.el (Info-goto-node, format-spec):
6160         * mm-bodies.el (message-options-get):
6161         * mm-decode.el (mm-view-pkcs7):
6162         * mm-util.el (gmm-write-region):
6163         * mml-smime.el (mml-compute-boundary)
6164         (gnus-completing-read-with-default):
6165         * mml.el (widget-button-press, gnus-make-hashtable):
6166         * mml1991.el (mm-decode-content-transfer-encoding)
6167         (mm-encode-content-transfer-encoding)
6168         (message-options-get, message-options-set):
6169         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6170         * nnfolder.el (gnus-request-group):
6171         * nnheader.el (ietf-drums-unfold-fws):
6172         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6173         * smime.el (gnus-run-mode-hooks):
6174         * spam-stat.el (gnus-message): Autoload.
6175
6176         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6177         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6178         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6179         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6180         Add declare-function compatibility definition.
6181
6182         * gnus-cache.el (nnvirtual-find-group-art):
6183         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6184         (gnus-add-image, gnus-add-wash-type):
6185         * gnus-group.el (nnkiboze-score-file):
6186         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6187         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6188         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6189         (message-tokenize-header, gnus-get-buffer-create)
6190         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6191         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6192         * gnus.el (gnus-group-decoded-name):
6193         * mail-source.el (imap-capability):
6194         * mm-bodies.el (message-options-set):
6195         * mm-decode.el (gnus-configure-windows):
6196         * mm-extern.el (message-goto-body):
6197         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6198         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6199         (epg-sub-key-validity, message-options-set):
6200         * mml.el (widget-event-point, gnus-configure-windows):
6201         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6202         * mml2015.el (epg-check-configuration, epg-configuration)
6203         (message-options-set):
6204         * nndb.el (nndb-request-article):
6205         * nnfolder.el (gnus-request-create-group):
6206         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6207         * nnmaildir.el (gnus-group-mark-article-read):
6208         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6209         * rfc1843.el (message-fetch-field):
6210         * spam.el (gnus-extract-address-components):
6211         Declare as functions.
6212
6213 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6216
6217         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6218
6219         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6220         bind show-trailing-whitespace for XEmacs.
6221
6222 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6225         new no-op macro for backward compatibility.
6226
6227         * imap.el (imap-string-to-integer): New function.
6228
6229 2007-12-09  Glenn Morris  <rgm@gnu.org>
6230
6231         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6232
6233         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6234         * message.el, mm-view.el, sieve-manage.el, smime.el:
6235         Add declare-function compatibility definition.
6236
6237         * gnus-art.el (w3-region, w3m-region, Info-menu):
6238         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6239         * gnus-sum.el (gnus-get-predicate):
6240         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6241         * message.el (mail-abbrev-in-expansion-header-p):
6242         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6243         (w3m-detect-meta-charset, w3m-region):
6244         * sieve-manage.el (password-read, password-cache-add)
6245         (password-cache-remove):
6246         * smime.el (password-read-and-add): Declare as functions.
6247
6248 2007-12-08  David Kastrup  <dak@gnu.org>
6249
6250         * gnus-sum.el (gnus-summary-simplify-subject-query):
6251         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6252         `message'.
6253
6254 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6257         it to bind idna-program, installation-directory, defined-colors, and
6258         face-attribute for XEmacs of the version that compiles defcustom forms.
6259
6260 2007-12-07  Glenn Morris  <rgm@gnu.org>
6261
6262         * gnus-art.el (article-make-date-line): Revert previous change.
6263
6264 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6267
6268 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6269
6270         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6271         Call gnus-add-to-range ranges only once with a prepared article-list.
6272
6273 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6274
6275         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6276         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6277         group names with backslashes.  Reported by Tassilo Horn
6278         <tassilo@member.fsf.org>.
6279
6280 2007-12-06  Deepak Goel  <deego3@gmail.com>
6281
6282         * gnus-art.el (article-make-date-line):
6283         * gnus-start.el (gnus-load):
6284         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6285
6286 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-art.el (gnus-use-idna)
6289         * gnus-start.el (gnus-site-init-file)
6290         * message.el (message-use-idna)
6291         * mm-uu.el (mm-uu-hide-markers)
6292         * smiley.el (smiley-style): Revert changes that suppress warnings.
6293
6294 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6297         specify charset to html source.  Reported by Christoph Conrad
6298         <christoph.conrad@gmx.de>.
6299
6300 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6303         idna-program in order to suppress byte compile warning issued by XEmacs
6304         that came to byte compile the default value section of defcustom forms
6305         recently.
6306
6307         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6308         value of installation-directory.
6309
6310         * message.el (message-use-idna): Don't directly refer to the value of
6311         idna-program.
6312
6313         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6314
6315         * smiley.el (smiley-style): Don't directly call face-attribute.
6316
6317 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6320
6321         * gnus-dired.el: Reduce Gnus dependencies.
6322         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6323         require.  Use autoloads instead.
6324         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6325         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6326         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6327         (gnus-dired-mode): Adjust doc string.
6328         (gnus-dired-mail-mode): New variable.
6329         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6330         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6331         (gnus-dired-mail-buffers): New function.  Return mail or message
6332         composition buffers.
6333         (gnus-dired-attach): Use it.
6334         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6335         NO-DECODE.
6336         (gnus-dired-print): Use `gnus-print-buffer' depending on
6337         `gnus-dired-mail-mode'.
6338
6339 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * rfc2047.el (rfc2047-encoded-word-regexp)
6342         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6343         explaining what regexp patterns are for.
6344
6345 2007-12-04  Glenn Morris  <rgm@gnu.org>
6346
6347         * password.el: Move to password-cache.el.
6348
6349         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6350         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6351         * mml-smime.el (password-read, password-cache-add)
6352         (password-cache-remove):
6353         No need to autoload, since mml-sec requires password.
6354
6355         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6356         * message.el (gnus-extract-address-components):
6357         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6358
6359         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6360         password.
6361
6362 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * mailcap.el: Reduce dependencies.
6365         (mail-header-parse-content-type): Autoload.
6366         (mailcap-delete-duplicates): New alias.
6367         (mailcap-mime-info): Add optional argument NO-DECODE.
6368         (mailcap-mime-types): Use mailcap-delete-duplicates.
6369
6370         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6371
6372 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6373
6374         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6375         (imap-parse-status): Upcase status-att for servers that sends them
6376         lower-case (e.g., MS Exchange 2007).
6377
6378 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6381         function.
6382
6383         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6384         (gnus-uu-yenc-article): New function.
6385
6386         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6387
6388         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6389         buffer.
6390
6391 2007-12-02  Glenn Morris  <rgm@gnu.org>
6392
6393         * binhex.el (binhex): New custom group.
6394         (binhex-decoder-program, binhex-decoder-switches)
6395         (binhex-use-external): Move to the binhex custom group.
6396
6397         * uudecode.el (uudecode): New custom group.
6398         (uudecode-decoder-program, uudecode-decoder-switches)
6399         (uudecode-use-external): Move to the uudecode custom group.
6400
6401         * netrc.el (top-level): Don't load `encrypt' features.
6402         (netrc-parse): Don't use encrypt.
6403         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6404
6405         * encrypt.el: Remove file.
6406
6407 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6410         matches on patches.
6411
6412         * gnus-art.el (gnus-article-browse-html-article): Mention
6413         `mm-text-html-renderer' in the doc string.
6414
6415         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6416         string.  Add comments.
6417
6418         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6419         if rhs is ASCII.
6420
6421 2007-12-01  Glenn Morris  <rgm@gnu.org>
6422
6423         * mail-source.el (top-level): Require format-spec before
6424         eval-when-compile.
6425
6426 2007-11-30  Glenn Morris  <rgm@gnu.org>
6427
6428         * encrypt.el: Require password, rather than autoloading password-read.
6429
6430 2007-11-29  Glenn Morris  <rgm@gnu.org>
6431
6432         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6433         (sasl-make-client, sasl-next-step, sasl-step-data)
6434         (sasl-step-set-data): Declare as functions.
6435
6436 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6439
6440 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6441
6442         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6443         certs should be verified and what is to be done in the event of a
6444         verification failure.
6445
6446         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6447         caller can indicate whether the cache should be disregarded for this
6448         call.  This way the result of the call is reproducible at all times and
6449         can be considered a canonical server name for the supplied method.
6450         (gnus-agent-method-p): Canonicalize server names by pushing their
6451         method through `gnus-method-to-server' using the no-cache argument.
6452
6453         * gnus-srvr.el (gnus-server-insert-server-line): Call
6454         `gnus-method-to-server' with `no-cache' argument.
6455
6456         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6457         gnus-agent-possibly-synchronize-flags as this should be called when the
6458         server is actually being opened.
6459         (gnus-agent-possibly-synchronize-flags)
6460         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6461         flags file of an agentized server to the latter function.
6462
6463         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6464         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6465         after a connection has been established successfully.
6466
6467 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (article-display-face): Force to display face if called
6470         interactively; check if gnus-article-x-face-too-ugly matches author.
6471         (article-display-x-face): Display face even if From header is missing
6472         as article-display-face does.
6473
6474 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6475
6476         * hashcash.el (message-narrow-to-headers-or-head)
6477         (message-fetch-field, message-goto-eoh)
6478         (message-narrow-to-headers): Declare as functions.
6479
6480 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * mail-source.el (mail-sources): Default to fetch from file for
6483         compatibility with default of nnmail-spool-file.
6484
6485 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6488         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6489         to look for encoded word that should be encoded again.
6490         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6491         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6492         encoding pattern.
6493         (rfc2047-decode-region): Switch strict regexp and loose one according
6494         to rfc2047-allow-irregular-q-encoded-words.
6495
6496 2007-11-25  Romain Francoise  <romain@orebokech.com>
6497
6498         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6499
6500 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * tls.el (tls-program): Provide more custom choices from
6503         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6504         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6505
6506 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6509         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6510
6511         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6512         `nnmail-spool-file'.
6513
6514         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6515         `nnmail-spool-file'.
6516
6517         * gnus-move.el (gnus-change-server): Ditto.
6518
6519         * gnus-kill.el (gnus-batch-score): Ditto.
6520
6521         * gnus-cache.el (gnus-jog-cache): Ditto.
6522
6523         * gnus-msg.el (gnus-summary-reply):
6524         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6525
6526 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6529         version.  Minor improvement to doc strings.
6530         (tls-program): Add comment.
6531
6532 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6533
6534         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6535         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6536         mismatch between the hostname provided in the certificate and the name
6537         of the host connnecting to.
6538         (open-tls-stream): Use them.  Check certificates against trusted root
6539         certificates.
6540
6541 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-cache.el (gnus-cache-generate-nov-databases):
6544         Use nnml-generate-nov-databases-directory instead of
6545         nnml-generate-nov-databases-1.
6546
6547 2007-11-24  Glenn Morris  <rgm@gnu.org>
6548
6549         * message.el (message-tool-bar-retro): Update for rename
6550         mail_send.xpm->mail-send.xpm.
6551
6552 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6555         `smime-ldap-search' for Emacs 22 and up.
6556
6557 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6560
6561         * message.el (message-send-mail-function): Fix error convention.
6562         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6563         (message-widen-reply, message-send-mail, message-talkative-question)
6564         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6565         (message-clone-locals, message-send-news): Use with-current-buffer.
6566         (message-insert-or-toggle-importance): Remove unused var `valid'.
6567         (message-make-references): Remove unused var `new-references'.
6568         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6569
6570 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6571
6572         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6573         (spam-split-symbolic-return-positive): Reflow docstring.
6574         (spam-backends, spam-summary-exit-behavior)
6575         (spam-mark-ham-unread-before-move-from-spam-group)
6576         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6577         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6578         (spam-clear-cache, spam-backend-check, spam-install-backend)
6579         (spam-install-statistical-backend, spam-list-of-processors)
6580         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6581         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6582         (spam-check-crm114, spam-initialize, spam-unload-hook):
6583         Fix typos in docstrings.
6584
6585 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6588         been checked if they have never been read and those group levels are
6589         higher than the one that a user specified.
6590
6591 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6594         foreign groups unless a group level is specified by a user.
6595         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6596
6597 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * message.el (message-send-mail-function): Require sendmail.
6600
6601 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * message.el (message-send-mail-function): Check for smtpmail too.
6604
6605         * utf7.el (utf7-encode, utf7-decode): Use coding system
6606         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6607
6608         * message.el (message-send-mail-function): New function.
6609         (message-send-mail-function): Set default using
6610         message-send-mail-function.  Adjust doc string.
6611         (message-send-mail-with-mailclient): New function.
6612
6613 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6614
6615         * smime.el (from):
6616         * rfc2047.el (message-posting-charset):
6617         * qp.el (mm-use-ultra-safe-encoding):
6618         * pop3.el (parse-time-months):
6619         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6620         * nnml.el (files):
6621         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6622         (jka-compr-compression-info-list, ange-ftp-path-format)
6623         (efs-path-regexp):
6624         * nndiary.el (files):
6625         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6626         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6627         (epg-digest-algorithm-alist, inhibit-redisplay)
6628         (password-cache-expiry):
6629         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6630         (pgg-output-buffer, password-cache-expiry):
6631         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6632         (efs-path-regexp):
6633         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6634         (inhibit-redisplay):
6635         * mm-uu.el (file-name, start-point, end-point, entry)
6636         (gnus-newsgroup-name, gnus-newsgroup-charset):
6637         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6638         (latin-unity-ucs-list):
6639         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6640         (mm-uu-binhex-decode-function):
6641         * message.el (gnus-message-group-art, gnus-list-identifiers)
6642         (rmail-enable-mime-composing, gnus-local-organization)
6643         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6644         (gnus-read-active-file, facemenu-add-face-function)
6645         (facemenu-remove-face-function, gnus-article-decoded-p)
6646         (tool-bar-mode):
6647         * mail-source.el (display-time-mail-function):
6648         * gnus-util.el (nnmail-pathname-coding-system)
6649         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6650         (gnus-original-article-buffer, gnus-user-agent)
6651         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6652         (xemacs-codename, sxemacs-codename, emacs-program-version):
6653         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6654         * gnus-start.el (gnus-agent-covered-methods)
6655         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6656         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6657         (gnus-newsgroup-headers, gnus-group-list-mode)
6658         (gnus-group-mark-positions, gnus-newsgroup-data)
6659         (gnus-newsgroup-unreads, nnoo-state-alist)
6660         (gnus-current-select-method, mail-sources)
6661         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6662         (nnmail-spool-file, gnus-cache-active-hashtb):
6663         * gnus-mh.el (mh-lib-progs):
6664         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6665         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6666         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6667         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6668         (gnus-group-buffer):
6669         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6670         (font-lock-set-defaults):
6671         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6672         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6673         (gnus-summary-post-menu, total-parts, type, condition, length):
6674         * gnus-agent.el (gnus-agent-read-agentview):
6675         * flow-fill.el (show-trailing-whitespace):
6676         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6677         eval-and-compile wrappers for byte compiler pacifiers.
6678
6679         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6680         (mm-display-inline-fontify): Check for featurep 'xemacs not
6681         extent-list.
6682
6683         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6684         itimer-list.
6685         (mm-create-image-xemacs): Only do something for XEmacs.
6686         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6687
6688         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6689
6690         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6691         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6692
6693 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6694
6695         * nnimap.el (nnimap-split-download-body):
6696         * gnus-demon.el (gnus-demon):
6697         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6698
6699 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6702         macros.
6703         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6704         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6705         copy data from unibyte buffer to multibyte current buffer.
6706         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6707         to copy data from unibyte current buffer to multibyte buffer.
6708         (nntp-make-process-buffer): Make process buffer unibyte.
6709
6710         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6711
6712 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6713
6714         * pop3.el (pop3-open-server): Accept and process data more robustly at
6715         connexion start to avoid spurious "POP SSL connexion failed" errors.
6716
6717 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6720         read group names.
6721
6722 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6725
6726 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6729         (nnmail-save-active): Use a unibyte buffer when saving active file,
6730         which may contain non-ASCII group names.
6731
6732         * nnml.el (nnml-request-group): Decode group names in messages.
6733
6734 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * message.el (message-citation-line-function)
6737         (message-insert-formatted-citation-line): Fix spelling of
6738         `message-insert-formated-citation-line'.
6739
6740 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6743
6744 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6747         nnmail-pathname-coding-system.
6748
6749         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6750         that a user enters; decode group names in messages.
6751
6752         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6753
6754 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6757
6758         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6759
6760         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6761         risky local variable.
6762
6763         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6764
6765 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * encrypt.el: Improve documentation to fix function name typo.
6768         Reported by Daiki Ueno <ueno@unixuser.org>.
6769
6770 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6773         even if the point is not in the last page of an article.
6774         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6775         back to the previous page.
6776
6777 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6780
6781 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6784
6785 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6786
6787         * message.el (message-check-news-body-syntax): Avoid
6788         mm-string-as-multibyte.
6789         (message-hide-headers): Don't assume (point-min)==1.
6790
6791 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * message.el (message-remove-blank-cited-lines): Fix if remove is
6794         given.
6795         (message-bogus-address-regexp): New variable.
6796         (message-bogus-recipient-p): New function.
6797         (message-check-recipients): New command.
6798         (message-syntax-checks): Add `bogus-recipient'.
6799         (message-fix-before-sending): Add `bogus-recipient'.
6800
6801         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6802         (gnus-treat-body-boundary): Don't test window-system.
6803
6804 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6805
6806         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6807
6808 2007-10-28  Miles Bader  <miles@gnu.org>
6809
6810         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6811         at compile-time too.
6812
6813 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * gnus-msg.el (gnus-message-setup-hook): Add
6816         `message-remove-blank-cited-lines' to options.
6817
6818 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * message.el (message-remove-blank-cited-lines): New function.
6821         Suggested by Karl Plästerer.
6822
6823 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6826         mapc.
6827
6828         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6829         (top-level): Use mapc to set functions to be traced for debugging.
6830
6831         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6832         called for effect with while loop.
6833
6834         * message.el (message-talkative-question): Replace mapcar called for
6835         effect with mapc.
6836
6837         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6838         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6839         called for effect with dolist.
6840
6841         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6842
6843         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6844         gnus-extra-headers and nnmail-extra-headers.
6845
6846         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6847         called for effect with dolist.
6848         (top-level): Use mapc to set functions to be traced for debugging.
6849
6850         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6851         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6852         dolist.
6853
6854         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6855         Replace mapcar called for effect with mapc.
6856         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6857         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6858         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6859         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6860
6861         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6862         remove-if that's a cl function.
6863
6864         * webmail.el (webmail-debug): Replace mapcar called for effect with
6865         dolist.
6866
6867         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6868         with mapc.
6869
6870 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6873         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6874         with while loop.
6875
6876         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6877         functions from article-* functions.
6878         (gnus-multi-decode-header): Replace mapcar called for effect with
6879         dolist.
6880
6881         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6882         (gnus-bookmark-show-details): Replace mapcar called for effect with
6883         while loop.
6884
6885         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6886         called for effect with while loop.
6887
6888         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6889         with dolist.
6890
6891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6892         mapcar called for effect with dolist.
6893
6894         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6895
6896         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6897         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6898         Replace mapcar called for effect with dolist.
6899         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6900         mapc.
6901
6902         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6903         Replace mapcar called for effect with dolist.
6904         (gnus-topic-list): Replace mapcar called for effect with mapc.
6905
6906         * gnus.el: Use mapc instead of mapcar to add autoloads.
6907
6908 2007-10-23  Richard Stallman  <rms@gnu.org>
6909
6910         * gnus-group.el (gnus-group-highlight): Mark as risky.
6911
6912 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus.el (gnus-server-to-method): Return method found first in
6915         gnus-newsrc-alist.
6916
6917         * gnus-art.el (gnus-article-highlight-signature)
6918         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6919         button overlay without the front stickiness.
6920
6921 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6922
6923         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6924         overview buffer needed a catch to receive its throw.
6925         (gnus-agent-flush-cache): Declared as interactive to make this function
6926         easier to use.
6927
6928 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6931         `next-line'.
6932
6933 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6936         exclude address matching message-dont-reply-to-names.
6937
6938 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-util.el (gnus-string<): New function.
6941
6942         * gnus-sum.el (gnus-article-sort-by-author)
6943         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6944
6945 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6948         the frame-focus tag is set in gnus-buffer-configuration.
6949
6950 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6953         the front stickiness.
6954
6955 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6958         url pattern; remove duplicate one.
6959         (gnus-article-extend-url-button): New function.
6960         (gnus-article-add-buttons): Use it.
6961         (gnus-button-push): Use concatenated url that it makes.
6962
6963 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6964
6965         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6966
6967 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6968
6969         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6970         Don't hardcode point-min==1.
6971
6972 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6975         Fix comment about "iso8859-1".
6976
6977 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6978
6979         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6980         ones returned from the verify-function.
6981
6982         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6983         mml2015-extract-cleartext-signature if extraction failed.
6984
6985 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6986
6987         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6988         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6989         failed.
6990
6991 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6994
6995 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6998         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6999         recommends to use EasyPG instead of PGG.
7000
7001         * pgg.el: Revert to revision 6.23.2.16.
7002
7003         * pgg-def.el: Revert to revision 6.6.2.14.
7004
7005         * pgg-gpg.el: Revert to revision 6.23.2.34.
7006
7007 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7010         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7011         thread for both the null and zero (kill/expire thread) universal prefix
7012         cases.
7013         (gnus-summary-expire-thread): Add new function to expire a thread,
7014         using gnus-summary-kill-thread.
7015         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7016         shortcuts for gnus-summary-expire-thread.
7017         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7018         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7019
7020 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7023         extras value, so an extras entry can be deleted.
7024         (gnus-registry-delete-extra-entry): Use it.
7025         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7026         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7027         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7028         storage through the gnus-registry, and provide an appropriate API for
7029         it.
7030
7031 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7034         Suggested by Leo <sdl.web@gmail.com>.
7035
7036         * gnus.el: Do.
7037
7038 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7041         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7042
7043         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7044
7045         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7046         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7047
7048 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7051         newline.
7052         (nnmbox-request-accept-article): Don't change article in source buffer;
7053         narrow to header to use message-fetch-field rather than
7054         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7055         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7056         as delimiters; make sure article ends with newline.
7057         (nnmbox-delete-mail): Correct last position of article to be deleted;
7058         ignore X-Gnus-Newsgroup header in article body.
7059         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7060         positions; make sure article ends with newline.
7061
7062         * message.el (message-display-abbrev): Don't infloop when a user
7063         inserts SPC in the beginning of header.
7064
7065         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7066         coding-system-for-read and coding-system-for-write for XEmacs having no
7067         file-coding feature.
7068
7069         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7070
7071 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7074         list of groups not followed by default.  Fix type to be regexp.
7075         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7076
7077 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7078
7079         * hmac-def.el (define-hmac-function): Switch from old-style to
7080         new-style backquotes.
7081
7082         * md4.el (md4-make-step): Likewise.
7083
7084 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7087         raw-text coding system when saving .newsrc file, which may contain
7088         non-ASCII group names.
7089
7090 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-cus.el (gnus-score-extra): New widget.
7093         (gnus-score-extra-convert): New function.
7094         (gnus-score-customize): Use it for Extra.
7095
7096 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7097
7098         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7099         (mml2015-mailcrypt-clear-verify): Use it.
7100         (mml2015-gpg-clear-verify): Use it.
7101         (mml2015-pgg-clear-verify): Use it.
7102         (mml2015-epg-clear-verify): Replace the current part with the output
7103         from GnuPG; don't extract the plaintext by itself.
7104
7105         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7106         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7107         mml2015-clear-verify-function; don't touch the armor headers or
7108         dash-escaped text here.
7109
7110 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7113         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7114         parts, or application/octet-stream as a last resort.
7115         (gnus-mime-view-part-as-type): Don't toggle display.
7116         (gnus-mime-view-part-as-charset): Don't turn off display before
7117         querying charset.
7118
7119         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7120         stuff to undisplayer function in Emacs.
7121         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7122
7123         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7124         text/calendar parts.
7125
7126 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7129         decoding text/calendar parts.
7130
7131         * message.el (message-forward-make-body-mime): Always mark body as
7132         having no illegible text; remove signed-or-encrypted argument.
7133         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7134
7135         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7136         (mml-generate-mime-1): Don't encode body if it is specified to be in
7137         raw form; don't make buffer be unibyte when inserting multibyte string.
7138
7139 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * sha1.el: Fix up comment style.
7142         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7143         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7144
7145         * hex-util.el: Fix up comment style.
7146         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7147
7148         * gnus-salt.el: Use with-current-buffer.
7149         (gnus-pick-setup-message): Fix long-standing typo.
7150
7151 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * imap.el (imap-logout-timeout): New variable.
7154         (imap-logout, imap-logout-wait): New functions.
7155         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7156
7157         * nnimap.el (nnimap-logout-timeout): New server variable.
7158         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7159         nnimap-logout-timeout.
7160
7161         * gnus-art.el (gnus-article-summary-command-nosave)
7162         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7163
7164 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus.el (gnus-maximum-newsgroup): New variable.
7167
7168         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7169         according to gnus-maximum-newsgroup.
7170
7171         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7172         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7173         Limit the range of articles according to gnus-maximum-newsgroup.
7174
7175 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7176
7177         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7178         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7179         Don't perform gnus-configure-windows here; reuse existing sticky
7180         article buffer.
7181
7182         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7183         it doesn't exist in gnus-article-mode.
7184
7185 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7188         (gnus-agent-decoded-group-name): New function.
7189         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7190         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7191
7192 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7193
7194         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7195         Add binding for gnus-sticky-article.
7196         (gnus-summary-exit): Don't kill sticky article buffers.
7197
7198         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7199         article buffer.
7200         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7201         (gnus-kill-sticky-article-buffers): New commands.
7202
7203 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * nntp.el (nntp-xref-number-is-evil): New server variable.
7206         (nntp-find-group-and-number): If it is non-nil, don't trust article
7207         numbers in the Xref header.
7208
7209 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-agent.el (gnus-agent-read-group): New function.
7212         (gnus-agent-flush-group, gnus-agent-expire-group)
7213         (gnus-agent-regenerate-group): Use it.
7214         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7215         nnmail-pathname-coding-system.
7216
7217 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7220
7221         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7222         that are unread as unread, and also as selected so that information of
7223         marks having been changed by a user may be updated when exiting group.
7224
7225 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7228         calculated ignoring signature parts to gnus-treat-article.
7229
7230 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7233         a point here in order to keep the window start.
7234         (gnus-insert-mime-security-button): Make a button overlay without the
7235         front stickiness.
7236         (gnus-mime-display-security): Goto the end of a button.
7237
7238         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7239
7240 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7243         group-name-at-point.
7244         (gnus-group-completing-read): New function that offers decoded
7245         non-ASCII group names for completion.
7246         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7247         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7248         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7249         (gnus-group-fetch-control): Use it.
7250         (gnus-fetch-group): Use group-name-at-point for the initial value
7251         rather than the default value; use gnus-alive-p.
7252
7253         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7254         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7255         (gnus-summary-post-news): Use gnus-group-completing-read.
7256
7257         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7258         (gnus-read-move-group-name): Decode group name for completion.
7259
7260 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7263         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7264         Yamaoka slightly modified the code).
7265
7266 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7269         (nnmail-split-incoming): Bind it.
7270
7271         * nnml.el (nnml-group-name-charset): New function.
7272         (nnml-decoded-group-name): Use it; don't decode group name if
7273         nnmail-group-names-not-encoded-p is non-nil.
7274         (nnml-encoded-group-name): New function.
7275         (nnml-group-pathname): Inline nnml-decoded-group-name.
7276         (nnml-request-expire-articles): Decode group name in message.
7277         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7278         nnmail-pathname-coding-system.
7279         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7280         not decoded ones according to nnmail-group-names-not-encoded-p.
7281         (nnml-generate-active-info): Use nnml-encoded-group-name.
7282
7283 2007-08-08  Glenn Morris  <rgm@gnu.org>
7284
7285         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7286         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7287         doc-strings and comments.
7288
7289 2007-07-25  Glenn Morris  <rgm@gnu.org>
7290
7291         * Relicense all FSF files to GPLv3 or later.
7292
7293 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-sum.el (gnus-summary-move-article): Make
7296         gnus-summary-respool-article work.
7297
7298 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7301         string.
7302
7303 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7304
7305         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7306         that should be ignored when comparing distant RSS articles with local
7307         ones.
7308         (nnrss-make-hash-index): New function.  Create a hash index according
7309         to the ignored fields.
7310         (nnrss-check-group): Use it.
7311
7312 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7315
7316         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7317
7318         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7319         the new optional argument ENCODED is non-nil.
7320         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7321         coding system for encoding group name.
7322         (gnus-group-make-rss-group): Pass un-encoded group name to
7323         gnus-group-make-group.
7324         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7325         encoded.
7326
7327         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7328         Encode group name to which articles are moved or copied.
7329         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7330         coding system for encoding Newsgroup, Followup-To and Xref headers.
7331
7332         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7333         marks; use nnheader-file-coding-system to write a file.
7334         (nnagent-retrieve-headers): Bind file-name-coding-system to
7335         nnmail-pathname-coding-system.
7336
7337         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7338
7339         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7340         (nnml-request-article, nnml-request-create-group)
7341         (nnml-request-rename-group, nnml-find-id)
7342         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7343         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7344         (nnml-save-marks): Use nnml-group-pathname instead of
7345         nnmail-group-pathname.
7346
7347         (nnml-request-create-group, nnml-request-expire-articles)
7348         (nnml-request-move-article, nnml-request-delete-group)
7349         (nnml-deletable-article-p, nnml-possibly-create-directory)
7350         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7351         (nnml-open-marks): Bind file-name-coding-system to
7352         nnmail-pathname-coding-system.
7353
7354         (nnml-request-article): Pass server argument to nnml-find-group-number.
7355         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7356         server argument to nnml-possibly-create-directory.
7357         (nnml-request-accept-article): Pass server argument to
7358         nnml-active-number and nnml-save-mail.
7359         (nnml-find-group-number): Pass server argument to nnml-find-id.
7360         (nnml-request-update-info): Pass server argument to
7361         nnml-marks-changed-p.
7362
7363         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7364         (nnml-save-mail, nnml-active-number): Add server argument.
7365
7366         (nnml-request-delete-group): Warn if group is missing.
7367         (nnml-get-nov-buffer): Decode group name.
7368         (nnml-generate-active-info): Encode group name.
7369         (nnml-open-marks): Decode group name in messages.
7370
7371 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7374         if it is not specified.
7375         (gnus-article-pipe-part, gnus-article-save-part)
7376         (gnus-article-interactively-view-part, gnus-article-copy-part)
7377         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7378         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7379         (gnus-article-replace-part, gnus-article-delete-part)
7380         (gnus-article-view-part-as-type): Pass raw prefix argument to
7381         gnus-article-part-wrapper.
7382
7383 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-agent.el (gnus-agent-save-active): Bind
7386         nnheader-file-coding-system to gnus-agent-file-coding-system.
7387
7388         * gnus-cache.el (gnus-cache-save-buffers)
7389         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7390         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7391         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7392         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7393         (gnus-cache-generate-active, gnus-cache-rename-group)
7394         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7395         (gnus-cache-update-overview-total-fetched-for): Bind
7396         file-name-coding-system to nnmail-pathname-coding-system.
7397         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7398         variables.
7399         (gnus-cache-decoded-group-name): New function.
7400         (gnus-cache-file-name): Use it.
7401         (gnus-cache-generate-active): Use non-decoded group name for active.
7402
7403         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7404         right place.
7405         (gnus-write-active-file): Don't break non-ASCII group names.
7406
7407         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7408         nnmail-pathname-coding-system.
7409
7410         * lpath.el: Bind default-file-name-coding-system,
7411         file-name-coding-system and language-info-alist for XEmacs.
7412
7413         * gnus-uu.el (gnus-uu-decode-save): Typo.
7414
7415 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7418
7419 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7422         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7423         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7424         (gnus-agent-flush-group, gnus-agent-flush-cache)
7425         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7426         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7427         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7428         (gnus-agent-regenerate-group)
7429         (gnus-agent-update-files-total-fetched-for)
7430         (gnus-agent-update-view-total-fetched-for): Bind
7431         file-name-coding-system to nnmail-pathname-coding-system.
7432         (gnus-agent-group-pathname): Don't encode file names by
7433         nnmail-pathname-coding-system.
7434         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7435         coding-system-for-write instead of buffer-file-coding-system to
7436         gnus-agent-file-coding-system.
7437
7438         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7439         Decode group name.
7440
7441         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7442
7443         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7444         (gnus-read-newsrc-el-file): Make group names unibyte.
7445
7446         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7447         nnmail-pathname-coding-system.
7448
7449         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7450         (nnrss-request-delete-group): Bind file-name-coding-system to
7451         nnmail-pathname-coding-system.
7452         (nnrss-read-server-data, nnrss-read-group-data): Bind
7453         file-name-coding-system correctly.
7454         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7455
7456         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7457         (nntp-server-to-method-cache): New variable.
7458         (nntp-group-pathname): New function that decodes non-ASCII group names.
7459         (nntp-possibly-create-directory, nntp-marks-changed-p)
7460         (nntp-save-marks, nntp-open-marks): Use it.
7461         (nntp-possibly-create-directory, nntp-open-marks):
7462         Bind file-name-coding-system to nnmail-pathname-coding-system.
7463         (nntp-open-marks): Decode group names when bootstrapping marks.
7464
7465         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7466         Newsgroups and Folowup-To headers.
7467
7468 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7471         (gnus-server-closed-face, gnus-server-denied-face)
7472         (gnus-server-offline-face): Remove variable.
7473         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7474
7475         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7476         of modifying message-stack directly for XEmacs.
7477
7478         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7479         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7480         if the coding-system argument is nil for XEmacs.
7481
7482         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7483         mm-charset-override-alist.
7484
7485         * rfc2047.el: Don't require base64; require rfc2045 for the function
7486         rfc2045-encode-string.
7487         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7488         to quote the parameter value.
7489
7490 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7493         form in gnus-group-name-charset-method-alist.
7494
7495         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7496         overrides the default layout edit-form.
7497
7498         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7499
7500         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7501
7502 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7505         as unfetched articles.
7506
7507 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7510
7511 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7514         original back end that keeps marks in the local system.
7515
7516 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7519         arg of pop-to-buffer for XEmacs.
7520         (gnus-article-read-summary-keys): Ditto; don't restore window
7521         configuration if summary command ends up with neither article buffer
7522         nor summary buffer; describe bindings if summary keys end with C-h.
7523
7524 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * message.el (message-fix-before-sending): Skip raw message part to be
7527         forwarded while checking illegible text.
7528         (message-forward-make-body-mime, message-forward-make-body): Mark
7529         signed or encrypted raw message as having no illegible text.
7530
7531 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7534         (gnus-message-with-timestamp-1): New macro.
7535         (gnus-message-with-timestamp): New function.
7536         (gnus-message): Use them.
7537
7538         * nnheader.el (nnheader-message): Use them.
7539
7540 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7543         .newsrc.eld file.
7544
7545 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-agent.el (gnus-agent-fetch-headers)
7548         (gnus-agent-retrieve-headers): Bind
7549         gnus-decode-encoded-address-function to identity.
7550
7551         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7552         available also when the server returns simply a dot.
7553
7554         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7555
7556 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7559
7560 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-ems.el (gnus-x-splash): Make it work.
7563
7564         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7565         from being used.
7566
7567         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7568
7569 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7572         4th and the 5th arguments.
7573
7574         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7575         the front stickiness.
7576         (gnus-article-summary-command-nosave): Correct the order of the
7577         arguments passed to pop-to-buffer.
7578         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7579         summary command ends up with the article buffer.
7580
7581         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7582         the same faces.
7583
7584 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7585
7586         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7587
7588 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7589
7590         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7591         * gnus-sum.el (gnus-summary-highlight):
7592         * pgg.el (pgg-sign-region, pgg-sign):
7593         * mail-source.el (mail-source-delete-old-incoming-confirm):
7594         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7595
7596 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-art.el (gnus-mime-view-part-externally)
7599         (gnus-mime-view-part-internally): Fix predicate function passed to
7600         completing-read.
7601
7602         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7603
7604         * gnus.el (gnus-update-message-archive-method): Add :version.
7605
7606 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus.el (gnus-update-message-archive-method): New variable.
7609
7610         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7611         according to gnus-message-archive-method if
7612         gnus-update-message-archive-method is non-nil.
7613
7614 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7617         by Loic Dachary <loic@dachary.org>.
7618         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7619
7620 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * message.el (message-pop-to-buffer): Add switch-function argument.
7623         (message-mail): Pass switch-function argument to it.
7624
7625 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7628         Improve doc string.
7629
7630 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7633         (gnus-header-content)
7634         * gnus-cite.el (gnus-cite-10)
7635         * gnus-srvr.el (gnus-server-closed)
7636         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7637         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7638         (gnus-group-mail-3-empty, gnus-group-mail-low)
7639         (gnus-group-mail-low-empty, gnus-splash)
7640         * message.el (message-header-to, message-header-cc)
7641         (message-header-subject, message-header-other, message-header-name)
7642         (message-header-xheader, message-separator, message-cited-text)
7643         (message-mml): Lighten colors of faces used for dark background.
7644
7645 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7646
7647         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7648         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7649
7650 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * message.el (message-narrow-to-headers-or-head):
7653         Ignore mail-header-separator in the body.
7654
7655 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7658         same as window size.
7659
7660 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7661
7662         * message.el (message-font-lock-keywords): Use message-header-xheader
7663         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7664         ahead of the anything pattern, to get it recognised.
7665
7666 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7669         spam.el loads uses it in the compiled defadvice form.
7670
7671 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7672
7673         * gnus-sum.el (gnus-articles-to-read)
7674         (gnus-summary-insert-old-articles): Don't truncate group name for
7675         `read-string'.
7676
7677         * gnus-util.el (gnus-limit-string): Delete this function.
7678
7679         * gnus-sum.el (gnus-simplify-subject-fully): Use
7680         `truncate-string-to-width' instead.
7681
7682 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7683
7684         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7685         if, on summary exit, the next group has to be selected.
7686         (gnus-summary-exit): Use it.
7687
7688 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7691         non-break space.
7692
7693 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7696         Check if group is not a directory.
7697         (nnfolder-request-expire-articles): Don't delete articles if the target
7698         group is not available.
7699
7700         * nnml.el (nnml-request-create-group): Properly check if group is not a
7701         file.
7702         (nnml-request-expire-articles): Don't delete articles if the target
7703         group is not available.
7704
7705         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7706         Don't quote characters that are within parentheses.
7707
7708 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7711         (gnus-handle-ephemeral-exit): Select article according to it.
7712
7713 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * message.el (message-insert-formated-citation-line): Remove newline.
7716         (message-citation-line-format): Add final \n here so that the user can
7717         avoid a blank line.
7718
7719 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7720
7721         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7722         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7723         Update lanl/arXiv support.
7724
7725 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * gnus.el: Bump version number.
7728
7729 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus.el (gnus-version-number): Bump version.
7732
7733 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7734
7735         * gnus.el: No Gnus v0.6 is released.
7736
7737 2007-04-27  Didier Verna  <didier@xemacs.org>
7738
7739         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7740         * gmm-utils.el (gmm-regexp-concat): here.
7741         * message.el: Don't require 'gnus-util.
7742         (message-dont-reply-to-names): Handle name change above.
7743         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7744
7745 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7748         since the initial value varies according to the system.
7749
7750 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7753
7754 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7755
7756         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7757
7758 2007-04-24  Didier Verna  <didier@xemacs.org>
7759
7760         Improve the type of gnus-ignored-from-addresses.
7761         * gnus-util.el (gnus-orify-regexp): New function.
7762         * message.el (gnus-util): Require it.
7763         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7764         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7766
7767 2007-04-24  Didier Verna  <didier@xemacs.org>
7768
7769         * gnus-sum.el:
7770         * gnus-utils.el: Fix some trailing whitespaces.
7771
7772 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7775         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7776         article's Message-ID; refer parent article in summary buffer.
7777
7778         * message.el (message-bounce): Call mime-to-mml.
7779
7780         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7781         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7782         optimize and/or forms properly.
7783
7784 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7787         URL.
7788
7789 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7792
7793 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7796         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7797         displayed of multipart/alternative part if it is invoked from summary
7798         buffer.
7799
7800         * mm-view.el (mm-inline-text-html-render-with-w3m)
7801         (mm-inline-text-html-render-with-w3m-standalone)
7802         (mm-inline-render-with-function): Use mail-parse-charset by default.
7803
7804 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7805
7806         * parse-time.el (parse-time-string-chars): Check if CHAR
7807         is less than the length of parse-time-syntax.
7808
7809 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7812         from gnus-newsgroup-processable.
7813
7814 2007-04-16  Didier Verna  <didier@xemacs.org>
7815
7816         * gnus-msg.el (gnus-configure-posting-styles): Handle
7817         message-signature-directory properly with :file syntax.  Reported by
7818         "Leo".
7819
7820 2007-04-11  Didier Verna  <didier@xemacs.org>
7821
7822         New user option: message-signature-directory.
7823         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7824         * message.el (message-insert-signature): Ditto.
7825         * message.el (message-signature-file): Doc update.
7826         * message.el (message-signature-directory): New.
7827
7828 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-msg.el (gnus-inews-yank-articles): Use
7831         message-exchange-point-and-mark instead of exchange-point-and-mark.
7832
7833 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * message.el (message-yank-original): Make sure cited text ends with
7836         newline; don't exchange point and mark.
7837
7838 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7839
7840         * tls.el (open-tls-stream): Properly handle case where there
7841         is no associated buffer.
7842
7843 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7844
7845         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7846         message-yank-original, make sure (< mark TEXT point).
7847
7848 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * message.el (message-fill-column): New variable.
7851         (message-mode): Use it.  Add comment on a possible new hook.
7852
7853         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7854         (nnmail-get-new-mail): Reformat.
7855
7856         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7857
7858         * gmm-utils.el: Fix Commentary.
7859         (gmm-tool-bar-from-list): Fix typo in doc string.
7860
7861 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7862
7863         * message.el (message-yank-original): Don't switch point and mark
7864         unnecessarily to put point and mark as documented.
7865
7866 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7869         from the message heads.
7870
7871 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7872
7873         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7874         article buffer does not have a window.  This may not be the best
7875         solution but is certainly better than setting the start of the null,
7876         that is the current, window.
7877
7878 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7881         (gnus-draft-setup): Run it.
7882
7883         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7884         gnus-score-fast-scoring.  Allow regexp.
7885         (gnus-score-headers): Use it.
7886
7887         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7888         XEmacs.
7889
7890         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7891         string.
7892         (gnus-button-alist): Also catch `<f1> k ...'.
7893         (gnus-treat-display-x-face): Fix doc string.
7894
7895 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7896
7897         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7898         evaluation of gnus-extended-version to ensure correct generation of the
7899         User-Agent header when message-generate-headers-first is used.
7900
7901 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7902
7903         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7904         hashcash-path is nil.  Don't call callback with incorrect number of
7905         parameters if val is 0.
7906
7907 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7908
7909         * message.el (message-required-news-headers):
7910         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7911
7912 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7913
7914         * tls.el (open-tls-stream): In handshake-waiting loop,
7915         don't wait more if there is output available to process.
7916
7917 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7918
7919         * tls.el (tls-program): Doc fix.
7920
7921 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * message.el (message-generate-new-buffers): Change the meaning of the
7924         nil value; add `standard' to the choices; treat t as `unique'; improve
7925         doc string.
7926         (gnus-select-frame-set-input-focus): Autoload.
7927         (message-buffer-name): Search for the existing message buffer if
7928         message-generate-new-buffers is nil or `standard'; treat the value t of
7929         message-generate-new-buffers as `unique'.
7930         (message-pop-to-buffer): Raise the frame already displaying the message
7931         buffer; clear the echo area after querying.
7932         (message-setup): Pass the `continue' argument to compose-mail.
7933         (message-mail): Prefer `switch-function' if it is given; search for the
7934         existing message buffer if the `continue' argument is non-nil; pass
7935         continue and switch-function arguments to compose-mail by way of
7936         message-setup.
7937         (message-mail-other-window): Adjust argument of message-setup.
7938         (message-mail-other-frame): Ditto.
7939
7940 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7943         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7944         to turn font-lock on when turning gnus-message-citation-mode on.
7945
7946 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7947
7948         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7949         (mml-smime-function-alist): New variable; add epg as the backend.
7950         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7951         mml-smime- functions instead.
7952         * mm-view.el: Require smime.
7953
7954 2007-03-05  Didier Verna  <didier@xemacs.org>
7955
7956         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7957         instead of just inheritance for posting styles.
7958         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7959
7960 2007-02-24  Chris Moore  <dooglus@gmail.com>
7961
7962         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7963         * pgg-pgp.el (pgg-pgp-encrypt-region):
7964         * pgg-gpg.el (pgg-gpg-encrypt-region):
7965         Check pgg-encrypt-for-me if no other recipients.
7966
7967 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7968
7969         * tls.el (tls-certtool-program): Fix custom type.
7970
7971 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7974         and point-at-eol instead of line-(beginning|end)-position.
7975
7976         * assistant.el (assistant-parse-buffer): Ditto.
7977
7978         * netrc.el (netrc-parse-services): Ditto.
7979
7980 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7981
7982         * mml2015.el (mml2015-epg-find-usable-key): New function.
7983         (mml2015-epg-sign): Use it.
7984         (mml2015-epg-encrypt): Use it.
7985
7986 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * message.el (message-make-in-reply-to): Quote name containing
7989         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7990         if there are special characters.  Reported by NAKAJI Hiroyuki
7991         <nakaji@jp.freebsd.org>.
7992
7993 2007-02-27  Didier Verna  <didier@xemacs.org>
7994
7995         Include the group parameters as well as the topic ones in the
7996         inheritance filter process.
7997         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7998         argument GROUP-PARAMS-LIST.
7999         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8000
8001 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * nntp.el (nntp-never-echoes-commands)
8004         (nntp-open-connection-functions-never-echo-commands): New variables.
8005         (nntp-send-command): Use them.
8006
8007 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8008
8009         * mml2015.el (mml2015-epg-verify): Simplified.
8010
8011 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * mml.el (mml-content-disposition-alist): New user option.
8014         (mml-content-disposition): New function.
8015         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8016         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8017
8018 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8019
8020         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8021         verification.
8022
8023 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8024
8025         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8026         articles posted in the last 24 hours.
8027
8028 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8029
8030         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8031
8032 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8033
8034         * nntp.el (nntp-send-command): Don't wait for echoes when
8035         nntp-open-ssl-stream is used.
8036
8037 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8040         (gnus-message-add-citation-keywords)
8041         (gnus-message-remove-citation-keywords): Remove.
8042         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8043         directly, make the variables in font-lock-defaults buffer-local, add
8044         gnus-message-citation-keywords to them and then update the value of
8045         font-lock-keywords.
8046
8047 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * message.el (message-cite-original-1): Don't call
8050         gnus-article-highlight-citation.
8051
8052         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8053         citations; fix line count.
8054
8055 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8058         (gnus-message-add-citation-keywords)
8059         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8060         versions of font-lock-add-keywords and font-lock-remove-keywords to
8061         work with XEmacs correctly.
8062
8063 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-cite.el (gnus-cite-face-list): Set the values of
8066         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8067         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8068         (gnus-message-cite-prefix-regexp): New variable.
8069         (gnus-message-search-citation-line): Use it; protect against long
8070         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8071         the 0th match data for Emacs.
8072         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8073         (gnus-message-add-citation-keywords): Append keywords rather than
8074         prepending; emulate font-lock-add-keywords if it is not available.
8075         (gnus-message-remove-citation-keywords): Emulate
8076         font-lock-remove-keywords if it is not available.
8077
8078         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8079
8080         * message.el (message-cite-prefix-regexp): Set the value of
8081         gnus-message-cite-prefix-regexp.
8082
8083 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8084
8085         * nnweb.el (nnweb-google-parse-1): Update parser.
8086
8087 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8088
8089         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8090
8091 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8092
8093         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8094         regexp.
8095
8096 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8099         string-to-multibyte.
8100         (uudecode-decode-region-internal): Use it.
8101
8102         * lpath.el: Fbind string-as-multibyte for XEmacs.
8103
8104 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8107         custom choice.
8108
8109         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8110
8111 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8112
8113         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8114
8115         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8116         `write-region' to respect `mm-inhibit-file-name-handlers'.
8117
8118 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8121         Use gnus-home-directory instead of "~/" or "$HOME".
8122
8123 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8124
8125         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8126         to mention filename.
8127         Add comments at beginning regarding usage.
8128         (encrypt-write-file-contents): Change interactive so a string is
8129         acceptable.  If the file has no associated model, show an error instead
8130         of a nonsense prompt.
8131
8132 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8133
8134         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8135         Thanks to Yoshihiko Yamada for kind notification of this typo.
8136
8137 2007-01-12  Kenichi Handa  <handa@m17n.org>
8138
8139         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8140         multibyte buffer.
8141
8142 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-score.el (gnus-score-fast-scoring): New variable.
8145         (gnus-score-headers): Use it.
8146
8147         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8148
8149         * message.el (message-cite-original-1): Call
8150         gnus-article-highlight-citation if requested.
8151         (message-make-from): Allow name and address as optional arguments.
8152
8153         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8154
8155         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8156         bugs to doc string.
8157         (gnus-button-alist): Add mid\\|message-id.
8158         (gnus-button-fetch-group): Extend for use in
8159         `browse-url-browser-function'.
8160         (gnus-button-url-regexp): Try to catch paired parentheses like in
8161         Wikipedia URLs.
8162
8163         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8164         Suggested by Simon Krahnke <overlord@gmx.li>.
8165
8166 2007-01-13  Romain Francoise  <romain@orebokech.com>
8167
8168         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8169         Update copyright.
8170
8171 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8172
8173         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8174
8175 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8176
8177         * gnus-registry.el (gnus-registry-unfollowed-groups)
8178         (gnus-registry-split-fancy-with-parent): Fix documentation.
8179
8180 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8183         from nnweb groups.
8184
8185 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8188         Xref urls.  Erase buffer before requesting head.
8189
8190 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8193         customizable.
8194
8195 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8196
8197         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8198         no signing key is found.
8199         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8200         no encrypting and/or signing key is found.
8201
8202 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8205
8206 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8207
8208         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8209         headers read from disk with the ones newly found in the current search.
8210         This should no longer cause problems, because the article numbers in
8211         Gmane's `nov.php' output are ignored since the previous change.
8212
8213 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8214
8215         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8216
8217 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8220         replace-regexp-in-string; bind url-version; fbind display-images-p and
8221         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8222         find-face and set-itimer-function for Emacs; bind itimer-list for
8223         Emacs.
8224
8225         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8226
8227 2007-01-01  Romain Francoise  <romain@orebokech.com>
8228
8229         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8230
8231 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8232
8233         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8234         `define-minor-mode' macro definition expanded properly.
8235         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8236         exclude it there.
8237
8238         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8239         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8240         `fboundp' test.
8241         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8242         This is OK to autoload in (S)XEmacs now.
8243
8244 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8247         keystroke.
8248         (gnus-summary-limit-to-singletons): Fix typo.
8249
8250         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8251         else fails.
8252
8253 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8254
8255         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8256         docstring.
8257
8258         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8259         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8260         (gnus-summary-insert-dormant-articles): Fix typo in message.
8261
8262 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8265         nil for XEmacs.
8266         (gnus-message-citation-mode): Don't autoload in XEmacs.
8267
8268         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8269
8270 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8271
8272         * nnimap.el (nnimap-expunge-search-string): Mention
8273         nnimap-search-uids-not-since-is-evil in docstring.
8274
8275 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * spam.el: Revert to make-obsolete-variable because
8278         define-obsolete-variable-alias is not supported in Emacs 21.
8279
8280         * spam.el (spam-ifile-path, spam-ifile-database-path)
8281         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8282         make-obsolete-variable.
8283         (spam-bsfilter-path, spam-bsfilter-program)
8284         (spam-spamassassin-path, spam-spamassassin-program)
8285         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8286         use "path" inappropriately.
8287         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8288         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8289         variable names.
8290
8291 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8292
8293         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8294         summary buffer.
8295
8296         * password.el (password-cache-remove): Use clear-string to burn
8297         password, if available.
8298
8299 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8302
8303         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8304
8305         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8306         (gnus-message-highlight-citation): Move defcustom here from
8307         gnus-cite.el.
8308         (gnus-message-citation-mode): Autoload.
8309
8310         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8311         checks to make it compile with XEmacs.
8312         (gnus-message-citation-mode): New minor mode.
8313         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8314         (gnus-message-highlight-citation): New variables.
8315         (gnus-message-search-citation-line)
8316         (gnus-message-add-citation-keywords)
8317         (gnus-message-remove-citation-keywords)
8318         (turn-on-gnus-message-citation-mode)
8319         (turn-off-gnus-message-citation-mode): New functions.
8320
8321 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8322
8323         * gnus-cite.el: Enable highlighting of different citation levels in
8324         message-mode.
8325
8326 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-make-fqdn): Fix comment.
8329         (message-bogus-system-names): Add ".local".
8330
8331         * spam.el (spam-ifile-path, spam-ifile-program)
8332         (spam-ifile-database-path, spam-ifile-database)
8333         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8334         Don't use "path" inappropriately.
8335         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8336         strings.
8337         (spam-check-ifile, spam-ifile-register-with-ifile)
8338         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8339         new variable names.
8340
8341         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8342         (gnus-treat-display-smileys): Simplify using
8343         gnus-image-type-available-p.
8344
8345         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8346         available.
8347
8348         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8349         `display-images-p' if available.
8350
8351 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8354         one after turning on the buffer's multibyteness instead of decoding
8355         them directly in the unibyte buffer that causes unexpected conversion
8356         in Emacs 23 (unicode).
8357
8358 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * message.el (message-generate-hashcash): Fix custom type.
8361
8362 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8365
8366 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8369         disconnect icons.  Add help text.
8370
8371 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8374         negated to be consistent with the others we handle.
8375
8376 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8379         version of gnus-summary-buffer to something, so that we can use two
8380         article buffers at the same time.
8381
8382 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8385         trigger all the extra headers.
8386         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8387         sorting.
8388
8389 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8390
8391         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8392         solid groups.
8393
8394 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8395
8396         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8397
8398 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * legacy-gnus-agent.el: Add Copyright notice.
8401
8402 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8403
8404         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8405
8406 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8409
8410         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8411         to make it work reliably in CVS Emacs.
8412         (gnus-summary-limit-strange-charsets-predicate)
8413         (gnus-summary-limit-to-predicate): New functions.
8414
8415 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8416
8417         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8418         specifying array size.
8419         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8420         array if it is too small.
8421         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8422         (gnus-sort-threads-loop): New function.
8423
8424 2006-12-06  Chris Moore  <dooglus@gmail.com>
8425
8426         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8427         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8428
8429 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8430
8431         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8432         options.
8433
8434 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8437         DOS-ing the recipient.
8438
8439         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8440         the headers when creating the mapping to avoid mismappings.
8441         (nnweb-gmane-create-mapping): Always nix out old mapping.
8442
8443 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8446         and mm-verify-option to never.
8447
8448 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * message.el (message-signed-or-encrypted-p): New function.
8451         (message-forward-make-body): Use it.
8452
8453         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8454         Replace encode-coding-string with mm-encode-coding-string.
8455
8456 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * nneething.el (nneething-decode-file-name): Replace
8459         decode-coding-string with mm-decode-coding-string.
8460
8461         * gnus-int.el (gnus-open-server): Say failed server's name.
8462
8463 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8464
8465         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8466         strings to a single string.  Quote `errors-file-name'.
8467         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8468         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8469         Adjust calls.  Use `shell-quote-argument'.
8470
8471 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8472
8473         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8474         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8475
8476         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8477         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8478         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8479         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8480         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8481         (gnus-subscribe-newsgroup, gnus-1):
8482         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8483         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8484         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8485         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8486
8487 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8490         keystroke.
8491         (gnus-summary-limit-to-bodies): Implement headersp.
8492
8493 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8496
8497 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8500
8501 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * message.el (message-generate-hashcash): Expand range of values to
8504         include `opportunistic'.
8505         (message-send-mail): Use it.
8506
8507 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8510         and comment it.
8511
8512         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8513
8514 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-util.el (gnus-extract-address-components): Improve comment.
8517
8518 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-util.el (gnus-extract-address-components): Work with address in
8521         which the name portion contains @.
8522
8523         * lpath.el: Fbind custom-autoload.
8524
8525 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * gnus.el (gnus-start): Move custom group up.
8528         (gnus-select-method): Don't autoload, but make it available for
8529         `customize-variable'.
8530         (gnus-getenv-nntpserver): Don't autoload.
8531
8532 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8533
8534         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8535
8536 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * message.el (message-sendmail-extra-arguments): New variable.
8539         (message-send-mail-with-sendmail): Use it.
8540
8541 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8544         mm-with-unibyte-current-buffer to make string unibyte.
8545
8546         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8547         mm-string-as-multibyte.
8548
8549 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8550
8551         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8552         Reported by Werner Koch <wk@gnupg.org>.
8553
8554 2006-11-14  Daiki Ueno  <ueno@p360>
8555
8556         * mml2015.el: Autoload epa-select-keys when compiling.
8557
8558 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8559
8560         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8561         message-options.
8562         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8563
8564 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8565
8566         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8567         EasyPG (< 0.0.6).
8568         (mml2015-always-trust): New user option.
8569         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8570         prompt.
8571
8572 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * nntp.el (nntp-authinfo-force): New variable.
8575         (nntp-send-authinfo): Use it.
8576
8577 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8580         decode encoded words.  Improve prompt.  Add comment about forwarding.
8581         (message-replacement-char): Move up.
8582
8583 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8584
8585         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8586         instead of gnus-intersection because arguments of gnus-sorted-nunion
8587         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8588
8589 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8592         (message-simplify-subject-functions): Enable
8593         message-strip-subject-encoded-words by default.
8594
8595 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * message.el (message-strip-subject-encoded-words): New function.
8598         (message-simplify-subject-functions): New variable.
8599         (message-simplify-subject): Use it.  Fix typo in doc string.
8600         Support message-strip-subject-encoded-words.
8601
8602 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8603
8604         * gnus-diary.el (gnus-diary-delay-format-function):
8605         * nndiary.el (nndiary-reminders):
8606         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8607
8608 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-art.el (article-hide-boring-headers): Fetch date from
8611         gnus-original-article-buffer to avoid problems with localized date
8612         strings.
8613
8614 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8617
8618 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8621         New variables.
8622         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8623         (mm-charset-synonym-alist): Move some entries to
8624         mm-codepage-iso-8859-list.
8625         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8626         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8627
8628 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8631
8632 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8635         with Emacs 21 and XEmacs.
8636
8637 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * spam.el (spam-parse-address): New function for better parsing,
8640         catching errors, etc.
8641         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8642
8643 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * mm-view.el: Add interactive arg to html2text autoload.
8646
8647 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8650
8651 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8654         variables.
8655         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8656         (mm-charset-synonym-alist): Move some entries to
8657         mm-codepage-iso-8859-list.
8658
8659         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8660
8661 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * message.el (message-citation-line-format)
8664         (message-insert-formated-citation-line): Fix implementation of %E, %N
8665         and %n according to the doc string.
8666
8667 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8668
8669         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8670         car-safe to avoid bad parses.
8671
8672 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8675         names.
8676
8677         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8678
8679 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8682         header.
8683
8684         * message.el (message-draft-headers): Add Date.
8685         (message-headers-to-generate): Fix typo in docstring.
8686
8687         * nndraft.el (nndraft-required-headers): New variable.
8688         (nndraft-generate-headers): Use it.
8689
8690         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8691
8692 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * gnus-registry.el (gnus-registry-wash-for-keywords)
8695         (gnus-registry-find-keywords): New functions to allow easy searching of
8696         articles that are in the registry.
8697
8698 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8701         ietf-drums-parse-address instead of gnus-extract-address-components.
8702         Reported by Damien Elmes <damien@repose.cx>.
8703
8704 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus.el (gnus-mime): Remove unused custom group.
8707
8708 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8709
8710         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8711         "blank line" when searching for end of armor headers.
8712
8713 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gmm-utils.el (gmm-write-region): Fix variable name.
8716
8717 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gmm-utils.el (gmm-write-region): New function based on compatibility
8720         code from `mm-make-temp-file'.
8721
8722         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8723
8724         * nnmaildir.el (nnmaildir--update-nov)
8725         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8726         Use `gmm-write-region'.
8727
8728 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8731         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8732
8733         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8734
8735         * message.el (message-replacement-char): New variable.
8736         (message-fix-before-sending): Use it.
8737         (message-simplify-subject): New function to remove duplicate code.
8738         (message-reply, message-followup): Use it.
8739
8740         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8741         gnus-summary-limit-to-articles.
8742
8743 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-util.el (gnus-with-local-quit): New macro.
8746
8747         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8748
8749 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8752         ignore non-string data.
8753
8754 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8755
8756         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8757         non-string data (needs to be done in the registry too).
8758
8759 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8762         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8763         (gnus-registry-split-fancy-with-parent)
8764         (gnus-registry-fetch-simplified-message-subject-fast)
8765         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8766         Remove text properties on ingress into the registry and when it's saved.
8767         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8768         registry from entries with no groups.
8769
8770 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8771
8772         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8773         function to remove string properties.
8774
8775 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * gmm-utils.el (gmm): Adjust custom version.
8778
8779         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8780         custom version.
8781
8782         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8783
8784 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * gnus-art.el (gnus-insert-prev-page-button)
8787         (gnus-insert-next-page-button): Simplify.  Reformat.
8788
8789 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8790
8791         * gnus-art.el (gnus-insert-prev-page-button)
8792         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8793
8794 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8795
8796         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8797
8798 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8799
8800         * gnus-art.el (gnus-insert-mime-button)
8801         (gnus-insert-mime-security-button):
8802         Apply gnus-article-button-face to MIME and security buttons.
8803
8804 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8807         readable.
8808
8809 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8812
8813 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8814
8815         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8816         `browse-url-of-file' instead of `browse-url'.
8817
8818 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8819
8820         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8821         regexp.  Articles containing quotation were cut prematurely.
8822
8823 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * message.el (message-cite-original-1): Use nobody by default for the
8826         value of From header.
8827         (message-reply): Ditto.
8828
8829 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8830
8831         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8832         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8833         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8834
8835 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8838         mails in the doc string.  Add some URLs in comment.
8839         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8840
8841 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8844         backslashes handling and the way to find boundaries of quoted strings.
8845
8846 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8847
8848         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8849         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8850         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8851         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8852
8853 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8856         doc string.
8857         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8858
8859 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * lpath.el: Fbind epg-check-configuration.
8862
8863 2006-09-06  Simon Josefsson  <jas@extundo.com>
8864
8865         * mml2015.el (mml2015-use): Doc fix, mention epg.
8866
8867 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8868
8869         * mml2015.el (mml2015-use): Default to epg, if available.
8870
8871 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8872
8873         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8874         message-sender.
8875         (mml1991-epg-encrypt): Ditto.
8876         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8877         message-sender.
8878         (mml2015-epg-encrypt): Ditto.
8879
8880 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8881
8882         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8883         several common directories.
8884
8885 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8886
8887         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8888         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8889
8890 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-art.el (article-decode-encoded-words): Make it fast.
8893
8894 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8897
8898         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8899         in quoted string into `\'.
8900
8901 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8904         Use standard-syntax-table.
8905
8906 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-decode-address-function): New variable.
8909         (article-decode-encoded-words): Use it to decode headers which are
8910         assumed to contain addresses.
8911         (gnus-mime-delete-part): Remove useless `or'.
8912
8913         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8914         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8915         (gnus-nov-parse-line): Use it to decode From header.
8916         (gnus-get-newsgroup-headers): Ditto.
8917         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8918
8919         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8920         (mail-decode-encoded-address-string): New alias.
8921
8922         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8923         New function.
8924         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8925         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8926         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8927         (rfc2047-decode-string): Ditto.
8928         (rfc2047-decode-address-region): New function.
8929         (rfc2047-decode-address-string): New function.
8930
8931 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * message.el (message-caesar-buffer-body): Allow rotating headers.
8934
8935         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8936
8937         * message.el (message-insert-formated-citation-line): Fix %f.
8938         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8939
8940 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8943         (gnus-bookmark-mouse-available-p): New macro.
8944         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8945         (gnus-bookmark-bmenu-show-infos): Use it.
8946         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8947         (gnus-bookmark-bmenu-hide-infos): Ditto.
8948         (gnus-bookmark-remove-properties): New function.
8949         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8950         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8951         (gnus-bookmark-write-file): Bind coding-system-for-write.
8952         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8953         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8954         group before selecting it.
8955         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8956         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8957         quit-window if it is not available; use gnus-mouse-2 and bind it to
8958         gnus-bookmark-bmenu-select-by-mouse.
8959         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8960         (gnus-bookmark-bmenu-select-by-mouse): New function.
8961
8962 2006-08-13  Romain Francoise  <romain@orebokech.com>
8963
8964         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8965         space.
8966
8967 2006-08-10  Romain Francoise  <romain@orebokech.com>
8968
8969         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8970         (dns-mode-soa-auto-increment-serial): New user option.
8971         (dns-mode-soa-maybe-increment-serial): New function.
8972         (dns-mode): Add the latter to `write-contents-functions'.
8973
8974 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * compface.el (uncompface): Use binary rather than raw-text-unix.
8977
8978 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * compface.el (uncompface): Make sure the eol conversion doesn't take
8981         place when communicating with the external programs.  Reported by
8982         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8983
8984 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8987
8988 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8989
8990         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8991         Make it more robust by parsing author and date independently.
8992
8993 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8996
8997 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8998
8999         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9000         first matching secret key.
9001         (mml2015-epg-encrypt): Ditto.
9002
9003         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9004         first matching secret key.
9005         (mml1991-epg-encrypt): Ditto.
9006
9007         * mml2015.el (mml2015-encrypt-to-self): New user option.
9008         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9009         mml2015-epg-encrypt-to-self is set.
9010
9011         * mml1991.el (mml1991-encrypt-to-self): New variable.
9012         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9013         mml1991-epg-encrypt-to-self is set.
9014
9015         * mml2015.el (mml2015-signers): New user option.
9016         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9017         (mml2015-epg-encrypt): Allow to select signing keys.
9018
9019         * mml1991.el (mml1991-signers): New variable.
9020         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9021         (mml1991-epg-encrypt): Allow to select signing keys.
9022
9023 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * nnheader.el (nnheader-insert-head): Make it work even if the file
9026         uses CRLF for the line-break code.
9027
9028 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9029
9030         * mml2015.el: Require mml-sec instead of password.
9031         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9032         (mml2015-cache-passphrase): Inherit the default value from
9033         mml-secure-cache-passphrase.
9034         (mml2015-passphrase-cache-expiry): Inherit the default value from
9035         mml-secure-passphrase-cache-expiry.
9036
9037         * mml1991.el: Require mml-sec instead of password.
9038         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9039         (mml1991-cache-passphrase): Inherit the default value from
9040         mml-secure-cache-passphrase.
9041         (mml1991-passphrase-cache-expiry): Inherit the default value from
9042         mml-secure-passphrase-cache-expiry.
9043
9044         * mml-sec.el: Require password.
9045         (mml-secure-verbose): New user option.
9046         (mml-secure-cache-passphrase): New user option.
9047         (mml-secure-passphrase-cache-expiry): New user option.
9048
9049 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9050
9051         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9052         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9053         andreas@altroot.de (Andreas Vögele).
9054
9055         FIXME: Use `tiny change'?
9056
9057 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9058
9059         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9060         workaround for the url package included with Emacs.
9061
9062         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9063
9064 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9067         correctly.  This fixes a bug caused by the 2006-05-12 change.
9068
9069 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9070
9071         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9072         some information about the error when saying that the `bogus' mail
9073         group will be used.
9074
9075 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9078         string.
9079
9080 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9081
9082         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9083
9084 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9085
9086         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9087
9088 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9089
9090         * mml1991.el (mml1991-function-alist): Add epg.
9091         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9092         (mml1991-epg-encrypt): New functions.
9093
9094 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9095
9096         * mml2015.el (mml2015-verbose): New variable.
9097         (mml2015-cache-passphrase): Ditto.
9098         (mml2015-passphrase-cache-expiry): Ditto.
9099         (mml2015-function-alist): Add epg.
9100         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9101         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9102         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9103         functions.
9104
9105 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9106
9107         * message.el (message-cite-original-1): Preserve region when removing
9108         quoted text due to X-No-Archive in order to avoid bogus attribution
9109         when citing multiple messages.
9110
9111 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9114         Kenneth Jacker <khj@be.cs.appstate.edu>.
9115
9116 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-diary.el (gnus-user-format-function-d)
9119         (gnus-user-format-function-D): Autoload.
9120
9121         * imap.el (Commentary): Fix typo.
9122
9123         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9124         2006-04-22 contribution.
9125
9126 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9127
9128         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9129         It didn't really fix the bogosity I'm seeing with solid web groups.
9130
9131 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9134         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9135         created using server names.  If we use the feature without declaring
9136         it, Gnus does not properly manage server and group state.
9137
9138         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9139         bound.
9140
9141 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9142
9143         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9144         looking up the method using GROUP's prefix before inventing a new one.
9145         It is used on killed/unknown groups in various places where returning
9146         an all-new method isn't expected by the caller.
9147
9148         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9149         and match semantics of gnus-group-real-prefix.
9150
9151 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * nnmail.el (nnmail-broken-references-mailers): New variable.
9154         (nnmail-ignore-broken-references): New function generalizing
9155         nnmail-fix-eudora-headers.
9156         (nnmail-fix-eudora-headers): Now obsolete.
9157
9158         * gnus-art.el (gnus-button-handle-custom): Support
9159         `customize-apropos*'.
9160
9161 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9164
9165         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9166         articles.
9167
9168 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el (message-cite-reply-above): New variable.
9171         (message-yank-original): Use it.
9172
9173 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9176
9177 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9180         as read.
9181
9182         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9183
9184 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9187         (gnus-bookmark-default-file): Use gnus-directory.
9188         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9189         Remove "*" in doc string.
9190         (gnus-bookmark-write-file): Simplify.
9191         (gnus-bookmark-maybe-sort-alist): Use `when'.
9192         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9193         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9194         FIXME about Emacs 21 and XEmacs compatibility.
9195         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9196         compatibility.
9197         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9198         compatibility.
9199         (gnus-bookmark-menu-heading): Fix version.
9200
9201 2006-06-19  Bastien Guerry  <bzg@altern.org>
9202
9203         * gnus-bookmark.el: New file.
9204
9205 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * message.el (message-syntax-checks): Doc fix.
9208
9209 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9210
9211         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9212         unsubscribed groups as if they were killed ones.  It causes duplicate
9213         entries in gnus-newsrc-alist.
9214
9215 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * message.el (message-syntax-checks): Doc fix.
9218         (message-send-mail): Add check for continuation headers.
9219         (message-check-news-header-syntax): Fix regexp used to check for
9220         continuation headers.
9221
9222 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9225
9226 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9229
9230 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9233         default-truncate-lines.
9234
9235 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9238         to fill the utf-8 entry.
9239
9240         * lpath.el: Fbind unicode-precedence-list.
9241
9242 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9243
9244         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9245
9246 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9247
9248         * gnus-agent.el (directory-files-and-attributes): Move all the way
9249         forward (the third and final move).
9250         (gnus-agent-read-agentview): Trap reconstruction errors due to
9251         nonexistant directory.  Handle by returning nil.
9252
9253 2006-05-30  Didier Verna  <didier@xemacs.org>
9254
9255         * message.el (message-dont-reply-to-names): Update the custom type.
9256         * message.el (message-dont-reply-to-names): New defsubst: potentially
9257         convert a list of regexps into a single one.
9258         * message.el (message-get-reply-headers): Use it.
9259         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9260
9261 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-agent.el (directory-files-and-attributes): Move forward.
9264
9265 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-ml.el (gnus-mailing-list-subscribe)
9268         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9269         (gnus-mailing-list-message): Fix doc strings.
9270
9271 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9272
9273         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9274         of doing it manually.
9275
9276 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9279         comment.
9280
9281 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9282
9283         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9284         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9285         (gnus-agent-read-local): All symbols allocated in my-obarray.
9286         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9287         (gnus-agent-regenerate-group): Check numeric names to see if they are
9288         messages or groups.
9289         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9290         better way of do this...)
9291
9292         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9293         'dummy.group' (there should be a better way of do this...)
9294
9295 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9298         (gnus-saved-headers): Ditto.
9299         (gnus-default-article-saver): Mention functions may have properties.
9300         (gnus-article-save): Override gnus-save-all-headers and
9301         gnus-saved-headers by :headers property which saver function may have.
9302         (gnus-summary-save-in-file): Add :headers property.
9303         (gnus-summary-write-to-file): Ditto.
9304
9305         * gnus-sum.el (gnus-summary-save-article): Bind
9306         gnus-prompt-before-saving to t when saving many articles in a file;
9307         always show all headers.
9308
9309         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9310
9311 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9314         marks.
9315
9316         * message.el (message-indent-citation): Add optional arguments to allow
9317         using it outside of message buffers.
9318
9319         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9320         (gnus-article-treat-unfold-headers): Use it.
9321         (gnus-article-truncate-lines): New variable.
9322         (gnus-article-mode): Use it.
9323         (gnus-article-toggle-truncate-lines): New function.
9324
9325         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9326         gnus-article-toggle-truncate-lines.
9327
9328         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9329         coding system in XEmacs, use binary.
9330
9331 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9334         after-load-alist.
9335
9336         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9337         this function should save decoded articles.
9338         (gnus-summary-write-to-file): Use property to specify this function
9339         should save decoded articles and specify gnus-summary-save-in-file
9340         should be used to save articles other than the first one when saving
9341         many articles.
9342         (gnus-summary-save-body-in-file): Use property to specify this
9343         function should save decoded articles.
9344         (gnus-summary-write-body-to-file): Use property to specify this
9345         function should save decoded articles and specify
9346         gnus-summary-save-body-in-file should be used to save articles other
9347         than the first one when saving many articles.
9348
9349         * gnus-sum.el (gnus-summary-save-article): Simplify.
9350
9351 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-art.el (gnus-default-article-saver): Add
9354         gnus-summary-write-body-to-file.
9355         (gnus-article-save-coding-system): Don't use coding system object
9356         in XEmacs.
9357         (gnus-read-save-file-name): Add optional `dir-var' argument which
9358         specifies directory in which files are saved; work even if optional
9359         `variable' argument is not specified.
9360         (gnus-summary-write-to-file): Read file name.
9361         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9362         (gnus-summary-write-body-to-file): New function.
9363
9364         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9365         (gnus-summary-local-variables): Add it.
9366         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9367         (gnus-summary-save-article): Remove optional `decode' argument;
9368         determine whether to decode articles by the value of
9369         gnus-default-article-saver; when saving many files using
9370         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9371         it first and use gnus-summary-save-in-file or
9372         gnus-summary-save-body-in-file thereafter unless
9373         gnus-prompt-before-saving is always; move point to article which
9374         will be saved.
9375         (gnus-summary-save-article-file): Revert.
9376         (gnus-summary-write-article-file): Revert.
9377         (gnus-summary-save-article-body-file): Revert.
9378         (gnus-summary-write-article-body-file): New function.
9379
9380 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-art.el (gnus-default-article-saver): Doc fix.
9383         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9384         from gnus-summary-save-article-coding-system, and default to a
9385         certain coding system.
9386         (gnus-output-to-file): Add coding cookie and encode text according
9387         to gnus-article-save-coding-system; don't use mm-append-to-file.
9388
9389         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9390         gnus-art.el and rename to gnus-article-save-coding-system.
9391         (gnus-summary-save-article): Require gnus-art; don't show all
9392         headers if it decodes articles; don't add coding cookie here;
9393         don't bind mm-text-coding-system-for-write.
9394         (gnus-summary-save-article-file): Save decoded articles.
9395         (gnus-summary-write-article-file): When saving many files, use
9396         gnus-summary-write-to-file first and gnus-summary-save-in-file
9397         thereafter unless gnus-prompt-before-saving is always.
9398         (gnus-summary-save-article-body-file): Save decoded articles.
9399
9400         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9401
9402 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * nnrss.el (nnrss-check-group): Bind hash-index.
9405
9406 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9407
9408         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9409         its hash index.  Store this hash in `nnrss-group-data'.
9410         (nnrss-read-group-data): Update accordingly.
9411
9412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9415         entry.
9416
9417         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9418         gnus-article-browse-html-article.
9419
9420 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9421
9422         * gnus-sum.el (gnus-summary-mime-map): Add
9423         gnus-article-browse-html-article.
9424
9425         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9426
9427 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9430         suitable coding systems in customize.
9431
9432 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mail-source.el (mail-sources): Fix custom type.
9435
9436 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9439         (gnus-summary-expire-articles-now): Shorten prompt.
9440
9441         * gmm-utils.el (wid-edit): Require.
9442         (defun-gmm): Renamed from `gmm-defun-compat'.
9443         (gmm-image-search-load-path): Use it.
9444         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9445
9446 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9449         variable.
9450         (gnus-summary-save-article): Add optional `decode' argument.  If
9451         it is set and gnus-summary-save-article-coding-system is non-nil,
9452         save decoded article.
9453         (gnus-summary-write-article-file): Save decoded article if
9454         gnus-summary-save-article-coding-system is non-nil.
9455
9456         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9457         type.
9458
9459 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9462
9463 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9466         first to test gnus-single-article-buffer which may be buffer-local.
9467
9468         * gnus-sum.el (gnus-summary-setup-buffer): Make
9469         gnus-single-article-buffer buffer-local and nil in ephemeral
9470         group; make gnus-article-buffer, gnus-article-current, and
9471         gnus-original-article-buffer always buffer-local.
9472         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9473         group.
9474         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9475
9476 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * nnml.el (nnml-request-compact-group): Compressed files might not
9479         have .gz extension.
9480
9481 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9482
9483         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9484         (mm-copy-to-buffer): Use with-current-buffer.
9485         (mm-display-part): Simplify.
9486         (mm-inlinable-p): Add optional arg `type'.
9487
9488 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9489
9490         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9491         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9492         Try harder to show the attachment internally or externally using
9493         gnus-mime-view-part-as-type.
9494
9495 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * message.el (message-from-style, message-signature-separator)
9498         (message-user-organization-file, message-send-mail-function)
9499         (message-citation-line-function, message-yank-prefix)
9500         (message-indent-citation-function, message-signature)
9501         (message-signature-file, message-signature-insert-empty-line):
9502         Remove autoloads.
9503
9504         * gnus-art.el (gnus-buttonized-mime-types): Remove
9505         "multipart/signed".  Revert 2006-04-26 change.
9506
9507 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * gnus.el (gnus-version-number): Bump version.
9510
9511 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9512
9513         * gnus.el: No Gnus v0.5 is released.
9514
9515 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9516
9517         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9518         fetching articles by message-id.
9519
9520 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * message.el (hashcash): Require hashcash as normal.
9523
9524         * ecomplete.el (ecomplete-highlight-match-line): Use
9525         point-at-eol.
9526         (ecomplete-highlight-match-line): Use `highlight', because that
9527         face exists in both Emacs and XEmacs.
9528
9529         * message.el (message-display-abbrev): Use point-at-bol.
9530
9531         * mail-source.el: Don't require timer/timer-funcs.
9532
9533         * gnus-async.el: Ditto.
9534
9535         * password.el: Ditto.
9536
9537         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9538
9539         * mm-url.el: Ditto.
9540
9541         * gnus-xmas.el: Don't require timer-funcs.
9542
9543         * mm-util.el: Require timer/timer-funcs.
9544
9545 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9546
9547         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9548         Close.
9549
9550 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9553         unibyte after clear-decrypt function runs.
9554
9555         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9556         returns as a unibyte string.
9557
9558 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * lpath.el: Revert.
9561
9562         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9563         (pgg-gpg-process-sentinel): Revert.
9564
9565         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9566         (pgg-pgp-lookup-key): Revert.
9567
9568         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9569         (pgg-pgp5-lookup-key): Revert.
9570
9571         * pgg.el (pgg-fetch-key): Revert.
9572
9573 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * lpath.el: Fbind string-as-multibyte for XEmacs.
9576
9577         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9578         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9579         (mml1991-pgg-encrypt): Ditto.
9580
9581         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9582         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9583         a multibyte buffer.
9584
9585         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9586         (pgg-pgp-lookup-key): Ditto.
9587
9588         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9589         (pgg-pgp5-lookup-key): Ditto.
9590
9591         * pgg.el (pgg-fetch-key): Ditto.
9592
9593 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * message.el (message-user-organization-file): Check several
9596         locations of the organization file.
9597
9598         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9599         Add gnus-article-view-part-as-type.
9600
9601         * gnus-art.el (gnus-article-view-part-as-type): New function.
9602
9603         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9604         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9605
9606         * mml.el: Simplify autoload.
9607         (mml-mode): defvar dnd-protocol-alist instead of using
9608         symbol-value.
9609         (mml-default-directory): New variable.
9610         (mml-minibuffer-read-file): Use it.
9611         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9612
9613         * message.el (message-citation-line-format): New variable.
9614         (message-insert-formated-citation-line): New function.
9615         (message-citation-line-function): Add
9616         `message-insert-formated-citation-line' to custom type.
9617
9618         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9619         to doc string.
9620
9621         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9622         depending on mm-verify-option.
9623
9624 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9627         binding pgg-* variables; reimplement the section which prevents
9628         MIME header from being signed.
9629         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9630         pgg-text-mode; remove a blank line at the top of body.
9631
9632         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9633         lines at the top of body; use gnus-newsgroup-charset if there's no
9634         Charset header.
9635
9636 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * message.el (message-self-insert-commands): Doc fix.
9639
9640         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9641         (mm-uu-pgp-encrypted-test): Ditto.
9642         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9643         between header and body; return application/pgp-encrypted handle
9644         if decryption failed; decode decrypted body by charset.
9645
9646         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9647         element match to application/pgp-*.
9648
9649 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9650
9651         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9652         HTML.
9653
9654 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * mail-source.el (mail-source-call-script): Message the error
9657         string.
9658
9659 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-util.el (gnus-byte-compile): Use it.
9662
9663 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9664
9665         * gnus-util.el (kill-empty-logs): New function.
9666
9667 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * message.el (message-mail-alias-type): Doc fix.
9670         (message-mail-alias-type-p): New function.
9671         (message-send): Use it.
9672         (message-mode): Ditto.
9673         (message-strip-forbidden-properties): Ditto.
9674
9675         * ecomplete.el (ecomplete-database-file-coding-system): New
9676         variable.
9677         (ecomplete-save): Use it.
9678         (ecomplete-setup): Use it.
9679
9680 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * message.el (message-self-insert-commands): New variable.
9683         (message-strip-forbidden-properties): Use it.
9684
9685 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9688         that doesn't make XEmacs choke.
9689
9690 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-util.el (gnus-replace-in-string):
9693         Prefer replace-regexp-in-string over of replace-in-string.
9694
9695 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-util.el (gnus-select-frame-set-input-focus):
9698         Use select-frame-set-input-focus if it is available in XEmacs; use
9699         definition defined in Emacs 22 for old Emacsen.
9700
9701         * dgnushack.el: Autoload unmorse-region for XEmacs.
9702
9703         * lpath.el: Bind cursor-in-non-selected-windows and
9704         select-frame-set-input-focus for XEmacs.
9705
9706 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9709
9710 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9711
9712         * gnus-registry.el (gnus-registry-cache-save): Remove text
9713         properties when saving via the temp buffer.
9714
9715 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * message.el (message-generate-hashcash): Honor custom type.
9718
9719 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * message.el (message-generate-hashcash): Default to non-nil when
9722         hashcash is found.
9723
9724         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9725         (gnus-refer-thread-limit): Increase default to 500.
9726
9727         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9728
9729         * flow-fill.el (fill-flowed): Allow delete-space.
9730
9731 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9734         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9735         Remove autoloads.
9736
9737 2006-04-18  Simon Josefsson  <jas@extundo.com>
9738
9739         * message.el (message-generate-hashcash): Default to.
9740
9741 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9744         concatenating segments rather than before concatenating them.
9745
9746 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9749
9750 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9753
9754         * message.el (message-forward-make-body-plain): Allow
9755         message-forward-ignored-headers to be a list.
9756         (message-remove-ignored-headers): Factor out into function.
9757         (message-forward-make-body-mml): Use it.
9758
9759         * imap.el (imap-quote-specials): New function.
9760         (imap-login-auth): Quote specials.
9761
9762         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9763         (rfc2231-parse-string): Allow concatanation of parameters that
9764         aren't contiguous.  The test case is
9765           (mail-header-parse-content-type "message/external-body;
9766             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9767             access-type=LOCAL-FILE;
9768             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9769
9770 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9771
9772         * nntp.el (nntp-accept-process-output): Return the value of
9773         `nnheader-accept-process-output'.
9774
9775 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9778         (gnus-button-alist): Recognize more diff formats.
9779         (gnus-button-patch): Strip directory.
9780
9781 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9784         Emacs 22 when setting focus.
9785
9786 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-art.el (gnus-article-treat-types): Do treatment of
9789         text/x-verbatim parts.
9790         (gnus-button-patch): New command.
9791
9792         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9793         addresses that contain invalid characters.
9794
9795 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * message.el (message-put-addresses-in-ecomplete): Use
9798         gnus-replace-in-string.
9799         (message-is-yours-p): Use the more correct
9800         mail-header-parse-address instead of
9801         mail-extract-address-components.
9802         (message-put-addresses-in-ecomplete): Fix typo.
9803
9804         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9805         keystroke.
9806
9807         * gnus-art.el (gnus-treatment-function-alist): Change order of
9808         newsgroups/generic header folding to avoid double-folding.
9809
9810         * message.el (message-hidden-headers): Add X-Draft-From.
9811
9812         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9813         command.
9814         (gnus-summary-repeat-search-article-backward): New command.
9815
9816         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9817         groups in the parent topic.
9818
9819 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9820
9821         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9822         (spam-extra-header-to-number): Return the CRM114 number as a
9823         number instead of a string.
9824
9825 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * gnus-art.el (gnus-face-properties-alist): Moved here from
9828         gnus-fun.
9829
9830         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9831
9832 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * message.el (message-strip-forbidden-properties): Only display on
9835         self-insert-command.
9836
9837         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9838         reindent.
9839         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9840
9841 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9842
9843         * smiley.el (smiley-style): Fix typo.
9844
9845 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * hashcash.el (hashcash-insert-payment-async-2): Use
9848         message-goto-eoh instead of doing it manually.
9849         (mail-add-payment): Use message-narrow-to-header instead of trying
9850         to do the same itself.
9851
9852         * message.el (message-hidden-headers): Add Face.
9853
9854         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9855         reparenting code.
9856         (gnus-summary-reparent-children): Refactored out code.
9857         (gnus-summary-thread-map): New keystroke.
9858         (gnus-summary-reparent-children): Make into command.
9859
9860         * smiley.el (smiley-style): Default to `medium' if using a large
9861         font.
9862
9863         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9864         does it itself.
9865
9866         * message.el (message-point-in-header-p): Simplify definition.
9867
9868 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * nnagent.el (nnagent-request-set-mark): Silence log file
9871         writing.
9872         (nnagent-request-set-mark): Use write-region instead of
9873         append-to-file.
9874
9875         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9876         strange select method.
9877
9878         * ecomplete.el (ecomplete-display-matches): Get highlightling
9879         right.
9880         (ecomplete-display-matches): Use literals.
9881         (ecomplete-display-matches): Disable message logging.
9882
9883         * message.el (message-display-abbrev): Small optimization.
9884
9885         * ecomplete.el (ecomplete-display-matches): Allow automatic
9886         display.
9887
9888         * message.el (message-strip-forbidden-properties): Display
9889         abbrevs.
9890         (message-display-abbrev): Get automatic display right.
9891
9892         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9893         keystrokes.
9894
9895 2006-04-13  Romain Francoise  <romain@orebokech.com>
9896
9897         TODO: Backport to v5-10!
9898
9899         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9900         Moved here (and renamed) from gnus-registry.el.
9901
9902         * gnus-registry.el: Require gnus-util.
9903         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9904
9905 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * gnus-group.el (gnus-group-catchup-current): Change
9908         if-then-else-if-then-else into cond.
9909         (gnus-group-catchup): Indent.
9910         (group-name-at-point): New function.
9911         (gnus-fetch-group): Provide default from thing at point.
9912
9913 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * message.el (message-display-abbrev): Fix regexp.
9916
9917         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9918         choosing.
9919         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9920         dead variables.
9921
9922         * message.el (message-newline-and-indent): Remove debugging.
9923         (message-display-abbrev): Use new implementation.
9924
9925 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-art.el (gnus-article-mode): Set
9928         cursor-in-non-selected-windows to nil.
9929
9930         * smiley.el: Revert previous change.
9931         (smiley-data-directory): defvar it before using it in the
9932         defcustom of `smiley-style'.
9933
9934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * message.el (message-newline-and-indent): New function.
9937
9938         * ecomplete.el: Implement more bits.
9939
9940         * message.el (message-put-addresses-in-ecomplete): Clean up the
9941         string.
9942
9943         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9944
9945         * gnus-sum.el (gnus-summary-save-parts): Bind
9946         gnus-summary-save-parts-counter and use it to make unique file
9947         names.
9948
9949         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9950
9951         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9952         parameter to say whether to actually parse the individual
9953         addresses.
9954
9955         * message.el (message-put-addresses-in-ecomplete): New function.
9956         (ecomplete): Require.
9957         (message-mail-alias-type): Add ecomplete as an option.
9958
9959 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9960
9961         * flow-fill.el (fill-flowed): Remove trailing space from blank
9962         quoted lines.
9963
9964 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9965
9966         * smiley.el (smiley-style): Move definition later to avoid a
9967         compilation warning.
9968
9969 2006-04-12  Kenichi Handa  <handa@m17n.org>
9970
9971         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9972         buffer and then decode the buffer text if necessary.
9973         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9974         first, and after mm-encode-body, change the buffer to unibyte.
9975         Use mm-disable-multibyte instead of set-buffer-multibyte.
9976
9977 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9980         Content-Type header instead of Content-Disposition header.
9981         (gnus-mime-inline-part): Ditto.
9982         (gnus-mime-view-part-as-charset): Ignore charset that the part
9983         specifies.
9984
9985         * mm-decode.el (mm-display-part): Work with external parts and
9986         usual parts similarly.
9987
9988         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9989         instead of gnus-display-mime.
9990
9991         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9992         instead of with-temp-buffer.
9993
9994         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9995         tag to summarized topics part in order to encode non-ASCII text.
9996
9997 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * smiley.el (smiley-style): New variable.
10000         (smiley-directory): New function.
10001         (smiley-data-directory): Derive from `smiley-style' using
10002         `smiley-directory'.
10003         (smiley-regexp-alist): Add new entries.
10004
10005         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10006         (gnus-article-browse-delete-temp): Add :version.
10007
10008 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10009
10010         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10011         the sieve region.
10012
10013 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * gnus.el (gnus-version-number): Bump version.
10016
10017 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus.el: No Gnus v0.4 is released.
10020
10021 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10024         layout.
10025
10026         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10027         unknown charset.
10028
10029         * message.el (message-header-synonyms): Add Original-To to the
10030         default.
10031
10032         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10033         optional parameter.
10034
10035 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-fun.el (gnus): Require it for gnus-directory.
10038
10039 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10042
10043 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10044
10045         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10046
10047 2006-04-05  Simon Josefsson  <jas@extundo.com>
10048
10049         * password.el (password-reset): New function.
10050
10051 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10052
10053         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10054         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10055
10056 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10057
10058         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10059         Some whitespace was matched into the url, which broke browsing hits
10060         > 100 when mm-url-use-external was nil.
10061
10062 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10065         gnus-extra-headers for 'Newsgroups.
10066
10067         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10068         bound.
10069
10070 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10071
10072         * pgg-gpg.el: Clean up process buffers every time gpg processes
10073         complete.
10074
10075 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10078         doc string.
10079
10080 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * pgg-gpg.el (pgg-gpg-process-filter)
10083         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10084
10085         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10086         lines, temporary fix.
10087
10088 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10091
10092 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10093
10094         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10095         default-enable-multibyte-characters.  This reverts the change from
10096         revision 6.17 which is no longer necessary because the passphrase
10097         is sent separately now.  GnuPG messages are unreadable under
10098         multibyte locales with default-enable-multibyte-characters set to
10099         nil.
10100
10101 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * message.el (message-tool-bar-gnome): Move "spell".
10104
10105 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10108         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10109         instead.
10110
10111 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10112
10113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10114         newsgroups handling for NNTP overviews which don't include
10115         Newsgroups.
10116
10117 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10118
10119         * message.el (message-resend): Bind message-generate-hashcash to nil.
10120
10121 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10122
10123         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10124         when searching for already-paid recipients.
10125
10126 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10127
10128         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10129         passphrases when it is not needed.
10130         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10131         passphrase stuff from gpg, should only be necessary when you use
10132         gpg with a smartcard.
10133
10134 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * mml.el (mml-insert-mime): Ignore cached contents of
10137         message/external-body part.
10138
10139         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10140         (mm-insert-part): Ditto.
10141
10142 2006-03-23  Simon Josefsson  <jas@extundo.com>
10143
10144         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10145         Reiner.
10146         (pgg-gpg-use-agent-p): Use it again.
10147
10148 2006-03-23  Simon Josefsson  <jas@extundo.com>
10149
10150         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10151         older emacsen.
10152         (pgg-gpg-use-agent-p): Don't use it.
10153
10154 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10157         if we can.
10158
10159 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10160
10161         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10162         (pgg-gpg-update-agent): New function.
10163         (pgg-gpg-use-agent-p): New function.
10164         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10165         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10166         (pgg-gpg-sign-region): Use it.
10167
10168 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10171         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10172
10173 2006-03-21  Simon Josefsson  <jas@extundo.com>
10174
10175         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10176         <wilde@sha-bang.de>.
10177         (pgg-gpg-use-agent): New variable.
10178         (pgg-gpg-process-region): Use it.
10179         (pgg-gpg-encrypt-region): Likewise.
10180         (pgg-gpg-encrypt-symmetric-region): Likewise.
10181         (pgg-gpg-decrypt-region): Likewise.
10182         (pgg-gpg-sign-region): Likewise.
10183         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10184
10185 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10188
10189         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10190         Add comment on version.
10191
10192 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * smiley.el: Add missing test smiley.
10195
10196 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * mm-decode.el (mm-with-part): New macro.
10199         (mm-get-part): Use it; work with message/external-body as well.
10200         (mm-save-part): Treat name and filename equally.
10201
10202         * mm-extern.el (mm-extern-cache-contents): New function.
10203         (mm-inline-external-body): Use it; force the part to be displayed;
10204         move undisplayer added to the cached handle to the parent.
10205
10206         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10207         (gnus-mime-view-part-as-type): Work with message/external-body.
10208
10209         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10210
10211 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10214         images in image-load-path.  [Sync with image.el, revision 1.60, in
10215         Emacs.]
10216
10217 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10220         path rather than symbol.  Always return list of directories.
10221         Guarantee that image directory comes first.  [Sync with image.el,
10222         revision 1.59, in Emacs.]
10223
10224         * message.el (message-make-tool-bar): Adjust to new API of
10225         `gmm-image-load-path-for-library'.
10226
10227         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10228
10229         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10230
10231 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232
10233         * gnus-art.el (gnus-article-only-boring-p):
10234         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10235         intangible text.
10236         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10237
10238 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10241         `defun' instead of `gmm-defun-compat'.
10242
10243 2006-03-14  Simon Josefsson  <jas@extundo.com>
10244
10245         * message.el (message-unique-id): Don't use message-number-base36
10246         if (user-uid) is a float.
10247         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10248
10249 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10252
10253         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10254         empty line between a part and a message part.
10255
10256 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * smiley.el: Add more test smileys.
10259         (smiley-data-directory, smiley-regexp-alist)
10260         (gnus-smiley-file-types): Fix doc strings.
10261         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10262         adding new elements.
10263         (smiley-mouse-map): Unused code.  Make it a comment.
10264
10265 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10268         scan latest NoCeM messages instead of old ones.
10269         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10270         delimiters that are recently used.
10271         (gnus-nocem-load-cache): Add autoload cookie.
10272
10273         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10274
10275         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10276         level which is larger than gnus-use-nocem is specified.
10277
10278         * gnus-group.el (gnus-group-get-new-news): Ditto.
10279
10280 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gnus-util.el (gnus-tool-bar-update): New function.
10283
10284         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10285         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10286
10287         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10288
10289         * gnus-group.el (gnus-group-redraw-when-idle)
10290         (gnus-group-redraw-check): Remove.
10291         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10292
10293 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10296         if optional last element is specified in splits (FIELD VALUE...).
10297
10298 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10301         to gmm-image-load-path-for-library.  Call with no-error argument.
10302         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10303
10304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10305
10306         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10307
10308         * gmm-utils.el (gmm-image-load-path): Remove alias.
10309
10310 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gmm-utils.el (gmm-image-load-path): Add alias.
10313
10314         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10315         nnml-generate-nov-databases-1.
10316         (nnml-generate-nov-databases): Use it.
10317         (nnml-generate-nov-databases-directory): Document no-active
10318         argument.
10319
10320         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10321         directory if path is t.  Add no-error.
10322
10323         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10324         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10325
10326         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10327         resetting gnus-article-browse-html-temp-list.
10328
10329         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10330         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10331         Add example to docstring.  Rename local variables.  Move error
10332         checks to default case in cond and simplify.
10333
10334 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10337         handle is multipart when calling it recursively.
10338         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10339
10340 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10341
10342         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10343         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10344
10345 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10348         is loaded.
10349
10350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10351         loaded.
10352
10353 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10356         to "Emacs 23 (unicode)" in doc string.
10357
10358         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10359         "Emacs 23 (unicode)" in comment.
10360
10361 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10364
10365         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10366         characters 160 through 255 in Emacs 23.
10367
10368 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10371         gnus-article-browse-html-temp.
10372         (gnus-article-browse-delete-temp): Make it customizable.  Add
10373         `file'.  Adjust doc string.
10374         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10375         query for each file.  Adjust doc string.
10376         (gnus-article-browse-html-parts): Add
10377         `gnus-article-browse-delete-temp-files' to
10378         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10379
10380 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10381
10382         * gnus-art.el (gnus-article-browse-html-temp)
10383         (gnus-article-browse-delete-temp): New variables.
10384         (gnus-article-browse-delete-temp-files): New function.
10385         (gnus-article-browse-html-parts): Use it.
10386
10387 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10390
10391         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10392         string.
10393
10394         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10395         gnus-summary-insert-new-articles when unplugged.  Remove
10396         gnus-summary-search-article-forward.
10397
10398         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10399         display-visual-class instead of display-color-cells.
10400
10401 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * dgnushack.el: Autoload customize-group for XEmacs.
10404
10405         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10406         message/* containing non-ASCII text properly.
10407
10408 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * message.el: Require gmm-utils, remove autoloads.
10411         (message-tool-bar): Set default based on
10412         gmm-tool-bar-style.
10413         (message-tool-bar-gnome): Add gmm-customize-mode.
10414
10415         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10416         gmm-tool-bar-style.
10417         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10418
10419         * gnus-group.el (gnus-group-tool-bar): Set default based on
10420         gmm-tool-bar-style.
10421         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10422
10423         * gmm-utils.el (gmm-image-directory): Rename variable from
10424         gmm-image-load-path.
10425         (gmm-image-load-path): Use gmm-image-directory.
10426         (gmm-customize-mode): New function.
10427         (gmm-tool-bar-style): New variable.
10428
10429         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10430         gnus-group-redraw-line-number.
10431         (gnus-group-redraw-check): Simplify.
10432         (gnus-group-tool-bar-update): Remove redraw check.
10433         (gnus-group-make-tool-bar): Add redraw check.
10434
10435 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10436
10437         * gnus-art.el (gnus-button): Add missing parentheses.
10438
10439 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * lpath.el: Fbind line-number-at-pos.
10442
10443 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10446
10447 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-art.el (gnus-button): New face.
10450         (gnus-article-button-face): Use it.
10451
10452         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10453         gnus-summary-next-page.  Re-order.
10454
10455         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10456         next-node are now included.
10457         (gnus-group-redraw-line-number): New internal variable.
10458         (gnus-group-redraw-check): Helper function for updating the tool
10459         bar.
10460         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10461
10462         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10463
10464         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10465         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10466         Use it to match format of Spamassassin 3.0 and later.  Reported by
10467         IRIE Tetsuya <irie@t.email.ne.jp>.
10468         (spam-check-bogofilter)
10469         (spam-bogofilter-register-with-bogofilter): Fix args of
10470         `gnus-error' calls.
10471
10472 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10473
10474         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10475         unnecessary interaction when sending queued mails.  Reported by
10476         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10477
10478 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10481         first or last are nil.
10482
10483 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10484
10485         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10486
10487 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10490
10491 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * dns.el (query-dns): Protect more against buggy tcp output.
10494
10495 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10498         nov.php.
10499
10500 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10501
10502         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10503         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10504         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10505         output on the server side.
10506         (nnweb-google-create-mapping): Update regexps and add some
10507         progress indication.
10508
10509 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10512         gnus-agent-toggle-plugged.  Re-order icons.
10513         (gnus-group-tool-bar-gnome): Add
10514         gnus-group-{prev,next}-unread-group.
10515         (gnus-group-tool-bar-gnome): Re-order icons.
10516
10517         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10518         gnus-summary-insert-new-articles.
10519
10520         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10521         comments.
10522
10523         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10524         also available in Emacs 21.3.
10525
10526         * message.el (message-fix-before-sending): Change "Emacs 22" to
10527         "Emacs 23 (unicode)" in comment.
10528
10529         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10530         "Emacs 23 (unicode)" in comment.
10531
10532         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10533         comment.
10534         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10535
10536         * mm-view.el (mm-fill-flowed): Add :version.
10537
10538 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10541         and load-path.
10542
10543 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * message.el: Autoload gmm-image-load-path.
10546         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10547         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10548         consitency.
10549
10550         * gmm-utils.el (gmm-image-load-path): Also search in
10551         "../etc/images".  Don't set gmm-image-load-path if we don't find
10552         the image.
10553
10554 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gmm-utils.el (gmm-image-load-path): Don't make
10557         `gmm-image-load-path' include subdirectories which the second arg
10558         `image' might specify.
10559
10560         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10561         subdirectory to icon file names.
10562
10563         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10564
10565 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10568         gmm-image-load-path calls.
10569
10570         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10571
10572         * message.el (message-make-tool-bar): Ditto.
10573
10574         * mml.el (mml-preview): Added comment concerning tool bar icons.
10575
10576         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10577         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10578
10579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10580         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10581
10582         * message.el (message-tool-bar-gnome): Use new icon names.
10583         (message-make-tool-bar): Use `gmm-image-load-path'.
10584
10585         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10586         functions from MH-E.
10587         (gmm-image-load-path): New variable from MH-E.
10588         (gmm-image-load-path): New function from MH-E.  Added arguments
10589         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10590         *-image-load-path-called-flag.
10591
10592 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10593
10594         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10595
10596 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10597
10598         * nnimap.el (nnimap-request-move-article): Change folder back to
10599         source group before deleting.
10600
10601 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10604
10605         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10606         mm-url.
10607
10608         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10609
10610 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10613         coding system which mm-charset-to-coding-system returns for a
10614         given charset is valid.
10615
10616 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10617
10618         * html2text.el (html2text-remove-tag-list):
10619         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10620
10621 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10622
10623         * gnus-cus.el: Revert 2005-10-17 change.
10624
10625 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-art.el (article-strip-banner): Call
10628         article-really-strip-banner only when the regexp match is made.
10629
10630 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-art.el (article-strip-banner): Use
10633         gnus-extract-address-components instead of
10634         mail-header-parse-addresses to make it work with non-ASCII text;
10635         remove mail-encode-encoded-word-string.
10636
10637         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10638         values which are surrounded with \"...\"; make it never cause a
10639         Lisp error; give up parsing of parameters if it failed in
10640         extracting type.
10641
10642 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10643
10644         * smime.el (smime-cert-by-ldap-1): Fix bug where
10645         `smime-ldap-search' returns results without userCertificates.
10646
10647 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10650
10651 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * spam.el (spam-check-spamassassin-headers): Adapt format for
10654         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10655         <ari@mbf.ocn.ne.jp>.
10656         (spam-list-of-processors): Add spam-use-gmane.
10657
10658 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10661         make-temp-file; make it work with XEmacs as well.
10662
10663         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10664         mm-make-temp-file.
10665
10666         * mm-decode.el (mm-display-external): Use the 3rd arg of
10667         mm-make-temp-file.
10668         (mm-create-image-xemacs): Ditto.
10669
10670 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10673         with message-narrow-to-headers.
10674         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10675         (gnus-draft-check-draft-articles): New function.
10676         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10677
10678 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * gnus-art.el (gnus-article-browse-html-parts):
10681         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10682         Don't use suffix argument for mm-make-temp-file for Emacs 21
10683         compatibility.  Remove useless `format'.
10684
10685 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10686
10687         * nnweb.el (nnweb-google-wash-article): Update regexps.
10688         (nnweb-group-alist): Use defvoo instead of defvar.
10689
10690 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10693         re-loading nn* modules.
10694
10695 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10698         for `tool-bar-mode' and don't check it's default-value.
10699
10700         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10701
10702         * message.el (message-make-tool-bar): Ditto.
10703
10704         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10705         `substring'.  Shorten tmp-file name.
10706
10707         * gnus.el: Remove bogus comment.
10708
10709 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10710
10711         * gnus-art.el (gnus-article-browse-html-parts): New function.
10712         (gnus-article-browse-html-article): New function for viewing html
10713         articles with a browser.
10714
10715 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10716
10717         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10718         in elisp.
10719         (pgg-gpg-encrypt-symmetric-region): Ditto.
10720         (pgg-gpg-sign-region): Ditto.
10721
10722         * pgg-def.el (pgg-text-mode): New variable.
10723
10724         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10725         (mml2015-pgg-encrypt): Ditto.
10726
10727         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10728         (mml1991-pgg-encrypt): Ditto.
10729
10730 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10733         message-make-date instead of current-time-string.
10734
10735         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10736         to gnus-decoded which mm-uu might set.
10737
10738 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10741         don't decode quoted parameters; remove misimported Emacs code.
10742         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10743         (rfc2231-decode-encoded-string): Don't use split-string which
10744         behaves differently according to Emacs version; use
10745         mm-decode-coding-region to convert charset to coding-system.
10746         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10747         (rfc2231-encode-string): Remove misimported Emacs code.
10748
10749 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10752         when calling mail-header-parse-content-type.
10753         (article-de-quoted-unreadable): Ditto.
10754         (article-de-base64-unreadable): Ditto.
10755         (article-wash-html): Ditto.
10756
10757         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10758         calling mail-header-parse-content-type and
10759         mail-header-parse-content-disposition.
10760         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10761         mail-header-parse-content-type.
10762
10763         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10764         insert charset and format parameters; encode description after
10765         inserting it to buffer.
10766         (mml-insert-parameter): Fold lines properly even if a parameter is
10767         segmented into two or more lines; change the max column to 76.
10768
10769         * rfc1843.el (rfc1843-decode-article-body): Don't use
10770         ignore-errors when calling mail-header-parse-content-type.
10771
10772         * rfc2231.el (rfc2231-parse-string): Return at least type if
10773         possible; don't cause an error even if it fails in parsing of
10774         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10775         (rfc2231-encode-string): Don't break lines at the beginning, leave
10776         it to mml-insert-parameter.
10777
10778         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10779         calling mail-header-parse-content-type.
10780
10781 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * spam-report.el (spam-report-gmane-use-article-number):
10784         Improve doc string.
10785         (spam-report-gmane-internal): Check if a suitable header was found
10786         in the article.
10787
10788 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10791         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10792
10793 2006-02-05  Romain Francoise  <romain@orebokech.com>
10794
10795         Update copyright notices of all files in the gnus directory.
10796
10797 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10798
10799         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10800
10801 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10804         segmented lines of parameter value to cope with Thunderbird 1.5
10805         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10806         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10807         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10808
10809 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10810
10811         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10812         parts.
10813
10814 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10815
10816         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10817         there's only one active file for all servers.
10818         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10819         solid groups.  Gnus might have used a FAST request to select the group.
10820         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10821         and nnweb-search redundantly in the active file.
10822         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10823         (nnweb-request-create-group): Don't use ARGS.
10824         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10825         initialisations.  Let nnoo do the work.
10826
10827 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10830         Say the part has been decoded.
10831
10832         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10833
10834 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10835
10836         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10837         mailcap-viewer-test-cache when there's no 'test clause, since that
10838         will invert the meaning of a "nil" test previously determined by
10839         mailcap-mailcap-entry-passes-test.
10840
10841 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10844         compiling.
10845
10846         * gnus-sum.el: Ditto.
10847
10848         * message.el: Don't bind tool-bar-map when compiling.
10849
10850 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10853
10854 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10855
10856         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10857         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10858         current Google Groups.
10859
10860 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10863         and tool-bar-mode.
10864
10865         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10866         and tool-bar-mode.
10867
10868         * message.el (message-tool-bar-update): Simplify.
10869         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10870
10871         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10872         gnus-summary-buffer.
10873         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10874         gnus-summary-reply.
10875
10876         * gmm-utils.el (gmm): Add :version.
10877
10878 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * Makefile.in (clean): New rule.
10881         (distclean): Use it.
10882
10883 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10884
10885         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10886         autoload.
10887
10888 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gmm-utils.el (gmm-verbose): Add :group.
10891
10892 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * message.el: Change some comments WRT tool-bars.
10895
10896         * gnus-sum.el (gnus-summary-tool-bar)
10897         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10898         (gnus-summary-tool-bar-zap-list): New variables.
10899         (gnus-summary-make-tool-bar): Complete rewrite using
10900         `gmm-tool-bar-from-list'.
10901
10902         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10903         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10904         variables.
10905         (gnus-group-make-tool-bar): Complete rewrite using
10906         `gmm-tool-bar-from-list'.
10907         (gnus-group-tool-bar-update): New function.
10908
10909         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10910
10911 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10914         is dissected into a single part of which the type is the same as
10915         the given one; decode charset.
10916
10917 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10918
10919         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10920         into alists as symbol not string, since that's what
10921         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10922         look for.
10923
10924 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10927         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10928
10929         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10930
10931 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10934         (gnus-xmas-mime-security-button-menu): New function.
10935
10936         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10937         (gnus-mime-security-button-menu): New definition.
10938         (gnus-mime-security-button-map): Use them.
10939         (gnus-mime-security-button-menu): New function.
10940         (gnus-insert-mime-security-button): Addition to help echo.
10941         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10942         (gnus-mime-security-pipe-part): New functions.
10943
10944         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10945         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10946
10947         * mm-decode.el (mm-handle-set-disposition): Remove.
10948         (mm-handle-set-description): Remove.
10949
10950 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10953         (mm-w3m-standalone-supports-m17n-p): New function.
10954         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10955         w3m usage.
10956
10957         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10958         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10959
10960 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * message.el (message-tool-bar-zap-list): Use
10963         gmm-tool-bar-zap-list as custom type.
10964         (message-tool-bar-update): New function.
10965         (message-tool-bar, message-tool-bar-gnome)
10966         (message-tool-bar-retro): Add message-tool-bar-update.
10967         (message-tool-bar-gnome): Add flyspell-buffer.
10968
10969         * gnus-util.el (gnus-error): Describe `args'.
10970
10971         * gmm-utils.el (gmm-error): Describe `args'.
10972         (gmm-tool-bar-zap-list): New widget.
10973         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10974
10975 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10978         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10979         the number of recursive calls.
10980
10981         * mm-decode.el (mm-handle-set-disposition): New macro.
10982         (mm-handle-set-description): New macro.
10983
10984 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10987         encoding.
10988
10989 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * message.el (message-tool-bar-zap-list, message-tool-bar)
10992         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10993         (message-tool-bar-local-item-from-menu): Remove.
10994         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10995         (message-make-tool-bar): New function.
10996         (message-mode): Use `message-make-tool-bar'.
10997
10998         * gmm-utils.el: New file.
10999         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11000         (gmm-lazy): New widget copied from `nnmail.el'.
11001         (gmm-tool-bar-from-list): New function for creating customizable
11002         tool bars.
11003         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11004         output.
11005         (gmm): Add :prefix to defgroup.
11006
11007 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11008
11009         * gmm-utils.el (gmm-widget-p): New function.
11010
11011 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * mml.el (mml-attach-file): Describe `description' in doc string.
11014         (mml-menu): Add Emacs MIME manual and PGG manual.
11015
11016 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11017
11018         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11019
11020 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11021
11022         * nntp.el (nntp-end-of-line): Doc fix.
11023
11024 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11025
11026         * imap.el (imap-open): Handle case where buffer is a buffer
11027         object.
11028
11029 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11030
11031         * gnus-delay.el (gnus-delay): Don't autoload.
11032         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11033         to be re-loaded when customizing the `gnus-delay' group.
11034
11035 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11036
11037         * message.el (message-insert-citation-line): Use newlines.
11038
11039 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11040
11041         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11042         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11043         these routines, so the passphrase can be managed externally and
11044         passed in to the system.
11045         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11046         pgg-add-passphrase-to-cache function.
11047
11048         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11049         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11050         these routines, so the passphrase can be managed externally and
11051         passed in to the system.
11052         (pgg-pgp5-sign-region): Use new name of
11053         pgg-add-passphrase-to-cache function.
11054
11055 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11056
11057         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11058         part of the decoded armor to find the key-identifier.
11059         (pgg-gpg-lookup-key-owner): New function to return the
11060         human-readable identifier of a key owner.
11061         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11062         itself.
11063         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11064         the key value) if we have a key and can match it against a secret
11065         key.  Also, added a note pointing out fact that the prompt only
11066         indicates the first matching key.
11067
11068         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11069         pgg-decrypt-region.
11070         (pgg-add-passphrase-to-cache): Rename from
11071         `pgg-add-passphrase-cache' to reduce confusion (all callers
11072         changed).
11073         (pgg-remove-passphrase-from-cache): Rename from
11074         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11075         changed).
11076         (pgg-read-passphrase, pgg-add-passphrase-cache)
11077         (pgg-remove-passphrase-cache): Add informative docstrings.
11078         (pgg-decrypt): Convey provided passphrase in subordinate call to
11079         pgg-decrypt-region.
11080
11081 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11082
11083         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11084         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11085         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11086         'passphrase' argument, so the passphrase can be managed externally
11087         and then passed in to the system.
11088
11089         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11090         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11091         so the passphrase cache can be used reliably with identifiers
11092         besides a pgp packet's key id.
11093
11094         * pgg-gpg.el (pgg-gpg-encrypt-region)
11095         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11096         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11097         these routines, so the passphrase can be managed externally and
11098         passed in to the system.
11099
11100         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11101         'notruncate' argument, so the passphrase cache can be used
11102         reliably with identifiers besides a pgp packet's key id.
11103
11104 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11105
11106         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11107         symmetric encryption.
11108         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11109         encrypted session key.
11110         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11111         message ask for the passphrase in a proper way.
11112
11113         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11114         New user commands for symmetric encryption.
11115
11116 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11119
11120         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11121
11122 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11123
11124         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11125
11126 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * mm-decode.el (mm-inlined-types): Add application/pgp.
11129         (mm-automatic-display): Ditto.
11130
11131         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11132         part as text.
11133
11134 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * nnrss.el: Update copyright.
11137         (nnrss-opml-import): Query whether to subscribe to each entry.
11138
11139         * gnus-art.el:
11140         * gnus-sum.el:
11141         * gnus-xmas.el:
11142         * messagexmas.el:
11143         * mm-uu.el:
11144         * mm-view.el: Update copyright.
11145
11146 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * message.el (message-info): New function.
11149         (message-mode-menu): Add it.
11150         Update copyright.
11151
11152         * ChangeLog: Fix and update copyright.
11153
11154 2006-01-13  Romain Francoise  <romain@orebokech.com>
11155
11156         * message.el (message-forward-subject-name-subject): Prefer the
11157         address to 'nowhere' if the sender has no name.
11158         Fix typo.  Update copyright year.
11159
11160 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-art.el (article-wash-html): Use
11163         gnus-summary-show-article-charset-alist if a numeric arg is given.
11164         (gnus-article-wash-html-with-w3m-standalone): New function.
11165
11166         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11167         mm-inline-text-html-render-with-w3m-standalone.
11168         (mm-text-html-washer-alist): Map w3m-standalone to
11169         gnus-article-wash-html-with-w3m-standalone.
11170         (mm-inline-text-html-render-with-w3m-standalone): New function.
11171
11172 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11175         Improve LaTeX.
11176
11177 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11180         (nnrss-request-article): Render text/plain parts as HTML.
11181
11182         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11183         the buffer.
11184
11185 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11188         custom definition of `gnus-posting-styles'.
11189
11190         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11191         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11192
11193 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11196         Use nntp for bug archive.
11197
11198 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11201         parts.
11202         (nnrss-normalize-date): New function converts ISO 8601 date into
11203         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11204         (nnrss-check-group): Use it.
11205
11206 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11209
11210         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11211         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11212         (nnrss-insert-w3): Ditto.
11213
11214 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11217         the articles to be forwarded including the case where neither a
11218         number of articles nor a region is specified.
11219
11220 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * nnrss.el (nnrss-request-article): Fix last change; fill
11223         text/plain parts.
11224
11225 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11228         in text/plain part.
11229         (nnrss-check-group): Don't add excessive newline to dc:subject.
11230
11231 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11232
11233         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11234         article.
11235
11236 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11239         (nnml-use-compressed-files, nnml-save-mail): Support other
11240         comression programs such as bzip2.
11241
11242 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * dns.el (query-dns): Make sure we check the buffer size before
11245         removing tcp headers.
11246
11247 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11250         remove MIME buttons associated with multipart/alternative parts.
11251         (gnus-mime-display-alternative): Tag buttons using `article-type'
11252         text property.
11253
11254         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11255         associated with multipart/alternative parts.
11256
11257         * gnus-art.el (gnus-signature-separator): Fix custom type.
11258
11259         * mm-decode.el (mm-inlined-types): Fix custom type.
11260         (mm-keep-viewer-alive-types): Ditto.
11261         (mm-automatic-display): Ditto.
11262         (mm-attachment-override-types): Ditto.
11263         (mm-inline-override-types): Ditto.
11264         (mm-automatic-external-display): Ditto.
11265
11266 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * spam-report.el (spam-report-user-mail-address)
11269         (spam-report-user-agent): New variables.
11270         (spam-report-url-ping-plain): Use spam-report-user-agent.
11271
11272 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11273
11274         * gnus-art.el (gnus-button-handle-custom): Do not just use
11275         `customize-apropos' for any "M-x customize-*" button but the
11276         function called for.  Accept both the function name and its
11277         argument in order to achieve this.
11278         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11279         function name to `gnus-button-handle-custom' in case of "M-x
11280         customize-*" buttons.
11281
11282 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11285         multipart/alternative and add xref to mm-discouraged-alternatives
11286         in doc string.
11287
11288         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11289         gnus-buttonized-mime-types in doc string.
11290
11291 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11294         Suggest image/.* in the doc string.
11295
11296 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11299         message-marks (Debian bug #342521).
11300
11301 2005-12-12  Simon Josefsson  <jas@extundo.com>
11302
11303         * password.el (password-read-from-cache): Add.
11304         (password-read): Use it.
11305
11306 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11309         us-ascii as a MIME charset.
11310
11311         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11312         against the case where the 2nd arg TYPE is nil.
11313
11314 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * pop3.el (pop3-stream-type): Fix custom version.
11317
11318         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11319
11320 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11321
11322         * mm-decode.el (mm-display-external): Add missing cdr.
11323
11324 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11327         RFC1524) if it is in mailcap or add a suffix according to
11328         mailcap-mime-extensions when generating a temp filename; postpone
11329         deleting a temp file for 2 seconds for some wrappers, shell
11330         scripts, and so on, which might exit right after having started a
11331         viewer command as a background job.
11332
11333 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * nntp.el (nntp-marks-directory): Fix custom group.
11336
11337         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11338         steps when < 10.
11339
11340         * gnus-start.el (gnus-no-server-1): Mention
11341         `gnus-level-default-subscribed' in doc string.
11342
11343 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11344
11345         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11346         parens.
11347
11348 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-xmas.el (gnus-use-toolbar): Revert.
11351         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11352         gnus-use-toolbar is default.
11353
11354         * messagexmas.el (message-use-toolbar): Revert.
11355         (message-setup-toolbar): Use global default-toolbar if
11356         message-use-toolbar is default.
11357
11358 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11361         according to default-toolbar-visible-p.
11362
11363         * messagexmas.el (message-use-toolbar): Ditto.
11364
11365 2005-11-26  Dave Love  <fx@gnu.org>
11366
11367         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11368         (tls-program, tls-success): Provide openssl alternative.
11369
11370         * starttls.el: Doc fixes.
11371         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11372         SERVICE to PORT.
11373
11374         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11375         port null or service name.
11376         (starttls-negotiate): Autoload.
11377
11378 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * message.el (message-kill-to-signature): Fix interactive spec.
11381
11382 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * pop3.el (pop3-open-server): Recognize a string as a service name.
11385
11386 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11387
11388         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11389
11390 2005-11-23  Dave Love  <fx@gnu.org>
11391
11392         Add pop3s, pop3/starttls.
11393
11394         * pop3.el (pop3-authentication-scheme): Clarify doc.
11395         (open-tls-stream, starttls-open-stream): Autoload.
11396         (pop3-stream-type): New.
11397         (pop3-open-server): Use it.
11398
11399         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11400         for POP.
11401         (mail-source-keyword-map): Add :stream for POP.
11402         (mail-source-fetch-pop): Use pop3-stream-type.
11403
11404 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11407         of current-time-string.
11408
11409 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11410
11411         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11412         date header.
11413
11414 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11415
11416         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11417         it can seriously impact performance as it bypasses the agent's
11418         local caches.
11419
11420 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11421
11422         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11423         must be explicitly online rather than "not explicitly offline" for
11424         its flags to be synchronized.
11425
11426         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11427         that gnus-uu-unmark-thread will function correctly.
11428
11429         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11430         1024K is instead displayed as 1M.
11431
11432 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11435
11436 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11437
11438         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11439
11440 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11441
11442         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11443         error message to display actual error condition.
11444         (gnus-agent-save-local): Avoid saving symbols that are bound to
11445         nil as they simply result in a warning message in
11446         gnus-agent-read-local.
11447
11448 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11451         rather than make-variable-buffer-local for file-precious-flag.
11452
11453 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11454
11455         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11456         for duplicates which are removed.  The invalid sort check then
11457         triggers a rescan after the sort as sorting may have moved
11458         duplicate entries such that they can be cheaply detected.
11459
11460 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11463
11464 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11465
11466         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11467         internal variable to a custom variable.  Changed default value
11468         from compressed(2) to uncompressed(1).
11469         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11470         support for uncompressed agentview files.  Taken together, reading
11471         the agentview file should now be 6-7 times faster.
11472
11473 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11476         as a buffer-local variable.  This avoids creating truncated
11477         dribble files as a result of a hang up, eg.
11478
11479 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11480
11481         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11482         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11483         XEmacs.
11484
11485 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * gnus-start.el (gnus-start-draft-setup): Enforce
11488         `gnus-draft-mode' for nndraft:drafts at startup.
11489
11490         * gnus.el (gnus-splash): Change custom group.
11491         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11492         allow-list argument.
11493
11494         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11495         string.
11496
11497 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (gnus-default-article-saver): Add user-defined
11500         `function' to custom type.
11501
11502 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11503
11504         * imap.el (imap-open): Handle case where buffer is a buffer
11505         object.
11506
11507 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11510         long lines.
11511         (gnus-cache-delete-group): Wrap doc strings.
11512
11513         * gnus-agent.el (gnus-agent-rename-group)
11514         (gnus-agent-delete-group): Wrap doc strings.
11515
11516 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * messagexmas.el (message-use-toolbar): Change the valid values
11519         into default, top, bottom, left, and right.
11520         (message-toolbar-thickness): New variable.
11521         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11522         well.
11523         (message-setup-toolbar): Make it work.
11524
11525         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11526         (gnus-use-toolbar): Change the valid values into default, top,
11527         bottom, left, and right.
11528         (gnus-toolbar-thickness): New variable.
11529         (gnus-xmas-setup-toolbar): New function.
11530         (gnus-xmas-setup-group-toolbar): Use it.
11531         (gnus-xmas-setup-summary-toolbar): Use it.
11532
11533 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * gnus-start.el (gnus-1): Add "native" to
11536         gnus-predefined-server-alist.
11537
11538         * gnus.el (gnus-method-to-server): Don't add "native" to the
11539         lists here, because that leads to problems when
11540         gnus-select-method is bound.
11541
11542 2005-11-09  Simon Josefsson  <jas@extundo.com>
11543
11544         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11545         use (not sort-by-date) instead.
11546
11547 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11548
11549         * gnus-delay.el (gnus-delay-group): Don't autoload.
11550         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11551         to be re-loaded when customizing the `gnus-delay' group.
11552
11553 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11554
11555         * message.el: Revert last changes.
11556         (message-insert-citation-line): Use newlines.
11557
11558 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11559
11560         * message.el (message-courtesy-message)
11561         (message-mark-insert-begin, message-mark-insert-end)
11562         (message-elide-ellipsis, message-cancel-message)
11563         (message-add-header, message-change-subject)
11564         (message-cross-post-followup-to-header)
11565         (message-cross-post-insert-note, message-reduce-to-to-cc)
11566         (message-widen-reply, message-delete-not-region)
11567         (message-kill-to-signature, message-insert-signature)
11568         (message-insert-importance-high, message-insert-importance-low)
11569         (message-insert-or-toggle-importance)
11570         (message-insert-disposition-notification-to)
11571         (message-indent-citation, message-yank-original)
11572         (message-cite-original-without-signature, message-cite-original)
11573         (message-insert-citation-line, message-position-on-field)
11574         (message-fix-before-sending, message-send-mail-partially)
11575         (message-send-mail, message-send-mail-with-sendmail)
11576         (message-send-mail-with-qmail, message-send-news)
11577         (message-check-news-header-syntax, message-generate-headers)
11578         (message-insert-courtesy-copy, message-fill-address)
11579         (message-fill-header, message-shorten-references)
11580         (message-setup-1, message-cancel-news)
11581         (message-forward-make-body-plain, message-forward-make-body-mime)
11582         (message-forward-make-body-mml, message-encode-message-body)
11583         (message-forward-make-body-digest-plain)
11584         (message-forward-make-body-digest-mime)
11585         (message-use-alternative-email-as-from): Insert `hard-newline'
11586         instead of ordinary newlines.
11587
11588 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * message.el (message-generate-headers): Downcase the argument
11591         given to message-check-element.
11592
11593 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11594
11595         * nntp.el (nntp-authinfo-rejected): New error condition.
11596         (nntp-wait-for): Use new error condition to signal authentication
11597         error.
11598         (nntp-retrieve-data): Rethrow new error condition to break out of
11599         recursive call to nntp-send-authinfo.
11600
11601 2005-11-08  Romain Francoise  <romain@orebokech.com>
11602
11603         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11604         (gnus-summary-exit-map): Bind to `Z p'.
11605         (gnus-summary-make-menu-bar): Add menu item.
11606
11607 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11610         (gnus-treat-*): Add `first' in all doc strings.
11611
11612         * gnus-group.el (gnus-group-compact-group): Fix typo.
11613
11614 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus.el (gnus-parameters-case-fold-search): New variable.
11617         (gnus-parameters-get-parameter): Use it.
11618
11619         * gnus-score.el (gnus-home-score-file): Doc fix.
11620
11621 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11622
11623         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11624
11625 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * mm-util.el (mm-special-display-p): New function.
11628
11629         * mml.el (mml-preview): Use it; doc fix.
11630
11631 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11632
11633         * imap.el (imap-open): Handle case where buffer is a buffer object.
11634
11635 2005-10-29  Romain Francoise  <romain@orebokech.com>
11636
11637         * message.el (message-fix-before-sending): Fix comment.
11638
11639 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11640
11641         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11642
11643 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11644
11645         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11646         Used in gnus-score.el.
11647
11648 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11651
11652 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11655         whitespace removed in revision 7.8.  Use concatenated string to
11656         protect trailing whitespace.
11657
11658 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11659
11660         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11661         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11662         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11663         Courier IMAP ("some version from 2004").  Mostly based on similar
11664         code in the same function.
11665
11666 2005-10-26  Didier Verna  <didier@xemacs.org>
11667
11668         * gnus-group.el (gnus-group-compact-group): Invalidate original
11669         article buffer.
11670         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11671         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11672         NOV database and in article itself.
11673         Invalidate article backlog.
11674
11675 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11678
11679 2005-10-26  Simon Josefsson  <jas@extundo.com>
11680
11681         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11682         part of 2004-07-25 change.
11683
11684 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * message.el (message-display-completion-list): New function.
11687         (message-expand-group): Use it; make sure the Completions buffer
11688         is modifiable.
11689 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11690
11691         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11692         user-mail-name is an empty string.
11693
11694 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11697         depending on gnus-score-decay-constant.
11698
11699         * encrypt.el (encrypt-insert-file-contents)
11700         (encrypt-write-file-contents): Don't use `gnus-message'.
11701
11702         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11703         arguments.
11704         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11705         arguments to mm-uu-verbatim-marks-extract.
11706         (mm-uu-hide-markers): New variable.
11707         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11708
11709         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11710         (gnus-convert-image-to-face-command): Use "convert" by default to
11711         allow other input image formats.
11712         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11713         accordingly.
11714
11715 2005-10-23  Simon Josefsson  <jas@extundo.com>
11716
11717         * imap.el (imap-gssapi-program): Align command line parameters
11718         with latest GNU SASL.
11719         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11720
11721 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11724         HTML.
11725         (nnslashdot-request-article): Ditto.
11726
11727         * lpath.el (featurep): Add nobreak-char-display.
11728
11729 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11730
11731         * mail-source.el (mail-source-fetch-pop): Require pop3.
11732         (mail-source-check-pop): Ditto.
11733
11734 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11737         errors.
11738
11739 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11742         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11743
11744         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11745
11746         * mm-bodies.el (mm-decode-string): Call
11747         `mm-charset-to-coding-system' with allow-override argument.
11748
11749 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11752         (rfc2047-charset-to-coding-system): New function.
11753         (rfc2047-decode-encoded-words): New function.
11754         (rfc2047-decode-region): Use them.
11755         (rfc2047-decode-cte): Remove.
11756         (rfc2047-parse-and-decode): Remove.
11757         (rfc2047-decode): Remove.
11758
11759 2005-10-15  Kenichi Handa  <handa@m17n.org>
11760
11761         * rfc2047.el (rfc2047-decode-cte): New function.
11762         (rfc2047-decode-region): Change the way to decode successive
11763         encoded-words: decode B- or Q-encoding in each encoded-word,
11764         concatenate them, and decode it as charset.
11765
11766 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * lpath.el: Fbind codepage-setup for XEmacs.
11769
11770 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11771
11772         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11773         widget-move-and-invoke.
11774         (gnus-custom-mode): Use gnus-custom-map.
11775
11776 2005-10-15  Bill Wohler  <wohler@newt.com>
11777
11778         * message.el (message-tool-bar-map): Renamed image file from
11779         mail_send to mail/send.
11780
11781 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11782
11783         * message.el (message-expand-group): Pass the common
11784         prefix substring of completion to `display-completion-list'.
11785
11786 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * mml-sec.el (mml-secure-method): New internal variable.
11789         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11790         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11791         functions using mml-secure-method.
11792
11793         * mml.el (mml-mode-map): Add key bindings for those functions.
11794         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11795         Harder <harder@myrealbox.com>.
11796         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11797         end of message if point is the headers of the message.
11798
11799         * message.el (message-in-body-p): New function.
11800
11801         * assistant.el: Autoload gnus-util and netrc.
11802
11803         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11804         Use `mm-charset-override-alist' only when decoding.
11805
11806         * mm-bodies.el (mm-decode-body): Call
11807         `mm-charset-to-coding-system' with allow-override argument.
11808
11809         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11810         `filename' from Content-Disposition if Content-Type doesn't
11811         provide `name'.
11812         (gnus-mime-view-part-as-type): Set default instead of
11813         initial-input.
11814
11815 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11816
11817         * format-spec.el (format-spec): Propagate text properties of % spec.
11818
11819 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gnus-art.el (gnus-treat-predicate): Add `first'.
11822
11823 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11826         (mm-charset-override-alist): New variable.
11827         (mm-charset-to-coding-system): Use it.
11828         (mm-codepage-setup): New helper function.
11829         (mm-charset-eval-alist): New variable.
11830         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11831         about unknown charsets.
11832
11833         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11834
11835 2005-10-04  David Hansen  <david.hansen@gmx.net>
11836
11837         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11838         (nnrss-check-group): Ditto.
11839
11840 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11843         Rename x-gnus-verbatim to x-verbatim.
11844         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11845
11846         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11847         x-verbatim.
11848
11849         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11850
11851         * gnus-util.el (gnus-remove-duplicates): Remove.
11852
11853         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11854         instead of gnus-remove-duplicates.
11855
11856         * message.el (message-remove-duplicates): Remove.
11857         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11858         message-remove-duplicates.
11859
11860         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11861         available, else use implementation from `delete-dups'.
11862
11863         * message.el (message-insert-expires): New function.
11864         (message-mode-map): Add key binding.
11865         (message-mode-field-menu): Add menu entry.
11866         (message-mode): Document it.
11867         (message-make-expires-date): Use `message-make-date'.
11868
11869 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11870
11871         * message.el (message-make-expires-date): New function.
11872
11873 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * Makefile.in (list-installed-shadows): New entry.
11876         (install): Use it.
11877         (remove-installed-shadows): New entry.
11878
11879         * dgnushack.el (dgnushack-default-load-path): New variable.
11880         (dgnushack-find-lisp-shadows): New function.
11881         (dgnushack-remove-lisp-shadows): New function.
11882
11883 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * Makefile.in (install-el-elc): New entry.
11886         (install): Use it so that .el files are necessarily installed.
11887
11888 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11891
11892 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11893
11894         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11895         function rather than the diff-mode.el package.
11896         (mm-display-external): Use with-current-buffer.
11897         (mm-viewer-completion-map, mm-viewer-completion-map):
11898         Move initialization inside declaration.
11899
11900 2005-09-29  Simon Josefsson  <jas@extundo.com>
11901
11902         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11903         autoload mail-check-payment.
11904         (spam-check-hashcash): Define unconditionally, since hashcash.el
11905         is part of Gnus now.  Ignore errors from payment checking.
11906
11907 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * message.el (message-bold-region, message-unbold-region): Rename
11910         from `bold-region' and `unbold-region'.
11911
11912         * message.el: Remove useless autoloads.
11913
11914 2005-09-28  Simon Josefsson  <jas@extundo.com>
11915
11916         * message.el (message-use-idna): Default to t.
11917         (message-use-idna): Test whether encoding works too.  Doc fix.
11918
11919 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * nntp.el (nntp-warn-about-losing-connection): Remove.
11922
11923 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11926         customizable.  Change default value.
11927         (mm-uu-diff-groups-regexp): Change default value.
11928         (mm-uu-type-alist): Add doc string.
11929         (mm-uu-configure): Add doc string.  Make it interactive.
11930         (mm-uu-tex-groups-regexp): New variable.
11931         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11932         (mm-uu-type-alist): Add LaTeX documents.
11933         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11934         of "text/verbatim".
11935         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11936
11937         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11938         instead of "text/verbatim".
11939
11940         * message.el (message-mark-inserted-region)
11941         (message-mark-insert-file): Use slrn style marks when called with
11942         prefix argument.
11943
11944 2005-09-27  Simon Josefsson  <jas@extundo.com>
11945
11946         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11947
11948 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11949
11950         * message.el (message-remove-duplicates): New function.
11951         Implementation borrowed from `gnus-remove-duplicates'.
11952         (message-idna-to-ascii-rhs): Also encode idna addresses in
11953         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11954         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11955         only ask about the same idna domain once per header and also tell
11956         in what header to replace the idna domain.
11957
11958         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11959         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11960         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11961         a header is decoded and not just the last one.
11962
11963 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11966         has been decoded.
11967
11968         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11969         (mm-insert-part): Don't modify text if it has been decoded.
11970
11971         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11972         decoded.
11973
11974         * mm-view.el (mm-inline-text): Don't strip text props unless
11975         decoding enriched or richtext parts.
11976
11977 2005-09-25  Romain Francoise  <romain@orebokech.com>
11978
11979         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11980         * gnus-start.el (gnus-subscribe-interactively):
11981         * gnus-uu.el (gnus-uu-grab-articles):
11982         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11983         space.
11984
11985 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11986
11987         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11988         * mm-view.el (mm-view-pkcs7-decrypt):
11989         * gnus-sum.el (gnus-summary-limit-to-extra)
11990         (gnus-summary-respool-article, gnus-read-move-group-name):
11991         * gnus-score.el (gnus-summary-increase-score):
11992         * gnus-util.el (gnus-completing-read-with-default):
11993         * gnus-art.el (gnus-read-save-file-name)
11994         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11995         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11996         * message.el (message-check-news-header-syntax):
11997         Follow convention for reading with the minibuffer.
11998
11999 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * spam-report.el (spam-report-url-ping-plain):
12002         Use gnus-extended-version as User-Agent.
12003
12004         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12005         default value is nil.
12006
12007         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12008         (mm-uu-verbatim-marks-extract): New function.
12009         (mm-uu-extract): New face.
12010         (mm-uu-copy-to-buffer): Use it.
12011
12012         * spam-report.el (spam-report-gmane-ham): Renamed from
12013         `spam-report-gmane-unspam'.
12014         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12015         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12016
12017         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12018         Autoload.
12019         (spam-report-gmane-unregister-routine): Renamed
12020         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12021
12022 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12023
12024         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12025         (spam-report-gmane-unregister-routine): Add support for gmane
12026         unregistration.
12027
12028         * spam-report.el (spam-report-gmane-unspam)
12029         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12030         (spam-report-gmane): Change to take a single article and do unspam
12031         registration.
12032
12033 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * mm-url.el (mm-url-decode-entities): Fix regexp.
12036
12037 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038
12039         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12040         default to nil, to be able to use Gnus at all.  If the default
12041         switches to something else, then the function should be fixed not
12042         be exceedingly slow.
12043
12044 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12045
12046         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12047         fail hard.
12048
12049         * spam-report.el: Add better Keywords line.
12050
12051         * spam.el: Add Maintainer and better Keywords line.
12052
12053 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * gnus-art.el (gnus-article-replace-part)
12056         (gnus-mime-replace-part): New functions.
12057         (gnus-mime-action-alist, gnus-mime-button-commands)
12058         (gnus-mime-save-part-and-strip): Added file argument.
12059         (gnus-article-part-wrapper): Added interactive argument.
12060
12061         * gnus-sum.el (gnus-summary-mime-map): Add
12062         `gnus-article-replace-part'.
12063
12064 2005-09-19  Didier Verna  <didier@xemacs.org>
12065
12066         The nnml compaction feature:
12067         * nnml.el (nnml-request-compact-group): New function.
12068         * nnml.el (nnml-request-compact): New function.
12069         * gnus-int.el (gnus-request-compact-group): New function.
12070         * gnus-int.el (gnus-request-compact): New function.
12071         * gnus-group.el (gnus-group-compact-group): New function.
12072         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12073         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12074         * gnus-srvr.el (gnus-server-compact-server): New function.
12075         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12076         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12077
12078 2005-09-18  Deepak Goel  <deego@gnufans.org>
12079
12080         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12081         format spec.
12082
12083 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12086
12087 2005-09-15  Romain Francoise  <romain@orebokech.com>
12088
12089         * message.el (message-fill-paragraph): Clarify docstring.
12090
12091 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-art.el (gnus-mime-display-part): Protect against broken
12094         MIME messages.
12095
12096 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12099         before parsing header.
12100
12101 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12102
12103         * html2text.el (html2text-replace-list): Add new entities.
12104
12105 2005-09-11  Romain Francoise  <romain@orebokech.com>
12106
12107         * message.el (message-alternative-emails): Improve docstring.
12108         (message-setup-1): Call `message-use-alternative-email-as-from'
12109         after `message-setup-hook' to give it precedence over posting
12110         styles, etc.
12111         (message-use-alternative-email-as-from): Add docstring.  Remove
12112         the original From header if present.
12113
12114         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12115         (nnml-save-mail): Use it.
12116
12117         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12118         articles.  Add new argument `silent'.
12119         (gnus-uu-mark-all): Report the total number of marked articles.
12120
12121 2005-09-10  Romain Francoise  <romain@orebokech.com>
12122
12123         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12124         (gnus-uu-mark-series): Likewise.
12125
12126 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * spam-report.el (spam-report-gmane): Fix generation of spam
12129         report URL.
12130
12131 2005-09-10  Simon Josefsson  <jas@extundo.com>
12132
12133         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12134         t, based on discussion on the ding list with Robert Epprecht
12135         <epprecht@solnet.ch>.
12136
12137 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * spam-report.el (spam-report-gmane): Make it work without
12140         X-Report-Spam header.  Gmane now only provides Archived-At.
12141         This is only used if `spam-report-gmane-use-article-number' is nil.
12142         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12143
12144         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12145         make `gnus-summary-sort-by-recipient' work with threading.
12146
12147         * nnweb.el (nnweb-google-wash-article): Print a message if article
12148         is not available.
12149
12150 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12151
12152         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12153         change.  Decode text/* parts content before displaying.
12154
12155 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12158
12159 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12162
12163         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12164         url-package-name, url-package-version,
12165         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12166         w3m-display-inline-images, and w3m-minor-mode-map.
12167
12168 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * message.el (message-tab-body-function): Fix mismatched custom type.
12171
12172         * gnus.el (gnus-group-change-level-function): Ditto.
12173
12174         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12175
12176         * gnus-art.el (gnus-signature-limit)
12177         (gnus-article-mime-part-function): Ditto.
12178
12179 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * mml.el (mml-mode): Silence the byte compiler.
12182
12183         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12184         using `(sit-for 0)' before moving the point to the specified part;
12185         skip unbuttonized parts.
12186         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12187         return to the summary window if gnus-auto-select-part is non-nil.
12188
12189 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12192         variables.
12193         (mml-dnd-attach-file, mml-mode): Use them.
12194
12195         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12196         Make fetching article by MID work again for Google Groups.  Added
12197         FIXME concerning gnus-group-make-web-group.
12198
12199         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12200         Don't depend on Gnus by using mail-extract-address-components if
12201         gnus-extract-address-components is not bound.
12202
12203 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * gnus-art.el (gnus-mime-display-security): Don't display the
12206         signature, but only the signed part.
12207
12208 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12211
12212         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12213         list, not listp.
12214
12215 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12216
12217         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12218         when encoding.
12219
12220         * mm-bodies.el (mm-decode-content-transfer-encoding):
12221         De-canonicalize CRLF for all text content types, not just
12222         text/plain.
12223
12224 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12227         valid article; point arrow and cursor at the MIME button.
12228
12229 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12232         Suggested by Dan Christensen <jdc@uwo.ca>.
12233
12234         * mm-decode.el (mm-save-part): Enable change of prompt.
12235
12236 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12237
12238         * gnus-msg.el (gnus-inews-add-send-actions): Made
12239         `message-post-method' lambda parameter ARG `&optional'.
12240
12241 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-sum.el (gnus-summary-mime-map): Added
12244         gnus-article-save-part-and-strip, gnus-article-delete-part and
12245         gnus-article-jump-to-part.
12246
12247         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12248         (gnus-article-edit-part): Use it.
12249         (gnus-article-part-wrapper): Added no-handle argument.
12250         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12251         functions.
12252
12253 2005-08-29  Romain Francoise  <romain@orebokech.com>
12254
12255         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12256         docstring.
12257         (gnus-face-from-file): Likewise.
12258
12259 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12262         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12263         non-nil.
12264         (gnus-auto-select-part): New variable.
12265         (gnus-article-jump-to-part): New function.
12266         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12267         (gnus-mime-delete-part): Allow selecting specified part after
12268         deleting or stripping parts.
12269         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12270         part if argument is bogus.
12271
12272 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12273
12274         * gnus-art.el (w3m-minor-mode-map):
12275         * gnus-spec.el (gnus-newsrc-file-version):
12276         * gnus-util.el (nnmail-active-file-coding-system)
12277         (gnus-original-article-buffer, gnus-user-agent):
12278         * gnus.el (gnus-ham-process-destinations)
12279         (gnus-parameter-ham-marks-alist)
12280         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12281         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12282         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12283         * mm-decode.el (gnus-current-window-configuration):
12284         * mm-extern.el (gnus-article-mime-handles):
12285         * mm-url.el (url-current-object, url-package-name)
12286         (url-package-version):
12287         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12288         (smime-keys, w3m-cid-retrieve-function-alist)
12289         (w3m-current-buffer, w3m-display-inline-images)
12290         (w3m-minor-mode-map):
12291         * mml-smime.el (gnus-extract-address-components):
12292         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12293         (gnus-newsrc-hashtb, message-default-charset)
12294         (message-deletable-headers, message-options)
12295         (message-posting-charset, message-required-mail-headers)
12296         (message-required-news-headers):
12297         * mml1991.el (mc-pgp-always-sign):
12298         * mml2015.el (mc-pgp-always-sign):
12299         * nnheader.el (nnmail-extra-headers):
12300         * rfc1843.el (gnus-decode-encoded-word-function)
12301         (gnus-decode-header-function, gnus-newsgroup-name):
12302         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12303
12304 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12305
12306         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12307         the end of the date treatments.
12308
12309 2005-08-15  Simon Josefsson  <jas@extundo.com>
12310
12311         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12312         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12313         Capello and Romain Francoise.
12314         (pgg-fetch-key-function): Removed, not used?
12315         (pgg-insert-url-with-w3): Require url, to get
12316         url-insert-file-contents regardless of where it is defined.
12317
12318 2005-08-13  Romain Francoise  <romain@orebokech.com>
12319
12320         * message.el (message-cite-original-1): New function.
12321         (message-cite-original): Use it.
12322         (message-cite-original-without-signature): Ditto.
12323
12324 2005-08-08  Romain Francoise  <romain@orebokech.com>
12325
12326         * message.el (message-yank-empty-prefix): New variable.
12327         (message-indent-citation): Use it.
12328         (message-cite-original-without-signature): Respect X-No-Archive.
12329
12330 2005-08-08  Simon Josefsson  <jas@extundo.com>
12331
12332         * pgg.el: Autoload url-insert-file-contents instead of loading
12333         w3/url.
12334         (pgg-insert-url-with-w3): Don't load url here.
12335
12336 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12337
12338         * message.el (message-kill-to-signature): Don't insert newline at
12339         bol.
12340         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12341
12342 2005-08-06  Romain Francoise  <romain@orebokech.com>
12343
12344         * message.el (message-user-fqdn): Fix typo in docstring.
12345
12346 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12347
12348         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12349
12350         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12351
12352 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * mm-bodies.el (mm-encode-body): Use coding system rather than
12355         charset to encode text.
12356
12357         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12358         number of charsets if utf-8 is available (XEmacs).
12359
12360 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12363         taken from `gnus-button-mid-or-mail-regexp'.
12364         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12365         (gnus-button-alist): Improve regexp for domain part of the MIDs
12366         for news:localpart@domain buttons.
12367         (gnus-button-ctan-directory-regexp): Update.
12368
12369 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * sieve-manage.el (sieve-manage-interactive-login): Use
12372         make-local-variable rather than make-variable-buffer-local.
12373         (sieve-manage-open): Ditto.
12374         (sieve-manage-authenticate): Ditto.
12375
12376         * mml.el (mml-generate-mime-1): Make the content type default to
12377         text/plain if the filename is not specified.
12378
12379 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12382         instead of insert-buffer.
12383
12384         * message.el (message-yank-original): Ditto; set the mark at the
12385         end of the yanked message.
12386
12387 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12390         lines to scroll rather than to stop it.
12391
12392         * mml.el (mml-generate-default-type): Add doc string.
12393         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12394         default to application/octet-stream when determining the content
12395         type if it is not specified for the part or the mml contents; add
12396         a comment about mml-generate-default-type.
12397
12398 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12401         make it default to application/octet-stream when determining the
12402         content type if it is not specified for the external contents.
12403
12404 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12407         segmented parameter but also other parameters might be there.
12408
12409 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * mm-decode.el (mm-display-external): Delete temp file, directory
12412         and buffer immediately if the external process is exited.
12413
12414 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12417         fewer lines than that of scroll-margin.
12418         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12419
12420 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-next-page): Revert.
12423         (gnus-article-beginning-of-window): New macro.
12424         (gnus-article-next-page-1): Use it.
12425         (gnus-article-prev-page): Ditto.
12426         (gnus-article-edit-part): Use insert-buffer-substring instead of
12427         insert-buffer.
12428         (gnus-article-edit-exit): Ditto.
12429
12430         * gnus-util.el (gnus-beginning-of-window): Remove.
12431         (gnus-end-of-window): Remove.
12432
12433         * lpath.el: Don't bind header-line-format and scroll-margin.
12434
12435 2005-07-25  Simon Josefsson  <jas@extundo.com>
12436
12437         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12438         to have the url package without w3.  Reported by Daiki Ueno
12439         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12440
12441 2005-07-20  Didier Verna  <didier@xemacs.org>
12442
12443         * gnus-diary.el: Remove the description comment (nndiary is now
12444         properly documented in the Gnus manual).
12445         Fix the spelling of "Back End".
12446         * nndiary.el: Ditto.
12447         Fix the copyright notice.
12448
12449 2005-07-18  Romain Francoise  <romain@orebokech.com>
12450
12451         * gnus-sum.el (gnus-summary-to-prefix)
12452         (gnus-summary-newsgroup-prefix): New variables.
12453         (gnus-summary-from-or-to-or-newsgroups): Use them.
12454
12455 2005-07-17  Romain Francoise  <romain@orebokech.com>
12456
12457         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12458         space as it's generally not especially interesting to the user.
12459
12460 2005-07-16  Romain Francoise  <romain@orebokech.com>
12461
12462         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12463         nil to avoid prompting and file modification if one of the
12464         messages at the top of the nnfolder file contains a copyright
12465         notice.
12466         Update copyright notice.
12467
12468         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12469         instead of `current-time-string' as the latter creates a time
12470         string that is not RFC 2822 compliant (it lacks the zone).
12471         Update copyright notice.
12472
12473 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12474
12475         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12476         for text/rtf.  Display default in prompt.  Pass default for M-n.
12477
12478         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12479
12480 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * gnus-msg.el (gnus-button-mailto): Remove
12483         save-selected-window-window hackery because it relies on
12484         save-selected-window internals.
12485
12486 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12489         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12490         (gnus-article-prev-page): Ditto.
12491
12492         * gnus-util.el (gnus-beginning-of-window): New function.
12493         (gnus-end-of-window): New function.
12494
12495         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12496
12497 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12498
12499         * gnus-score.el (gnus-score-edit-all-score): Set
12500         gnus-score-edit-exit-function to gnus-score-edit-done and call
12501         gnus-message.
12502
12503 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * gnus-msg.el (gnus-button-mailto): Remove
12506         save-selected-window-window hackery because it relies on
12507         save-selected-window internals.
12508
12509 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12512         add-minor-mode.
12513         (gnus-binary-mode): Ditto.
12514
12515         * gnus-topic.el (gnus-topic-mode): Ditto.
12516
12517 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12518
12519         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12520         (gnus-article-prev-page): Take scroll-margin into consideration.
12521
12522 2005-07-04  Lute Kamstra  <lute@gnu.org>
12523
12524         Update FSF's address in GPL notices.
12525
12526 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12527
12528         * gnus.el (gnus-exit):
12529         * gnus-group.el (gnus-group-icons):
12530         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12531
12532         * gnus-nocem.el (gnus-nocem):
12533         * message.el (message-various, message-buffers, message-sending)
12534         (message-interface, message-forwarding, message-insertion)
12535         (message-headers, message-news, message-mail):
12536         * pgg-gpg.el (pgg-gpg):
12537         * pgg-parse.el (pgg-parse):
12538         * pgg-pgp.el (pgg-pgp):
12539         * pgg-pgp5.el (pgg-pgp5):
12540         * pop3.el (pop3): Finish `defgroup' description with period.
12541
12542 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-art.el (article-display-face): Improve the efficiency.
12545         (article-display-x-face): Ditto; remove grey x-face stuff.
12546
12547 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-art.el (article-display-face): Correct the position in
12550         which Faces are inserted.
12551
12552 2005-06-29  Didier Verna  <didier@xemacs.org>
12553
12554         * gnus-art.el (article-display-face): Display faces in correct
12555         order.
12556
12557 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12560         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12561         (gnus-nocem-check-article): Fetch the Type header.
12562         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12563         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12564         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12565         make sure gnus-nocem-hashtb is initialized.
12566         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12567         (gnus-nocem-unwanted-article-p): Ditto.
12568
12569         * pgg.el (pgg-verify): Return the verification result.
12570
12571 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12574         is ascii.
12575
12576 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12577
12578         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12579         `show-nonbreak-escape'.
12580
12581 2005-06-23  Lute Kamstra  <lute@gnu.org>
12582
12583         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12584
12585         * dig.el (dig-mode):
12586         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12587
12588 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12589
12590         * nnimap.el (nnimap-split-download-body): Fix spellings.
12591
12592 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12593
12594         * gnus-art.el (gnus-article-encrypt-body):
12595         * gnus-cus.el (gnus-score-customize):
12596         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12597         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12598
12599 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12600
12601         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12602         header by looking for magic "MII" at the beginnig.
12603
12604 2005-06-16  Miles Bader  <miles@gnu.org>
12605
12606         * gnus-xmas.el (gnus-xmas-group-startup-message):
12607         Use renamed gnus-splash face.
12608
12609         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12610         (assistant-field-face): New backward-compatibility alias for renamed
12611         face.
12612         (assistant-render-text): Use renamed assistant-field face.
12613
12614         * spam.el (spam): Remove "-face" suffix from face name.
12615         (spam-face): New backward-compatibility alias for renamed face.
12616         (spam-face, spam-initialize): Use renamed spam face.
12617
12618         * message.el (message-header-to, message-header-cc)
12619         (message-header-subject, message-header-newsgroups)
12620         (message-header-other, message-header-name)
12621         (message-header-xheader, message-separator, message-cited-text)
12622         (message-mml): Remove "-face" suffix from face names.
12623         (message-header-to-face, message-header-cc-face)
12624         (message-header-subject-face, message-header-newsgroups-face)
12625         (message-header-other-face, message-header-name-face)
12626         (message-header-xheader-face, message-separator-face)
12627         (message-cited-text-face, message-mml-face):
12628         New backward-compatibility aliases for renamed faces.
12629         (message-font-lock-keywords): Use renamed message faces.
12630
12631         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12632         (sieve-test-commands, sieve-tagged-arguments):
12633         Remove "-face" suffix from face names.
12634         (sieve-control-commands-face, sieve-action-commands-face)
12635         (sieve-test-commands-face, sieve-tagged-arguments-face):
12636         New backward-compatibility aliases for renamed faces.
12637         (sieve-control-commands-face, sieve-action-commands-face)
12638         (sieve-test-commands-face, sieve-tagged-arguments-face):
12639         Use renamed sieve faces.
12640
12641         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12642         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12643         (gnus-group-news-3-empty, gnus-group-news-4)
12644         (gnus-group-news-4-empty, gnus-group-news-5)
12645         (gnus-group-news-5-empty, gnus-group-news-6)
12646         (gnus-group-news-6-empty, gnus-group-news-low)
12647         (gnus-group-news-low-empty, gnus-group-mail-1)
12648         (gnus-group-mail-1-empty, gnus-group-mail-2)
12649         (gnus-group-mail-2-empty, gnus-group-mail-3)
12650         (gnus-group-mail-3-empty, gnus-group-mail-low)
12651         (gnus-group-mail-low-empty, gnus-summary-selected)
12652         (gnus-summary-cancelled, gnus-summary-high-ticked)
12653         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12654         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12655         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12656         (gnus-summary-low-undownloaded)
12657         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12658         (gnus-summary-low-unread, gnus-summary-normal-unread)
12659         (gnus-summary-high-read, gnus-summary-low-read)
12660         (gnus-summary-normal-read, gnus-splash):
12661         Remove "-face" suffix from face names.
12662         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12663         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12664         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12665         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12666         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12667         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12668         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12673         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12674         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12675         (gnus-summary-normal-ticked-face)
12676         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12677         (gnus-summary-normal-ancient-face)
12678         (gnus-summary-high-undownloaded-face)
12679         (gnus-summary-low-undownloaded-face)
12680         (gnus-summary-normal-undownloaded-face)
12681         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12682         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12683         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12684         (gnus-splash-face):
12685         New backward-compatibility aliases for renamed faces.
12686         (gnus-group-startup-message): Use renamed gnus faces.
12687
12688         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12689         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12690         (gnus-server-agent): Remove "-face" suffix from face names.
12691         (gnus-server-agent-face, gnus-server-opened-face)
12692         (gnus-server-closed-face, gnus-server-denied-face)
12693         (gnus-server-offline-face):
12694         New backward-compatibility aliases for renamed faces.
12695         (gnus-server-agent-face, gnus-server-opened-face)
12696         (gnus-server-closed-face, gnus-server-denied-face)
12697         (gnus-server-offline-face): Use renamed gnus faces.
12698
12699         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12700         Remove "-face" suffix from face names.
12701         (gnus-picon-xbm-face, gnus-picon-face):
12702         New backward-compatibility aliases for renamed faces.
12703
12704         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12705         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12706         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12707         (gnus-cite-11): Remove "-face" suffix from face names.
12708         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12709         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12710         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12711         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12712         New backward-compatibility aliases for renamed faces.
12713         (gnus-cite-attribution-face, gnus-cite-face-list)
12714         (gnus-article-boring-faces): Use renamed gnus faces.
12715
12716         * gnus-art.el (gnus-signature, gnus-header-from)
12717         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12718         (gnus-header-content): Remove "-face" suffix from face names.
12719         (gnus-signature-face, gnus-header-from-face)
12720         (gnus-header-subject-face, gnus-header-newsgroups-face)
12721         (gnus-header-name-face, gnus-header-content-face):
12722         New backward-compatibility aliases for renamed faces.
12723         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12724
12725         * gnus-sum.el (gnus-summary-selected-face)
12726         (gnus-summary-highlight): Use renamed gnus faces.
12727         * gnus-group.el (gnus-group-highlight): Likewise.
12728
12729 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12730
12731         * gnus-sieve.el (gnus-sieve-article-add-rule):
12732         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12733         * spam-stat.el (spam-stat-buffer-change-to-spam)
12734         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12735
12736         * message.el (message-is-yours-p):
12737         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12738
12739 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * mm-view.el (mm-inline-text): Withdraw the last change.
12742
12743 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12746         executing enriched-decode.
12747
12748 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12751         charset of tar files.
12752
12753 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12754
12755         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12756
12757 2005-06-04  Lute Kamstra  <lute@gnu.org>
12758
12759         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12760         information is never recorded.
12761
12762 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12763
12764         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12765
12766 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * pop3.el (pop3-apop): Run md5 in the binary mode.
12769
12770         * starttls.el (starttls-set-process-query-on-exit-flag):
12771         Use eval-and-compile.
12772
12773 2005-05-31  Simon Josefsson  <jas@extundo.com>
12774
12775         * smime.el (smime-replace-in-string): Define.
12776         (smime-cert-by-ldap-1): Use it.
12777
12778 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-art.el (article-display-x-face): Replace
12781         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12782
12783         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12784         set-process-query-on-exit-flag or process-kill-without-query.
12785
12786         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12787         loop instead of replace-regexp.
12788
12789         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12790         instead of process-kill-without-query if it is available.
12791
12792         * lpath.el: Fbind ldap-search-entries.
12793
12794         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12795         instead of find-file-hooks if it is available.
12796
12797         * mml1991.el: Bind pgg-default-user-id when compiling.
12798
12799         * mml2015.el: Bind pgg-default-user-id when compiling.
12800
12801         * nndraft.el (nndraft-request-associate-buffer):
12802         Use write-contents-functions instead of write-contents-hooks if it is
12803         available.
12804
12805         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12806         instead of find-file-hooks if it is available.
12807
12808         * nntp.el (nntp-open-connection): Replace
12809         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12810         (nntp-open-ssl-stream): Ditto.
12811         (nntp-open-tls-stream): Ditto.
12812
12813         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12814         set-process-query-on-exit-flag or process-kill-without-query.
12815         (starttls-open-stream-gnutls): Use it instead of
12816         process-kill-without-query.
12817         (starttls-open-stream): Ditto.
12818
12819 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12820
12821         * smime.el (smime-cert-by-ldap-1): Don't use
12822         replace-regexp-in-string.
12823
12824 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12825
12826         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12827
12828         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12829         in PEM format.  Adjust to the XEmacs compability.
12830
12831 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12834         by `string-to-number'.
12835         * gnus-agent.el (gnus-agent-regenerate-group)
12836         (gnus-agent-fetch-articles): Ditto.
12837         * gnus-art.el (gnus-button-fetch-group): Ditto.
12838         * gnus-cache.el (gnus-cache-generate-active)
12839         (gnus-cache-articles-in-group): Ditto.
12840         * gnus-group.el (gnus-group-set-current-level)
12841         (gnus-group-insert-group-line): Ditto.
12842         * gnus-score.el (gnus-score-set-expunge-below)
12843         (gnus-score-set-mark-below, gnus-summary-score-effect)
12844         (gnus-summary-score-entry): Ditto.
12845         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12846         (gnus-soup-pack): Ditto.
12847         * gnus-spec.el (gnus-xmas-format): Ditto.
12848         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12849         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12850         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12851         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12852         * nndb.el (nndb-get-remote-expire-response): Ditto.
12853         * nndiary.el (nndiary-parse-schedule-value)
12854         (nndiary-string-to-number, nndiary-request-replace-article)
12855         (nndiary-request-article): Ditto.
12856         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12857         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12858         * nneething.el (nneething-make-head): Ditto.
12859         * nnfolder.el (nnfolder-request-article)
12860         (nnfolder-retrieve-headers): Ditto.
12861         * nnheader.el (nnheader-file-to-number): Ditto.
12862         * nnkiboze.el (nnkiboze-request-article): Ditto.
12863         * nnmail.el (nnmail-process-unix-mail-format)
12864         (nnmail-process-babyl-mail-format): Ditto.
12865         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12866         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12867         (nnmh-request-create-group, nnmh-request-list-1)
12868         (nnmh-request-group, nnmh-request-article): Ditto.
12869         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12870         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12871         * nnsoup.el (nnsoup-make-active): Ditto.
12872         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12873         * nntp.el (nntp-find-group-and-number)
12874         (nntp-retrieve-headers-with-xover): Ditto.
12875         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12876         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12877         (pgg-format-key-identifier): Ditto.
12878         * pop3.el (pop3-last, pop3-stat): Ditto.
12879         * qp.el (quoted-printable-decode-region): Ditto.
12880
12881         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12882         of concat.
12883
12884 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12887
12888         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12889
12890         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12891
12892         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12893
12894         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12895
12896         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12897
12898         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12899         (gnus-carpal-mode): Ditto.
12900
12901         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12902         (gnus-browse-mode): Ditto.
12903
12904         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12905
12906         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12907
12908 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12909
12910         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12911
12912 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * gnus-util.el (gnus-run-mode-hooks): New function.
12915
12916         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12917
12918         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12919         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12920
12921 2005-05-27  Lute Kamstra  <lute@gnu.org>
12922
12923         * dns-mode.el (dns-mode): Specify customization group.
12924
12925 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12926
12927         * gnus-agent.el (gnus-agent-make-mode-line-string):
12928         Use mode-line-highlight as mouse-face.
12929
12930 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * canlock.el (canlock): Change the parent group to news.
12933
12934         * deuglify.el (gnus-outlook-deuglify): Add :group.
12935
12936         * dig.el (dig): Add :group.
12937
12938         * dns-mode.el (dns-mode): Add :group.
12939
12940         * encrypt.el (encrypt): Add :group.
12941
12942         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12943         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12944         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12945         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12946         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12947
12948         * gnus-diary.el (gnus-diary): Add :group.
12949
12950         * gnus.el (gnus-group-news-1-face): Add :group.
12951         (gnus-group-news-1-empty-face): Ditto.
12952         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12953         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12954         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12955         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12956         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12957         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12958         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12959         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12960         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12961         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12962         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12963         (gnus-summary-high-ticked-face): Ditto.
12964         (gnus-summary-low-ticked-face): Ditto.
12965         (gnus-summary-normal-ticked-face): Ditto.
12966         (gnus-summary-high-ancient-face): Ditto.
12967         (gnus-summary-low-ancient-face): Ditto.
12968         (gnus-summary-normal-ancient-face): Ditto.
12969         (gnus-summary-high-undownloaded-face): Ditto.
12970         (gnus-summary-low-undownloaded-face): Ditto.
12971         (gnus-summary-normal-undownloaded-face): Ditto.
12972         (gnus-summary-high-unread-face): Ditto.
12973         (gnus-summary-low-unread-face): Ditto.
12974         (gnus-summary-normal-unread-face): Ditto.
12975         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12976         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12977
12978         * hashcash.el (hashcash): New custom group.
12979         (hashcash-default-payment): Add :group.
12980         (hashcash-payment-alist): Ditto.
12981         (hashcash-default-accept-payment): Ditto.
12982         (hashcash-accept-resources): Ditto.
12983         (hashcash-path): Ditto.
12984         (hashcash-extra-generate-parameters): Ditto.
12985         (hashcash-double-spend-database): Ditto.
12986         (hashcash-in-news): Ditto.
12987
12988         * message.el (message-minibuffer-local-map): Add :group.
12989
12990         * netrc.el (netrc): Add :group.
12991
12992         * sieve-manage.el (sieve-manage-log): Add :group.
12993         (sieve-manage-default-user): Diito.
12994         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12995         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12996         (sieve-manage-authenticators): Ditto.
12997         (sieve-manage-authenticator-alist): Ditto.
12998         (sieve-manage-default-port): Ditto.
12999
13000         * sieve-mode.el (sieve-control-commands-face): Add :group.
13001         (sieve-action-commands-face): Ditto.
13002         (sieve-test-commands-face): Ditto.
13003         (sieve-tagged-arguments-face): Ditto.
13004
13005         * smime.el (smime): Add :group.
13006
13007         * spam-report.el (spam-report): Add :group.
13008
13009         * spam.el (spam, spam-face): Add :group.
13010
13011 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012
13013         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13014         return \n.\n.\n at the end of articles.  Protect against that.
13015         (nntp-with-open-group): Allow debugging.
13016
13017         * nnheader.el (mail-header-set-extra): Make into a function
13018         because I just could't understand how to quote the list properly.
13019
13020         * dns.el (query-dns-cached): New function.
13021
13022 2005-05-26  Lute Kamstra  <lute@gnu.org>
13023
13024         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13025
13026 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13029
13030         * gnus-art.el: Don't autoload mail-extract-address-components.
13031
13032         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13033         eval-and-compile to evaluate it.
13034
13035         * hashcash.el: Don't autoload executable-find.
13036
13037         * nndb.el: Don't declare the nndb back end two or more times; don't
13038         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13039
13040         * nntp.el: Autoload format-spec instead of format; use
13041         eval-and-compile to evaluate autoload forms.
13042
13043 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13044
13045         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13046
13047 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13048
13049         * gnus.el (gnus-version-number): Bump version.
13050
13051 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13052
13053         * gnus.el: No Gnus v0.3 is released.
13054
13055 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13056
13057         * lpath.el (featurep): Bind show-nonbreak-escape.
13058
13059 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-art.el (gnus-article-edit-part): Disable undo.
13062
13063 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13066         gnus-article-date-lapsed-new-header is t if date timer is active;
13067         skip headers in which the original date value is empty.
13068         (gnus-article-save-original-date): Redefine it as a macro.
13069         (gnus-display-mime): Use it.
13070
13071 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-art.el (article-date-ut): Support converting date in
13074         forwarded parts as well.
13075         (gnus-article-save-original-date): New function.
13076         (gnus-display-mime): Use it.
13077
13078 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13079
13080         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13081         enclosure element of <item>.
13082
13083 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * message.el (message-kill-buffer-query): Renamed from
13086         `message-kill-buffer-query-if-modified'.  Added :version.
13087
13088 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13091         window layout.
13092
13093 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * mml.el: Autoload dnd when compiling.
13096
13097 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13100         x-dnd-*.
13101
13102 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * qp.el (quoted-printable-encode-region): Save excursion.
13105
13106 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * message.el (message-kill-buffer-query-if-modified): Add new variable
13109         so the user can kill a modified message buffer quickly.
13110         (message-kill-buffer): Use it.
13111
13112 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * lpath.el: Fbind display-time-event-handler; don't fbind
13115         string-to-multibyte.
13116
13117         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13118
13119 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13122         contained in text because xml.el decodes entities) with LFs.
13123
13124 2005-04-11  Lute Kamstra  <lute@gnu.org>
13125
13126         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13127         differently.
13128
13129 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13130
13131         * mm-util.el (mm-detect-coding-region): Typo.
13132
13133 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13136
13137 2005-04-06  Deepak Goel  <deego@gnufans.org>
13138
13139         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13140         user-function allow user modifications of the scores.
13141         (spam-stat-score-buffer-user): New function, to allow
13142         user-computed modifications to the score.
13143         (spam-stat-score-buffer-user-functions): List of additional
13144         scoring functions.
13145         (spam-stat-error-holder): Global temporary error holder.
13146         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13147         variable.
13148
13149 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13150
13151         * gnus-registry.el (gnus-registry-clean-empty-function)
13152         (gnus-registry-trim, gnus-registry-fetch-groups)
13153         (gnus-registry-delete-group): Groups that match
13154         `gnus-registry-ignored-groups' are removed from the registry
13155         entries, not just ignored for splitting.  This helps clean up the
13156         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13157         to get all the groups a message ID is in.
13158
13159         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13160         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13161         (spam-stat-score-buffer-user-functions): Add :number custom type.
13162
13163 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13166         argument in XEmacs.
13167
13168         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13169         (nnrss-request-group): Decode group name first.
13170         (nnrss-request-article): Make a text/plain article if mml-to-mime
13171         failed.
13172         (nnrss-get-encoding): Return a compatible encoding according to
13173         nnrss-compatible-encoding-alist.
13174         (nnrss-find-el): Use consp instead of listp.
13175         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13176
13177 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13180         which Emacs 20 doesn't support.
13181         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13182
13183 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13186         silence the byte compiler inside the defun.
13187
13188         * gnus-demon.el (parse-time-string): Add autoload.
13189
13190         * gnus-delay.el (parse-time-string): Add autoload.
13191
13192         * gnus-art.el (parse-time-string): Add autoload.
13193
13194         * nnultimate.el (parse-time): Require for `parse-time-string'.
13195
13196 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13199
13200         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13201
13202         * smime.el (smime-ldap-host-list): Add :version.
13203
13204 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13207         pass it to `gnus-browse-read-group'.
13208         (gnus-browse-read-group): Add NUMBER argument and pass it to
13209         `gnus-group-read-ephemeral-group'.
13210
13211         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13212         argument and pass it to `gnus-group-read-group'.
13213
13214 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13215
13216         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13217         mm-xemacs-find-mime-charset-1 if we have the mule feature
13218         available at runtime.
13219
13220 2005-03-25  Werner Lemberg  <wl@gnu.org>
13221
13222         * nnmaildir.el: Replace `illegal' with `invalid'.
13223
13224 2005-03-23  Lute Kamstra  <lute@gnu.org>
13225
13226         * time-date.el: Add comment on time value formats.
13227         Don't require parse-time.
13228         (with-decoded-time-value): New macro.
13229         (encode-time-value): New function.
13230         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13231         (days-to-time): Return a valid time value when arg is huge.
13232         (time-since): Use time-subtract.
13233         (time-to-number-of-days): Use time-to-seconds.
13234
13235 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13236
13237         * gnus-start.el (gnus-display-time-event-handler):
13238         Check display-time-timer at runtime rather than only at load time
13239         in case display-time-mode is turned off in the mean time.
13240
13241 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13244         used.
13245
13246         * nneething.el (nneething-map-file-directory): Derive from
13247         `gnus-directory'.
13248
13249         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13250         the To/Cc button.
13251
13252 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * nnmaildir.el (nnmaildir-request-accept-article):
13255         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13256
13257 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13258
13259         * gnus-async.el: Require timer-funcs at compile time when in
13260         XEmacs for `run-with-idle-timer'.
13261
13262 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13263
13264         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13265         autoloaded function.
13266
13267 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13268
13269         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13270
13271 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13272
13273         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13274
13275 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13278         gnus-expert-user to default.
13279
13280 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13281
13282         * nnimap.el (nnimap-open-server): Ditto.
13283
13284         * imap.el (imap-authenticate): Fix typo.
13285
13286 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13287
13288         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13289         buffer (since IMAP server might return FETCH response out of
13290         order, and the nntp buffer must be sorted).
13291
13292 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13293
13294         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13295         comparison on string.
13296
13297         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13298         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13299         (gnus-agent-summary-fetch-series): Modified to protect against
13300         gnus-agent-summary-fetch-group clearing processable flags.
13301         (gnus-agent-synchronize-group-flags): Update live group buffer as
13302         synchronization may occur due to the user toggle the plugged
13303         status.
13304         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13305         successfully downloaded.
13306         (gnus-agent-expire-group-1): Avoid using markers when the overview
13307         is in ascending order; greatly improves performance.
13308         (gnus-agent-regenerate-group): Use
13309         gnus-agent-synchronize-group-flags to reset read status in both
13310         gnus and server.
13311         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13312
13313 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * message.el: Don't autoload former message-utils variables.
13316         (message-strip-subject-trailing-was): Change doc string.
13317
13318         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13319         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13320         (nnweb-google-search): Add "hl=en" here.
13321         (nnweb-google-parse-1, nnweb-google-create-mapping):
13322         Don't hardcode URL.
13323
13324 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * message.el (message-get-reply-headers, message-followup):
13327         Mention related variables `message-use-followup-to' and
13328         `message-use-mail-followup-to', in the information buffer.
13329
13330         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13331         of broken groups(-beta).google.com.
13332
13333 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13336         parameter to invoked gnus-request-move-article; remove the
13337         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13338         all at once instead of once per article.
13339         (gnus-summary-remove-process-mark): Accept a list of articles as
13340         well as a single article for processing.
13341
13342         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13343         parameter.
13344
13345         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13346
13347         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13348
13349         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13350         parameter.
13351
13352         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13353         parameter.
13354
13355         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13356         parameter and remove the gnus-sum-hint-move-is-internal variable.
13357
13358         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13359         parameter.
13360
13361         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13362         parameter.
13363
13364         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13365         parameter.
13366
13367         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13368
13369         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13370         parameter.
13371
13372         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13373         parameter.
13374
13375 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13376
13377         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13378         a more conservative way.
13379
13380 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13381
13382         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13383         buffer, so it moves the window's cursor.
13384
13385 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13386
13387         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13388         `mm-dissect-multipart' and receive the from field as an (optional)
13389         argument from `mm-dissect-multipart'.
13390         (mm-dissect-multipart): Receive the from field as an argument and
13391         pass it on when we call `mm-dissect-buffer' on MIME parts.
13392         Fixes verification/decryption of signed/encrypted MIME parts.
13393
13394 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         * gnus-sum.el (gnus-summary-move-article): Set
13397         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13398         whatever it calls (right now, only nnimap-request-move article
13399         respects it).
13400
13401         * nnimap.el (nnimap-request-move-article): When
13402         gnus-sum-hint-move-is-internal is set, don't do the extra
13403         nnimap-request-article.
13404
13405 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13408
13409         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13410         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13411
13412         * gnus-sum.el (gnus-summary-caesar-message):
13413         Apply `gnus-treat-article' after rotation.
13414
13415         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13416         doc string.
13417
13418 2005-02-22  Simon Josefsson  <jas@extundo.com>
13419
13420         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13421         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13422         <arne@arnested.dk>.
13423         (encrypt): Add password-cache and password-cache-expiry as group
13424         members.
13425
13426 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13427
13428         * smime.el (smime-ldap-host-list): Doc fix.
13429         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13430         cache) password.
13431         (smime-sign-region): Use it.
13432         (smime-decrypt-region): Use it.
13433         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13434         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13435         fails.
13436         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13437         certificate from DER to PEM format rather than calling openssl.
13438
13439         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13440
13441         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13442         for signing/encryption.
13443
13444         * mml.el (mml-parse-1): Use them.
13445
13446 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13447
13448         * nnrss.el (nnrss-verbose): Removed.
13449         (nnrss-request-group): Use `nnheader-message' instead.
13450
13451 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13452
13453         * nnrss.el (nnrss-verbose): New variable.
13454         (nnrss-request-group): Make it say nnrss is requesting a group.
13455
13456 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13459         Handle news URL with given port correctly.
13460
13461 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13464         containing special characters.
13465
13466         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13467
13468         * mml.el (mime-to-mml): Ditto.
13469
13470         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13471         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13472         (rfc2047-decode-region): Quote decoded words containing special
13473         characters when rfc2047-quote-decoded-words-containing-tspecials
13474         is non-nil.
13475
13476 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13479
13480         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13481
13482 2005-02-15  Simon Josefsson  <jas@extundo.com>
13483
13484         * nnimap.el (nnimap-debug): Doc fix.
13485
13486         * imap.el (imap-debug): Doc fix.
13487
13488 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13491
13492 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus.el (spam-contents): Improve docs for spam-contents
13495         parameter in its variable incarnation.
13496
13497 2005-02-14  Simon Josefsson  <jas@extundo.com>
13498
13499         * smime-ldap.el: Use require instead of load-library for ldap.
13500         (smime-ldap-search): Indent.
13501         (smime-ldap-search-internal): Shorten line.
13502
13503         * smime.el (smime-cert-by-dns): Add doc-string.
13504         (smime-cert-by-ldap-1): Indent.
13505
13506         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13507         mml-smime-get-dns-ldap.
13508         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13509
13510 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13511
13512         * smime.el: Require smime-ldap.
13513         (smime-ldap-host-list): New variable.
13514         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13515
13516         * mml-smime.el (mml-smime-encrypt-query): New function.
13517         (mml-smime-encrypt-query): Use it.
13518
13519         * smime-ldap.el: New file.
13520
13521 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13524
13525 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13528         argument in doc string.  Make query for type more clear.
13529
13530 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus.el (gnus-group-startup-message): Search for gnus images in
13533         etc/images/gnus.
13534         * mm-util.el (mm-image-load-path): Likewise.
13535         * smiley.el (smiley-data-directory): Search for smilies in
13536         etc/images/smilies.
13537
13538 2005-02-09  Kim F. Storm  <storm@cua.dk>
13539
13540         Change Emacs release version from 21.4 to 22.1 throughout.
13541         Change Emacs development version from 21.3.50 to 22.0.50.
13542
13543 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13546
13547         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13548         non-Mule XEmacs as well.
13549         (mm-decompress-buffer): Signal an error intentionally if it does
13550         not decompress compressed data because auto-compression-mode is
13551         disabled.
13552
13553 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13556         an ID in the registry even if it has no groups.
13557
13558 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13561         merge it into mm-decompress-buffer.
13562         (gnus-mime-copy-part): Use the MIME part charset, the value which
13563         a user specified or gnus-newsgroup-charset for decoding, like
13564         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13565         save-buffer what was used.  Suggested by Kevin Ryde
13566         <user42@zip.com.au>.
13567         (gnus-mime-inline-part): Allow the name parameter as well as the
13568         filename parameter; force decompressing of compressed data; always
13569         display contents being not decoded as unibyte.
13570
13571         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13572         as well as the filename parameter.
13573
13574         * mm-util.el (mm-decompress-buffer): Merge
13575         gnus-mime-jka-compr-maybe-uncompress.
13576         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13577         of compressed data.
13578
13579 2005-02-08  Simon Josefsson  <jas@extundo.com>
13580
13581         * imap.el (imap-log): Doc fix.
13582
13583 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13586         the coding cookies; decompress compressed parts.
13587
13588         * mml.el (mml-generate-mime-1): Add the charset parameter according
13589         to the value which a user specified manually or the coding cookie.
13590
13591         * mm-util.el (mm-string-to-multibyte): New function.
13592         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13593         (mm-coding-system-to-mime-charset): New function.
13594         (mm-decompress-buffer): New function.
13595         (mm-find-buffer-file-coding-system): New function.
13596
13597         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13598         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13599         parts.
13600
13601 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13602
13603         * mm-view.el (mm-display-inline-fontify): Decode a part according
13604         to the charset parameter.
13605
13606 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13609         prefix arg is neither nil nor a number, as info specifies.
13610
13611 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13614         timestamps.
13615
13616 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13617
13618         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13619         groups error checking and notify user.
13620
13621 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13622
13623         * message.el (message-send-mail-function): Check existence of
13624         sendmail-program first before using default value
13625         `message-send-mail-with-sendmail'.  Otherwise use more generic
13626         `smtpmail-send-it'.
13627
13628 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * nntp.el (nntp-request-update-info): Always return nil.
13631
13632 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13633
13634         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13635
13636 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13637
13638         * message.el (message-beginning-of-line): Change the behavior when
13639         invoked between BOL and : so that it first moves backward.
13640
13641 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13644         article buffer when editing of the article is discarded.
13645         (gnus-article-prepare): Revert.
13646
13647 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (gnus-article-prepare):
13650         Remove message-strip-forbidden-properties from the local hook.
13651
13652 2005-01-27  Simon Josefsson  <jas@extundo.com>
13653
13654         * password.el (password-cache-add): Only start one timer per key.
13655         Reported by Derek Atkins <warlord@MIT.EDU>.
13656
13657 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13658
13659         * run-at-time.el: Removed.  It is no longer needed as
13660         timer-funcs.el in the xemacs-base package has a working version of
13661         `run-at-time'.
13662
13663         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13664
13665         * password.el: Require timer-funcs instead of run-at-time in
13666         XEmacs.
13667         Remove `password-run-at-time' macro.
13668         (password-cache-add): Use `run-at-time' instead of
13669         `password-run-at-time'.
13670
13671         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13672         Remove `nnheader-cancel-function-timers' alias,
13673         `cancel-function-timers' exists in XEmacs in timer-funcs.
13674
13675         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13676         for `run-with-idle-timer'.
13677
13678         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13679         for `run-at-time'.
13680
13681         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13682         for `with-timeout'.
13683
13684         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13685         the same as for XEmacs 21.4.
13686         No need to ignore `run-with-idle-timer', this function exists in
13687         XEmacs now in timer-funcs.el in the xemacs-base package.
13688         (dgnushack-compile): No need to delete
13689         run-at-time.el from the list of files to compile because it
13690         doesn't exist anymore.
13691
13692 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13695         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13696
13697 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13698
13699         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13700         sensitively.
13701
13702 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13703
13704         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13705
13706 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13709         which will be inserted according to the multibyteness of a buffer
13710         rather than the type of contents.  Suggested by ARISAWA Akihiro
13711         <ari@mbf.ocn.ne.jp>.
13712
13713         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13714         of string which old xml.el may return rather than a string.
13715
13716 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13719
13720 2005-01-16  Simon Josefsson  <jas@extundo.com>
13721
13722         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13723         idn/idna.el isn't available.
13724         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13725         <michael@waxrat.com>.
13726
13727         * hashcash.el: Remove non-FSF copyright header.
13728
13729         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13730         (hashcash-generate-payment): Use it.
13731         (hashcash-generate-payment-async): Use it.
13732
13733 2005-01-15  Simon Josefsson  <jas@extundo.com>
13734
13735         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13736         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13737
13738         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13739         gnus-summary-idna-message.
13740         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13741         (gnus-summary-idna-message): New function.
13742
13743 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13746         gnus-novice-user.
13747
13748 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * nnrss.el (nnrss-request-delete-group): Delete entries in
13751         nnrss-group-alist as well.
13752         (nnrss-save-server-data): Insert newline.
13753
13754 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus.el (gnus-user-agent): Use list of symbols instead of
13757         symbols.  Display full version number for (S)XEmacs.  Optionally
13758         display (S)XEmacs codename.
13759
13760         * gnus-util.el (gnus-emacs-version): Update for new
13761         `gnus-user-agent'.
13762
13763         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13764         Gnus version.
13765
13766 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13769         which is unreadable in some setups.
13770
13771 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-spec.el (gnus-update-format-specifications): Flush the
13774         group format spec cache if it doesn't support decoded group names.
13775
13776 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13779         Allow to apply decay on score files matching a regexp.
13780
13781 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13784         compatibility in %g and %c.
13785
13786 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13789         name for only %g and %c.
13790         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13791         of gnus-tmp-group to decoded group name.
13792         (gnus-group-make-rss-group): Exclude `/'s from group names.
13793
13794 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * nnrss.el (nnrss-get-encoding): Fix regexp.
13797
13798 2004-12-27  Simon Josefsson  <jas@extundo.com>
13799
13800         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13801         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13802         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13803
13804 2004-12-17  Kim F. Storm  <storm@cua.dk>
13805
13806         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13807
13808         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13809
13810 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13811
13812         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13813
13814 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * nnrss.el: Require rfc2047 and mml.
13817         (nnrss-file-coding-system): New variable.
13818         (nnrss-format-string): Redefine it as an inline function.
13819         (nnrss-decode-group-name): New function.
13820         (nnrss-string-as-multibyte): Remove.
13821         (nnrss-retrieve-headers): Decode group name; don't use
13822         nnrss-format-string.
13823         (nnrss-request-group): Decode group name.
13824         (nnrss-request-article): Decode group name; allow a Message-ID as
13825         well as an article number; don't use nnrss-format-string; encode a
13826         Message-ID string which may contain non-ASCII characters; use
13827         mml-to-mime to compose a MIME article.
13828         (nnrss-request-expire-articles): Decode group name.
13829         (nnrss-request-delete-group): Decode group name.
13830         (nnrss-fetch): Clarify error message.
13831         (nnrss-read-server-data): Use insert-file-contents instead of load;
13832         bind file-name-coding-system; use multibyte buffer.
13833         (nnrss-save-server-data): Bind coding-system-for-write to the
13834         value of nnrss-file-coding-system; bind file-name-coding-system;
13835         add coding cookie.
13836         (nnrss-read-group-data): Use insert-file-contents instead of load;
13837         bind file-name-coding-system; use multibyte buffer.
13838         (nnrss-save-group-data): Bind coding-system-for-write to the
13839         value of nnrss-file-coding-system; bind file-name-coding-system.
13840         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13841         make it work with non-ASCII text.
13842         (nnrss-find-el): Make it work with old xml.el as well.
13843
13844 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13845
13846         * nnrss.el (nnrss-get-encoding): New function.
13847         (nnrss-fetch): Use unibyte buffer initially; bind
13848         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13849         decode contents according to the encoding attribute.
13850         (nnrss-save-group-data): Add coding cookie.
13851         (nnrss-mime-encode-string): New function.
13852         (nnrss-check-group): Use it to encode subject and author.
13853
13854 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13857         imaginary variable.
13858
13859 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13862         correctly even if there are wide characters.
13863
13864 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13865
13866         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13867         downcased symbol names; make a new cache instead of reusing
13868         bbdb-hashtable.
13869
13870 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13873         concatenating segments rather than before concatenating them.
13874         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13875
13876         * message.el (message-get-reply-headers): Bind `extra'.
13877
13878 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * message.el (message-extra-wide-headers): New variable.
13881         (message-get-reply-headers): Use it.
13882
13883 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13886         (gnus-agent-group-pathname): Ditto.
13887
13888         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13889
13890         * gnus-group.el (gnus-group-make-group): Decode group name.
13891         (gnus-group-make-rss-group): Register the group data after opening
13892         the nnrss group.
13893
13894 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13895
13896         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13897         by expiry now get marked as read.
13898
13899 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13902
13903 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13904
13905         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13906         unify Latin characters in XEmacs.
13907         (mm-find-mime-charset-region): Use it.
13908
13909 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-util.el (gnus-delete-directory): New function.
13912
13913         * gnus-agent.el (gnus-agent-delete-group): Use it.
13914
13915         * gnus-cache.el (gnus-cache-delete-group): Use it.
13916
13917 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13920         names.
13921
13922 2004-12-16  Simon Josefsson  <jas@extundo.com>
13923
13924         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13925
13926 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13929
13930         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13931         (gnus-group-set-current-level): Decode group name.
13932
13933 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13934
13935         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13936         failed.
13937
13938 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-group.el (gnus-group-delete-group): Decode group name.
13941         (gnus-group-make-rss-group): Encode group name.
13942         (gnus-group-catchup-current): Decode group name.
13943         (gnus-group-kill-group): Decode group name.
13944
13945 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13946
13947         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13948
13949 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus-group.el (gnus-group-make-rss-group):
13952         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13953
13954         * gnus-start.el (gnus-setup-news): Honor user's setting to
13955         gnus-message-archive-method.  Suggested by Lute Kamstra
13956         <lute@gnu.org>.
13957
13958 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13959
13960         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13961         global counterparts of the buffer-local variables.
13962
13963 2004-11-16  Romain Francoise  <romain@orebokech.com>
13964
13965         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13966         counterparts of the buffer-local variables.
13967
13968 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * message.el (message-forbidden-properties): Fixed typo in doc
13971         string.
13972
13973 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-util.el (gnus-replace-in-string): Added doc string.
13976
13977         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13978         to avoid problems when splitting mails with many recipients.
13979
13980 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13981
13982         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13983         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13984
13985 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13986
13987         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13988         if there is no hashtable in memory or file modification time is
13989         newer than cached timestamp.
13990
13991 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13994         not-matching option.
13995
13996 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13999         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14000         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14001         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14002         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14003         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14004
14005 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * message.el (message-forward-make-body-mml): Remove headers
14008         according to message-forward-ignored-headers if a message is decoded.
14009
14010 2004-12-02  Romain Francoise  <romain@orebokech.com>
14011
14012         * message.el (message-forward-make-body-plain): Always remove
14013         headers according to message-forward-ignored-headers.
14014
14015 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * spam.el (spam-summary-prepare-exit): Remove the
14018         gnus-summary-limit pop for now, it has problems with ham marks for
14019         me.
14020
14021 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14024         correctly.
14025
14026 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14027
14028         * format-spec.el (format-spec): Message the char.
14029
14030 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14031
14032         * gnus-art.el (gnus-split-methods): Reformat comments.
14033
14034         * spam.el (spam-summary-prepare-exit): Remove article limits
14035         before exiting the summary buffer.
14036
14037 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14040         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14041
14042         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14043         order to silence the byte compiler.
14044
14045         * spam.el: Fix the way to silence the byte compiler, which
14046         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14047         bbdb-search-simple, spam-BBDB-register-routine,
14048         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14049         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14050         spam-stat-buffer-is-spam, spam-stat-load,
14051         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14052         spam-stat-save and spam-stat-split-fancy.
14053
14054 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14057         which may confuse users.
14058         (canlock-password-for-verify): Ditto.
14059
14060         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14061
14062         * gnus-art.el (gnus-emphasis-alist): Ditto.
14063
14064         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14065
14066         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14067
14068         * gnus-start.el (gnus-save-killed-list): Ditto.
14069
14070         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14071         (gnus-sum-thread-tree-root): Ditto.
14072         (gnus-sum-thread-tree-false-root): Ditto.
14073         (gnus-sum-thread-tree-single-indent): Ditto.
14074
14075         * message.el (message-courtesy-message): Ditto.
14076         (message-archive-note): Ditto.
14077         (message-subscribed-address-file): Ditto.
14078         (message-user-fqdn): Ditto.
14079
14080         * spam-report.el (spam-report-gmane-regex): Ditto.
14081
14082         * spam.el (spam-blackhole-good-server-regex): Ditto.
14083
14084 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * mml.el (mml-preview): Widen the message buffer before copying
14087         the contents to the preview buffer; sort headers before previewing.
14088
14089         * message.el (message-hidden-headers): Fix the way to avoid a bug
14090         in the `repeat' widget in Emacs 21.3 or earlier.
14091
14092 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * message.el (message-hidden-headers): Default to "^References:".
14095         Improve customization type.  Suggested by Reiner Steib
14096         <Reiner.Steib@gmx.de>.
14097
14098 2004-11-25  Romain Francoise  <romain@orebokech.com>
14099
14100         * message.el (message-strip-forbidden-properties): Remove check for
14101         obsolete `message-hidden' text property, hidden headers are not
14102         accessible in the buffer anymore.
14103
14104 2004-11-22  Romain Francoise  <romain@orebokech.com>
14105
14106         * message.el (message-header-format-alist): Add `From' in list
14107         so that it can be sorted.
14108         (message-fix-before-sending): Widen and sort headers before
14109         sending.
14110         (message-hide-headers): Use narrowing to hide headers by moving
14111         them to the top of the buffer and narrowing to the region
14112         underneath.
14113
14114 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115
14116         * message.el (message-strip-forbidden-properties): Bind
14117         buffer-read-only (etc) to nil.
14118
14119 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14122         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14123
14124 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14125
14126         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14127
14128 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14129
14130         * dns.el (query-dns): Use sit-for to time instead of
14131         accept-process-output, since that doesn't seem to work on udp
14132         sockets.
14133
14134 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14137
14138 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14141         doc string.  Improve doc string.
14142
14143 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * nntp.el (nntp-request-update-info): Return nil if
14146         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14147         may not call gnus-activate-group which uselessly issues the GROUP
14148         commands for all nntp groups and wastes time.  Reported by Romain
14149         Francoise <romain@orebokech.com>.
14150
14151         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14152
14153 2004-11-15  Simon Josefsson  <jas@extundo.com>
14154
14155         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14156         headers separately.
14157         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14158         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14159
14160 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * gnus-start.el (gnus-convert-old-newsrc):
14163         Assign legacy-gnus-agent to 5.10.7.
14164
14165 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14168         start of the lines.
14169
14170 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14171
14172         * hashcash.el (hashcash-default-payment): Change default to 20.
14173         (hashcash-default-accept-payment): Change default to 20.
14174         (hashcash-process-alist): New variable.
14175         (hashcash-generate-payment-async): Add.
14176         (hashcash-already-paid-p): Add.
14177         (hashcash-insert-payment): Don't generate payments twice.
14178         (hashcash-insert-payment-async): Add.
14179         (hashcash-insert-payment-async-2): Add.
14180         (hashcash-cancel-async): Add.
14181         (hashcash-wait-async): Add.
14182         (hashcash-processes-running-p): Add.
14183         (hashcash-wait-or-cancel): Add.
14184         (mail-add-payment): New optional argument.  Conditionally start
14185         asynchronous calculation.
14186         (mail-add-payment-async): Add.
14187
14188         * message.el (message-send-mail): Wait for asynchronous hashcash
14189         results.  Don't clobber existing X-Hashcash headers.
14190         (message-setup-1): Call mail-add-payment-async when
14191         message-generate-hashcash is non-nil.
14192
14193 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14194
14195         * message.el (message-use-alternative-email-as-from): Examine the
14196         From header as well; use message-make-from in order to include a
14197         user's full name.
14198
14199 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14202         default; improve customization type.
14203         (gnus-emphasis-custom-with-format): New macro.
14204         (gnus-emphasis-custom-value-to-external): New function.
14205         (gnus-emphasis-custom-value-to-internal): New function.
14206
14207 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14208
14209         * dns.el (query-dns): Resolve reverse addresses.
14210
14211 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14212
14213         * gnus-group.el (gnus-group-get-new-news): Use it.
14214
14215         * gnus-start.el (gnus-check-reasonable-setup): New function.
14216
14217 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14220         "Args out of range" error.  Reported by Arnaud Giersch
14221         <arnaud.giersch@free.fr>.
14222
14223 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14224
14225         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14226
14227 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14228
14229         * spam.el (spam group): Add :version.
14230
14231         * pgg-def.el (pgg group): Add :version.
14232
14233 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-article-edit-article): Don't associate the
14236         article buffer with a draft file.  This is a temporary measure
14237         against the 2004-08-22 change to gnus-article-edit-mode.
14238
14239 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14242         (html2text-format-tags): Remove unused variable `attr'.
14243
14244 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14247
14248         * tls.el (tls-process-connection-type, tls-success)
14249         (tls-certtool-program): Add :version.
14250
14251         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14252         (starttls-extra-arguments, starttls-process-connection-type)
14253         (starttls-connect, starttls-failure, starttls-success): Add :version.
14254
14255         * spam-stat.el (spam-stat): Add :version.
14256
14257         * sieve.el (sieve): Add :version.
14258
14259         * sha1.el (sha1): Add :version.
14260         (sha1-use-external): Remove redundant version.
14261
14262         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14263         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14264         (nnmail-split-fancy-match-partial-words)
14265         (nnmail-split-lowercase-expanded): Add :version.
14266
14267         * nndiary.el (nndiary): Add :version.
14268
14269         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14270
14271         * mml-sec.el (mml-default-sign-method)
14272         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14273         Add :version.
14274
14275         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14276
14277         * mm-url.el (mm-url-use-external, mm-url-program)
14278         (mm-url-arguments): Add :version.
14279
14280         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14281         (mm-attachment-file-modes, mm-decrypt-option)
14282         (mm-w3m-safe-url-regexp): Add :version.
14283
14284         * message.el (message-cite-prefix-regexp)
14285         (message-sendmail-envelope-from, message-minibuffer-local-map)
14286         (message-user-fqdn, message-completion-alist): Add :version.
14287
14288         * gnus-win.el (gnus-configure-windows-hook)
14289         (gnus-use-frames-on-any-display): Add :version.
14290
14291         * gnus-art.el (gnus-article-address-banner-alist)
14292         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14293         (gnus-treat-from-picon, gnus-treat-mail-picon)
14294         (gnus-treat-x-pgp-sig): Add :version.
14295
14296         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14297         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14298         (gnus-summary-article-delete-hook)
14299         (gnus-summary-display-while-building): Add :version.
14300
14301         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14302         (gnus-get-top-new-news-hook): Add :version.
14303
14304         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14305         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14306
14307         * gnus-registry.el (gnus-registry): Add :version.
14308
14309         * gnus-spec.el (gnus-use-correct-string-widths)
14310         (gnus-make-format-preserve-properties): Add :version.
14311
14312         * gnus.el (gnus-group-charter-alist)
14313         (gnus-group-fetch-control-use-browse-url)
14314         (gnus-install-group-spam-parameters): Add :version.
14315
14316         * gnus-diary.el (gnus-diary): Add :version.
14317
14318         * gnus-delay.el (gnus-delay): Add :version.
14319
14320         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14321         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14322         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14323         Add :version.
14324
14325         * gnus-agent.el (gnus-agent-max-fetch-size)
14326         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14327         (gnus-agent-prompt-send-queue): Add :version.
14328
14329         * deuglify.el (gnus-outlook-deuglify): Add :version.
14330
14331         * html2text.el: Beautify code.  Improve doc strings.  Some
14332         checkdoc cleanup.
14333         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14334
14335 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14336
14337         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14338
14339 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14342         when package is loaded.
14343
14344         * spam.el (spam-summary-score-preferred-header): Add global preference
14345         for people who want to override the default SpamAssassin over
14346         Bogofilter preference (when both are set).
14347         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14348         (spam-user-format-function-S): Check
14349         spam-summary-score-preferred-header.
14350         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14351         (spam-user-format-function-S): Format the score correctly.
14352
14353 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14356         signature file.  Suggested by Manoj Srivastava
14357         <srivasta@golden-gryphon.com>.
14358
14359         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14360         iso-2022-jp even in the Japanese language environment.
14361         Suggested by Jason Rumney <jasonr@gnu.org>.
14362
14363 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14366         use the same characters as the dummy marks; make it free from
14367         getting affected by the language environment.
14368         (gnus-summary-read-group-1): Update mark positions only when the
14369         format spec is updated.
14370
14371         * gnus-spec.el (gnus-update-format-specifications): Return a list
14372         of updated types.
14373
14374 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14377         of boundp to check if display-warning is available.
14378
14379 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14382
14383 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * nnspool.el (nnspool-spool-directory): Use news-path if the
14386         news-directory variable is not bound.
14387
14388         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14389         function instead of display-warning if it is not available.
14390
14391 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14394         v5-10: Use `point-at-bol'.
14395
14396 2004-10-26  Simon Josefsson  <jas@extundo.com>
14397
14398         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14399         <chenggao@gmail.com>.
14400
14401 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14404         instead.
14405
14406 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14409         to remove a server from the nnimap-server-buffer-alist.
14410         (nnimap-open-connection, nnimap-close-server): Use it.
14411
14412         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14413
14414 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14417         running the major-mode function.
14418
14419 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14422         dummy marks in the right way.
14423
14424 2004-10-18  David Edmondson  <dme@dme.org>
14425
14426         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14427         excessively.
14428
14429 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14430
14431         * gnus-util.el (gnus-split-references): Accept a nil references
14432         string and go on blissfully.
14433
14434         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14435         cases where the references string is non-nil but has no references.
14436
14437         * encrypt.el: Add autoload tags.
14438
14439         * spam.el (spam-resolve-registrations-routine): Remove article
14440         from unregistration list too.  Reported by David Hanak
14441         <dhanak@isis.vanderbilt.edu>
14442
14443 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14446         nil.  Changed custom type.
14447
14448 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14451
14452         * gnus-sum.el (gnus-summary-move-article): Use it.
14453
14454 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * encrypt.el: Add autoload cookies.
14457
14458         * spam.el (spam-backend-article-list-property)
14459         (spam-backend-get-article-todo-list)
14460         (spam-backend-put-article-todo-list)
14461         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14462         Resolve registrations separately.
14463         (spam-register-routine): Format comments.
14464         (spam-unregister-routine, spam-register-routine): Always call with
14465         specific-articles, no default list.
14466         (spam-summary-prepare-exit): Use the spam-classifications function.
14467
14468         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14469         gnus-encrypt.el.
14470
14471         * encrypt.el: Copied from gnus-encrypt.el.
14472
14473         * gnus-encrypt.el: Commented that it's obsolete.
14474
14475 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14478         (gnus-score-save): Use it.
14479
14480         * message.el (message-bury): Use `window-dedicated-p'.
14481
14482 2004-10-15  Simon Josefsson  <jas@extundo.com>
14483
14484         * pop3.el (top-level): Don't require nnheader.
14485         (pop3-read-timeout): Add.
14486         (pop3-accept-process-output): Add.
14487         (pop3-read-response, pop3-retr): Use it.
14488
14489 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14490
14491         * spam.el (spam-register-routine): Move comment.
14492         (spam-verify-bogofilter): Use 'unknown for the initial
14493         spam-bogofilter-valid state, not 'never.
14494
14495         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14496         for netrc-machine.
14497
14498         * nnimap.el (nnimap-open-connection): Use
14499         netrc-machine-user-or-password.
14500
14501 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14502
14503         * gnus-registry.el (gnus-registry-unload-hook):
14504         Set as a variable with add-hook.
14505
14506         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14507         of news-path.
14508
14509         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14510
14511         * spam.el: Delete duplicate `provide'.
14512         (spam-unload-hook): Set as a variable with add-hook.
14513
14514 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14517         in the doc string.
14518
14519         * message.el (message-ignored-news-headers)
14520         (message-ignored-supersedes-headers)
14521         (message-ignored-resent-headers)
14522         (message-forward-ignored-headers): Improve custom type.
14523
14524 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * message.el (message-tokenize-header): Fix 2004-09-06 change
14527         which used point-min in the wrong place.
14528
14529 2004-10-12  Simon Josefsson  <jas@extundo.com>
14530
14531         * tls.el (tls-certtool-program): New variable.
14532         (tls-certificate-information): New function, based on
14533         ssl-certificate-information.
14534
14535 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * compface.el: Move the version of ELisp-based uncompface program
14538         to the contrib directory because of the copyright problem.
14539
14540 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * message.el (message-kill-buffer): Raise the current frame.
14543
14544 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14547
14548         * gnus.el (message-y-or-n-p): Autoload.
14549
14550         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14551         (pop3-password-required, pop3-authentication-scheme)
14552         (pop3-leave-mail-on-server): Made customizable.
14553         (pop3): New custom group.
14554         (pop3-retr): Remove `sleep-for' statements.
14555         Suggested by Dave Love <fx@gnu.org>.
14556
14557         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14558         Windows/DOS.
14559
14560         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14561         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14562         Dave Love <fx@gnu.org>.
14563
14564         * mml.el (mml-minibuffer-read-disposition): Require match.
14565         Suggested by Dave Love <fx@gnu.org>.
14566
14567 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14570         doc string.
14571
14572 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14575
14576 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14577
14578         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14579         instead of calling `mm-insert-inline', to decode text/* parts
14580         before displaying them.
14581
14582 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * mm-uu.el (mm-uu-text-plain-type): New variable.
14585         (mm-uu-pgp-signed-extract-1): Use it.
14586         (mm-uu-pgp-encrypted-extract-1): Use it.
14587         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14588         bind mm-uu-text-plain-type with that value.
14589         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14590         mm-uu-dissect.
14591
14592 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus-group.el (gnus-update-group-mark-positions):
14595         * gnus-sum.el (gnus-update-summary-mark-positions):
14596         * message.el (message-check-news-body-syntax):
14597         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14598         of string-as-multibyte.
14599
14600 2004-10-05  Juri Linkov  <juri@jurta.org>
14601
14602         * gnus-group.el (gnus-update-group-mark-positions):
14603         * gnus-sum.el (gnus-update-summary-mark-positions):
14604         * message.el (message-check-news-body-syntax):
14605         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14606         8-bit unibyte values to a multibyte string for search functions.
14607
14608 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14611         (mm-uu-dissect-text-parts): New function.
14612
14613         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14614         dissect text parts.
14615
14616         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14617         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14618
14619         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14620
14621         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14622         gnus-current-topics instead of gnus-current-topic.
14623
14624 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14625
14626         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14627
14628 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14629
14630         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14631         where approriate.
14632
14633         * nnml.el (nnml-generate-active-info): do.
14634
14635         * nndiary.el (nndiary-generate-active-info): do.
14636
14637         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14638         (gnus-topic-move): do.
14639
14640         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14641         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14642
14643         * gnus-srvr.el (gnus-server-prepare)
14644         (gnus-server-open-all-servers): do.
14645
14646         * gnus-msg.el (gnus-summary-cancel-article)
14647         (gnus-summary-resend-message)
14648         (gnus-summary-mail-crosspost-complaint): do.
14649
14650         * gnus-move.el (gnus-change-server): do.
14651
14652         * gnus-group.el (gnus-group-unmark-all-groups)
14653         (gnus-group-set-current-level): do.
14654
14655 2004-10-04  Simon Josefsson  <jas@extundo.com>
14656
14657         * message.el (message-generate-hashcash): Doc fix.
14658
14659 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14660
14661         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14662         avoid infinite recursion via gnus-get-function.
14663
14664 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14665
14666         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14667
14668         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14669
14670         * nnmail.el (nnmail-split-history): do.
14671
14672         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14673         (nnml-request-delete-group): do.
14674
14675         * nnslashdot.el (nnslashdot-read-groups): do.
14676
14677         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14678         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14679
14680         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14681         (nnspool-sift-nov-with-sed): Use last.
14682         (nnspool-retrieve-headers-with-nov): Use mapc.
14683         (nnspool-request-newgroups): Use dolist.
14684         (nnspool-request-group): Use last.
14685
14686         * nntp.el (nntp-read-server-type): Use dolist.
14687
14688         * nnvirtual.el (nnvirtual-create-mapping)
14689         (nnvirtual-update-read-and-marked): Use dolist.
14690         (nnvirtual-convert-headers): Simplify.
14691
14692 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14693
14694         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14695         support for sync'ing tick marks.
14696
14697 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14700         there's no visible header.
14701
14702 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14703
14704         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14705         necessary, pass full group name to gnus-request-set-marks.
14706
14707 2004-10-01  Simon Josefsson  <jas@extundo.com>
14708
14709         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14710         acroread.
14711
14712 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14713
14714         * spam-report.el (spam-report-gmane): Fix interactive.
14715
14716         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14717
14718         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14719         when writing file.
14720         (gnus-agent-synchronize-flags): Don't default to being
14721         interactive.
14722
14723 2004-09-30  Simon Josefsson  <jas@extundo.com>
14724
14725         * message.el (message-generate-hashcash): Add.
14726         (message-send-mail): Use it, call mail-add-payment.
14727
14728 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14729
14730         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14731
14732 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14733
14734         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14735         gnus-requst-update-info with explicit code to sync the in-memory
14736         info read flags with the marks being sync'd to the backend.
14737
14738         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14739
14740 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * spam.el (spam-verify-bogofilter): Add new function.
14743         (spam-check-bogofilter)
14744         (spam-bogofilter-register-with-bogofilter): Use it.
14745         (spam-verify-bogofilter): Add small fixes.
14746
14747 2004-09-28  Simon Josefsson  <jas@extundo.com>
14748
14749         * hashcash.el (hashcash-generate-payment): Revert.
14750
14751 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14754         gnus-extract-references instead of gnus-split-references.
14755
14756         * gnus-util.el (gnus-extract-references): Add new function, analogous
14757         to gnus-split-references but extracts only the message-ID without
14758         anything extra.
14759
14760         * hashcash.el (hashcash-generate-payment)
14761         (hashcash-check-payment): Do the right thing if hashcash-path is
14762         nil (because the hashcash program could not be found).
14763
14764         * spam.el (spam-use-hashcash): Remove comment.
14765
14766 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14767
14768         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14769         (gnus-cache-enter-article, gnus-cache-remove-article)
14770         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14771
14772         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14773
14774         * gnus-art.el (article-hide-boring-headers)
14775         (article-translate-strings, article-display-face)
14776         (gnus-article-mime-match-handle-first)
14777         (gnus-article-highlight-headers)
14778         (gnus-article-add-buttons-to-head): do.
14779
14780 2004-09-27  Simon Josefsson  <jas@extundo.com>
14781
14782         * hashcash.el: New version, from
14783         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14784         ../contrib/.
14785
14786 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14789
14790 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14791
14792         * gnus-dup.el (gnus-dup-open): Use mapc.
14793         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14794
14795         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14796         Reported by Stefan Wiens <s.wi@gmx.net>.
14797
14798         * gnus.el (gnus-shutdown): Use dolist.
14799
14800         * gnus-undo.el (gnus-undo): Use mapc.
14801
14802         * nnrss.el (nnrss-generate-active): do.
14803
14804         * message.el (message-cite-original-without-signature)
14805         (message-cite-original): Use mapc.
14806         (message-do-actions, message-make-forward-subject): Use dolist.
14807
14808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14809
14810         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14811         deletion to remove entire duplicate line.  Fixes merged article
14812         number bug.
14813
14814 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14815
14816         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14817         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14818         first ask if you want to open a server and then, even when you
14819         responded with no, asking if you want to synchronize the server's
14820         flags.
14821         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14822         multi-line expressions.
14823         (gnus-agent-synchronize-group-flags): New internal function.
14824         Updates marks in memory (in the info structure) AND in the
14825         backend.
14826
14827         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14828
14829         * nnagent.el (nnagent-request-set-mark): Use
14830         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14831         method, to ensure that synchronization updates marks in the
14832         backend and in the info (in memory) structure.
14833
14834 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14837         convention fully; don't miss the root article of a thread; make
14838         the X-Draft-From header with correct article numbers.
14839
14840 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14841
14842         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14843         unless plugged.  Disable the agent so that an open failure causes
14844         an error.
14845
14846         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14847         Reverted 2004-09-21 change.  The backend must be opened while
14848         synchronizing flags even when the backend stores the flags
14849         locally.
14850
14851 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14854         in `header' match.  Reported by Svend Tollak Munkejord.
14855
14856         * message.el (message-cite-original): Fix use of
14857         `message-cite-articles-with-x-no-archive'.
14858
14859 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14862         (gnus-window-to-buffer): Ditto.
14863
14864         * mml.el (mml-preview-buffer): New variable.
14865         (mml-preview): Manage window layout with gnus-buffer-configuration.
14866
14867         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14868         X-Draft-From header even if those articles aren't quoted.
14869
14870 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14871
14872         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14873         (gnus-request-set-mark, gnus-request-update-mark): Use new
14874         g-s-t-u-l-m to decide to use backend even when unplugged.
14875
14876 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14879         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14880
14881 2004-09-20  Simon Josefsson  <jas@extundo.com>
14882
14883         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14884         "utf-16-le".
14885
14886 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14887
14888         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14889
14890 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * uudecode.el (uudecode-use-external): Add :version.
14893
14894         * smime.el (smime-CA-file, smime-encrypt-cipher)
14895         (smime-dns-server): Add :version.
14896
14897         * smiley.el (gnus-smiley-file-types): Add :version.
14898
14899         * sha1.el (sha1-use-external): Add :version.
14900
14901         * pgg-def.el (pgg-query-keyserver): Add :version.
14902
14903         * nnmail.el (nnmail-fancy-expiry-targets)
14904         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14905         Add :version.
14906
14907         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14908         (nnimap-retrieve-groups-asynchronous): Add :version.
14909         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14910
14911         * mml.el (mml-content-disposition-parameters)
14912         (mml-insert-mime-headers-always): Add :version.
14913
14914         * mm-util.el (mm-coding-system-priorities): Add :version.
14915
14916         * mm-decode.el (mm-inline-text-html-with-images)
14917         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14918         (mm-verify-option): Add :version.
14919         (mm-text-html-renderer): Change :version.
14920
14921         * message.el (message-fcc-externalize-attachments)
14922         (message-required-headers, message-draft-headers)
14923         (message-subject-trailing-was-query)
14924         (message-subject-trailing-was-ask-regexp)
14925         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14926         (message-mark-insert-end, message-archive-header)
14927         (message-archive-note, message-cross-post-default)
14928         (message-cross-post-note, message-followup-to-note)
14929         (message-cross-post-note-function, message-use-mail-followup-to)
14930         (message-subscribed-address-functions)
14931         (message-subscribed-address-file, message-subscribed-addresses)
14932         (message-subscribed-regexps, message-allow-no-recipients)
14933         (message-yank-cited-prefix, message-signature-insert-empty-line)
14934         (message-hidden-headers, message-hierarchical-addresses)
14935         (message-mail-user-agent, message-use-idna)
14936         (message-valid-fqdn-regexp)
14937         (message-strip-special-text-properties, message-header-synonyms)
14938         (message-beginning-of-line, message-tab-body-function): Add :version.
14939         (message-insert-canlock, message-wide-reply-confirm-recipients):
14940         Change :version.
14941
14942         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14943         and :version.
14944         (mail-source-delete-old-incoming-confirm)
14945         (mail-source-movemail-program): Add :version.
14946
14947         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14948         (gnus-agent-cache, gnus-agent): Change :version.
14949
14950         * gnus-util.el (gnus-use-byte-compile): Change :version.
14951
14952         * gnus-sum.el (gnus-summary-make-false-root-always)
14953         (gnus-summary-default-high-score)
14954         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14955         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14956         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14957         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14958         (gnus-sum-thread-tree-single-indent)
14959         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14960         (gnus-sum-thread-tree-leaf-with-other)
14961         (gnus-sum-thread-tree-single-leaf): Add :version.
14962         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14963         (gnus-article-loose-mime): Change :version.
14964
14965         * gnus-start.el (gnus-backup-startup-file)
14966         (gnus-save-startup-file-via-temp-buffer): Add :version.
14967
14968         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14969         (gnus-server-offline-face): Add :version.
14970
14971         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14972
14973         * gnus-msg.el (gnus-gcc-externalize-attachments)
14974         (gnus-debug-files, gnus-debug-exclude-variables)
14975         (gnus-discouraged-post-methods): Change :version.
14976         (gnus-confirm-mail-reply-to-news)
14977         (gnus-confirm-treat-mail-like-news): Add :version.
14978
14979         * gnus-int.el (gnus-server-unopen-status): Add :version.
14980
14981         * gnus-group.el (gnus-group-jump-to-group-prompt)
14982         (gnus-large-ephemeral-newsgroup)
14983         (gnus-fetch-old-ephemeral-headers): Add :version.
14984
14985         * gnus-fun.el (gnus-x-face-directory)
14986         (gnus-convert-pbm-to-x-face-command)
14987         (gnus-convert-image-to-x-face-command)
14988         (gnus-convert-image-to-face-command): Add :version.
14989
14990         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14991
14992         * gnus-cite.el (gnus-cite-blank-line-after-header)
14993         (gnus-article-boring-faces): Add :version.
14994
14995         * gnus-art.el (gnus-buttonized-mime-types)
14996         (gnus-inhibit-mime-unbuttonizing)
14997         (gnus-treat-display-face)
14998         (gnus-treat-body-boundary): Change :version.
14999         (gnus-body-boundary-delimiter, gnus-picon-databases)
15000         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15001         (gnus-treat-date-english, gnus-treat-fold-headers)
15002         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15003         (gnus-treat-mail-picon, gnus-treat-wash-html)
15004         (gnus-article-encrypt-protocol)
15005         (gnus-use-idna, gnus-article-over-scroll)
15006         (gnus-mime-display-multipart-alternative-as-mixed)
15007         (gnus-mime-display-multipart-related-as-mixed)
15008         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15009         (gnus-ctan-url, gnus-button-ctan-handler)
15010         (gnus-button-handle-ctan-bogus-regexp)
15011         (gnus-button-ctan-directory-regexp)
15012         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15013         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15014         (gnus-button-man-level, gnus-button-emacs-level)
15015         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15016
15017         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15018         (gnus-agent-go-online): Change :version.
15019         (gnus-agent-expire-unagentized-dirs)
15020         (gnus-agent-auto-agentize-methods): Add :version.
15021
15022         * flow-fill.el (fill-flowed-display-column)
15023         (fill-flowed-encode-column): Add :version.
15024
15025         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15026         (gnus-outlook-deuglify-unwrap-max)
15027         (gnus-outlook-deuglify-cite-marks)
15028         (gnus-outlook-deuglify-unwrap-stop-chars)
15029         (gnus-outlook-deuglify-no-wrap-chars)
15030         (gnus-outlook-deuglify-attrib-cut-regexp)
15031         (gnus-outlook-deuglify-attrib-verb-regexp)
15032         (gnus-outlook-deuglify-attrib-end-regexp)
15033         (gnus-outlook-display-hook): Add :version.
15034
15035         * binhex.el (binhex-use-external): Add :version.
15036
15037 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15040         and `invisible'.
15041
15042 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15045         in gnus-registry-trim.
15046
15047 2004-09-13  Simon Josefsson  <jas@extundo.com>
15048
15049         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15050
15051         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15052
15053         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15054         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15055         <yamaoka@jpl.org>.
15056         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15057         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15058         <yamaoka@jpl.org>.
15059
15060         * sieve.el (sieve-manage-mode): Ditto.
15061
15062 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15065
15066 2004-09-11  Simon Josefsson  <jas@extundo.com>
15067
15068         * dns-mode.el: Add.
15069
15070         * mm-view.el (mm-display-dns-inline): Add.
15071
15072         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15073         (mm-automatic-display): Ditto.
15074
15075         * mailcap.el (mailcap-mime-data): Add text/dns.
15076         (mailcap-mime-extensions): Map .soa to text/dns.
15077
15078 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15079
15080         * gnus-art.el (article-decode-mime-words, article-babel)
15081         (gnus-article-highlight-signature, gnus-article-add-buttons)
15082         (gnus-signature-toggle): Remove unnecessary bindings of
15083         `inhibit-read-only' inherited from v5.10 merge.
15084
15085 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * nntp.el (nntp): New customization group.
15088         (nntp-authinfo-file): Add customization group.
15089
15090         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15091
15092         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15093
15094         * gnus.el (to-address, to-list, subscribed)
15095         (large-newsgroup-initial): Ditto.
15096
15097         * flow-fill.el (fill-flowed-display-column)
15098         (fill-flowed-encode-column): Ditto.
15099
15100 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15101
15102         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15103         Use point-min rather than 1.
15104         (message-send-mail): Use buffer-size rather than point-max.
15105
15106         * gnus-sum.el (gnus-summary-search-article-forward):
15107         Signal a specific `search-failed' rather than a generic `error'.
15108
15109         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15110         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15111         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15112
15113 2004-09-10  Simon Josefsson  <jas@extundo.com>
15114
15115         * nndb.el (require): Remove tcp and duplicate cl.
15116
15117 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-agent.el (directory-files-and-attributes): Move forward.
15120
15121 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15122
15123         * gnus-agent.el (directory-files-and-attributes): Optionally
15124         defined to support XEmacs.
15125
15126 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15127
15128         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15129         to avoid run-time CL dependencies.
15130         (gnus-agent-unfetch-articles): New function.
15131         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15132         article numbers even when local .overview file is missing.
15133         (gnus-agent-read-article-number): New function.  Only accepts
15134         27-bit article numbers.
15135         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15136         gnus-agent-read-article-number.
15137         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15138         from backend while recognizing that article numbers in .overview
15139         must be valid.
15140         (gnus-agent-update-files-total-fetched-for): Use
15141         directory-files-and-attributes to improve performance.
15142         * gnus-int.el (gnus-request-move-article): Use
15143         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15144         improve performance.
15145
15146         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15147         some users confused by references to .newsrc when they only have a
15148         .newsrc.eld file.
15149         (gnus-convert-mark-converter-prompt)
15150         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15151         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15152         New function.  Used internally to only display 'gnus converting
15153         files' message when actually necessary.
15154
15155         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15156         methods now autoloaded.
15157
15158 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15161         identifiers.
15162
15163 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-picon.el: Fix indentation and closing parenthesis.
15166
15167 2004-09-01  Simon Josefsson  <jas@extundo.com>
15168
15169         * message.el (message-canlock-generate): Require sha1, not
15170         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15171         to require within a function.  Sadly, if sha1.el isn't loaded, the
15172         let binding in m-c-g will hide the defcustom definition, which is
15173         bad.)
15174
15175         * canlock.el: Require sha1, not sha1-el.
15176
15177         * message.el: Don't autoload sha1 (there is a autoload cookie in
15178         sha1.el).
15179
15180         * sha1-el.el: Renamed to sha1.el.
15181
15182 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15183
15184         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15185
15186 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15187
15188         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15189
15190 2004-08-30  Kim F. Storm  <storm@cua.dk>
15191
15192         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15193
15194         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15195         Add :group 'nnimap.
15196
15197 2004-08-30  Andreas Schwab  <schwab@suse.de>
15198
15199         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15200         ?* and ?\;.
15201
15202         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15203         and ?\' to symbol instead of whitespace.
15204
15205 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15208
15209         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15210         instead of re-search-forward.
15211
15212         * gnus-uu.el (gnus-uu-save-article): Ditto.
15213         (gnus-uu-post-encode-uuencode): Ditto.
15214
15215         * html2text.el (html2text-clean-list-items): Ditto.
15216         (html2text-clean-dtdd): Ditto.
15217         (html2text-format-tags): Ditto.
15218
15219         * message.el (message-send-mail-with-sendmail): Fix regexp.
15220         (message-fill-field-general): Use search-forward instead of
15221         re-search-forward.
15222         (unbold-region): Ditto.
15223
15224         * nnrss.el (nnrss-request-article): Ditto.
15225
15226         * nnslashdot.el (nnslashdot-request-article): Ditto.
15227
15228         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15229
15230         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15231         "Unrecognized menu descriptor" error in XEmacs.
15232
15233 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15234
15235         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15236         parent article of a sparse article in the thread hashtb.
15237
15238 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15239
15240         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15241         (nnmail-expand-newtext): Lowercase expanded entries if
15242         nnmail-split-lowercase-expanded is non-nil.
15243
15244 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15247
15248         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15249         of gnus-tmp-news-method into string under XEmacs.  It will be
15250         passed to gnus-correct-length which takes only a string argument.
15251
15252 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-util.el (gnus-bind-print-variables): New macro.
15255         (gnus-prin1): Use it.
15256         (gnus-prin1-to-string): Use it.
15257         (gnus-pp): New function.
15258         (gnus-pp-to-string): New function.
15259
15260         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15261         Replace pp-to-string with gnus-pp-to-string.
15262         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15263         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15264         * gnus-msg.el (gnus-debug): Ditto.
15265         * gnus-score.el (gnus-score-save): Ditto.
15266         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15267         gnus-pp-to-string.
15268         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15269         with gnus-pp.
15270         * score-mode.el (gnus-score-pretty-print): Ditto.
15271         * webmail.el (webmail-debug): Ditto.
15272
15273 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (article-display-face, article-display-x-face):
15276         Use buffer-read-only.
15277
15278 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-art.el (article-hide-list-identifiers):
15281         Bind inhibit-read-only as t.
15282
15283 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15284
15285         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15286
15287 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15288
15289         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15290         (gnus-narrow-to-page): Don't assume point-min == 1.
15291         (gnus-article-edit-mode): Derive from message-mode.
15292
15293         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15294         point-min == 1.
15295
15296         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15297         Disable incorrect use of `assert'.
15298
15299         * message.el (message-mode): Set comment-start-skip.
15300
15301
15302 2004-08-22  Sam Steingold  <sds@gnu.org>
15303
15304         * pop3.el (pop3-leave-mail-on-server): New user variable.
15305         (pop3-movemail): Delete mail only when it is nil.
15306
15307 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15310
15311         * mml.el (mml-preview): Use `pop-to-buffer'.
15312
15313         * message.el (message-goto-mail-followup-to): Insert after "To".
15314         (message-carefully-insert-headers): Add comment.
15315
15316         * gnus.el: Remove unused variable `gnus-article-check-size'.
15317
15318         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15319
15320         * gnus-art.el (gnus-button-alist): Improve
15321         `gnus-button-handle-library' entry.
15322
15323 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15324
15325         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15326         downcase, since XEmacs capitalizes error messages differently.
15327
15328 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * nntp.el: Add (require 'gnus) due to reference to
15331         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15332
15333 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15334
15335         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15336         `mm-fill-flowed'.
15337
15338         * mm-decode.el (mm-dissect-singlepart): Check it.
15339
15340 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15343         'imap' for netrc parsing.
15344
15345 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * mailcap.el (mailcap-mime-data): Mark as risky.
15348
15349 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15352         may be included in the encoded word.
15353         (rfc2047-encode): Don't append a space if the encoded word
15354         includes close parenthesis.
15355
15356 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15359         of text within parentheses.
15360
15361 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15364         (gnus-encrypt-write-file-contents): Make the password key the file
15365         name PLUS the cipher, not just the cipher.  Also remove failed
15366         passwords from the cache.
15367
15368 2004-08-06  Simon Josefsson  <jas@extundo.com>
15369
15370         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15371         fix.
15372
15373 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15376         LWSP.
15377
15378 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15379
15380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15381         to append in-reply-to: data to the references: header.
15382
15383         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15384         (netrc-parse): Use gnus-encrypt.el functions.
15385
15386         * gnus-encrypt.el: Add new file for encryption support; currently
15387         does only a few GPG ciphers and an internal XOR cipher.
15388
15389         * password.el: Add comments on using password-read-and-add.
15390         (password-read-and-add): Add function to read and add the
15391         password to the cache at once.
15392
15393 2004-07-28  Simon Josefsson  <jas@extundo.com>
15394
15395         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15396         parameter (but don't use it, for now).
15397
15398         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15399         instead of hard coding to nil.
15400
15401 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15404         as mm-inline-image-xemacs does.
15405
15406 2004-07-26  Simon Josefsson  <jas@extundo.com>
15407
15408         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15409         Revert part of 2004-07-17 change below.
15410
15411 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15414         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15415
15416 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15417
15418         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15419         quotes that actually start with ">" at the beginning of the
15420         lines.
15421
15422 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * rfc2047.el (rfc2047-encode-region): Fix last change.
15425         (rfc2047-encode-parameter): Remove useless concat.
15426
15427 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15430         encode special characters; fix some kind of misconfigured headers;
15431         signal a real error if debug-on-quit or debug-on-error is non-nil.
15432         (rfc2047-encode-max-chars): New variable.
15433         (rfc2047-encode-1): Use it.
15434         (rfc2047-encode-parameter): New function.
15435
15436         * mml.el (mml-insert-parameter): Remove an excessive space.
15437
15438 2004-07-17  Simon Josefsson  <jas@extundo.com>
15439
15440         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15441         Kai Grossjohann <kai@emptydomain.de>.
15442         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15443         (gnus-group-make-menu-bar): Ditto.
15444
15445         * gnus-util.el (gnus-group-server): Add.
15446
15447 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * message.el (message-clone-locals): Clone sendmail and smtp
15450         variables.
15451
15452 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * rfc2047.el (rfc2047-encode-region): Fix last change.
15455
15456 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15459         characters as non-special.
15460
15461 2004-07-09  Simon Josefsson  <jas@extundo.com>
15462
15463         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15464         Users will lose all flag changes made while unplugged with
15465         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15466         good default.  See numerous reports on ding mailing list.
15467
15468 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15471         add generate-head-function and generate-article-function to the
15472         rfc822-forward entry.
15473         (nndoc-rfc822-forward-generate-article): New function.
15474         (nndoc-rfc822-forward-generate-head): New function.
15475
15476         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15477
15478 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15479
15480         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15481         respect display group parameter and gnus-summary-expunge-below.
15482         (gnus-articles-to-read): Remove unused reference to display group
15483         parameter.
15484
15485 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15486
15487         * nnheader.el (nnheader-uniquify-message-id): New experimental
15488         variable.
15489         (nnheader-nov-read-message-id): Use it.
15490
15491         * spam-report.el (spam-report-gmane): Add interactive.
15492
15493 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15496         qp-or-base64 for the application/* types.
15497
15498 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15499
15500         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15501
15502 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15505         trim value.
15506
15507 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15508
15509         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15510         New macro and function.
15511         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15512
15513 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15516         after-load-alist.
15517
15518 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15519
15520         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15521         update info that isn't there.
15522
15523 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15524
15525         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15526         entry.
15527
15528 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * mm-view.el (mm-inline-render-with-function): Use multibyte
15531         buffer; decode html source by charset.
15532
15533         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15534
15535         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15536         Mule-UCS is loaded under XEmacs.
15537         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15538
15539 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15540
15541         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15542
15543 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * mm-util.el (mm-coding-system-p): Return a coding-system.
15546         (mm-mime-mule-charset-alist): Use shift_jis instead of
15547         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15548         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15549         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15550         instead of japanese-shift-jis and iso-latin-1 respectively in
15551         order to share the default value with both Emacs and XEmacs-mule.
15552         (mm-mule-charset-to-mime-charset): Make
15553         mm-coding-system-priorities effective.
15554         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15555         while predicating of candidates upon the priorities.
15556
15557 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15558
15559         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15560         gnus-uu-invert-processable.
15561
15562         * gnus.el: Autoload gnus-uu-invert-processable.
15563
15564 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * mm-util.el (mm-with-multibyte-buffer): New macro.
15567
15568         * rfc2047.el (rfc2047-encode-string): Use it.
15569         (rfc2047-encode-region): Move point to the end of the region after
15570         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15571
15572 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15575         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15576
15577 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15580         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15581         Karl Chen <quarl@nospam.quarl.org>.
15582
15583 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15584
15585         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15586         invalid addresses.
15587
15588 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15589
15590         * spam.el: Change section markers, revise TODO list.
15591         (spam-backends): Make new master list of all installed backends.
15592         (spam-summary-exit-behavior): Add new variable to determine how
15593         messages moves are done at summary exit.
15594         (spam-move-spam-nonspam-groups-only)
15595         (spam-process-ham-in-nonham-groups)
15596         (spam-process-ham-in-spam-groups): Remove variables, the
15597         spam-summary-exit-behavior variable should be used to manage this
15598         behavior.
15599         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15600         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15601         and spam-old-spam-articles.
15602         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15603         Add empty variables, placeholders for the backends they represent.
15604         (spam-set-difference): Move, unchanged.
15605         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15606         unless the user has a processor variable.
15607         (spam-classifications, spam-classification-valid-p)
15608         (spam-backend-properties, spam-backend-property-valid-p)
15609         (spam-backend-function-type-valid-p)
15610         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15611         (spam-report-articles-gmane, spam-report-articles-resend):
15612         Remove functions, they are not needed.
15613         (spam-install-backend-super, spam-backend-list)
15614         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15615         (spam-backend-function, spam-backend-ham-registration-function)
15616         (spam-backend-spam-registration-function)
15617         (spam-backend-ham-unregistration-function)
15618         (spam-backend-spam-unregistration-function)
15619         (spam-backend-statistical-p, spam-backend-mover-p)
15620         (spam-install-backend-alias, spam-install-checkonly-backend)
15621         (spam-install-mover-backend, spam-install-nocheck-backend)
15622         (spam-install-backend, spam-install-statistical-backend)
15623         (spam-install-statistical-checkonly-backend): Add backend installation
15624         support.
15625         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15626         (spam-group-processor-p): Use the new backend code and respect the
15627         summary exit behavior.
15628         (spam-mark-spam-as-expired-and-move-routine): Remove.
15629         (spam-summary-prepare): Change to use the new spam-old-articles
15630         variable.
15631         (spam-copy-or-move-routine, spam-copy-spam-routine)
15632         (spam-move-spam-routine, spam-copy-ham-routine)
15633         (spam-move-ham-routine): Add code to copy/move ham or spam.
15634         (spam-fetch-field-fast): Improve doc and code, plus allow the
15635         'number request.
15636         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15637         variables.
15638         (spam-split, spam-find-spam): Use the new backend code.
15639         (spam-registration-functions): Remove variable.
15640         (spam-unregister-routine): Add convenience wrapper.
15641         (spam-log-undo-registration, spam-register-routine)
15642         (spam-log-processing-to-registry)
15643         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15644         where possible.
15645         (spam-check-gmane-xref, spam-check-regex-headers)
15646         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15647         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15648         (spam-check-bogofilter-headers, spam-check-spamoracle)
15649         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15650         (spam-check-crm114-headers): Use the spam-split-group that
15651         spam-split prepares, no need to determine it every time.
15652
15653         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15654         to the nnheader-parse-naked-head call.
15655
15656         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15657
15658         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15659         the nnheader-nov-read-message-id call.
15660
15661 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15664         gnus-activate-group twice.  Suggested by Markus Peter
15665         <warp@spin.de>.
15666
15667 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-art.el (gnus-article-time-format): Exchange the order of
15670         day and month in the default value; fix customization type.
15671         (article-date-ut): Use add-text-properties.
15672         (article-make-date-line): Use message-make-date instead of
15673         current-time-string.
15674
15675         * message.el (message-fetch-field): Don't use set-text-properties.
15676         (message-make-date): Simplify.
15677
15678         * messagexmas.el (message-xmas-make-date): New function.
15679         (message-xmas-redefine): Defalias message-make-date to it.
15680
15681 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15684         (rfc2047-encode-region): Treat text within parentheses as special;
15685         show the original text when error has occurred.
15686
15687         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15688         already-computed method to gnus-activate-group.
15689
15690         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15691         same select-methods identical Lisp objects.
15692
15693         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15694         object when modifying the info.
15695
15696 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15699         gnus-opened-servers since it has never been opened with the new
15700         configuration yet.
15701
15702 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15705         arg to nnheader-generate-fake-message-id.
15706
15707 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15710         number and build a fake message ID localized to a group and
15711         article number (so it's repeatable from that point on).
15712         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15713         ID format.
15714
15715         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15716         nnheader-generate-fake-message-id with the article number.
15717
15718 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15719
15720         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15721         end-of-buffer.
15722
15723 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15724
15725         * message.el (message-ignored-supersedes-headers): Add Approved.
15726
15727 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15730         goto-char.
15731         (rfc2047-encode): Fold the line before encoding.
15732
15733 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15736         folding -- not all headers can be folded, and this should be done
15737         by the message composition mode.  Probably.  I think.
15738
15739 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15742         fast.
15743
15744         * gnus-ems.el (gnus-remove-image): Don't use
15745         message-text-with-property; remove only the image found first.
15746
15747         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15748         found first.
15749
15750 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15753
15754 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * message.el (message-text-with-property): Make it fast and accept
15757         optional arguments.
15758         (message-strip-forbidden-properties): Use it.
15759         (message-fix-before-sending): Follow the m-t-w-p change.
15760
15761         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15762
15763 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-art.el (article-hide-headers): Don't change the buffer
15766         mistakenly when performing mml-preview even if
15767         gnus-single-article-buffer is nil.
15768
15769 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15770
15771         * message.el (message-expand-name-databases): New user option.
15772         (message-expand-name): Use it.
15773
15774 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * spam.el (spam-report-articles-resend)
15777         (spam-report-resend-register-routine): Allow ham reporting.
15778         (spam-report-resend-register-ham-routine): Add wrapper.
15779         (spam-registration-functions): Add ham resending functions.
15780         (spam-list-of-processors): Add ham resend processor.
15781
15782         * gnus.el (ham-resend-to): Add new group parameter.
15783         (spam-process): Add ham resend option.
15784
15785         * spam-report.el (spam-report-resend): Allow reporting ham.
15786         (spam-report-resend-ham): Add wrapper.
15787
15788 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789
15790         * message.el (message-cite-articles-with-x-no-archive): New
15791         variable.
15792         (message-cite-original): Use it.
15793
15794 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * message.el (message-cite-original): Respect X-No-Archive.
15797
15798 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (article-hide-headers): Refer to the values for
15801         gnus-ignored-headers and gnus-visible-headers in the summary
15802         buffer since a user may have set them as group parameters.
15803
15804 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15805
15806         * assistant.el (assistant-node-name): Add convenience function.
15807         (assistant-render-text, assistant-render-node): Add error handling,
15808         plus handle multiple next nodes.
15809         (assistant-find-next-node): Comment out for now.
15810         (assistant-find-next-nodes): Add function, returns list of next
15811         nodes.
15812
15813 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * mail-source.el (mail-source-directory): Fix doc-string.
15816
15817 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15818
15819         * assistant.el (assistant-render-text, assistant-eval): Add :set
15820         widget type, which is different because it takes and returns a
15821         list.  Much hilarity ensues.
15822
15823 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15824
15825         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15826
15827         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15828         doc-string.
15829
15830         * gnus-start.el (gnus-activate-group): Added doc-string.
15831
15832 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15835
15836 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15837
15838         * assistant.el (assistant-render-text): Try to add a :set
15839         widget, more to come.
15840
15841         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15842         strings.
15843         (spam-report-articles-resend)
15844         (spam-register-routine): Do registration iff any articles warrant
15845         it.
15846         (spam-summary-prepare-exit): Change log message for nil group
15847         destinations.
15848
15849 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15850
15851         * spam.el (spam-report-resend-register-routine): Allow
15852         spam-report-resend-to to be a group parameter or a global value.
15853
15854 2004-05-26  Simon Josefsson  <jas@extundo.com>
15855
15856         * starttls.el: Merge with my GNUTLS based starttls.el.
15857         (starttls-gnutls-program, starttls-use-gnutls)
15858         (starttls-extra-arguments, starttls-process-connection-type)
15859         (starttls-connect, starttls-failure, starttls-success): New
15860         variables.
15861         (starttls-program, starttls-extra-args): Doc fix.
15862         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15863         functions.
15864         (starttls-negotiate, starttls-open-stream): Check
15865         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15866         function if it is set.
15867
15868 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15871         structured fields.
15872
15873 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15876
15877 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15880         variable.
15881         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15882         assigning the spam-mark to new messages.
15883
15884 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15885
15886         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15887
15888 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15891
15892         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15893         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15894         default.
15895
15896 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15897
15898         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15899         correct data.
15900
15901 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15902
15903         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15904         (spam-group-processor-p): Fix function.
15905         (spam-group-processor-multiple-p)
15906         (spam-group-spam-processor-report-gmane-p)
15907         (spam-group-spam-processor-report-resend-p)
15908         (spam-group-spam-processor-bogofilter-p)
15909         (spam-group-spam-processor-blacklist-p)
15910         (spam-group-spam-processor-ifile-p)
15911         (spam-group-ham-processor-ifile-p)
15912         (spam-group-spam-processor-spamoracle-p)
15913         (spam-group-spam-processor-crm114-p)
15914         (spam-group-ham-processor-bogofilter-p)
15915         (spam-group-spam-processor-stat-p)
15916         (spam-group-ham-processor-stat-p)
15917         (spam-group-ham-processor-whitelist-p)
15918         (spam-group-ham-processor-BBDB-p)
15919         (spam-group-ham-processor-spamoracle-p)
15920         (spam-group-ham-processor-copy-p): Remove functions with some
15921         prejudice against unneeded code.
15922         (spam-report-articles-resend)
15923         (spam-report-resend-register-routine): Allow the group/topic
15924         spam-resend-to value to override spam-report-resend-to.
15925         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15926         properly now.
15927
15928         * gnus.el (spam-resend-to): Add group/topic parameter.
15929         (spam-process): Move the OBSOLETE processors to the end of the
15930         choices.
15931
15932 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15933
15934         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15935         with resend-to set to nil, and then ask the user if necessary.
15936         (spam-report-resend): spam-report-resend takes a list of articles, not
15937         separate article numbers.
15938
15939 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15942         addition to emacs-w3m.
15943
15944 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * assistant.el (assistant-authinfo-data): New function.
15947         (assistant-eval): Eval for entire assistant.
15948
15949         * netrc.el (netrc-services-file): New variable.
15950         (netrc-parse-services): New function.
15951         (netrc-find-service-name): New function.
15952         (netrc-find-service-number): New function.
15953         (netrc-port-equal): New function.
15954         (netrc-machine): Use it.
15955
15956         * nnimap.el (nnimap-open-connection): Use netrc.
15957
15958         * gnus-util.el (gnus-netrc-get): Remove aliases.
15959
15960         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15961
15962         * assistant.el (wid-edit): Fix compilation.
15963
15964         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15965
15966 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15967
15968         * gnus-util.el (gnus-set-file-modes): New function.  (small
15969         patch).
15970
15971 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15972
15973         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15974
15975         * assistant.el (assistant-render-node): Fix up rendering and
15976         read-only text.
15977         (assistant-render-node): Reset.
15978         (assistant-make-read-only): Not sticky.
15979
15980 2004-05-20  Danny Siu  <dsiu@adobe.com>
15981
15982         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15983         centered even when gnus-auto-center-summary is t.
15984
15985 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * dns.el (dns-get-txt-answer): New function.
15988         (dns-read-txt): Ditto.
15989         (query-dns): Use it.
15990
15991 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15994         active for foreign groups even if the group level is higher than
15995         the specified value.
15996
15997 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15998
15999         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16000         non-active groups.
16001
16002         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16003
16004 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16005
16006         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16007
16008 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16011         (spam-crm114-header, spam-crm114-spam-switch)
16012         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16013         (spam-crm114-positive-spam-header)
16014         (spam-crm114-database-directory, spam-list-of-processors)
16015         (spam-group-spam-processor-crm114-p)
16016         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16017         (spam-generic-score, spam-list-of-checks)
16018         (spam-list-of-statistical-checks, spam-registration-functions)
16019         (spam-check-crm114-headers, spam-crm114-score)
16020         (spam-check-crm114, spam-crm114-register-with-crm114)
16021         (spam-crm114-register-spam-routine)
16022         (spam-crm114-unregister-spam-routine)
16023         (spam-crm114-register-ham-routine)
16024         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16025         asjo@koldfront.dk (Adam Sjøgren).
16026
16027         * gnus.el: Add spam-use-crm114.
16028
16029         * spam.el (spam-list-of-processors, spam-registration-functions):
16030         Add spam-use-resend.
16031         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16032         (spam-report-articles-gmane): Add doc fix.
16033         (spam-report-articles-resend, spam-report-resend-register-routine):
16034         Add wrappers around spam-report-resend-to.
16035
16036         * spam-report.el (spam-report-resend-to, spam-report-resend):
16037         Add support for resending spam.
16038         (spam-report-gmane): Fix line length >80.
16039
16040         * gnus.el (spam-process): Add spam-use-resend.
16041
16042 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16043
16044         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16045         number of processed spam messages.
16046         (spam-ham-copy-or-move-routine): Return the number of processed
16047         ham messages.
16048         (spam-summary-prepare-exit): Use the above values to decide
16049         whether status messages shouled be displayed.
16050
16051 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16054         `rfc2047-encoding-function-alist' in order to avoid conflicting
16055         with the old version.
16056         (rfc2047-encode-region): Concatenate words containing non-ASCII
16057         characters in structured fields; don't encode space-delimited
16058         ASCII words even in unstructured fields; don't break words at
16059         char-category boundaries.
16060         (rfc2047-encode-1): New function.
16061         (rfc2047-encode): Use it; encode text so that it occupies the
16062         maximum width within 76-column; work correctly on Q encoding for
16063         iso-2022-* charsets.
16064         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16065         sure not to break a line just after the header name.
16066         (rfc2047-b-encode-region): Removed.
16067         (rfc2047-b-encode-string): New function.
16068         (rfc2047-q-encode-region): Removed.
16069         (rfc2047-q-encode-string): New function.
16070
16071         * mm-util.el (mm-replace-in-string): New function.
16072
16073 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16074
16075         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16076         get it right.
16077         (gnus-inews-make-draft): Really.
16078
16079 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16080
16081         * nnmh.el (nnmh-request-list-1): Don't check the link count
16082         before descending.  (small patch)
16083
16084 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16087         stuff.
16088
16089         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16090         on real group name.
16091
16092         * gnus-art.el (gnus-signature-limit): Doc fix.
16093
16094         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16095
16096         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16097
16098 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16099
16100         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16101         isn't a string.
16102
16103 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16104
16105         * gnus-draft.el (gnus-draft-send): Bind
16106         rfc2047-encode-encoded-words.
16107
16108         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16109         (rfc2047-encodable-p): Say that =? needs encoding.
16110         (rfc2047-encode-encoded-words): New variable.
16111
16112         * gnus-group.el (gnus-group-select-group): Doc fix.
16113
16114         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16115
16116         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16117         to nil.
16118
16119         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16120
16121         * nnheader.el (nnheader-get-lines-and-char): New function.
16122
16123 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * gnus-msg.el (gnus-summary-followup-with-original): Document
16126         yanking of region when active.
16127
16128 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16131         groups if the group level is higher than the specified value.
16132
16133 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16136         (gnus-group-jump-to-group): Added prefix argument using
16137         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16138         non-active group.
16139
16140         * compface.el (uncompface): Be verbose when changing
16141         `uncompface-use-external'.
16142
16143         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16144         handle manual section.
16145
16146 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147
16148         * gnus-art.el (gnus-button-alist): Revert previous change.
16149
16150 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16153
16154 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16155
16156         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16157         whether backend can accept message.
16158
16159         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16160
16161 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16162
16163         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16164         Avoid creating directory when nntp-marks-is-evil is true.
16165         Reported by Reiner Steib.
16166
16167 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * gnus-picon.el (gnus-picon-style): New variable.
16170         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16171         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16172         Jesper Harder <harder@ifa.au.dk>.
16173
16174 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16175
16176         * message.el (message-fill-field): Return point.
16177         (message-generate-headers): Go to end of field.
16178
16179         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16180         stuff for non-living groups.
16181
16182 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16183
16184         * gnus-art.el (gnus-article-followup-with-original)
16185         (gnus-article-reply-with-original): gnus-mark-active-p ->
16186         gnus-region-active-p.
16187
16188 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16191         only when there is spam or ham to be processed.
16192
16193 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16194
16195         * mail-source.el (mail-source-delete-crash-box): Refactor.
16196         (mail-source-fetch): Use it.
16197         (mail-source-fetch-file): Ditto.
16198         (mail-source-fetch-directory): Run postscript in loop.
16199         (mail-source-fetch-pop): Delete.
16200         (mail-source-fetch-maildir): Ditto.
16201         (mail-source-fetch-imap): Ditto.
16202
16203         * imap.el (imap-authenticators): Comment out sasl.
16204
16205         * message.el (message-skip-to-next-address): New function.
16206         (message-fill-header-address): Refactor.
16207         (message-fill-address): Use it.
16208         (message-delete-address): Use it.
16209         (message-fill-header-general): Refactor.
16210         (message-fill-field-address): Rename.
16211         (message-narrow-to-field): Find the start of the header.
16212         (message-header-format-alist): Don't pre-fill.
16213         (message-fill-header): Removed.
16214         (message-insert-header): New function.
16215         (message-shorten-references): Use it.
16216
16217         * rfc2047.el (rfc2047-field-value): Strip props.
16218
16219         * mail-parse.el (mail-header-make-address): New alias.
16220
16221         * ietf-drums.el (ietf-drums-make-address): New function.
16222
16223         * imap.el: Add compiler directives.
16224
16225         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16226
16227         * gnus-art.el (article-decode-idna-rhs): Don't use
16228         message-idna-inside-rhs-p.
16229
16230 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231
16232         * message.el (message-idna-inside-rhs-p): Removed.
16233         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16234
16235         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16236         false positives.
16237
16238 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16239
16240         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16241
16242 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16243
16244         * nneething.el (nneething-file-name): Don't create spurious
16245         files.
16246
16247         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16248         (gnus-inews-do-gcc): Remove sleep.
16249
16250         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16251         part under point.
16252
16253         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16254         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16255
16256 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * spam.el (spam-summary-prepare-exit): Fixed (length).
16259
16260 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16263         as expired without moving it" message when there are spam
16264         messages left.
16265
16266 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16267
16268         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16269         header is not nil.
16270
16271 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16272
16273         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16274         nntp-possibly-create-directory, not nntp-possibly-change-group.
16275         (nntp-marks-changed-p): New arg SERVER.
16276         (nntp-request-update-info): Adjust caller.
16277
16278 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16279
16280         * nntp.el (nntp-save-marks): Pass missing arg.
16281
16282 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16283
16284         * nntp.el: Support marks.
16285         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16286         (nntp-marks-modtime, nntp-marks-directory): New variables.
16287         (nntp-request-set-mark, nntp-request-update-info)
16288         (nntp-possibly-create-directory, nntp-marks-changed-p)
16289         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16290         functions.
16291
16292 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16293
16294         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16295         (gnus-xmas-redefine): Rename.
16296
16297         * gnus-score.el (gnus-score-insert-help): Use
16298         gnus-select-lowest-window.
16299
16300         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16301         appt-select-lowest-window and rename to gnus-select-lowest-window.
16302
16303         * gnus.el: do.
16304
16305 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16306
16307         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16308         encodings of MIME-encoded words, in order to improve
16309         interoperability with several broken MUAs.
16310
16311 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16312
16313         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16314         tags, only when charsets are not specified in headers.
16315         (mm-inline-text-html-render-with-w3m): Ditto.
16316
16317         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16318         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16319
16320 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16321
16322         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16323         instead of MIME-decoded from fields when checking
16324         `gnus-article-address-banner-alist'.
16325
16326 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16327
16328         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16329         description rather than subject.
16330
16331 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16332
16333         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16334
16335 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * gnus.el (gnus-version-number): Bump.
16338
16339 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16340
16341         * gnus.el: No Gnus v0.2 is released.
16342
16343 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * gnus-agent.el (gnus-agent-read-agentview): Inline
16346         gnus-uncompress-range.
16347
16348 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16349
16350         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16351         `exec-installed-p'.
16352
16353 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16354
16355         * gnus.el (spam-process, spam-autodetect-methods): Add
16356         bsfilter and bsfilter-headers.
16357
16358         * spam.el (spam-bsfilter): New customize group.
16359         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16360         (spam-bsfilter-header, spam-bsfilter-probability-header)
16361         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16362         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16363         (spam-bsfilter-database-directory): New options.
16364         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16365         (spam-list-of-statistical-checks, spam-registration-functions):
16366         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16367         (spam-bsfilter-score): New command.
16368         (spam-check-bsfilter-headers, spam-check-bsfilter)
16369         (spam-bsfilter-register-with-bsfilter)
16370         (spam-bsfilter-register-spam-routine)
16371         (spam-bsfilter-unregister-spam-routine)
16372         (spam-bsfilter-register-ham-routine)
16373         (spam-bsfilter-unregister-ham-routine): New functions.
16374         (spam-generic-score): Support bsfilter; Accept an optional argument
16375         to recalcurate spam score even if scoring header has already been
16376         added.
16377         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16378         optional argument to recalcurate spam score even if scoring header
16379         has already been added.
16380
16381 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16382
16383         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16384         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16385         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16386         link is missing.
16387
16388 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16389
16390         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16391         (html2text-get-attr): Rewrite.
16392
16393         * message.el (message-setup-1): Remove redundant put-text-property
16394         on mail-header-separator.
16395
16396 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16397
16398         * gnus-registry.el (gnus-registry-cache-whitespace)
16399         (gnus-registry-action, gnus-registry-spool-action)
16400         (gnus-registry-split-fancy-with-parent): Change message levels
16401         from 5 to 3 or 7, as needed.
16402
16403         * spam.el (spam-summary-prepare-exit)
16404         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16405         (spam-split, spam-find-spam, spam-log-undo-registration)
16406         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16407         level from 5 to 6.
16408
16409 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16412         2004-03-04 change).
16413
16414 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * sieve-manage.el (sieve-manage-open):
16417         * nnweb.el (nnweb-insert-html):
16418         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16419         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16420         * nnspool.el (nnspool-request-group):
16421         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16422         * nnml.el (nnml-request-update-info):
16423         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16424         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16425         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16426         (nnimap-request-set-mark):
16427         * nnfolder.el (nnfolder-request-update-info):
16428         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16429         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16430         * gnus-uu.el (gnus-uu-find-articles-matching):
16431         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16432         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16433         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16434         * gnus-nocem.el (gnus-nocem-scan-groups):
16435         * gnus-int.el (gnus-start-news-server):
16436         * gnus-group.el (gnus-group-make-kiboze-group)
16437         (gnus-group-browse-foreign-server):
16438         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16439         Use mapc when appropriate.
16440
16441 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16442
16443         FIXME: Make separate entries for each person.
16444
16445         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16446         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16447         <shields@msrl.com>:
16448
16449         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16450         may need for spam sorting and scoring.
16451         (spam-user-format-function-S): Add user format function suitable for
16452         general use.
16453         (spam-article-sort-by-spam-status): Add sorting function for summary
16454         sorting.
16455         (spam-extra-header-to-number): Add function to get a score from a
16456         header.
16457         (spam-summary-score): Add function to get a numeric score from the
16458         headers.
16459         (spam-generic-score): Fix function doc, was in wrong place.
16460         (spam-initialize): Take symbols when it's run, and install the
16461         extra headers that spam-necessary-extra-headers thinks we need.
16462
16463 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16466         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16467
16468 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16469
16470         * gnus-sum.el (gnus-set-global-variables)
16471         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16472         (gnus-article-get-xrefs, gnus-summary-best-group)
16473         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16474         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16475         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16476         Use with-current-buffer.
16477
16478 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16479
16480         * spam.el (spam-summary-prepare-exit): Simplify logic.
16481         (spam-fetch-article-header): Read the article header if it's not
16482         available.
16483         (spam-list-articles): Simplify logic.
16484         (spam-filelist-register-routine): Fix bug with unregister-list.
16485
16486         * gnus-registry.el: Fix comments at beginning.
16487
16488 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16489
16490         * message.el (message-cater-to-broken-inn): Remove.
16491         (message-shorten-references): Make sure the total folded length of
16492         References is shorter than 998 characters to cater to a bug in INN
16493         2.3.  Also, don't pretend that references aren't folded -- this
16494         hasn't worked for a while.
16495
16496 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16497
16498         * gnus-agent.el (gnus-agentize):
16499         gnus-agent-send-mail-real-function no longer set to current value
16500         of message-send-mail-function but rather a lambda that calls
16501         message-send-mail-function.  The change makes the agent real-time
16502         responsive to user changes to message-send-mail-function.
16503
16504 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16505
16506         * legacy-gnus-agent.el
16507         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16508         help from Florian Weimer <fw@deneb.enyo.de>
16509
16510 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * nnmail.el (nnmail-cache-insert): Revert last change.
16513
16514 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * nnmail.el (nnmail-cache-insert): Always check whether
16517         nnmail-cache-ignore-groups matches a group name.
16518
16519 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16520
16521         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16522         (spam-find-spam, spam-log-processing-to-registry)
16523         (spam-log-registered-p, spam-log-unregistration-needed-p)
16524         (spam-log-undo-registration): Use gnus-message instead of
16525         gnus-error, none of these errors are fatal.
16526
16527         * gnus-registry.el (gnus-registry-clean-empty-function)
16528         (gnus-registry-clean-empty): Remove only empty entries without
16529         extra data.
16530
16531 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16532
16533         * spam-stat.el (spam-stat-buffer-change-to-spam)
16534         (spam-stat-buffer-change-to-non-spam): Change (error) to
16535         (gnus-message 8) invocation.
16536
16537 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * nntp.el (nntp-via-netcat-command): New variable.
16540         (nntp-via-netcat-switches): New variable.
16541         (nntp-open-via-rlogin-and-netcat): New function.
16542         (nntp-open-connection-function): Doc fix.
16543         (nntp-telnet-command): Doc fix.
16544         (nntp-end-of-line): Doc fix.
16545         (nntp-via-rlogin-command): Doc fix.
16546         (nntp-via-user-name): Doc fix.
16547         (nntp-via-address): Doc fix.
16548
16549 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16552         error in Emacs 21.1.
16553
16554 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16557
16558 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16559
16560         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16561         (gnus-agent-with-refreshed-group): New macro.
16562         (gnus-agent-rename-group): New function.
16563         (gnus-agent-delete-group): New function.
16564         (gnus-agent-save-group-info): Use gnus-command-method when
16565         `method' parameter is nil.  Don't write nil entries into the
16566         active file.
16567         (gnus-agent-get-group-info): New function.
16568         (gnus-agent-fetch-articles): Use
16569         gnus-agent-update-files-total-fetched-for to increment disk space
16570         used.
16571         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16572         gnus-agent-update-view-total-fetched-for to increment disk space
16573         used.
16574         (gnus-agent-get-local): Added optional parameters to avoid calling
16575         gnus-group-real-name and gnus-find-method-for-group.
16576         (gnus-agent-set-local): Delete stored entry if either min, or max,
16577         are nil.
16578         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16579         quit, use gnus-agent-regenerate-group to record existance of any
16580         articles fetched to disk before the quit occurred.
16581         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16582         gnus-agent-update-view-total-fetched-for, and
16583         gnus-agent-update-files-total-fetched-for to decrement disk space
16584         used.
16585         (gnus-agent-retrieve-headers): Use
16586         gnus-agent-update-view-total-fetched-for to increment disk space
16587         used.
16588         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16589         with gnus-agent-update-files-total-fetched-for to decrement disk
16590         space and fresh group buffer.
16591         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16592         (gnus-agent-need-update-total-fetched-for): New variable.
16593         (gnus-agent-update-files-total-fetched-for): New function.
16594         (gnus-agent-update-view-total-fetched-for): New function.
16595         (gnus-agent-total-fetched-for): New function.
16596
16597         * gnus-cache.el (gnus-cache-save-buffers): Use
16598         gnus-cache-update-overview-total-fetched-for to change disk space
16599         used by this group.
16600         (gnus-cache-possibly-enter-article): Use
16601         gnus-cache-update-file-total-fetched-for to increment disk space
16602         used by this group.
16603         (gnus-cache-possibly-remove-article): Use
16604         gnus-cache-update-file-total-fetched-for to decrement disk space
16605         used by this group.
16606         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16607         (gnus-cache-rename-group): New function.
16608         (gnus-cache-delete-group): New function.
16609         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16610         (gnus-cache-need-update-total-fetched-for): New variable.
16611         (gnus-cache-with-refreshed-group): New macro.
16612         (gnus-cache-update-file-total-fetched-for): New function.
16613         (gnus-cache-update-overview-total-fetched-for): New function.
16614         (gnus-cache-rename-group-total-fetched-for): New function.
16615         (gnus-cache-delete-group-total-fetched-for): New function.
16616         (gnus-cache-total-fetched-for): New function.
16617
16618         * gnus-group.el: Require gnus-sum and autoload functions to
16619         resolve warnings when gnus-group.el compiled alone.
16620         (gnus-group-line-format): Documented new %F.
16621         (size of Fetched data) group line format; identifies disk space
16622         used by agent and cache.
16623         (gnus-group-line-format-alist): Defined new F format.
16624         (gnus-total-fetched-for): New function.
16625         (gnus-group-delete-group): No longer update
16626         gnus-cache-active-altered as gnus-request-delete-group now keeps
16627         the cache in sync.
16628         (gnus-group-list-active): Let the agent store a server's active
16629         list if currently plugged.
16630
16631         * gnus-int.el (gnus-request-delete-group):
16632         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16633         local disk in sync with the server.
16634         (gnus-request-rename-group):
16635         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16636         local disk in sync with the server.
16637
16638         * gnus-start.el (gnus-get-unread-articles):
16639         Cosmetic simplification to logic.
16640
16641         * gnus-util.el (gnus-rename-file): New function.
16642
16643 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16644
16645         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16646
16647 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16648
16649         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16650         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16651
16652 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16655         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16656
16657 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16658
16659         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16660
16661 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16662
16663         * spam.el (spam-set-difference): Add function to replace
16664         gnus-set-difference in spam.el.
16665         (spam-summary-prepare-exit): Use spam-set-difference.
16666
16667 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16668
16669         * gnus-registry.el (gnus-registry-cache-file): Update to use
16670         gnus-dribble-directory OR gnus-home-directory OR ~.
16671         (gnus-registry-split-fancy-with-parent): Fix doc.
16672
16673 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * message.el (message-exchange-point-and-mark): Use
16676         message-mark-active-p.  Suggested by Jesper Harder
16677         <harder@ifa.au.dk>.
16678
16679 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * message.el (message-exchange-point-and-mark): Don't activate
16682         region if it was inactive.  Suggested by Hiroshi Fujishima
16683         <pooh@nature.tsukuba.ac.jp>.
16684
16685 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (article-display-face): Display Faces in the same
16688         order as X-Faces.
16689
16690 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16693
16694 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16697         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16698         (gnus-article-mime-hierarchy): Remove.
16699         (gnus-article-mime-hierarchy-next): Remove.
16700         (gnus-article-mode): Revert 2004-03-19 change.
16701         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16702         (gnus-insert-mime-button): Revert 2004-03-19 change.
16703         (gnus-mime-accumulate-hierarchy): Remove.
16704         (gnus-mime-enter-multipart): Remove.
16705         (gnus-mime-leave-multipart): Remove.
16706         (gnus-mime-display-part): Revert 2004-03-19 change.
16707         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16708
16709         * mml.el (mml-preview): Revert 2004-03-19 change.
16710
16711 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16712
16713         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16714
16715 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16718         t while entering a file name using the mm-with-multibyte macro.
16719         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16720
16721         * mm-util.el (mm-with-multibyte): New macro.
16722
16723 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16726         user option.
16727         (gnus-mime-multipart-functions): Doc and customization fix.
16728         (gnus-article-mime-hierarchy): New variable.
16729         (gnus-article-mime-hierarchy-next): New variable.
16730         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16731         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16732         gnus-article-mime-hierarchy-next to nil.
16733         (gnus-insert-mime-button): Show hierarchy numbers.
16734         (gnus-mime-accumulate-hierarchy): New function.
16735         (gnus-mime-enter-multipart): New function.
16736         (gnus-mime-leave-multipart): New function.
16737         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16738         (gnus-mime-display-alternative): Show hierarchy numbers.
16739
16740         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16741         gnus-article-mime-hierarchy-next to nil.
16742
16743 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16744
16745         * dns.el: Don't require gnus-xmas.
16746
16747 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16748
16749         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16750         inline PGP.
16751         (mml-menu): Disable mml-quote-region if mark is inactive.
16752
16753 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16756         when the group's active is not available.
16757
16758 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16761         error.
16762
16763 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16764
16765         * imap.el (imap-store-password): New variable.
16766         (imap-interactive-login): Use it.
16767         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16768
16769 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16772         window-start and hscroll to summary window.
16773
16774 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16775
16776         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16777         conversion message to newsrc-dribble when an actual conversion is
16778         performed.
16779
16780 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16781
16782         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16783
16784 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * mm-decode.el (mm-complicated-handles): New function reviving
16787         former definition of mm-multiple-handles.
16788
16789         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16790         (gnus-mime-delete-part): Use it.
16791
16792 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16793
16794         * gnus-agent.el (gnus-agent-read-local): Bind
16795         nnheader-file-coding-system to gnus-agent-file-coding-system to
16796         avoid the implicit assumption that they will always be equal.
16797         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16798         coding-system-for-write, as the with-temp-file macro first prints
16799         to a buffer then saves the buffer.
16800
16801 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-art.el (gnus-article-edit-part): New function.
16804         (gnus-mime-save-part-and-strip): Use it; do query instead of
16805         signaling an error; don't use mm-multiple-handles.
16806         (gnus-mime-delete-part): Ditto.
16807
16808 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16809
16810         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16811         old file versions.
16812         (gnus-group-prepare-hook): Removed function that converted list
16813         form of gnus-agent-expire-days to group properties.
16814
16815         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16816         (gnus-request-accept-article): Re-indented.
16817
16818         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16819         converters to handle old agent file formats.  Added logic for a
16820         "backup before upgrading warning".
16821         (gnus-convert-mark-converter-prompt): Developers can mark
16822         functions as needing (default), or not needing,
16823         gnus-convert-old-newsrc's "backup before upgrading warning".
16824         (gnus-convert-converter-needs-prompt): Tests whether the user
16825         should be protected from potentially irreversable changes by the
16826         function.
16827
16828         * legacy-gnus-agent.el: New.  Provides converters that are only
16829         loaded when gnus-convert-old-newsrc needs to call them.
16830
16831 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * mail-source.el (mail-source-touch-pop): Doc fix.
16834
16835         * message.el (message-smtpmail-send-it): Doc fix.
16836
16837 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16838
16839         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16840
16841         * nnmail.el (nnmail-split-fancy): do.
16842
16843         * gnus-kill.el (gnus-kill, gnus-execute): do.
16844
16845 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16846
16847         * gnus-sum.el (gnus-widget-reversible-match)
16848         (gnus-widget-reversible-to-internal)
16849         (gnus-widget-reversible-to-external): New functions.
16850         (gnus-widget-reversible): New widget.
16851         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16852
16853 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16854
16855         * gnus-sum.el (gnus-thread-sort-functions)
16856         (gnus-article-sort-functions): Document `(not F)' items.
16857
16858 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16859
16860         * spam.el (spam-use-gmane-xref): Add new backend.
16861         (spam-gmane-xref-spam-group): Add variable to control the name of the
16862         Gmane spam group.
16863         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16864         (spam-regex-headers-spam, spam-regex-headers-ham)
16865         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16866         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16867         backends and checks.
16868         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16869
16870         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16871         an autodetect method.
16872
16873 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16874
16875         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16876         articles are being added to a group.
16877         (gnus-request-replace-article): Inform the agent that articles
16878         need to be uncached as the cached contents are no longer valid.
16879
16880 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * binhex.el: Don't autoload executable-find.
16883
16884         * canlock.el: Don't autoload mail-fetch-field.
16885
16886         * dgnushack.el: Autoload c-mode for XEmacs.
16887
16888         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16889
16890         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16891         rmail-dont-reply-to and rmail-output.
16892
16893         * gnus-score.el: Don't autoload ffap-string-at-point.
16894
16895         * gnus-setup.el: Don't autoload sc-cite-original.
16896
16897         * imap.el: Don't autoload base64-decode-string,
16898         base64-encode-string and md5.
16899
16900         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16901         and rmail-msg-restore-non-pruned-header.
16902
16903         * mm-decode.el: Don't autoload executable-find.
16904
16905         * mm-url.el: Don't autoload executable-find.
16906
16907         * mm-view.el: Don't autoload diff-mode.
16908
16909         * nndb.el: Don't autoload news-reply-mode, news-setup,
16910         cancel-timer and telnet.
16911
16912         * password.el: Don't autoload run-at-time for Emacs.
16913
16914         * sha1-el.el: Don't autoload executable-find.
16915
16916         * sieve-mode.el: Don't autoload c-mode.
16917
16918         * uudecode.el: Don't autoload executable-find.
16919
16920 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16921
16922         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16923         (gnus-agent-possibly-alter-active): Avoid null in numeric
16924         comparison.
16925         (gnus-agent-set-local): Refuse to save null in local object table.
16926         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16927         list of articles that will be marked as unread.
16928
16929 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16932
16933 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16934
16935         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16936         language tags.
16937
16938 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16939
16940         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16941         Don't bind "obarray".
16942
16943         * gnus-sum.el (gnus-thread-sort-functions): Added
16944         `gnus-thread-sort-by-most-recent-number' and
16945         `gnus-thread-sort-by-most-recent-date'.
16946         Reported by Kai Grossjohann <kai@emptydomain.de>.
16947
16948 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16951
16952 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16953
16954         * gnus-cus.el (gnus-agent-customize-category): Removed
16955         ignore-errors macro reference that required cl to be loaded at
16956         run-time.
16957
16958         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16959         single-interval range of the form (min . max).  Previously the
16960         range had to look like ((min . max)).  Likewise, return
16961         (min . max) rather than ((min . max)).
16962         (gnus-range-map): Use gnus-range-normalize to accept
16963         single-interval range.
16964
16965         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16966         the cache, but not the agent, now appear with their usual face.
16967
16968         * dgnushack.el (loaddir): New variable that is bound to the
16969         directory containing the dgnushack.el file. Use loaddir, rather
16970         than srcdir, to update load-path. Change lets dgnushack compile
16971         code in directories other than GNUS/lisp.
16972
16973 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * lpath.el: Don't bind w3m-safe-url-regexp.
16976
16977         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16978         w3m-safe-url-regexp variable buffer-local.
16979
16980         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16981
16982 2004-02-27  Simon Josefsson  <jas@extundo.com>
16983
16984         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16985         gnus-group-real-prefix.
16986         (gnus-summary-move-article): Use it, instead of
16987         gnus-group-real-prefix.
16988
16989 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * lpath.el: Bind w3m-safe-url-regexp.
16992
16993         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16994         w3m-safe-url-regexp variable buffer-local and set it as the value
16995         of mm-w3m-safe-url-regexp.
16996
16997         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16998
16999         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17000         parsing gnus-posting-styles when the message is not for replying.
17001
17002         * dgnushack.el: Autoload sgml-mode for XEmacs.
17003
17004         * nnrss.el (nnrss-opml-export): Use
17005         mm-set-buffer-file-coding-system instead of
17006         set-buffer-file-coding-system.
17007
17008 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17011         of checkdoc.el).
17012         * nnrss.el: do.
17013         * gnus-mlspl.el: do.
17014         * gnus-ml.el: do.
17015         * gnus-srvr.el: do.
17016
17017         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17018
17019 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17020
17021         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17022         Corrections to custom-manual links.
17023
17024         * gnus-art.el (gnus-article): Ditto.
17025
17026         * mm-decode.el (mime-display, mime-security): Ditto.
17027
17028 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * flow-fill.el: Typo.
17031
17032 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17033
17034         * spam-wash.el: New file.
17035
17036 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17037
17038         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17039
17040 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17043         to be run with new-articles as LIST1, not LIST2.
17044         (spam-registration-functions): Add spam-use-ham-copy as a nil
17045         registration backend.
17046
17047 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * spam-stat.el (spam-stat-washing-hook): New option.
17050         (spam-stat-buffer-words): Use it.
17051         (spam-stat-process-directory, spam-stat-test-directory): Use
17052         insert-file-contents-literally.
17053         (spam-stat-coding-system): New variable.
17054         (spam-stat-load, spam-stat-save): Use it.
17055
17056 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * spam-report.el (spam-report-plug-agent): Quote
17059         spam-report-url-to-file and spam-report-url-ping-plain.
17060
17061 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17064         / in mailto URLs.
17065
17066 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * spam-report.el (spam-report-process-queue): Fix interactive use.
17069         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17070         (spam-report-unplug-agent): Doc fixes.
17071         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17072         (spam-report-agentize, spam-report-deagentize): Autoload.
17073
17074 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17077
17078         * message.el (message-setup-fill-variables): Add mml tags to
17079         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17080         <ajk@iu.edu>.
17081         (message-mode): Don't modify paragraph-separate there.
17082
17083 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * compface.el (uncompface-use-external): Default to undecided.
17086         (uncompface-use-external-threshold): New variable.
17087         (uncompface-float-time): New macro.
17088         (uncompface): Determine whether to use the external decoder if
17089         uncompface-use-external is undecided.
17090
17091 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17092
17093         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17094         after images.
17095
17096         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17097
17098 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17099
17100         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17101
17102         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17103
17104         * gnus-sum.el (gnus-summary-limit-to-age)
17105         (gnus-summary-limit-children): do.
17106
17107         * gnus-int.el (gnus-request-scan): do.
17108
17109         * gnus-group.el (gnus-group-suspend): do.
17110
17111         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17112
17113         * gnus-cite.el (gnus-cite-parse-attributions): do.
17114
17115         * gnus-agent.el (gnus-summary-set-agent-mark)
17116         (gnus-agent-regenerate-group): do.
17117
17118         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17119
17120         * binhex.el (binhex-decode-region-internal): do.
17121
17122 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-fun.el (gnus-face-properties-alist): New user option.
17125         (gnus-display-x-face-in-from): Use it.
17126
17127         * gnus-art.el (article-display-face): Ditto.
17128
17129         * compface.el (uncompface-use-external): Default to nil.
17130
17131 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17132
17133         * nntp.el (nntp-erase-buffer): New function.
17134         (nntp-retrieve-data, nntp-send-command)
17135         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17136         (nntp-possibly-change-group): Use it.
17137
17138         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17139         with-current-buffer.
17140
17141 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17142
17143         * compface.el: Merge the ELisp-based uncompface program.
17144         (compface): New customization group.
17145         (uncompface-use-external): New user option.
17146         (uncompface): Call uncompface-internal if uncompface-use-external
17147         is nil.
17148         (uncompface-internal): New function.  Note that there are also
17149         some other functions and variables added for this function.
17150
17151 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17154         if necessary.
17155
17156 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * spam-report.el (spam-report-unplug-agent)
17159         (spam-report-plug-agent, spam-report-deagentize)
17160         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17161         Add support for the Agent in spam-report: when unplugged, report to a
17162         file; when plugged, submit all the requests.
17163
17164         * spam.el (spam-register-routine): Fix message about
17165         registration.
17166
17167 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17168
17169         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17170         dependencies.
17171         (rfc2047-encode): Use it.
17172
17173         * gnus-art.el (gnus-button-marker-list): Move before first
17174         reference.
17175
17176         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17177         (imap-parse-body): Fix format string mismatch.
17178
17179         * gnus-score.el (gnus-summary-increase-score): do.
17180
17181         * nnrss.el (nnrss-close): New function.
17182
17183 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17184
17185         * nnrss.el (nnrss-make-filename): New function.
17186         (nnrss-request-delete-group, nnrss-read-server-data)
17187         (nnrss-save-server-data, nnrss-read-group-data)
17188         (nnrss-save-group-data): Use it.
17189         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17190         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17191         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17192
17193 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17196
17197 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17198
17199         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17200         files.
17201
17202         * message.el (message-generate-headers-first): Don't quote nil
17203         and t in docstrings.
17204
17205         * imap.el (imap-id): do.
17206
17207         * gnus-agent.el (gnus-agent-consider-all-articles)
17208         (gnus-agent-queue-mail): do.
17209
17210 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * spam-report.el (spam-report-process-queue): New function.
17213         Process requests from `spam-report-requests-file'.
17214         (spam-report-process-queue): Doc fix.
17215
17216 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17217
17218         * spam.el (spam-register-routine)
17219         (spam-log-processing-to-registry, spam-log-registered-p)
17220         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17221         Change "check" to "spam-check" for semi-clarity.
17222
17223 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17224
17225         * pop3.el: Require nnheader.
17226
17227         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17228
17229         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17230
17231         * gnus-picon.el: Require cl.
17232
17233         * gnus-fun.el: Require gnus-ems and gnus-util.
17234
17235         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17236
17237         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17238
17239         * gnus-art.el (gnus-article-edit-mode): Define before first
17240         reference.
17241
17242 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17243
17244         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17245         (gnus-uu-post-encoded): Use point-at-bol.
17246
17247         * gnus-topic.el (gnus-group-active-topic-p): do.
17248
17249         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17250
17251         * gnus-group.el (gnus-group-kill-region): do.
17252
17253         * gnus-art.el (article-date-ut): do.
17254
17255         * message.el (message-fetch-field): Remove redundant
17256         case-fold-search binding.
17257         (message-narrow-to-field): Simplify.
17258
17259 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * spam.el (spam-directory): Derive from `gnus-directory'.
17262
17263         * spam-report.el (spam-report-url-to-file)
17264         (spam-report-requests-file): New function and variable for offline
17265         reporting.
17266         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17267         and user defined function.
17268         (spam-report-url-ping-mm-url): Remove doubled slash.
17269
17270 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17273
17274 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17277         format string mismatch.
17278
17279         * sieve.el (sieve-deactivate-all): do.
17280
17281         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17282
17283         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17284
17285         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17286
17287         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17288
17289 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17290
17291         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17292         the list of checks.
17293
17294 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17295
17296         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17297         padding.
17298
17299 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17300
17301         * mm-view.el (mm-fill-flowed): New variable.
17302         (mm-inline-text): Use it.
17303
17304 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17305
17306         * spam.el (spam-spamassassin-register-ham-routine)
17307         (spam-spamassassin-register-spam-routine): Fix function names.
17308
17309 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * gnus.el (gnus-tmp-grouplens): Remove.
17312         (gnus-summary-line-format): Remove grouplens.
17313
17314         * gnus-group.el (gnus-group-line-format): Ditto.
17315
17316         * gnus-spec.el (gnus-format-specs): Ditto.
17317         (gnus-update-format-specifications): Flush the group format spec
17318         cache if there's the grouplens stuff.
17319         (gnus-parse-simple-format): Replace %l with the empty string.
17320
17321 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17322
17323         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17324         omission.
17325
17326 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17329         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17330
17331 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17332
17333         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17334         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17335         New macros and functions.
17336         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17337         Handle > NLINK_MAX messages.
17338         * nnmaildir.el (nnmaildir-request-set-mark): Use
17339         nnmaildir--emlink-p and nnmaildir--eexist-p.
17340
17341 2004-01-25  Alex Schroeder  <alex@gnu.org>
17342
17343         * spam-stat.el (spam-stat-process-directory-age): New option.
17344         (spam-stat-process-directory): Use it.
17345
17346 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17347
17348         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17349         (spam-stat-save): Accept prefix argument.
17350
17351 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17352
17353         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17354         links" error.
17355
17356 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17359         the rest of the and/or forms.
17360
17361 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17362
17363         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17364         compatibility with old .newsrc.eld files.
17365
17366         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17367
17368         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17369
17370         * gnus-start.el (gnus-1): do.
17371
17372         * gnus-group.el (gnus-group-line-format-alist): do.
17373
17374         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17375
17376         * gnus-gl.el: Remove.
17377
17378 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17379
17380         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17381         marks consisting of a single range {for example, (3 . 5)} rather
17382         than a list of a single range { ((3 . 5)) }.
17383
17384 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17387         with-current-buffer.
17388         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17389         avoid consing a string.
17390
17391         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17392         Remove obsolete entries for big5 and gb2312.
17393
17394 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17395
17396         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17397         uncompressed list.
17398
17399 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17400
17401         * spam-stat.el (spam-stat-strip-xref): New function.
17402         (spam-stat-process-directory): Use it.
17403
17404         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17405         here -- it's done in message-fetch-field.
17406
17407 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17408
17409         * gnus-agent.el (gnus-agent-queue-mail)
17410         (gnus-agent-prompt-send-queue): New variables.
17411         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17412         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17413         "nndraft:queue" along to gnus-draft-send.  Use
17414         gnus-agent-prompt-send-queue.
17415         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17416         is "nndraft:queue".  Suggested by Gaute Strokkenes
17417         <gs234@srcf.ucam.org>
17418
17419         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17420         (agent-enable-undownloaded-faces): Added.
17421         (gnus-agent-cat-groups): Use eval-and-compile, not
17422         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17423         method of gnus-agent-cat-groups even when the buffer has been
17424         evaled.
17425         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17426         delete gnus-agent-save-active-1.
17427         (gnus-agent-save-groups): Deleted.  Identical to
17428         gnus-agent-save-active.
17429         (gnus-agent-write-active): No longer adjust agent's copy of active
17430         file as agent's adjustments are now stored in their own
17431         file.  Removed optional parameter.
17432         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17433         servers.  Add use of min/max range limits from server's local
17434         file.
17435         (gnus-agent-save-alist): Removed unused optional argument.
17436         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17437         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17438         (gnus-agent-set-local): A per-server file that keeps min/max range
17439         limits for articles known to the agent.  Provides a fast mechanism
17440         for altering many active ranges.
17441         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17442         active file (local makes it unnecessary).
17443         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17444
17445         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17446         (agent-enable-undownloaded-faces): Added.
17447
17448         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17449         disable it when sending to "nndraft:queue".
17450         (gnus-group-send-queue): Add safety check to avoid sending queue
17451         when unplugged.
17452
17453         * gnus-group.el (gnus-group-catchup): Use new
17454         gnus-sequence-of-unread-articles, not
17455         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17456         numbers of articles.  Use gnus-range-map to avoid having to
17457         uncompress the unread list.
17458         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17459         Fixed invalid ange-ftp reference.
17460
17461         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17462         (gnus-sorted-range-intersection): Intersection of two ranges
17463         without requiring that they first be uncompressed.
17464
17465         * gnus-start.el (gnus-activate-group): Unless blocked by the
17466         caller, possibly expand the active range to include both cached
17467         and agentized articles.
17468         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17469         multiple version-dependent converters.
17470         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17471         gnus-agent-save-active.
17472         (gnus-save-newsrc-file): Save dirty agent range limits.
17473
17474         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17475         gnus-agent-possibly-alter-active.
17476         (gnus-adjust-marked-articles): Faster handling of simple lists.
17477
17478 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17479
17480         * spam-stat.el (spam-stat-test-directory): New optional argument
17481         displays a list of files detected.  Suggested by Andrew Cohen
17482         <cohen@andy.bu.edu>.
17483         (spam-stat-buffer-words-with-scores): Don't narrow and change
17484         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17485
17486 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17487
17488         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17489         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17490         (spam-spamassassin-arguments)
17491         (spam-spamassassin-spam-flag-header)
17492         (spam-spamassassin-positive-spam-flag-header)
17493         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17494         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17495         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17496         (spam-list-of-processors, spam-list-of-checks)
17497         (spam-list-of-statistical-checks, spam-registration-functions)
17498         (spam-check-spamassassin-headers, spam-check-spamassassin)
17499         (spam-spamassassin-score)
17500         (spam-spamassassin-register-with-sa-learn)
17501         (spam-spamassassin-register-spam-routine)
17502         (spam-spamassassin-register-ham-routine)
17503         (spam-assassin-register-spam-routine)
17504         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17505         (spam-bogofilter-score): Fix to show article before scoring.
17506
17507 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17508
17509         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17510         default scoring function.
17511         (spam-generic-score): Call spam-spamassassin-score if
17512         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17513         spam-bogofilter-score otherwise.
17514
17515         * gnus.el (spam-process, spam-autodetect-methods): Add
17516         spamassassin and spamassassin-headers.
17517
17518 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17519
17520         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17521         Suppress unnecessary messages.
17522
17523 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17524
17525         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17526         make-hash-table.
17527
17528 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * canlock.el (base64-encode-string): Don't autoload it.
17531
17532 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * run-at-time.el: Remove useless (require 'itimer),
17535         eval-and-compile and (featurep 'xemacs).
17536
17537 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17538
17539         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17540         GROUP is a virtual group.
17541
17542 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17543
17544         * gnus.el: Autoload `message-y-or-n-p'.
17545
17546 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17547
17548         * pgg-parse.el: Remove unnecessary (require 'custom).
17549
17550         * pgg-def.el: do.
17551
17552         * nnmail.el: do.
17553
17554         * gnus-undo.el: do.
17555
17556         * gnus-picon.el: do.
17557
17558         * gnus-util.el: do.
17559
17560 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17561
17562         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17563
17564 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17567         handle, as well as a list.
17568
17569         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17570         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17571         (mm-w3m-cid-retrieve): Simplify.
17572
17573 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17574
17575         * message.el (message-kill-to-signature): Allow prefix arg to
17576         specify number of lines to keep before signature.
17577
17578 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17579
17580         * message.el (message-kill-to-signature): Change docstring.
17581
17582 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * canlock.el: Always require sha1-el.
17585         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17586
17587         * message.el: Autoload sha1 only when compiling.
17588
17589         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17590         eudc-expand-inline for XEmacs.
17591
17592 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * message.el (message-canlock-generate): Require sha1-el.
17595
17596 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * message.el (message-expand-name): Silence the byte compiler.
17599
17600         * lpath.el: Add detect-coding-system.
17601
17602         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17603         cus-edit.
17604
17605 2004-01-13  Simon Josefsson  <jas@extundo.com>
17606
17607         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17608         Invoke gnus-score-mode.  Reported by
17609         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17610
17611         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17612         Jim Blandy <jimb@redhat.com> (tiny change).
17613
17614 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17617
17618 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17619
17620         * spam.el (spam-get-article-as-string): Update to use
17621         gnus-request-article-this-buffer, much simpler.
17622         (spam-get-article-as-buffer): Remove.
17623
17624 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17625
17626         * message.el (message-expand-name): Use EUDC if the user uses that.
17627
17628 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17629
17630         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17631         character for the encoding to avoid consing a string.
17632
17633         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17634         unnecessarily.
17635
17636         * mm-util.el (mm-replace-chars-in-string): Remove.
17637
17638         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17639         of mm-replace-chars-in-string.
17640
17641 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17644
17645         * mm-util.el (mm-subst-char-in-string): Support inplace.
17646
17647         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17648         a new string in every iteration.  Use shy groups.
17649
17650 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17653         * gnus-soup.el (gnus-soup-group-brew):
17654         * gnus-msg.el (gnus-put-message):
17655         * gnus-move.el (gnus-group-move-group-to-server):
17656         * gnus-kill.el (gnus-batch-score):
17657         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17658         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17659         (gnus-group-update-group, gnus-group-read-group)
17660         (gnus-group-make-group, gnus-group-make-help-group)
17661         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17662         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17663         (gnus-group-sort-by-unread, gnus-group-catchup)
17664         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17665         (gnus-group-yank-group, gnus-group-set-info)
17666         (gnus-group-list-groups):
17667         * gnus.el (gnus-generate-new-group-name):
17668         * gnus-delay.el (gnus-delay-send-queue):
17669         * nnvirtual.el (nnvirtual-catchup-group):
17670         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17671         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17672         (gnus-group-prepare-topics, gnus-topic-check-topology):
17673         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17674         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17675         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17676         (gnus-group-make-articles-read):
17677         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17678         (gnus-group-change-level, gnus-kill-newsgroup)
17679         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17680         (gnus-get-unread-articles, gnus-make-articles-unread)
17681         (gnus-make-ascending-articles-unread): Use accessor
17682         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17683         to get group information for improved readability.
17684
17685
17686 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * gnus-art.el (article-decode-mime-words, article-babel)
17689         (gnus-article-highlight-signature, gnus-article-add-buttons)
17690         (gnus-signature-toggle): Use gnus-with-article-buffer.
17691
17692         * gnus-art.el (gnus-article-highlight-headers)
17693         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17694
17695         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17696         (gnus-article-set-globals, gnus-request-article-this-buffer)
17697         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17698         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17699         (gnus-mime-display-alternative): Use with-current-buffer.
17700
17701 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17704         also under 80 char limit, and call gnus-error if needed.
17705         (spam-fetch-article-header): Fix - it was a
17706         buffer-local variable (gnus-newsgroup-data).
17707         (spam-find-spam): Use spam-generate-fake-headers, forget about
17708         spam-insert-fake-headers.
17709         (spam-insert-fake-headers): Remove.
17710
17711 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * deuglify.el (gnus-article-outlook-unwrap-lines)
17714         (gnus-outlook-rearrange-article)
17715         (gnus-outlook-repair-attribution-outlook)
17716         (gnus-outlook-repair-attribution-block)
17717         (gnus-outlook-repair-attribution-other): Remove redundant
17718         save-excursion.
17719
17720 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17721
17722         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17723         (spam-fetch-field-subject-fast)
17724         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17725         (spam-fetch-article-header): Add functions to deal with Gnus
17726         internals for fast retrieval of article header data.
17727         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17728
17729 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * pop3.el (pop3-md5): Remove.
17732         (pop3-apop): Replace pop3-md5 with md5.
17733
17734         * mm-bodies.el: base64 is always built-in.
17735
17736         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17737         with-current-buffer.
17738
17739 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * canlock.el (canlock-insert-header): Remove excessive grouping in
17742         regexp.
17743
17744         * gnus-sum.el (gnus-summary-read-document): Ditto.
17745
17746         * gnus-uu.el (gnus-uu-part-number): Ditto.
17747
17748         * html2text.el (html2text-remove-tags): Ditto.
17749         (html2text-format-tags): Ditto.
17750         (html2text-format-single-elements): Ditto.
17751
17752         * mml.el (mml-parse-1): Ditto.
17753
17754 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17757
17758         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17759
17760         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17761
17762         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17763
17764 2003-11-15  Simon Josefsson  <jas@extundo.com>
17765
17766         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17767         (pgg-gpg-lookup-key): Use regexp match instead of
17768         split-string (split-string is different between emacs 21.2 and
17769         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17770
17771 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17772
17773         * gnus-art.el (gnus-mime-view-all-parts)
17774         (gnus-article-part-wrapper, gnus-article-view-part): Use
17775         with-current-buffer.
17776
17777 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17778
17779         * spam.el (spam-disable-spam-split-during-ham-respool)
17780         (spam-spamoracle-database, spam-cache-lookups)
17781         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17782         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17783         (spam-group-ham-marks, spam-group-spam-marks)
17784         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17785         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17786         also add spam-use-blackholes to the statistical checks.
17787         (spam-fetch-field-fast): Add interface to fetching fields, may
17788         become a macro.
17789         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17790         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17791         (spam-insert-fake-headers): Fake an article when needed.
17792         (spam-find-spam): Fake article when possible.
17793         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17794         (spam-check-bogofilter-headers): Use message-fetch-field instead
17795         of nnmail-fetch-field.
17796
17797 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17798
17799         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17800
17801 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17802
17803         * spam.el (spam-split): Do not require spam-use-CHECK to be
17804         enabled if that check is passed to spam-split explicitly; also
17805         fix so 'spam doesn't get converted to spam-split-group when
17806         spam-split-symbolic-return is t.
17807         (spam-find-spam): Find registrations of the article and use those
17808         instead of re-running spam-split to find the spam/ham
17809         classification of the article.
17810         (spam-log-processing-to-registry, spam-log-registered-p)
17811         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17812         Use gnus-error instead of gnus-message.
17813         (spam-log-registration-type): Add function to determine the
17814         classification of a message based on registry entries; will
17815         return nil if both 'spam and 'ham are found.
17816         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17817         a reasonably fast local cache without the loading errors.
17818         (spam-cache-lookups): Set to t by default.
17819         (spam-find-spam): Don't try to guess spam-cache-lookups.
17820         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17821         spam-caches entry.
17822         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17823         caching of whitelist/blacklist entries.
17824         (spam-check-whitelist, spam-check-blacklist): Invoke
17825         spam-from-listed-p with a type, not a cache variable.
17826         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17827
17828 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17829
17830         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17831
17832         * nnmail.el (nnmail-split-fancy): do.
17833
17834         * mml.el (mml-parse): do.
17835
17836         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17837         (gnus-score-adaptive): do.
17838
17839 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17842         (gnus-mime-button-map): Don't set keymap parent.
17843         (gnus-button-ctan-directory-regexp): Use shy grouping.
17844         (gnus-prev-page-map): Don't set keymap parent.
17845         (gnus-prev-page-map): Remove duplicated one.
17846         (gnus-next-page-map): Don't set keymap parent.
17847         (gnus-mime-security-button-map): Ditto.
17848
17849         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17850         version number.
17851
17852         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17853
17854 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * canlock.el (canlock-sha1-function): Remove.
17857         (canlock-sha1-function-for-verify): Remove.
17858         (canlock-openssl-program): Remove.
17859         (canlock-openssl-args): Remove.
17860         (canlock-ignore-errors): Remove.
17861         (canlock-sha1-with-openssl): Remove.
17862         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17863         (canlock-verify): Don't use canlock-ignore-errors.
17864
17865         * sha1-el.el (sha1-string-external): Make it can return a string
17866         in binary form.
17867         (sha1-region-external): Ditto.
17868         (sha1-string-internal): Ditto.
17869         (sha1-region-internal): Ditto.
17870         (sha1-region): Ditto.
17871         (sha1-string): Ditto.
17872         (sha1): Ditto.
17873
17874 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17875
17876         * spam.el (spam-report-articles-gmane): New command.
17877
17878 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17881
17882         * run-at-time.el (run-at-time-saved): Remove.
17883         (run-at-time): Doc fix.
17884
17885 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17888         (gnus-summary-limit-map): Add it.
17889         (gnus-summary-make-menu-bar): do.
17890
17891 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17892
17893         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17894         Make attempt at some caching support (done for BBDB only now).
17895         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17896         addresses to be checked.
17897         (spam-clear-cache-BBDB): Add function, to be invoked by
17898         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17899         (spam-check-BBDB): Check and use the caches, if
17900         spam-cache-lookups is on, remove superfluous (provide).
17901
17902 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17905
17906 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17907
17908         * run-at-time.el (run-at-time-saved): Move to after the definition
17909         of `run-at-time'.
17910
17911         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17912
17913 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17916         mm-w3m-local-map-property.
17917
17918         * mm-view.el (mm-w3m-mode-map): Remove.
17919         (mm-w3m-local-map-property): Remove.
17920         (mm-inline-text-html-render-with-w3m): Don't use
17921         mm-w3m-local-map-property.
17922
17923 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * run-at-time.el: New file.
17926
17927         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17928         under Emacs.
17929
17930         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17931         of gnus-set-text-properties.
17932
17933         * gnus-uu.el (gnus-uu-save-article): Ditto.
17934
17935         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17936
17937         * gnus-cite.el (gnus-cite-parse): Ditto.
17938
17939         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17940         of gnus-.
17941
17942         * gnus-xmas.el (run-at-time): Require run-at-time.
17943
17944         * gnus.el: Changed calls to nnheader-run-at-time and
17945         password-run-at-time throughout to use run-at-time directly.
17946
17947         * password.el: Removed definition of run-at-time.
17948
17949         * nnheaderxm.el: Remove definition of run-at-time.
17950
17951 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17952
17953         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17954         in prompt.
17955
17956 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17957
17958         * messagexmas.el (message-xmas-redefine): Alias
17959         `message-make-caesar-translation-table' to
17960         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17961         version.
17962
17963         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17964         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17965         `gnus-xmas-set-text-properties'.
17966         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17967         `gnus-xmas-completing-read'.
17968         (gnus-xmas-completing-read): Removed.
17969         (gnus-xmas-open-network-stream): Removed.
17970
17971         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17972         XEmacs version.
17973
17974         * dns.el (dns-make-network-process): Use `open-network-stream'
17975         instead of `gnus-xmas-open-network-stream'.
17976
17977         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17978
17979         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17980
17981 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17982
17983         * gnus-art.el (gnus-mime-display-alternative)
17984         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17985         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17986         Don't use gnus-local-map-property.
17987
17988         * gnus-util.el (gnus-local-map-property): Remove.
17989
17990         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17991         gnus-completing-read-maybe-default with completing-read.
17992
17993         * gnus-util.el (gnus-completing-read): do.
17994         (gnus-completing-read-maybe-default): Remove.
17995
17996 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17997
17998         * password.el: Only autoload `run-at-time' if not XEmacs.
17999         Only autoload the itimer functions if XEmacs.
18000
18001 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18004         XEmacsen.
18005
18006         * dgnushack.el: Autoload executable-find for XEmacs.
18007
18008 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * gnus-art.el (gnus-read-string): Remove.
18011         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18012         read-string.
18013
18014 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * netrc.el: Autoload password-read.
18017         (netrc): Add configuration group.
18018         (netrc-encoding-method, netrc-openssl-path): Add
18019         variables for encoding and decoding of files with symmetric
18020         ciphers.
18021         (netrc-encode): Add assistant function to encode a file with
18022         netrc-encoding-method.
18023         (netrc-parse): Add interactive parameter, added optional
18024         decoding if netrc-encoding-method is non-nil but otherwise
18025         behavior is standard.
18026         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18027         Do s/encode/encrypt/ everywhere.
18028
18029         * spam.el: Remove executable-find autoload.
18030
18031 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18032
18033         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18034
18035         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18036
18037 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18038
18039         * gnus-art.el (gnus-treat-ansi-sequences)
18040         (article-treat-ansi-sequences): New variable and function.
18041         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18042
18043         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18044         Use it.
18045
18046 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18047
18048         * mm-util.el (mm-quote-arg): Remove.
18049
18050         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18051         shell-quote-argument.
18052
18053         * gnus-uu.el (gnus-uu-command): do.
18054
18055         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18056
18057         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18058         with make-char.
18059
18060         * mm-util.el (mm-make-char): Remove.
18061
18062         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18063         add-minor-mode.
18064
18065         * gnus-undo.el (gnus-undo-mode): do.
18066
18067         * gnus-topic.el (gnus-topic-mode): do.
18068
18069         * gnus-sum.el (gnus-dead-summary-mode): do.
18070
18071         * gnus-start.el (gnus-slave-mode): do.
18072
18073         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18074
18075         * gnus-ml.el (gnus-mailing-list-mode): do.
18076
18077         * gnus-gl.el (gnus-grouplens-mode): do.
18078
18079         * gnus-draft.el (gnus-draft-mode): do.
18080
18081         * gnus-dired.el (gnus-dired-mode): do.
18082
18083         * gnus-ems.el (gnus-add-minor-mode): Remove.
18084
18085         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18086         Replace gnus-char-width with char-width.
18087
18088         * gnus-ems.el (gnus-char-width): Remove.
18089
18090         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18091         Replace gnus-char-width with char-width.
18092
18093         * gnus-ems.el (gnus-char-width): Remove.
18094
18095         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18096         definition.
18097         Remove Emacs 20 hash table compatibility code.
18098
18099         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18100         20 compatibility code.
18101
18102         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18103
18104         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18105
18106         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18107         with point-at-{eol,bol}.
18108
18109         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18110
18111         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18112
18113         * flow-fill.el (fill-flowed-point-at-bol)
18114         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18115
18116         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18117         Replace with point-at-{eol,bol} throughout all files.
18118
18119 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * ntlm.el (ntlm-string-as-unibyte): New macro.
18122         (ntlm-build-auth-response): Use it.
18123
18124         Remove Emacs 20 stuff:
18125         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18126         (butlast, mapc, remove): Remove the compiler macros.
18127         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18128         of delq and copy-sequence.
18129         * gnus-art.el (popup-menu): Remove the compiler macro.
18130         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18131         Emacs 20.
18132
18133 2004-01-05  Simon Josefsson  <jas@extundo.com>
18134
18135         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18136         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18137         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18138         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18139         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18140         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18141         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18142         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18143         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18144         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18145         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18146         string-xor into ntlm-string-xor.  Suggested by
18147         Jesper Harder <harder@myrealbox.com>.
18148
18149         * ntlm.el: Don't include poem.
18150
18151         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18152         Jesper Harder <harder@myrealbox.com>.
18153
18154         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18155
18156         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18157         probably breaks emacs with DL patch, but do we care? Is anyone
18158         still using the DL stuff?)
18159
18160         * sieve-manage.el: Use the password package.
18161         (sieve-manage-read-passwd): Remove.
18162         (sieve-manage-interactive-login): Use password.  Re-add
18163         condition-case around loop.
18164
18165         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18166         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18167         the password package.
18168
18169 2003-02-19  Simon Josefsson  <jas@extundo.com>
18170
18171         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18172         token.
18173
18174 2002-08-07  Simon Josefsson  <jas@extundo.com>
18175
18176         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18177         (sieve-manage-authenticators):
18178         (sieve-manage-authenticator-alist): Add some SASL mechs.
18179         (sieve-sasl-auth): New function.
18180         (sieve-manage-cram-md5-auth):
18181         (sieve-manage-plain-auth): Rewrite using SASL library.
18182         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18183         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18184         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18185         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18186
18187 2004-01-05  Simon Josefsson  <jas@extundo.com>
18188
18189         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18190         New files.
18191
18192 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18193
18194         * gnus-group.el (gnus-no-groups-message): Update.
18195
18196         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18197
18198 2003-11-09  Simon Josefsson  <jas@extundo.com>
18199
18200         * imap.el: Support for ID IMAP extension (RFC 2971).
18201         (imap-local-variables): Add imap-id.
18202         (imap-id): New variable.
18203         (imap-id): New function.
18204         (imap-parse-response): Parse untagged ID response.
18205         * nnimap.el (nnimap-id): New variable.
18206         (nnimap-open-connection): Use it.
18207
18208 2003-12-28  Simon Josefsson  <jas@extundo.com>
18209
18210         * gnus-score.el (gnus-score-edit-all-score): New.
18211         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18212
18213 2004-01-04  Simon Josefsson  <jas@extundo.com>
18214
18215         * password.el: Add.
18216
18217 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18218
18219         * dns.el (dns-query-types): Fix typo.
18220         (dns-query-types): New function.
18221         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18222         PTR and SOA replies, see RFC 1035.
18223
18224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225
18226         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18227
18228         * Moved to Changelog.2.
18229
18230 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * gnus.el (gnus-version-number): Bump version.
18233
18234 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18235
18236         * gnus.el: No Gnus v0.1 is released.
18237
18238 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18239
18240         * gnus.el: No Gnus v0.0 is released.
18241
18242 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18243
18244         * gnus.el (gnus-version-number): Bump.
18245         (gnus-version): No.
18246
18247 See ChangeLog.2 for earlier changes.
18248
18249     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18250       Free Software Foundation, Inc.
18251
18252   This file is part of GNU Emacs.
18253
18254   GNU Emacs is free software: you can redistribute it and/or modify
18255   it under the terms of the GNU General Public License as published by
18256   the Free Software Foundation, either version 3 of the License, or
18257   (at your option) any later version.
18258
18259   GNU Emacs is distributed in the hope that it will be useful,
18260   but WITHOUT ANY WARRANTY; without even the implied warranty of
18261   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18262   GNU General Public License for more details.
18263
18264   You should have received a copy of the GNU General Public License
18265   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18266
18267 ;; Local Variables:
18268 ;; coding: utf-8
18269 ;; fill-column: 79
18270 ;; add-log-time-zone-rule: t
18271 ;; End: