mml: add mml-enable-flowed
[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  Julien Danjou  <julien@danjou.info>
10
11         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
12         possibility to disable format=flow encoding when using hard newlines.
13
14 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * shr.el (shr-insert): Remove space inserted before or after a
17         breakable character or at the beginning or the end of a line.
18         (shr-find-fill-point): Do kinsoku; find the second best point or give
19         it up if there's no breakable point.
20
21 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * nnimap.el (nnimap-open-connection): Message when opening connection
24         for debugging purposes.
25
26         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
27         on every setup buffer call to allow this to change from article to
28         article.
29
30         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
31         buffers where we have a wide table.
32
33 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
34
35         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
36         uses *-request-thread.
37
38 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * nnimap.el (nnimap-open-connection): Remove %s from openssl
41         incantation, which is no longer valid.
42
43 2010-10-14  Julien Danjou  <julien@danjou.info>
44
45         * shr.el: Fix defcustom type (char -> character).
46
47 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnimap.el (nnimap-open-connection): tls-program should be a list of
50         programs.
51
52 2010-10-14  Julien Danjou  <julien@danjou.info>
53
54         * shr.el (shr-tag-a): Use url-link as widget type.
55
56         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
57         `gnus-group-get-icon'.
58
59 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
62         This should make server editing work better.
63
64         * shr.el (shr-find-fill-point): Don't inloop on indented text.
65
66         * tls.el (tls-program): Remove spurious %s from openssl.
67
68         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
69         (nnimap-parse-flags): Fix regexp.
70
71         * shr.el (shr-find-fill-point): Use a filling algorithm that should
72         probably work for CJVK text, too.
73
74         * nnimap.el (nnimap-extend-tls-programs): Removed.
75         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
76
77         * tls.el (tls-starttls-switches): Remove starttls hack.
78         (open-tls-stream): Ditto.
79         (tls-find-starttls-argument): Ditto.
80
81 2010-10-13  Julien Danjou  <julien@danjou.info>
82
83         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
84         responses.
85
86 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
89
90         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
91         anything in Emacs.
92
93         * shr.el (shr-current-column): Remove buggy and unnecessary function.
94
95 2010-10-13  Julien Danjou  <julien@danjou.info>
96
97         * shr.el (shr-width): Make shr-width a defcustom with default to
98         fill-column.
99         (shr-tag-img): Use shr-width rather than fill-column.
100
101 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * dgnushack.el (byte-optimize-apply)
104         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
105
106         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
107         position when (X-)Faces exist.
108         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
109         avatars when called interactively.
110
111 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
114         gnus-article-x-face-too-ugly is bound.
115
116 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
119
120         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
121         mailbox that doesn't exist.
122
123 2010-10-12  Julien Danjou  <julien@danjou.info>
124
125         * shr.el (shr-tag-img): Encode URL properly when retrieving.
126         (shr-get-image-data): Encode URL properly when fetching from cache.
127         (shr-tag-img): Use aligned-to spaces to align correctly images.
128
129         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
130         before inserting the Gravatar.
131
132         * shr.el (shr-tag-img): Add align attribute support for <img>.
133
134 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * gnus-gravatar.el (gnus-art): Required.
137
138         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
139         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
140         Remove long obsoleted functions.
141
142 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
145
146         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
147
148         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
149         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
150         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
151         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
152         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
153         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
154         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
155
156 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * nnimap.el (nnimap-request-rename-group): Select group read-only
159         before renaming it.
160
161         * shr.el (shr-insert): Fix up the white space only regexp.
162
163         * nnimap.el (nnimap-transform-split-mail): Not all articles have
164         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
165
166         * shr.el (shr-current-column): New function.
167         (shr-find-fill-point): New function.
168
169 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
170
171         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
172         numbers.
173
174 2010-10-11  Julien Danjou  <julien@danjou.info>
175
176         * shr.el (shr-hr-line): Add.
177         (shr-tag-hr): Use shr-hr-line to specify which character to use to
178         display hr lines.
179         (shr-max-columns): Do not change state to nil if we just inserting
180         spaces.
181
182 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-topic.el (gnus-topic-read-group): If after the last group,
185         select the last group.
186
187 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
190
191 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
192
193         * dig.el (dig-mode-map): Declare and define in one step.
194
195 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
198         for Gnus.
199         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
200         (nnimap-update-qresync-info): Mark \Seen articles as read.
201
202         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
203         non-variable, too.
204
205         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
206         available.
207         (nnimap-update-info): Rely more on the current active than the param
208         active to avoid marking articles as read too much.
209
210         * auth-source.el (auth-source-create): Use (user-login-name) for the
211         user name default.
212
213         * nnimap.el (nnimap-update-info): If the server doesn't return any
214         useful info, just use the previous info.
215         (nnimap-update-info): Prefer old info over start-article.
216         (nnimap-update-qresync-info): Finish implementing QRESYNC.
217
218 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
219
220         * nnir.el (autoload): Clean up autoloads.
221         (nnir-imap-default-search-key): Renamed from
222         nnir-imap-search-field. Use key rather than value.
223         (nnir-imap-search-other): New variable.
224         (nnir-read-parm): Use it.
225         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
226         (gnus-summary-nnir-goto-thread): Modify to work with imap.
227
228 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
229
230         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
231         the process, too.
232
233 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
236         Allbery.
237
238         * shr.el: Rework the way things are indented by <li> slightly.
239
240         * gnus.el (gnus-group-set-parameter): Fix typo.
241
242         * nnimap.el: Start implementing QRESYNC support.
243
244 2010-10-09  Julien Danjou  <julien@danjou.info>
245
246         * nnir.el (nnir-engines): Fix too many arguments.
247
248 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
251         group is the "last", so that the backends like nnfolder actually save
252         their folders.
253
254         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
255         try to use that for the tls stream.
256         (nnimap-retrieve-group-data-early): Rework the marks code to heed
257         UIDVALIDITY and find out which groups are read-only and not.
258         (nnimap-get-flags): Use the same marks parsing code as the rest of
259         nnimap.
260
261 2010-10-09  Julien Danjou  <julien@danjou.info>
262
263         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
264
265         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
266         retrieving gravatars.
267
268         * shr.el (shr-table-corner): Add.
269         (shr-table-line): Add.
270         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
271
272 2010-10-08  Julien Danjou  <julien@danjou.info>
273
274         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
275
276 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
277
278         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
279
280         * gnus-sum.el (gnus-mark-article-as-unread)
281         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
282         (gnus-summary-set-bookmark): Use it.
283
284         * gnus-msg.el (gnus-setup-message): Use it.
285
286         * gnus-demon.el (gnus-demon-remove-handler): Use it.
287
288         * gnus.el (gnus-group-remove-parameter): Use it.
289
290         * gnus-group.el (gnus-group-make-web-group): Use it.
291
292         * gnus-demon.el (gnus-demon-remove-handler): Use it.
293
294         * nnregistry.el: Update docs to mention manual.
295
296         * gnus-registry.el: Update docs to mention nnregistry.el.
297         (gnus-registry-initialize): Don't install nnregistry refer method
298         automatically.
299         (gnus-registry-install-nnregistry): Remove it.
300
301 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * shr.el (shr-insert): Don't insert double spaces.
304
305 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-gravatar.el (gnus-treat-from-gravatar)
308         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
309         called interactively.
310
311         * gnus-art.el (gnus-mime-view-part-externally)
312         (gnus-mime-view-part-internally): Make predicate function passed to
313         gnus-mime-view-part-as-type assume argument is a mime type, not a list
314         of a mime type.
315
316         * shr.el (shr-table-widths): Don't use cl function `reduce'.
317
318 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (require): Require cl when compiling.
321         (shr-tag-hr): New function.
322
323         * nnimap.el (nnimap-update-info): Remove double setting of high.
324         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
325         makes nnimap work properly on Courier again.
326
327         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
328         the variable for backwards compatability.
329
330         * mm-decode.el (mm-save-part): If given a non-directory result, expand
331         the file name before using to avoid setting mm-default-directory to
332         nil.
333
334         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
335         bidning gnus-agent variables.
336
337         * shr.el (shr-render-td): Use a cache for the table rendering function
338         to avoid getting an exponential rendering behaviour in nested tables.
339         (shr-insert): Rework the line-breaking algorithm.
340         (shr-insert): Don't leave trailing spaces.
341         (shr-insert-table): Also insert empty TDs.
342         (shr-tag-blockquote): Ensure paragraphs after </ul>.
343
344 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * gnus-sum.el (gnus-number): Rename from `number'.
347         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
348         (gnus-summary-limit-children): Update uses correspondingly.
349
350 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
353         (gnus-gravatar-transform-address): Don't show avatars of people of
354         which mail addresses match gnus-gravatar-too-ugly.
355
356 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-table-widths): Expand TD elements to fill available
359         space.
360
361 2010-10-07  Julien Danjou  <julien@danjou.info>
362
363         * nnimap.el (nnimap-request-rename-group): Add this method.
364
365 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
368         name from XEmacs' function-arglist.
369
370         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
371         gravatar under XEmacs.
372
373 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * auth-source.el: Update docs with TODO items.
376
377         * gnus-sync.el: Update docs to explain state and plans.
378
379         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
380         Hooks for mark updates.
381         (gnus-request-set-mark, gnus-request-update-mark): Use them.
382
383         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
384         hooks with arguments, which is needed for mark update hooks.
385
386 2010-10-06  Julien Danjou  <julien@danjou.info>
387
388         * gnus.el (gnus-expand-group-parameter): Only return and act on what
389         was matched.
390
391         * sieve-manage.el: Update example in `Commentary'.
392
393         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
394
395         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
396         not 2000.
397         (sieve-manage-authenticate): Re-add function.
398
399 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * shr.el (shr-insert): Get 'space transition right.
402         (shr-render-td): Only delete space at the end of the TD.
403
404         * nnimap.el (nnimap-open-connection): Prepare to support
405         open-gnutls-stream.
406
407         * shr.el: Rearrange function order to be more logical.
408
409 2010-10-06  Julien Danjou  <julien@danjou.info>
410
411         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
412         (nnrss-discover-feed): Remove 404 URL in docstring.
413
414         * nnir.el: Fix Swish-E URL.
415         Fix Namazu URL.
416
417         * message.el (message-change-subject): Remove 404 URL in a comment.
418
419 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
422         called interactively.
423
424         * gnus-util.el (gnus-remove-if): Allow hash table.
425         (gnus-remove-if-not): New function.
426
427         * gnus-art.el (gnus-mime-view-part-as-type)
428         * gnus-score.el (gnus-summary-score-effect)
429         * gnus-sum.el (gnus-read-move-group-name):
430         Replace remove-if-not with gnus-remove-if-not.
431
432         * gnus-group.el (gnus-group-completing-read):
433         Regard collection as a hash table if it is not a list.
434
435 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * shr.el (shr-render-td): Allow blank/missing <TD>s.
438
439         * shr.el: Document the table-rendering algorithm.
440
441 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
444         for Emacsen having no `libxml-parse-html-region' support.
445
446 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
449         invalid URLs.
450
451         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
452         line-broken.
453         (shr-tag-img): Ignore image fetching errors.
454         (shr-overlays-in-region): Compute overlay positions correctly.
455
456         * mm-decode.el (mm-shr): Require shr.
457
458         * gnus-art.el (gnus-blocked-images): Move variable here.
459
460         * shr.el (shr-insert-table): Bind free variable.
461
462         * mm-decode.el (mm-shr): Bind shr-content-function.
463
464         * shr.el (shr-content-function): New variable.
465
466         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
467         added for symmetry.
468
469         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
470
471         * gnus-group.el (gnus-group-make-group): Doc fix.
472
473         * nnimap.el (nnimap-request-newgroups): Return success.
474
475         * shr.el (shr-find-elements): New function.
476         (shr-tag-table): Put all the images after the table.
477         (shr-tag-table): Really inhibit images inside the table.
478         (shr-collect-overlays): Copy over overlays from the TD elements to the
479         main document.
480
481         * mm-decode.el (mm-shr): Bind shr-blocked-images to
482         gnus-blocked-images.
483
484 2010-10-05  Julien Danjou  <julien@danjou.info>
485
486         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
487
488         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
489         (gnus-html-maximum-image-size): Add this function.
490         (gnus-html-put-image): Use gnus-html-maximum-image-size.
491
492         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
493         server-value of the capability is nil.
494
495 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * shr.el (shr-tag-em): Add <EM> tag.
498
499 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
500
501         * sieve-manage.el (sieve-manage-default-stream): Make default stream
502         customizable.
503
504         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
505         handing broken links to browse-url.
506
507 2010-10-05  Julien Danjou  <julien@danjou.info>
508
509         * gnus-util.el (gnus-emacs-completing-read)
510         (gnus-iswitchb-completing-read): Use autoload rather than require.
511
512 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
515         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
516         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
517         iswitchb-temp-buflist for XEmacs.
518
519         * gnus-util.el (gnus-completing-read-function): Exclude
520         gnus-icompleting-read and gnus-ido-completing-read from candidates for
521         XEmacs since iswitchb.el is very old and ido.el is unavailable in
522         XEmacs.
523
524         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
525         not to use `delete-dups' that is unavailable in XEmacs 21.4.
526
527         * gnus-html.el: Don't require help-fns under XEmacs.
528         (gnus-html-schedule-image-fetching): Work for XEmacs.
529
530         * mm-decode.el (mm-shr): Decode contents by charset.
531
532 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
535         unknown.
536
537         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
538         (shr-get-image-data): Ensure against the cache file missing.
539
540         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
541         for data.
542
543         * spam-report.el (spam-report-url-ping-plain): Don't query about
544         killing the process.
545
546         * shr.el (shr-render-td): Protect against too-wide text.
547
548 2010-10-04  Julien Danjou  <julien@danjou.info>
549
550         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
551         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
552
553         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
554         retrieved.
555
556 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * shr.el (browse-url): Required.
559         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
560         lines.
561         (shr-show-alt-text, shr-browse-image): New commands.
562         (shr-browse-url, shr-copy-url): New commands.
563
564         * gnus-sum.el (gnus-widen-article-window): New variable.
565         (gnus-summary-select-article-buffer): Use it.
566
567         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
568         without @ signs.
569
570 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
571
572         * nnir.el (nnir-run-imap): Remove spurious space in search string.
573
574 2010-10-04  Julien Danjou  <julien@danjou.info>
575
576         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
577         for XEmacs.
578
579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
582
583         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
584         (nnimap-close-server): Implement.
585
586         * dgnushack.el (iswitchb): Require to shut up the compiler.
587
588         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
589         (shr-insert): Tweak line breaking.
590         (shr-insert): Handle <pre> better.
591         (shr-tag-li): Get <li> indentation right.
592         (shr-tag-li): Get <li> indentation even righter.
593         (shr-tag-blockquote): Ensure paragraph start.
594         (shr-make-table): Tweak table generation.
595         (shr-make-table): Fix typo.
596
597         * shr.el: Implement table rendering.
598
599 2010-10-04  Julien Danjou  <julien@danjou.info>
600
601         * gnus-html.el (gnus-html-put-image): Fix resize image code.
602
603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * shr.el (shr-insert): Use string anchors instead of line anchors.
606
607 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * shr.el: Add headings.
610         (shr-ensure-paragraph): Actually work.
611         (shr-tag-li): Make <ul> prettier.
612         (shr-insert): Get white space at the beginning/end of elements right.
613         (shr-tag-p): Collapse subsequent <p>s.
614         (shr-ensure-paragraph): Don't insert double line feeds after blank
615         lines.
616         (shr-insert): \t is also space.
617         (shr-tag-s): Fix "s" tag name function.
618         (shr-tag-s): Fix face prop name.
619
620 2010-10-03  Julien Danjou  <julien@danjou.info>
621
622         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
623
624         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
625         gnus-window-inside-pixel-edges.
626
627         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
628         gnus-ems.
629
630         * mm-view.el (mm-inline-image-emacs): Support image resizing.
631
632         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
633         function.
634
635         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
636         resize choice.
637
638 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
641         beginning of the buffer.
642
643         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
644         article buffer again.
645
646         * shr.el (shr-tag-p): Don't insert newlines at the start of the
647         buffer.
648
649         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
650         when it's at the start of the buffer.
651
652         * shr.el (shr-tag-blockquote): Convert name.
653         (shr-rescale-image): Use the right image-size variant.
654
655         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
656         buffer isn't shown, then select the current article first instead of
657         bugging out.
658         (gnus-summary-select-article-buffer): Show both the article and summary
659         buffers again.
660
661         * shr.el (shr-fontize-cont): Protect against regions with no text.
662         Rename tag functions to shr-tag-* for enhanced security.
663         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
664
665 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
666
667         * shr.el (shr-insert):
668         * pop3.el (pop3-movemail):
669         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
670         loaded.
671
672 2010-10-03  Glenn Morris  <rgm@gnu.org>
673
674         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
675
676         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
677
678         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
679
680         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
681
682         * gnus-util.el (gnus-make-local-hook): Simplify.
683
684 2010-10-02  Julien Danjou  <julien@danjou.info>
685
686         * gnus-util.el (gnus-iswitchb-completing-read): New function.
687         (gnus-ido-completing-read): New function.
688         (gnus-emacs-completing-read): New function.
689         (gnus-completing-read): Use gnus-completing-read-function.
690         Add gnus-completing-read-function.
691
692 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * shr.el (shr-insert-document): Autoload.
695         (shr-img): Be silent.
696         (shr-insert): Add a newline after every picture before text.
697         (shr-add-font): Use overlays for combining faces.
698         (shr-insert): Pass upwards the text start point.
699
700         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
701         possible.
702         (mm-shr): New function.
703
704 2010-10-02  Julien Danjou  <julien@danjou.info>
705
706         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
707         should go backward.
708
709 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
710
711         * shr.el (shr): Fix typo in provide call.
712
713 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * shr.el: New file.
716
717         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
718
719         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
720         completing read.
721
722 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
725         we're being queried about.  Suggested by Dan Jacobson.
726
727         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
728         by Jason Eisner.
729
730         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
731         table, too.  Suggested by Stefan Wiens.
732         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
733         the table unnecessary.  Suggested by Stefan Wiens.
734
735         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
736         longer needed, and probably doesn't work either, as pointed out by
737         Stefan Wiens.
738         (gnus-summary-exit): Remove call to the clearing function.
739         (gnus-summary-exit-no-update): Ditto.
740
741         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
742         instead of gnus-eval-in-buffer-window to avoid popping up frames.
743         Reported by Stefan Monnier.
744         (gnus-summary-save-in-rmail): Ditto.
745
746         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
747         article buffer, instead of both the article buffer and the summary
748         buffer.  Sort of suggested by Dan Jacobson.
749
750         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
751
752         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
753         Suggested by Dan Jacobson.
754
755         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
756         documentation clearer.
757
758         * message.el (message-shorten-references): Comment on the number "21".
759         Suggested by Stefan Monnier.
760
761         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
762         Suggested by Dan Jacobson.
763
764         * gnus.el (gnus-large-newsgroup): Mention
765         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
766
767         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
768         externalize attachments.  Bug reported by Steve Wen.
769
770         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
771         really message anything to the user.
772
773         * nnmail.el (nnmail-article-group): Allow using the fancy split method
774         directly.
775
776         * nnimap.el (nnimap-request-group): Low higher than high to signal no
777         messages in empty groups.
778
779 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
780
781         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
782         non-UIDNEXT group.
783
784 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
787         not the value from the collection.
788
789         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
790         values.  This sometimes happens on some groups that have no info.
791         (nnimap-request-newgroups): New function.
792
793 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
794
795         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
796         check into `gnus-registry-initialize'.
797         (gnus-registry-initialize): Ditto.
798         Fix and extend header docs.
799
800 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
803         regexp backtrace overflows.
804
805         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
806         for starttls that tls.el implements; i.e. openssl.
807
808         * tls.el (tls-starttls-switches): Give up on using starttls with
809         gnutls-cli.
810         (tls-program): Add --insecure to be consistent with the defaults from
811         openssl s_client.  Now all three commands are insecure.
812
813 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * lpath.el: Bind completion-styles-alist for XEmacs.
816
817         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
818         (gravatar-create-image): New function that's an alias to
819         gnus-xmas-create-image, gnus-create-image, or create-image.
820         (gravatar-data->image): Use it.
821
822 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
825         install the nnregistry refer method.
826         (gnus-registry-install-hooks): Use it.
827         (gnus-registry-unfollowed-groups): Add nnmairix to the default
828         unfollowed groups.
829
830 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
831
832         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
833         expanding threads.
834
835 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnir.el: Use the server names without suffixes (bug #7009).
838
839         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
840         unencrypted to STARTTLS, if possible.
841
842 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
843
844         * message.el (message-ignored-supersedes-headers): Strip Injection-*
845         headers before superseding.
846
847 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * nnrss.el (nnrss-use-local): Add documentation.
850
851         * nnimap.el (nnimap-extend-tls-programs): New function.
852         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
853         (nnimap-wait-for-connection): Accept the greeting from the stupid
854         output from openssl s_client -starttls, too.
855
856         * tls.el (tls-starttls-switches): New variable.
857         (tls-find-starttls-argument): Use it.
858         (open-tls-stream): Ditto.
859
860         * netrc.el (netrc-credentials): Return the value of the "default"
861         entry.
862         (netrc-machine): Ditto.
863
864         * nnimap.el (nnimap-find-article-by-message-id): Really return the
865         article number.
866         (nnimap-split-fancy): New variable.
867         (nnimap-split-incoming-mail): Use it.
868
869         * nntp.el (nntp-server-list-active-group): Document.
870
871         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
872         SELECT to get the message-id.
873
874         * mail-source.el (mail-sources): Removed webmail support.
875         (defvar): Ditto.
876         (mail-source-fetcher-alist): Ditto.
877         (mail-source-fetch-webmail): Removed.
878
879         * webmail.el: Removed -- doesn't seem relevant any more.
880
881         * gnus.el: Fix up make-obsolete-variable declarations throughout.
882
883         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
884         the \r.
885
886 2010-09-30  Julien Danjou  <julien@danjou.info>
887
888         * gnus-agent.el (gnus-agent-add-group): Fix call to
889         gnus-completing-read.
890
891 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nndoc.el (nndoc-retrieve-groups): New function.
894
895         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
896         `default', use nnmail-split-methods.
897         (nnimap-request-article): Downcase the NILs so that they are nil.
898
899         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
900         symbol.
901
902         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
903         code, since if the user has requested network, that's what they ought
904         to get.
905         (nnimap-request-set-mark): Erase the buffer before issuing commands.
906         (nnimap-split-rule): Mark as obsolete.
907
908         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
909         variable.
910
911         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
912         correct slot, too.
913
914 2010-09-29  Julien Danjou  <julien@danjou.info>
915
916         * gnus.el (gnus-local-domain): Declare variable obsolete.
917
918         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
919         computing.
920         (gnus-ido-completing-read): Require ido.
921
922 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-registry.el: Don't prompt on load, which makes it impossible to
925         build Gnus.
926
927         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
928         when interpreting the structures.
929         (nnimap-request-accept-article): Add \r\n to the lines to make this
930         work with Cyrus.
931
932         * nndraft.el (nndraft-request-expire-articles): Use the group name
933         instead if "nndraft".  Fix found by Nils Ackermann.
934
935 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
936
937         * nnregistry.el: Added.
938
939 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
940
941         * nnmail.el (group, group-art-list, group-art):
942         Remove unneeded directives.
943
944 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
947         (mm-mime-charset)
948         * rfc2047.el (rfc2047-syntax-table)
949         * utf7.el (utf7-utf-16-coding-system): Comment fix.
950
951         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
952         rather than `insert-file-contents' and `eval-region'.
953
954         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
955         construction.
956
957         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
958
959         * time-date.el: No need to require cl for Emacs 21.
960
961 2010-09-29  Julien Danjou  <julien@danjou.info>
962
963         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
964         replacement of `gnus-gravatar-relief' to mimic
965         `gnus-faces-properties-alist'.
966         Add :version property.
967
968 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * mail-source.el (mail-source-report-new-mail)
971         * message.el (message-default-mail-headers)
972         * mm-decode.el (mm-valid-image-format-p): Comment fix.
973
974         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
975
976 2010-09-28  Julien Danjou  <julien@danjou.info>
977
978         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
979         mail-address contains the same string as real-name.
980
981         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
982         non-blank in header, otherwise it'll get stripped.
983
984         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
985         real-name, and then for mail address rather than doing : or , search.
986
987 2010-09-27  Julien Danjou  <julien@danjou.info>
988
989         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
990         (gnus-server-goto-server): Use gnus-completing-read.
991
992         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
993
994         * mm-util.el (defalias): Use gnus-completing-read.
995         (mm-codepage-setup): Use gnus-completing-read.
996
997         * smime.el (smime-sign-buffer): Use gnus-completing-read.
998         (smime-decrypt-buffer): Use gnus-completing-read.
999
1000         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1001
1002         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1003         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1004         (mml-insert-multipart): Use gnus-completing-read.
1005
1006         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1007
1008         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1009
1010         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1011
1012         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1013
1014         * gnus.el (gnus-read-method): Use gnus-completing-read.
1015
1016         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1017
1018         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1019         (gnus-mime-action-on-part): Use gnus-completing-read.
1020         (gnus-article-encrypt-body): Use gnus-completing-read.
1021
1022         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1023         (gnus-topic-move-matching): Use gnus-completing-read.
1024         (gnus-topic-copy-matching): Use gnus-completing-read.
1025         (gnus-topic-sort-topics): Use gnus-completing-read.
1026         (gnus-topic-move): Use gnus-completing-read.
1027
1028         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1029         (gnus-agent-add-group): Use gnus-completing-read.
1030
1031         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1032         gnus-completing-read.
1033         (nnmairix-update-groups): Use gnus-completing-read.
1034         (nnmairix-get-server): Use gnus-completing-read.
1035         (nnmairix-backend-to-server): Use gnus-completing-read.
1036         (nnmairix-goto-original-article): Use gnus-completing-read.
1037         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1038
1039         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1040
1041         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1042         (gnus-group-make-useful-group): Use gnus-completing-read.
1043         (gnus-group-make-web-group): Use gnus-completing-read.
1044         (gnus-group-add-to-virtual): Use gnus-completing-read.
1045         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1046
1047         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1048         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1049         (gnus-summary-execute-command): Use gnus-completing-read.
1050         (gnus-summary-respool-article): Use gnus-completing-read.
1051         (gnus-read-move-group-name): Use gnus-completing-read.
1052
1053         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1054         (gnus-summary-score-effect): Use gnus-completing-read.
1055
1056         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1057
1058         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1059         right completing-read function.
1060         (gnus-use-ido): New variable
1061         (gnus-completing-read-with-default): Remove.
1062
1063 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1066         x-focus-frame.
1067
1068         * nnimap.el (auth-source-forget-user-or-password)
1069         (auth-source-user-or-password): Autoload.
1070
1071         * message.el (message-from-style, message-interactive)
1072         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1073         (message-yank-prefix, message-indentation-spaces, message-signature)
1074         (message-signature-file): Add comment.
1075
1076 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1079         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1080         new articles.
1081
1082         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1083         parts.
1084         (nnimap-request-article): Work with the t setting, too.
1085
1086         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1087         that you don't get flashes of other buffers.
1088         (gnus-summary-show-complete-article): Intern before setting.
1089
1090 2010-09-27  David Engster  <dengste@eml.cc>
1091
1092         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1093         well as HEADERS.
1094         (nnmairix-retrieve-headers): Provide new argument for the above.
1095
1096 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-sum.el (gnus-summary-move-article): Don't alter
1099         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1100         group.
1101
1102         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1103
1104         * message.el (message-cite-prefix-regexp): Revert my last edit.
1105
1106         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1107         variable instead of the Gnus variable.
1108
1109         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1110
1111         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1112         again.
1113
1114         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1115         since some servers don't like it.
1116         (nnimap-open-connection): Forget credentials if the server says the
1117         password was wrong.
1118         (nnimap-parse-line): Protect against invalid data.
1119
1120         * gnus-sum.el (gnus-summary-move-article): Add comment.
1121         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1122         nothing alters it while scanning for new messages.
1123
1124         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1125         which may or may not help.
1126         (nnimap-open-connection): If we're doing a stream connection, and then
1127         discover we're on a STARTTLS-capable server, then open a STARTTLS
1128         connection instead.
1129
1130 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnimap.el (utf7): Required.
1133
1134         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1135         prefix.
1136
1137 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1138
1139         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1140
1141 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnimap.el (nnimap-request-accept-article): Message the error on
1144         error.
1145
1146 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1149
1150 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * nndoc.el (nndoc-request-list): Return success always.
1153
1154         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1155         `fetch-old' -- we only want to fetch the articles we've requested.  The
1156         rest are in the agent, probably.
1157         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1158         disappeared server" to something low.  It's not important.
1159
1160         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1161         arrived before the FETCH data.
1162
1163         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1164         target here, because we don't know the Gnus name of the group.
1165
1166         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1167         for the correct group.
1168
1169         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1170
1171         * gnus.el (gnus): Give a final warning after startup.
1172
1173         * gnus-util.el (gnus-action-message-log): New variable.
1174         (gnus-message): Use it.
1175         (gnus-final-warning): New function.
1176
1177         * nnimap.el (nnimap-open-connection): Record the greeting.
1178         (nnimap): Add greeting.
1179
1180 2010-09-26  Julien Danjou  <julien@danjou.info>
1181
1182         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1183         arguments.
1184         (gnus-html-wash-images): Fix spec computing to include start/end.
1185
1186         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1187
1188 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1191         deletion.
1192         (nnimap-retrieve-headers): Don't select the group, because that's
1193         already done by nnimap-possibly-change-group.
1194
1195         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1196         (gnus-picon-transform-address): Use it.
1197
1198         * mail-source.el (mail-source-value): Revert previous patch.
1199
1200         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1201         on failure.
1202         (nnimap-open-connection): Look up both virtual and physical server name
1203         credentials.
1204
1205         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1206
1207 2009-02-07  Dave Love  <fx@gnu.org>
1208
1209         * tls.el (open-tls-stream): Don't query killing process.
1210
1211 2009-02-08  Dave Love  <fx@gnu.org>
1212
1213         * gnus-win.el (gnus-window-to-buffer-helper,
1214         gnus-all-windows-visible-p): Function needn't be a symbol.
1215
1216         * mail-source.el (mail-source-value): Function needn't be a symbol.
1217
1218 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * message.el (message-cite-prefix-regexp): Remove } from the cite
1221         prefix.
1222
1223         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1224         highlight again, so that the highlight is correct.
1225
1226         * gnus-picon.el (gnus-picon): Remove again.
1227         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1228
1229         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1230         doing the header highlightling, so that the background colour of the
1231         picon is correct.
1232
1233         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1234         (gnus-picon): Ditto.
1235         (gnus-picon): Reinstate.  The background colour for picons is white.
1236         (gnus-picon-insert-glyph): Make the background white.
1237
1238         * nnml.el (nnml-open-nov): Don't return dead buffers.
1239
1240         * auth-source.el (auth-source-create): Query the user for whether to
1241         store the credentials.
1242
1243         * netrc.el (netrc-store-data): New function.
1244
1245         * auth-source.el (auth-source-user-or-password): Use the existing auth
1246         sources, if any, for creation.
1247
1248         * gnus.el (gnus-group-fast-parameter): Return the last matching
1249         parameter instead of the first matching parameter.
1250
1251 2010-09-26  Julien Danjou  <julien@danjou.info>
1252
1253         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1254
1255 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * mml2015.el (mml2015-use): Remove gpg support.
1258
1259         * mml1991.el (mml1991-function-alist): Remove gpg function.
1260         (mml1991-gpg-sign): Removed.
1261
1262 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1263
1264         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1265         (gnus-browse-unsubscribe-current-group): Document it.
1266         (gnus-browse-unsubscribe-group): Use it.
1267
1268 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1271         address to the To list for easier response.
1272
1273         * gnus.el (gnus-play-startup-jingle): Removed.
1274         (gnus-splash): Don't play jingle.
1275         (gnus): Silence gnus-load message.
1276
1277         * gnus-art.el (gnus-treat-play-sounds): Removed.
1278
1279         * gnus.el (gnus-play-jingle): Remove audio support.
1280
1281         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1282
1283         * earcon.el: Removed -- no users.
1284
1285         * gnus-audio.el: Removed -- no users of this package.
1286
1287         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1288
1289         * gnus-start.el (gnus-setup-news): Remove nocem support.
1290
1291         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1292
1293         * gnus.el (gnus-use-nocem): Removed.
1294
1295         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1296         Removed.
1297
1298         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1299         uses NoCeM any more.
1300
1301         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1302         (gnus-button-ctan-handler): Ditto.
1303         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1304         (gnus-button-ctan-directory-regexp): Ditto.
1305         (gnus-button-handle-ctan): Ditto.
1306         (gnus-button-tex-level): Ditto.
1307         (gnus-button-alist): Removed CTAN stuff.
1308
1309 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1312         nnimap-streaming test.
1313
1314         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1315         servers twice.
1316
1317         * nnimap.el (nnimap-open-connection): Add more error reporting when
1318         nnimap fails early.
1319
1320         * nnheader.el (nnheader-get-report-string): New function.
1321         (nnheader-get-report): Use it.
1322
1323         * gnus-int.el (gnus-check-server): Say what the error was when opening
1324         failed.
1325
1326         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1327         using streaming.
1328
1329 2010-09-25  Julien Danjou  <julien@danjou.info>
1330
1331         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1332         gnus-window-inside-pixel-edges.
1333
1334 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1337
1338         * mm-decode.el (mm-save-part): Allow saving to other directories the
1339         normal Emacs way.
1340
1341         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1342         by Jay Berkenbilt.
1343
1344         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1345         there isn't a single byte.
1346
1347         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1348         just do it.  It doesn't really seem to matter what the user responds
1349         here, I think, so it's just a confusing question.
1350
1351         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1352         non-streaming case.
1353
1354         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1355         (gnus-article-encrypt-body): Use it.
1356
1357         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1358         keystroke.
1359
1360         * nnimap.el (nnimap-find-wanted-parts-1): Use
1361         gnus-fetch-partial-articles.
1362
1363         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1364
1365         * nnimap.el (nnimap-insert-partial-structure): New function.
1366         (nnimap-get-partial-article): New function.
1367         (nnimap-request-article): Use it.
1368         (nnimap-wait-for-response): Return whether the wait was successful.
1369         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1370         retrieval wasn't successful.
1371         (nnimap-retrieve-group-data-early): Allow throttling servers.
1372         (nnimap-streaming): New variable.
1373         (nnimap-fetch-partial-articles): Removed.
1374
1375         * mm-decode.el (mm-with-part): Protect against killed buffers.
1376
1377         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1378         for prettier summary display.
1379
1380 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1381
1382         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1383         directly.
1384
1385 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1388         apparently third-party libraries depend on it.
1389
1390         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1391         before starting negotiation.
1392
1393         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1394         privacy reasons.
1395         (gnus-treat-mail-gravatar): Ditto.
1396
1397         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1398         buffer when inserting images.  Inserting text into the headers, for
1399         instance, can make them invalid.
1400
1401 2010-09-25  Julien Danjou  <julien@danjou.info>
1402
1403         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1404         variables.
1405
1406         * nnheader.el: Remove useless variables news-reply-yank-from and
1407         news-reply-yank-message-id.
1408
1409         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1410         variables.
1411
1412         * mml1991.el: Remove useless mml1991-verbose.
1413
1414         * gnus.el: Remove useless variable gnus-use-generic-from.
1415         Remove obsolete variable gnus-topic-indentation.
1416
1417         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1418
1419         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1420
1421         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1422
1423         * gnus-group.el: Remove useless gnus-group-icon-cache.
1424         Remove useless gnus-ephemeral-group-server.
1425
1426         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1427
1428         * mml2015.el: Remove useless mml2015-verbose.
1429
1430         * mml-smime.el: Remove useless mml-smime-verbose.
1431
1432         * gnus.el: Remove useless gnus-local-domain.
1433
1434         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1435         gnus-gravatar-size.
1436
1437         * gnus-art.el: Remove useless gnus-treat-translate.
1438
1439 2010-09-24  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-sum.el: Add support for Gravatars.
1442
1443         * gnus-art.el: Add support for Gravatars.
1444
1445         * gnus-gravatar.el: Add this file.
1446
1447         * gravatar.el: Add this file.
1448
1449 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1452
1453         * gnus-group.el (gnus-group-fetch-faq): Removed.
1454
1455         * gnus.el (gnus-group-faq-directory): Removed.
1456
1457         * gnus-group.el (gnus-group-fetch-charter): Removed.
1458
1459         * gnus.el (gnus-group-charter-alist): Removed.
1460
1461         * gnus-group.el (gnus-group-archive-directory): Removed.
1462         (gnus-group-recent-archive-directory): Ditto.
1463         (gnus-group-make-archive-group): Removed.
1464
1465         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1466
1467         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1468         use the same article number for all the cached articles.
1469
1470         * nnimap.el (nnimap-command): Register the last command time so
1471         that we can use it for idling NOOPs.
1472         (nnimap-open-connection): Start the keeplive timer.
1473         (nnimap-make-process-buffer): Store all the process buffers.
1474         (nnimap-keepalive): New function.
1475
1476         * starttls.el: (starttls-open-stream): Add autoload cookie.
1477
1478 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1479
1480         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1481         handling.
1482
1483 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1486         its data structures.
1487
1488         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1489         instead of the cl.el copy-list.
1490         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1491         equalp.
1492
1493 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1496         and tool-bar-local-item-from-menu.
1497
1498         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1499         mode-line-highlight face for Emacs.
1500
1501         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1502         loading gnus-sum.elc; fix comment for canlock-verify.
1503         (gnus-article-jump-to-part): Use read-number.
1504         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1505         Emacs pre-21 compatible code for help-echo.
1506         (gnus-article-next-page-1): No need to adjust the number of lines.
1507         (gnus-article-describe-bindings): Always use help-buffer.
1508
1509         * gnus-audio.el (gnus-audio-inline-sound)
1510         * gnus-cus.el (gnus-custom-mode)
1511         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1512
1513         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1514
1515         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1516         compatible code.
1517
1518 2010-09-24  Glenn Morris  <rgm@gnu.org>
1519
1520         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1521         visiting the fcc file in rmail-mode.
1522
1523         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1524
1525 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * nnir.el: Silence the byte compiler.
1528
1529         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1530         alias to browse-url-url-encode-chars if any.
1531         (gnus-html-encode-url): Use it.
1532
1533 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * gnus-start.el (gnus-use-backend-marks): New variable.
1536         (gnus-get-unread-articles-in-group): Use it.
1537
1538         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1539         makeover.
1540
1541 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1542
1543         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1544
1545 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1548         Removed.
1549         (gnus-setup-news-hook): Removed
1550         gnus-fixup-nnimap-unread-after-getting-new-news.
1551
1552         * gnus-int.el (gnus-request-update-info): Protect against backends not
1553         having the function.
1554
1555         * nnimap.el (nnimap-stream): Mention starttls.
1556         (nnimap-open-connection): Add starttls support.
1557
1558 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1561
1562 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1565         BODYSTRUCTUREs.
1566         (nnimap-transform-headers): Unfold quoted {42} headers.
1567
1568         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1569         the info.
1570         (gnus-get-unread-articles): Only call updatep on backends that support
1571         it.
1572
1573         * nnweb.el (nnweb-request-update-info): NOOP.
1574
1575         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1576
1577         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1578         since it only deals with marks.
1579
1580         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1581         gnus-request-marks, and make a new gnus-request-update-info.
1582
1583         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1584         the active instead of the high number, which is usually too low.
1585
1586 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1587
1588         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1589         * encrypt.el: Removed.
1590
1591 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1594         server in symbolic form.
1595
1596         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1597         0.9.
1598
1599 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1602         (nnimap-update-info): Fix up code slightly.
1603
1604         * gnus-int.el (gnus-open-server): Add tracing for performance
1605         debugging.
1606
1607         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1608         (gnus-group-insert-group-line): Pass the real group name so that it
1609         gets the right data.
1610
1611         * gnus-start.el (gnus-get-unread-articles): Don't have
1612         `gnus-get-unread-articles-in-group' update info, since that can be
1613         really slow and doesn't seem to be needed?
1614
1615 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1616
1617         * time-date.el (date-to-time): Try using parse-time-string first before
1618         using the slower timezone-make-date-arpa-standard.
1619
1620 2010-09-22  Julien Danjou  <julien@danjou.info>
1621
1622         * gnus-group.el (gnus-group-insert-group-line): Call
1623         gnus-group-highlight-line.
1624         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1625         default hook list.
1626         (gnus-group-update-eval-form): Add new function.
1627         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1628         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1629
1630 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1633         immediate, then expire all articles.
1634         (nnimap-update-info): Fix off-by-one errors.
1635         (nnimap-flags-to-marks): Would return no marks lists for group with no
1636         flags.  Instead return the other data.
1637
1638 2010-09-22  Julien Danjou  <julien@danjou.info>
1639
1640         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1641         Only return an icon.
1642         (gnus-group-insert-group-line): Compute icon to return.
1643
1644         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1645         variable.
1646         (gnus-html-image-fetched): Only cache if
1647         gnus-html-image-automatic-caching is set.
1648         (gnus-html-image-fetched): Check for errors.
1649
1650 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1653         once per method on `g'.  This ensures that backends like nnfolder don't
1654         open all their folders.
1655
1656         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1657         (nnimap-request-list): Nix out group in the correct buffer.
1658         (nnimap-parse-flags): Implement by using `read' instead of
1659         hand-parsing.
1660         (nnimap-flags-to-marks): Pass on permanent-flags.
1661         (nnimap-make-process-buffer): Record the server name.
1662         (nnimap-parse-flags): Fix typo.
1663         (nnimap-request-scan): Run split on the server in general, not just a
1664         single group.
1665
1666         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1667         parameter, and propagate this downwards.
1668
1669         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1670         since EXAMINE changes it on the server.
1671
1672         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1673         this command might take a while.
1674
1675 2010-09-22  Julien Danjou  <julien@danjou.info>
1676
1677         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1678         harmful if you have 2 images side-by-side, they can't be properly
1679         update on text deletion.  Using text-property is safer here.
1680         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1681         data.
1682
1683 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * nnimap.el (nnimap-expunge-inbox): Removed.
1686         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1687         (nnimap-expunge): Flip default to t.
1688
1689         * gnus.el (gnus-method-to-server): Don't push things to the cache
1690         unless it's unique.
1691         (gnus-server-to-method): Ditto.
1692
1693 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1694
1695         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1696
1697 2010-09-22  Julien Danjou  <julien@danjou.info>
1698
1699         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1700         get the start of data.
1701         (gnus-html-encode-url): Add this function to encode special chars in
1702         URL.
1703         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1704         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1705
1706         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1707         default.
1708         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1709
1710         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1711         images alt-text.
1712         (gnus-html-put-image): Put alt-text as help-echo.
1713
1714 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1717         * mm-util.el (mm-decompress-buffer)
1718         * nnir.el (nnir-run-find-grep)
1719         * pop3.el (pop3-list): Use 3rd arg of split-string.
1720
1721         * time-date.el (format-seconds): Comment fix.
1722
1723         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1724         and byte-optimize-form-code-walker.
1725         (dgnushack-make-auto-load): Don't advise make-autoload.
1726
1727         * lpath.el: Remove Emacs 21 stuff.
1728
1729 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1732         outside the active range.  Suggested by Dan Christensen.
1733
1734         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1735         slightly later to avoid double-getting it.
1736
1737         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1738         previous patch.
1739
1740         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1741
1742 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1743
1744         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1745
1746 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-int.el (gnus-open-server): Give a better error message in the
1749         "go offline" case.
1750
1751         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1752         marks for nnimap, which is seldom the right thing to do.
1753
1754         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1755         (gnus-same-method-different-name): New function.
1756
1757         * nnimap.el (parse-time): Require.
1758
1759         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1760         method in the presence of many similar methods.
1761
1762         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1763
1764         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1765         nnml-inhibit-expiry.
1766
1767         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1768         find out whether methods are equal.
1769
1770         * nnimap.el (nnimap-find-expired-articles): New function.
1771         (nnimap-process-expiry-targets): New function.
1772         (nnimap-request-move-article): Request the article before looking at
1773         what the Message-ID is.  Fix found by Andrew Cohen.
1774         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1775
1776         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1777         for oldness in addition to being a predicate.
1778
1779         * nnimap.el (nnimap-request-group): When we have zero articles, return
1780         the right data to Gnus.
1781         (nnimap-request-expire-articles): Only delete articles immediately if
1782         the target is 'delete.
1783
1784         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1785         method, this would bug out.
1786
1787         * gnus-group.el (gnus-group-expunge-group): Renamed from
1788         gnus-group-nnimap-expunge, and implemented as a normal interface
1789         function.
1790
1791         * gnus-int.el (gnus-request-expunge-group): New function.
1792
1793         * nnimap.el (nnimap-request-create-group): Implement.
1794         (nnimap-request-expunge-group): New function.
1795
1796 2010-09-21  Julien Danjou  <julien@danjou.info>
1797
1798         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1799         (gnus-html-cache-expired): Add new function.
1800         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1801         wethever we should display image for fetch it.
1802         Compute alt-text earlier to pass it to the fetching function too.
1803         (gnus-html-schedule-image-fetching): Change function argument to only
1804         get one image at a time, not a list.
1805         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1806         cache.
1807         (gnus-html-get-image-data): New function to retrieve image data from
1808         cache.
1809         (gnus-html-put-image): Change buffer argument to use image data rather
1810         than file, and place image above region rather than inserting a new
1811         one. Do not take alt-text as argument, since it's useless now: we place
1812         the image above alt-text.
1813         (gnus-html-prune-cache): Remove.
1814         (gnus-html-show-images): Start to fetch image when we find one, do not
1815         push into a temporary list.
1816         (gnus-html-prefetch-images): Only fetch image if they have expired.
1817         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1818         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1819
1820 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1823
1824 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1827         spec inser "*" if the group isn't active instead of 0.
1828
1829         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1830         opening the server.
1831         (nnimap-request-delete-group): Implement group deletion.
1832         (nnimap-transform-headers): Return the size of the entire message in
1833         the Bytes header, not just the size of the first part.
1834         (nnimap-request-move-article): When moving an article from nnimap,
1835         request the article first so the accepting form has an article to
1836         accept.  Reported by Dan Christensen.
1837         (nnimap-command): Make sure that the error message doesn't error out.
1838
1839 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1840
1841         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1842         we haven't requested anything.
1843
1844 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1847         "".  Fix found by Andrew Cohen.
1848
1849         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1850         instead of -encode-string.
1851
1852 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1855
1856         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1857         by mm-subst-char-in-string.
1858
1859 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1862         waiting for the connection string.
1863
1864         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1865         arriving.
1866
1867         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1868         bogus characters.  This allows selecting certain Gmail groups.
1869
1870         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1871         (nnimap-fetch-partial-articles): New variable.
1872         (nnimap-open-connection): When looking for credentials, also use the
1873         nnimap-server-port.
1874         (nnimap-request-article): Return the group/article number, so that Gnus
1875         `^' works as expected.
1876         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1877         them.
1878
1879         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1880         comments.
1881         (gnus-methods-sloppily-equal): New function.
1882         (gnus): When using the development version of Gnus, load the gnus-load
1883         file.
1884
1885         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1886         `gnus-open-server' on each method before trying to scan them etc.  This
1887         ensures that all the backend parameters are set correctly.
1888
1889         * nnimap.el (nnimap-authenticator): New variable.
1890         (nnimap-open-connection): Allow anonymous login.
1891         (nnimap-transform-headers): The chars header is called Chars not
1892         Bytes.
1893         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1894         drops.
1895
1896         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1897         patch, found by Knut Anders Hatlen.
1898
1899 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1900
1901         * gnus-agent.el (gnus-agent-batch-confirmation)
1902         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1903         to gnus-message.
1904         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1905         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1906         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1907         * gnus-int.el (gnus-open-server): Likewise.
1908         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1909         (gnus-score-check-syntax): Likewise.
1910         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1911         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1912         Likewise.
1913         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1914
1915 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1918         calling conventions so that prefetch doesn't bug out.
1919
1920 2010-09-19  Julien Danjou  <julien@danjou.info>
1921
1922         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1923         rather than `subst-char-in-region' in order to be able to replace ASCII
1924         char by UTF-8 ones.
1925
1926         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1927         than curl.
1928         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1929         the right URL and ALT text on images.
1930         (gnus-html-wash-tags): Fix tag case.
1931         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1932         (gnus-article-html): Add -o display_ins_del=2 option.
1933         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1934
1935 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1938         the extra mail headers, which sometimes seem to happen for unknown
1939         reasons.
1940
1941         * mail-parse.el (mail-header-encode-parameter): Define as
1942         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1943         (or most, perhaps?) mail readers don't understand the latter, but do
1944         understand the former.
1945
1946         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1947         to nil, so that no methods are automatically agentized.  I think this
1948         is probably what most users want.
1949
1950         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1951         from url-retrieve, for instance about invalid URLs.
1952
1953         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1954         groups that have no articles.
1955         (nnimap-request-article): Check that we really got an article when we
1956         requested one.
1957
1958         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1959         doesn't exist.
1960
1961         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1962         nntp buffer so the agent can save it.
1963         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1964         that CRLF doesn't get translated to \n.
1965         (nnimap-open-connection): Don't make 'shell commands only send \n.
1966
1967 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1968
1969         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1970         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1971         Update var name.
1972         (nnml-generate-nov-file): Use dolist.
1973         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1974         Use with-current-buffer.
1975
1976 2010-09-18  Julien Danjou  <julien@danjou.info>
1977
1978         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1979         parallel.
1980
1981 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1984         the range update right.
1985         (nnimap-request-group): Don't make `M-g' bug out on group with no
1986         marks.
1987         (nnoo): Required, so that other packages can require nnimap.
1988         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1989         command we're looking for.  This helps when the server sends more
1990         responses after we've gotten everything we expected.
1991         (nnimap): Add a `newlinep' field to keep track of end-of-line
1992         conventions.
1993         Don't send CRLF to things that don't want it.
1994         (nnimap-request-accept-article): Ditto.
1995
1996 2010-09-18  Julien Danjou  <julien@danjou.info>
1997
1998         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1999         than curl to retrieve images.
2000
2001 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2004         the marks.
2005         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2006         (nnimap-wait-for-connection): New function.
2007         (nnimap-open-connection): If we have PREAUTH, don't query for login
2008         credentials.
2009         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2010         when doing a partial update.
2011
2012 2010-09-18  Julien Danjou  <julien@danjou.info>
2013
2014         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2015         tags.
2016
2017 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * nnimap.el (nnimap-credentials): New function.
2020         (nnimap-open-connection): Use the new function to look for credentials
2021         also on the numeric equivalents of "imap" and "imaps".
2022
2023         * gnus-start.el (gnus-activate-group): Send the info to
2024         gnus-request-group.
2025
2026         * nnimap.el (nnimap-request-group): Have the "check" version of the
2027         function parse flags and update the info, so that a `M-g' get a total
2028         resync of all flags from the group.
2029
2030         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2031         to allow backends to alter the info on group selection.  Also alter all
2032         the backend -request-group functions to take the parameter.
2033
2034         * nnimap.el (nnimap-store-info): New function.
2035         (nnimap-update-info): Store the info for later usage.
2036         (nnimap-request-group): Use the stored info for the dont-check case, so
2037         that we don't retrieve all marks when we enter a group.
2038
2039         * nnimap.el: Use deffoo instead of defun for interface functions.
2040
2041         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2042         update the group info.  This makes the nndraft groups, for instance, go
2043         back to their old behaviour.
2044
2045         * gnus-sum.el (gnus-select-newsgroup): Indent.
2046
2047         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2048         in.
2049         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2050         nothing.
2051
2052         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2053         from methods that are denied.
2054
2055         * gnus-int.el (gnus-method-denied-p): New function.
2056
2057         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2058         store the password instead of netrc.
2059         (nnimap-open-connection): Don't error out when we can't make a
2060         connections.
2061
2062         * auth-source.el (auth-source-create): In the password prompt, say what
2063         we're querying for.  Also prompt for user name if that hasn't been
2064         given.
2065
2066         * nnimap.el (nnimap-with-process-buffer): Removed.
2067
2068 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2071         method when we're reading from the agent.
2072
2073         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2074
2075         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2076         that's probably most useful for users.
2077
2078         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2079         "failed" all the time.
2080
2081         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2082         ...)) with (with-current-buffer ... ).
2083
2084         * nntp.el (nntp-open-server): Return whether the open was successful or
2085         not.
2086
2087         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2088         select an unread unseen article first.
2089
2090         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2091         /etc/services, supply some sensible port defaults.
2092
2093         * dgnushack.el: Define netrc-credentials.
2094
2095 2010-09-17  Julien Danjou  <julien@danjou.info>
2096
2097         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2098
2099 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2100
2101         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2102         doesn't have any parameters.
2103
2104 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2107         only upcased checks.
2108
2109         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2110
2111         * nnimap.el (nnimap-open-shell-stream): New function.
2112         (nnimap-open-connection): Use it.
2113         (nnimap-transform-headers): Get the number of lines in each message.
2114         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2115         number of lines.
2116         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2117         problem.
2118
2119         * utf7.el (utf7-encode): Autoload.
2120
2121         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2122         to allow the mail splitting to not return a default group.  This is
2123         useful for nnimap, which will leave unmatched mail in the inbox.
2124
2125         * nnimap.el: Rewritten.
2126
2127         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2128         nnimap usage.
2129
2130         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2131         if the move is internal, so that nnimap can do fast internal moves.
2132
2133         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2134         data.
2135         (gnus-read-active-for-groups): Support finishing the early retrieval of
2136         data.
2137
2138         * gnus-range.el (gnus-range-nconcat): New function.
2139
2140         * gnus-int.el (gnus-finish-retrieve-group-infos)
2141         (gnus-retrieve-group-data-early): New functions.
2142
2143 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2144
2145         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2146         (nnrss-retrieve-groups):
2147         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2148         (pop3-quit): Use with-current-buffer.
2149
2150 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2153         instead of nnheader-accept-process-output.
2154
2155         * dgnushack.el (dgnushack-compile): Add comment.
2156
2157         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2158
2159         * gnus-html.el (gnus-html-schedule-image-fetching)
2160         (gnus-html-prefetch-images): Replace process-kill-without-query by
2161         gnus-set-process-query-on-exit-flag.
2162
2163 2010-09-16  Romain Francoise  <romain@orebokech.com>
2164
2165         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2166
2167 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2170         parameter to unintern is mandatory-ish in Emacs 24.
2171
2172         * gnus-html.el (gnus-html-schedule-image-fetching)
2173         (gnus-html-prefetch-images): Check for curl before using it.
2174
2175         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2176         depend on curl, which isn't essential.
2177
2178         * imap.el: Revert back to version
2179         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2180         seem problematic.
2181
2182 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2183
2184         * gnus-registry.el (gnus-registry-install-shortcuts):
2185         Explicitly pass `obarray' to `unintern' to avoid a warning.
2186
2187 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2190         change.
2191
2192         * nnrss.el (nnrss-request-list): Removed this function and related
2193         functions, including the moreover stuff.
2194
2195 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnrss.el (nnrss-retrieve-groups): New function.
2198
2199 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2200
2201         * .dir-locals.el: Add no-byte-compile cookie.
2202
2203 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * time-date.el (format-seconds): Comment fix.
2206
2207         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2208         for back end that doesn't support request-scan.
2209
2210 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2213         then do request scans from the backends.
2214
2215         * netrc.el (netrc-credentials): New conveniency function.
2216
2217         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2218         avoid running a hook per line, since this takes a lot of time,
2219         profiling shows.
2220         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2221         directly if gnus-visual-p is true.
2222
2223 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2226         groups; replace mapcar with dolist which is a bit faster; pass groups
2227         info to gnus-read-active-file-1.
2228         (gnus-read-active-file-1): Scan only specified groups if the new
2229         optional arg `infos' is given.
2230
2231 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2234
2235         * pop3.el (pop3-movemail): Removed.
2236         (pop3-streaming-movemail): Renamed to pop3-movemail.
2237
2238         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2239         don't restrict end-tag searches to the end of the line.
2240
2241 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2244         articles of every unchecked group to t, which means unknown since the
2245         server has never been opened.
2246
2247 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-html.el (gnus-html-show-alt-text): New command.
2250         (gnus-html-browse-image): Ditto.
2251         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2252         to browse the image directly.
2253         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2254         better.
2255
2256         * gnus-async.el (gnus-async-article-callback): Call
2257         `gnus-html-prefetch-images' unconditionally.
2258
2259         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2260         before feeding URLs to curl.
2261
2262 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2265         internal images as deletable by `W D D'.
2266
2267         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2268         (gnus-async-article-callback): Fix typo.
2269
2270 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2273         current line to work around bugs in the output from w3m.
2274
2275         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2276         for groups that want that.
2277
2278         * nntp.el (nntp-wait-for-string): Supply a timeout for
2279         accept-process-output to ensure progress.
2280
2281         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2282         level to get unread articles from, then use that for foreign groups,
2283         too.
2284
2285         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2286         confuses the rest of the function.
2287
2288         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2289         for the methods that support -retrieve-groups, too.
2290
2291         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2292
2293 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2296         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2297
2298         * pop3.el: Require cl when compiling.
2299         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2300
2301 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2304         that aren't going to be activated.
2305         (gnus-get-unread-articles): Fix up the last commit.
2306
2307         * gnus-html.el (gnus-article-html): Allow calling without specifying
2308         the handle.  In that case, dissect the buffer first.
2309
2310         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2311
2312         * nnimap.el (nnimap-open-connection): Revert the change that would look
2313         into authinfo for imaps instead of imap.
2314
2315         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2316         say that you don't want to call gnus-request-group with don-check, but
2317         do check the reponse.  This is for virtual groups only.
2318         (gnus-get-unread-articles): Count the archive groups as secondary, so
2319         that they're activated the same way as before.
2320
2321         * imap.el (imap-message-map): Removed optional buffer parameter, since
2322         no callers use it.
2323         (imap-message-get): Ditto.
2324         (imap-message-put): Ditto.
2325         (imap-mailbox-map): Ditto.
2326         (imap-mailbox-put): Ditto.
2327         (imap-mailbox-get): Ditto.
2328         (imap-mailbox-get): Revert last change for this function.
2329
2330         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2331         case-insensitively.
2332         (nnimap-debug): Removed.
2333
2334         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2335         to use `imap-fetch' instead.  According to the comments, this should be
2336         safe, since all other IMAP clients use the 1:* syntax.
2337         (imap-enable-exchange-bug-workaround): Removed.
2338         (imap-debug): Removed -- doesn't seem very useful.
2339
2340         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2341         mail from a file, and the file doesn't exist.
2342
2343         * imap.el (imap-log): New convenience function used throughout instead
2344         of repeating the same code all over the place.
2345
2346         * pop3.el (pop3-streaming-movemail): Return t for success.
2347
2348         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2349         .authinfo if we're using ssl connection.
2350
2351         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2352         already have if we're in a main Gnus `g' run.
2353
2354         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2355
2356 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2359
2360         * nnmh.el (nnmh-request-list-1): Bind `file'.
2361
2362         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2363         alias to set-process-query-on-exit-flag or process-kill-without-query.
2364         (pop3-open-server): Use it.
2365
2366 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2369         box to the Incoming file.  Fixes mistake in previous checkin.
2370
2371         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2372         request loop (for debugging purposes) removed.
2373
2374         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2375         culprit is more visible.
2376         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2377         (nnml-add-incremental-nov): New functions to do "incremental" nov
2378         updates, where we just append to the end of the existing nov files
2379         without reading/writing them in full.
2380
2381         * mail-source.el (mail-source-delete-crash-box): Really only check the
2382         incoming files once in a while.
2383
2384         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2385
2386         * mail-source.el (mail-source-delete-crash-box): Only check the
2387         incoming files for deletion once per day to save a lot of file
2388         accesses.
2389
2390         * pop3.el (pop3-logon): Fix up unbound variable typo.
2391
2392         * mail-source.el (pop3-streaming-movemail): Autoload.
2393
2394         * pop3.el (pop3-streaming-movemail): Respect
2395         pop3-leave-mail-on-server.
2396
2397         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2398         retrieval.
2399
2400         * pop3.el (pop3-process-filter): Removed unused function.
2401         (pop3-streaming-movemail, pop3-send-streaming-command)
2402         (pop3-wait-for-messages, pop3-write-to-file)
2403         (pop3-number-of-responses): New functions for streaming pop3
2404         retrieval.
2405
2406         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2407         come from no known methods.
2408         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2409         list.
2410
2411         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2412         message sizes.
2413         (pop3-movemail): Use erase-buffer instead of looping and deleting
2414         regions, which seems rather odd.
2415
2416         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2417         file once per `g' run.
2418
2419         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2420         directories.  This makes the draft queue directory work.
2421
2422         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2423         data from the backends, so that we only request the list of groups from
2424         each method once.  This should speed things up considerably.
2425
2426         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2427         detect that it's not implemented.
2428
2429         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2430         we actually do recurse down into the tree, but don't stat all leaf
2431         nodes.
2432
2433         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2434         then say so instead of bugging out.
2435
2436         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2437         files exist before trying to read them.
2438
2439         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2440         around <pre_int>.
2441
2442         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2443
2444         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2445
2446 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * mm-util.el (mm-image-load-path): Just return the image directories,
2449         not all directories in the path in addition to the image directories.
2450         (mm-image-load-path): Maintain a cache of the image directories so that
2451         the `g' command in Gnus doesn't have to stat dozens of directories each
2452         time.
2453
2454         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2455         (gnus-html-wash-tags): Add a new `i' command to insert images.
2456         (gnus-html-insert-image): New command and keystroke.
2457         (gnus-html-redisplay-with-images): New command and keystroke.
2458         (gnus-html-show-images): Renamed command.
2459         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2460         spacers.
2461         (gnus-html-wash-tags): Decode entities at the end, so that entities
2462         inside the tags don't mess up the rest of the "parsing".
2463
2464         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2465         so that nnimap methods aren't agentized by default.  There's apparently
2466         many problems related to agent/imap behaviour.
2467
2468         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2469
2470         * gnus-html.el: Doc fix.
2471
2472 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2475         specifier-spec-list for Emacs 21.
2476
2477         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2478         glyph-width and glyph-height instead of display-graphic-p and
2479         image-size; make avoidance of displaying small images work for XEmacs.
2480
2481         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2482         for XEmacs.
2483
2484         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2485         of symbol that holds plist data.
2486         (gnus-process-plist): Remove plist of process after getting it.
2487
2488 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * message.el (message-generate-hashcash): Change default to
2491         'opportunistic if hashcash is installed.
2492
2493         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2494         (gnus-html-put-image): Only call image-size once, since it's somewhat
2495         time-consuming on remote X servers.
2496
2497 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2500         type on data, not a file name.
2501
2502         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2503         window-pixel-edges for Emacs 21.
2504
2505         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2506         decoded contents.
2507         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2508
2509 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2512         group line format, since it isn't very interesting.
2513
2514         * gnus-agent.el (gnus-agent-short-article),
2515         (gnus-agent-long-article): Increase values for these two variables,
2516         since most people are likely to have more network connection and
2517         storage than before.
2518
2519         * gnus.el (gnus-refer-article-method): Change default to 'current.
2520         When referring an article, the common behaviour is to refer it from the
2521         current select method, not the native select method.  The chances of
2522         the native select method having the message in question is rather slim
2523         these days.
2524
2525         * gnus-sum.el (gnus-auto-select-subject): Change default to
2526         `unseen-or-unread'.  I think it's likely that most people want to
2527         select an unseen article over a previously seen, but unread one.
2528
2529         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2530         means that in the article buffer none of the minor mode elements will
2531         be shown, usually, and this is not desirable in most cases.
2532
2533         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2534         that commands like `d' (and the like) go to the next line in the
2535         buffer, instead of the next unread article.  I think this is the
2536         behaviour that is most natural for most users.
2537         (gnus-single-article-buffer): Change default to nil, so that people can
2538         have as many article buffers open as they have summary buffer.  I think
2539         this is the most natural way for the groups to behave.
2540
2541         * message.el (message-generate-new-buffers): Change default to
2542         `unsent', so that all new message buffers start their names with the
2543         string "*unsent", and it's easier to find the buffers if you move from
2544         them.
2545
2546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2549         small.  They're probably tracking images.
2550         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2551         (gnus-html-rescale-image): Yet another try at getting the image sizing
2552         right.
2553
2554         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2555         nntp-marks-file-name is nil.
2556
2557 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2558
2559         * gnus-html.el (gnus-html-wash-tags)
2560         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2561         Better logging.
2562
2563 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2566
2567         * gnus-html.el (gnus-html-wash-tags): Check the value of
2568         gnus-blocked-images in the summary buffer.
2569
2570 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2571
2572         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2573
2574 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2577         like "a", it seems like.
2578         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2579         since it needs to be picked from the correct buffer.
2580
2581         * nnwfm.el: Removed.
2582
2583         * nnlistserv.el: Removed.
2584
2585 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2588         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2589
2590 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * nnkiboze.el: Removed.
2593
2594         * nndb.el: Removed.
2595
2596         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2597         alt text.
2598         (gnus-html-rescale-image): Try to get the rescaling logic right for
2599         images that are just wide and not tall.
2600
2601         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2602         overshadow variable bindings.
2603
2604 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2605
2606         * gnus-html.el (gnus-html-wash-tags)
2607         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2608         extra logging.
2609
2610 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2613         (gnus-max-image-proportion): New variable.
2614         (gnus-html-rescale-image): New function.
2615         (gnus-html-put-image): Rescale images.
2616
2617 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         Fix up some byte-compiler warnings.
2620         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2621         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2622         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2623         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2624         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2625         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2626         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2627
2628 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * gnus-html.el (gnus-article-html): Decode contents by charset.
2631
2632 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2635         (gnus-html-frame-width, gnus-blocked-images)
2636         * message.el (message-prune-recipient-rules): Add custom version.
2637         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2638
2639         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2640         functions.
2641
2642         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2643         gnus-process-get.
2644
2645 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2646
2647         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2648         instead of lsub directly.
2649
2650 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnwarchive.el: Removed.
2653
2654         * gnus-soup.el: Removed.
2655
2656         * nnsoup.el: Removed.
2657
2658         * nnultimate.el: Removed.
2659
2660         * gnus-html.el (gnus-blocked-images): New variable.
2661
2662         * message.el (message-prune-recipients): New function.
2663         (message-prune-recipient-rules): New variable.
2664
2665         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2666         guess whether a long line is natural text or not.
2667
2668         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2669         gnus-process-plist and friends for compatibility.
2670
2671 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2672
2673         * gnus-html.el: Require packages that define macros used in this file.
2674         (gnus-article-mouse-face): Declare to silence byte-compiler.
2675         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2676         process-get.
2677         (gnus-html-put-image): Use plist-get to avoid getf.
2678         (gnus-html-prefetch-images): Use with-current-buffer.
2679
2680 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-ems.el: Provide compatibility functions for
2683         gnus-set-process-plist.
2684
2685         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2686         header-line-format for XEmacs 21.4.
2687
2688         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2689         * gnus.el (gnus-valid-select-methods)
2690         * message.el (message-send-mail-partially-limit)
2691         * mm-decode.el (mm-text-html-renderer)
2692         * mml.el (mml-insert-mime-headers-always)
2693         * smiley.el (smiley-regexp-alist): Bump custom version.
2694
2695 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-html.el: require mm-url.
2698         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2699         with the url to `url'.
2700         (gnus-html-wash-tags): Support cid: URLs/images.
2701
2702 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2705         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2706         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2707
2708         * gnus-move.el: Removed file, since it doesn't really work.
2709
2710         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2711         UTF-8.  This seems to fix problems with some German web feeds.
2712
2713         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2714         at the top so that the proper colours are applied.
2715
2716         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2717         don't have dots in their names.
2718
2719         * gnus-art.el (gnus-article-view-part): Doc fix.
2720
2721         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2722         XEmacs-compatible.
2723         (gnus-html-put-image): Don't do images on non-graphic displays.
2724
2725         * nnslashdot.el: Removed this unused backend.
2726
2727         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2728         actions.
2729         (gnus-undo-register-1): Revert last change.
2730
2731         * gnus-group.el (gnus-group-completing-read): Protect against not
2732         having completion-styles bound.
2733
2734         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2735         make broken recipients happier.
2736
2737         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2738
2739         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2740         point parameter.
2741
2742         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2743
2744         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2745         completion-styles for group selection.
2746
2747 2009-02-04  Andreas Schwab  <schwab@suse.de>
2748
2749         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2750         headers and regexp-quote the match if necessary.
2751
2752 2009-03-24  Miles Bader  <miles@gnu.org>
2753
2754         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2755         the blinking smiley.
2756
2757 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2758
2759         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2760         blink smiley.
2761
2762 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2765         where the dribbel file lives exists.
2766
2767         * message.el (message-send-mail-partially-limit): Change the default to
2768         nil, since most people don't want this.
2769
2770         * mm-url.el (mm-url-decode-entities): Also decode entities like
2771         &#x3212.
2772
2773 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2774
2775         * gnus-sum.el (gnus-summary-idna-message):
2776         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2777         Hyperlink urls in docstrings with URL `...'.
2778
2779 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2780
2781         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2782         functions.
2783
2784 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2787         say what the mouseover text should be.
2788
2789         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2790         version of the mm-w3m-safe-url-regexp variable to only download images
2791         in the groups where we want that to happen.
2792
2793         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2794
2795         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2796         easier debugging.
2797         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2798         big pictures in the article buffer.
2799
2800         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2801         gnus-article-html.
2802         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2803         w3m.
2804
2805         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2806
2807 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2810         which doesn't exist.
2811
2812         * message.el (message-inhibit-ecomplete): New variable to allow some
2813         function to inhibit ecomplete address storage.
2814         (message-resend): Disable ecomplete message storage when resending
2815         messages.
2816
2817         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2818
2819 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2822         Save excursion while copying, moving, and deleting articles in order to
2823         prevent the cursor from jumping to unforeseen place.
2824
2825 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * lpath.el: No need to bind bookmark-current-buffer,
2828         bookmark-yank-point and bookmark-make-record-function.
2829
2830 2010-08-17  Glenn Morris  <rgm@gnu.org>
2831
2832         * gnus-sync.el: Require gnus components whose functions are used.
2833
2834         * gnus-art.el (bookmark-make-record-function):
2835         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2836         Declare for compiler.
2837
2838         * mm-url.el (mml-compute-boundary): Autoload.
2839
2840 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2843
2844 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         Typo fix "hoo4a" -> "hook".
2847
2848         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2849
2850 2010-08-14  Glenn Morris  <rgm@gnu.org>
2851
2852         * gnus-sync.el (gnus-sync): Fix defgroup version.
2853
2854 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2857
2858         * gnus-sync.el: Fix docs.
2859         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2860         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2861
2862 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2863
2864         Optimizations for gnus-sync.el.
2865
2866         * gnus-sync.el: Add docs about gnus-sync-backend
2867         possibilities.
2868         (gnus-sync-save): Remove unnecessary message.
2869         (gnus-sync-read): Optimize and show what groups were skipped.
2870
2871 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         Minor bug fixes for gnus-sync.el.
2874
2875         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2876         read the sync on get-new-news.
2877
2878         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2879         quiet.
2880
2881         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2882
2883 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2884
2885         Make saving and restoring of hidden threads work with overlays.
2886         Patch applied by Ted Zlatanov.
2887
2888         * gnus-sum.el (gnus-hidden-threads-configuration)
2889         (gnus-restore-hidden-threads-configuration): Update to deal with text
2890         properties, rather than searching for a magic character.
2891
2892 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         New gnus-sync.el library for synchronization of marks.
2895
2896         * gnus-sync.el: New library for synchronization of marks.
2897
2898         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2899         renamed from `gnus-registry-grep-in-list'.
2900
2901         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2902
2903         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2904
2905 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2908         determining charset of text fails.
2909
2910 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * nnmail.el (nnmail-get-new-mail-1): Revert.
2913
2914         * nnml.el (nnml-active-number): Make sure names of newly created groups
2915         in nnml-group-alist are encoded.
2916
2917 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2920         containing non-ASCII characters in active file for nnml back end.
2921
2922 2010-07-24  David Engster  <dengste@eml.cc>
2923
2924         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2925         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2926
2927 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2928
2929         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2930         tag (Bug#6654).
2931
2932 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2935         the article buffer, not the summary buffer.
2936
2937 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2940         Emacs 23 as well.
2941
2942 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2945         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2946
2947 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2948
2949         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2950         Patch applied by Karl Fogel.
2951
2952         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2953         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2954
2955 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2956
2957         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2958         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2959         C-w still not working correctly from Article buffers; Thierry's
2960         patch to fix that will be applied after this.
2961
2962         * gnus-art.el (bookmark-make-record-function): New local variable.
2963
2964         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2965         article buffer.
2966         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2967
2968 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2969
2970         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2971         on changes in bookmark.el.
2972
2973 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2976         `no-log' instead of message not to log prompt string.
2977
2978 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2979
2980         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2981         the *other* type of HTML form submission.
2982
2983 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2984
2985         * auth-source.el (auth-source-pick): If choice does not contain a
2986         questioned keyword, set the check to t.
2987
2988 2010-06-12  Romain Francoise  <romain@orebokech.com>
2989
2990         * gnus-util.el (gnus-date-get-time): Move up before first use.
2991
2992 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2995         (gnus-article-edit-part): Bind it to make last part that is substituted
2996         or deleted visible.
2997         (gnus-mime-display-single): Buttonize part of which id equals to
2998         gnus-mime-buttonized-part-id.
2999
3000 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3001
3002         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3003         (gnus-dd-mmm): Use gnus-date-get-time.
3004         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3005         simplify logic.
3006         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3007         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3008
3009 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3010
3011         * auth-source.el (top): Autoload `secrets-list-collections',
3012         `secrets-create-item', `secrets-delete-item'.
3013         (auth-sources): Fix tag string.
3014         (auth-get-source, auth-source-retrieve, auth-source-create)
3015         (auth-source-delete): New defuns.
3016         (auth-source-pick): Rewrite in order to avoid 2 passes.
3017         (auth-source-forget-user-or-password): New parameter USERNAME.
3018         (auth-source-user-or-password): New parameters CREATE-MISSING and
3019         DELETE-EXISTING.  Retrieve password interactively, if needed.
3020
3021 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3022
3023         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3024         deleting unused directories when gnus-expert-user is t.
3025
3026 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3029         for each temp file when gnus-article-browse-delete-temp is ask.
3030
3031 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3032
3033         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3034         Lisp calls to delete-backward-char by calls to delete-char.
3035
3036 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3037
3038         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3039
3040 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3041
3042         * password-cache.el (password-cache-remove): Fix docstring.
3043
3044 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3047         article unless decoding article to be saved.
3048
3049 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3052         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3053         generated within the mm-with-unibyte-current-buffer macro.
3054
3055 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3058         to nil when we're in a mml-preview buffer and no group is selected.
3059
3060 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3061
3062         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3063         when catching the `C-g'.  Reported by "Leo".
3064
3065 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * message.el (message-forward-make-body-plain)
3068         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3069         multibyte-string-p.
3070
3071         * lpath.el: Revert.
3072
3073 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * message.el (message-forward-make-body-mml): Assume original message
3076         is multibyte string; error on unibyte.
3077         (message-forward-make-body-plain): Ditto; don't add excessive newline
3078         in body end.
3079
3080         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3081
3082 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3083
3084         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3085         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3086
3087 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * mm-extern.el (mm-extern-url): Don't use
3090         mm-with-unibyte-current-buffer.
3091         (mm-extern-cache-contents): Use with-current-buffer instead of
3092         save-excursion + set-buffer.
3093
3094 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * mm-util.el (mm-emacs-mule): Remove.
3097
3098 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3099
3100         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3101         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3102         change.
3103
3104 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3107         bind the default value of enable-multibyte-characters to nil.
3108
3109 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * message.el (message-forward-make-body-plain)
3112         (message-forward-make-body-mml):
3113         Don't use mm-with-unibyte-current-buffer.
3114
3115 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3116
3117         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3118
3119 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3120
3121         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3122         (Bug#5592).
3123
3124 2010-05-07  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3127         it to mm-pipe-part.
3128
3129         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3130         it is given.
3131
3132 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * binhex.el (binhex-decode-region-internal)
3135         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3136         (dns-query)
3137         * nnweb.el (nnweb-gmane-search)
3138         * pgg-parse.el (pgg-parse-armor)
3139         * pgg.el (pgg-verify-region)
3140         * sha1.el (sha1-string-external)
3141         * uudecode.el (uudecode-decode-region-internal)
3142         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3143         XEmacs.
3144
3145         * gnus-art.el (gnus-article-browse-html-parts)
3146         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3147         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3148         make-temp-file.
3149
3150         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3151         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3152         compiling.
3153
3154         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3155         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3156         XEmacs when compiling.
3157
3158         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3159         gnus-pick-mode-off-hook for XEmacs when compiling.
3160         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3161         gnus-binary-mode-off-hook for XEmacs when compiling.
3162
3163         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3164         nil if char-charset is not available.
3165
3166         * imap.el (imap-disable-multibyte)
3167         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3168         macros.
3169
3170         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3171         instead of encode-coding-string.
3172
3173         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3174         'xemacs) instead of mm-emacs-mule to switch function definitions.
3175         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3176
3177         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3178         bind temporary-file-directory for XEmacs;
3179         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3180         timer-set-function for XEmacs 21.4 and SXEmacs;
3181         bind timer-list for XEmacs 21.4 and SXEmacs;
3182         fbind char-charset and find-charset-region for non-Mule XEmacs;
3183         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3184         encode-coding-region and encode-coding-string for XEmacs having no
3185         file-coding feature.
3186
3187 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3188
3189         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3190
3191 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3194         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3195
3196 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3197
3198         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3199         alias `jka-compr-delete-temp-file' no longer exists.
3200
3201 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3202
3203         Use define-minor-mode in Gnus where applicable.
3204         * mml.el (mml-mode): Use define-minor-mode.
3205         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3206         (gnus-undo-mode): Use define-minor-mode.
3207         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3208         (gnus-dead-summary-mode): Use define-minor-mode.
3209         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3210         Initialize in declaration.
3211         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3212         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3213         (gnus-mailing-list-mode): Use define-minor-mode.
3214         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3215         (gnus-draft-mode): Use define-minor-mode.
3216         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3217         (gnus-dired-mode): Use define-minor-mode.
3218
3219 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3220
3221         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3222         handles on recursive mml-to-mime translation and check them for
3223         boundary delimiter collisions.  Reported by Greg Troxel.
3224
3225 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3228
3229 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * mm-util.el (mm-find-buffer-file-coding-system):
3232         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3233
3234 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3235
3236         * message.el (message-generate-headers): Record insertion of optional
3237         headers as well.  Otherwise the check to prevent repeated insertion of
3238         optional headers is a no-op.
3239
3240 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3241
3242         * smime.el: Don't mention CVS.
3243
3244         * nnrss.el (nnrss-fetch): Don't mention CVS.
3245
3246         * nnir.el: Don't mention CVS.
3247
3248 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3249
3250         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3251
3252 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * lpath.el: Fbind bookmark-default-handler,
3255         bookmark-get-bookmark-record, bookmark-make-record-default,
3256         bookmark-prop-get for Emacs <23 and XEmacs.
3257
3258 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3259
3260         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3261         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3262         Use with-current-buffer to silence the byte-compiler.
3263         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3264         bother to require `gnus'.
3265         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3266
3267 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3268
3269         * gnus-sum.el (gnus-summary-bookmark-make-record)
3270         (gnus-summary-bookmark-jump): New functions.
3271         (gnus-summary-mode): Setup bookmark support.
3272
3273 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3274
3275         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3276         if set.
3277
3278 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3281         gnus-article-browse-html-save-cid-image; make it work recursively for
3282         forwarded messages as well.
3283         (gnus-article-browse-html-parts): Work when prefix arg is given.
3284         (gnus-article-browse-html-article): Doc fix.
3285
3286 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3287
3288         * message.el (message-default-mail-headers):
3289         (message-default-headers): Carry the value mail-default-headers over
3290         into message-default-mail-headers, rather than message-default-headers.
3291
3292 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3293
3294         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3295         charset.
3296
3297         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3298         charset into the <meta> tag when the article is encoded to utf-8.
3299
3300 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3303         directories as well.
3304         (gnus-article-browse-html-parts): Work for images that do not specify
3305         file names; delete temp directory when quitting; insert header at the
3306         right place; use file: scheme for image files.
3307
3308 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3309
3310         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3311         (gnus-article-browse-html-parts): Use it to make temporary cid image
3312         files in addition to html file so that browser may display them.
3313
3314 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3317
3318 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3321
3322 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3325         about Secret Service API sources.  Improve Customize options.
3326         (auth-source-pick): Change to accept any number of search parameters.
3327         Implement fallbacks iteratively, not recursively.  Add scoring on the
3328         second pass and sort by score.  Call Secret Service API when needed.
3329         (auth-source-user-or-password): Use it.  Call Secret Service API
3330         directly when needed to get the user name and the password.
3331
3332 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3333
3334         * message.el (message-interactive): Doc fix.
3335         (message-qmail-inject-args): Reflow.
3336         (message-kill-to-signature): Fix typo in docstring.
3337
3338         * smiley.el (smiley-buffer): Fix typo in docstring.
3339
3340 2010-03-24  Glenn Morris  <rgm@gnu.org>
3341
3342         * mail-source.el (gnus-message): Declare.
3343         (mail-source-delete-old-incoming): Require gnus-util.
3344
3345 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3348
3349         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3350
3351         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3352         password-cache's default if it is not bound.
3353         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3354         password-cache-expiry's default if it is not bound.
3355
3356         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3357         available in Emacs 21.
3358
3359         * lpath.el: Suppress compiler warnings for:
3360         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3361         XEmacs;
3362         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3363         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3364         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3365
3366 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3367
3368         * auth-source.el (auth-sources): Fix up definition so extra parameters
3369         are always inline.
3370
3371 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3372
3373         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3374         wasn't updated after mismatch.  Clear cached mailbox info correctly
3375         when uidvalidity changes.
3376         (nnimap-group-prefixed-name): New function to avoid some code
3377         duplication.
3378         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3379         (nnimap-request-group): Use it.
3380         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3381         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3382         with many imap folders.  This is done by caching the group status from
3383         the imap server persistently in a group parameter `imap-status'.  (This
3384         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3385         but not persistently, so every Gnus startup was still very slow.)
3386
3387 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3388
3389         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3390         delete the extra newline.  Otherwise editing of :string and :number
3391         types don't work.
3392
3393 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3396         secrets.el dependency.
3397         (auth-sources): Add optional user name.  Add secrets.el configuration
3398         choice (unused right now).
3399
3400 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3401
3402         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3403         `gnus-registry-install-shortcuts' fill in the functions.
3404
3405         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3406         warnings.
3407         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3408         (gnus-registry-install-shortcuts): Populate and use it in a
3409         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3410
3411 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3412
3413         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3414         In-place substitutions for the group name encoding/decoding.
3415         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3416         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3417         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3418         (nnimap-update-unseen, nnimap-request-list)
3419         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3420         (nnimap-request-set-mark, nnimap-split-to-groups)
3421         (nnimap-split-articles, nnimap-request-newgroups)
3422         (nnimap-request-create-group, nnimap-request-accept-article)
3423         (nnimap-request-delete-group, nnimap-request-rename-group)
3424         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3425         `encoded-mbx' for consistency.
3426         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3427         variable `imap-current-mailbox'.
3428
3429         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3430         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3431
3432 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3433
3434         * pop3.el (pop3-display-message-size-flag): Display message size byte
3435         counts during POP3 download.
3436         (pop3-movemail): Use it.
3437         (pop3-list): Implement listing of available messages.
3438
3439 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3440
3441         * nnir.el (nnir-get-article-nov-override-function): New function to
3442         override the normal NOV retrieval.
3443         (nnir-retrieve-headers): Use it.
3444
3445 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3446
3447         * auth-source.el (netrc-machine-user-or-password): Autoload.
3448
3449 2010-03-19  Glenn Morris  <rgm@gnu.org>
3450
3451         Stop message.el from loading about 40 libraries it doesn't always need.
3452         The general approach is to autoload rather than require, and to
3453         require in the specific functions rather than the file.  (Bug#5642)
3454
3455         * gmm-utils.el: Don't require wid-edit.
3456         (widget-create-child-value, widget-convert, widget-default-get):
3457         Autoload.
3458
3459         * gnus-util.el: Don't require time-date, netrc.
3460         (message-fetch-field, gnus-group-name-decode): Declare rather than
3461         autoloading.
3462         (gnus-fetch-field): Require message.
3463         (gnus-decode-newsgroups): Require gnus-group.
3464
3465         * ietf-drums.el: Don't require time-date.
3466
3467         * message.el: Don't require hashcash, canlock, ecomplete.
3468         Do require mail-utils.  Require nnheader only when compiling.
3469         (smtpmail-default-smtp-server): Remove declaration.
3470         (message-send-mail-function): Check smtpmail-default-smtp-server
3471         is bound rather than requiring smtpmail.
3472         (message-auto-save-directory, message-insert-signature): Use
3473         expand-file-name rather than nnheader-concat.
3474         (nnheader-insert-file-contents): Autoload.
3475         (hashcash-wait-async): Declare.
3476         (message-send-mail): Only call gnus-setup-posting-charset if
3477         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3478         (message-send-mail-with-sendmail): Require sendmail.
3479         (canlock-password, canlock-password-for-verify): Declare.
3480         (message-canlock-password): Require canlock.
3481         (nnheader-get-report): Autoload.
3482         (gnus-setup-posting-charset): Declare.
3483         (message-send-news): Require gnus-msg.
3484         (message-make-references, message-make-in-reply-to): Use mail-header-id
3485         rather than the alias mail-header-message-id.
3486         (ecomplete-add-item, ecomplete-save): Declare.
3487         (message-put-addresses-in-ecomplete): Require ecomplete.
3488         (ecomplete-display-matches): Autoload.
3489
3490         * mm-decode.el: Don't require mailcap, gnus-util.
3491         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3492         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3493         Autoload.
3494         (mailcap-mime-extensions): Declare.
3495
3496         * mm-encode.el: Don't require mailcap.
3497         (mailcap-extension-to-mime): Autoload.
3498
3499         * mml-sec.el: Don't require password-cache.
3500
3501         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3502         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3503         (mml-minibuffer-read-type): Require mailcap.
3504         (mml-preview): Require gnus-msg.
3505
3506         * mml1991.el: Require password-cache.
3507         (password-cache-expiry): Remove declaration.
3508
3509         * mml2015.el: Require password-cache.
3510         (password-cache-expiry): Remove declaration.
3511
3512         * nneething.el (mailcap): Require mailcap.
3513
3514         * nnheader.el (declare-function): Add compatibility stub.
3515         (message-remove-header): Declare rather than autoload.
3516         (nnheader-replace-header): Require message.
3517
3518         * nnimap.el (declare-function): Add compatibility stub.
3519         (netrc-parse, netrc-machine-user-or-password): Declare.
3520         (nnimap-open-connection): Require netrc.
3521
3522         * nntp.el (declare-function): Add compatibility stub.
3523         (netrc-parse, netrc-machine, netrc-get): Declare.
3524         (nntp-send-authinfo): Require netrc.
3525
3526         * rfc2047.el: Don't require qp.
3527         (quoted-printable-encode-region, quoted-printable-decode-string):
3528         Autoload.
3529
3530         * sieve-mode.el: Don't require easymenu.
3531         (easy-menu-add-item): Autoload it.
3532
3533         * spam-stat.el (time-to-number-of-days): Autoload it.
3534
3535 2010-03-19  Glenn Morris  <rgm@gnu.org>
3536
3537         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3538
3539 2010-03-18  Glenn Morris  <rgm@gnu.org>
3540
3541         * hashcash.el (declare-function): Remove duplicate definition.
3542
3543 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3544
3545         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3546         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3547         value if any backslash escapes).
3548
3549 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3552         if it is available.  (bug#5647)
3553
3554         * lpath.el: Suppress compiler warning for coding-system-from-name for
3555         Emacs 21 and XEmacs.
3556
3557 2010-03-14  Juri Linkov  <juri@jurta.org>
3558
3559         * hmac-def.el:
3560         * hmac-md5.el:
3561         * netrc.el: Fix keywords.
3562
3563 2010-02-26  Glenn Morris  <rgm@gnu.org>
3564
3565         * message.el (message-send-mail-function): Change the default, so that
3566         it inherits from a customized send-mail-function.  (Bug#5643)
3567
3568 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3569
3570         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3571         shell-command-to-string signals an error (bug#5299).
3572
3573 2010-02-24  Glenn Morris  <rgm@gnu.org>
3574
3575         * message.el (message-smtpmail-send-it)
3576         (message-send-mail-with-mailclient): Doc fixes.
3577
3578 2010-02-16  Glenn Morris  <rgm@gnu.org>
3579
3580         * message.el (message-default-mail-headers): Change the default value
3581         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3582
3583 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3586         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3587
3588 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3589
3590         * time-date.el (date-to-time): Doc fix (Bug#5408).
3591
3592 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3593
3594         * message.el (message-mail): Just pass yank-action on to message-setup.
3595         (message-setup): Handle (FUN . ARGS) form of yank-action.
3596         (message-with-reply-buffer, message-widen-reply)
3597         (message-yank-original): Handle non-buffer values of
3598         message-reply-buffer (Bug#4080).
3599         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3600
3601 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3602
3603         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3604         Fix typo in docstring.
3605
3606 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3607
3608         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3609         response.
3610
3611 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3614
3615         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3616
3617         * message.el (message-check-news-header-syntax): Protect against a
3618         string that `rfc822-addresses' returns when parsing fails.
3619
3620 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3623         (gnus-previous-char-property-change): New functions.
3624
3625         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3626
3627 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3628
3629         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3630         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3631
3632 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3633
3634         * message.el (message-exchange-point-and-mark): Rework last change to
3635         avoid using optional arg of exchange-point-and-mark, for backward
3636         compatibility.
3637
3638 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3639
3640         * message.el (message-exchange-point-and-mark): Call
3641         exchange-point-and-mark with an argument rather than setting
3642         mark-active by hand (Bug#5175).
3643
3644 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * nntp.el (nntp-service-to-port): Work for service expressed with
3647         numeric string; replace [:digit:] with [0-9] for XEmacs.
3648
3649 2009-12-17  Glenn Morris  <rgm@gnu.org>
3650
3651         * gnus-group.el (gnus-bug-group-download-format-alist):
3652         Change emacs entry to debbugs.gnu.org.  Bump :version.
3653
3654 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3657
3658 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * message.el (message-info): Explain why we use `Info-goto-node'.
3661
3662 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3665
3666 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3667
3668         * message.el (message-completion-in-region): New compatibility function.
3669         (message-expand-group): Use it.
3670
3671 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3674         with no unread article should be listed if the 2nd arg `predicate' is
3675         given.
3676
3677 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3680
3681 2009-11-29  Juri Linkov  <juri@jurta.org>
3682
3683         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3684         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3685         on `gnus-recenter'. (Bug#4698, Bug#4981)
3686
3687 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3688
3689         * sha1.el (sha1-string-external): default-directory "/" in case
3690         otherwise non-existent.  process-connection-type pipe for touch of
3691         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3692
3693 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3694
3695         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3696         it's comms related and sgml-mode.el has "comm" on that basis too.
3697
3698 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3701         containing tspecial characters if they have been already quoted.
3702
3703 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3704
3705         * dns-mode.el (auto-mode-alist): Purecopy string.
3706
3707 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3708
3709         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3710
3711 2009-10-24  Glenn Morris  <rgm@gnu.org>
3712
3713         * gnus-art.el (help-xref-stack-item): Define for compiler.
3714
3715 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3716
3717         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3718
3719 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3722
3723 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3726         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3727
3728 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3731         (gnus-overlays-in): New alias to overlays-in.
3732
3733         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3734         gnus-overlay-get, and gnus-delete-overlay.
3735         (gnus-summary-show-thread): Make it work as well for systems in which
3736         next-single-char-property-change is not available.
3737         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3738
3739         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3740         (gnus-overlay-get): New alias to extent-property.
3741         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3742
3743         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3744         SXEmacs.
3745
3746         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3747         SXEmacs.
3748
3749 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3752
3753 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3754
3755         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3756         and XEmacs that don't have `remove-overlays'.
3757
3758 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3759
3760         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3761         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3762         selective display.  Use overlays instead.
3763
3764 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3765
3766         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3767
3768 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3769
3770         * spam-stat.el (spam-stat-load): Fix typo in message.
3771
3772 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3773
3774         * dig.el (dig-invoke): Fix typo in docstring.
3775         (query-dig): Reflow docstring.
3776
3777 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3778
3779         * gnus-art.el (gnus-article-encrypt-body):
3780         * message.el (message-check-recipients):
3781         * mm-util.el (mm-codepage-setup):
3782         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3783         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3784
3785 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3786
3787         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3788         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3789         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3790         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3791         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3792
3793 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3794
3795         * dig.el: Add "Keywords: comm", as per net-utils.el.
3796
3797 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3798
3799         * dig.el (dig-mode): Use define-derived-mode.
3800
3801 2009-09-19  Glenn Morris  <rgm@gnu.org>
3802
3803         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3804
3805 2009-09-18  Glenn Morris  <rgm@gnu.org>
3806
3807         * gnus-diary.el (gnus-diary-check-message):
3808         * message.el (message-insert-formatted-citation-line):
3809         * nnbabyl.el (top-level):
3810         * nndiary.el (nndiary-schedule):
3811         Fix typos in condition-case handlers.
3812
3813 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3816         configuration that provides the sole article window in a frame;
3817         position point correctly after deleting a part.
3818
3819 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3820
3821         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3822         (spam-resolve-registrations-routine): Use it to unregister articles
3823         that change status.
3824
3825 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3828         with XEmacs.
3829         (parse-time-string-chars): Use it.
3830
3831 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * imap.el (imap-interactive-login): Better messages.
3834         (imap-open): Fix bug with renamed buffer on reconnect.
3835         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3836         for easier debugging and cleaner code.  On successful (guessed based on
3837         server capabilities) secondary authentication, set imap-state
3838         correctly.
3839         (imap-last-authenticator): Define imap-last-authenticator as a variable
3840         to avoid warnings.
3841
3842 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * nnrss.el (nnrss-request-article): Remove binding of
3845         default-enable-multibyte-characters that has gotten needless by
3846         the 2007-07-13 change in rfc2047-encode-message-header.
3847
3848         * mml.el (mml-insert-multipart): Error on the message header.
3849         (mml-insert-part): Error on the message header; position point at
3850         the end of a MIME tag.
3851
3852 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * time-date.el (autoload): Expand define-obsolete-function-alias into
3855         defalias and make-obsolete for old Emacsen that Gnus supports.
3856         (with-no-warnings): Define it for old Emacsen.
3857         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3858         is available.
3859         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3860         float-time is available; suppress compile warning for time-to-seconds.
3861
3862         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3863         (gnus-float-time): Alias to float-time if it exists.
3864
3865         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3866         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3867         float-time is available; suppress compile warning for time-to-seconds.
3868
3869         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3870         XEmacs.
3871
3872 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * imap.el (imap-message-map): Docstring fix.
3875
3876 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3879         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3880         Add the optional argument `encoding' that overrides the default.
3881
3882         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3883         mm-encode-buffer.
3884
3885 2009-09-04  Glenn Morris  <rgm@gnu.org>
3886
3887         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3888         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3889         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3890         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3891         * mm-util.el (mm-with-unibyte-current-buffer)
3892         (mm-find-buffer-file-coding-system):
3893         * yenc.el (yenc-decode-region): Use default-value rather than
3894         default-enable-multibyte-characters.
3895
3896 2009-09-03  Glenn Morris  <rgm@gnu.org>
3897
3898         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3899         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3900         than default-enable-multibyte-characters.
3901
3902 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3903
3904         * gnus-art.el (gnus-article-read-summary-keys):
3905         Fix gnus-buffer-configuration's value temporarily used.
3906
3907 2009-09-02  Glenn Morris  <rgm@gnu.org>
3908
3909         * gnus-util.el (gnus-float-time): New function.
3910         * gnus-delay.el (gnus-delay-article):
3911         * gnus-sum.el (gnus-thread-latest-date):
3912         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3913         * nnspool.el (nnspool-request-newgroups):
3914         Use gnus-float-time rather than time-to-seconds.
3915         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3916
3917         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3918         (gnus-header-subject-face, gnus-header-newsgroups-face)
3919         (gnus-header-name-face, gnus-header-content-face):
3920         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3921         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3922         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3923         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3924         (gnus-cite-face-11):
3925         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3926         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3927         (gnus-server-closed-face, gnus-server-denied-face)
3928         (gnus-server-offline-face):
3929         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3930         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3931         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3932         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3933         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3934         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3935         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3936         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3937         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3938         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3939         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3940         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3941         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3942         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3943         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3944         (gnus-summary-high-undownloaded-face)
3945         (gnus-summary-low-undownloaded-face)
3946         (gnus-summary-normal-undownloaded-face)
3947         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3948         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3949         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3950         (gnus-splash-face):
3951         * message.el (message-header-to-face, message-header-cc-face)
3952         (message-header-subject-face, message-header-newsgroups-face)
3953         (message-header-other-face, message-header-name-face)
3954         (message-header-xheader-face, message-separator-face)
3955         (message-cited-text-face, message-mml-face):
3956         * sieve-mode.el (sieve-control-commands-face)
3957         (sieve-action-commands-face, sieve-test-commands-face)
3958         (sieve-tagged-arguments-face):
3959         * spam.el (spam-face):
3960         Mark face aliases with "-face" in the name as obsolete.
3961
3962 2009-09-01  Glenn Morris  <rgm@gnu.org>
3963
3964         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3965         than goto-line.
3966
3967 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3970         Don't move point if the command is invoked inside the message header.
3971
3972 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * imap.el (imap-send-command): Simplify.
3975         (imap-wait-for-tag): point-max -> buffer-size.
3976
3977 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3978
3979         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3980         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3981         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3982         * nnir.el (nnir-swish-e-index-file):
3983         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3984         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3985         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3986         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3987         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3988         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3989
3990 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3993         Don't save excursion.
3994
3995 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3996
3997         * nnheader.el (nnheader-find-file-noselect):
3998         * mm-util.el (mm-insert-file-contents):
3999         Use (default-value 'major-mode) instead of default-major-mode.
4000
4001 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4004
4005 2009-08-26  Glenn Morris  <rgm@gnu.org>
4006
4007         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4008         than placing in files.el.
4009
4010 2009-08-25  Glenn Morris  <rgm@gnu.org>
4011
4012         * nnir.el (top-level): Don't require cl at run-time.
4013         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4014         Replace cl-function substitute with gnus-replace-in-string.
4015         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4016         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4017         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4018         simplified expansions.
4019
4020 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4021
4022         * dig.el (dig): Add autoload cookie.
4023
4024 2009-08-22  Glenn Morris  <rgm@gnu.org>
4025
4026         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4027         goto-line.
4028
4029 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4030
4031         * parse-time.el (parse-time-string-chars): Save match data.
4032
4033 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4034
4035         * parse-time.el (parse-time-string-chars): Compute using character
4036         classes, to handle non-ascii characters (Bug#3190).
4037
4038 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4041
4042         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4043         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4044         (gnus-mm-display-part, gnus-mime-display-single)
4045         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4046         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4047
4048         * gnus-sum.el
4049         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4050         (gnus-summary-move-article): Add expirable mark to articles copied or
4051         moved to group that has auto-expire turned on if the option is non-nil.
4052
4053 2009-07-24  Glenn Morris  <rgm@gnu.org>
4054
4055         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4056         Fix typo.  (Bug#3903)
4057
4058 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4061         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4062         that should not be used for draft articles.
4063         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4064         that has no concern in minor mode keys.
4065         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4066         Abolish.
4067
4068 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4071         article without making inquiry to a user for unknown encoding.
4072
4073         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4074         (nnmaildir--scan): Assume i-node and device number that file-attributes
4075         returns might be cons-cell.
4076
4077         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4078
4079         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4080
4081 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4082
4083         * auth-source.el: Remove docs now in auth.texi.  Don't use
4084         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4085         `auth-source-hide-passwords' and use them.
4086
4087 2009-07-15  Glenn Morris  <rgm@gnu.org>
4088
4089         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4090
4091 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4094         excessive whitespace from the default values of title and description.
4095
4096 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4099         mail-fetch-field to fetch Content-Description header in order to
4100         exclude newlines.
4101
4102 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4103
4104         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4105         format used by GnuPG 2.0.11.
4106
4107 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4110         to deleted part.
4111
4112 2009-05-30  David Engster  <dengste@eml.cc>
4113
4114         * nnmairix.el: Remove old documentation in the commentary block.
4115         (nnmairix-request-group): Do not update active file for nnml back ends.
4116         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4117         end so that overview files are ignored.
4118         (nnmairix-update-groups): Make updating the groups more robust by using
4119         marks.
4120         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4121         with dollar characters in message-id.
4122
4123 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4126         2008-12-25 in dns.el.
4127
4128 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4131         could happen if the text is only composed of spaces and/or tabs.
4132
4133 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4134
4135         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4136         when sending a queued message to avoid extra mml tags.
4137
4138 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4141
4142 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4145         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4146         rmail-toggle-header for XEmacs;
4147         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4148
4149 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-dired.el: Remove autoload for gnus-setup-message.
4152         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4153         displaying Gnus logo; always use compose-mail.
4154
4155 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4158
4159 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4162         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4163         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4164         available.
4165         (gnus-nocem-epg-verify): New function.
4166
4167 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4168
4169         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4170
4171 2009-02-15  Glenn Morris  <rgm@gnu.org>
4172
4173         * gnus-util.el (rmail-insert-rmail-file-header)
4174         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4175         autoloads.
4176         (rmail-default-rmail-file): Remove unnecessary declaration.
4177         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4178
4179 2009-02-14  Glenn Morris  <rgm@gnu.org>
4180
4181         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4182         variable (only used in gnus-util, which declares it anyway).
4183         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4184         which was only needed by gnus-art (changed to not use it any more).
4185         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4186         only used in gnus-util, which autoloads it itself.
4187         (rmail-update-summary): Fix autoload.
4188
4189         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4190         rather than rmail-output-to-rmail-file.
4191
4192 2009-02-07  Glenn Morris  <rgm@gnu.org>
4193
4194         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4195         autoload of function that no longer exists.
4196         (rmail-toggle-header): Declare.
4197         (message-forward-rmail-make-body): Handle mbox Rmail.
4198
4199 2009-01-31  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4202         2009-01-09 change.
4203
4204 2009-01-31  Dave Love  <fx@gnu.org>
4205
4206         * imap.el (imap-fetch-safe): Bind debug-on-error.
4207         (imap-debug): Add imap-fetch-safe.
4208
4209 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4212         (auth-source-forget-all-cached): New convenience function.
4213         (auth-source-user-or-password): Accept list of modes or a single mode.
4214
4215         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4216         auth-source modes.
4217
4218         * netrc.el (netrc-machine-user-or-password): Use list of
4219         auth-source modes.
4220
4221         * nnimap.el (nnimap-open-connection): Use list of
4222         auth-source modes.
4223
4224         * nntp.el (nntp-send-authinfo): Use list of
4225         auth-source modes.
4226
4227 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4230         now.
4231
4232 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4235         coding system in XEmacs; add a workaround for XEmacs.
4236
4237         * lpath.el: Fbind coding-system-aliasee.
4238
4239 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4242         of current-language-environment.
4243
4244 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4247         available at runtime.
4248
4249 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4252
4253 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4254
4255         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4256         the greatest positive fixnum value doesn't work under an XEmacs with
4257         bignum support; use the most-positive-fixnum constant instead,
4258         available since Emacs 21.1 with cl and XEmacs 21.1.
4259
4260 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4263         XEmacs gets not to work.
4264
4265 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * mm-util.el (mm-coding-system-priorities): Allow the value like
4268         "Japanese (UTF-8)" of current-language-environment.
4269
4270 2009-01-09  Glenn Morris  <rgm@gnu.org>
4271
4272         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4273         with last-command-event.
4274
4275 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4278         in the doc string.
4279
4280         * message.el (message-fix-before-sending): Amend comment.
4281
4282 2009-01-08  Dave Love  <fx@gnu.org>
4283
4284         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4285
4286 2009-01-07  David Engster  <dengste@eml.cc>
4287
4288         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4289         simplified server definitions by converting it via
4290         gnus-server-to-method.
4291
4292 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4295         parameter's operands.
4296
4297 2009-01-06  David Engster  <dengste@eml.cc>
4298
4299         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4300         primary select method (for gnus-group-mark-article-as-read).
4301
4302 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4303
4304         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4305         `(gnus)Face', not `(gnus)X-Face'.
4306
4307 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * mm-util.el (mm-ucs-to-char): New function.
4310
4311         * mm-url.el (mm-url-decode-entities): Use it.
4312
4313         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4314         unicode-to-char.
4315
4316 2009-01-05  Dave Love  <fx@gnu.org>
4317
4318         * time-date.el: Require cl for `declare'.
4319
4320 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4323         Dave Love.
4324
4325 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * message.el (message-fix-before-sending): Add `eight-bit' to
4328         illegible-text check.
4329
4330 2009-01-03  Michael Olson  <mwolson@gnu.org>
4331
4332         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4333         `headers' is nil.  This can occur if the IMAP server does not have
4334         permissions to read messages from a folder, but can write new messages
4335         to the folder.
4336         (nnimap-request-article-part): Do not insert `data' if it is nil.
4337
4338         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4339         characters which will confuse `read', so skip past them.
4340
4341 2009-01-01  Dave Love  <fx@gnu.org>
4342
4343         * imap.el (imap-string-to-integer): Fix typo.
4344         (imap-fetch-safe): New function.
4345         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4346
4347         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4348
4349         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4350         (imap-parse-greeting): Fix doc strings.
4351         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4352         (imap-parse-flag-list): Make messages unique.
4353         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4354
4355         * nnimap.el: Fix author email.
4356         (nnimap-split-rule): Add FIXME comment.
4357         (nnimap-debug): Fix doc string.
4358
4359 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4362
4363 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4366         nslookup if resolv.conf isn't available.
4367         (dns-query): Rename from query-dns.
4368         (dns-query-cached): Rename from query-dns-cached.
4369
4370 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4373         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4374         to check if those variables exist (first appeared in Emacs 18.50).
4375
4376 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mm-util.el (mm-line-number-at-pos): New function.
4379
4380         * spam-report.el (spam-report-process-queue): Use it.
4381
4382 2008-12-24  David Engster  <dengste@eml.cc>
4383
4384         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4385         parameters that haven't existed as variables as buffer-local variables.
4386
4387 2008-12-23  Dave Love  <fx@gnu.org>
4388
4389         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4390         cadar.
4391
4392         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4393         imap-starttls-p.
4394         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4395
4396 2008-12-22  Dave Love  <fx@gnu.org>
4397
4398         * imap.el: Fix author email.  Doc fixes.
4399         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4400         reply.
4401
4402 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * spam-report.el (spam-report-gmane-max-requests): New constant.
4405         (spam-report-gmane-wait): New variable.
4406         (spam-report-gmane-ham, spam-report-gmane-spam)
4407         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4408         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4409         the server.
4410
4411         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4412         Add explanations.
4413
4414         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4415         nnheader-accept-process-output and nnheader-read-timeout if available.
4416         (pop3-movemail): Use it.
4417
4418         * message.el (message-check-news-body-syntax): Fix signature check if
4419         there's an attachment.
4420
4421 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * mm-util.el: Add comments to the mm- emulating functions.
4424
4425 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4426
4427         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4428         by Stephen Berman <stephen.berman@gmx.net>.
4429
4430 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * mm-util.el (mm-substring-no-properties): New function.
4433         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4434         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4435         (mm-string-to-multibyte): Doc fix.
4436
4437         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4438
4439 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * mml.el (mml-attach-file): Strip text properties from file name.
4442         (Bug#1574)
4443
4444 2008-12-16  Glenn Morris  <rgm@gnu.org>
4445
4446         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4447
4448 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4451         knows since the charset specified might be a bogus alias that
4452         mm-charset-synonym-alist provides.
4453
4454 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4457         "ISO_8859-1".
4458
4459         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4460
4461 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * mm-util.el (mm-charset-eval-alist):
4464         Define it before mm-charset-to-coding-system.
4465         (mm-charset-to-coding-system): Add optional argument `silent';
4466         define it before mm-charset-override-alist.
4467         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4468         default value if it can be used in Emacs currently running;
4469         silence mm-charset-to-coding-system.
4470
4471 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4474         `allow-override' which says whether to use `mm-charset-override-alist'.
4475         (rfc2047-decode-encoded-words): Use it.
4476
4477         * mm-util.el (mm-charset-override-alist): Fix custom type;
4478         add `(gb2312 . gbk)' to choices.
4479
4480 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4483         fast.
4484
4485         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4486
4487         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4488
4489 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4490
4491         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4492         on links.
4493
4494         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4495
4496 2008-12-03  Lute Kamstra  <lute@gnu.org>
4497
4498         * sha1.el: Remove leading * from docstrings of defcustoms,
4499         deffaces, defconsts and defuns.
4500
4501 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4504         users' addresses that don't have domain parts.
4505         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4506         rather than message-narrow-to-head since there will be the message
4507         header separator.
4508
4509 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4510
4511         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4512         since the result is inserted in a unibyte buffer anyway.
4513         (nnimap-demule-use-string-to-multibyte): Remove.
4514         (nnimap-demule): Alias it to mm-string-to-multibyte.
4515
4516 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4519         variable for debugging bug#464 and bug#1174.
4520         (nnimap-demule): Use it.
4521
4522 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4525         score calculation correctly.
4526
4527 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * message.el (message-send-mail): Just set the buffer to unibyte
4530         rather than use mm-with-unibyte-current-buffer which does a lot more.
4531         (message-send-mail-partially): Don't bother with
4532         mm-with-unibyte-current-buffer since it's already been made unibyte by
4533         message-send-mail.
4534
4535 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4538
4539 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4542
4543 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4546         require itself and to remove `with-no-warnings'.
4547
4548 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * starttls.el (starttls-any-program-available): Get the name of the
4551         available TLS layer program.
4552         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4553         well as the host name in the "opening" message.
4554
4555         * auth-source.el (auth-source-cache, auth-source-do-cache)
4556         (auth-source-user-or-password): Cache passwords and logins by default,
4557         allow override with `auth-source-do-cache'.
4558         (auth-source-forget-user-or-password): Allow users to remove cache
4559         entries if needed.
4560
4561 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4562
4563         * md4.el (md4-buffer): Fix typo in docstring.
4564         (md4, md4-64): Doc fixes.
4565         (md4-pack-int32): Reflow docstring.
4566
4567 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4570         condition-case to only the forward-sexp call.
4571
4572 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4575         quotes contained.  Make it more robust regardless by an extra
4576         condition-case wrapper.
4577
4578 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4581
4582 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * nnml.el (nnml-request-expire-articles): Check if the function set to
4585         `nnmail-expiry-target' returns the symbol `delete'.
4586
4587         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4588
4589         * nnmail.el (nnmail-expiry-target): Fix custom type.
4590
4591 2008-10-02  Glenn Morris  <rgm@gnu.org>
4592
4593         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4594         Silence compiler warning.
4595
4596 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4597
4598         * tls.el (open-tls-stream): Show the actual command being
4599         executed, instead of the format string.
4600
4601 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * lpath.el: Fbind codepage-setup for Emacs 23.
4604
4605 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4606
4607         * mml.el (mml-menu): Don't assume mml2015 is bound.
4608
4609 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4612         exists.
4613
4614 2008-09-27  Glenn Morris  <rgm@gnu.org>
4615
4616         * gnus-util.el (mail-header-remove-comments): Autoload it.
4617
4618 2008-09-27  Andreas Schwab  <schwab@suse.de>
4619
4620         * gnus-util.el (gnus-split-references): Strip comments.
4621         (gnus-parent-id): Likewise.
4622
4623 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * message.el (message-confirm-send): Fix version.
4626
4627 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * message.el (message-idna-to-ascii-rhs-1): Use
4630         mail-extract-address-components rather than mail-header-parse-addresses
4631         that is an alias by default to ietf-drums-parse-addresses that does not
4632         support non-ASCII names in headers' contents.
4633
4634 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * message.el (message-confirm-send): Fixed variable documentation to
4637         avoid the "y/n" wording.
4638
4639 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4640
4641         * message.el (message-set-auto-save-file-name): Save to a different
4642         filename so multiple messages (especially drafts) can be recovered.
4643
4644 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4645
4646         * message.el (message-confirm-send): Add appropriate version.
4647
4648 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4651         defvar.
4652
4653 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4654
4655         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4656         (mm-pkcs7-enveloped-magic): Ditto.
4657
4658 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4659
4660         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4661         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4662
4663 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4666         default, it's better.
4667
4668 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4671         summary line gnus-number property and ignore them (with a warning
4672         message).
4673
4674 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4677         macro caddr in the interactive form since it won't be expanded.
4678
4679 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4682         `charset'; fix name of function called recursively.
4683         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4684
4685 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4688         (gnus-mime-set-charset-parameters): New function.
4689         (gnus-mime-view-part-as-charset): Use it to correctly display part
4690         specifying wrong charset.
4691
4692 2008-09-08  David Engster  <dengste@eml.cc>
4693
4694         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4695         in completing-read for back end server.
4696
4697 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4698
4699         * message.el (message-confirm-send): New variable to confirm sending a
4700         message.
4701         (message-send): Use it.
4702
4703 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4706
4707 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4710
4711 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4714         prevent tracking too many groups.
4715         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4716         Use it.
4717
4718 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4719
4720         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4721         moving point to the bottom of the window in order to avoid recentering.
4722
4723 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4726
4727         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4728         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4729         (gnus-article-beginning-of-window): Fix calculation.
4730
4731 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-msg.el (gnus-summary-supersede-article)
4734         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4735         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4736         message header.
4737
4738 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4739
4740         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4741         pending output coming after the status change.
4742
4743 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4744
4745         * message.el:
4746         * gnus-start.el:
4747         * gnus-registry.el: Remove VMS support.
4748
4749 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4752         macro.
4753         (rfc2104-hash): Use it.
4754
4755 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4758         (gnus-summary-sort-by-most-recent-date): New commands.
4759         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4760         and menu entries.
4761
4762 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4765         don't redisplay article for raw contents; remove plural articles stuff.
4766
4767         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4768         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4769         on gnus-summary-save-article; display results properly.
4770
4771 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * lpath.el: No need to fbind ns-focus-frame.
4774
4775 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4778
4779 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4782         gnus-save-all-headers.
4783
4784 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4785
4786         * gnus-util.el (ns-focus-frame): Remove declaration.
4787         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4788         like x.
4789
4790 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4791
4792         * rfc2104.el (rfc2104-zero): Delete defconst.
4793         (rfc2104-hex-alist): Likewise.
4794         (rfc2104-hex-to-int): Delete func.
4795         (rfc2104-hexstring-to-bitstring): Likewise.
4796         (rfc2104-nybbles): New defconst.
4797         (rfc2104-hash): Rewrite for speed.
4798
4799 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * tls.el (open-tls-stream): Make it work with the 2nd argument
4802         BUFFER that is a string but does not exist as a buffer object, as
4803         mentioned in the doc-string.
4804
4805 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4808         SXEmacs.
4809
4810 2008-07-16  Glenn Morris  <rgm@gnu.org>
4811
4812         * gnus-util.el (ns-focus-frame): Declare for compiler.
4813
4814 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4817         set as a group parameter.
4818         (gnus-summary-save-in-pipe): Work when it is called independently.
4819         (gnus-summary-pipe-to-muttprint): Don't modify
4820         gnus-summary-pipe-output-default-command.
4821
4822 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4823
4824         * message.el (message-send-mail-with-sendmail):
4825         Display the error message.
4826
4827 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-default-article-saver):
4830         Add gnus-summary-save-in-pipe to choices.
4831         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4832         gnus-summary-pipe-output-default-command as the default command.
4833         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4834         instead of gnus-last-shell-command.
4835
4836         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4837         New user option.
4838         (gnus-summary-muttprint-program): Mention the value will be changed.
4839         (gnus-summary-save-article): Force showing of all headers.
4840         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4841
4842 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4843
4844         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4845
4846 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4847
4848         * nnimap.el (nnimap-id):
4849         * sieve-manage.el (sieve-manage-open): Doc fixes.
4850
4851 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4852
4853         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4854         if available.
4855
4856 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4857
4858         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4859
4860         * nnkiboze.el (nnkiboze-generate-group):
4861         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4862
4863         * nnmairix.el: Require CL.
4864
4865 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * dgnushack.el: Autoload get-display-table and put-display-table for
4868         XEmacs 21.5.
4869
4870         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4871         21.4 and SXEmacs.
4872
4873 2008-06-15  David Engster  <dengste@eml.cc>
4874
4875         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4876
4877 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4878
4879         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4880         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4881         runtime choice under XEmacs.
4882
4883         * gnus-sum.el (gnus-summary-set-display-table):
4884         Use `gnus-put-display-table', `gnus-get-display-table',
4885         `gnus-set-display-table' for the display table, instead of `aset'.
4886
4887         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4888         Use `gnus-put-display-table', `gnus-get-display-table',
4889         `gnus-set-display-table' for the display table.
4890
4891 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * nnmairix.el: Add autoloads.
4894
4895 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * nnmairix.el (nnmairix-delete-recreate-group)
4898         (nnmairix-update-and-clear-marks): Fix error messages.
4899
4900 2008-06-14  David Engster  <dengste@eml.cc>
4901
4902         * nnmairix.el: Upgrade to version 0.6.
4903         (nnmairix-group-toggle-propmarks-this-group)
4904         (nnmairix-group-toggle-readmarks-this-group)
4905         (nnmairix-group-delete-recreate-this-group)
4906         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4907         (nnmairix-remove-tick-mark-original-article): New commands.
4908         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4909         (nnmairix-propagate-marks-to-nnmairix-groups)
4910         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4911         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4912         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4913         functions needed for marks propagation and manipulation of read marks.
4914         (nnmairix-update-groups): New function.
4915         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4916         (nnmairix-determine-original-group-from-registry)
4917         (nnmairix-determine-original-group-from-path)
4918         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4919         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4920         New helper functions.
4921         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4922         keystrokes for new commands.
4923         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4924         (nnmairix-request-group): Check allow-fast group parameter.
4925         (nnmairix-request-create-group): Set allow-fast group parameter if
4926         nnmairix-allowfast-default is set.
4927         (nnmairix-close-group): Propagate marks upon closing if needed.
4928         (nnmairix-group-toggle-threads-this-group): Use new.
4929         nnmairix-group-toggle-parameter helper function.
4930         (nnmairix-search): Better check for empty search result.
4931         (nnmairix-goto-original-article): Use new helper functions for
4932         determining original article.
4933         (nnmairix-show-original-article): Make sure message-id is in brackets.
4934         (nnmairix-call-mairix-binary): Change variable name.
4935         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4936         helper function.
4937         (nnmairix-widget-toggle-activate): Fix doc string.
4938
4939 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * nnir.el: Require edmacro when compiling with XEmacs.
4942         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4943         available in Emacs 21.
4944
4945 2008-06-11  Glenn Morris  <rgm@gnu.org>
4946
4947         * gnus-util.el (x-focus-frame):
4948         * gnus.el (image-size):
4949         * mm-decode.el (image-size): Declare.
4950
4951         * gnus-picon.el (declare-function): Add compat definition.
4952         (image-size): Declare.
4953
4954         * gnus-group.el (tool-bar-map):
4955         * gnus-sum.el (tool-bar-map): Define for compiler.
4956
4957         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4958
4959         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4960
4961         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4962         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4963         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4964         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4965         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4966         * sieve-manage.el, spam-report.el, spam.el:
4967         Remove unnecessary eval-and-compile of autoloads.
4968
4969 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4970
4971         * auth-source.el: Precise Tramp doc.
4972
4973 2008-06-07  Glenn Morris  <rgm@gnu.org>
4974
4975         * nnmairix.el: Remove unnecessary eval-when-compile.
4976
4977 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * lpath.el: Fbind propertize for XEmacs 21.4.
4980
4981 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * nnir.el: Move here from ../contrib.
4984
4985 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * gnus-util.el (gnus-read-shell-command): New function.
4988         * mm-decode.el (mm-pipe-part):
4989         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4990
4991 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4994
4995 2008-06-03  Glenn Morris  <rgm@gnu.org>
4996
4997         * pop3.el (nnheader-accept-process-output): Autoload it.
4998
4999 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5002         are not 2-digit hexadecimal characters that follow `%'s.
5003
5004 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5005
5006         * message.el (message-bogus-recipient-p): Fix type in doc string.
5007         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5008         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5009         Improve custom options.
5010         (message-bogus-recipient-p): Adjust accordingly.
5011
5012 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5013
5014         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5015         long-form month and day names.
5016
5017 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * dgnushack.el: Autoload debug, eudc-expand-inline and
5020         pgg-snarf-keys-region for XEmacs.
5021
5022         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5023
5024         * nnmairix.el: Require edmacro when compiling with XEmacs.
5025
5026 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5029         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5030
5031 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * auth-source.el: Add more docs.
5034
5035         * netrc.el (netrc-machine): Always match if the port is not given.
5036
5037 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5040         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5041         retrieval faster in some cases, but might make CPU usage larger.  If
5042         this has any bad side effects, we might revert this change.
5043
5044         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5045         seems to make mail retrieval much, much faster.
5046         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5047         unconditionally.
5048
5049         * gnus-draft.el (gnus-group-send-queue): Bind
5050         message-send-mail-partially-limit to nil to avoid being prompted.
5051
5052 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5055
5056         * message.el (message-bogus-address-regexp): Fix and improve custom
5057         type.
5058         (message-setup-hook): Add message-check-recipients as custom option.
5059
5060 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * message.el (message-cite-function): Remove bogus autoload which crept
5063         in during merge from v5-10.
5064
5065 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5066
5067         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5068
5069         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5070
5071         * auth-source.el: Preliminary Tramp docs.
5072         (auth-sources): Change the default auth-sources to use
5073         EPA .gpg files.
5074
5075 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * nntp.el: Autoload `auth-source-user-or-password'.
5078         (nntp-send-authinfo): Use it.
5079
5080         * nnimap.el: Autoload `auth-source-user-or-password'.
5081         (nnimap-open-connection): Use it.
5082
5083         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5084         for the gnus-message function.
5085         (auth-source-user-or-password): Use it.
5086
5087 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5088
5089         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5090         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5091         (rfc2104-hash): Use it.
5092
5093 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5094
5095         * gnus-art.el (gnus-article-toggle-truncate-lines):
5096         Don't use `iff' in docstring.
5097
5098 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5101
5102         * gnus-util.el (gnus-extract-address-component-name)
5103         (gnus-extract-address-component-email): Convenience functions around
5104         `gnus-extract-address-components'.
5105
5106         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5107         Use `gnus-extract-address-component-email' to fix bug of comparing full
5108         sender name to `user-mail-address'.
5109
5110 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5113         catch/throw to optimize.
5114         (gnus-registry-find-keywords): Just use member to find a keyword.
5115
5116 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5117
5118         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5119         is current before calling gnus-server-prepare.
5120         (gnus-server-setup-buffer, gnus-server-update-server)
5121         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5122
5123 2008-05-04  Juri Linkov  <juri@jurta.org>
5124
5125         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5126         (mailcap-file-default-commands): Use mailcap-replace-in-string
5127         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5128         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5129
5130 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5131
5132         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5133
5134 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5135
5136         * gnus.el: Bump version to 0.11.
5137
5138 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5139
5140         * gnus.el: No Gnus v0.10 is released.
5141
5142 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5145         hooks.
5146         (gnus-update-read-articles): Speed up non-marks-using users.
5147         (gnus-use-marks): Define gnus-use-marks.
5148         (gnus-propagate-marks): Rename variable to something more sensible.
5149
5150 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5151
5152         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5153         (gmm-image-load-path-for-library): Fix typos in docstrings.
5154         (gmm-message): Reflow docstring.
5155
5156 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * mail-source.el (mail-source-set-1, mail-source-bind):
5159         Move auth-source code out of the macro to clean it up and fix bugs.
5160
5161 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5164         by sender if it's equal to user-mail-address, it's likely to be
5165         useless.
5166
5167         * mail-source.el (mail-source-bind): Don't use user or password if they
5168         are not bound.  Unintern them if they are nil.  Don't use server unless
5169         it's bound, and default it to empty string otherwise.
5170
5171 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * mail-source.el: Load auth-source.el.
5174         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5175         get user name or password, if auth-sources is set up.
5176
5177         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5178         strategy of splitting with parent.
5179         (gnus-registry-split-fancy-with-parent)
5180         (gnus-registry-post-process-groups): Use it and fix prior
5181         bug (returning a list as the split result).
5182
5183         * auth-source.el (auth-sources): Remove server parameter.
5184         (auth-source-pick, auth-source-user-or-password)
5185         (auth-source-user-or-password-imap)
5186         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5187         (auth-source-user-or-password-sftp)
5188         (auth-source-user-or-password-smtp): Remove server parameter.
5189
5190 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5191
5192         * smime.el (smime-sign-region, smime-encrypt-region)
5193         (smime-decrypt-region):
5194         Remove redundant calls to `generate-new-buffer-name'.
5195
5196 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5197
5198         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5199         Don't use QP for message/rfc822.
5200         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5201
5202 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5203
5204         * sieve-manage.el (sieve-string-bytes): Remove.
5205         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5206         correct byte-length only if the process's coding-system is the same as
5207         the one used internally by Emacs to represent strings.
5208
5209 2008-04-22  Juri Linkov  <juri@jurta.org>
5210
5211         * mailcap.el (mailcap-file-default-commands): New function.
5212
5213 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * message.el (message-signature-separator, message-cite-function):
5216         Change custom version.
5217
5218 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5219
5220         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5221         commands.
5222         (tls-checktrust): Ditto.
5223
5224 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * mm-decode.el (mm-display-external): Make temp file read-only.
5227
5228 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5231         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5232         `C-c C-f d'.
5233
5234 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5235
5236         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5237
5238 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * gnus.el: Bump version to 0.9.
5241
5242 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * gnus.el: No Gnus v0.8 is released.
5245
5246 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5247
5248         * mail-source.el (mail-source-value):
5249         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
5255
5256 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5259         Prefer fboundp to functionp so it works with macros as well.
5260
5261 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * auth-source.el: Added docs.
5264         (auth-sources): Modify format to support server.
5265         (auth-source-pick, auth-source-user-or-password)
5266         (auth-source-user-or-password-imap)
5267         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5268         (auth-source-user-or-password-sftp)
5269         (auth-source-user-or-password-smtp): Add server parameter.
5270
5271 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * gnus-registry.el: Initialize the registry when gnus-registry-install
5274         is t.
5275
5276 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * compface.el (uncompface): Make buffer unibyte.
5279
5280 2008-04-05  Glenn Morris  <rgm@gnu.org>
5281
5282         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5283
5284 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5287         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5288
5289         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5290         multibyteness after rather than before erasing it.
5291
5292         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5293         mm-with-multibyte.
5294         (gnus-request-article-this-buffer): Make sure the proper decoding is
5295         used if gnus-original-article-buffer happens to be unibyte.
5296
5297         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5298         default-enable-multibyte-characters.
5299
5300         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5301         default-enable-multibyte-characters.
5302
5303         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5304
5305         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5306
5307 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5308
5309         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5310         (imap-message-copyuid-1): Use it.
5311         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5312         J. Williams in
5313         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5314
5315         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5316         imap-enable-exchange-bug-workaround.
5317         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5318
5319 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5320
5321         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5322         a 100 byte status-checks into a 2-3MB transfer for each group.
5323         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5324         to enable bug workaround or not.
5325         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5326
5327 2008-03-31  Glenn Morris  <rgm@gnu.org>
5328
5329         * message.el (mml2015-use): Declare for compiler.
5330         (message-info): Require mml2015 when appropriate.
5331
5332 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5335         whitespace.
5336
5337 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5338
5339         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5340         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5341         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5342         (nntp-service-to-port): New function.
5343         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5344         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5345         (nntp-open-netcat-stream): New function.
5346         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5347
5348 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5349
5350         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5351
5352 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5355
5356 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5357
5358         * dns.el (dns-write): Use set-buffer-multibyte.
5359
5360 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5361
5362         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5363
5364 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * message.el (message-signature-separator): Change default.
5367         Improve custom type.
5368         (message-cite-function): Change default to
5369         message-cite-original-without-signature.
5370
5371         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5372         toggle.
5373
5374         * message.el (message-check-news-body-syntax): Fix signature check.
5375         (message-setup-1): Mark buffer as unmodified _after_ running
5376         message-setup-hook and handling message-alternative-emails.
5377         (message-shorten-references): Be more strict when building list of
5378         valid references to comply with GNKSA.
5379
5380         * gnus-group.el (gnus-read-ephemeral-bug-group)
5381         (gnus-read-ephemeral-debian-bug-group)
5382         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5383
5384         * message.el (message-info): Don't use booleanp which isn't supported
5385         in Emacs 21 and XEmacs.
5386
5387 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5390         gnus-group-gmane-group-download-format.
5391         (gnus-group-read-ephemeral-gmane-group): Rename from
5392         gnus-group-read-ephemeral-gmane-group.
5393         (gnus-read-ephemeral-gmane-group-url): Rename from
5394         gnus-group-read-ephemeral-gmane-group-url.
5395         (gnus-bug-group-download-format-alist): New variable.
5396         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5397         (gnus-read-ephemeral-emacs-bug-group): New commands.
5398
5399 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5402         (gnus-visible-headers): Improve custom type.
5403
5404 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * mml.el (mml-menu): Add workarounds for XEmacs.
5407
5408         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5409         X-Boundary header.
5410
5411         * message.el (message-simplify-recipients): Fix previous commit.
5412
5413 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5414
5415         * mm-util.el (mm-set-buffer-multibyte): New function.
5416         * mm-decode.el (mm-copy-to-buffer): Use it.
5417
5418 2008-03-19  Glenn Morris  <rgm@gnu.org>
5419
5420         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5421         Accidentally removed in the sync process with Emacs.
5422
5423 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * message.el (message-alter-recipients-discard-bogus-full-name):
5426         New function.
5427         (message-alter-recipients-function): New variable.
5428         (message-get-reply-headers): Use it.
5429         (message-replace-header): New helper function.
5430         (message-recipients-without-full-name): New variable.
5431         (message-simplify-recipients): New command.
5432
5433         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5434
5435         * message.el (message-info): Handle EasyPG manual.
5436
5437         * mml.el (mml-menu): Add entry for EasyPG.
5438
5439 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5440
5441         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5442         parameter.
5443
5444         * message.el (message-disassociate-draft): Specify drafts group name
5445         fully.
5446
5447 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5450         unnecessary duplicates from the match list.
5451
5452 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5455
5456         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5457
5458         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5459         args of `how-many' of which the XEmacs version doesn't take; declare
5460         Info-index-next as function.
5461
5462 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * gnus-score.el (gnus-score-headers): Fix handling of
5465         gnus-inhibit-slow-scoring.
5466
5467         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5468         string.
5469         (gnus-button-url-regexp): Improve handling of parenthesis.
5470         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5471         (gnus-button-handle-info-keystrokes): Handle index entries.
5472
5473 2008-03-15  Glenn Morris  <rgm@gnu.org>
5474
5475         * parse-time.el (parse-time-string): Simplify.
5476
5477 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5480         Incoming* files.
5481
5482 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5485         (auth-source-pick): Use it.
5486
5487 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5488
5489         * binhex.el (binhex-decode-region-internal):
5490         * uudecode.el (uudecode-decode-region-internal):
5491         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5492         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5493         setting default-enable-multibyte-characters.
5494
5495 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * auth-source.el (auth-source-protocols)
5498         (auth-source-protocols-customize, auth-source-choices): Added and
5499         modified variable customizations and defaults.
5500         (auth-source-pick, auth-source-user-or-password)
5501         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5502         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5503         (auth-source-user-or-password-sftp)
5504         (auth-source-user-or-password-smtp): Use new variables and provide an
5505         interface to netrc.el.
5506
5507 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5510         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5511         Make sure the nntp port to specify is a string.
5512
5513 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * nntp.el: Use with-current-buffer.
5516         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5517         dubious mm-with-unibyte-current-buffer.
5518         (nntp-with-open-group-function): New function extracted from
5519         nntp-with-open-group macro.
5520         (nntp-with-open-group): Use the function, so it's easier to debug.
5521         Add indentation and debugging info.
5522         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5523         the use of the netcat alternatives.
5524
5525         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5526         Avoid mm-string-as-multibyte as well.
5527
5528         * nnweb.el (nnweb-insert-html):
5529         Remove use of nnheader-string-as-multibyte.
5530
5531         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5532         (nnheader-string-as-multibyte): Remove.
5533
5534         * mm-view.el: Use inhibit-read-only.
5535         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5536         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5537         or unibyte-string.
5538
5539         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5540         (mm-uu-yenc-extract): Use with-current-buffer.
5541
5542         * gnus-soup.el (gnus-soup-send-packet): Don't use
5543         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5544
5545         * nnmh.el: Use with-current-buffer.
5546         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5547         mm-string-as-multibyte on the output of mm-encode-coding-string.
5548
5549         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5550         (nnimap-request-move-article): Use with-current-buffer.
5551
5552         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5553         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5554         conversion uses string-make-unibyte rather than string-as-unibyte.
5555
5556         * gnus-msg.el: Use with-current-buffer.
5557
5558         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5559
5560 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5561
5562         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5563         string for caching if it is 'PIN.
5564
5565 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * lpath.el: Consider the case without Emacs/W3.
5568
5569 2008-03-08  Glenn Morris  <rgm@gnu.org>
5570
5571         * time-date.el (date-to-time, time-subtract, time-add)
5572         (safe-date-to-time): Doc fixes.
5573
5574 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * mail-source.el (mail-source-delete-old-incoming-confirm):
5577         Change default to nil.
5578         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5579
5580 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * lpath.el: Rearrange.
5583
5584         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5585         (gnus-article-goto-prev-page): Work for articles having ^L's.
5586
5587         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5588
5589         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5590
5591 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5592
5593         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5594         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5595         (gnus-bookmark-jump): Adjust some variable names.
5596
5597 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * auth-source.el: New package.
5600         (auth-source-choices): Add customization entry point variable.
5601
5602         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5603         bug.
5604
5605 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5608         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5609         (gnus-registry-install-shortcuts): Rename from
5610         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5611         the `gnus-registry-mark-map' keymap dynamically from
5612         `gnus-registry-marks'.  The generated functions update the summary line
5613         when a registry mark is added or deleted, and will call
5614         `gnus-registry-install-p' (see the comments in the code).
5615         (gnus-registry-user-format-function-M): Use concat intelligently.
5616
5617         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5618         the registry mark functions.
5619
5620 2008-03-05  Glenn Morris  <rgm@gnu.org>
5621
5622         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5623         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5624         gnus-art.
5625         (top-level): No need to load own source when compiling.
5626
5627 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5630         Suggested by <chris.anderton@zetnet.co.uk>.
5631
5632 2008-03-04  Glenn Morris  <rgm@gnu.org>
5633
5634         * gnus-sum.el (top-level): No need to require gnus when compiling,
5635         since unconditionally required near start of file.
5636         (gnus-summary-display-while-building): Move definition before use.
5637
5638 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5641         formatting function.
5642
5643 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5646         with plists.
5647         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5648         Use new format.
5649
5650 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5653         `where-is-internal' that returns a range of key sequences.
5654
5655 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5658
5659         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5660         (gnus-summary-jump-to-group): Consider windows on other displayed
5661         frames as well.  Similar changes might be needed elsewhere, but that's
5662         the one I've bumped into during my use.
5663
5664         * nndoc.el (nndoc-oe-dbx-type-p):
5665         * gnus-msg.el (gnus-debug):
5666         * gnus-group.el (gnus-update-group-mark-positions):
5667         Use mm-string-to-multibyte.
5668
5669 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5672         doesn't handle NotDashEscaped.
5673
5674         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5675         (mml-dnd-attach-options): Fix typo in custom choice.
5676
5677         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5678         nndoc-article-type to mbox.
5679         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5680
5681         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5682         to nil, instead of html2text.
5683
5684         * imap.el (imap-debug): Add `imap-ping-server'.
5685
5686         * gnus-bookmark.el: Add FIXMEs.
5687
5688         * message.el (message-form-letter-separator)
5689         (message-send-form-letter-delay): New variables.
5690         (message-send-form-letter): Use them.  New command to send form
5691         letters.  Requested by Uwe Siart.
5692         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5693
5694 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * Update copyright years.
5697
5698 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         Sync from EMACS_22_BASE.
5701
5702         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5703
5704 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5705
5706         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5707         empty author.
5708
5709 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * gnus-registry.el (gnus-registry-marks): Add variable for
5712         customization of marks and their appearance.
5713         (gnus-registry-read-mark): Use it.
5714         (gnus-registry-do-marks): Add utility function to loop through
5715         `gnus-registry-marks'.
5716         (gnus-registry-install-shortcuts-and-menus): Add function to install
5717         shortcuts and menus.
5718         (gnus-registry-initialize): Use it.
5719         (gnus-registry-default-mark): Clarify documentation.
5720
5721 2008-02-29  Glenn Morris  <rgm@gnu.org>
5722
5723         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5724         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5725         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5726         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5727         Change defcustom :version from 23.0 to 23.1.
5728
5729 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * gnus-registry.el (gnus-registry-follow-group-p)
5732         (gnus-registry-post-process-groups): Add functions to aid registry
5733         splitting and improve logging.  Clarify behavior in function
5734         documentation.
5735         (gnus-registry-split-fancy-with-parent): Use them.
5736
5737 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5738
5739         * gnus-art.el: Use with-current-buffer.
5740
5741 2008-02-27  David Engster  <dengste@eml.cc>
5742
5743         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5744         Express real group name in the response.
5745
5746 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5749         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5750         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5751         autoload gnus-registry-fetch-group when compiling.
5752         (nnmairix-request-group-with-article-number-correction): Remove
5753         unreferenced argument passed to nnmairix-call-backend.
5754
5755 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5758         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5759         Wilde.
5760
5761 2008-02-27  Glenn Morris  <rgm@gnu.org>
5762
5763         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5764         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5765         variables to defconsts.  Convert comments to doc-strings.
5766         (nnmairix-last-server, nnmairix-current-server): Convert from free
5767         variables to defvars.  Convert comments to doc-strings.
5768         (gnus-registry-fetch-group): Autoload.
5769         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5770         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5771         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5772         caddr.
5773         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5774         nnmairix-request-group-with-article-number-correction call.
5775         (nnmairix-fast, nnmairix-group): New, less general names, for free
5776         variables passed from nnmairix-request-group to
5777         nnmairix-request-group-with-article-number-correction.  Declare.
5778         (nnmairix-request-group-with-article-number-correction):
5779         Use nnmairix-fast, nnmairix-group rather than fast, group.
5780
5781 2008-02-26  David Engster  <dengste@eml.cc>
5782
5783         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5784         version 0.5.
5785
5786 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5789         instead of making an extra function call.  Don't add the current group
5790         to articles only when they have the group.  Use
5791         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5792         Reported by David <de_bb@arcor.de>.
5793
5794 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5797         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5798
5799 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * mail-source.el (mail-source-delete-incoming): Change default.
5802         Supplement doc string.
5803
5804         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5805
5806 2008-02-14  Glenn Morris  <rgm@gnu.org>
5807
5808         * time-date.el (format-seconds): New function.
5809
5810 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * nnmail.el (nnmail-message-id-cache-file): Derive from
5813         `gnus-home-directory'.
5814
5815 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5818         Document negative prefix.
5819
5820         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5821
5822 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * message.el (message-unsent-separator): Add the Exim bounce
5825         separator.
5826
5827 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5828
5829         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5830         list.
5831         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5832         recipient/signer list.
5833
5834 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * Makefile.in (datarootdir): Define.
5837         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5838         name that might contain whitespace.
5839
5840 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5843         fbound (Emacs 23 unicode), signal an error.
5844
5845 2008-02-08  Glenn Morris  <rgm@gnu.org>
5846
5847         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5848
5849 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5850
5851         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5852         ports to the calls to `netrc-machine-user-or-password' in addition to
5853         "imap" and "imaps".
5854
5855 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5856
5857         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5858
5859         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5860
5861 2008-02-01  Kenichi Handa  <handa@m17n.org>
5862
5863         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5864         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5865         (rfc2104-hash): Convert the result of concat to unibyte string.
5866
5867 2008-02-01  Dave Love  <fx@gnu.org>
5868
5869         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5870         coding-system-for-read.
5871         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5872
5873 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5876         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5877         <hanche@math.ntnu.no>.
5878
5879 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5882
5883         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5884
5885 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5886
5887         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5888         * message.el (message-beginning-of-line): Use featurep instead of bound
5889         tests in order to resolve conditionals at compile time.
5890
5891 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5892
5893         * mail-source.el (mail-sources): Add `group' choice.
5894
5895         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5896         parameter `in-group' to control into which group the articles go.
5897         Add treatment of `group' mail-source.
5898
5899 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5902
5903         * mm-decode.el (mm-dissect-buffer): Decode description.
5904
5905         * mml.el (mml-to-mime): Encode message header first.
5906
5907 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5910         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5911
5912         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5913         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5914
5915 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5916
5917         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5918
5919 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5922         prefix keys.
5923         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5924         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5925         gnus-xmas.el.
5926
5927         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5928         (gnus-xmas-article-describe-bindings): New function.
5929         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5930         gnus-xmas-article-describe-bindings.
5931
5932         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5933
5934 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5935
5936         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5937         Add new variables for article mark management.
5938         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5939         list of extra data entries which, when present, will indicate that the
5940         article ID should not be trimmed from the registry.
5941         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5942         functions.
5943         (gnus-registry-read-mark): New function to read a mark name from the
5944         user.
5945         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5946         (gnus-registry-set-article-mark-internal): New functions to add and
5947         remove marks.
5948         (gnus-registry-get-article-marks): New function to show the marks for
5949         an article, or retrieve them for further use.
5950
5951 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5954         keys when no argument is given.
5955
5956 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * imap.el (imap-ping-server): New variable.
5959         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5960         (imap-ping-server): Minor doc string fixes.
5961
5962 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5963
5964         * imap.el (imap-ping-server): New function.
5965         (imap-opened): Call imap-ping-server.
5966
5967 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus-sum.el (gnus-article-sort-by-random)
5970         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5971         jidanni@jidanni.org.
5972
5973 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-art.el (gnus-article-describe-bindings): New function.
5976         (gnus-article-read-summary-keys): Use it.
5977         (gnus-article-mode-map): Bind `C-h b' to it.
5978
5979 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5982         XEmacs.
5983         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5984         against non-character events.
5985
5986         * lpath.el: Fbind map-keymap for Emacs 21.
5987
5988 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5991         command.
5992         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5993         instead of END.  Change name of the temp file.
5994         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5995         customizable.
5996
5997 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6000         bind `S W' to gnus-article-wide-reply-with-original; set default
6001         binding to gnus-article-read-summary-send-keys.
6002         (gnus-article-read-summary-keys): Fix the order of keys; display
6003         continuation keys correctly in the echo area; describe bindings
6004         correctly when keys end with `C-h'.
6005         (gnus-article-read-summary-send-keys): New function.
6006         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6007         for gnus-article-read-summary-send-keys; display continuation keys
6008         correctly in the echo area.
6009         (gnus-article-reply-with-original): Ignore prefix argument.
6010         (gnus-article-wide-reply-with-original): New function.
6011
6012         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6013         Emacs 21.
6014
6015 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6018         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6019
6020 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6023         (gnus-group-read-ephemeral-gmane-group): New command.
6024
6025 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6026
6027         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6028
6029 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6030
6031         * message.el (message-send-mail-function): Increase custom version.
6032
6033         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6034         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6035
6036 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6039         for the cases where imap-authenticate is called with a nil buffer
6040         parameter.
6041
6042 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6045         html parts correctly; support forwarded messages.
6046         (gnus-article-browse-html-article): Remove work buffers.
6047
6048         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6049         compiling.
6050         (netrc-bound-and-true-p): New macro.
6051         (netrc-parse): Use it instead of bound-and-true-p that is not available
6052         in XEmacs 21.4.
6053
6054 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * gnus-registry.el (gnus-registry-mark-article)
6057         (gnus-registry-article-marks): Add functionality to mark articles
6058         through the Gnus registry.
6059
6060         * encrypt.el: Clarify documentation for the new pgg method.
6061         (encrypt-file-alist): Add PGG option.
6062         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6063         functionality.  Abstract password key and messaging to external
6064         functions.
6065         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6066         (encrypt-message-method-and-cipher): Add new convenience external
6067         functions.
6068         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6069         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6070
6071         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6072         (netrc-parse): Use encrypt-file-alist to determine if
6073         encrypt-find-model or encrypt-insert-file-contents should be used.
6074
6075         * encrypt.el: Clarify documentation.  Load password-cache or
6076         password, whichever one is found first, instead of autoloading.
6077
6078 2007-12-19  Glenn Morris  <rgm@gnu.org>
6079
6080         * mml.el (message-options-set, message-narrow-to-head)
6081         (message-in-body-p, message-mail-p, message-encode-message-body):
6082         Autoload.
6083         (message-remove-header, message-narrow-to-headers-or-head)
6084         (message-subscribed-p, message-make-mail-followup-to)
6085         (message-position-on-field, message-news-p)
6086         (message-options-set-recipient, message-generate-headers)
6087         (message-sort-headers): Declare as functions.
6088
6089 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6092         convention in doc string.
6093
6094 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6097         title to html parts.
6098         (gnus-article-browse-html-article): Pass message header to it.
6099
6100         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6101
6102 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6105         or password compatible with XEmacs.
6106
6107 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6110         format document.
6111         (gnus-mime-delete-part): Don't write description line if empty.
6112         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6113
6114 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6115
6116         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6117         (gnus-summary-mark-read-and-unread-as-read)
6118         (gnus-summary-mark-current-read-and-unread-as-read)
6119         (gnus-summary-mark-unread-as-ticked): Doc fix.
6120         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6121
6122 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6125         Christoph Conrad <christoph.conrad@gmx.de>.
6126
6127 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6130         yes-or-no-p.
6131
6132 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * mm-decode.el (mm-add-meta-html-tag): New function.
6135         (mm-save-part-to-file, mm-pipe-part): Use it.
6136
6137         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6138         gnus-y-or-n-p instead of y-or-n-p.
6139         (gnus-article-browse-html-parts): Work with message/external-body; use
6140         mm-add-meta-html-tag.
6141
6142 2007-12-11  Glenn Morris  <rgm@gnu.org>
6143
6144         * gnus-cache.el: Require gnus-sum not just when compiling.
6145
6146         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6147
6148         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6149         definitions before use.
6150
6151         * mm-decode.el: Require gnus-util.
6152         (mm-remove-part): Only call delete-annotation on XEmacs.
6153
6154         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6155
6156         * nnmail.el: Require gnus-int.
6157
6158         * spam.el: Move `require's before `eval-when-compile's.
6159
6160         * gnus-ems.el (gnus-alive-p):
6161         * gnus-fun.el (message-goto-eoh):
6162         * gnus-util.el (gnus-group-name-decode):
6163         * mail-source.el (gnus-compress-sequence):
6164         * message.el (Info-goto-node, format-spec):
6165         * mm-bodies.el (message-options-get):
6166         * mm-decode.el (mm-view-pkcs7):
6167         * mm-util.el (gmm-write-region):
6168         * mml-smime.el (mml-compute-boundary)
6169         (gnus-completing-read-with-default):
6170         * mml.el (widget-button-press, gnus-make-hashtable):
6171         * mml1991.el (mm-decode-content-transfer-encoding)
6172         (mm-encode-content-transfer-encoding)
6173         (message-options-get, message-options-set):
6174         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6175         * nnfolder.el (gnus-request-group):
6176         * nnheader.el (ietf-drums-unfold-fws):
6177         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6178         * smime.el (gnus-run-mode-hooks):
6179         * spam-stat.el (gnus-message): Autoload.
6180
6181         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6182         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6183         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6184         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6185         Add declare-function compatibility definition.
6186
6187         * gnus-cache.el (nnvirtual-find-group-art):
6188         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6189         (gnus-add-image, gnus-add-wash-type):
6190         * gnus-group.el (nnkiboze-score-file):
6191         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6192         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6193         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6194         (message-tokenize-header, gnus-get-buffer-create)
6195         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6196         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6197         * gnus.el (gnus-group-decoded-name):
6198         * mail-source.el (imap-capability):
6199         * mm-bodies.el (message-options-set):
6200         * mm-decode.el (gnus-configure-windows):
6201         * mm-extern.el (message-goto-body):
6202         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6203         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6204         (epg-sub-key-validity, message-options-set):
6205         * mml.el (widget-event-point, gnus-configure-windows):
6206         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6207         * mml2015.el (epg-check-configuration, epg-configuration)
6208         (message-options-set):
6209         * nndb.el (nndb-request-article):
6210         * nnfolder.el (gnus-request-create-group):
6211         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6212         * nnmaildir.el (gnus-group-mark-article-read):
6213         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6214         * rfc1843.el (message-fetch-field):
6215         * spam.el (gnus-extract-address-components):
6216         Declare as functions.
6217
6218 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6221
6222         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6223
6224         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6225         bind show-trailing-whitespace for XEmacs.
6226
6227 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6230         new no-op macro for backward compatibility.
6231
6232         * imap.el (imap-string-to-integer): New function.
6233
6234 2007-12-09  Glenn Morris  <rgm@gnu.org>
6235
6236         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6237
6238         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6239         * message.el, mm-view.el, sieve-manage.el, smime.el:
6240         Add declare-function compatibility definition.
6241
6242         * gnus-art.el (w3-region, w3m-region, Info-menu):
6243         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6244         * gnus-sum.el (gnus-get-predicate):
6245         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6246         * message.el (mail-abbrev-in-expansion-header-p):
6247         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6248         (w3m-detect-meta-charset, w3m-region):
6249         * sieve-manage.el (password-read, password-cache-add)
6250         (password-cache-remove):
6251         * smime.el (password-read-and-add): Declare as functions.
6252
6253 2007-12-08  David Kastrup  <dak@gnu.org>
6254
6255         * gnus-sum.el (gnus-summary-simplify-subject-query):
6256         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6257         `message'.
6258
6259 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6262         it to bind idna-program, installation-directory, defined-colors, and
6263         face-attribute for XEmacs of the version that compiles defcustom forms.
6264
6265 2007-12-07  Glenn Morris  <rgm@gnu.org>
6266
6267         * gnus-art.el (article-make-date-line): Revert previous change.
6268
6269 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6272
6273 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6274
6275         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6276         Call gnus-add-to-range ranges only once with a prepared article-list.
6277
6278 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6279
6280         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6281         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6282         group names with backslashes.  Reported by Tassilo Horn
6283         <tassilo@member.fsf.org>.
6284
6285 2007-12-06  Deepak Goel  <deego3@gmail.com>
6286
6287         * gnus-art.el (article-make-date-line):
6288         * gnus-start.el (gnus-load):
6289         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6290
6291 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-use-idna)
6294         * gnus-start.el (gnus-site-init-file)
6295         * message.el (message-use-idna)
6296         * mm-uu.el (mm-uu-hide-markers)
6297         * smiley.el (smiley-style): Revert changes that suppress warnings.
6298
6299 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6302         specify charset to html source.  Reported by Christoph Conrad
6303         <christoph.conrad@gmx.de>.
6304
6305 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6308         idna-program in order to suppress byte compile warning issued by XEmacs
6309         that came to byte compile the default value section of defcustom forms
6310         recently.
6311
6312         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6313         value of installation-directory.
6314
6315         * message.el (message-use-idna): Don't directly refer to the value of
6316         idna-program.
6317
6318         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6319
6320         * smiley.el (smiley-style): Don't directly call face-attribute.
6321
6322 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6325
6326         * gnus-dired.el: Reduce Gnus dependencies.
6327         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6328         require.  Use autoloads instead.
6329         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6330         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6331         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6332         (gnus-dired-mode): Adjust doc string.
6333         (gnus-dired-mail-mode): New variable.
6334         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6335         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6336         (gnus-dired-mail-buffers): New function.  Return mail or message
6337         composition buffers.
6338         (gnus-dired-attach): Use it.
6339         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6340         NO-DECODE.
6341         (gnus-dired-print): Use `gnus-print-buffer' depending on
6342         `gnus-dired-mail-mode'.
6343
6344 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * rfc2047.el (rfc2047-encoded-word-regexp)
6347         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6348         explaining what regexp patterns are for.
6349
6350 2007-12-04  Glenn Morris  <rgm@gnu.org>
6351
6352         * password.el: Move to password-cache.el.
6353
6354         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6355         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6356         * mml-smime.el (password-read, password-cache-add)
6357         (password-cache-remove):
6358         No need to autoload, since mml-sec requires password.
6359
6360         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6361         * message.el (gnus-extract-address-components):
6362         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6363
6364         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6365         password.
6366
6367 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * mailcap.el: Reduce dependencies.
6370         (mail-header-parse-content-type): Autoload.
6371         (mailcap-delete-duplicates): New alias.
6372         (mailcap-mime-info): Add optional argument NO-DECODE.
6373         (mailcap-mime-types): Use mailcap-delete-duplicates.
6374
6375         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6376
6377 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6378
6379         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6380         (imap-parse-status): Upcase status-att for servers that sends them
6381         lower-case (e.g., MS Exchange 2007).
6382
6383 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6386         function.
6387
6388         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6389         (gnus-uu-yenc-article): New function.
6390
6391         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6392
6393         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6394         buffer.
6395
6396 2007-12-02  Glenn Morris  <rgm@gnu.org>
6397
6398         * binhex.el (binhex): New custom group.
6399         (binhex-decoder-program, binhex-decoder-switches)
6400         (binhex-use-external): Move to the binhex custom group.
6401
6402         * uudecode.el (uudecode): New custom group.
6403         (uudecode-decoder-program, uudecode-decoder-switches)
6404         (uudecode-use-external): Move to the uudecode custom group.
6405
6406         * netrc.el (top-level): Don't load `encrypt' features.
6407         (netrc-parse): Don't use encrypt.
6408         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6409
6410         * encrypt.el: Remove file.
6411
6412 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6415         matches on patches.
6416
6417         * gnus-art.el (gnus-article-browse-html-article): Mention
6418         `mm-text-html-renderer' in the doc string.
6419
6420         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6421         string.  Add comments.
6422
6423         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6424         if rhs is ASCII.
6425
6426 2007-12-01  Glenn Morris  <rgm@gnu.org>
6427
6428         * mail-source.el (top-level): Require format-spec before
6429         eval-when-compile.
6430
6431 2007-11-30  Glenn Morris  <rgm@gnu.org>
6432
6433         * encrypt.el: Require password, rather than autoloading password-read.
6434
6435 2007-11-29  Glenn Morris  <rgm@gnu.org>
6436
6437         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6438         (sasl-make-client, sasl-next-step, sasl-step-data)
6439         (sasl-step-set-data): Declare as functions.
6440
6441 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6444
6445 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6446
6447         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6448         certs should be verified and what is to be done in the event of a
6449         verification failure.
6450
6451         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6452         caller can indicate whether the cache should be disregarded for this
6453         call.  This way the result of the call is reproducible at all times and
6454         can be considered a canonical server name for the supplied method.
6455         (gnus-agent-method-p): Canonicalize server names by pushing their
6456         method through `gnus-method-to-server' using the no-cache argument.
6457
6458         * gnus-srvr.el (gnus-server-insert-server-line): Call
6459         `gnus-method-to-server' with `no-cache' argument.
6460
6461         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6462         gnus-agent-possibly-synchronize-flags as this should be called when the
6463         server is actually being opened.
6464         (gnus-agent-possibly-synchronize-flags)
6465         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6466         flags file of an agentized server to the latter function.
6467
6468         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6469         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6470         after a connection has been established successfully.
6471
6472 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (article-display-face): Force to display face if called
6475         interactively; check if gnus-article-x-face-too-ugly matches author.
6476         (article-display-x-face): Display face even if From header is missing
6477         as article-display-face does.
6478
6479 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6480
6481         * hashcash.el (message-narrow-to-headers-or-head)
6482         (message-fetch-field, message-goto-eoh)
6483         (message-narrow-to-headers): Declare as functions.
6484
6485 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * mail-source.el (mail-sources): Default to fetch from file for
6488         compatibility with default of nnmail-spool-file.
6489
6490 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6493         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6494         to look for encoded word that should be encoded again.
6495         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6496         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6497         encoding pattern.
6498         (rfc2047-decode-region): Switch strict regexp and loose one according
6499         to rfc2047-allow-irregular-q-encoded-words.
6500
6501 2007-11-25  Romain Francoise  <romain@orebokech.com>
6502
6503         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6504
6505 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * tls.el (tls-program): Provide more custom choices from
6508         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6509         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6510
6511 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6514         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6515
6516         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6517         `nnmail-spool-file'.
6518
6519         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6520         `nnmail-spool-file'.
6521
6522         * gnus-move.el (gnus-change-server): Ditto.
6523
6524         * gnus-kill.el (gnus-batch-score): Ditto.
6525
6526         * gnus-cache.el (gnus-jog-cache): Ditto.
6527
6528         * gnus-msg.el (gnus-summary-reply):
6529         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6530
6531 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6534         version.  Minor improvement to doc strings.
6535         (tls-program): Add comment.
6536
6537 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6538
6539         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6540         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6541         mismatch between the hostname provided in the certificate and the name
6542         of the host connnecting to.
6543         (open-tls-stream): Use them.  Check certificates against trusted root
6544         certificates.
6545
6546 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-cache.el (gnus-cache-generate-nov-databases):
6549         Use nnml-generate-nov-databases-directory instead of
6550         nnml-generate-nov-databases-1.
6551
6552 2007-11-24  Glenn Morris  <rgm@gnu.org>
6553
6554         * message.el (message-tool-bar-retro): Update for rename
6555         mail_send.xpm->mail-send.xpm.
6556
6557 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6560         `smime-ldap-search' for Emacs 22 and up.
6561
6562 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6565
6566         * message.el (message-send-mail-function): Fix error convention.
6567         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6568         (message-widen-reply, message-send-mail, message-talkative-question)
6569         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6570         (message-clone-locals, message-send-news): Use with-current-buffer.
6571         (message-insert-or-toggle-importance): Remove unused var `valid'.
6572         (message-make-references): Remove unused var `new-references'.
6573         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6574
6575 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6576
6577         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6578         (spam-split-symbolic-return-positive): Reflow docstring.
6579         (spam-backends, spam-summary-exit-behavior)
6580         (spam-mark-ham-unread-before-move-from-spam-group)
6581         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6582         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6583         (spam-clear-cache, spam-backend-check, spam-install-backend)
6584         (spam-install-statistical-backend, spam-list-of-processors)
6585         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6586         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6587         (spam-check-crm114, spam-initialize, spam-unload-hook):
6588         Fix typos in docstrings.
6589
6590 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6593         been checked if they have never been read and those group levels are
6594         higher than the one that a user specified.
6595
6596 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6599         foreign groups unless a group level is specified by a user.
6600         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6601
6602 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * message.el (message-send-mail-function): Require sendmail.
6605
6606 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * message.el (message-send-mail-function): Check for smtpmail too.
6609
6610         * utf7.el (utf7-encode, utf7-decode): Use coding system
6611         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6612
6613         * message.el (message-send-mail-function): New function.
6614         (message-send-mail-function): Set default using
6615         message-send-mail-function.  Adjust doc string.
6616         (message-send-mail-with-mailclient): New function.
6617
6618 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6619
6620         * smime.el (from):
6621         * rfc2047.el (message-posting-charset):
6622         * qp.el (mm-use-ultra-safe-encoding):
6623         * pop3.el (parse-time-months):
6624         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6625         * nnml.el (files):
6626         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6627         (jka-compr-compression-info-list, ange-ftp-path-format)
6628         (efs-path-regexp):
6629         * nndiary.el (files):
6630         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6631         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6632         (epg-digest-algorithm-alist, inhibit-redisplay)
6633         (password-cache-expiry):
6634         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6635         (pgg-output-buffer, password-cache-expiry):
6636         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6637         (efs-path-regexp):
6638         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6639         (inhibit-redisplay):
6640         * mm-uu.el (file-name, start-point, end-point, entry)
6641         (gnus-newsgroup-name, gnus-newsgroup-charset):
6642         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6643         (latin-unity-ucs-list):
6644         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6645         (mm-uu-binhex-decode-function):
6646         * message.el (gnus-message-group-art, gnus-list-identifiers)
6647         (rmail-enable-mime-composing, gnus-local-organization)
6648         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6649         (gnus-read-active-file, facemenu-add-face-function)
6650         (facemenu-remove-face-function, gnus-article-decoded-p)
6651         (tool-bar-mode):
6652         * mail-source.el (display-time-mail-function):
6653         * gnus-util.el (nnmail-pathname-coding-system)
6654         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6655         (gnus-original-article-buffer, gnus-user-agent)
6656         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6657         (xemacs-codename, sxemacs-codename, emacs-program-version):
6658         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6659         * gnus-start.el (gnus-agent-covered-methods)
6660         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6661         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6662         (gnus-newsgroup-headers, gnus-group-list-mode)
6663         (gnus-group-mark-positions, gnus-newsgroup-data)
6664         (gnus-newsgroup-unreads, nnoo-state-alist)
6665         (gnus-current-select-method, mail-sources)
6666         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6667         (nnmail-spool-file, gnus-cache-active-hashtb):
6668         * gnus-mh.el (mh-lib-progs):
6669         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6670         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6671         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6672         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6673         (gnus-group-buffer):
6674         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6675         (font-lock-set-defaults):
6676         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6677         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6678         (gnus-summary-post-menu, total-parts, type, condition, length):
6679         * gnus-agent.el (gnus-agent-read-agentview):
6680         * flow-fill.el (show-trailing-whitespace):
6681         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6682         eval-and-compile wrappers for byte compiler pacifiers.
6683
6684         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6685         (mm-display-inline-fontify): Check for featurep 'xemacs not
6686         extent-list.
6687
6688         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6689         itimer-list.
6690         (mm-create-image-xemacs): Only do something for XEmacs.
6691         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6692
6693         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6694
6695         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6696         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6697
6698 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6699
6700         * nnimap.el (nnimap-split-download-body):
6701         * gnus-demon.el (gnus-demon):
6702         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6703
6704 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6707         macros.
6708         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6709         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6710         copy data from unibyte buffer to multibyte current buffer.
6711         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6712         to copy data from unibyte current buffer to multibyte buffer.
6713         (nntp-make-process-buffer): Make process buffer unibyte.
6714
6715         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6716
6717 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6718
6719         * pop3.el (pop3-open-server): Accept and process data more robustly at
6720         connexion start to avoid spurious "POP SSL connexion failed" errors.
6721
6722 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6725         read group names.
6726
6727 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6730
6731 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6734         (nnmail-save-active): Use a unibyte buffer when saving active file,
6735         which may contain non-ASCII group names.
6736
6737         * nnml.el (nnml-request-group): Decode group names in messages.
6738
6739 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * message.el (message-citation-line-function)
6742         (message-insert-formatted-citation-line): Fix spelling of
6743         `message-insert-formated-citation-line'.
6744
6745 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6748
6749 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6752         nnmail-pathname-coding-system.
6753
6754         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6755         that a user enters; decode group names in messages.
6756
6757         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6758
6759 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6762
6763         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6764
6765         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6766         risky local variable.
6767
6768         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6769
6770 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * encrypt.el: Improve documentation to fix function name typo.
6773         Reported by Daiki Ueno <ueno@unixuser.org>.
6774
6775 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6778         even if the point is not in the last page of an article.
6779         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6780         back to the previous page.
6781
6782 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6785
6786 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6789
6790 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6791
6792         * message.el (message-check-news-body-syntax): Avoid
6793         mm-string-as-multibyte.
6794         (message-hide-headers): Don't assume (point-min)==1.
6795
6796 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * message.el (message-remove-blank-cited-lines): Fix if remove is
6799         given.
6800         (message-bogus-address-regexp): New variable.
6801         (message-bogus-recipient-p): New function.
6802         (message-check-recipients): New command.
6803         (message-syntax-checks): Add `bogus-recipient'.
6804         (message-fix-before-sending): Add `bogus-recipient'.
6805
6806         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6807         (gnus-treat-body-boundary): Don't test window-system.
6808
6809 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6810
6811         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6812
6813 2007-10-28  Miles Bader  <miles@gnu.org>
6814
6815         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6816         at compile-time too.
6817
6818 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-msg.el (gnus-message-setup-hook): Add
6821         `message-remove-blank-cited-lines' to options.
6822
6823 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * message.el (message-remove-blank-cited-lines): New function.
6826         Suggested by Karl Plästerer.
6827
6828 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6831         mapc.
6832
6833         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6834         (top-level): Use mapc to set functions to be traced for debugging.
6835
6836         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6837         called for effect with while loop.
6838
6839         * message.el (message-talkative-question): Replace mapcar called for
6840         effect with mapc.
6841
6842         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6843         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6844         called for effect with dolist.
6845
6846         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6847
6848         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6849         gnus-extra-headers and nnmail-extra-headers.
6850
6851         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6852         called for effect with dolist.
6853         (top-level): Use mapc to set functions to be traced for debugging.
6854
6855         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6856         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6857         dolist.
6858
6859         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6860         Replace mapcar called for effect with mapc.
6861         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6862         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6863         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6864         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6865
6866         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6867         remove-if that's a cl function.
6868
6869         * webmail.el (webmail-debug): Replace mapcar called for effect with
6870         dolist.
6871
6872         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6873         with mapc.
6874
6875 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6878         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6879         with while loop.
6880
6881         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6882         functions from article-* functions.
6883         (gnus-multi-decode-header): Replace mapcar called for effect with
6884         dolist.
6885
6886         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6887         (gnus-bookmark-show-details): Replace mapcar called for effect with
6888         while loop.
6889
6890         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6891         called for effect with while loop.
6892
6893         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6894         with dolist.
6895
6896         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6897         mapcar called for effect with dolist.
6898
6899         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6900
6901         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6902         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6903         Replace mapcar called for effect with dolist.
6904         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6905         mapc.
6906
6907         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6908         Replace mapcar called for effect with dolist.
6909         (gnus-topic-list): Replace mapcar called for effect with mapc.
6910
6911         * gnus.el: Use mapc instead of mapcar to add autoloads.
6912
6913 2007-10-23  Richard Stallman  <rms@gnu.org>
6914
6915         * gnus-group.el (gnus-group-highlight): Mark as risky.
6916
6917 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus.el (gnus-server-to-method): Return method found first in
6920         gnus-newsrc-alist.
6921
6922         * gnus-art.el (gnus-article-highlight-signature)
6923         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6924         button overlay without the front stickiness.
6925
6926 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6927
6928         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6929         overview buffer needed a catch to receive its throw.
6930         (gnus-agent-flush-cache): Declared as interactive to make this function
6931         easier to use.
6932
6933 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6936         `next-line'.
6937
6938 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6941         exclude address matching message-dont-reply-to-names.
6942
6943 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-util.el (gnus-string<): New function.
6946
6947         * gnus-sum.el (gnus-article-sort-by-author)
6948         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6949
6950 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6953         the frame-focus tag is set in gnus-buffer-configuration.
6954
6955 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6958         the front stickiness.
6959
6960 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6963         url pattern; remove duplicate one.
6964         (gnus-article-extend-url-button): New function.
6965         (gnus-article-add-buttons): Use it.
6966         (gnus-button-push): Use concatenated url that it makes.
6967
6968 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6969
6970         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6971
6972 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6973
6974         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6975         Don't hardcode point-min==1.
6976
6977 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6980         Fix comment about "iso8859-1".
6981
6982 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6983
6984         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6985         ones returned from the verify-function.
6986
6987         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6988         mml2015-extract-cleartext-signature if extraction failed.
6989
6990 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6991
6992         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6993         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6994         failed.
6995
6996 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6999
7000 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7003         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7004         recommends to use EasyPG instead of PGG.
7005
7006         * pgg.el: Revert to revision 6.23.2.16.
7007
7008         * pgg-def.el: Revert to revision 6.6.2.14.
7009
7010         * pgg-gpg.el: Revert to revision 6.23.2.34.
7011
7012 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7013
7014         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7015         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7016         thread for both the null and zero (kill/expire thread) universal prefix
7017         cases.
7018         (gnus-summary-expire-thread): Add new function to expire a thread,
7019         using gnus-summary-kill-thread.
7020         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7021         shortcuts for gnus-summary-expire-thread.
7022         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7023         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7024
7025 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7028         extras value, so an extras entry can be deleted.
7029         (gnus-registry-delete-extra-entry): Use it.
7030         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7031         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7032         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7033         storage through the gnus-registry, and provide an appropriate API for
7034         it.
7035
7036 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7039         Suggested by Leo <sdl.web@gmail.com>.
7040
7041         * gnus.el: Do.
7042
7043 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7046         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7047
7048         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7049
7050         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7051         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7052
7053 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7056         newline.
7057         (nnmbox-request-accept-article): Don't change article in source buffer;
7058         narrow to header to use message-fetch-field rather than
7059         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7060         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7061         as delimiters; make sure article ends with newline.
7062         (nnmbox-delete-mail): Correct last position of article to be deleted;
7063         ignore X-Gnus-Newsgroup header in article body.
7064         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7065         positions; make sure article ends with newline.
7066
7067         * message.el (message-display-abbrev): Don't infloop when a user
7068         inserts SPC in the beginning of header.
7069
7070         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7071         coding-system-for-read and coding-system-for-write for XEmacs having no
7072         file-coding feature.
7073
7074         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7075
7076 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7079         list of groups not followed by default.  Fix type to be regexp.
7080         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7081
7082 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7083
7084         * hmac-def.el (define-hmac-function): Switch from old-style to
7085         new-style backquotes.
7086
7087         * md4.el (md4-make-step): Likewise.
7088
7089 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7092         raw-text coding system when saving .newsrc file, which may contain
7093         non-ASCII group names.
7094
7095 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-cus.el (gnus-score-extra): New widget.
7098         (gnus-score-extra-convert): New function.
7099         (gnus-score-customize): Use it for Extra.
7100
7101 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7102
7103         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7104         (mml2015-mailcrypt-clear-verify): Use it.
7105         (mml2015-gpg-clear-verify): Use it.
7106         (mml2015-pgg-clear-verify): Use it.
7107         (mml2015-epg-clear-verify): Replace the current part with the output
7108         from GnuPG; don't extract the plaintext by itself.
7109
7110         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7111         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7112         mml2015-clear-verify-function; don't touch the armor headers or
7113         dash-escaped text here.
7114
7115 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7118         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7119         parts, or application/octet-stream as a last resort.
7120         (gnus-mime-view-part-as-type): Don't toggle display.
7121         (gnus-mime-view-part-as-charset): Don't turn off display before
7122         querying charset.
7123
7124         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7125         stuff to undisplayer function in Emacs.
7126         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7127
7128         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7129         text/calendar parts.
7130
7131 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7134         decoding text/calendar parts.
7135
7136         * message.el (message-forward-make-body-mime): Always mark body as
7137         having no illegible text; remove signed-or-encrypted argument.
7138         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7139
7140         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7141         (mml-generate-mime-1): Don't encode body if it is specified to be in
7142         raw form; don't make buffer be unibyte when inserting multibyte string.
7143
7144 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7145
7146         * sha1.el: Fix up comment style.
7147         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7148         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7149
7150         * hex-util.el: Fix up comment style.
7151         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7152
7153         * gnus-salt.el: Use with-current-buffer.
7154         (gnus-pick-setup-message): Fix long-standing typo.
7155
7156 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * imap.el (imap-logout-timeout): New variable.
7159         (imap-logout, imap-logout-wait): New functions.
7160         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7161
7162         * nnimap.el (nnimap-logout-timeout): New server variable.
7163         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7164         nnimap-logout-timeout.
7165
7166         * gnus-art.el (gnus-article-summary-command-nosave)
7167         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7168
7169 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus.el (gnus-maximum-newsgroup): New variable.
7172
7173         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7174         according to gnus-maximum-newsgroup.
7175
7176         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7177         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7178         Limit the range of articles according to gnus-maximum-newsgroup.
7179
7180 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7181
7182         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7183         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7184         Don't perform gnus-configure-windows here; reuse existing sticky
7185         article buffer.
7186
7187         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7188         it doesn't exist in gnus-article-mode.
7189
7190 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7193         (gnus-agent-decoded-group-name): New function.
7194         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7195         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7196
7197 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7198
7199         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7200         Add binding for gnus-sticky-article.
7201         (gnus-summary-exit): Don't kill sticky article buffers.
7202
7203         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7204         article buffer.
7205         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7206         (gnus-kill-sticky-article-buffers): New commands.
7207
7208 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * nntp.el (nntp-xref-number-is-evil): New server variable.
7211         (nntp-find-group-and-number): If it is non-nil, don't trust article
7212         numbers in the Xref header.
7213
7214 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-agent.el (gnus-agent-read-group): New function.
7217         (gnus-agent-flush-group, gnus-agent-expire-group)
7218         (gnus-agent-regenerate-group): Use it.
7219         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7220         nnmail-pathname-coding-system.
7221
7222 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7225
7226         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7227         that are unread as unread, and also as selected so that information of
7228         marks having been changed by a user may be updated when exiting group.
7229
7230 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7233         calculated ignoring signature parts to gnus-treat-article.
7234
7235 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7238         a point here in order to keep the window start.
7239         (gnus-insert-mime-security-button): Make a button overlay without the
7240         front stickiness.
7241         (gnus-mime-display-security): Goto the end of a button.
7242
7243         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7244
7245 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7248         group-name-at-point.
7249         (gnus-group-completing-read): New function that offers decoded
7250         non-ASCII group names for completion.
7251         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7252         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7253         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7254         (gnus-group-fetch-control): Use it.
7255         (gnus-fetch-group): Use group-name-at-point for the initial value
7256         rather than the default value; use gnus-alive-p.
7257
7258         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7259         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7260         (gnus-summary-post-news): Use gnus-group-completing-read.
7261
7262         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7263         (gnus-read-move-group-name): Decode group name for completion.
7264
7265 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7268         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7269         Yamaoka slightly modified the code).
7270
7271 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7274         (nnmail-split-incoming): Bind it.
7275
7276         * nnml.el (nnml-group-name-charset): New function.
7277         (nnml-decoded-group-name): Use it; don't decode group name if
7278         nnmail-group-names-not-encoded-p is non-nil.
7279         (nnml-encoded-group-name): New function.
7280         (nnml-group-pathname): Inline nnml-decoded-group-name.
7281         (nnml-request-expire-articles): Decode group name in message.
7282         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7283         nnmail-pathname-coding-system.
7284         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7285         not decoded ones according to nnmail-group-names-not-encoded-p.
7286         (nnml-generate-active-info): Use nnml-encoded-group-name.
7287
7288 2007-08-08  Glenn Morris  <rgm@gnu.org>
7289
7290         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7291         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7292         doc-strings and comments.
7293
7294 2007-07-25  Glenn Morris  <rgm@gnu.org>
7295
7296         * Relicense all FSF files to GPLv3 or later.
7297
7298 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-sum.el (gnus-summary-move-article): Make
7301         gnus-summary-respool-article work.
7302
7303 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7306         string.
7307
7308 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7309
7310         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7311         that should be ignored when comparing distant RSS articles with local
7312         ones.
7313         (nnrss-make-hash-index): New function.  Create a hash index according
7314         to the ignored fields.
7315         (nnrss-check-group): Use it.
7316
7317 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7320
7321         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7322
7323         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7324         the new optional argument ENCODED is non-nil.
7325         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7326         coding system for encoding group name.
7327         (gnus-group-make-rss-group): Pass un-encoded group name to
7328         gnus-group-make-group.
7329         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7330         encoded.
7331
7332         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7333         Encode group name to which articles are moved or copied.
7334         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7335         coding system for encoding Newsgroup, Followup-To and Xref headers.
7336
7337         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7338         marks; use nnheader-file-coding-system to write a file.
7339         (nnagent-retrieve-headers): Bind file-name-coding-system to
7340         nnmail-pathname-coding-system.
7341
7342         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7343
7344         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7345         (nnml-request-article, nnml-request-create-group)
7346         (nnml-request-rename-group, nnml-find-id)
7347         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7348         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7349         (nnml-save-marks): Use nnml-group-pathname instead of
7350         nnmail-group-pathname.
7351
7352         (nnml-request-create-group, nnml-request-expire-articles)
7353         (nnml-request-move-article, nnml-request-delete-group)
7354         (nnml-deletable-article-p, nnml-possibly-create-directory)
7355         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7356         (nnml-open-marks): Bind file-name-coding-system to
7357         nnmail-pathname-coding-system.
7358
7359         (nnml-request-article): Pass server argument to nnml-find-group-number.
7360         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7361         server argument to nnml-possibly-create-directory.
7362         (nnml-request-accept-article): Pass server argument to
7363         nnml-active-number and nnml-save-mail.
7364         (nnml-find-group-number): Pass server argument to nnml-find-id.
7365         (nnml-request-update-info): Pass server argument to
7366         nnml-marks-changed-p.
7367
7368         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7369         (nnml-save-mail, nnml-active-number): Add server argument.
7370
7371         (nnml-request-delete-group): Warn if group is missing.
7372         (nnml-get-nov-buffer): Decode group name.
7373         (nnml-generate-active-info): Encode group name.
7374         (nnml-open-marks): Decode group name in messages.
7375
7376 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7379         if it is not specified.
7380         (gnus-article-pipe-part, gnus-article-save-part)
7381         (gnus-article-interactively-view-part, gnus-article-copy-part)
7382         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7383         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7384         (gnus-article-replace-part, gnus-article-delete-part)
7385         (gnus-article-view-part-as-type): Pass raw prefix argument to
7386         gnus-article-part-wrapper.
7387
7388 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-agent.el (gnus-agent-save-active): Bind
7391         nnheader-file-coding-system to gnus-agent-file-coding-system.
7392
7393         * gnus-cache.el (gnus-cache-save-buffers)
7394         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7395         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7396         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7397         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7398         (gnus-cache-generate-active, gnus-cache-rename-group)
7399         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7400         (gnus-cache-update-overview-total-fetched-for): Bind
7401         file-name-coding-system to nnmail-pathname-coding-system.
7402         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7403         variables.
7404         (gnus-cache-decoded-group-name): New function.
7405         (gnus-cache-file-name): Use it.
7406         (gnus-cache-generate-active): Use non-decoded group name for active.
7407
7408         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7409         right place.
7410         (gnus-write-active-file): Don't break non-ASCII group names.
7411
7412         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7413         nnmail-pathname-coding-system.
7414
7415         * lpath.el: Bind default-file-name-coding-system,
7416         file-name-coding-system and language-info-alist for XEmacs.
7417
7418         * gnus-uu.el (gnus-uu-decode-save): Typo.
7419
7420 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7423
7424 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7427         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7428         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7429         (gnus-agent-flush-group, gnus-agent-flush-cache)
7430         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7431         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7432         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7433         (gnus-agent-regenerate-group)
7434         (gnus-agent-update-files-total-fetched-for)
7435         (gnus-agent-update-view-total-fetched-for): Bind
7436         file-name-coding-system to nnmail-pathname-coding-system.
7437         (gnus-agent-group-pathname): Don't encode file names by
7438         nnmail-pathname-coding-system.
7439         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7440         coding-system-for-write instead of buffer-file-coding-system to
7441         gnus-agent-file-coding-system.
7442
7443         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7444         Decode group name.
7445
7446         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7447
7448         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7449         (gnus-read-newsrc-el-file): Make group names unibyte.
7450
7451         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7452         nnmail-pathname-coding-system.
7453
7454         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7455         (nnrss-request-delete-group): Bind file-name-coding-system to
7456         nnmail-pathname-coding-system.
7457         (nnrss-read-server-data, nnrss-read-group-data): Bind
7458         file-name-coding-system correctly.
7459         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7460
7461         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7462         (nntp-server-to-method-cache): New variable.
7463         (nntp-group-pathname): New function that decodes non-ASCII group names.
7464         (nntp-possibly-create-directory, nntp-marks-changed-p)
7465         (nntp-save-marks, nntp-open-marks): Use it.
7466         (nntp-possibly-create-directory, nntp-open-marks):
7467         Bind file-name-coding-system to nnmail-pathname-coding-system.
7468         (nntp-open-marks): Decode group names when bootstrapping marks.
7469
7470         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7471         Newsgroups and Folowup-To headers.
7472
7473 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7476         (gnus-server-closed-face, gnus-server-denied-face)
7477         (gnus-server-offline-face): Remove variable.
7478         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7479
7480         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7481         of modifying message-stack directly for XEmacs.
7482
7483         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7484         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7485         if the coding-system argument is nil for XEmacs.
7486
7487         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7488         mm-charset-override-alist.
7489
7490         * rfc2047.el: Don't require base64; require rfc2045 for the function
7491         rfc2045-encode-string.
7492         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7493         to quote the parameter value.
7494
7495 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7498         form in gnus-group-name-charset-method-alist.
7499
7500         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7501         overrides the default layout edit-form.
7502
7503         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7504
7505         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7506
7507 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7510         as unfetched articles.
7511
7512 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7515
7516 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7519         original back end that keeps marks in the local system.
7520
7521 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7524         arg of pop-to-buffer for XEmacs.
7525         (gnus-article-read-summary-keys): Ditto; don't restore window
7526         configuration if summary command ends up with neither article buffer
7527         nor summary buffer; describe bindings if summary keys end with C-h.
7528
7529 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * message.el (message-fix-before-sending): Skip raw message part to be
7532         forwarded while checking illegible text.
7533         (message-forward-make-body-mime, message-forward-make-body): Mark
7534         signed or encrypted raw message as having no illegible text.
7535
7536 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7539         (gnus-message-with-timestamp-1): New macro.
7540         (gnus-message-with-timestamp): New function.
7541         (gnus-message): Use them.
7542
7543         * nnheader.el (nnheader-message): Use them.
7544
7545 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7548         .newsrc.eld file.
7549
7550 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-agent.el (gnus-agent-fetch-headers)
7553         (gnus-agent-retrieve-headers): Bind
7554         gnus-decode-encoded-address-function to identity.
7555
7556         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7557         available also when the server returns simply a dot.
7558
7559         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7560
7561 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7564
7565 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-ems.el (gnus-x-splash): Make it work.
7568
7569         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7570         from being used.
7571
7572         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7573
7574 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7577         4th and the 5th arguments.
7578
7579         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7580         the front stickiness.
7581         (gnus-article-summary-command-nosave): Correct the order of the
7582         arguments passed to pop-to-buffer.
7583         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7584         summary command ends up with the article buffer.
7585
7586         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7587         the same faces.
7588
7589 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7590
7591         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7592
7593 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7594
7595         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7596         * gnus-sum.el (gnus-summary-highlight):
7597         * pgg.el (pgg-sign-region, pgg-sign):
7598         * mail-source.el (mail-source-delete-old-incoming-confirm):
7599         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7600
7601 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-mime-view-part-externally)
7604         (gnus-mime-view-part-internally): Fix predicate function passed to
7605         completing-read.
7606
7607         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7608
7609         * gnus.el (gnus-update-message-archive-method): Add :version.
7610
7611 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus.el (gnus-update-message-archive-method): New variable.
7614
7615         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7616         according to gnus-message-archive-method if
7617         gnus-update-message-archive-method is non-nil.
7618
7619 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7622         by Loic Dachary <loic@dachary.org>.
7623         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7624
7625 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * message.el (message-pop-to-buffer): Add switch-function argument.
7628         (message-mail): Pass switch-function argument to it.
7629
7630 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7633         Improve doc string.
7634
7635 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7638         (gnus-header-content)
7639         * gnus-cite.el (gnus-cite-10)
7640         * gnus-srvr.el (gnus-server-closed)
7641         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7642         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7643         (gnus-group-mail-3-empty, gnus-group-mail-low)
7644         (gnus-group-mail-low-empty, gnus-splash)
7645         * message.el (message-header-to, message-header-cc)
7646         (message-header-subject, message-header-other, message-header-name)
7647         (message-header-xheader, message-separator, message-cited-text)
7648         (message-mml): Lighten colors of faces used for dark background.
7649
7650 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7651
7652         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7653         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7654
7655 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * message.el (message-narrow-to-headers-or-head):
7658         Ignore mail-header-separator in the body.
7659
7660 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7663         same as window size.
7664
7665 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7666
7667         * message.el (message-font-lock-keywords): Use message-header-xheader
7668         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7669         ahead of the anything pattern, to get it recognised.
7670
7671 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7674         spam.el loads uses it in the compiled defadvice form.
7675
7676 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7677
7678         * gnus-sum.el (gnus-articles-to-read)
7679         (gnus-summary-insert-old-articles): Don't truncate group name for
7680         `read-string'.
7681
7682         * gnus-util.el (gnus-limit-string): Delete this function.
7683
7684         * gnus-sum.el (gnus-simplify-subject-fully): Use
7685         `truncate-string-to-width' instead.
7686
7687 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7688
7689         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7690         if, on summary exit, the next group has to be selected.
7691         (gnus-summary-exit): Use it.
7692
7693 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7696         non-break space.
7697
7698 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7701         Check if group is not a directory.
7702         (nnfolder-request-expire-articles): Don't delete articles if the target
7703         group is not available.
7704
7705         * nnml.el (nnml-request-create-group): Properly check if group is not a
7706         file.
7707         (nnml-request-expire-articles): Don't delete articles if the target
7708         group is not available.
7709
7710         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7711         Don't quote characters that are within parentheses.
7712
7713 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7716         (gnus-handle-ephemeral-exit): Select article according to it.
7717
7718 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * message.el (message-insert-formated-citation-line): Remove newline.
7721         (message-citation-line-format): Add final \n here so that the user can
7722         avoid a blank line.
7723
7724 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7725
7726         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7727         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7728         Update lanl/arXiv support.
7729
7730 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus.el: Bump version number.
7733
7734 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * gnus.el (gnus-version-number): Bump version.
7737
7738 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7739
7740         * gnus.el: No Gnus v0.6 is released.
7741
7742 2007-04-27  Didier Verna  <didier@xemacs.org>
7743
7744         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7745         * gmm-utils.el (gmm-regexp-concat): here.
7746         * message.el: Don't require 'gnus-util.
7747         (message-dont-reply-to-names): Handle name change above.
7748         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7749
7750 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7753         since the initial value varies according to the system.
7754
7755 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7758
7759 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7760
7761         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7762
7763 2007-04-24  Didier Verna  <didier@xemacs.org>
7764
7765         Improve the type of gnus-ignored-from-addresses.
7766         * gnus-util.el (gnus-orify-regexp): New function.
7767         * message.el (gnus-util): Require it.
7768         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7769         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7770         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7771
7772 2007-04-24  Didier Verna  <didier@xemacs.org>
7773
7774         * gnus-sum.el:
7775         * gnus-utils.el: Fix some trailing whitespaces.
7776
7777 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7780         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7781         article's Message-ID; refer parent article in summary buffer.
7782
7783         * message.el (message-bounce): Call mime-to-mml.
7784
7785         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7786         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7787         optimize and/or forms properly.
7788
7789 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7792         URL.
7793
7794 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7797
7798 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7801         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7802         displayed of multipart/alternative part if it is invoked from summary
7803         buffer.
7804
7805         * mm-view.el (mm-inline-text-html-render-with-w3m)
7806         (mm-inline-text-html-render-with-w3m-standalone)
7807         (mm-inline-render-with-function): Use mail-parse-charset by default.
7808
7809 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7810
7811         * parse-time.el (parse-time-string-chars): Check if CHAR
7812         is less than the length of parse-time-syntax.
7813
7814 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7817         from gnus-newsgroup-processable.
7818
7819 2007-04-16  Didier Verna  <didier@xemacs.org>
7820
7821         * gnus-msg.el (gnus-configure-posting-styles): Handle
7822         message-signature-directory properly with :file syntax.  Reported by
7823         "Leo".
7824
7825 2007-04-11  Didier Verna  <didier@xemacs.org>
7826
7827         New user option: message-signature-directory.
7828         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7829         * message.el (message-insert-signature): Ditto.
7830         * message.el (message-signature-file): Doc update.
7831         * message.el (message-signature-directory): New.
7832
7833 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-msg.el (gnus-inews-yank-articles): Use
7836         message-exchange-point-and-mark instead of exchange-point-and-mark.
7837
7838 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * message.el (message-yank-original): Make sure cited text ends with
7841         newline; don't exchange point and mark.
7842
7843 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7844
7845         * tls.el (open-tls-stream): Properly handle case where there
7846         is no associated buffer.
7847
7848 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7849
7850         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7851         message-yank-original, make sure (< mark TEXT point).
7852
7853 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el (message-fill-column): New variable.
7856         (message-mode): Use it.  Add comment on a possible new hook.
7857
7858         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7859         (nnmail-get-new-mail): Reformat.
7860
7861         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7862
7863         * gmm-utils.el: Fix Commentary.
7864         (gmm-tool-bar-from-list): Fix typo in doc string.
7865
7866 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7867
7868         * message.el (message-yank-original): Don't switch point and mark
7869         unnecessarily to put point and mark as documented.
7870
7871 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7874         from the message heads.
7875
7876 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7877
7878         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7879         article buffer does not have a window.  This may not be the best
7880         solution but is certainly better than setting the start of the null,
7881         that is the current, window.
7882
7883 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7886         (gnus-draft-setup): Run it.
7887
7888         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7889         gnus-score-fast-scoring.  Allow regexp.
7890         (gnus-score-headers): Use it.
7891
7892         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7893         XEmacs.
7894
7895         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7896         string.
7897         (gnus-button-alist): Also catch `<f1> k ...'.
7898         (gnus-treat-display-x-face): Fix doc string.
7899
7900 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7903         evaluation of gnus-extended-version to ensure correct generation of the
7904         User-Agent header when message-generate-headers-first is used.
7905
7906 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7907
7908         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7909         hashcash-path is nil.  Don't call callback with incorrect number of
7910         parameters if val is 0.
7911
7912 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7913
7914         * message.el (message-required-news-headers):
7915         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7916
7917 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7918
7919         * tls.el (open-tls-stream): In handshake-waiting loop,
7920         don't wait more if there is output available to process.
7921
7922 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7923
7924         * tls.el (tls-program): Doc fix.
7925
7926 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * message.el (message-generate-new-buffers): Change the meaning of the
7929         nil value; add `standard' to the choices; treat t as `unique'; improve
7930         doc string.
7931         (gnus-select-frame-set-input-focus): Autoload.
7932         (message-buffer-name): Search for the existing message buffer if
7933         message-generate-new-buffers is nil or `standard'; treat the value t of
7934         message-generate-new-buffers as `unique'.
7935         (message-pop-to-buffer): Raise the frame already displaying the message
7936         buffer; clear the echo area after querying.
7937         (message-setup): Pass the `continue' argument to compose-mail.
7938         (message-mail): Prefer `switch-function' if it is given; search for the
7939         existing message buffer if the `continue' argument is non-nil; pass
7940         continue and switch-function arguments to compose-mail by way of
7941         message-setup.
7942         (message-mail-other-window): Adjust argument of message-setup.
7943         (message-mail-other-frame): Ditto.
7944
7945 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7948         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7949         to turn font-lock on when turning gnus-message-citation-mode on.
7950
7951 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7952
7953         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7954         (mml-smime-function-alist): New variable; add epg as the backend.
7955         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7956         mml-smime- functions instead.
7957         * mm-view.el: Require smime.
7958
7959 2007-03-05  Didier Verna  <didier@xemacs.org>
7960
7961         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7962         instead of just inheritance for posting styles.
7963         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7964
7965 2007-02-24  Chris Moore  <dooglus@gmail.com>
7966
7967         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7968         * pgg-pgp.el (pgg-pgp-encrypt-region):
7969         * pgg-gpg.el (pgg-gpg-encrypt-region):
7970         Check pgg-encrypt-for-me if no other recipients.
7971
7972 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7973
7974         * tls.el (tls-certtool-program): Fix custom type.
7975
7976 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7979         and point-at-eol instead of line-(beginning|end)-position.
7980
7981         * assistant.el (assistant-parse-buffer): Ditto.
7982
7983         * netrc.el (netrc-parse-services): Ditto.
7984
7985 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7986
7987         * mml2015.el (mml2015-epg-find-usable-key): New function.
7988         (mml2015-epg-sign): Use it.
7989         (mml2015-epg-encrypt): Use it.
7990
7991 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * message.el (message-make-in-reply-to): Quote name containing
7994         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7995         if there are special characters.  Reported by NAKAJI Hiroyuki
7996         <nakaji@jp.freebsd.org>.
7997
7998 2007-02-27  Didier Verna  <didier@xemacs.org>
7999
8000         Include the group parameters as well as the topic ones in the
8001         inheritance filter process.
8002         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8003         argument GROUP-PARAMS-LIST.
8004         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8005
8006 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * nntp.el (nntp-never-echoes-commands)
8009         (nntp-open-connection-functions-never-echo-commands): New variables.
8010         (nntp-send-command): Use them.
8011
8012 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8013
8014         * mml2015.el (mml2015-epg-verify): Simplified.
8015
8016 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * mml.el (mml-content-disposition-alist): New user option.
8019         (mml-content-disposition): New function.
8020         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8021         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8022
8023 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8024
8025         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8026         verification.
8027
8028 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8029
8030         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8031         articles posted in the last 24 hours.
8032
8033 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8034
8035         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8036
8037 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8038
8039         * nntp.el (nntp-send-command): Don't wait for echoes when
8040         nntp-open-ssl-stream is used.
8041
8042 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8045         (gnus-message-add-citation-keywords)
8046         (gnus-message-remove-citation-keywords): Remove.
8047         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8048         directly, make the variables in font-lock-defaults buffer-local, add
8049         gnus-message-citation-keywords to them and then update the value of
8050         font-lock-keywords.
8051
8052 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * message.el (message-cite-original-1): Don't call
8055         gnus-article-highlight-citation.
8056
8057         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8058         citations; fix line count.
8059
8060 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8063         (gnus-message-add-citation-keywords)
8064         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8065         versions of font-lock-add-keywords and font-lock-remove-keywords to
8066         work with XEmacs correctly.
8067
8068 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-cite.el (gnus-cite-face-list): Set the values of
8071         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8072         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8073         (gnus-message-cite-prefix-regexp): New variable.
8074         (gnus-message-search-citation-line): Use it; protect against long
8075         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8076         the 0th match data for Emacs.
8077         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8078         (gnus-message-add-citation-keywords): Append keywords rather than
8079         prepending; emulate font-lock-add-keywords if it is not available.
8080         (gnus-message-remove-citation-keywords): Emulate
8081         font-lock-remove-keywords if it is not available.
8082
8083         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8084
8085         * message.el (message-cite-prefix-regexp): Set the value of
8086         gnus-message-cite-prefix-regexp.
8087
8088 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8089
8090         * nnweb.el (nnweb-google-parse-1): Update parser.
8091
8092 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8093
8094         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8095
8096 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8097
8098         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8099         regexp.
8100
8101 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8104         string-to-multibyte.
8105         (uudecode-decode-region-internal): Use it.
8106
8107         * lpath.el: Fbind string-as-multibyte for XEmacs.
8108
8109 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8112         custom choice.
8113
8114         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8115
8116 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8117
8118         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8119
8120         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8121         `write-region' to respect `mm-inhibit-file-name-handlers'.
8122
8123 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8126         Use gnus-home-directory instead of "~/" or "$HOME".
8127
8128 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8131         to mention filename.
8132         Add comments at beginning regarding usage.
8133         (encrypt-write-file-contents): Change interactive so a string is
8134         acceptable.  If the file has no associated model, show an error instead
8135         of a nonsense prompt.
8136
8137 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8138
8139         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8140         Thanks to Yoshihiko Yamada for kind notification of this typo.
8141
8142 2007-01-12  Kenichi Handa  <handa@m17n.org>
8143
8144         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8145         multibyte buffer.
8146
8147 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * gnus-score.el (gnus-score-fast-scoring): New variable.
8150         (gnus-score-headers): Use it.
8151
8152         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8153
8154         * message.el (message-cite-original-1): Call
8155         gnus-article-highlight-citation if requested.
8156         (message-make-from): Allow name and address as optional arguments.
8157
8158         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8159
8160         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8161         bugs to doc string.
8162         (gnus-button-alist): Add mid\\|message-id.
8163         (gnus-button-fetch-group): Extend for use in
8164         `browse-url-browser-function'.
8165         (gnus-button-url-regexp): Try to catch paired parentheses like in
8166         Wikipedia URLs.
8167
8168         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8169         Suggested by Simon Krahnke <overlord@gmx.li>.
8170
8171 2007-01-13  Romain Francoise  <romain@orebokech.com>
8172
8173         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8174         Update copyright.
8175
8176 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8177
8178         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8179
8180 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * gnus-registry.el (gnus-registry-unfollowed-groups)
8183         (gnus-registry-split-fancy-with-parent): Fix documentation.
8184
8185 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8188         from nnweb groups.
8189
8190 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8193         Xref urls.  Erase buffer before requesting head.
8194
8195 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8198         customizable.
8199
8200 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8203         no signing key is found.
8204         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8205         no encrypting and/or signing key is found.
8206
8207 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8210
8211 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8212
8213         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8214         headers read from disk with the ones newly found in the current search.
8215         This should no longer cause problems, because the article numbers in
8216         Gmane's `nov.php' output are ignored since the previous change.
8217
8218 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8219
8220         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8221
8222 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8225         replace-regexp-in-string; bind url-version; fbind display-images-p and
8226         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8227         find-face and set-itimer-function for Emacs; bind itimer-list for
8228         Emacs.
8229
8230         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8231
8232 2007-01-01  Romain Francoise  <romain@orebokech.com>
8233
8234         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8235
8236 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8237
8238         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8239         `define-minor-mode' macro definition expanded properly.
8240         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8241         exclude it there.
8242
8243         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8244         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8245         `fboundp' test.
8246         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8247         This is OK to autoload in (S)XEmacs now.
8248
8249 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8252         keystroke.
8253         (gnus-summary-limit-to-singletons): Fix typo.
8254
8255         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8256         else fails.
8257
8258 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8259
8260         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8261         docstring.
8262
8263         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8264         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8265         (gnus-summary-insert-dormant-articles): Fix typo in message.
8266
8267 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8270         nil for XEmacs.
8271         (gnus-message-citation-mode): Don't autoload in XEmacs.
8272
8273         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8274
8275 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8276
8277         * nnimap.el (nnimap-expunge-search-string): Mention
8278         nnimap-search-uids-not-since-is-evil in docstring.
8279
8280 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * spam.el: Revert to make-obsolete-variable because
8283         define-obsolete-variable-alias is not supported in Emacs 21.
8284
8285         * spam.el (spam-ifile-path, spam-ifile-database-path)
8286         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8287         make-obsolete-variable.
8288         (spam-bsfilter-path, spam-bsfilter-program)
8289         (spam-spamassassin-path, spam-spamassassin-program)
8290         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8291         use "path" inappropriately.
8292         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8293         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8294         variable names.
8295
8296 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8297
8298         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8299         summary buffer.
8300
8301         * password.el (password-cache-remove): Use clear-string to burn
8302         password, if available.
8303
8304 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8307
8308         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8309
8310         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8311         (gnus-message-highlight-citation): Move defcustom here from
8312         gnus-cite.el.
8313         (gnus-message-citation-mode): Autoload.
8314
8315         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8316         checks to make it compile with XEmacs.
8317         (gnus-message-citation-mode): New minor mode.
8318         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8319         (gnus-message-highlight-citation): New variables.
8320         (gnus-message-search-citation-line)
8321         (gnus-message-add-citation-keywords)
8322         (gnus-message-remove-citation-keywords)
8323         (turn-on-gnus-message-citation-mode)
8324         (turn-off-gnus-message-citation-mode): New functions.
8325
8326 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8327
8328         * gnus-cite.el: Enable highlighting of different citation levels in
8329         message-mode.
8330
8331 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * message.el (message-make-fqdn): Fix comment.
8334         (message-bogus-system-names): Add ".local".
8335
8336         * spam.el (spam-ifile-path, spam-ifile-program)
8337         (spam-ifile-database-path, spam-ifile-database)
8338         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8339         Don't use "path" inappropriately.
8340         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8341         strings.
8342         (spam-check-ifile, spam-ifile-register-with-ifile)
8343         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8344         new variable names.
8345
8346         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8347         (gnus-treat-display-smileys): Simplify using
8348         gnus-image-type-available-p.
8349
8350         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8351         available.
8352
8353         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8354         `display-images-p' if available.
8355
8356 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8359         one after turning on the buffer's multibyteness instead of decoding
8360         them directly in the unibyte buffer that causes unexpected conversion
8361         in Emacs 23 (unicode).
8362
8363 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8364
8365         * message.el (message-generate-hashcash): Fix custom type.
8366
8367 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8370
8371 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8374         disconnect icons.  Add help text.
8375
8376 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8377
8378         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8379         negated to be consistent with the others we handle.
8380
8381 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8384         version of gnus-summary-buffer to something, so that we can use two
8385         article buffers at the same time.
8386
8387 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8388
8389         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8390         trigger all the extra headers.
8391         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8392         sorting.
8393
8394 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8395
8396         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8397         solid groups.
8398
8399 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8400
8401         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8402
8403 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * legacy-gnus-agent.el: Add Copyright notice.
8406
8407 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8408
8409         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8410
8411 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8414
8415         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8416         to make it work reliably in CVS Emacs.
8417         (gnus-summary-limit-strange-charsets-predicate)
8418         (gnus-summary-limit-to-predicate): New functions.
8419
8420 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8421
8422         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8423         specifying array size.
8424         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8425         array if it is too small.
8426         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8427         (gnus-sort-threads-loop): New function.
8428
8429 2006-12-06  Chris Moore  <dooglus@gmail.com>
8430
8431         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8432         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8433
8434 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8435
8436         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8437         options.
8438
8439 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8442         DOS-ing the recipient.
8443
8444         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8445         the headers when creating the mapping to avoid mismappings.
8446         (nnweb-gmane-create-mapping): Always nix out old mapping.
8447
8448 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8451         and mm-verify-option to never.
8452
8453 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * message.el (message-signed-or-encrypted-p): New function.
8456         (message-forward-make-body): Use it.
8457
8458         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8459         Replace encode-coding-string with mm-encode-coding-string.
8460
8461 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * nneething.el (nneething-decode-file-name): Replace
8464         decode-coding-string with mm-decode-coding-string.
8465
8466         * gnus-int.el (gnus-open-server): Say failed server's name.
8467
8468 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8469
8470         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8471         strings to a single string.  Quote `errors-file-name'.
8472         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8473         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8474         Adjust calls.  Use `shell-quote-argument'.
8475
8476 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8477
8478         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8479         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8480
8481         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8482         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8483         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8484         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8485         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8486         (gnus-subscribe-newsgroup, gnus-1):
8487         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8488         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8489         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8490         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8491
8492 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8495         keystroke.
8496         (gnus-summary-limit-to-bodies): Implement headersp.
8497
8498 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8501
8502 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8505
8506 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * message.el (message-generate-hashcash): Expand range of values to
8509         include `opportunistic'.
8510         (message-send-mail): Use it.
8511
8512 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8513
8514         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8515         and comment it.
8516
8517         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8518
8519 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-util.el (gnus-extract-address-components): Improve comment.
8522
8523 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-util.el (gnus-extract-address-components): Work with address in
8526         which the name portion contains @.
8527
8528         * lpath.el: Fbind custom-autoload.
8529
8530 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus.el (gnus-start): Move custom group up.
8533         (gnus-select-method): Don't autoload, but make it available for
8534         `customize-variable'.
8535         (gnus-getenv-nntpserver): Don't autoload.
8536
8537 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8538
8539         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8540
8541 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * message.el (message-sendmail-extra-arguments): New variable.
8544         (message-send-mail-with-sendmail): Use it.
8545
8546 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8549         mm-with-unibyte-current-buffer to make string unibyte.
8550
8551         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8552         mm-string-as-multibyte.
8553
8554 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8555
8556         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8557         Reported by Werner Koch <wk@gnupg.org>.
8558
8559 2006-11-14  Daiki Ueno  <ueno@p360>
8560
8561         * mml2015.el: Autoload epa-select-keys when compiling.
8562
8563 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8564
8565         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8566         message-options.
8567         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8568
8569 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8570
8571         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8572         EasyPG (< 0.0.6).
8573         (mml2015-always-trust): New user option.
8574         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8575         prompt.
8576
8577 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * nntp.el (nntp-authinfo-force): New variable.
8580         (nntp-send-authinfo): Use it.
8581
8582 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8585         decode encoded words.  Improve prompt.  Add comment about forwarding.
8586         (message-replacement-char): Move up.
8587
8588 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8589
8590         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8591         instead of gnus-intersection because arguments of gnus-sorted-nunion
8592         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8593
8594 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8597         (message-simplify-subject-functions): Enable
8598         message-strip-subject-encoded-words by default.
8599
8600 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * message.el (message-strip-subject-encoded-words): New function.
8603         (message-simplify-subject-functions): New variable.
8604         (message-simplify-subject): Use it.  Fix typo in doc string.
8605         Support message-strip-subject-encoded-words.
8606
8607 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8608
8609         * gnus-diary.el (gnus-diary-delay-format-function):
8610         * nndiary.el (nndiary-reminders):
8611         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8612
8613 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-art.el (article-hide-boring-headers): Fetch date from
8616         gnus-original-article-buffer to avoid problems with localized date
8617         strings.
8618
8619 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8622
8623 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8626         New variables.
8627         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8628         (mm-charset-synonym-alist): Move some entries to
8629         mm-codepage-iso-8859-list.
8630         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8631         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8632
8633 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8636
8637 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8640         with Emacs 21 and XEmacs.
8641
8642 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * spam.el (spam-parse-address): New function for better parsing,
8645         catching errors, etc.
8646         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8647
8648 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * mm-view.el: Add interactive arg to html2text autoload.
8651
8652 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8655
8656 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8659         variables.
8660         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8661         (mm-charset-synonym-alist): Move some entries to
8662         mm-codepage-iso-8859-list.
8663
8664         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8665
8666 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * message.el (message-citation-line-format)
8669         (message-insert-formated-citation-line): Fix implementation of %E, %N
8670         and %n according to the doc string.
8671
8672 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8675         car-safe to avoid bad parses.
8676
8677 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8680         names.
8681
8682         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8683
8684 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8687         header.
8688
8689         * message.el (message-draft-headers): Add Date.
8690         (message-headers-to-generate): Fix typo in docstring.
8691
8692         * nndraft.el (nndraft-required-headers): New variable.
8693         (nndraft-generate-headers): Use it.
8694
8695         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8696
8697 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8698
8699         * gnus-registry.el (gnus-registry-wash-for-keywords)
8700         (gnus-registry-find-keywords): New functions to allow easy searching of
8701         articles that are in the registry.
8702
8703 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8706         ietf-drums-parse-address instead of gnus-extract-address-components.
8707         Reported by Damien Elmes <damien@repose.cx>.
8708
8709 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus.el (gnus-mime): Remove unused custom group.
8712
8713 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8714
8715         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8716         "blank line" when searching for end of armor headers.
8717
8718 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gmm-utils.el (gmm-write-region): Fix variable name.
8721
8722 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gmm-utils.el (gmm-write-region): New function based on compatibility
8725         code from `mm-make-temp-file'.
8726
8727         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8728
8729         * nnmaildir.el (nnmaildir--update-nov)
8730         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8731         Use `gmm-write-region'.
8732
8733 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8736         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8737
8738         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8739
8740         * message.el (message-replacement-char): New variable.
8741         (message-fix-before-sending): Use it.
8742         (message-simplify-subject): New function to remove duplicate code.
8743         (message-reply, message-followup): Use it.
8744
8745         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8746         gnus-summary-limit-to-articles.
8747
8748 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-util.el (gnus-with-local-quit): New macro.
8751
8752         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8753
8754 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8755
8756         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8757         ignore non-string data.
8758
8759 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8762         non-string data (needs to be done in the registry too).
8763
8764 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8767         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8768         (gnus-registry-split-fancy-with-parent)
8769         (gnus-registry-fetch-simplified-message-subject-fast)
8770         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8771         Remove text properties on ingress into the registry and when it's saved.
8772         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8773         registry from entries with no groups.
8774
8775 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8776
8777         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8778         function to remove string properties.
8779
8780 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * gmm-utils.el (gmm): Adjust custom version.
8783
8784         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8785         custom version.
8786
8787         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8788
8789 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * gnus-art.el (gnus-insert-prev-page-button)
8792         (gnus-insert-next-page-button): Simplify.  Reformat.
8793
8794 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8795
8796         * gnus-art.el (gnus-insert-prev-page-button)
8797         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8798
8799 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8800
8801         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8802
8803 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8804
8805         * gnus-art.el (gnus-insert-mime-button)
8806         (gnus-insert-mime-security-button):
8807         Apply gnus-article-button-face to MIME and security buttons.
8808
8809 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8812         readable.
8813
8814 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8817
8818 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8819
8820         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8821         `browse-url-of-file' instead of `browse-url'.
8822
8823 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8824
8825         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8826         regexp.  Articles containing quotation were cut prematurely.
8827
8828 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * message.el (message-cite-original-1): Use nobody by default for the
8831         value of From header.
8832         (message-reply): Ditto.
8833
8834 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8835
8836         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8837         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8838         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8839
8840 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8843         mails in the doc string.  Add some URLs in comment.
8844         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8845
8846 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8849         backslashes handling and the way to find boundaries of quoted strings.
8850
8851 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8852
8853         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8854         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8855         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8856         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8857
8858 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8861         doc string.
8862         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8863
8864 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * lpath.el: Fbind epg-check-configuration.
8867
8868 2006-09-06  Simon Josefsson  <jas@extundo.com>
8869
8870         * mml2015.el (mml2015-use): Doc fix, mention epg.
8871
8872 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8873
8874         * mml2015.el (mml2015-use): Default to epg, if available.
8875
8876 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8877
8878         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8879         message-sender.
8880         (mml1991-epg-encrypt): Ditto.
8881         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8882         message-sender.
8883         (mml2015-epg-encrypt): Ditto.
8884
8885 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8886
8887         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8888         several common directories.
8889
8890 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8891
8892         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8893         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8894
8895 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-art.el (article-decode-encoded-words): Make it fast.
8898
8899 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8902
8903         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8904         in quoted string into `\'.
8905
8906 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8909         Use standard-syntax-table.
8910
8911 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-decode-address-function): New variable.
8914         (article-decode-encoded-words): Use it to decode headers which are
8915         assumed to contain addresses.
8916         (gnus-mime-delete-part): Remove useless `or'.
8917
8918         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8919         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8920         (gnus-nov-parse-line): Use it to decode From header.
8921         (gnus-get-newsgroup-headers): Ditto.
8922         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8923
8924         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8925         (mail-decode-encoded-address-string): New alias.
8926
8927         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8928         New function.
8929         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8930         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8931         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8932         (rfc2047-decode-string): Ditto.
8933         (rfc2047-decode-address-region): New function.
8934         (rfc2047-decode-address-string): New function.
8935
8936 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * message.el (message-caesar-buffer-body): Allow rotating headers.
8939
8940         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8941
8942         * message.el (message-insert-formated-citation-line): Fix %f.
8943         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8944
8945 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8948         (gnus-bookmark-mouse-available-p): New macro.
8949         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8950         (gnus-bookmark-bmenu-show-infos): Use it.
8951         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8952         (gnus-bookmark-bmenu-hide-infos): Ditto.
8953         (gnus-bookmark-remove-properties): New function.
8954         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8955         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8956         (gnus-bookmark-write-file): Bind coding-system-for-write.
8957         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8958         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8959         group before selecting it.
8960         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8961         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8962         quit-window if it is not available; use gnus-mouse-2 and bind it to
8963         gnus-bookmark-bmenu-select-by-mouse.
8964         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8965         (gnus-bookmark-bmenu-select-by-mouse): New function.
8966
8967 2006-08-13  Romain Francoise  <romain@orebokech.com>
8968
8969         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8970         space.
8971
8972 2006-08-10  Romain Francoise  <romain@orebokech.com>
8973
8974         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8975         (dns-mode-soa-auto-increment-serial): New user option.
8976         (dns-mode-soa-maybe-increment-serial): New function.
8977         (dns-mode): Add the latter to `write-contents-functions'.
8978
8979 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * compface.el (uncompface): Use binary rather than raw-text-unix.
8982
8983 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * compface.el (uncompface): Make sure the eol conversion doesn't take
8986         place when communicating with the external programs.  Reported by
8987         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8988
8989 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8992
8993 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8994
8995         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8996         Make it more robust by parsing author and date independently.
8997
8998 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9001
9002 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9003
9004         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9005         first matching secret key.
9006         (mml2015-epg-encrypt): Ditto.
9007
9008         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9009         first matching secret key.
9010         (mml1991-epg-encrypt): Ditto.
9011
9012         * mml2015.el (mml2015-encrypt-to-self): New user option.
9013         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9014         mml2015-epg-encrypt-to-self is set.
9015
9016         * mml1991.el (mml1991-encrypt-to-self): New variable.
9017         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9018         mml1991-epg-encrypt-to-self is set.
9019
9020         * mml2015.el (mml2015-signers): New user option.
9021         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9022         (mml2015-epg-encrypt): Allow to select signing keys.
9023
9024         * mml1991.el (mml1991-signers): New variable.
9025         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9026         (mml1991-epg-encrypt): Allow to select signing keys.
9027
9028 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * nnheader.el (nnheader-insert-head): Make it work even if the file
9031         uses CRLF for the line-break code.
9032
9033 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9034
9035         * mml2015.el: Require mml-sec instead of password.
9036         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9037         (mml2015-cache-passphrase): Inherit the default value from
9038         mml-secure-cache-passphrase.
9039         (mml2015-passphrase-cache-expiry): Inherit the default value from
9040         mml-secure-passphrase-cache-expiry.
9041
9042         * mml1991.el: Require mml-sec instead of password.
9043         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9044         (mml1991-cache-passphrase): Inherit the default value from
9045         mml-secure-cache-passphrase.
9046         (mml1991-passphrase-cache-expiry): Inherit the default value from
9047         mml-secure-passphrase-cache-expiry.
9048
9049         * mml-sec.el: Require password.
9050         (mml-secure-verbose): New user option.
9051         (mml-secure-cache-passphrase): New user option.
9052         (mml-secure-passphrase-cache-expiry): New user option.
9053
9054 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9055
9056         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9057         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9058         andreas@altroot.de (Andreas Vögele).
9059
9060         FIXME: Use `tiny change'?
9061
9062 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9063
9064         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9065         workaround for the url package included with Emacs.
9066
9067         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9068
9069 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9072         correctly.  This fixes a bug caused by the 2006-05-12 change.
9073
9074 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9075
9076         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9077         some information about the error when saying that the `bogus' mail
9078         group will be used.
9079
9080 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9083         string.
9084
9085 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9086
9087         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9088
9089 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9090
9091         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9092
9093 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9094
9095         * mml1991.el (mml1991-function-alist): Add epg.
9096         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9097         (mml1991-epg-encrypt): New functions.
9098
9099 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9100
9101         * mml2015.el (mml2015-verbose): New variable.
9102         (mml2015-cache-passphrase): Ditto.
9103         (mml2015-passphrase-cache-expiry): Ditto.
9104         (mml2015-function-alist): Add epg.
9105         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9106         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9107         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9108         functions.
9109
9110 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9111
9112         * message.el (message-cite-original-1): Preserve region when removing
9113         quoted text due to X-No-Archive in order to avoid bogus attribution
9114         when citing multiple messages.
9115
9116 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9117
9118         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9119         Kenneth Jacker <khj@be.cs.appstate.edu>.
9120
9121 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-diary.el (gnus-user-format-function-d)
9124         (gnus-user-format-function-D): Autoload.
9125
9126         * imap.el (Commentary): Fix typo.
9127
9128         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9129         2006-04-22 contribution.
9130
9131 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9134         It didn't really fix the bogosity I'm seeing with solid web groups.
9135
9136 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9137
9138         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9139         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9140         created using server names.  If we use the feature without declaring
9141         it, Gnus does not properly manage server and group state.
9142
9143         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9144         bound.
9145
9146 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9147
9148         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9149         looking up the method using GROUP's prefix before inventing a new one.
9150         It is used on killed/unknown groups in various places where returning
9151         an all-new method isn't expected by the caller.
9152
9153         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9154         and match semantics of gnus-group-real-prefix.
9155
9156 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * nnmail.el (nnmail-broken-references-mailers): New variable.
9159         (nnmail-ignore-broken-references): New function generalizing
9160         nnmail-fix-eudora-headers.
9161         (nnmail-fix-eudora-headers): Now obsolete.
9162
9163         * gnus-art.el (gnus-button-handle-custom): Support
9164         `customize-apropos*'.
9165
9166 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9169
9170         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9171         articles.
9172
9173 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * message.el (message-cite-reply-above): New variable.
9176         (message-yank-original): Use it.
9177
9178 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9181
9182 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9185         as read.
9186
9187         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9188
9189 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9192         (gnus-bookmark-default-file): Use gnus-directory.
9193         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9194         Remove "*" in doc string.
9195         (gnus-bookmark-write-file): Simplify.
9196         (gnus-bookmark-maybe-sort-alist): Use `when'.
9197         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9198         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9199         FIXME about Emacs 21 and XEmacs compatibility.
9200         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9201         compatibility.
9202         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9203         compatibility.
9204         (gnus-bookmark-menu-heading): Fix version.
9205
9206 2006-06-19  Bastien Guerry  <bzg@altern.org>
9207
9208         * gnus-bookmark.el: New file.
9209
9210 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * message.el (message-syntax-checks): Doc fix.
9213
9214 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9215
9216         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9217         unsubscribed groups as if they were killed ones.  It causes duplicate
9218         entries in gnus-newsrc-alist.
9219
9220 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * message.el (message-syntax-checks): Doc fix.
9223         (message-send-mail): Add check for continuation headers.
9224         (message-check-news-header-syntax): Fix regexp used to check for
9225         continuation headers.
9226
9227 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9230
9231 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9234
9235 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9238         default-truncate-lines.
9239
9240 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9243         to fill the utf-8 entry.
9244
9245         * lpath.el: Fbind unicode-precedence-list.
9246
9247 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9248
9249         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9250
9251 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9252
9253         * gnus-agent.el (directory-files-and-attributes): Move all the way
9254         forward (the third and final move).
9255         (gnus-agent-read-agentview): Trap reconstruction errors due to
9256         nonexistant directory.  Handle by returning nil.
9257
9258 2006-05-30  Didier Verna  <didier@xemacs.org>
9259
9260         * message.el (message-dont-reply-to-names): Update the custom type.
9261         * message.el (message-dont-reply-to-names): New defsubst: potentially
9262         convert a list of regexps into a single one.
9263         * message.el (message-get-reply-headers): Use it.
9264         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9265
9266 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-agent.el (directory-files-and-attributes): Move forward.
9269
9270 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * gnus-ml.el (gnus-mailing-list-subscribe)
9273         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9274         (gnus-mailing-list-message): Fix doc strings.
9275
9276 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9277
9278         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9279         of doing it manually.
9280
9281 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9284         comment.
9285
9286 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9287
9288         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9289         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9290         (gnus-agent-read-local): All symbols allocated in my-obarray.
9291         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9292         (gnus-agent-regenerate-group): Check numeric names to see if they are
9293         messages or groups.
9294         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9295         better way of do this...)
9296
9297         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9298         'dummy.group' (there should be a better way of do this...)
9299
9300 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9303         (gnus-saved-headers): Ditto.
9304         (gnus-default-article-saver): Mention functions may have properties.
9305         (gnus-article-save): Override gnus-save-all-headers and
9306         gnus-saved-headers by :headers property which saver function may have.
9307         (gnus-summary-save-in-file): Add :headers property.
9308         (gnus-summary-write-to-file): Ditto.
9309
9310         * gnus-sum.el (gnus-summary-save-article): Bind
9311         gnus-prompt-before-saving to t when saving many articles in a file;
9312         always show all headers.
9313
9314         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9315
9316 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9319         marks.
9320
9321         * message.el (message-indent-citation): Add optional arguments to allow
9322         using it outside of message buffers.
9323
9324         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9325         (gnus-article-treat-unfold-headers): Use it.
9326         (gnus-article-truncate-lines): New variable.
9327         (gnus-article-mode): Use it.
9328         (gnus-article-toggle-truncate-lines): New function.
9329
9330         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9331         gnus-article-toggle-truncate-lines.
9332
9333         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9334         coding system in XEmacs, use binary.
9335
9336 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9339         after-load-alist.
9340
9341         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9342         this function should save decoded articles.
9343         (gnus-summary-write-to-file): Use property to specify this function
9344         should save decoded articles and specify gnus-summary-save-in-file
9345         should be used to save articles other than the first one when saving
9346         many articles.
9347         (gnus-summary-save-body-in-file): Use property to specify this
9348         function should save decoded articles.
9349         (gnus-summary-write-body-to-file): Use property to specify this
9350         function should save decoded articles and specify
9351         gnus-summary-save-body-in-file should be used to save articles other
9352         than the first one when saving many articles.
9353
9354         * gnus-sum.el (gnus-summary-save-article): Simplify.
9355
9356 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-art.el (gnus-default-article-saver): Add
9359         gnus-summary-write-body-to-file.
9360         (gnus-article-save-coding-system): Don't use coding system object
9361         in XEmacs.
9362         (gnus-read-save-file-name): Add optional `dir-var' argument which
9363         specifies directory in which files are saved; work even if optional
9364         `variable' argument is not specified.
9365         (gnus-summary-write-to-file): Read file name.
9366         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9367         (gnus-summary-write-body-to-file): New function.
9368
9369         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9370         (gnus-summary-local-variables): Add it.
9371         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9372         (gnus-summary-save-article): Remove optional `decode' argument;
9373         determine whether to decode articles by the value of
9374         gnus-default-article-saver; when saving many files using
9375         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9376         it first and use gnus-summary-save-in-file or
9377         gnus-summary-save-body-in-file thereafter unless
9378         gnus-prompt-before-saving is always; move point to article which
9379         will be saved.
9380         (gnus-summary-save-article-file): Revert.
9381         (gnus-summary-write-article-file): Revert.
9382         (gnus-summary-save-article-body-file): Revert.
9383         (gnus-summary-write-article-body-file): New function.
9384
9385 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-art.el (gnus-default-article-saver): Doc fix.
9388         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9389         from gnus-summary-save-article-coding-system, and default to a
9390         certain coding system.
9391         (gnus-output-to-file): Add coding cookie and encode text according
9392         to gnus-article-save-coding-system; don't use mm-append-to-file.
9393
9394         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9395         gnus-art.el and rename to gnus-article-save-coding-system.
9396         (gnus-summary-save-article): Require gnus-art; don't show all
9397         headers if it decodes articles; don't add coding cookie here;
9398         don't bind mm-text-coding-system-for-write.
9399         (gnus-summary-save-article-file): Save decoded articles.
9400         (gnus-summary-write-article-file): When saving many files, use
9401         gnus-summary-write-to-file first and gnus-summary-save-in-file
9402         thereafter unless gnus-prompt-before-saving is always.
9403         (gnus-summary-save-article-body-file): Save decoded articles.
9404
9405         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9406
9407 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * nnrss.el (nnrss-check-group): Bind hash-index.
9410
9411 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9412
9413         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9414         its hash index.  Store this hash in `nnrss-group-data'.
9415         (nnrss-read-group-data): Update accordingly.
9416
9417 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9420         entry.
9421
9422         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9423         gnus-article-browse-html-article.
9424
9425 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9426
9427         * gnus-sum.el (gnus-summary-mime-map): Add
9428         gnus-article-browse-html-article.
9429
9430         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9431
9432 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9435         suitable coding systems in customize.
9436
9437 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * mail-source.el (mail-sources): Fix custom type.
9440
9441 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9444         (gnus-summary-expire-articles-now): Shorten prompt.
9445
9446         * gmm-utils.el (wid-edit): Require.
9447         (defun-gmm): Renamed from `gmm-defun-compat'.
9448         (gmm-image-search-load-path): Use it.
9449         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9450
9451 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9454         variable.
9455         (gnus-summary-save-article): Add optional `decode' argument.  If
9456         it is set and gnus-summary-save-article-coding-system is non-nil,
9457         save decoded article.
9458         (gnus-summary-write-article-file): Save decoded article if
9459         gnus-summary-save-article-coding-system is non-nil.
9460
9461         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9462         type.
9463
9464 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9467
9468 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9471         first to test gnus-single-article-buffer which may be buffer-local.
9472
9473         * gnus-sum.el (gnus-summary-setup-buffer): Make
9474         gnus-single-article-buffer buffer-local and nil in ephemeral
9475         group; make gnus-article-buffer, gnus-article-current, and
9476         gnus-original-article-buffer always buffer-local.
9477         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9478         group.
9479         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9480
9481 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * nnml.el (nnml-request-compact-group): Compressed files might not
9484         have .gz extension.
9485
9486 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9487
9488         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9489         (mm-copy-to-buffer): Use with-current-buffer.
9490         (mm-display-part): Simplify.
9491         (mm-inlinable-p): Add optional arg `type'.
9492
9493 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9494
9495         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9496         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9497         Try harder to show the attachment internally or externally using
9498         gnus-mime-view-part-as-type.
9499
9500 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * message.el (message-from-style, message-signature-separator)
9503         (message-user-organization-file, message-send-mail-function)
9504         (message-citation-line-function, message-yank-prefix)
9505         (message-indent-citation-function, message-signature)
9506         (message-signature-file, message-signature-insert-empty-line):
9507         Remove autoloads.
9508
9509         * gnus-art.el (gnus-buttonized-mime-types): Remove
9510         "multipart/signed".  Revert 2006-04-26 change.
9511
9512 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * gnus.el (gnus-version-number): Bump version.
9515
9516 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9517
9518         * gnus.el: No Gnus v0.5 is released.
9519
9520 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9521
9522         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9523         fetching articles by message-id.
9524
9525 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * message.el (hashcash): Require hashcash as normal.
9528
9529         * ecomplete.el (ecomplete-highlight-match-line): Use
9530         point-at-eol.
9531         (ecomplete-highlight-match-line): Use `highlight', because that
9532         face exists in both Emacs and XEmacs.
9533
9534         * message.el (message-display-abbrev): Use point-at-bol.
9535
9536         * mail-source.el: Don't require timer/timer-funcs.
9537
9538         * gnus-async.el: Ditto.
9539
9540         * password.el: Ditto.
9541
9542         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9543
9544         * mm-url.el: Ditto.
9545
9546         * gnus-xmas.el: Don't require timer-funcs.
9547
9548         * mm-util.el: Require timer/timer-funcs.
9549
9550 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9551
9552         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9553         Close.
9554
9555 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9558         unibyte after clear-decrypt function runs.
9559
9560         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9561         returns as a unibyte string.
9562
9563 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * lpath.el: Revert.
9566
9567         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9568         (pgg-gpg-process-sentinel): Revert.
9569
9570         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9571         (pgg-pgp-lookup-key): Revert.
9572
9573         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9574         (pgg-pgp5-lookup-key): Revert.
9575
9576         * pgg.el (pgg-fetch-key): Revert.
9577
9578 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * lpath.el: Fbind string-as-multibyte for XEmacs.
9581
9582         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9583         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9584         (mml1991-pgg-encrypt): Ditto.
9585
9586         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9587         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9588         a multibyte buffer.
9589
9590         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9591         (pgg-pgp-lookup-key): Ditto.
9592
9593         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9594         (pgg-pgp5-lookup-key): Ditto.
9595
9596         * pgg.el (pgg-fetch-key): Ditto.
9597
9598 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * message.el (message-user-organization-file): Check several
9601         locations of the organization file.
9602
9603         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9604         Add gnus-article-view-part-as-type.
9605
9606         * gnus-art.el (gnus-article-view-part-as-type): New function.
9607
9608         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9609         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9610
9611         * mml.el: Simplify autoload.
9612         (mml-mode): defvar dnd-protocol-alist instead of using
9613         symbol-value.
9614         (mml-default-directory): New variable.
9615         (mml-minibuffer-read-file): Use it.
9616         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9617
9618         * message.el (message-citation-line-format): New variable.
9619         (message-insert-formated-citation-line): New function.
9620         (message-citation-line-function): Add
9621         `message-insert-formated-citation-line' to custom type.
9622
9623         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9624         to doc string.
9625
9626         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9627         depending on mm-verify-option.
9628
9629 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9632         binding pgg-* variables; reimplement the section which prevents
9633         MIME header from being signed.
9634         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9635         pgg-text-mode; remove a blank line at the top of body.
9636
9637         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9638         lines at the top of body; use gnus-newsgroup-charset if there's no
9639         Charset header.
9640
9641 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * message.el (message-self-insert-commands): Doc fix.
9644
9645         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9646         (mm-uu-pgp-encrypted-test): Ditto.
9647         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9648         between header and body; return application/pgp-encrypted handle
9649         if decryption failed; decode decrypted body by charset.
9650
9651         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9652         element match to application/pgp-*.
9653
9654 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9655
9656         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9657         HTML.
9658
9659 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * mail-source.el (mail-source-call-script): Message the error
9662         string.
9663
9664 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * gnus-util.el (gnus-byte-compile): Use it.
9667
9668 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9669
9670         * gnus-util.el (kill-empty-logs): New function.
9671
9672 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * message.el (message-mail-alias-type): Doc fix.
9675         (message-mail-alias-type-p): New function.
9676         (message-send): Use it.
9677         (message-mode): Ditto.
9678         (message-strip-forbidden-properties): Ditto.
9679
9680         * ecomplete.el (ecomplete-database-file-coding-system): New
9681         variable.
9682         (ecomplete-save): Use it.
9683         (ecomplete-setup): Use it.
9684
9685 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * message.el (message-self-insert-commands): New variable.
9688         (message-strip-forbidden-properties): Use it.
9689
9690 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9693         that doesn't make XEmacs choke.
9694
9695 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-util.el (gnus-replace-in-string):
9698         Prefer replace-regexp-in-string over of replace-in-string.
9699
9700 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-util.el (gnus-select-frame-set-input-focus):
9703         Use select-frame-set-input-focus if it is available in XEmacs; use
9704         definition defined in Emacs 22 for old Emacsen.
9705
9706         * dgnushack.el: Autoload unmorse-region for XEmacs.
9707
9708         * lpath.el: Bind cursor-in-non-selected-windows and
9709         select-frame-set-input-focus for XEmacs.
9710
9711 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9714
9715 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * gnus-registry.el (gnus-registry-cache-save): Remove text
9718         properties when saving via the temp buffer.
9719
9720 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * message.el (message-generate-hashcash): Honor custom type.
9723
9724 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * message.el (message-generate-hashcash): Default to non-nil when
9727         hashcash is found.
9728
9729         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9730         (gnus-refer-thread-limit): Increase default to 500.
9731
9732         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9733
9734         * flow-fill.el (fill-flowed): Allow delete-space.
9735
9736 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9739         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9740         Remove autoloads.
9741
9742 2006-04-18  Simon Josefsson  <jas@extundo.com>
9743
9744         * message.el (message-generate-hashcash): Default to.
9745
9746 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9749         concatenating segments rather than before concatenating them.
9750
9751 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9754
9755 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9758
9759         * message.el (message-forward-make-body-plain): Allow
9760         message-forward-ignored-headers to be a list.
9761         (message-remove-ignored-headers): Factor out into function.
9762         (message-forward-make-body-mml): Use it.
9763
9764         * imap.el (imap-quote-specials): New function.
9765         (imap-login-auth): Quote specials.
9766
9767         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9768         (rfc2231-parse-string): Allow concatanation of parameters that
9769         aren't contiguous.  The test case is
9770           (mail-header-parse-content-type "message/external-body;
9771             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9772             access-type=LOCAL-FILE;
9773             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9774
9775 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9776
9777         * nntp.el (nntp-accept-process-output): Return the value of
9778         `nnheader-accept-process-output'.
9779
9780 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9783         (gnus-button-alist): Recognize more diff formats.
9784         (gnus-button-patch): Strip directory.
9785
9786 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9789         Emacs 22 when setting focus.
9790
9791 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus-art.el (gnus-article-treat-types): Do treatment of
9794         text/x-verbatim parts.
9795         (gnus-button-patch): New command.
9796
9797         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9798         addresses that contain invalid characters.
9799
9800 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * message.el (message-put-addresses-in-ecomplete): Use
9803         gnus-replace-in-string.
9804         (message-is-yours-p): Use the more correct
9805         mail-header-parse-address instead of
9806         mail-extract-address-components.
9807         (message-put-addresses-in-ecomplete): Fix typo.
9808
9809         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9810         keystroke.
9811
9812         * gnus-art.el (gnus-treatment-function-alist): Change order of
9813         newsgroups/generic header folding to avoid double-folding.
9814
9815         * message.el (message-hidden-headers): Add X-Draft-From.
9816
9817         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9818         command.
9819         (gnus-summary-repeat-search-article-backward): New command.
9820
9821         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9822         groups in the parent topic.
9823
9824 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9825
9826         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9827         (spam-extra-header-to-number): Return the CRM114 number as a
9828         number instead of a string.
9829
9830 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus-art.el (gnus-face-properties-alist): Moved here from
9833         gnus-fun.
9834
9835         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9836
9837 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * message.el (message-strip-forbidden-properties): Only display on
9840         self-insert-command.
9841
9842         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9843         reindent.
9844         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9845
9846 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9847
9848         * smiley.el (smiley-style): Fix typo.
9849
9850 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * hashcash.el (hashcash-insert-payment-async-2): Use
9853         message-goto-eoh instead of doing it manually.
9854         (mail-add-payment): Use message-narrow-to-header instead of trying
9855         to do the same itself.
9856
9857         * message.el (message-hidden-headers): Add Face.
9858
9859         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9860         reparenting code.
9861         (gnus-summary-reparent-children): Refactored out code.
9862         (gnus-summary-thread-map): New keystroke.
9863         (gnus-summary-reparent-children): Make into command.
9864
9865         * smiley.el (smiley-style): Default to `medium' if using a large
9866         font.
9867
9868         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9869         does it itself.
9870
9871         * message.el (message-point-in-header-p): Simplify definition.
9872
9873 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * nnagent.el (nnagent-request-set-mark): Silence log file
9876         writing.
9877         (nnagent-request-set-mark): Use write-region instead of
9878         append-to-file.
9879
9880         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9881         strange select method.
9882
9883         * ecomplete.el (ecomplete-display-matches): Get highlightling
9884         right.
9885         (ecomplete-display-matches): Use literals.
9886         (ecomplete-display-matches): Disable message logging.
9887
9888         * message.el (message-display-abbrev): Small optimization.
9889
9890         * ecomplete.el (ecomplete-display-matches): Allow automatic
9891         display.
9892
9893         * message.el (message-strip-forbidden-properties): Display
9894         abbrevs.
9895         (message-display-abbrev): Get automatic display right.
9896
9897         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9898         keystrokes.
9899
9900 2006-04-13  Romain Francoise  <romain@orebokech.com>
9901
9902         TODO: Backport to v5-10!
9903
9904         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9905         Moved here (and renamed) from gnus-registry.el.
9906
9907         * gnus-registry.el: Require gnus-util.
9908         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9909
9910 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * gnus-group.el (gnus-group-catchup-current): Change
9913         if-then-else-if-then-else into cond.
9914         (gnus-group-catchup): Indent.
9915         (group-name-at-point): New function.
9916         (gnus-fetch-group): Provide default from thing at point.
9917
9918 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9919
9920         * message.el (message-display-abbrev): Fix regexp.
9921
9922         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9923         choosing.
9924         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9925         dead variables.
9926
9927         * message.el (message-newline-and-indent): Remove debugging.
9928         (message-display-abbrev): Use new implementation.
9929
9930 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gnus-art.el (gnus-article-mode): Set
9933         cursor-in-non-selected-windows to nil.
9934
9935         * smiley.el: Revert previous change.
9936         (smiley-data-directory): defvar it before using it in the
9937         defcustom of `smiley-style'.
9938
9939 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * message.el (message-newline-and-indent): New function.
9942
9943         * ecomplete.el: Implement more bits.
9944
9945         * message.el (message-put-addresses-in-ecomplete): Clean up the
9946         string.
9947
9948         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9949
9950         * gnus-sum.el (gnus-summary-save-parts): Bind
9951         gnus-summary-save-parts-counter and use it to make unique file
9952         names.
9953
9954         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9955
9956         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9957         parameter to say whether to actually parse the individual
9958         addresses.
9959
9960         * message.el (message-put-addresses-in-ecomplete): New function.
9961         (ecomplete): Require.
9962         (message-mail-alias-type): Add ecomplete as an option.
9963
9964 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9965
9966         * flow-fill.el (fill-flowed): Remove trailing space from blank
9967         quoted lines.
9968
9969 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9970
9971         * smiley.el (smiley-style): Move definition later to avoid a
9972         compilation warning.
9973
9974 2006-04-12  Kenichi Handa  <handa@m17n.org>
9975
9976         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9977         buffer and then decode the buffer text if necessary.
9978         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9979         first, and after mm-encode-body, change the buffer to unibyte.
9980         Use mm-disable-multibyte instead of set-buffer-multibyte.
9981
9982 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9985         Content-Type header instead of Content-Disposition header.
9986         (gnus-mime-inline-part): Ditto.
9987         (gnus-mime-view-part-as-charset): Ignore charset that the part
9988         specifies.
9989
9990         * mm-decode.el (mm-display-part): Work with external parts and
9991         usual parts similarly.
9992
9993         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9994         instead of gnus-display-mime.
9995
9996         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9997         instead of with-temp-buffer.
9998
9999         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10000         tag to summarized topics part in order to encode non-ASCII text.
10001
10002 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * smiley.el (smiley-style): New variable.
10005         (smiley-directory): New function.
10006         (smiley-data-directory): Derive from `smiley-style' using
10007         `smiley-directory'.
10008         (smiley-regexp-alist): Add new entries.
10009
10010         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10011         (gnus-article-browse-delete-temp): Add :version.
10012
10013 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10014
10015         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10016         the sieve region.
10017
10018 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * gnus.el (gnus-version-number): Bump version.
10021
10022 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * gnus.el: No Gnus v0.4 is released.
10025
10026 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10029         layout.
10030
10031         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10032         unknown charset.
10033
10034         * message.el (message-header-synonyms): Add Original-To to the
10035         default.
10036
10037         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10038         optional parameter.
10039
10040 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * gnus-fun.el (gnus): Require it for gnus-directory.
10043
10044 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10047
10048 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10049
10050         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10051
10052 2006-04-05  Simon Josefsson  <jas@extundo.com>
10053
10054         * password.el (password-reset): New function.
10055
10056 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10059         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10060
10061 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10062
10063         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10064         Some whitespace was matched into the url, which broke browsing hits
10065         > 100 when mm-url-use-external was nil.
10066
10067 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10070         gnus-extra-headers for 'Newsgroups.
10071
10072         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10073         bound.
10074
10075 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10076
10077         * pgg-gpg.el: Clean up process buffers every time gpg processes
10078         complete.
10079
10080 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10083         doc string.
10084
10085 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10086
10087         * pgg-gpg.el (pgg-gpg-process-filter)
10088         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10089
10090         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10091         lines, temporary fix.
10092
10093 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10096
10097 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10098
10099         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10100         default-enable-multibyte-characters.  This reverts the change from
10101         revision 6.17 which is no longer necessary because the passphrase
10102         is sent separately now.  GnuPG messages are unreadable under
10103         multibyte locales with default-enable-multibyte-characters set to
10104         nil.
10105
10106 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * message.el (message-tool-bar-gnome): Move "spell".
10109
10110 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10113         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10114         instead.
10115
10116 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10117
10118         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10119         newsgroups handling for NNTP overviews which don't include
10120         Newsgroups.
10121
10122 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10123
10124         * message.el (message-resend): Bind message-generate-hashcash to nil.
10125
10126 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10127
10128         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10129         when searching for already-paid recipients.
10130
10131 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10132
10133         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10134         passphrases when it is not needed.
10135         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10136         passphrase stuff from gpg, should only be necessary when you use
10137         gpg with a smartcard.
10138
10139 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * mml.el (mml-insert-mime): Ignore cached contents of
10142         message/external-body part.
10143
10144         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10145         (mm-insert-part): Ditto.
10146
10147 2006-03-23  Simon Josefsson  <jas@extundo.com>
10148
10149         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10150         Reiner.
10151         (pgg-gpg-use-agent-p): Use it again.
10152
10153 2006-03-23  Simon Josefsson  <jas@extundo.com>
10154
10155         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10156         older emacsen.
10157         (pgg-gpg-use-agent-p): Don't use it.
10158
10159 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10162         if we can.
10163
10164 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10165
10166         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10167         (pgg-gpg-update-agent): New function.
10168         (pgg-gpg-use-agent-p): New function.
10169         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10170         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10171         (pgg-gpg-sign-region): Use it.
10172
10173 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10176         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10177
10178 2006-03-21  Simon Josefsson  <jas@extundo.com>
10179
10180         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10181         <wilde@sha-bang.de>.
10182         (pgg-gpg-use-agent): New variable.
10183         (pgg-gpg-process-region): Use it.
10184         (pgg-gpg-encrypt-region): Likewise.
10185         (pgg-gpg-encrypt-symmetric-region): Likewise.
10186         (pgg-gpg-decrypt-region): Likewise.
10187         (pgg-gpg-sign-region): Likewise.
10188         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10189
10190 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10193
10194         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10195         Add comment on version.
10196
10197 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * smiley.el: Add missing test smiley.
10200
10201 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * mm-decode.el (mm-with-part): New macro.
10204         (mm-get-part): Use it; work with message/external-body as well.
10205         (mm-save-part): Treat name and filename equally.
10206
10207         * mm-extern.el (mm-extern-cache-contents): New function.
10208         (mm-inline-external-body): Use it; force the part to be displayed;
10209         move undisplayer added to the cached handle to the parent.
10210
10211         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10212         (gnus-mime-view-part-as-type): Work with message/external-body.
10213
10214         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10215
10216 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10219         images in image-load-path.  [Sync with image.el, revision 1.60, in
10220         Emacs.]
10221
10222 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10225         path rather than symbol.  Always return list of directories.
10226         Guarantee that image directory comes first.  [Sync with image.el,
10227         revision 1.59, in Emacs.]
10228
10229         * message.el (message-make-tool-bar): Adjust to new API of
10230         `gmm-image-load-path-for-library'.
10231
10232         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10233
10234         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10235
10236 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10237
10238         * gnus-art.el (gnus-article-only-boring-p):
10239         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10240         intangible text.
10241         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10242
10243 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10246         `defun' instead of `gmm-defun-compat'.
10247
10248 2006-03-14  Simon Josefsson  <jas@extundo.com>
10249
10250         * message.el (message-unique-id): Don't use message-number-base36
10251         if (user-uid) is a float.
10252         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10253
10254 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10257
10258         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10259         empty line between a part and a message part.
10260
10261 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * smiley.el: Add more test smileys.
10264         (smiley-data-directory, smiley-regexp-alist)
10265         (gnus-smiley-file-types): Fix doc strings.
10266         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10267         adding new elements.
10268         (smiley-mouse-map): Unused code.  Make it a comment.
10269
10270 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10273         scan latest NoCeM messages instead of old ones.
10274         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10275         delimiters that are recently used.
10276         (gnus-nocem-load-cache): Add autoload cookie.
10277
10278         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10279
10280         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10281         level which is larger than gnus-use-nocem is specified.
10282
10283         * gnus-group.el (gnus-group-get-new-news): Ditto.
10284
10285 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-util.el (gnus-tool-bar-update): New function.
10288
10289         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10290         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10291
10292         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10293
10294         * gnus-group.el (gnus-group-redraw-when-idle)
10295         (gnus-group-redraw-check): Remove.
10296         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10297
10298 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10301         if optional last element is specified in splits (FIELD VALUE...).
10302
10303 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10306         to gmm-image-load-path-for-library.  Call with no-error argument.
10307         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10308
10309         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10310
10311         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10312
10313         * gmm-utils.el (gmm-image-load-path): Remove alias.
10314
10315 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gmm-utils.el (gmm-image-load-path): Add alias.
10318
10319         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10320         nnml-generate-nov-databases-1.
10321         (nnml-generate-nov-databases): Use it.
10322         (nnml-generate-nov-databases-directory): Document no-active
10323         argument.
10324
10325         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10326         directory if path is t.  Add no-error.
10327
10328         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10329         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10330
10331         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10332         resetting gnus-article-browse-html-temp-list.
10333
10334         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10335         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10336         Add example to docstring.  Rename local variables.  Move error
10337         checks to default case in cond and simplify.
10338
10339 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10342         handle is multipart when calling it recursively.
10343         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10344
10345 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10346
10347         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10348         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10349
10350 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10353         is loaded.
10354
10355         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10356         loaded.
10357
10358 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10361         to "Emacs 23 (unicode)" in doc string.
10362
10363         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10364         "Emacs 23 (unicode)" in comment.
10365
10366 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10369
10370         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10371         characters 160 through 255 in Emacs 23.
10372
10373 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10376         gnus-article-browse-html-temp.
10377         (gnus-article-browse-delete-temp): Make it customizable.  Add
10378         `file'.  Adjust doc string.
10379         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10380         query for each file.  Adjust doc string.
10381         (gnus-article-browse-html-parts): Add
10382         `gnus-article-browse-delete-temp-files' to
10383         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10384
10385 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10386
10387         * gnus-art.el (gnus-article-browse-html-temp)
10388         (gnus-article-browse-delete-temp): New variables.
10389         (gnus-article-browse-delete-temp-files): New function.
10390         (gnus-article-browse-html-parts): Use it.
10391
10392 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10395
10396         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10397         string.
10398
10399         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10400         gnus-summary-insert-new-articles when unplugged.  Remove
10401         gnus-summary-search-article-forward.
10402
10403         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10404         display-visual-class instead of display-color-cells.
10405
10406 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * dgnushack.el: Autoload customize-group for XEmacs.
10409
10410         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10411         message/* containing non-ASCII text properly.
10412
10413 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * message.el: Require gmm-utils, remove autoloads.
10416         (message-tool-bar): Set default based on
10417         gmm-tool-bar-style.
10418         (message-tool-bar-gnome): Add gmm-customize-mode.
10419
10420         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10421         gmm-tool-bar-style.
10422         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10423
10424         * gnus-group.el (gnus-group-tool-bar): Set default based on
10425         gmm-tool-bar-style.
10426         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10427
10428         * gmm-utils.el (gmm-image-directory): Rename variable from
10429         gmm-image-load-path.
10430         (gmm-image-load-path): Use gmm-image-directory.
10431         (gmm-customize-mode): New function.
10432         (gmm-tool-bar-style): New variable.
10433
10434         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10435         gnus-group-redraw-line-number.
10436         (gnus-group-redraw-check): Simplify.
10437         (gnus-group-tool-bar-update): Remove redraw check.
10438         (gnus-group-make-tool-bar): Add redraw check.
10439
10440 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10441
10442         * gnus-art.el (gnus-button): Add missing parentheses.
10443
10444 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * lpath.el: Fbind line-number-at-pos.
10447
10448 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10451
10452 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-art.el (gnus-button): New face.
10455         (gnus-article-button-face): Use it.
10456
10457         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10458         gnus-summary-next-page.  Re-order.
10459
10460         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10461         next-node are now included.
10462         (gnus-group-redraw-line-number): New internal variable.
10463         (gnus-group-redraw-check): Helper function for updating the tool
10464         bar.
10465         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10466
10467         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10468
10469         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10470         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10471         Use it to match format of Spamassassin 3.0 and later.  Reported by
10472         IRIE Tetsuya <irie@t.email.ne.jp>.
10473         (spam-check-bogofilter)
10474         (spam-bogofilter-register-with-bogofilter): Fix args of
10475         `gnus-error' calls.
10476
10477 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10480         unnecessary interaction when sending queued mails.  Reported by
10481         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10482
10483 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10486         first or last are nil.
10487
10488 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10489
10490         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10491
10492 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493
10494         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10495
10496 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * dns.el (query-dns): Protect more against buggy tcp output.
10499
10500 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10503         nov.php.
10504
10505 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10506
10507         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10508         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10509         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10510         output on the server side.
10511         (nnweb-google-create-mapping): Update regexps and add some
10512         progress indication.
10513
10514 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10517         gnus-agent-toggle-plugged.  Re-order icons.
10518         (gnus-group-tool-bar-gnome): Add
10519         gnus-group-{prev,next}-unread-group.
10520         (gnus-group-tool-bar-gnome): Re-order icons.
10521
10522         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10523         gnus-summary-insert-new-articles.
10524
10525         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10526         comments.
10527
10528         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10529         also available in Emacs 21.3.
10530
10531         * message.el (message-fix-before-sending): Change "Emacs 22" to
10532         "Emacs 23 (unicode)" in comment.
10533
10534         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10535         "Emacs 23 (unicode)" in comment.
10536
10537         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10538         comment.
10539         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10540
10541         * mm-view.el (mm-fill-flowed): Add :version.
10542
10543 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10546         and load-path.
10547
10548 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * message.el: Autoload gmm-image-load-path.
10551         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10552         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10553         consitency.
10554
10555         * gmm-utils.el (gmm-image-load-path): Also search in
10556         "../etc/images".  Don't set gmm-image-load-path if we don't find
10557         the image.
10558
10559 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gmm-utils.el (gmm-image-load-path): Don't make
10562         `gmm-image-load-path' include subdirectories which the second arg
10563         `image' might specify.
10564
10565         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10566         subdirectory to icon file names.
10567
10568         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10569
10570 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10573         gmm-image-load-path calls.
10574
10575         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10576
10577         * message.el (message-make-tool-bar): Ditto.
10578
10579         * mml.el (mml-preview): Added comment concerning tool bar icons.
10580
10581         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10582         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10583
10584         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10585         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10586
10587         * message.el (message-tool-bar-gnome): Use new icon names.
10588         (message-make-tool-bar): Use `gmm-image-load-path'.
10589
10590         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10591         functions from MH-E.
10592         (gmm-image-load-path): New variable from MH-E.
10593         (gmm-image-load-path): New function from MH-E.  Added arguments
10594         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10595         *-image-load-path-called-flag.
10596
10597 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10598
10599         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10600
10601 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10602
10603         * nnimap.el (nnimap-request-move-article): Change folder back to
10604         source group before deleting.
10605
10606 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10609
10610         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10611         mm-url.
10612
10613         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10614
10615 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10618         coding system which mm-charset-to-coding-system returns for a
10619         given charset is valid.
10620
10621 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10622
10623         * html2text.el (html2text-remove-tag-list):
10624         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10625
10626 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10627
10628         * gnus-cus.el: Revert 2005-10-17 change.
10629
10630 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-art.el (article-strip-banner): Call
10633         article-really-strip-banner only when the regexp match is made.
10634
10635 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (article-strip-banner): Use
10638         gnus-extract-address-components instead of
10639         mail-header-parse-addresses to make it work with non-ASCII text;
10640         remove mail-encode-encoded-word-string.
10641
10642         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10643         values which are surrounded with \"...\"; make it never cause a
10644         Lisp error; give up parsing of parameters if it failed in
10645         extracting type.
10646
10647 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10648
10649         * smime.el (smime-cert-by-ldap-1): Fix bug where
10650         `smime-ldap-search' returns results without userCertificates.
10651
10652 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10655
10656 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * spam.el (spam-check-spamassassin-headers): Adapt format for
10659         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10660         <ari@mbf.ocn.ne.jp>.
10661         (spam-list-of-processors): Add spam-use-gmane.
10662
10663 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10666         make-temp-file; make it work with XEmacs as well.
10667
10668         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10669         mm-make-temp-file.
10670
10671         * mm-decode.el (mm-display-external): Use the 3rd arg of
10672         mm-make-temp-file.
10673         (mm-create-image-xemacs): Ditto.
10674
10675 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10678         with message-narrow-to-headers.
10679         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10680         (gnus-draft-check-draft-articles): New function.
10681         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10682
10683 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-art.el (gnus-article-browse-html-parts):
10686         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10687         Don't use suffix argument for mm-make-temp-file for Emacs 21
10688         compatibility.  Remove useless `format'.
10689
10690 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10691
10692         * nnweb.el (nnweb-google-wash-article): Update regexps.
10693         (nnweb-group-alist): Use defvoo instead of defvar.
10694
10695 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10698         re-loading nn* modules.
10699
10700 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10703         for `tool-bar-mode' and don't check it's default-value.
10704
10705         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10706
10707         * message.el (message-make-tool-bar): Ditto.
10708
10709         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10710         `substring'.  Shorten tmp-file name.
10711
10712         * gnus.el: Remove bogus comment.
10713
10714 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10715
10716         * gnus-art.el (gnus-article-browse-html-parts): New function.
10717         (gnus-article-browse-html-article): New function for viewing html
10718         articles with a browser.
10719
10720 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10721
10722         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10723         in elisp.
10724         (pgg-gpg-encrypt-symmetric-region): Ditto.
10725         (pgg-gpg-sign-region): Ditto.
10726
10727         * pgg-def.el (pgg-text-mode): New variable.
10728
10729         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10730         (mml2015-pgg-encrypt): Ditto.
10731
10732         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10733         (mml1991-pgg-encrypt): Ditto.
10734
10735 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10738         message-make-date instead of current-time-string.
10739
10740         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10741         to gnus-decoded which mm-uu might set.
10742
10743 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10746         don't decode quoted parameters; remove misimported Emacs code.
10747         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10748         (rfc2231-decode-encoded-string): Don't use split-string which
10749         behaves differently according to Emacs version; use
10750         mm-decode-coding-region to convert charset to coding-system.
10751         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10752         (rfc2231-encode-string): Remove misimported Emacs code.
10753
10754 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10757         when calling mail-header-parse-content-type.
10758         (article-de-quoted-unreadable): Ditto.
10759         (article-de-base64-unreadable): Ditto.
10760         (article-wash-html): Ditto.
10761
10762         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10763         calling mail-header-parse-content-type and
10764         mail-header-parse-content-disposition.
10765         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10766         mail-header-parse-content-type.
10767
10768         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10769         insert charset and format parameters; encode description after
10770         inserting it to buffer.
10771         (mml-insert-parameter): Fold lines properly even if a parameter is
10772         segmented into two or more lines; change the max column to 76.
10773
10774         * rfc1843.el (rfc1843-decode-article-body): Don't use
10775         ignore-errors when calling mail-header-parse-content-type.
10776
10777         * rfc2231.el (rfc2231-parse-string): Return at least type if
10778         possible; don't cause an error even if it fails in parsing of
10779         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10780         (rfc2231-encode-string): Don't break lines at the beginning, leave
10781         it to mml-insert-parameter.
10782
10783         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10784         calling mail-header-parse-content-type.
10785
10786 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * spam-report.el (spam-report-gmane-use-article-number):
10789         Improve doc string.
10790         (spam-report-gmane-internal): Check if a suitable header was found
10791         in the article.
10792
10793 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10796         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10797
10798 2006-02-05  Romain Francoise  <romain@orebokech.com>
10799
10800         Update copyright notices of all files in the gnus directory.
10801
10802 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10803
10804         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10805
10806 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10809         segmented lines of parameter value to cope with Thunderbird 1.5
10810         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10811         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10812         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10813
10814 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10815
10816         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10817         parts.
10818
10819 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10820
10821         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10822         there's only one active file for all servers.
10823         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10824         solid groups.  Gnus might have used a FAST request to select the group.
10825         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10826         and nnweb-search redundantly in the active file.
10827         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10828         (nnweb-request-create-group): Don't use ARGS.
10829         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10830         initialisations.  Let nnoo do the work.
10831
10832 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10835         Say the part has been decoded.
10836
10837         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10838
10839 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10840
10841         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10842         mailcap-viewer-test-cache when there's no 'test clause, since that
10843         will invert the meaning of a "nil" test previously determined by
10844         mailcap-mailcap-entry-passes-test.
10845
10846 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10849         compiling.
10850
10851         * gnus-sum.el: Ditto.
10852
10853         * message.el: Don't bind tool-bar-map when compiling.
10854
10855 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10858
10859 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10860
10861         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10862         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10863         current Google Groups.
10864
10865 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10868         and tool-bar-mode.
10869
10870         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10871         and tool-bar-mode.
10872
10873         * message.el (message-tool-bar-update): Simplify.
10874         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10875
10876         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10877         gnus-summary-buffer.
10878         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10879         gnus-summary-reply.
10880
10881         * gmm-utils.el (gmm): Add :version.
10882
10883 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * Makefile.in (clean): New rule.
10886         (distclean): Use it.
10887
10888 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10889
10890         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10891         autoload.
10892
10893 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gmm-utils.el (gmm-verbose): Add :group.
10896
10897 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * message.el: Change some comments WRT tool-bars.
10900
10901         * gnus-sum.el (gnus-summary-tool-bar)
10902         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10903         (gnus-summary-tool-bar-zap-list): New variables.
10904         (gnus-summary-make-tool-bar): Complete rewrite using
10905         `gmm-tool-bar-from-list'.
10906
10907         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10908         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10909         variables.
10910         (gnus-group-make-tool-bar): Complete rewrite using
10911         `gmm-tool-bar-from-list'.
10912         (gnus-group-tool-bar-update): New function.
10913
10914         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10915
10916 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10919         is dissected into a single part of which the type is the same as
10920         the given one; decode charset.
10921
10922 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10923
10924         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10925         into alists as symbol not string, since that's what
10926         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10927         look for.
10928
10929 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10932         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10933
10934         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10935
10936 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10939         (gnus-xmas-mime-security-button-menu): New function.
10940
10941         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10942         (gnus-mime-security-button-menu): New definition.
10943         (gnus-mime-security-button-map): Use them.
10944         (gnus-mime-security-button-menu): New function.
10945         (gnus-insert-mime-security-button): Addition to help echo.
10946         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10947         (gnus-mime-security-pipe-part): New functions.
10948
10949         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10950         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10951
10952         * mm-decode.el (mm-handle-set-disposition): Remove.
10953         (mm-handle-set-description): Remove.
10954
10955 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10958         (mm-w3m-standalone-supports-m17n-p): New function.
10959         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10960         w3m usage.
10961
10962         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10963         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10964
10965 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * message.el (message-tool-bar-zap-list): Use
10968         gmm-tool-bar-zap-list as custom type.
10969         (message-tool-bar-update): New function.
10970         (message-tool-bar, message-tool-bar-gnome)
10971         (message-tool-bar-retro): Add message-tool-bar-update.
10972         (message-tool-bar-gnome): Add flyspell-buffer.
10973
10974         * gnus-util.el (gnus-error): Describe `args'.
10975
10976         * gmm-utils.el (gmm-error): Describe `args'.
10977         (gmm-tool-bar-zap-list): New widget.
10978         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10979
10980 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10983         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10984         the number of recursive calls.
10985
10986         * mm-decode.el (mm-handle-set-disposition): New macro.
10987         (mm-handle-set-description): New macro.
10988
10989 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10992         encoding.
10993
10994 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * message.el (message-tool-bar-zap-list, message-tool-bar)
10997         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10998         (message-tool-bar-local-item-from-menu): Remove.
10999         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11000         (message-make-tool-bar): New function.
11001         (message-mode): Use `message-make-tool-bar'.
11002
11003         * gmm-utils.el: New file.
11004         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11005         (gmm-lazy): New widget copied from `nnmail.el'.
11006         (gmm-tool-bar-from-list): New function for creating customizable
11007         tool bars.
11008         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11009         output.
11010         (gmm): Add :prefix to defgroup.
11011
11012 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11013
11014         * gmm-utils.el (gmm-widget-p): New function.
11015
11016 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * mml.el (mml-attach-file): Describe `description' in doc string.
11019         (mml-menu): Add Emacs MIME manual and PGG manual.
11020
11021 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11022
11023         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11024
11025 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11026
11027         * nntp.el (nntp-end-of-line): Doc fix.
11028
11029 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11030
11031         * imap.el (imap-open): Handle case where buffer is a buffer
11032         object.
11033
11034 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11035
11036         * gnus-delay.el (gnus-delay): Don't autoload.
11037         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11038         to be re-loaded when customizing the `gnus-delay' group.
11039
11040 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11041
11042         * message.el (message-insert-citation-line): Use newlines.
11043
11044 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11045
11046         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11047         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11048         these routines, so the passphrase can be managed externally and
11049         passed in to the system.
11050         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11051         pgg-add-passphrase-to-cache function.
11052
11053         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11054         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11055         these routines, so the passphrase can be managed externally and
11056         passed in to the system.
11057         (pgg-pgp5-sign-region): Use new name of
11058         pgg-add-passphrase-to-cache function.
11059
11060 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11061
11062         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11063         part of the decoded armor to find the key-identifier.
11064         (pgg-gpg-lookup-key-owner): New function to return the
11065         human-readable identifier of a key owner.
11066         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11067         itself.
11068         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11069         the key value) if we have a key and can match it against a secret
11070         key.  Also, added a note pointing out fact that the prompt only
11071         indicates the first matching key.
11072
11073         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11074         pgg-decrypt-region.
11075         (pgg-add-passphrase-to-cache): Rename from
11076         `pgg-add-passphrase-cache' to reduce confusion (all callers
11077         changed).
11078         (pgg-remove-passphrase-from-cache): Rename from
11079         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11080         changed).
11081         (pgg-read-passphrase, pgg-add-passphrase-cache)
11082         (pgg-remove-passphrase-cache): Add informative docstrings.
11083         (pgg-decrypt): Convey provided passphrase in subordinate call to
11084         pgg-decrypt-region.
11085
11086 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11087
11088         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11089         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11090         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11091         'passphrase' argument, so the passphrase can be managed externally
11092         and then passed in to the system.
11093
11094         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11095         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11096         so the passphrase cache can be used reliably with identifiers
11097         besides a pgp packet's key id.
11098
11099         * pgg-gpg.el (pgg-gpg-encrypt-region)
11100         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11101         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11102         these routines, so the passphrase can be managed externally and
11103         passed in to the system.
11104
11105         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11106         'notruncate' argument, so the passphrase cache can be used
11107         reliably with identifiers besides a pgp packet's key id.
11108
11109 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11110
11111         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11112         symmetric encryption.
11113         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11114         encrypted session key.
11115         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11116         message ask for the passphrase in a proper way.
11117
11118         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11119         New user commands for symmetric encryption.
11120
11121 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11124
11125         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11126
11127 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11128
11129         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11130
11131 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mm-decode.el (mm-inlined-types): Add application/pgp.
11134         (mm-automatic-display): Ditto.
11135
11136         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11137         part as text.
11138
11139 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * nnrss.el: Update copyright.
11142         (nnrss-opml-import): Query whether to subscribe to each entry.
11143
11144         * gnus-art.el:
11145         * gnus-sum.el:
11146         * gnus-xmas.el:
11147         * messagexmas.el:
11148         * mm-uu.el:
11149         * mm-view.el: Update copyright.
11150
11151 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11152
11153         * message.el (message-info): New function.
11154         (message-mode-menu): Add it.
11155         Update copyright.
11156
11157         * ChangeLog: Fix and update copyright.
11158
11159 2006-01-13  Romain Francoise  <romain@orebokech.com>
11160
11161         * message.el (message-forward-subject-name-subject): Prefer the
11162         address to 'nowhere' if the sender has no name.
11163         Fix typo.  Update copyright year.
11164
11165 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-art.el (article-wash-html): Use
11168         gnus-summary-show-article-charset-alist if a numeric arg is given.
11169         (gnus-article-wash-html-with-w3m-standalone): New function.
11170
11171         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11172         mm-inline-text-html-render-with-w3m-standalone.
11173         (mm-text-html-washer-alist): Map w3m-standalone to
11174         gnus-article-wash-html-with-w3m-standalone.
11175         (mm-inline-text-html-render-with-w3m-standalone): New function.
11176
11177 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11180         Improve LaTeX.
11181
11182 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11185         (nnrss-request-article): Render text/plain parts as HTML.
11186
11187         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11188         the buffer.
11189
11190 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11193         custom definition of `gnus-posting-styles'.
11194
11195         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11196         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11197
11198 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11201         Use nntp for bug archive.
11202
11203 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11206         parts.
11207         (nnrss-normalize-date): New function converts ISO 8601 date into
11208         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11209         (nnrss-check-group): Use it.
11210
11211 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11214
11215         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11216         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11217         (nnrss-insert-w3): Ditto.
11218
11219 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11222         the articles to be forwarded including the case where neither a
11223         number of articles nor a region is specified.
11224
11225 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nnrss.el (nnrss-request-article): Fix last change; fill
11228         text/plain parts.
11229
11230 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11233         in text/plain part.
11234         (nnrss-check-group): Don't add excessive newline to dc:subject.
11235
11236 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11237
11238         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11239         article.
11240
11241 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11244         (nnml-use-compressed-files, nnml-save-mail): Support other
11245         comression programs such as bzip2.
11246
11247 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11248
11249         * dns.el (query-dns): Make sure we check the buffer size before
11250         removing tcp headers.
11251
11252 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11255         remove MIME buttons associated with multipart/alternative parts.
11256         (gnus-mime-display-alternative): Tag buttons using `article-type'
11257         text property.
11258
11259         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11260         associated with multipart/alternative parts.
11261
11262         * gnus-art.el (gnus-signature-separator): Fix custom type.
11263
11264         * mm-decode.el (mm-inlined-types): Fix custom type.
11265         (mm-keep-viewer-alive-types): Ditto.
11266         (mm-automatic-display): Ditto.
11267         (mm-attachment-override-types): Ditto.
11268         (mm-inline-override-types): Ditto.
11269         (mm-automatic-external-display): Ditto.
11270
11271 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * spam-report.el (spam-report-user-mail-address)
11274         (spam-report-user-agent): New variables.
11275         (spam-report-url-ping-plain): Use spam-report-user-agent.
11276
11277 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11278
11279         * gnus-art.el (gnus-button-handle-custom): Do not just use
11280         `customize-apropos' for any "M-x customize-*" button but the
11281         function called for.  Accept both the function name and its
11282         argument in order to achieve this.
11283         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11284         function name to `gnus-button-handle-custom' in case of "M-x
11285         customize-*" buttons.
11286
11287 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11290         multipart/alternative and add xref to mm-discouraged-alternatives
11291         in doc string.
11292
11293         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11294         gnus-buttonized-mime-types in doc string.
11295
11296 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11299         Suggest image/.* in the doc string.
11300
11301 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11304         message-marks (Debian bug #342521).
11305
11306 2005-12-12  Simon Josefsson  <jas@extundo.com>
11307
11308         * password.el (password-read-from-cache): Add.
11309         (password-read): Use it.
11310
11311 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11314         us-ascii as a MIME charset.
11315
11316         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11317         against the case where the 2nd arg TYPE is nil.
11318
11319 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * pop3.el (pop3-stream-type): Fix custom version.
11322
11323         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11324
11325 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11326
11327         * mm-decode.el (mm-display-external): Add missing cdr.
11328
11329 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11332         RFC1524) if it is in mailcap or add a suffix according to
11333         mailcap-mime-extensions when generating a temp filename; postpone
11334         deleting a temp file for 2 seconds for some wrappers, shell
11335         scripts, and so on, which might exit right after having started a
11336         viewer command as a background job.
11337
11338 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * nntp.el (nntp-marks-directory): Fix custom group.
11341
11342         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11343         steps when < 10.
11344
11345         * gnus-start.el (gnus-no-server-1): Mention
11346         `gnus-level-default-subscribed' in doc string.
11347
11348 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11349
11350         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11351         parens.
11352
11353 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-xmas.el (gnus-use-toolbar): Revert.
11356         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11357         gnus-use-toolbar is default.
11358
11359         * messagexmas.el (message-use-toolbar): Revert.
11360         (message-setup-toolbar): Use global default-toolbar if
11361         message-use-toolbar is default.
11362
11363 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11366         according to default-toolbar-visible-p.
11367
11368         * messagexmas.el (message-use-toolbar): Ditto.
11369
11370 2005-11-26  Dave Love  <fx@gnu.org>
11371
11372         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11373         (tls-program, tls-success): Provide openssl alternative.
11374
11375         * starttls.el: Doc fixes.
11376         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11377         SERVICE to PORT.
11378
11379         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11380         port null or service name.
11381         (starttls-negotiate): Autoload.
11382
11383 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * message.el (message-kill-to-signature): Fix interactive spec.
11386
11387 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * pop3.el (pop3-open-server): Recognize a string as a service name.
11390
11391 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11392
11393         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11394
11395 2005-11-23  Dave Love  <fx@gnu.org>
11396
11397         Add pop3s, pop3/starttls.
11398
11399         * pop3.el (pop3-authentication-scheme): Clarify doc.
11400         (open-tls-stream, starttls-open-stream): Autoload.
11401         (pop3-stream-type): New.
11402         (pop3-open-server): Use it.
11403
11404         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11405         for POP.
11406         (mail-source-keyword-map): Add :stream for POP.
11407         (mail-source-fetch-pop): Use pop3-stream-type.
11408
11409 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11412         of current-time-string.
11413
11414 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11415
11416         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11417         date header.
11418
11419 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11420
11421         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11422         it can seriously impact performance as it bypasses the agent's
11423         local caches.
11424
11425 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11426
11427         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11428         must be explicitly online rather than "not explicitly offline" for
11429         its flags to be synchronized.
11430
11431         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11432         that gnus-uu-unmark-thread will function correctly.
11433
11434         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11435         1024K is instead displayed as 1M.
11436
11437 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11440
11441 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11442
11443         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11444
11445 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11446
11447         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11448         error message to display actual error condition.
11449         (gnus-agent-save-local): Avoid saving symbols that are bound to
11450         nil as they simply result in a warning message in
11451         gnus-agent-read-local.
11452
11453 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11456         rather than make-variable-buffer-local for file-precious-flag.
11457
11458 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11459
11460         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11461         for duplicates which are removed.  The invalid sort check then
11462         triggers a rescan after the sort as sorting may have moved
11463         duplicate entries such that they can be cheaply detected.
11464
11465 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11468
11469 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11470
11471         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11472         internal variable to a custom variable.  Changed default value
11473         from compressed(2) to uncompressed(1).
11474         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11475         support for uncompressed agentview files.  Taken together, reading
11476         the agentview file should now be 6-7 times faster.
11477
11478 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11479
11480         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11481         as a buffer-local variable.  This avoids creating truncated
11482         dribble files as a result of a hang up, eg.
11483
11484 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11485
11486         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11487         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11488         XEmacs.
11489
11490 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-start.el (gnus-start-draft-setup): Enforce
11493         `gnus-draft-mode' for nndraft:drafts at startup.
11494
11495         * gnus.el (gnus-splash): Change custom group.
11496         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11497         allow-list argument.
11498
11499         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11500         string.
11501
11502 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * gnus-art.el (gnus-default-article-saver): Add user-defined
11505         `function' to custom type.
11506
11507 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11508
11509         * imap.el (imap-open): Handle case where buffer is a buffer
11510         object.
11511
11512 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11515         long lines.
11516         (gnus-cache-delete-group): Wrap doc strings.
11517
11518         * gnus-agent.el (gnus-agent-rename-group)
11519         (gnus-agent-delete-group): Wrap doc strings.
11520
11521 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * messagexmas.el (message-use-toolbar): Change the valid values
11524         into default, top, bottom, left, and right.
11525         (message-toolbar-thickness): New variable.
11526         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11527         well.
11528         (message-setup-toolbar): Make it work.
11529
11530         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11531         (gnus-use-toolbar): Change the valid values into default, top,
11532         bottom, left, and right.
11533         (gnus-toolbar-thickness): New variable.
11534         (gnus-xmas-setup-toolbar): New function.
11535         (gnus-xmas-setup-group-toolbar): Use it.
11536         (gnus-xmas-setup-summary-toolbar): Use it.
11537
11538 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11539
11540         * gnus-start.el (gnus-1): Add "native" to
11541         gnus-predefined-server-alist.
11542
11543         * gnus.el (gnus-method-to-server): Don't add "native" to the
11544         lists here, because that leads to problems when
11545         gnus-select-method is bound.
11546
11547 2005-11-09  Simon Josefsson  <jas@extundo.com>
11548
11549         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11550         use (not sort-by-date) instead.
11551
11552 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11553
11554         * gnus-delay.el (gnus-delay-group): Don't autoload.
11555         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11556         to be re-loaded when customizing the `gnus-delay' group.
11557
11558 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11559
11560         * message.el: Revert last changes.
11561         (message-insert-citation-line): Use newlines.
11562
11563 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11564
11565         * message.el (message-courtesy-message)
11566         (message-mark-insert-begin, message-mark-insert-end)
11567         (message-elide-ellipsis, message-cancel-message)
11568         (message-add-header, message-change-subject)
11569         (message-cross-post-followup-to-header)
11570         (message-cross-post-insert-note, message-reduce-to-to-cc)
11571         (message-widen-reply, message-delete-not-region)
11572         (message-kill-to-signature, message-insert-signature)
11573         (message-insert-importance-high, message-insert-importance-low)
11574         (message-insert-or-toggle-importance)
11575         (message-insert-disposition-notification-to)
11576         (message-indent-citation, message-yank-original)
11577         (message-cite-original-without-signature, message-cite-original)
11578         (message-insert-citation-line, message-position-on-field)
11579         (message-fix-before-sending, message-send-mail-partially)
11580         (message-send-mail, message-send-mail-with-sendmail)
11581         (message-send-mail-with-qmail, message-send-news)
11582         (message-check-news-header-syntax, message-generate-headers)
11583         (message-insert-courtesy-copy, message-fill-address)
11584         (message-fill-header, message-shorten-references)
11585         (message-setup-1, message-cancel-news)
11586         (message-forward-make-body-plain, message-forward-make-body-mime)
11587         (message-forward-make-body-mml, message-encode-message-body)
11588         (message-forward-make-body-digest-plain)
11589         (message-forward-make-body-digest-mime)
11590         (message-use-alternative-email-as-from): Insert `hard-newline'
11591         instead of ordinary newlines.
11592
11593 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * message.el (message-generate-headers): Downcase the argument
11596         given to message-check-element.
11597
11598 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11599
11600         * nntp.el (nntp-authinfo-rejected): New error condition.
11601         (nntp-wait-for): Use new error condition to signal authentication
11602         error.
11603         (nntp-retrieve-data): Rethrow new error condition to break out of
11604         recursive call to nntp-send-authinfo.
11605
11606 2005-11-08  Romain Francoise  <romain@orebokech.com>
11607
11608         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11609         (gnus-summary-exit-map): Bind to `Z p'.
11610         (gnus-summary-make-menu-bar): Add menu item.
11611
11612 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11615         (gnus-treat-*): Add `first' in all doc strings.
11616
11617         * gnus-group.el (gnus-group-compact-group): Fix typo.
11618
11619 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus.el (gnus-parameters-case-fold-search): New variable.
11622         (gnus-parameters-get-parameter): Use it.
11623
11624         * gnus-score.el (gnus-home-score-file): Doc fix.
11625
11626 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11627
11628         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11629
11630 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mm-util.el (mm-special-display-p): New function.
11633
11634         * mml.el (mml-preview): Use it; doc fix.
11635
11636 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11637
11638         * imap.el (imap-open): Handle case where buffer is a buffer object.
11639
11640 2005-10-29  Romain Francoise  <romain@orebokech.com>
11641
11642         * message.el (message-fix-before-sending): Fix comment.
11643
11644 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11645
11646         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11647
11648 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11649
11650         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11651         Used in gnus-score.el.
11652
11653 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11656
11657 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11660         whitespace removed in revision 7.8.  Use concatenated string to
11661         protect trailing whitespace.
11662
11663 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11664
11665         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11666         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11667         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11668         Courier IMAP ("some version from 2004").  Mostly based on similar
11669         code in the same function.
11670
11671 2005-10-26  Didier Verna  <didier@xemacs.org>
11672
11673         * gnus-group.el (gnus-group-compact-group): Invalidate original
11674         article buffer.
11675         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11676         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11677         NOV database and in article itself.
11678         Invalidate article backlog.
11679
11680 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11683
11684 2005-10-26  Simon Josefsson  <jas@extundo.com>
11685
11686         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11687         part of 2004-07-25 change.
11688
11689 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * message.el (message-display-completion-list): New function.
11692         (message-expand-group): Use it; make sure the Completions buffer
11693         is modifiable.
11694 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11695
11696         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11697         user-mail-name is an empty string.
11698
11699 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11702         depending on gnus-score-decay-constant.
11703
11704         * encrypt.el (encrypt-insert-file-contents)
11705         (encrypt-write-file-contents): Don't use `gnus-message'.
11706
11707         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11708         arguments.
11709         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11710         arguments to mm-uu-verbatim-marks-extract.
11711         (mm-uu-hide-markers): New variable.
11712         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11713
11714         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11715         (gnus-convert-image-to-face-command): Use "convert" by default to
11716         allow other input image formats.
11717         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11718         accordingly.
11719
11720 2005-10-23  Simon Josefsson  <jas@extundo.com>
11721
11722         * imap.el (imap-gssapi-program): Align command line parameters
11723         with latest GNU SASL.
11724         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11725
11726 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11729         HTML.
11730         (nnslashdot-request-article): Ditto.
11731
11732         * lpath.el (featurep): Add nobreak-char-display.
11733
11734 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11735
11736         * mail-source.el (mail-source-fetch-pop): Require pop3.
11737         (mail-source-check-pop): Ditto.
11738
11739 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11742         errors.
11743
11744 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11747         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11748
11749         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11750
11751         * mm-bodies.el (mm-decode-string): Call
11752         `mm-charset-to-coding-system' with allow-override argument.
11753
11754 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11757         (rfc2047-charset-to-coding-system): New function.
11758         (rfc2047-decode-encoded-words): New function.
11759         (rfc2047-decode-region): Use them.
11760         (rfc2047-decode-cte): Remove.
11761         (rfc2047-parse-and-decode): Remove.
11762         (rfc2047-decode): Remove.
11763
11764 2005-10-15  Kenichi Handa  <handa@m17n.org>
11765
11766         * rfc2047.el (rfc2047-decode-cte): New function.
11767         (rfc2047-decode-region): Change the way to decode successive
11768         encoded-words: decode B- or Q-encoding in each encoded-word,
11769         concatenate them, and decode it as charset.
11770
11771 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * lpath.el: Fbind codepage-setup for XEmacs.
11774
11775 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11776
11777         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11778         widget-move-and-invoke.
11779         (gnus-custom-mode): Use gnus-custom-map.
11780
11781 2005-10-15  Bill Wohler  <wohler@newt.com>
11782
11783         * message.el (message-tool-bar-map): Renamed image file from
11784         mail_send to mail/send.
11785
11786 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11787
11788         * message.el (message-expand-group): Pass the common
11789         prefix substring of completion to `display-completion-list'.
11790
11791 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * mml-sec.el (mml-secure-method): New internal variable.
11794         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11795         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11796         functions using mml-secure-method.
11797
11798         * mml.el (mml-mode-map): Add key bindings for those functions.
11799         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11800         Harder <harder@myrealbox.com>.
11801         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11802         end of message if point is the headers of the message.
11803
11804         * message.el (message-in-body-p): New function.
11805
11806         * assistant.el: Autoload gnus-util and netrc.
11807
11808         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11809         Use `mm-charset-override-alist' only when decoding.
11810
11811         * mm-bodies.el (mm-decode-body): Call
11812         `mm-charset-to-coding-system' with allow-override argument.
11813
11814         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11815         `filename' from Content-Disposition if Content-Type doesn't
11816         provide `name'.
11817         (gnus-mime-view-part-as-type): Set default instead of
11818         initial-input.
11819
11820 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11821
11822         * format-spec.el (format-spec): Propagate text properties of % spec.
11823
11824 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-art.el (gnus-treat-predicate): Add `first'.
11827
11828 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11831         (mm-charset-override-alist): New variable.
11832         (mm-charset-to-coding-system): Use it.
11833         (mm-codepage-setup): New helper function.
11834         (mm-charset-eval-alist): New variable.
11835         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11836         about unknown charsets.
11837
11838         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11839
11840 2005-10-04  David Hansen  <david.hansen@gmx.net>
11841
11842         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11843         (nnrss-check-group): Ditto.
11844
11845 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11848         Rename x-gnus-verbatim to x-verbatim.
11849         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11850
11851         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11852         x-verbatim.
11853
11854         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11855
11856         * gnus-util.el (gnus-remove-duplicates): Remove.
11857
11858         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11859         instead of gnus-remove-duplicates.
11860
11861         * message.el (message-remove-duplicates): Remove.
11862         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11863         message-remove-duplicates.
11864
11865         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11866         available, else use implementation from `delete-dups'.
11867
11868         * message.el (message-insert-expires): New function.
11869         (message-mode-map): Add key binding.
11870         (message-mode-field-menu): Add menu entry.
11871         (message-mode): Document it.
11872         (message-make-expires-date): Use `message-make-date'.
11873
11874 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11875
11876         * message.el (message-make-expires-date): New function.
11877
11878 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * Makefile.in (list-installed-shadows): New entry.
11881         (install): Use it.
11882         (remove-installed-shadows): New entry.
11883
11884         * dgnushack.el (dgnushack-default-load-path): New variable.
11885         (dgnushack-find-lisp-shadows): New function.
11886         (dgnushack-remove-lisp-shadows): New function.
11887
11888 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * Makefile.in (install-el-elc): New entry.
11891         (install): Use it so that .el files are necessarily installed.
11892
11893 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11896
11897 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11898
11899         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11900         function rather than the diff-mode.el package.
11901         (mm-display-external): Use with-current-buffer.
11902         (mm-viewer-completion-map, mm-viewer-completion-map):
11903         Move initialization inside declaration.
11904
11905 2005-09-29  Simon Josefsson  <jas@extundo.com>
11906
11907         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11908         autoload mail-check-payment.
11909         (spam-check-hashcash): Define unconditionally, since hashcash.el
11910         is part of Gnus now.  Ignore errors from payment checking.
11911
11912 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * message.el (message-bold-region, message-unbold-region): Rename
11915         from `bold-region' and `unbold-region'.
11916
11917         * message.el: Remove useless autoloads.
11918
11919 2005-09-28  Simon Josefsson  <jas@extundo.com>
11920
11921         * message.el (message-use-idna): Default to t.
11922         (message-use-idna): Test whether encoding works too.  Doc fix.
11923
11924 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * nntp.el (nntp-warn-about-losing-connection): Remove.
11927
11928 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11931         customizable.  Change default value.
11932         (mm-uu-diff-groups-regexp): Change default value.
11933         (mm-uu-type-alist): Add doc string.
11934         (mm-uu-configure): Add doc string.  Make it interactive.
11935         (mm-uu-tex-groups-regexp): New variable.
11936         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11937         (mm-uu-type-alist): Add LaTeX documents.
11938         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11939         of "text/verbatim".
11940         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11941
11942         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11943         instead of "text/verbatim".
11944
11945         * message.el (message-mark-inserted-region)
11946         (message-mark-insert-file): Use slrn style marks when called with
11947         prefix argument.
11948
11949 2005-09-27  Simon Josefsson  <jas@extundo.com>
11950
11951         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11952
11953 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11954
11955         * message.el (message-remove-duplicates): New function.
11956         Implementation borrowed from `gnus-remove-duplicates'.
11957         (message-idna-to-ascii-rhs): Also encode idna addresses in
11958         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11959         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11960         only ask about the same idna domain once per header and also tell
11961         in what header to replace the idna domain.
11962
11963         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11964         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11965         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11966         a header is decoded and not just the last one.
11967
11968 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11971         has been decoded.
11972
11973         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11974         (mm-insert-part): Don't modify text if it has been decoded.
11975
11976         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11977         decoded.
11978
11979         * mm-view.el (mm-inline-text): Don't strip text props unless
11980         decoding enriched or richtext parts.
11981
11982 2005-09-25  Romain Francoise  <romain@orebokech.com>
11983
11984         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11985         * gnus-start.el (gnus-subscribe-interactively):
11986         * gnus-uu.el (gnus-uu-grab-articles):
11987         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11988         space.
11989
11990 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11991
11992         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11993         * mm-view.el (mm-view-pkcs7-decrypt):
11994         * gnus-sum.el (gnus-summary-limit-to-extra)
11995         (gnus-summary-respool-article, gnus-read-move-group-name):
11996         * gnus-score.el (gnus-summary-increase-score):
11997         * gnus-util.el (gnus-completing-read-with-default):
11998         * gnus-art.el (gnus-read-save-file-name)
11999         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12000         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12001         * message.el (message-check-news-header-syntax):
12002         Follow convention for reading with the minibuffer.
12003
12004 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * spam-report.el (spam-report-url-ping-plain):
12007         Use gnus-extended-version as User-Agent.
12008
12009         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12010         default value is nil.
12011
12012         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12013         (mm-uu-verbatim-marks-extract): New function.
12014         (mm-uu-extract): New face.
12015         (mm-uu-copy-to-buffer): Use it.
12016
12017         * spam-report.el (spam-report-gmane-ham): Renamed from
12018         `spam-report-gmane-unspam'.
12019         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12020         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12021
12022         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12023         Autoload.
12024         (spam-report-gmane-unregister-routine): Renamed
12025         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12026
12027 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12028
12029         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12030         (spam-report-gmane-unregister-routine): Add support for gmane
12031         unregistration.
12032
12033         * spam-report.el (spam-report-gmane-unspam)
12034         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12035         (spam-report-gmane): Change to take a single article and do unspam
12036         registration.
12037
12038 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * mm-url.el (mm-url-decode-entities): Fix regexp.
12041
12042 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043
12044         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12045         default to nil, to be able to use Gnus at all.  If the default
12046         switches to something else, then the function should be fixed not
12047         be exceedingly slow.
12048
12049 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12050
12051         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12052         fail hard.
12053
12054         * spam-report.el: Add better Keywords line.
12055
12056         * spam.el: Add Maintainer and better Keywords line.
12057
12058 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-art.el (gnus-article-replace-part)
12061         (gnus-mime-replace-part): New functions.
12062         (gnus-mime-action-alist, gnus-mime-button-commands)
12063         (gnus-mime-save-part-and-strip): Added file argument.
12064         (gnus-article-part-wrapper): Added interactive argument.
12065
12066         * gnus-sum.el (gnus-summary-mime-map): Add
12067         `gnus-article-replace-part'.
12068
12069 2005-09-19  Didier Verna  <didier@xemacs.org>
12070
12071         The nnml compaction feature:
12072         * nnml.el (nnml-request-compact-group): New function.
12073         * nnml.el (nnml-request-compact): New function.
12074         * gnus-int.el (gnus-request-compact-group): New function.
12075         * gnus-int.el (gnus-request-compact): New function.
12076         * gnus-group.el (gnus-group-compact-group): New function.
12077         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12078         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12079         * gnus-srvr.el (gnus-server-compact-server): New function.
12080         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12081         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12082
12083 2005-09-18  Deepak Goel  <deego@gnufans.org>
12084
12085         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12086         format spec.
12087
12088 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12091
12092 2005-09-15  Romain Francoise  <romain@orebokech.com>
12093
12094         * message.el (message-fill-paragraph): Clarify docstring.
12095
12096 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (gnus-mime-display-part): Protect against broken
12099         MIME messages.
12100
12101 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12104         before parsing header.
12105
12106 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12107
12108         * html2text.el (html2text-replace-list): Add new entities.
12109
12110 2005-09-11  Romain Francoise  <romain@orebokech.com>
12111
12112         * message.el (message-alternative-emails): Improve docstring.
12113         (message-setup-1): Call `message-use-alternative-email-as-from'
12114         after `message-setup-hook' to give it precedence over posting
12115         styles, etc.
12116         (message-use-alternative-email-as-from): Add docstring.  Remove
12117         the original From header if present.
12118
12119         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12120         (nnml-save-mail): Use it.
12121
12122         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12123         articles.  Add new argument `silent'.
12124         (gnus-uu-mark-all): Report the total number of marked articles.
12125
12126 2005-09-10  Romain Francoise  <romain@orebokech.com>
12127
12128         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12129         (gnus-uu-mark-series): Likewise.
12130
12131 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * spam-report.el (spam-report-gmane): Fix generation of spam
12134         report URL.
12135
12136 2005-09-10  Simon Josefsson  <jas@extundo.com>
12137
12138         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12139         t, based on discussion on the ding list with Robert Epprecht
12140         <epprecht@solnet.ch>.
12141
12142 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * spam-report.el (spam-report-gmane): Make it work without
12145         X-Report-Spam header.  Gmane now only provides Archived-At.
12146         This is only used if `spam-report-gmane-use-article-number' is nil.
12147         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12148
12149         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12150         make `gnus-summary-sort-by-recipient' work with threading.
12151
12152         * nnweb.el (nnweb-google-wash-article): Print a message if article
12153         is not available.
12154
12155 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12156
12157         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12158         change.  Decode text/* parts content before displaying.
12159
12160 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12163
12164 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12167
12168         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12169         url-package-name, url-package-version,
12170         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12171         w3m-display-inline-images, and w3m-minor-mode-map.
12172
12173 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * message.el (message-tab-body-function): Fix mismatched custom type.
12176
12177         * gnus.el (gnus-group-change-level-function): Ditto.
12178
12179         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12180
12181         * gnus-art.el (gnus-signature-limit)
12182         (gnus-article-mime-part-function): Ditto.
12183
12184 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * mml.el (mml-mode): Silence the byte compiler.
12187
12188         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12189         using `(sit-for 0)' before moving the point to the specified part;
12190         skip unbuttonized parts.
12191         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12192         return to the summary window if gnus-auto-select-part is non-nil.
12193
12194 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12197         variables.
12198         (mml-dnd-attach-file, mml-mode): Use them.
12199
12200         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12201         Make fetching article by MID work again for Google Groups.  Added
12202         FIXME concerning gnus-group-make-web-group.
12203
12204         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12205         Don't depend on Gnus by using mail-extract-address-components if
12206         gnus-extract-address-components is not bound.
12207
12208 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12209
12210         * gnus-art.el (gnus-mime-display-security): Don't display the
12211         signature, but only the signed part.
12212
12213 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12216
12217         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12218         list, not listp.
12219
12220 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12221
12222         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12223         when encoding.
12224
12225         * mm-bodies.el (mm-decode-content-transfer-encoding):
12226         De-canonicalize CRLF for all text content types, not just
12227         text/plain.
12228
12229 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12232         valid article; point arrow and cursor at the MIME button.
12233
12234 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12237         Suggested by Dan Christensen <jdc@uwo.ca>.
12238
12239         * mm-decode.el (mm-save-part): Enable change of prompt.
12240
12241 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12242
12243         * gnus-msg.el (gnus-inews-add-send-actions): Made
12244         `message-post-method' lambda parameter ARG `&optional'.
12245
12246 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * gnus-sum.el (gnus-summary-mime-map): Added
12249         gnus-article-save-part-and-strip, gnus-article-delete-part and
12250         gnus-article-jump-to-part.
12251
12252         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12253         (gnus-article-edit-part): Use it.
12254         (gnus-article-part-wrapper): Added no-handle argument.
12255         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12256         functions.
12257
12258 2005-08-29  Romain Francoise  <romain@orebokech.com>
12259
12260         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12261         docstring.
12262         (gnus-face-from-file): Likewise.
12263
12264 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12267         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12268         non-nil.
12269         (gnus-auto-select-part): New variable.
12270         (gnus-article-jump-to-part): New function.
12271         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12272         (gnus-mime-delete-part): Allow selecting specified part after
12273         deleting or stripping parts.
12274         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12275         part if argument is bogus.
12276
12277 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12278
12279         * gnus-art.el (w3m-minor-mode-map):
12280         * gnus-spec.el (gnus-newsrc-file-version):
12281         * gnus-util.el (nnmail-active-file-coding-system)
12282         (gnus-original-article-buffer, gnus-user-agent):
12283         * gnus.el (gnus-ham-process-destinations)
12284         (gnus-parameter-ham-marks-alist)
12285         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12286         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12287         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12288         * mm-decode.el (gnus-current-window-configuration):
12289         * mm-extern.el (gnus-article-mime-handles):
12290         * mm-url.el (url-current-object, url-package-name)
12291         (url-package-version):
12292         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12293         (smime-keys, w3m-cid-retrieve-function-alist)
12294         (w3m-current-buffer, w3m-display-inline-images)
12295         (w3m-minor-mode-map):
12296         * mml-smime.el (gnus-extract-address-components):
12297         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12298         (gnus-newsrc-hashtb, message-default-charset)
12299         (message-deletable-headers, message-options)
12300         (message-posting-charset, message-required-mail-headers)
12301         (message-required-news-headers):
12302         * mml1991.el (mc-pgp-always-sign):
12303         * mml2015.el (mc-pgp-always-sign):
12304         * nnheader.el (nnmail-extra-headers):
12305         * rfc1843.el (gnus-decode-encoded-word-function)
12306         (gnus-decode-header-function, gnus-newsgroup-name):
12307         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12308
12309 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12310
12311         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12312         the end of the date treatments.
12313
12314 2005-08-15  Simon Josefsson  <jas@extundo.com>
12315
12316         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12317         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12318         Capello and Romain Francoise.
12319         (pgg-fetch-key-function): Removed, not used?
12320         (pgg-insert-url-with-w3): Require url, to get
12321         url-insert-file-contents regardless of where it is defined.
12322
12323 2005-08-13  Romain Francoise  <romain@orebokech.com>
12324
12325         * message.el (message-cite-original-1): New function.
12326         (message-cite-original): Use it.
12327         (message-cite-original-without-signature): Ditto.
12328
12329 2005-08-08  Romain Francoise  <romain@orebokech.com>
12330
12331         * message.el (message-yank-empty-prefix): New variable.
12332         (message-indent-citation): Use it.
12333         (message-cite-original-without-signature): Respect X-No-Archive.
12334
12335 2005-08-08  Simon Josefsson  <jas@extundo.com>
12336
12337         * pgg.el: Autoload url-insert-file-contents instead of loading
12338         w3/url.
12339         (pgg-insert-url-with-w3): Don't load url here.
12340
12341 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12342
12343         * message.el (message-kill-to-signature): Don't insert newline at
12344         bol.
12345         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12346
12347 2005-08-06  Romain Francoise  <romain@orebokech.com>
12348
12349         * message.el (message-user-fqdn): Fix typo in docstring.
12350
12351 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12352
12353         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12354
12355         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12356
12357 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * mm-bodies.el (mm-encode-body): Use coding system rather than
12360         charset to encode text.
12361
12362         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12363         number of charsets if utf-8 is available (XEmacs).
12364
12365 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12368         taken from `gnus-button-mid-or-mail-regexp'.
12369         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12370         (gnus-button-alist): Improve regexp for domain part of the MIDs
12371         for news:localpart@domain buttons.
12372         (gnus-button-ctan-directory-regexp): Update.
12373
12374 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * sieve-manage.el (sieve-manage-interactive-login): Use
12377         make-local-variable rather than make-variable-buffer-local.
12378         (sieve-manage-open): Ditto.
12379         (sieve-manage-authenticate): Ditto.
12380
12381         * mml.el (mml-generate-mime-1): Make the content type default to
12382         text/plain if the filename is not specified.
12383
12384 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12387         instead of insert-buffer.
12388
12389         * message.el (message-yank-original): Ditto; set the mark at the
12390         end of the yanked message.
12391
12392 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12395         lines to scroll rather than to stop it.
12396
12397         * mml.el (mml-generate-default-type): Add doc string.
12398         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12399         default to application/octet-stream when determining the content
12400         type if it is not specified for the part or the mml contents; add
12401         a comment about mml-generate-default-type.
12402
12403 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12406         make it default to application/octet-stream when determining the
12407         content type if it is not specified for the external contents.
12408
12409 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12412         segmented parameter but also other parameters might be there.
12413
12414 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mm-decode.el (mm-display-external): Delete temp file, directory
12417         and buffer immediately if the external process is exited.
12418
12419 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12422         fewer lines than that of scroll-margin.
12423         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12424
12425 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (gnus-article-next-page): Revert.
12428         (gnus-article-beginning-of-window): New macro.
12429         (gnus-article-next-page-1): Use it.
12430         (gnus-article-prev-page): Ditto.
12431         (gnus-article-edit-part): Use insert-buffer-substring instead of
12432         insert-buffer.
12433         (gnus-article-edit-exit): Ditto.
12434
12435         * gnus-util.el (gnus-beginning-of-window): Remove.
12436         (gnus-end-of-window): Remove.
12437
12438         * lpath.el: Don't bind header-line-format and scroll-margin.
12439
12440 2005-07-25  Simon Josefsson  <jas@extundo.com>
12441
12442         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12443         to have the url package without w3.  Reported by Daiki Ueno
12444         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12445
12446 2005-07-20  Didier Verna  <didier@xemacs.org>
12447
12448         * gnus-diary.el: Remove the description comment (nndiary is now
12449         properly documented in the Gnus manual).
12450         Fix the spelling of "Back End".
12451         * nndiary.el: Ditto.
12452         Fix the copyright notice.
12453
12454 2005-07-18  Romain Francoise  <romain@orebokech.com>
12455
12456         * gnus-sum.el (gnus-summary-to-prefix)
12457         (gnus-summary-newsgroup-prefix): New variables.
12458         (gnus-summary-from-or-to-or-newsgroups): Use them.
12459
12460 2005-07-17  Romain Francoise  <romain@orebokech.com>
12461
12462         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12463         space as it's generally not especially interesting to the user.
12464
12465 2005-07-16  Romain Francoise  <romain@orebokech.com>
12466
12467         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12468         nil to avoid prompting and file modification if one of the
12469         messages at the top of the nnfolder file contains a copyright
12470         notice.
12471         Update copyright notice.
12472
12473         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12474         instead of `current-time-string' as the latter creates a time
12475         string that is not RFC 2822 compliant (it lacks the zone).
12476         Update copyright notice.
12477
12478 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12479
12480         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12481         for text/rtf.  Display default in prompt.  Pass default for M-n.
12482
12483         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12484
12485 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * gnus-msg.el (gnus-button-mailto): Remove
12488         save-selected-window-window hackery because it relies on
12489         save-selected-window internals.
12490
12491 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12494         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12495         (gnus-article-prev-page): Ditto.
12496
12497         * gnus-util.el (gnus-beginning-of-window): New function.
12498         (gnus-end-of-window): New function.
12499
12500         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12501
12502 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12503
12504         * gnus-score.el (gnus-score-edit-all-score): Set
12505         gnus-score-edit-exit-function to gnus-score-edit-done and call
12506         gnus-message.
12507
12508 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus-msg.el (gnus-button-mailto): Remove
12511         save-selected-window-window hackery because it relies on
12512         save-selected-window internals.
12513
12514 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12517         add-minor-mode.
12518         (gnus-binary-mode): Ditto.
12519
12520         * gnus-topic.el (gnus-topic-mode): Ditto.
12521
12522 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12523
12524         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12525         (gnus-article-prev-page): Take scroll-margin into consideration.
12526
12527 2005-07-04  Lute Kamstra  <lute@gnu.org>
12528
12529         Update FSF's address in GPL notices.
12530
12531 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12532
12533         * gnus.el (gnus-exit):
12534         * gnus-group.el (gnus-group-icons):
12535         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12536
12537         * gnus-nocem.el (gnus-nocem):
12538         * message.el (message-various, message-buffers, message-sending)
12539         (message-interface, message-forwarding, message-insertion)
12540         (message-headers, message-news, message-mail):
12541         * pgg-gpg.el (pgg-gpg):
12542         * pgg-parse.el (pgg-parse):
12543         * pgg-pgp.el (pgg-pgp):
12544         * pgg-pgp5.el (pgg-pgp5):
12545         * pop3.el (pop3): Finish `defgroup' description with period.
12546
12547 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-art.el (article-display-face): Improve the efficiency.
12550         (article-display-x-face): Ditto; remove grey x-face stuff.
12551
12552 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-art.el (article-display-face): Correct the position in
12555         which Faces are inserted.
12556
12557 2005-06-29  Didier Verna  <didier@xemacs.org>
12558
12559         * gnus-art.el (article-display-face): Display faces in correct
12560         order.
12561
12562 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12565         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12566         (gnus-nocem-check-article): Fetch the Type header.
12567         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12568         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12569         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12570         make sure gnus-nocem-hashtb is initialized.
12571         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12572         (gnus-nocem-unwanted-article-p): Ditto.
12573
12574         * pgg.el (pgg-verify): Return the verification result.
12575
12576 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12579         is ascii.
12580
12581 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12582
12583         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12584         `show-nonbreak-escape'.
12585
12586 2005-06-23  Lute Kamstra  <lute@gnu.org>
12587
12588         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12589
12590         * dig.el (dig-mode):
12591         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12592
12593 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12594
12595         * nnimap.el (nnimap-split-download-body): Fix spellings.
12596
12597 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12598
12599         * gnus-art.el (gnus-article-encrypt-body):
12600         * gnus-cus.el (gnus-score-customize):
12601         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12602         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12603
12604 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12605
12606         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12607         header by looking for magic "MII" at the beginnig.
12608
12609 2005-06-16  Miles Bader  <miles@gnu.org>
12610
12611         * gnus-xmas.el (gnus-xmas-group-startup-message):
12612         Use renamed gnus-splash face.
12613
12614         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12615         (assistant-field-face): New backward-compatibility alias for renamed
12616         face.
12617         (assistant-render-text): Use renamed assistant-field face.
12618
12619         * spam.el (spam): Remove "-face" suffix from face name.
12620         (spam-face): New backward-compatibility alias for renamed face.
12621         (spam-face, spam-initialize): Use renamed spam face.
12622
12623         * message.el (message-header-to, message-header-cc)
12624         (message-header-subject, message-header-newsgroups)
12625         (message-header-other, message-header-name)
12626         (message-header-xheader, message-separator, message-cited-text)
12627         (message-mml): Remove "-face" suffix from face names.
12628         (message-header-to-face, message-header-cc-face)
12629         (message-header-subject-face, message-header-newsgroups-face)
12630         (message-header-other-face, message-header-name-face)
12631         (message-header-xheader-face, message-separator-face)
12632         (message-cited-text-face, message-mml-face):
12633         New backward-compatibility aliases for renamed faces.
12634         (message-font-lock-keywords): Use renamed message faces.
12635
12636         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12637         (sieve-test-commands, sieve-tagged-arguments):
12638         Remove "-face" suffix from face names.
12639         (sieve-control-commands-face, sieve-action-commands-face)
12640         (sieve-test-commands-face, sieve-tagged-arguments-face):
12641         New backward-compatibility aliases for renamed faces.
12642         (sieve-control-commands-face, sieve-action-commands-face)
12643         (sieve-test-commands-face, sieve-tagged-arguments-face):
12644         Use renamed sieve faces.
12645
12646         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12647         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12648         (gnus-group-news-3-empty, gnus-group-news-4)
12649         (gnus-group-news-4-empty, gnus-group-news-5)
12650         (gnus-group-news-5-empty, gnus-group-news-6)
12651         (gnus-group-news-6-empty, gnus-group-news-low)
12652         (gnus-group-news-low-empty, gnus-group-mail-1)
12653         (gnus-group-mail-1-empty, gnus-group-mail-2)
12654         (gnus-group-mail-2-empty, gnus-group-mail-3)
12655         (gnus-group-mail-3-empty, gnus-group-mail-low)
12656         (gnus-group-mail-low-empty, gnus-summary-selected)
12657         (gnus-summary-cancelled, gnus-summary-high-ticked)
12658         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12659         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12660         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12661         (gnus-summary-low-undownloaded)
12662         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12663         (gnus-summary-low-unread, gnus-summary-normal-unread)
12664         (gnus-summary-high-read, gnus-summary-low-read)
12665         (gnus-summary-normal-read, gnus-splash):
12666         Remove "-face" suffix from face names.
12667         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12668         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12669         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12670         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12671         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12672         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12673         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12674         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12675         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12676         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12677         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12678         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12679         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12680         (gnus-summary-normal-ticked-face)
12681         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12682         (gnus-summary-normal-ancient-face)
12683         (gnus-summary-high-undownloaded-face)
12684         (gnus-summary-low-undownloaded-face)
12685         (gnus-summary-normal-undownloaded-face)
12686         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12687         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12688         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12689         (gnus-splash-face):
12690         New backward-compatibility aliases for renamed faces.
12691         (gnus-group-startup-message): Use renamed gnus faces.
12692
12693         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12694         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12695         (gnus-server-agent): Remove "-face" suffix from face names.
12696         (gnus-server-agent-face, gnus-server-opened-face)
12697         (gnus-server-closed-face, gnus-server-denied-face)
12698         (gnus-server-offline-face):
12699         New backward-compatibility aliases for renamed faces.
12700         (gnus-server-agent-face, gnus-server-opened-face)
12701         (gnus-server-closed-face, gnus-server-denied-face)
12702         (gnus-server-offline-face): Use renamed gnus faces.
12703
12704         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12705         Remove "-face" suffix from face names.
12706         (gnus-picon-xbm-face, gnus-picon-face):
12707         New backward-compatibility aliases for renamed faces.
12708
12709         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12710         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12711         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12712         (gnus-cite-11): Remove "-face" suffix from face names.
12713         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12714         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12715         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12716         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12717         New backward-compatibility aliases for renamed faces.
12718         (gnus-cite-attribution-face, gnus-cite-face-list)
12719         (gnus-article-boring-faces): Use renamed gnus faces.
12720
12721         * gnus-art.el (gnus-signature, gnus-header-from)
12722         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12723         (gnus-header-content): Remove "-face" suffix from face names.
12724         (gnus-signature-face, gnus-header-from-face)
12725         (gnus-header-subject-face, gnus-header-newsgroups-face)
12726         (gnus-header-name-face, gnus-header-content-face):
12727         New backward-compatibility aliases for renamed faces.
12728         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12729
12730         * gnus-sum.el (gnus-summary-selected-face)
12731         (gnus-summary-highlight): Use renamed gnus faces.
12732         * gnus-group.el (gnus-group-highlight): Likewise.
12733
12734 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12735
12736         * gnus-sieve.el (gnus-sieve-article-add-rule):
12737         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12738         * spam-stat.el (spam-stat-buffer-change-to-spam)
12739         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12740
12741         * message.el (message-is-yours-p):
12742         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12743
12744 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mm-view.el (mm-inline-text): Withdraw the last change.
12747
12748 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12751         executing enriched-decode.
12752
12753 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12756         charset of tar files.
12757
12758 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12759
12760         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12761
12762 2005-06-04  Lute Kamstra  <lute@gnu.org>
12763
12764         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12765         information is never recorded.
12766
12767 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12768
12769         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12770
12771 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * pop3.el (pop3-apop): Run md5 in the binary mode.
12774
12775         * starttls.el (starttls-set-process-query-on-exit-flag):
12776         Use eval-and-compile.
12777
12778 2005-05-31  Simon Josefsson  <jas@extundo.com>
12779
12780         * smime.el (smime-replace-in-string): Define.
12781         (smime-cert-by-ldap-1): Use it.
12782
12783 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-art.el (article-display-x-face): Replace
12786         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12787
12788         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12789         set-process-query-on-exit-flag or process-kill-without-query.
12790
12791         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12792         loop instead of replace-regexp.
12793
12794         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12795         instead of process-kill-without-query if it is available.
12796
12797         * lpath.el: Fbind ldap-search-entries.
12798
12799         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12800         instead of find-file-hooks if it is available.
12801
12802         * mml1991.el: Bind pgg-default-user-id when compiling.
12803
12804         * mml2015.el: Bind pgg-default-user-id when compiling.
12805
12806         * nndraft.el (nndraft-request-associate-buffer):
12807         Use write-contents-functions instead of write-contents-hooks if it is
12808         available.
12809
12810         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12811         instead of find-file-hooks if it is available.
12812
12813         * nntp.el (nntp-open-connection): Replace
12814         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12815         (nntp-open-ssl-stream): Ditto.
12816         (nntp-open-tls-stream): Ditto.
12817
12818         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12819         set-process-query-on-exit-flag or process-kill-without-query.
12820         (starttls-open-stream-gnutls): Use it instead of
12821         process-kill-without-query.
12822         (starttls-open-stream): Ditto.
12823
12824 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12825
12826         * smime.el (smime-cert-by-ldap-1): Don't use
12827         replace-regexp-in-string.
12828
12829 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12830
12831         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12832
12833         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12834         in PEM format.  Adjust to the XEmacs compability.
12835
12836 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12839         by `string-to-number'.
12840         * gnus-agent.el (gnus-agent-regenerate-group)
12841         (gnus-agent-fetch-articles): Ditto.
12842         * gnus-art.el (gnus-button-fetch-group): Ditto.
12843         * gnus-cache.el (gnus-cache-generate-active)
12844         (gnus-cache-articles-in-group): Ditto.
12845         * gnus-group.el (gnus-group-set-current-level)
12846         (gnus-group-insert-group-line): Ditto.
12847         * gnus-score.el (gnus-score-set-expunge-below)
12848         (gnus-score-set-mark-below, gnus-summary-score-effect)
12849         (gnus-summary-score-entry): Ditto.
12850         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12851         (gnus-soup-pack): Ditto.
12852         * gnus-spec.el (gnus-xmas-format): Ditto.
12853         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12854         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12855         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12856         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12857         * nndb.el (nndb-get-remote-expire-response): Ditto.
12858         * nndiary.el (nndiary-parse-schedule-value)
12859         (nndiary-string-to-number, nndiary-request-replace-article)
12860         (nndiary-request-article): Ditto.
12861         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12862         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12863         * nneething.el (nneething-make-head): Ditto.
12864         * nnfolder.el (nnfolder-request-article)
12865         (nnfolder-retrieve-headers): Ditto.
12866         * nnheader.el (nnheader-file-to-number): Ditto.
12867         * nnkiboze.el (nnkiboze-request-article): Ditto.
12868         * nnmail.el (nnmail-process-unix-mail-format)
12869         (nnmail-process-babyl-mail-format): Ditto.
12870         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12871         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12872         (nnmh-request-create-group, nnmh-request-list-1)
12873         (nnmh-request-group, nnmh-request-article): Ditto.
12874         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12875         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12876         * nnsoup.el (nnsoup-make-active): Ditto.
12877         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12878         * nntp.el (nntp-find-group-and-number)
12879         (nntp-retrieve-headers-with-xover): Ditto.
12880         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12881         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12882         (pgg-format-key-identifier): Ditto.
12883         * pop3.el (pop3-last, pop3-stat): Ditto.
12884         * qp.el (quoted-printable-decode-region): Ditto.
12885
12886         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12887         of concat.
12888
12889 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12892
12893         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12894
12895         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12896
12897         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12898
12899         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12900
12901         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12902
12903         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12904         (gnus-carpal-mode): Ditto.
12905
12906         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12907         (gnus-browse-mode): Ditto.
12908
12909         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12910
12911         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12912
12913 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12914
12915         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12916
12917 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-util.el (gnus-run-mode-hooks): New function.
12920
12921         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12922
12923         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12924         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12925
12926 2005-05-27  Lute Kamstra  <lute@gnu.org>
12927
12928         * dns-mode.el (dns-mode): Specify customization group.
12929
12930 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12931
12932         * gnus-agent.el (gnus-agent-make-mode-line-string):
12933         Use mode-line-highlight as mouse-face.
12934
12935 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * canlock.el (canlock): Change the parent group to news.
12938
12939         * deuglify.el (gnus-outlook-deuglify): Add :group.
12940
12941         * dig.el (dig): Add :group.
12942
12943         * dns-mode.el (dns-mode): Add :group.
12944
12945         * encrypt.el (encrypt): Add :group.
12946
12947         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12948         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12949         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12950         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12951         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12952
12953         * gnus-diary.el (gnus-diary): Add :group.
12954
12955         * gnus.el (gnus-group-news-1-face): Add :group.
12956         (gnus-group-news-1-empty-face): Ditto.
12957         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12958         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12959         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12960         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12961         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12962         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12963         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12964         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12965         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12966         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12967         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12968         (gnus-summary-high-ticked-face): Ditto.
12969         (gnus-summary-low-ticked-face): Ditto.
12970         (gnus-summary-normal-ticked-face): Ditto.
12971         (gnus-summary-high-ancient-face): Ditto.
12972         (gnus-summary-low-ancient-face): Ditto.
12973         (gnus-summary-normal-ancient-face): Ditto.
12974         (gnus-summary-high-undownloaded-face): Ditto.
12975         (gnus-summary-low-undownloaded-face): Ditto.
12976         (gnus-summary-normal-undownloaded-face): Ditto.
12977         (gnus-summary-high-unread-face): Ditto.
12978         (gnus-summary-low-unread-face): Ditto.
12979         (gnus-summary-normal-unread-face): Ditto.
12980         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12981         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12982
12983         * hashcash.el (hashcash): New custom group.
12984         (hashcash-default-payment): Add :group.
12985         (hashcash-payment-alist): Ditto.
12986         (hashcash-default-accept-payment): Ditto.
12987         (hashcash-accept-resources): Ditto.
12988         (hashcash-path): Ditto.
12989         (hashcash-extra-generate-parameters): Ditto.
12990         (hashcash-double-spend-database): Ditto.
12991         (hashcash-in-news): Ditto.
12992
12993         * message.el (message-minibuffer-local-map): Add :group.
12994
12995         * netrc.el (netrc): Add :group.
12996
12997         * sieve-manage.el (sieve-manage-log): Add :group.
12998         (sieve-manage-default-user): Diito.
12999         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13000         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13001         (sieve-manage-authenticators): Ditto.
13002         (sieve-manage-authenticator-alist): Ditto.
13003         (sieve-manage-default-port): Ditto.
13004
13005         * sieve-mode.el (sieve-control-commands-face): Add :group.
13006         (sieve-action-commands-face): Ditto.
13007         (sieve-test-commands-face): Ditto.
13008         (sieve-tagged-arguments-face): Ditto.
13009
13010         * smime.el (smime): Add :group.
13011
13012         * spam-report.el (spam-report): Add :group.
13013
13014         * spam.el (spam, spam-face): Add :group.
13015
13016 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017
13018         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13019         return \n.\n.\n at the end of articles.  Protect against that.
13020         (nntp-with-open-group): Allow debugging.
13021
13022         * nnheader.el (mail-header-set-extra): Make into a function
13023         because I just could't understand how to quote the list properly.
13024
13025         * dns.el (query-dns-cached): New function.
13026
13027 2005-05-26  Lute Kamstra  <lute@gnu.org>
13028
13029         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13030
13031 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13034
13035         * gnus-art.el: Don't autoload mail-extract-address-components.
13036
13037         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13038         eval-and-compile to evaluate it.
13039
13040         * hashcash.el: Don't autoload executable-find.
13041
13042         * nndb.el: Don't declare the nndb back end two or more times; don't
13043         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13044
13045         * nntp.el: Autoload format-spec instead of format; use
13046         eval-and-compile to evaluate autoload forms.
13047
13048 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13049
13050         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13051
13052 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13053
13054         * gnus.el (gnus-version-number): Bump version.
13055
13056 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13057
13058         * gnus.el: No Gnus v0.3 is released.
13059
13060 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13061
13062         * lpath.el (featurep): Bind show-nonbreak-escape.
13063
13064 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-art.el (gnus-article-edit-part): Disable undo.
13067
13068 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13071         gnus-article-date-lapsed-new-header is t if date timer is active;
13072         skip headers in which the original date value is empty.
13073         (gnus-article-save-original-date): Redefine it as a macro.
13074         (gnus-display-mime): Use it.
13075
13076 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-art.el (article-date-ut): Support converting date in
13079         forwarded parts as well.
13080         (gnus-article-save-original-date): New function.
13081         (gnus-display-mime): Use it.
13082
13083 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13084
13085         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13086         enclosure element of <item>.
13087
13088 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * message.el (message-kill-buffer-query): Renamed from
13091         `message-kill-buffer-query-if-modified'.  Added :version.
13092
13093 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13096         window layout.
13097
13098 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * mml.el: Autoload dnd when compiling.
13101
13102 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13105         x-dnd-*.
13106
13107 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * qp.el (quoted-printable-encode-region): Save excursion.
13110
13111 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * message.el (message-kill-buffer-query-if-modified): Add new variable
13114         so the user can kill a modified message buffer quickly.
13115         (message-kill-buffer): Use it.
13116
13117 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * lpath.el: Fbind display-time-event-handler; don't fbind
13120         string-to-multibyte.
13121
13122         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13123
13124 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13127         contained in text because xml.el decodes entities) with LFs.
13128
13129 2005-04-11  Lute Kamstra  <lute@gnu.org>
13130
13131         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13132         differently.
13133
13134 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13135
13136         * mm-util.el (mm-detect-coding-region): Typo.
13137
13138 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13141
13142 2005-04-06  Deepak Goel  <deego@gnufans.org>
13143
13144         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13145         user-function allow user modifications of the scores.
13146         (spam-stat-score-buffer-user): New function, to allow
13147         user-computed modifications to the score.
13148         (spam-stat-score-buffer-user-functions): List of additional
13149         scoring functions.
13150         (spam-stat-error-holder): Global temporary error holder.
13151         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13152         variable.
13153
13154 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * gnus-registry.el (gnus-registry-clean-empty-function)
13157         (gnus-registry-trim, gnus-registry-fetch-groups)
13158         (gnus-registry-delete-group): Groups that match
13159         `gnus-registry-ignored-groups' are removed from the registry
13160         entries, not just ignored for splitting.  This helps clean up the
13161         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13162         to get all the groups a message ID is in.
13163
13164         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13165         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13166         (spam-stat-score-buffer-user-functions): Add :number custom type.
13167
13168 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13171         argument in XEmacs.
13172
13173         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13174         (nnrss-request-group): Decode group name first.
13175         (nnrss-request-article): Make a text/plain article if mml-to-mime
13176         failed.
13177         (nnrss-get-encoding): Return a compatible encoding according to
13178         nnrss-compatible-encoding-alist.
13179         (nnrss-find-el): Use consp instead of listp.
13180         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13181
13182 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13185         which Emacs 20 doesn't support.
13186         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13187
13188 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13191         silence the byte compiler inside the defun.
13192
13193         * gnus-demon.el (parse-time-string): Add autoload.
13194
13195         * gnus-delay.el (parse-time-string): Add autoload.
13196
13197         * gnus-art.el (parse-time-string): Add autoload.
13198
13199         * nnultimate.el (parse-time): Require for `parse-time-string'.
13200
13201 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13204
13205         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13206
13207         * smime.el (smime-ldap-host-list): Add :version.
13208
13209 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13212         pass it to `gnus-browse-read-group'.
13213         (gnus-browse-read-group): Add NUMBER argument and pass it to
13214         `gnus-group-read-ephemeral-group'.
13215
13216         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13217         argument and pass it to `gnus-group-read-group'.
13218
13219 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13220
13221         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13222         mm-xemacs-find-mime-charset-1 if we have the mule feature
13223         available at runtime.
13224
13225 2005-03-25  Werner Lemberg  <wl@gnu.org>
13226
13227         * nnmaildir.el: Replace `illegal' with `invalid'.
13228
13229 2005-03-23  Lute Kamstra  <lute@gnu.org>
13230
13231         * time-date.el: Add comment on time value formats.
13232         Don't require parse-time.
13233         (with-decoded-time-value): New macro.
13234         (encode-time-value): New function.
13235         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13236         (days-to-time): Return a valid time value when arg is huge.
13237         (time-since): Use time-subtract.
13238         (time-to-number-of-days): Use time-to-seconds.
13239
13240 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13241
13242         * gnus-start.el (gnus-display-time-event-handler):
13243         Check display-time-timer at runtime rather than only at load time
13244         in case display-time-mode is turned off in the mean time.
13245
13246 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13249         used.
13250
13251         * nneething.el (nneething-map-file-directory): Derive from
13252         `gnus-directory'.
13253
13254         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13255         the To/Cc button.
13256
13257 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * nnmaildir.el (nnmaildir-request-accept-article):
13260         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13261
13262 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13263
13264         * gnus-async.el: Require timer-funcs at compile time when in
13265         XEmacs for `run-with-idle-timer'.
13266
13267 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13268
13269         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13270         autoloaded function.
13271
13272 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13273
13274         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13275
13276 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13277
13278         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13279
13280 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13281
13282         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13283         gnus-expert-user to default.
13284
13285 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13286
13287         * nnimap.el (nnimap-open-server): Ditto.
13288
13289         * imap.el (imap-authenticate): Fix typo.
13290
13291 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13292
13293         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13294         buffer (since IMAP server might return FETCH response out of
13295         order, and the nntp buffer must be sorted).
13296
13297 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13298
13299         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13300         comparison on string.
13301
13302         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13303         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13304         (gnus-agent-summary-fetch-series): Modified to protect against
13305         gnus-agent-summary-fetch-group clearing processable flags.
13306         (gnus-agent-synchronize-group-flags): Update live group buffer as
13307         synchronization may occur due to the user toggle the plugged
13308         status.
13309         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13310         successfully downloaded.
13311         (gnus-agent-expire-group-1): Avoid using markers when the overview
13312         is in ascending order; greatly improves performance.
13313         (gnus-agent-regenerate-group): Use
13314         gnus-agent-synchronize-group-flags to reset read status in both
13315         gnus and server.
13316         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13317
13318 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * message.el: Don't autoload former message-utils variables.
13321         (message-strip-subject-trailing-was): Change doc string.
13322
13323         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13324         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13325         (nnweb-google-search): Add "hl=en" here.
13326         (nnweb-google-parse-1, nnweb-google-create-mapping):
13327         Don't hardcode URL.
13328
13329 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * message.el (message-get-reply-headers, message-followup):
13332         Mention related variables `message-use-followup-to' and
13333         `message-use-mail-followup-to', in the information buffer.
13334
13335         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13336         of broken groups(-beta).google.com.
13337
13338 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13339
13340         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13341         parameter to invoked gnus-request-move-article; remove the
13342         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13343         all at once instead of once per article.
13344         (gnus-summary-remove-process-mark): Accept a list of articles as
13345         well as a single article for processing.
13346
13347         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13348         parameter.
13349
13350         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13351
13352         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13353
13354         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13355         parameter.
13356
13357         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13358         parameter.
13359
13360         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13361         parameter and remove the gnus-sum-hint-move-is-internal variable.
13362
13363         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13364         parameter.
13365
13366         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13367         parameter.
13368
13369         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13370         parameter.
13371
13372         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13373
13374         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13375         parameter.
13376
13377         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13378         parameter.
13379
13380 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13381
13382         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13383         a more conservative way.
13384
13385 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13386
13387         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13388         buffer, so it moves the window's cursor.
13389
13390 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13391
13392         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13393         `mm-dissect-multipart' and receive the from field as an (optional)
13394         argument from `mm-dissect-multipart'.
13395         (mm-dissect-multipart): Receive the from field as an argument and
13396         pass it on when we call `mm-dissect-buffer' on MIME parts.
13397         Fixes verification/decryption of signed/encrypted MIME parts.
13398
13399 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13400
13401         * gnus-sum.el (gnus-summary-move-article): Set
13402         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13403         whatever it calls (right now, only nnimap-request-move article
13404         respects it).
13405
13406         * nnimap.el (nnimap-request-move-article): When
13407         gnus-sum-hint-move-is-internal is set, don't do the extra
13408         nnimap-request-article.
13409
13410 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13413
13414         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13415         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13416
13417         * gnus-sum.el (gnus-summary-caesar-message):
13418         Apply `gnus-treat-article' after rotation.
13419
13420         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13421         doc string.
13422
13423 2005-02-22  Simon Josefsson  <jas@extundo.com>
13424
13425         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13426         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13427         <arne@arnested.dk>.
13428         (encrypt): Add password-cache and password-cache-expiry as group
13429         members.
13430
13431 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13432
13433         * smime.el (smime-ldap-host-list): Doc fix.
13434         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13435         cache) password.
13436         (smime-sign-region): Use it.
13437         (smime-decrypt-region): Use it.
13438         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13439         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13440         fails.
13441         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13442         certificate from DER to PEM format rather than calling openssl.
13443
13444         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13445
13446         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13447         for signing/encryption.
13448
13449         * mml.el (mml-parse-1): Use them.
13450
13451 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13452
13453         * nnrss.el (nnrss-verbose): Removed.
13454         (nnrss-request-group): Use `nnheader-message' instead.
13455
13456 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13457
13458         * nnrss.el (nnrss-verbose): New variable.
13459         (nnrss-request-group): Make it say nnrss is requesting a group.
13460
13461 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13464         Handle news URL with given port correctly.
13465
13466 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13469         containing special characters.
13470
13471         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13472
13473         * mml.el (mime-to-mml): Ditto.
13474
13475         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13476         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13477         (rfc2047-decode-region): Quote decoded words containing special
13478         characters when rfc2047-quote-decoded-words-containing-tspecials
13479         is non-nil.
13480
13481 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13484
13485         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13486
13487 2005-02-15  Simon Josefsson  <jas@extundo.com>
13488
13489         * nnimap.el (nnimap-debug): Doc fix.
13490
13491         * imap.el (imap-debug): Doc fix.
13492
13493 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13496
13497 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * gnus.el (spam-contents): Improve docs for spam-contents
13500         parameter in its variable incarnation.
13501
13502 2005-02-14  Simon Josefsson  <jas@extundo.com>
13503
13504         * smime-ldap.el: Use require instead of load-library for ldap.
13505         (smime-ldap-search): Indent.
13506         (smime-ldap-search-internal): Shorten line.
13507
13508         * smime.el (smime-cert-by-dns): Add doc-string.
13509         (smime-cert-by-ldap-1): Indent.
13510
13511         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13512         mml-smime-get-dns-ldap.
13513         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13514
13515 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13516
13517         * smime.el: Require smime-ldap.
13518         (smime-ldap-host-list): New variable.
13519         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13520
13521         * mml-smime.el (mml-smime-encrypt-query): New function.
13522         (mml-smime-encrypt-query): Use it.
13523
13524         * smime-ldap.el: New file.
13525
13526 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13529
13530 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13533         argument in doc string.  Make query for type more clear.
13534
13535 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * gnus.el (gnus-group-startup-message): Search for gnus images in
13538         etc/images/gnus.
13539         * mm-util.el (mm-image-load-path): Likewise.
13540         * smiley.el (smiley-data-directory): Search for smilies in
13541         etc/images/smilies.
13542
13543 2005-02-09  Kim F. Storm  <storm@cua.dk>
13544
13545         Change Emacs release version from 21.4 to 22.1 throughout.
13546         Change Emacs development version from 21.3.50 to 22.0.50.
13547
13548 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13551
13552         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13553         non-Mule XEmacs as well.
13554         (mm-decompress-buffer): Signal an error intentionally if it does
13555         not decompress compressed data because auto-compression-mode is
13556         disabled.
13557
13558 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13561         an ID in the registry even if it has no groups.
13562
13563 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13566         merge it into mm-decompress-buffer.
13567         (gnus-mime-copy-part): Use the MIME part charset, the value which
13568         a user specified or gnus-newsgroup-charset for decoding, like
13569         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13570         save-buffer what was used.  Suggested by Kevin Ryde
13571         <user42@zip.com.au>.
13572         (gnus-mime-inline-part): Allow the name parameter as well as the
13573         filename parameter; force decompressing of compressed data; always
13574         display contents being not decoded as unibyte.
13575
13576         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13577         as well as the filename parameter.
13578
13579         * mm-util.el (mm-decompress-buffer): Merge
13580         gnus-mime-jka-compr-maybe-uncompress.
13581         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13582         of compressed data.
13583
13584 2005-02-08  Simon Josefsson  <jas@extundo.com>
13585
13586         * imap.el (imap-log): Doc fix.
13587
13588 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13591         the coding cookies; decompress compressed parts.
13592
13593         * mml.el (mml-generate-mime-1): Add the charset parameter according
13594         to the value which a user specified manually or the coding cookie.
13595
13596         * mm-util.el (mm-string-to-multibyte): New function.
13597         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13598         (mm-coding-system-to-mime-charset): New function.
13599         (mm-decompress-buffer): New function.
13600         (mm-find-buffer-file-coding-system): New function.
13601
13602         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13603         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13604         parts.
13605
13606 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13607
13608         * mm-view.el (mm-display-inline-fontify): Decode a part according
13609         to the charset parameter.
13610
13611 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13614         prefix arg is neither nil nor a number, as info specifies.
13615
13616 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13619         timestamps.
13620
13621 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13622
13623         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13624         groups error checking and notify user.
13625
13626 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13627
13628         * message.el (message-send-mail-function): Check existence of
13629         sendmail-program first before using default value
13630         `message-send-mail-with-sendmail'.  Otherwise use more generic
13631         `smtpmail-send-it'.
13632
13633 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * nntp.el (nntp-request-update-info): Always return nil.
13636
13637 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13638
13639         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13640
13641 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13642
13643         * message.el (message-beginning-of-line): Change the behavior when
13644         invoked between BOL and : so that it first moves backward.
13645
13646 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13649         article buffer when editing of the article is discarded.
13650         (gnus-article-prepare): Revert.
13651
13652 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-art.el (gnus-article-prepare):
13655         Remove message-strip-forbidden-properties from the local hook.
13656
13657 2005-01-27  Simon Josefsson  <jas@extundo.com>
13658
13659         * password.el (password-cache-add): Only start one timer per key.
13660         Reported by Derek Atkins <warlord@MIT.EDU>.
13661
13662 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13663
13664         * run-at-time.el: Removed.  It is no longer needed as
13665         timer-funcs.el in the xemacs-base package has a working version of
13666         `run-at-time'.
13667
13668         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13669
13670         * password.el: Require timer-funcs instead of run-at-time in
13671         XEmacs.
13672         Remove `password-run-at-time' macro.
13673         (password-cache-add): Use `run-at-time' instead of
13674         `password-run-at-time'.
13675
13676         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13677         Remove `nnheader-cancel-function-timers' alias,
13678         `cancel-function-timers' exists in XEmacs in timer-funcs.
13679
13680         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13681         for `run-with-idle-timer'.
13682
13683         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13684         for `run-at-time'.
13685
13686         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13687         for `with-timeout'.
13688
13689         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13690         the same as for XEmacs 21.4.
13691         No need to ignore `run-with-idle-timer', this function exists in
13692         XEmacs now in timer-funcs.el in the xemacs-base package.
13693         (dgnushack-compile): No need to delete
13694         run-at-time.el from the list of files to compile because it
13695         doesn't exist anymore.
13696
13697 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13700         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13701
13702 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13703
13704         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13705         sensitively.
13706
13707 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13708
13709         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13710
13711 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13714         which will be inserted according to the multibyteness of a buffer
13715         rather than the type of contents.  Suggested by ARISAWA Akihiro
13716         <ari@mbf.ocn.ne.jp>.
13717
13718         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13719         of string which old xml.el may return rather than a string.
13720
13721 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13724
13725 2005-01-16  Simon Josefsson  <jas@extundo.com>
13726
13727         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13728         idn/idna.el isn't available.
13729         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13730         <michael@waxrat.com>.
13731
13732         * hashcash.el: Remove non-FSF copyright header.
13733
13734         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13735         (hashcash-generate-payment): Use it.
13736         (hashcash-generate-payment-async): Use it.
13737
13738 2005-01-15  Simon Josefsson  <jas@extundo.com>
13739
13740         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13741         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13742
13743         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13744         gnus-summary-idna-message.
13745         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13746         (gnus-summary-idna-message): New function.
13747
13748 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13751         gnus-novice-user.
13752
13753 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * nnrss.el (nnrss-request-delete-group): Delete entries in
13756         nnrss-group-alist as well.
13757         (nnrss-save-server-data): Insert newline.
13758
13759 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus.el (gnus-user-agent): Use list of symbols instead of
13762         symbols.  Display full version number for (S)XEmacs.  Optionally
13763         display (S)XEmacs codename.
13764
13765         * gnus-util.el (gnus-emacs-version): Update for new
13766         `gnus-user-agent'.
13767
13768         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13769         Gnus version.
13770
13771 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13774         which is unreadable in some setups.
13775
13776 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-spec.el (gnus-update-format-specifications): Flush the
13779         group format spec cache if it doesn't support decoded group names.
13780
13781 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13784         Allow to apply decay on score files matching a regexp.
13785
13786 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13789         compatibility in %g and %c.
13790
13791 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13794         name for only %g and %c.
13795         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13796         of gnus-tmp-group to decoded group name.
13797         (gnus-group-make-rss-group): Exclude `/'s from group names.
13798
13799 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * nnrss.el (nnrss-get-encoding): Fix regexp.
13802
13803 2004-12-27  Simon Josefsson  <jas@extundo.com>
13804
13805         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13806         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13807         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13808
13809 2004-12-17  Kim F. Storm  <storm@cua.dk>
13810
13811         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13812
13813         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13814
13815 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13816
13817         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13818
13819 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * nnrss.el: Require rfc2047 and mml.
13822         (nnrss-file-coding-system): New variable.
13823         (nnrss-format-string): Redefine it as an inline function.
13824         (nnrss-decode-group-name): New function.
13825         (nnrss-string-as-multibyte): Remove.
13826         (nnrss-retrieve-headers): Decode group name; don't use
13827         nnrss-format-string.
13828         (nnrss-request-group): Decode group name.
13829         (nnrss-request-article): Decode group name; allow a Message-ID as
13830         well as an article number; don't use nnrss-format-string; encode a
13831         Message-ID string which may contain non-ASCII characters; use
13832         mml-to-mime to compose a MIME article.
13833         (nnrss-request-expire-articles): Decode group name.
13834         (nnrss-request-delete-group): Decode group name.
13835         (nnrss-fetch): Clarify error message.
13836         (nnrss-read-server-data): Use insert-file-contents instead of load;
13837         bind file-name-coding-system; use multibyte buffer.
13838         (nnrss-save-server-data): Bind coding-system-for-write to the
13839         value of nnrss-file-coding-system; bind file-name-coding-system;
13840         add coding cookie.
13841         (nnrss-read-group-data): Use insert-file-contents instead of load;
13842         bind file-name-coding-system; use multibyte buffer.
13843         (nnrss-save-group-data): Bind coding-system-for-write to the
13844         value of nnrss-file-coding-system; bind file-name-coding-system.
13845         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13846         make it work with non-ASCII text.
13847         (nnrss-find-el): Make it work with old xml.el as well.
13848
13849 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13850
13851         * nnrss.el (nnrss-get-encoding): New function.
13852         (nnrss-fetch): Use unibyte buffer initially; bind
13853         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13854         decode contents according to the encoding attribute.
13855         (nnrss-save-group-data): Add coding cookie.
13856         (nnrss-mime-encode-string): New function.
13857         (nnrss-check-group): Use it to encode subject and author.
13858
13859 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13860
13861         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13862         imaginary variable.
13863
13864 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13867         correctly even if there are wide characters.
13868
13869 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13872         downcased symbol names; make a new cache instead of reusing
13873         bbdb-hashtable.
13874
13875 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13878         concatenating segments rather than before concatenating them.
13879         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13880
13881         * message.el (message-get-reply-headers): Bind `extra'.
13882
13883 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13884
13885         * message.el (message-extra-wide-headers): New variable.
13886         (message-get-reply-headers): Use it.
13887
13888 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13891         (gnus-agent-group-pathname): Ditto.
13892
13893         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13894
13895         * gnus-group.el (gnus-group-make-group): Decode group name.
13896         (gnus-group-make-rss-group): Register the group data after opening
13897         the nnrss group.
13898
13899 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13900
13901         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13902         by expiry now get marked as read.
13903
13904 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13907
13908 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13909
13910         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13911         unify Latin characters in XEmacs.
13912         (mm-find-mime-charset-region): Use it.
13913
13914 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-util.el (gnus-delete-directory): New function.
13917
13918         * gnus-agent.el (gnus-agent-delete-group): Use it.
13919
13920         * gnus-cache.el (gnus-cache-delete-group): Use it.
13921
13922 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13925         names.
13926
13927 2004-12-16  Simon Josefsson  <jas@extundo.com>
13928
13929         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13930
13931 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13934
13935         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13936         (gnus-group-set-current-level): Decode group name.
13937
13938 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13939
13940         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13941         failed.
13942
13943 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-group.el (gnus-group-delete-group): Decode group name.
13946         (gnus-group-make-rss-group): Encode group name.
13947         (gnus-group-catchup-current): Decode group name.
13948         (gnus-group-kill-group): Decode group name.
13949
13950 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13951
13952         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13953
13954 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-group.el (gnus-group-make-rss-group):
13957         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13958
13959         * gnus-start.el (gnus-setup-news): Honor user's setting to
13960         gnus-message-archive-method.  Suggested by Lute Kamstra
13961         <lute@gnu.org>.
13962
13963 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13964
13965         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13966         global counterparts of the buffer-local variables.
13967
13968 2004-11-16  Romain Francoise  <romain@orebokech.com>
13969
13970         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13971         counterparts of the buffer-local variables.
13972
13973 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * message.el (message-forbidden-properties): Fixed typo in doc
13976         string.
13977
13978 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * gnus-util.el (gnus-replace-in-string): Added doc string.
13981
13982         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13983         to avoid problems when splitting mails with many recipients.
13984
13985 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13986
13987         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13988         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13989
13990 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13991
13992         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13993         if there is no hashtable in memory or file modification time is
13994         newer than cached timestamp.
13995
13996 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13999         not-matching option.
14000
14001 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14004         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14005         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14006         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14007         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14008         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14009
14010 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * message.el (message-forward-make-body-mml): Remove headers
14013         according to message-forward-ignored-headers if a message is decoded.
14014
14015 2004-12-02  Romain Francoise  <romain@orebokech.com>
14016
14017         * message.el (message-forward-make-body-plain): Always remove
14018         headers according to message-forward-ignored-headers.
14019
14020 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14021
14022         * spam.el (spam-summary-prepare-exit): Remove the
14023         gnus-summary-limit pop for now, it has problems with ham marks for
14024         me.
14025
14026 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14027
14028         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14029         correctly.
14030
14031 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14032
14033         * format-spec.el (format-spec): Message the char.
14034
14035 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * gnus-art.el (gnus-split-methods): Reformat comments.
14038
14039         * spam.el (spam-summary-prepare-exit): Remove article limits
14040         before exiting the summary buffer.
14041
14042 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14045         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14046
14047         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14048         order to silence the byte compiler.
14049
14050         * spam.el: Fix the way to silence the byte compiler, which
14051         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14052         bbdb-search-simple, spam-BBDB-register-routine,
14053         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14054         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14055         spam-stat-buffer-is-spam, spam-stat-load,
14056         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14057         spam-stat-save and spam-stat-split-fancy.
14058
14059 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14062         which may confuse users.
14063         (canlock-password-for-verify): Ditto.
14064
14065         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14066
14067         * gnus-art.el (gnus-emphasis-alist): Ditto.
14068
14069         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14070
14071         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14072
14073         * gnus-start.el (gnus-save-killed-list): Ditto.
14074
14075         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14076         (gnus-sum-thread-tree-root): Ditto.
14077         (gnus-sum-thread-tree-false-root): Ditto.
14078         (gnus-sum-thread-tree-single-indent): Ditto.
14079
14080         * message.el (message-courtesy-message): Ditto.
14081         (message-archive-note): Ditto.
14082         (message-subscribed-address-file): Ditto.
14083         (message-user-fqdn): Ditto.
14084
14085         * spam-report.el (spam-report-gmane-regex): Ditto.
14086
14087         * spam.el (spam-blackhole-good-server-regex): Ditto.
14088
14089 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mml.el (mml-preview): Widen the message buffer before copying
14092         the contents to the preview buffer; sort headers before previewing.
14093
14094         * message.el (message-hidden-headers): Fix the way to avoid a bug
14095         in the `repeat' widget in Emacs 21.3 or earlier.
14096
14097 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * message.el (message-hidden-headers): Default to "^References:".
14100         Improve customization type.  Suggested by Reiner Steib
14101         <Reiner.Steib@gmx.de>.
14102
14103 2004-11-25  Romain Francoise  <romain@orebokech.com>
14104
14105         * message.el (message-strip-forbidden-properties): Remove check for
14106         obsolete `message-hidden' text property, hidden headers are not
14107         accessible in the buffer anymore.
14108
14109 2004-11-22  Romain Francoise  <romain@orebokech.com>
14110
14111         * message.el (message-header-format-alist): Add `From' in list
14112         so that it can be sorted.
14113         (message-fix-before-sending): Widen and sort headers before
14114         sending.
14115         (message-hide-headers): Use narrowing to hide headers by moving
14116         them to the top of the buffer and narrowing to the region
14117         underneath.
14118
14119 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14120
14121         * message.el (message-strip-forbidden-properties): Bind
14122         buffer-read-only (etc) to nil.
14123
14124 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14127         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14128
14129 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14130
14131         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14132
14133 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * dns.el (query-dns): Use sit-for to time instead of
14136         accept-process-output, since that doesn't seem to work on udp
14137         sockets.
14138
14139 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14142
14143 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14144
14145         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14146         doc string.  Improve doc string.
14147
14148 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * nntp.el (nntp-request-update-info): Return nil if
14151         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14152         may not call gnus-activate-group which uselessly issues the GROUP
14153         commands for all nntp groups and wastes time.  Reported by Romain
14154         Francoise <romain@orebokech.com>.
14155
14156         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14157
14158 2004-11-15  Simon Josefsson  <jas@extundo.com>
14159
14160         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14161         headers separately.
14162         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14163         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14164
14165 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * gnus-start.el (gnus-convert-old-newsrc):
14168         Assign legacy-gnus-agent to 5.10.7.
14169
14170 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14171
14172         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14173         start of the lines.
14174
14175 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14176
14177         * hashcash.el (hashcash-default-payment): Change default to 20.
14178         (hashcash-default-accept-payment): Change default to 20.
14179         (hashcash-process-alist): New variable.
14180         (hashcash-generate-payment-async): Add.
14181         (hashcash-already-paid-p): Add.
14182         (hashcash-insert-payment): Don't generate payments twice.
14183         (hashcash-insert-payment-async): Add.
14184         (hashcash-insert-payment-async-2): Add.
14185         (hashcash-cancel-async): Add.
14186         (hashcash-wait-async): Add.
14187         (hashcash-processes-running-p): Add.
14188         (hashcash-wait-or-cancel): Add.
14189         (mail-add-payment): New optional argument.  Conditionally start
14190         asynchronous calculation.
14191         (mail-add-payment-async): Add.
14192
14193         * message.el (message-send-mail): Wait for asynchronous hashcash
14194         results.  Don't clobber existing X-Hashcash headers.
14195         (message-setup-1): Call mail-add-payment-async when
14196         message-generate-hashcash is non-nil.
14197
14198 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14199
14200         * message.el (message-use-alternative-email-as-from): Examine the
14201         From header as well; use message-make-from in order to include a
14202         user's full name.
14203
14204 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14207         default; improve customization type.
14208         (gnus-emphasis-custom-with-format): New macro.
14209         (gnus-emphasis-custom-value-to-external): New function.
14210         (gnus-emphasis-custom-value-to-internal): New function.
14211
14212 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213
14214         * dns.el (query-dns): Resolve reverse addresses.
14215
14216 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14217
14218         * gnus-group.el (gnus-group-get-new-news): Use it.
14219
14220         * gnus-start.el (gnus-check-reasonable-setup): New function.
14221
14222 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14225         "Args out of range" error.  Reported by Arnaud Giersch
14226         <arnaud.giersch@free.fr>.
14227
14228 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14229
14230         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14231
14232 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14233
14234         * spam.el (spam group): Add :version.
14235
14236         * pgg-def.el (pgg group): Add :version.
14237
14238 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-article-edit-article): Don't associate the
14241         article buffer with a draft file.  This is a temporary measure
14242         against the 2004-08-22 change to gnus-article-edit-mode.
14243
14244 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14247         (html2text-format-tags): Remove unused variable `attr'.
14248
14249 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14252
14253         * tls.el (tls-process-connection-type, tls-success)
14254         (tls-certtool-program): Add :version.
14255
14256         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14257         (starttls-extra-arguments, starttls-process-connection-type)
14258         (starttls-connect, starttls-failure, starttls-success): Add :version.
14259
14260         * spam-stat.el (spam-stat): Add :version.
14261
14262         * sieve.el (sieve): Add :version.
14263
14264         * sha1.el (sha1): Add :version.
14265         (sha1-use-external): Remove redundant version.
14266
14267         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14268         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14269         (nnmail-split-fancy-match-partial-words)
14270         (nnmail-split-lowercase-expanded): Add :version.
14271
14272         * nndiary.el (nndiary): Add :version.
14273
14274         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14275
14276         * mml-sec.el (mml-default-sign-method)
14277         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14278         Add :version.
14279
14280         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14281
14282         * mm-url.el (mm-url-use-external, mm-url-program)
14283         (mm-url-arguments): Add :version.
14284
14285         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14286         (mm-attachment-file-modes, mm-decrypt-option)
14287         (mm-w3m-safe-url-regexp): Add :version.
14288
14289         * message.el (message-cite-prefix-regexp)
14290         (message-sendmail-envelope-from, message-minibuffer-local-map)
14291         (message-user-fqdn, message-completion-alist): Add :version.
14292
14293         * gnus-win.el (gnus-configure-windows-hook)
14294         (gnus-use-frames-on-any-display): Add :version.
14295
14296         * gnus-art.el (gnus-article-address-banner-alist)
14297         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14298         (gnus-treat-from-picon, gnus-treat-mail-picon)
14299         (gnus-treat-x-pgp-sig): Add :version.
14300
14301         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14302         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14303         (gnus-summary-article-delete-hook)
14304         (gnus-summary-display-while-building): Add :version.
14305
14306         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14307         (gnus-get-top-new-news-hook): Add :version.
14308
14309         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14310         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14311
14312         * gnus-registry.el (gnus-registry): Add :version.
14313
14314         * gnus-spec.el (gnus-use-correct-string-widths)
14315         (gnus-make-format-preserve-properties): Add :version.
14316
14317         * gnus.el (gnus-group-charter-alist)
14318         (gnus-group-fetch-control-use-browse-url)
14319         (gnus-install-group-spam-parameters): Add :version.
14320
14321         * gnus-diary.el (gnus-diary): Add :version.
14322
14323         * gnus-delay.el (gnus-delay): Add :version.
14324
14325         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14326         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14327         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14328         Add :version.
14329
14330         * gnus-agent.el (gnus-agent-max-fetch-size)
14331         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14332         (gnus-agent-prompt-send-queue): Add :version.
14333
14334         * deuglify.el (gnus-outlook-deuglify): Add :version.
14335
14336         * html2text.el: Beautify code.  Improve doc strings.  Some
14337         checkdoc cleanup.
14338         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14339
14340 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14341
14342         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14343
14344 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14347         when package is loaded.
14348
14349         * spam.el (spam-summary-score-preferred-header): Add global preference
14350         for people who want to override the default SpamAssassin over
14351         Bogofilter preference (when both are set).
14352         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14353         (spam-user-format-function-S): Check
14354         spam-summary-score-preferred-header.
14355         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14356         (spam-user-format-function-S): Format the score correctly.
14357
14358 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14361         signature file.  Suggested by Manoj Srivastava
14362         <srivasta@golden-gryphon.com>.
14363
14364         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14365         iso-2022-jp even in the Japanese language environment.
14366         Suggested by Jason Rumney <jasonr@gnu.org>.
14367
14368 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14371         use the same characters as the dummy marks; make it free from
14372         getting affected by the language environment.
14373         (gnus-summary-read-group-1): Update mark positions only when the
14374         format spec is updated.
14375
14376         * gnus-spec.el (gnus-update-format-specifications): Return a list
14377         of updated types.
14378
14379 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14382         of boundp to check if display-warning is available.
14383
14384 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14385
14386         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14387
14388 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * nnspool.el (nnspool-spool-directory): Use news-path if the
14391         news-directory variable is not bound.
14392
14393         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14394         function instead of display-warning if it is not available.
14395
14396 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14399         v5-10: Use `point-at-bol'.
14400
14401 2004-10-26  Simon Josefsson  <jas@extundo.com>
14402
14403         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14404         <chenggao@gmail.com>.
14405
14406 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14409         instead.
14410
14411 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14414         to remove a server from the nnimap-server-buffer-alist.
14415         (nnimap-open-connection, nnimap-close-server): Use it.
14416
14417         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14418
14419 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14422         running the major-mode function.
14423
14424 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14427         dummy marks in the right way.
14428
14429 2004-10-18  David Edmondson  <dme@dme.org>
14430
14431         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14432         excessively.
14433
14434 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14435
14436         * gnus-util.el (gnus-split-references): Accept a nil references
14437         string and go on blissfully.
14438
14439         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14440         cases where the references string is non-nil but has no references.
14441
14442         * encrypt.el: Add autoload tags.
14443
14444         * spam.el (spam-resolve-registrations-routine): Remove article
14445         from unregistration list too.  Reported by David Hanak
14446         <dhanak@isis.vanderbilt.edu>
14447
14448 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14451         nil.  Changed custom type.
14452
14453 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14456
14457         * gnus-sum.el (gnus-summary-move-article): Use it.
14458
14459 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * encrypt.el: Add autoload cookies.
14462
14463         * spam.el (spam-backend-article-list-property)
14464         (spam-backend-get-article-todo-list)
14465         (spam-backend-put-article-todo-list)
14466         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14467         Resolve registrations separately.
14468         (spam-register-routine): Format comments.
14469         (spam-unregister-routine, spam-register-routine): Always call with
14470         specific-articles, no default list.
14471         (spam-summary-prepare-exit): Use the spam-classifications function.
14472
14473         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14474         gnus-encrypt.el.
14475
14476         * encrypt.el: Copied from gnus-encrypt.el.
14477
14478         * gnus-encrypt.el: Commented that it's obsolete.
14479
14480 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14483         (gnus-score-save): Use it.
14484
14485         * message.el (message-bury): Use `window-dedicated-p'.
14486
14487 2004-10-15  Simon Josefsson  <jas@extundo.com>
14488
14489         * pop3.el (top-level): Don't require nnheader.
14490         (pop3-read-timeout): Add.
14491         (pop3-accept-process-output): Add.
14492         (pop3-read-response, pop3-retr): Use it.
14493
14494 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14495
14496         * spam.el (spam-register-routine): Move comment.
14497         (spam-verify-bogofilter): Use 'unknown for the initial
14498         spam-bogofilter-valid state, not 'never.
14499
14500         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14501         for netrc-machine.
14502
14503         * nnimap.el (nnimap-open-connection): Use
14504         netrc-machine-user-or-password.
14505
14506 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14507
14508         * gnus-registry.el (gnus-registry-unload-hook):
14509         Set as a variable with add-hook.
14510
14511         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14512         of news-path.
14513
14514         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14515
14516         * spam.el: Delete duplicate `provide'.
14517         (spam-unload-hook): Set as a variable with add-hook.
14518
14519 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14522         in the doc string.
14523
14524         * message.el (message-ignored-news-headers)
14525         (message-ignored-supersedes-headers)
14526         (message-ignored-resent-headers)
14527         (message-forward-ignored-headers): Improve custom type.
14528
14529 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * message.el (message-tokenize-header): Fix 2004-09-06 change
14532         which used point-min in the wrong place.
14533
14534 2004-10-12  Simon Josefsson  <jas@extundo.com>
14535
14536         * tls.el (tls-certtool-program): New variable.
14537         (tls-certificate-information): New function, based on
14538         ssl-certificate-information.
14539
14540 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * compface.el: Move the version of ELisp-based uncompface program
14543         to the contrib directory because of the copyright problem.
14544
14545 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * message.el (message-kill-buffer): Raise the current frame.
14548
14549 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14552
14553         * gnus.el (message-y-or-n-p): Autoload.
14554
14555         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14556         (pop3-password-required, pop3-authentication-scheme)
14557         (pop3-leave-mail-on-server): Made customizable.
14558         (pop3): New custom group.
14559         (pop3-retr): Remove `sleep-for' statements.
14560         Suggested by Dave Love <fx@gnu.org>.
14561
14562         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14563         Windows/DOS.
14564
14565         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14566         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14567         Dave Love <fx@gnu.org>.
14568
14569         * mml.el (mml-minibuffer-read-disposition): Require match.
14570         Suggested by Dave Love <fx@gnu.org>.
14571
14572 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14575         doc string.
14576
14577 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14580
14581 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14582
14583         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14584         instead of calling `mm-insert-inline', to decode text/* parts
14585         before displaying them.
14586
14587 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mm-uu.el (mm-uu-text-plain-type): New variable.
14590         (mm-uu-pgp-signed-extract-1): Use it.
14591         (mm-uu-pgp-encrypted-extract-1): Use it.
14592         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14593         bind mm-uu-text-plain-type with that value.
14594         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14595         mm-uu-dissect.
14596
14597 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-group.el (gnus-update-group-mark-positions):
14600         * gnus-sum.el (gnus-update-summary-mark-positions):
14601         * message.el (message-check-news-body-syntax):
14602         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14603         of string-as-multibyte.
14604
14605 2004-10-05  Juri Linkov  <juri@jurta.org>
14606
14607         * gnus-group.el (gnus-update-group-mark-positions):
14608         * gnus-sum.el (gnus-update-summary-mark-positions):
14609         * message.el (message-check-news-body-syntax):
14610         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14611         8-bit unibyte values to a multibyte string for search functions.
14612
14613 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14616         (mm-uu-dissect-text-parts): New function.
14617
14618         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14619         dissect text parts.
14620
14621         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14622         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14623
14624         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14625
14626         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14627         gnus-current-topics instead of gnus-current-topic.
14628
14629 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14630
14631         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14632
14633 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14634
14635         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14636         where approriate.
14637
14638         * nnml.el (nnml-generate-active-info): do.
14639
14640         * nndiary.el (nndiary-generate-active-info): do.
14641
14642         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14643         (gnus-topic-move): do.
14644
14645         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14646         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14647
14648         * gnus-srvr.el (gnus-server-prepare)
14649         (gnus-server-open-all-servers): do.
14650
14651         * gnus-msg.el (gnus-summary-cancel-article)
14652         (gnus-summary-resend-message)
14653         (gnus-summary-mail-crosspost-complaint): do.
14654
14655         * gnus-move.el (gnus-change-server): do.
14656
14657         * gnus-group.el (gnus-group-unmark-all-groups)
14658         (gnus-group-set-current-level): do.
14659
14660 2004-10-04  Simon Josefsson  <jas@extundo.com>
14661
14662         * message.el (message-generate-hashcash): Doc fix.
14663
14664 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14665
14666         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14667         avoid infinite recursion via gnus-get-function.
14668
14669 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14670
14671         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14672
14673         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14674
14675         * nnmail.el (nnmail-split-history): do.
14676
14677         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14678         (nnml-request-delete-group): do.
14679
14680         * nnslashdot.el (nnslashdot-read-groups): do.
14681
14682         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14683         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14684
14685         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14686         (nnspool-sift-nov-with-sed): Use last.
14687         (nnspool-retrieve-headers-with-nov): Use mapc.
14688         (nnspool-request-newgroups): Use dolist.
14689         (nnspool-request-group): Use last.
14690
14691         * nntp.el (nntp-read-server-type): Use dolist.
14692
14693         * nnvirtual.el (nnvirtual-create-mapping)
14694         (nnvirtual-update-read-and-marked): Use dolist.
14695         (nnvirtual-convert-headers): Simplify.
14696
14697 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14698
14699         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14700         support for sync'ing tick marks.
14701
14702 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14705         there's no visible header.
14706
14707 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14708
14709         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14710         necessary, pass full group name to gnus-request-set-marks.
14711
14712 2004-10-01  Simon Josefsson  <jas@extundo.com>
14713
14714         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14715         acroread.
14716
14717 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * spam-report.el (spam-report-gmane): Fix interactive.
14720
14721         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14722
14723         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14724         when writing file.
14725         (gnus-agent-synchronize-flags): Don't default to being
14726         interactive.
14727
14728 2004-09-30  Simon Josefsson  <jas@extundo.com>
14729
14730         * message.el (message-generate-hashcash): Add.
14731         (message-send-mail): Use it, call mail-add-payment.
14732
14733 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14734
14735         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14736
14737 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14738
14739         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14740         gnus-requst-update-info with explicit code to sync the in-memory
14741         info read flags with the marks being sync'd to the backend.
14742
14743         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14744
14745 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14746
14747         * spam.el (spam-verify-bogofilter): Add new function.
14748         (spam-check-bogofilter)
14749         (spam-bogofilter-register-with-bogofilter): Use it.
14750         (spam-verify-bogofilter): Add small fixes.
14751
14752 2004-09-28  Simon Josefsson  <jas@extundo.com>
14753
14754         * hashcash.el (hashcash-generate-payment): Revert.
14755
14756 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14757
14758         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14759         gnus-extract-references instead of gnus-split-references.
14760
14761         * gnus-util.el (gnus-extract-references): Add new function, analogous
14762         to gnus-split-references but extracts only the message-ID without
14763         anything extra.
14764
14765         * hashcash.el (hashcash-generate-payment)
14766         (hashcash-check-payment): Do the right thing if hashcash-path is
14767         nil (because the hashcash program could not be found).
14768
14769         * spam.el (spam-use-hashcash): Remove comment.
14770
14771 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14774         (gnus-cache-enter-article, gnus-cache-remove-article)
14775         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14776
14777         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14778
14779         * gnus-art.el (article-hide-boring-headers)
14780         (article-translate-strings, article-display-face)
14781         (gnus-article-mime-match-handle-first)
14782         (gnus-article-highlight-headers)
14783         (gnus-article-add-buttons-to-head): do.
14784
14785 2004-09-27  Simon Josefsson  <jas@extundo.com>
14786
14787         * hashcash.el: New version, from
14788         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14789         ../contrib/.
14790
14791 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14794
14795 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * gnus-dup.el (gnus-dup-open): Use mapc.
14798         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14799
14800         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14801         Reported by Stefan Wiens <s.wi@gmx.net>.
14802
14803         * gnus.el (gnus-shutdown): Use dolist.
14804
14805         * gnus-undo.el (gnus-undo): Use mapc.
14806
14807         * nnrss.el (nnrss-generate-active): do.
14808
14809         * message.el (message-cite-original-without-signature)
14810         (message-cite-original): Use mapc.
14811         (message-do-actions, message-make-forward-subject): Use dolist.
14812
14813 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14814
14815         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14816         deletion to remove entire duplicate line.  Fixes merged article
14817         number bug.
14818
14819 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14820
14821         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14822         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14823         first ask if you want to open a server and then, even when you
14824         responded with no, asking if you want to synchronize the server's
14825         flags.
14826         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14827         multi-line expressions.
14828         (gnus-agent-synchronize-group-flags): New internal function.
14829         Updates marks in memory (in the info structure) AND in the
14830         backend.
14831
14832         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14833
14834         * nnagent.el (nnagent-request-set-mark): Use
14835         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14836         method, to ensure that synchronization updates marks in the
14837         backend and in the info (in memory) structure.
14838
14839 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14842         convention fully; don't miss the root article of a thread; make
14843         the X-Draft-From header with correct article numbers.
14844
14845 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14846
14847         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14848         unless plugged.  Disable the agent so that an open failure causes
14849         an error.
14850
14851         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14852         Reverted 2004-09-21 change.  The backend must be opened while
14853         synchronizing flags even when the backend stores the flags
14854         locally.
14855
14856 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14859         in `header' match.  Reported by Svend Tollak Munkejord.
14860
14861         * message.el (message-cite-original): Fix use of
14862         `message-cite-articles-with-x-no-archive'.
14863
14864 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14867         (gnus-window-to-buffer): Ditto.
14868
14869         * mml.el (mml-preview-buffer): New variable.
14870         (mml-preview): Manage window layout with gnus-buffer-configuration.
14871
14872         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14873         X-Draft-From header even if those articles aren't quoted.
14874
14875 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14876
14877         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14878         (gnus-request-set-mark, gnus-request-update-mark): Use new
14879         g-s-t-u-l-m to decide to use backend even when unplugged.
14880
14881 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14884         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14885
14886 2004-09-20  Simon Josefsson  <jas@extundo.com>
14887
14888         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14889         "utf-16-le".
14890
14891 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14892
14893         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14894
14895 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * uudecode.el (uudecode-use-external): Add :version.
14898
14899         * smime.el (smime-CA-file, smime-encrypt-cipher)
14900         (smime-dns-server): Add :version.
14901
14902         * smiley.el (gnus-smiley-file-types): Add :version.
14903
14904         * sha1.el (sha1-use-external): Add :version.
14905
14906         * pgg-def.el (pgg-query-keyserver): Add :version.
14907
14908         * nnmail.el (nnmail-fancy-expiry-targets)
14909         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14910         Add :version.
14911
14912         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14913         (nnimap-retrieve-groups-asynchronous): Add :version.
14914         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14915
14916         * mml.el (mml-content-disposition-parameters)
14917         (mml-insert-mime-headers-always): Add :version.
14918
14919         * mm-util.el (mm-coding-system-priorities): Add :version.
14920
14921         * mm-decode.el (mm-inline-text-html-with-images)
14922         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14923         (mm-verify-option): Add :version.
14924         (mm-text-html-renderer): Change :version.
14925
14926         * message.el (message-fcc-externalize-attachments)
14927         (message-required-headers, message-draft-headers)
14928         (message-subject-trailing-was-query)
14929         (message-subject-trailing-was-ask-regexp)
14930         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14931         (message-mark-insert-end, message-archive-header)
14932         (message-archive-note, message-cross-post-default)
14933         (message-cross-post-note, message-followup-to-note)
14934         (message-cross-post-note-function, message-use-mail-followup-to)
14935         (message-subscribed-address-functions)
14936         (message-subscribed-address-file, message-subscribed-addresses)
14937         (message-subscribed-regexps, message-allow-no-recipients)
14938         (message-yank-cited-prefix, message-signature-insert-empty-line)
14939         (message-hidden-headers, message-hierarchical-addresses)
14940         (message-mail-user-agent, message-use-idna)
14941         (message-valid-fqdn-regexp)
14942         (message-strip-special-text-properties, message-header-synonyms)
14943         (message-beginning-of-line, message-tab-body-function): Add :version.
14944         (message-insert-canlock, message-wide-reply-confirm-recipients):
14945         Change :version.
14946
14947         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14948         and :version.
14949         (mail-source-delete-old-incoming-confirm)
14950         (mail-source-movemail-program): Add :version.
14951
14952         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14953         (gnus-agent-cache, gnus-agent): Change :version.
14954
14955         * gnus-util.el (gnus-use-byte-compile): Change :version.
14956
14957         * gnus-sum.el (gnus-summary-make-false-root-always)
14958         (gnus-summary-default-high-score)
14959         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14960         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14961         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14962         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14963         (gnus-sum-thread-tree-single-indent)
14964         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14965         (gnus-sum-thread-tree-leaf-with-other)
14966         (gnus-sum-thread-tree-single-leaf): Add :version.
14967         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14968         (gnus-article-loose-mime): Change :version.
14969
14970         * gnus-start.el (gnus-backup-startup-file)
14971         (gnus-save-startup-file-via-temp-buffer): Add :version.
14972
14973         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14974         (gnus-server-offline-face): Add :version.
14975
14976         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14977
14978         * gnus-msg.el (gnus-gcc-externalize-attachments)
14979         (gnus-debug-files, gnus-debug-exclude-variables)
14980         (gnus-discouraged-post-methods): Change :version.
14981         (gnus-confirm-mail-reply-to-news)
14982         (gnus-confirm-treat-mail-like-news): Add :version.
14983
14984         * gnus-int.el (gnus-server-unopen-status): Add :version.
14985
14986         * gnus-group.el (gnus-group-jump-to-group-prompt)
14987         (gnus-large-ephemeral-newsgroup)
14988         (gnus-fetch-old-ephemeral-headers): Add :version.
14989
14990         * gnus-fun.el (gnus-x-face-directory)
14991         (gnus-convert-pbm-to-x-face-command)
14992         (gnus-convert-image-to-x-face-command)
14993         (gnus-convert-image-to-face-command): Add :version.
14994
14995         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14996
14997         * gnus-cite.el (gnus-cite-blank-line-after-header)
14998         (gnus-article-boring-faces): Add :version.
14999
15000         * gnus-art.el (gnus-buttonized-mime-types)
15001         (gnus-inhibit-mime-unbuttonizing)
15002         (gnus-treat-display-face)
15003         (gnus-treat-body-boundary): Change :version.
15004         (gnus-body-boundary-delimiter, gnus-picon-databases)
15005         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15006         (gnus-treat-date-english, gnus-treat-fold-headers)
15007         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15008         (gnus-treat-mail-picon, gnus-treat-wash-html)
15009         (gnus-article-encrypt-protocol)
15010         (gnus-use-idna, gnus-article-over-scroll)
15011         (gnus-mime-display-multipart-alternative-as-mixed)
15012         (gnus-mime-display-multipart-related-as-mixed)
15013         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15014         (gnus-ctan-url, gnus-button-ctan-handler)
15015         (gnus-button-handle-ctan-bogus-regexp)
15016         (gnus-button-ctan-directory-regexp)
15017         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15018         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15019         (gnus-button-man-level, gnus-button-emacs-level)
15020         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15021
15022         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15023         (gnus-agent-go-online): Change :version.
15024         (gnus-agent-expire-unagentized-dirs)
15025         (gnus-agent-auto-agentize-methods): Add :version.
15026
15027         * flow-fill.el (fill-flowed-display-column)
15028         (fill-flowed-encode-column): Add :version.
15029
15030         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15031         (gnus-outlook-deuglify-unwrap-max)
15032         (gnus-outlook-deuglify-cite-marks)
15033         (gnus-outlook-deuglify-unwrap-stop-chars)
15034         (gnus-outlook-deuglify-no-wrap-chars)
15035         (gnus-outlook-deuglify-attrib-cut-regexp)
15036         (gnus-outlook-deuglify-attrib-verb-regexp)
15037         (gnus-outlook-deuglify-attrib-end-regexp)
15038         (gnus-outlook-display-hook): Add :version.
15039
15040         * binhex.el (binhex-use-external): Add :version.
15041
15042 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15045         and `invisible'.
15046
15047 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15048
15049         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15050         in gnus-registry-trim.
15051
15052 2004-09-13  Simon Josefsson  <jas@extundo.com>
15053
15054         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15055
15056         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15057
15058         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15059         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15060         <yamaoka@jpl.org>.
15061         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15062         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15063         <yamaoka@jpl.org>.
15064
15065         * sieve.el (sieve-manage-mode): Ditto.
15066
15067 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15070
15071 2004-09-11  Simon Josefsson  <jas@extundo.com>
15072
15073         * dns-mode.el: Add.
15074
15075         * mm-view.el (mm-display-dns-inline): Add.
15076
15077         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15078         (mm-automatic-display): Ditto.
15079
15080         * mailcap.el (mailcap-mime-data): Add text/dns.
15081         (mailcap-mime-extensions): Map .soa to text/dns.
15082
15083 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15084
15085         * gnus-art.el (article-decode-mime-words, article-babel)
15086         (gnus-article-highlight-signature, gnus-article-add-buttons)
15087         (gnus-signature-toggle): Remove unnecessary bindings of
15088         `inhibit-read-only' inherited from v5.10 merge.
15089
15090 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * nntp.el (nntp): New customization group.
15093         (nntp-authinfo-file): Add customization group.
15094
15095         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15096
15097         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15098
15099         * gnus.el (to-address, to-list, subscribed)
15100         (large-newsgroup-initial): Ditto.
15101
15102         * flow-fill.el (fill-flowed-display-column)
15103         (fill-flowed-encode-column): Ditto.
15104
15105 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15106
15107         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15108         Use point-min rather than 1.
15109         (message-send-mail): Use buffer-size rather than point-max.
15110
15111         * gnus-sum.el (gnus-summary-search-article-forward):
15112         Signal a specific `search-failed' rather than a generic `error'.
15113
15114         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15115         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15116         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15117
15118 2004-09-10  Simon Josefsson  <jas@extundo.com>
15119
15120         * nndb.el (require): Remove tcp and duplicate cl.
15121
15122 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-agent.el (directory-files-and-attributes): Move forward.
15125
15126 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15127
15128         * gnus-agent.el (directory-files-and-attributes): Optionally
15129         defined to support XEmacs.
15130
15131 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15132
15133         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15134         to avoid run-time CL dependencies.
15135         (gnus-agent-unfetch-articles): New function.
15136         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15137         article numbers even when local .overview file is missing.
15138         (gnus-agent-read-article-number): New function.  Only accepts
15139         27-bit article numbers.
15140         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15141         gnus-agent-read-article-number.
15142         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15143         from backend while recognizing that article numbers in .overview
15144         must be valid.
15145         (gnus-agent-update-files-total-fetched-for): Use
15146         directory-files-and-attributes to improve performance.
15147         * gnus-int.el (gnus-request-move-article): Use
15148         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15149         improve performance.
15150
15151         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15152         some users confused by references to .newsrc when they only have a
15153         .newsrc.eld file.
15154         (gnus-convert-mark-converter-prompt)
15155         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15156         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15157         New function.  Used internally to only display 'gnus converting
15158         files' message when actually necessary.
15159
15160         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15161         methods now autoloaded.
15162
15163 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15166         identifiers.
15167
15168 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus-picon.el: Fix indentation and closing parenthesis.
15171
15172 2004-09-01  Simon Josefsson  <jas@extundo.com>
15173
15174         * message.el (message-canlock-generate): Require sha1, not
15175         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15176         to require within a function.  Sadly, if sha1.el isn't loaded, the
15177         let binding in m-c-g will hide the defcustom definition, which is
15178         bad.)
15179
15180         * canlock.el: Require sha1, not sha1-el.
15181
15182         * message.el: Don't autoload sha1 (there is a autoload cookie in
15183         sha1.el).
15184
15185         * sha1-el.el: Renamed to sha1.el.
15186
15187 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15188
15189         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15190
15191 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15192
15193         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15194
15195 2004-08-30  Kim F. Storm  <storm@cua.dk>
15196
15197         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15198
15199         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15200         Add :group 'nnimap.
15201
15202 2004-08-30  Andreas Schwab  <schwab@suse.de>
15203
15204         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15205         ?* and ?\;.
15206
15207         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15208         and ?\' to symbol instead of whitespace.
15209
15210 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15213
15214         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15215         instead of re-search-forward.
15216
15217         * gnus-uu.el (gnus-uu-save-article): Ditto.
15218         (gnus-uu-post-encode-uuencode): Ditto.
15219
15220         * html2text.el (html2text-clean-list-items): Ditto.
15221         (html2text-clean-dtdd): Ditto.
15222         (html2text-format-tags): Ditto.
15223
15224         * message.el (message-send-mail-with-sendmail): Fix regexp.
15225         (message-fill-field-general): Use search-forward instead of
15226         re-search-forward.
15227         (unbold-region): Ditto.
15228
15229         * nnrss.el (nnrss-request-article): Ditto.
15230
15231         * nnslashdot.el (nnslashdot-request-article): Ditto.
15232
15233         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15234
15235         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15236         "Unrecognized menu descriptor" error in XEmacs.
15237
15238 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15239
15240         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15241         parent article of a sparse article in the thread hashtb.
15242
15243 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15244
15245         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15246         (nnmail-expand-newtext): Lowercase expanded entries if
15247         nnmail-split-lowercase-expanded is non-nil.
15248
15249 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15252
15253         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15254         of gnus-tmp-news-method into string under XEmacs.  It will be
15255         passed to gnus-correct-length which takes only a string argument.
15256
15257 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-util.el (gnus-bind-print-variables): New macro.
15260         (gnus-prin1): Use it.
15261         (gnus-prin1-to-string): Use it.
15262         (gnus-pp): New function.
15263         (gnus-pp-to-string): New function.
15264
15265         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15266         Replace pp-to-string with gnus-pp-to-string.
15267         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15268         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15269         * gnus-msg.el (gnus-debug): Ditto.
15270         * gnus-score.el (gnus-score-save): Ditto.
15271         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15272         gnus-pp-to-string.
15273         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15274         with gnus-pp.
15275         * score-mode.el (gnus-score-pretty-print): Ditto.
15276         * webmail.el (webmail-debug): Ditto.
15277
15278 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-art.el (article-display-face, article-display-x-face):
15281         Use buffer-read-only.
15282
15283 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-art.el (article-hide-list-identifiers):
15286         Bind inhibit-read-only as t.
15287
15288 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15291
15292 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15293
15294         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15295         (gnus-narrow-to-page): Don't assume point-min == 1.
15296         (gnus-article-edit-mode): Derive from message-mode.
15297
15298         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15299         point-min == 1.
15300
15301         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15302         Disable incorrect use of `assert'.
15303
15304         * message.el (message-mode): Set comment-start-skip.
15305
15306
15307 2004-08-22  Sam Steingold  <sds@gnu.org>
15308
15309         * pop3.el (pop3-leave-mail-on-server): New user variable.
15310         (pop3-movemail): Delete mail only when it is nil.
15311
15312 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15313
15314         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15315
15316         * mml.el (mml-preview): Use `pop-to-buffer'.
15317
15318         * message.el (message-goto-mail-followup-to): Insert after "To".
15319         (message-carefully-insert-headers): Add comment.
15320
15321         * gnus.el: Remove unused variable `gnus-article-check-size'.
15322
15323         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15324
15325         * gnus-art.el (gnus-button-alist): Improve
15326         `gnus-button-handle-library' entry.
15327
15328 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15329
15330         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15331         downcase, since XEmacs capitalizes error messages differently.
15332
15333 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15334
15335         * nntp.el: Add (require 'gnus) due to reference to
15336         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15337
15338 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15339
15340         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15341         `mm-fill-flowed'.
15342
15343         * mm-decode.el (mm-dissect-singlepart): Check it.
15344
15345 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15346
15347         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15348         'imap' for netrc parsing.
15349
15350 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * mailcap.el (mailcap-mime-data): Mark as risky.
15353
15354 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15357         may be included in the encoded word.
15358         (rfc2047-encode): Don't append a space if the encoded word
15359         includes close parenthesis.
15360
15361 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15364         of text within parentheses.
15365
15366 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15369         (gnus-encrypt-write-file-contents): Make the password key the file
15370         name PLUS the cipher, not just the cipher.  Also remove failed
15371         passwords from the cache.
15372
15373 2004-08-06  Simon Josefsson  <jas@extundo.com>
15374
15375         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15376         fix.
15377
15378 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15381         LWSP.
15382
15383 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15386         to append in-reply-to: data to the references: header.
15387
15388         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15389         (netrc-parse): Use gnus-encrypt.el functions.
15390
15391         * gnus-encrypt.el: Add new file for encryption support; currently
15392         does only a few GPG ciphers and an internal XOR cipher.
15393
15394         * password.el: Add comments on using password-read-and-add.
15395         (password-read-and-add): Add function to read and add the
15396         password to the cache at once.
15397
15398 2004-07-28  Simon Josefsson  <jas@extundo.com>
15399
15400         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15401         parameter (but don't use it, for now).
15402
15403         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15404         instead of hard coding to nil.
15405
15406 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15409         as mm-inline-image-xemacs does.
15410
15411 2004-07-26  Simon Josefsson  <jas@extundo.com>
15412
15413         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15414         Revert part of 2004-07-17 change below.
15415
15416 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15419         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15420
15421 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422
15423         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15424         quotes that actually start with ">" at the beginning of the
15425         lines.
15426
15427 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * rfc2047.el (rfc2047-encode-region): Fix last change.
15430         (rfc2047-encode-parameter): Remove useless concat.
15431
15432 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15435         encode special characters; fix some kind of misconfigured headers;
15436         signal a real error if debug-on-quit or debug-on-error is non-nil.
15437         (rfc2047-encode-max-chars): New variable.
15438         (rfc2047-encode-1): Use it.
15439         (rfc2047-encode-parameter): New function.
15440
15441         * mml.el (mml-insert-parameter): Remove an excessive space.
15442
15443 2004-07-17  Simon Josefsson  <jas@extundo.com>
15444
15445         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15446         Kai Grossjohann <kai@emptydomain.de>.
15447         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15448         (gnus-group-make-menu-bar): Ditto.
15449
15450         * gnus-util.el (gnus-group-server): Add.
15451
15452 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15453
15454         * message.el (message-clone-locals): Clone sendmail and smtp
15455         variables.
15456
15457 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * rfc2047.el (rfc2047-encode-region): Fix last change.
15460
15461 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15464         characters as non-special.
15465
15466 2004-07-09  Simon Josefsson  <jas@extundo.com>
15467
15468         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15469         Users will lose all flag changes made while unplugged with
15470         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15471         good default.  See numerous reports on ding mailing list.
15472
15473 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15476         add generate-head-function and generate-article-function to the
15477         rfc822-forward entry.
15478         (nndoc-rfc822-forward-generate-article): New function.
15479         (nndoc-rfc822-forward-generate-head): New function.
15480
15481         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15482
15483 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15484
15485         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15486         respect display group parameter and gnus-summary-expunge-below.
15487         (gnus-articles-to-read): Remove unused reference to display group
15488         parameter.
15489
15490 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15491
15492         * nnheader.el (nnheader-uniquify-message-id): New experimental
15493         variable.
15494         (nnheader-nov-read-message-id): Use it.
15495
15496         * spam-report.el (spam-report-gmane): Add interactive.
15497
15498 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15501         qp-or-base64 for the application/* types.
15502
15503 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15504
15505         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15506
15507 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15510         trim value.
15511
15512 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15513
15514         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15515         New macro and function.
15516         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15517
15518 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15521         after-load-alist.
15522
15523 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15524
15525         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15526         update info that isn't there.
15527
15528 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15529
15530         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15531         entry.
15532
15533 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * mm-view.el (mm-inline-render-with-function): Use multibyte
15536         buffer; decode html source by charset.
15537
15538         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15539
15540         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15541         Mule-UCS is loaded under XEmacs.
15542         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15543
15544 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15547
15548 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * mm-util.el (mm-coding-system-p): Return a coding-system.
15551         (mm-mime-mule-charset-alist): Use shift_jis instead of
15552         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15553         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15554         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15555         instead of japanese-shift-jis and iso-latin-1 respectively in
15556         order to share the default value with both Emacs and XEmacs-mule.
15557         (mm-mule-charset-to-mime-charset): Make
15558         mm-coding-system-priorities effective.
15559         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15560         while predicating of candidates upon the priorities.
15561
15562 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15563
15564         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15565         gnus-uu-invert-processable.
15566
15567         * gnus.el: Autoload gnus-uu-invert-processable.
15568
15569 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * mm-util.el (mm-with-multibyte-buffer): New macro.
15572
15573         * rfc2047.el (rfc2047-encode-string): Use it.
15574         (rfc2047-encode-region): Move point to the end of the region after
15575         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15576
15577 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15580         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15581
15582 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15585         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15586         Karl Chen <quarl@nospam.quarl.org>.
15587
15588 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15589
15590         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15591         invalid addresses.
15592
15593 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * spam.el: Change section markers, revise TODO list.
15596         (spam-backends): Make new master list of all installed backends.
15597         (spam-summary-exit-behavior): Add new variable to determine how
15598         messages moves are done at summary exit.
15599         (spam-move-spam-nonspam-groups-only)
15600         (spam-process-ham-in-nonham-groups)
15601         (spam-process-ham-in-spam-groups): Remove variables, the
15602         spam-summary-exit-behavior variable should be used to manage this
15603         behavior.
15604         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15605         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15606         and spam-old-spam-articles.
15607         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15608         Add empty variables, placeholders for the backends they represent.
15609         (spam-set-difference): Move, unchanged.
15610         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15611         unless the user has a processor variable.
15612         (spam-classifications, spam-classification-valid-p)
15613         (spam-backend-properties, spam-backend-property-valid-p)
15614         (spam-backend-function-type-valid-p)
15615         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15616         (spam-report-articles-gmane, spam-report-articles-resend):
15617         Remove functions, they are not needed.
15618         (spam-install-backend-super, spam-backend-list)
15619         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15620         (spam-backend-function, spam-backend-ham-registration-function)
15621         (spam-backend-spam-registration-function)
15622         (spam-backend-ham-unregistration-function)
15623         (spam-backend-spam-unregistration-function)
15624         (spam-backend-statistical-p, spam-backend-mover-p)
15625         (spam-install-backend-alias, spam-install-checkonly-backend)
15626         (spam-install-mover-backend, spam-install-nocheck-backend)
15627         (spam-install-backend, spam-install-statistical-backend)
15628         (spam-install-statistical-checkonly-backend): Add backend installation
15629         support.
15630         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15631         (spam-group-processor-p): Use the new backend code and respect the
15632         summary exit behavior.
15633         (spam-mark-spam-as-expired-and-move-routine): Remove.
15634         (spam-summary-prepare): Change to use the new spam-old-articles
15635         variable.
15636         (spam-copy-or-move-routine, spam-copy-spam-routine)
15637         (spam-move-spam-routine, spam-copy-ham-routine)
15638         (spam-move-ham-routine): Add code to copy/move ham or spam.
15639         (spam-fetch-field-fast): Improve doc and code, plus allow the
15640         'number request.
15641         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15642         variables.
15643         (spam-split, spam-find-spam): Use the new backend code.
15644         (spam-registration-functions): Remove variable.
15645         (spam-unregister-routine): Add convenience wrapper.
15646         (spam-log-undo-registration, spam-register-routine)
15647         (spam-log-processing-to-registry)
15648         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15649         where possible.
15650         (spam-check-gmane-xref, spam-check-regex-headers)
15651         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15652         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15653         (spam-check-bogofilter-headers, spam-check-spamoracle)
15654         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15655         (spam-check-crm114-headers): Use the spam-split-group that
15656         spam-split prepares, no need to determine it every time.
15657
15658         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15659         to the nnheader-parse-naked-head call.
15660
15661         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15662
15663         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15664         the nnheader-nov-read-message-id call.
15665
15666 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15669         gnus-activate-group twice.  Suggested by Markus Peter
15670         <warp@spin.de>.
15671
15672 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-art.el (gnus-article-time-format): Exchange the order of
15675         day and month in the default value; fix customization type.
15676         (article-date-ut): Use add-text-properties.
15677         (article-make-date-line): Use message-make-date instead of
15678         current-time-string.
15679
15680         * message.el (message-fetch-field): Don't use set-text-properties.
15681         (message-make-date): Simplify.
15682
15683         * messagexmas.el (message-xmas-make-date): New function.
15684         (message-xmas-redefine): Defalias message-make-date to it.
15685
15686 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15689         (rfc2047-encode-region): Treat text within parentheses as special;
15690         show the original text when error has occurred.
15691
15692         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15693         already-computed method to gnus-activate-group.
15694
15695         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15696         same select-methods identical Lisp objects.
15697
15698         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15699         object when modifying the info.
15700
15701 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15704         gnus-opened-servers since it has never been opened with the new
15705         configuration yet.
15706
15707 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15710         arg to nnheader-generate-fake-message-id.
15711
15712 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15715         number and build a fake message ID localized to a group and
15716         article number (so it's repeatable from that point on).
15717         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15718         ID format.
15719
15720         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15721         nnheader-generate-fake-message-id with the article number.
15722
15723 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15724
15725         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15726         end-of-buffer.
15727
15728 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15729
15730         * message.el (message-ignored-supersedes-headers): Add Approved.
15731
15732 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15735         goto-char.
15736         (rfc2047-encode): Fold the line before encoding.
15737
15738 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15739
15740         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15741         folding -- not all headers can be folded, and this should be done
15742         by the message composition mode.  Probably.  I think.
15743
15744 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15747         fast.
15748
15749         * gnus-ems.el (gnus-remove-image): Don't use
15750         message-text-with-property; remove only the image found first.
15751
15752         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15753         found first.
15754
15755 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15758
15759 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * message.el (message-text-with-property): Make it fast and accept
15762         optional arguments.
15763         (message-strip-forbidden-properties): Use it.
15764         (message-fix-before-sending): Follow the m-t-w-p change.
15765
15766         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15767
15768 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-art.el (article-hide-headers): Don't change the buffer
15771         mistakenly when performing mml-preview even if
15772         gnus-single-article-buffer is nil.
15773
15774 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15775
15776         * message.el (message-expand-name-databases): New user option.
15777         (message-expand-name): Use it.
15778
15779 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15780
15781         * spam.el (spam-report-articles-resend)
15782         (spam-report-resend-register-routine): Allow ham reporting.
15783         (spam-report-resend-register-ham-routine): Add wrapper.
15784         (spam-registration-functions): Add ham resending functions.
15785         (spam-list-of-processors): Add ham resend processor.
15786
15787         * gnus.el (ham-resend-to): Add new group parameter.
15788         (spam-process): Add ham resend option.
15789
15790         * spam-report.el (spam-report-resend): Allow reporting ham.
15791         (spam-report-resend-ham): Add wrapper.
15792
15793 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15794
15795         * message.el (message-cite-articles-with-x-no-archive): New
15796         variable.
15797         (message-cite-original): Use it.
15798
15799 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15800
15801         * message.el (message-cite-original): Respect X-No-Archive.
15802
15803 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-art.el (article-hide-headers): Refer to the values for
15806         gnus-ignored-headers and gnus-visible-headers in the summary
15807         buffer since a user may have set them as group parameters.
15808
15809 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15810
15811         * assistant.el (assistant-node-name): Add convenience function.
15812         (assistant-render-text, assistant-render-node): Add error handling,
15813         plus handle multiple next nodes.
15814         (assistant-find-next-node): Comment out for now.
15815         (assistant-find-next-nodes): Add function, returns list of next
15816         nodes.
15817
15818 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * mail-source.el (mail-source-directory): Fix doc-string.
15821
15822 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * assistant.el (assistant-render-text, assistant-eval): Add :set
15825         widget type, which is different because it takes and returns a
15826         list.  Much hilarity ensues.
15827
15828 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15831
15832         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15833         doc-string.
15834
15835         * gnus-start.el (gnus-activate-group): Added doc-string.
15836
15837 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15840
15841 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * assistant.el (assistant-render-text): Try to add a :set
15844         widget, more to come.
15845
15846         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15847         strings.
15848         (spam-report-articles-resend)
15849         (spam-register-routine): Do registration iff any articles warrant
15850         it.
15851         (spam-summary-prepare-exit): Change log message for nil group
15852         destinations.
15853
15854 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15855
15856         * spam.el (spam-report-resend-register-routine): Allow
15857         spam-report-resend-to to be a group parameter or a global value.
15858
15859 2004-05-26  Simon Josefsson  <jas@extundo.com>
15860
15861         * starttls.el: Merge with my GNUTLS based starttls.el.
15862         (starttls-gnutls-program, starttls-use-gnutls)
15863         (starttls-extra-arguments, starttls-process-connection-type)
15864         (starttls-connect, starttls-failure, starttls-success): New
15865         variables.
15866         (starttls-program, starttls-extra-args): Doc fix.
15867         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15868         functions.
15869         (starttls-negotiate, starttls-open-stream): Check
15870         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15871         function if it is set.
15872
15873 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15876         structured fields.
15877
15878 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15881
15882 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15883
15884         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15885         variable.
15886         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15887         assigning the spam-mark to new messages.
15888
15889 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15890
15891         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15892
15893 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15896
15897         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15898         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15899         default.
15900
15901 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15902
15903         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15904         correct data.
15905
15906 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15907
15908         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15909         (spam-group-processor-p): Fix function.
15910         (spam-group-processor-multiple-p)
15911         (spam-group-spam-processor-report-gmane-p)
15912         (spam-group-spam-processor-report-resend-p)
15913         (spam-group-spam-processor-bogofilter-p)
15914         (spam-group-spam-processor-blacklist-p)
15915         (spam-group-spam-processor-ifile-p)
15916         (spam-group-ham-processor-ifile-p)
15917         (spam-group-spam-processor-spamoracle-p)
15918         (spam-group-spam-processor-crm114-p)
15919         (spam-group-ham-processor-bogofilter-p)
15920         (spam-group-spam-processor-stat-p)
15921         (spam-group-ham-processor-stat-p)
15922         (spam-group-ham-processor-whitelist-p)
15923         (spam-group-ham-processor-BBDB-p)
15924         (spam-group-ham-processor-spamoracle-p)
15925         (spam-group-ham-processor-copy-p): Remove functions with some
15926         prejudice against unneeded code.
15927         (spam-report-articles-resend)
15928         (spam-report-resend-register-routine): Allow the group/topic
15929         spam-resend-to value to override spam-report-resend-to.
15930         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15931         properly now.
15932
15933         * gnus.el (spam-resend-to): Add group/topic parameter.
15934         (spam-process): Move the OBSOLETE processors to the end of the
15935         choices.
15936
15937 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15938
15939         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15940         with resend-to set to nil, and then ask the user if necessary.
15941         (spam-report-resend): spam-report-resend takes a list of articles, not
15942         separate article numbers.
15943
15944 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15947         addition to emacs-w3m.
15948
15949 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * assistant.el (assistant-authinfo-data): New function.
15952         (assistant-eval): Eval for entire assistant.
15953
15954         * netrc.el (netrc-services-file): New variable.
15955         (netrc-parse-services): New function.
15956         (netrc-find-service-name): New function.
15957         (netrc-find-service-number): New function.
15958         (netrc-port-equal): New function.
15959         (netrc-machine): Use it.
15960
15961         * nnimap.el (nnimap-open-connection): Use netrc.
15962
15963         * gnus-util.el (gnus-netrc-get): Remove aliases.
15964
15965         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15966
15967         * assistant.el (wid-edit): Fix compilation.
15968
15969         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15970
15971 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15972
15973         * gnus-util.el (gnus-set-file-modes): New function.  (small
15974         patch).
15975
15976 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15977
15978         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15979
15980         * assistant.el (assistant-render-node): Fix up rendering and
15981         read-only text.
15982         (assistant-render-node): Reset.
15983         (assistant-make-read-only): Not sticky.
15984
15985 2004-05-20  Danny Siu  <dsiu@adobe.com>
15986
15987         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15988         centered even when gnus-auto-center-summary is t.
15989
15990 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15991
15992         * dns.el (dns-get-txt-answer): New function.
15993         (dns-read-txt): Ditto.
15994         (query-dns): Use it.
15995
15996 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15999         active for foreign groups even if the group level is higher than
16000         the specified value.
16001
16002 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16005         non-active groups.
16006
16007         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16008
16009 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16010
16011         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16012
16013 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16014
16015         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16016         (spam-crm114-header, spam-crm114-spam-switch)
16017         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16018         (spam-crm114-positive-spam-header)
16019         (spam-crm114-database-directory, spam-list-of-processors)
16020         (spam-group-spam-processor-crm114-p)
16021         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16022         (spam-generic-score, spam-list-of-checks)
16023         (spam-list-of-statistical-checks, spam-registration-functions)
16024         (spam-check-crm114-headers, spam-crm114-score)
16025         (spam-check-crm114, spam-crm114-register-with-crm114)
16026         (spam-crm114-register-spam-routine)
16027         (spam-crm114-unregister-spam-routine)
16028         (spam-crm114-register-ham-routine)
16029         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16030         asjo@koldfront.dk (Adam Sjøgren).
16031
16032         * gnus.el: Add spam-use-crm114.
16033
16034         * spam.el (spam-list-of-processors, spam-registration-functions):
16035         Add spam-use-resend.
16036         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16037         (spam-report-articles-gmane): Add doc fix.
16038         (spam-report-articles-resend, spam-report-resend-register-routine):
16039         Add wrappers around spam-report-resend-to.
16040
16041         * spam-report.el (spam-report-resend-to, spam-report-resend):
16042         Add support for resending spam.
16043         (spam-report-gmane): Fix line length >80.
16044
16045         * gnus.el (spam-process): Add spam-use-resend.
16046
16047 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16048
16049         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16050         number of processed spam messages.
16051         (spam-ham-copy-or-move-routine): Return the number of processed
16052         ham messages.
16053         (spam-summary-prepare-exit): Use the above values to decide
16054         whether status messages shouled be displayed.
16055
16056 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16059         `rfc2047-encoding-function-alist' in order to avoid conflicting
16060         with the old version.
16061         (rfc2047-encode-region): Concatenate words containing non-ASCII
16062         characters in structured fields; don't encode space-delimited
16063         ASCII words even in unstructured fields; don't break words at
16064         char-category boundaries.
16065         (rfc2047-encode-1): New function.
16066         (rfc2047-encode): Use it; encode text so that it occupies the
16067         maximum width within 76-column; work correctly on Q encoding for
16068         iso-2022-* charsets.
16069         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16070         sure not to break a line just after the header name.
16071         (rfc2047-b-encode-region): Removed.
16072         (rfc2047-b-encode-string): New function.
16073         (rfc2047-q-encode-region): Removed.
16074         (rfc2047-q-encode-string): New function.
16075
16076         * mm-util.el (mm-replace-in-string): New function.
16077
16078 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079
16080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16081         get it right.
16082         (gnus-inews-make-draft): Really.
16083
16084 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16085
16086         * nnmh.el (nnmh-request-list-1): Don't check the link count
16087         before descending.  (small patch)
16088
16089 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16092         stuff.
16093
16094         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16095         on real group name.
16096
16097         * gnus-art.el (gnus-signature-limit): Doc fix.
16098
16099         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16100
16101         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16102
16103 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16104
16105         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16106         isn't a string.
16107
16108 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16109
16110         * gnus-draft.el (gnus-draft-send): Bind
16111         rfc2047-encode-encoded-words.
16112
16113         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16114         (rfc2047-encodable-p): Say that =? needs encoding.
16115         (rfc2047-encode-encoded-words): New variable.
16116
16117         * gnus-group.el (gnus-group-select-group): Doc fix.
16118
16119         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16120
16121         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16122         to nil.
16123
16124         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16125
16126         * nnheader.el (nnheader-get-lines-and-char): New function.
16127
16128 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * gnus-msg.el (gnus-summary-followup-with-original): Document
16131         yanking of region when active.
16132
16133 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16136         groups if the group level is higher than the specified value.
16137
16138 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16141         (gnus-group-jump-to-group): Added prefix argument using
16142         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16143         non-active group.
16144
16145         * compface.el (uncompface): Be verbose when changing
16146         `uncompface-use-external'.
16147
16148         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16149         handle manual section.
16150
16151 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152
16153         * gnus-art.el (gnus-button-alist): Revert previous change.
16154
16155 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16156
16157         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16158
16159 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16162         whether backend can accept message.
16163
16164         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16165
16166 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16167
16168         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16169         Avoid creating directory when nntp-marks-is-evil is true.
16170         Reported by Reiner Steib.
16171
16172 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-picon.el (gnus-picon-style): New variable.
16175         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16176         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16177         Jesper Harder <harder@ifa.au.dk>.
16178
16179 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16180
16181         * message.el (message-fill-field): Return point.
16182         (message-generate-headers): Go to end of field.
16183
16184         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16185         stuff for non-living groups.
16186
16187 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * gnus-art.el (gnus-article-followup-with-original)
16190         (gnus-article-reply-with-original): gnus-mark-active-p ->
16191         gnus-region-active-p.
16192
16193 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16196         only when there is spam or ham to be processed.
16197
16198 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16199
16200         * mail-source.el (mail-source-delete-crash-box): Refactor.
16201         (mail-source-fetch): Use it.
16202         (mail-source-fetch-file): Ditto.
16203         (mail-source-fetch-directory): Run postscript in loop.
16204         (mail-source-fetch-pop): Delete.
16205         (mail-source-fetch-maildir): Ditto.
16206         (mail-source-fetch-imap): Ditto.
16207
16208         * imap.el (imap-authenticators): Comment out sasl.
16209
16210         * message.el (message-skip-to-next-address): New function.
16211         (message-fill-header-address): Refactor.
16212         (message-fill-address): Use it.
16213         (message-delete-address): Use it.
16214         (message-fill-header-general): Refactor.
16215         (message-fill-field-address): Rename.
16216         (message-narrow-to-field): Find the start of the header.
16217         (message-header-format-alist): Don't pre-fill.
16218         (message-fill-header): Removed.
16219         (message-insert-header): New function.
16220         (message-shorten-references): Use it.
16221
16222         * rfc2047.el (rfc2047-field-value): Strip props.
16223
16224         * mail-parse.el (mail-header-make-address): New alias.
16225
16226         * ietf-drums.el (ietf-drums-make-address): New function.
16227
16228         * imap.el: Add compiler directives.
16229
16230         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16231
16232         * gnus-art.el (article-decode-idna-rhs): Don't use
16233         message-idna-inside-rhs-p.
16234
16235 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16236
16237         * message.el (message-idna-inside-rhs-p): Removed.
16238         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16239
16240         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16241         false positives.
16242
16243 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16244
16245         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16246
16247 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248
16249         * nneething.el (nneething-file-name): Don't create spurious
16250         files.
16251
16252         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16253         (gnus-inews-do-gcc): Remove sleep.
16254
16255         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16256         part under point.
16257
16258         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16259         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16260
16261 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-summary-prepare-exit): Fixed (length).
16264
16265 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16268         as expired without moving it" message when there are spam
16269         messages left.
16270
16271 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16272
16273         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16274         header is not nil.
16275
16276 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16277
16278         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16279         nntp-possibly-create-directory, not nntp-possibly-change-group.
16280         (nntp-marks-changed-p): New arg SERVER.
16281         (nntp-request-update-info): Adjust caller.
16282
16283 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16284
16285         * nntp.el (nntp-save-marks): Pass missing arg.
16286
16287 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16288
16289         * nntp.el: Support marks.
16290         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16291         (nntp-marks-modtime, nntp-marks-directory): New variables.
16292         (nntp-request-set-mark, nntp-request-update-info)
16293         (nntp-possibly-create-directory, nntp-marks-changed-p)
16294         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16295         functions.
16296
16297 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16300         (gnus-xmas-redefine): Rename.
16301
16302         * gnus-score.el (gnus-score-insert-help): Use
16303         gnus-select-lowest-window.
16304
16305         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16306         appt-select-lowest-window and rename to gnus-select-lowest-window.
16307
16308         * gnus.el: do.
16309
16310 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16311
16312         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16313         encodings of MIME-encoded words, in order to improve
16314         interoperability with several broken MUAs.
16315
16316 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16317
16318         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16319         tags, only when charsets are not specified in headers.
16320         (mm-inline-text-html-render-with-w3m): Ditto.
16321
16322         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16323         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16324
16325 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16326
16327         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16328         instead of MIME-decoded from fields when checking
16329         `gnus-article-address-banner-alist'.
16330
16331 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16332
16333         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16334         description rather than subject.
16335
16336 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16337
16338         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16339
16340 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341
16342         * gnus.el (gnus-version-number): Bump.
16343
16344 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16345
16346         * gnus.el: No Gnus v0.2 is released.
16347
16348 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * gnus-agent.el (gnus-agent-read-agentview): Inline
16351         gnus-uncompress-range.
16352
16353 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16354
16355         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16356         `exec-installed-p'.
16357
16358 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16359
16360         * gnus.el (spam-process, spam-autodetect-methods): Add
16361         bsfilter and bsfilter-headers.
16362
16363         * spam.el (spam-bsfilter): New customize group.
16364         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16365         (spam-bsfilter-header, spam-bsfilter-probability-header)
16366         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16367         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16368         (spam-bsfilter-database-directory): New options.
16369         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16370         (spam-list-of-statistical-checks, spam-registration-functions):
16371         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16372         (spam-bsfilter-score): New command.
16373         (spam-check-bsfilter-headers, spam-check-bsfilter)
16374         (spam-bsfilter-register-with-bsfilter)
16375         (spam-bsfilter-register-spam-routine)
16376         (spam-bsfilter-unregister-spam-routine)
16377         (spam-bsfilter-register-ham-routine)
16378         (spam-bsfilter-unregister-ham-routine): New functions.
16379         (spam-generic-score): Support bsfilter; Accept an optional argument
16380         to recalcurate spam score even if scoring header has already been
16381         added.
16382         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16383         optional argument to recalcurate spam score even if scoring header
16384         has already been added.
16385
16386 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16387
16388         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16389         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16390         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16391         link is missing.
16392
16393 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16396         (html2text-get-attr): Rewrite.
16397
16398         * message.el (message-setup-1): Remove redundant put-text-property
16399         on mail-header-separator.
16400
16401 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * gnus-registry.el (gnus-registry-cache-whitespace)
16404         (gnus-registry-action, gnus-registry-spool-action)
16405         (gnus-registry-split-fancy-with-parent): Change message levels
16406         from 5 to 3 or 7, as needed.
16407
16408         * spam.el (spam-summary-prepare-exit)
16409         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16410         (spam-split, spam-find-spam, spam-log-undo-registration)
16411         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16412         level from 5 to 6.
16413
16414 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16417         2004-03-04 change).
16418
16419 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16420
16421         * sieve-manage.el (sieve-manage-open):
16422         * nnweb.el (nnweb-insert-html):
16423         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16424         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16425         * nnspool.el (nnspool-request-group):
16426         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16427         * nnml.el (nnml-request-update-info):
16428         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16429         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16430         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16431         (nnimap-request-set-mark):
16432         * nnfolder.el (nnfolder-request-update-info):
16433         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16434         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16435         * gnus-uu.el (gnus-uu-find-articles-matching):
16436         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16437         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16438         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16439         * gnus-nocem.el (gnus-nocem-scan-groups):
16440         * gnus-int.el (gnus-start-news-server):
16441         * gnus-group.el (gnus-group-make-kiboze-group)
16442         (gnus-group-browse-foreign-server):
16443         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16444         Use mapc when appropriate.
16445
16446 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         FIXME: Make separate entries for each person.
16449
16450         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16451         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16452         <shields@msrl.com>:
16453
16454         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16455         may need for spam sorting and scoring.
16456         (spam-user-format-function-S): Add user format function suitable for
16457         general use.
16458         (spam-article-sort-by-spam-status): Add sorting function for summary
16459         sorting.
16460         (spam-extra-header-to-number): Add function to get a score from a
16461         header.
16462         (spam-summary-score): Add function to get a numeric score from the
16463         headers.
16464         (spam-generic-score): Fix function doc, was in wrong place.
16465         (spam-initialize): Take symbols when it's run, and install the
16466         extra headers that spam-necessary-extra-headers thinks we need.
16467
16468 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16469
16470         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16471         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16472
16473 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * gnus-sum.el (gnus-set-global-variables)
16476         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16477         (gnus-article-get-xrefs, gnus-summary-best-group)
16478         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16479         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16480         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16481         Use with-current-buffer.
16482
16483 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * spam.el (spam-summary-prepare-exit): Simplify logic.
16486         (spam-fetch-article-header): Read the article header if it's not
16487         available.
16488         (spam-list-articles): Simplify logic.
16489         (spam-filelist-register-routine): Fix bug with unregister-list.
16490
16491         * gnus-registry.el: Fix comments at beginning.
16492
16493 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16494
16495         * message.el (message-cater-to-broken-inn): Remove.
16496         (message-shorten-references): Make sure the total folded length of
16497         References is shorter than 998 characters to cater to a bug in INN
16498         2.3.  Also, don't pretend that references aren't folded -- this
16499         hasn't worked for a while.
16500
16501 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16502
16503         * gnus-agent.el (gnus-agentize):
16504         gnus-agent-send-mail-real-function no longer set to current value
16505         of message-send-mail-function but rather a lambda that calls
16506         message-send-mail-function.  The change makes the agent real-time
16507         responsive to user changes to message-send-mail-function.
16508
16509 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16510
16511         * legacy-gnus-agent.el
16512         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16513         help from Florian Weimer <fw@deneb.enyo.de>
16514
16515 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * nnmail.el (nnmail-cache-insert): Revert last change.
16518
16519 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * nnmail.el (nnmail-cache-insert): Always check whether
16522         nnmail-cache-ignore-groups matches a group name.
16523
16524 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16527         (spam-find-spam, spam-log-processing-to-registry)
16528         (spam-log-registered-p, spam-log-unregistration-needed-p)
16529         (spam-log-undo-registration): Use gnus-message instead of
16530         gnus-error, none of these errors are fatal.
16531
16532         * gnus-registry.el (gnus-registry-clean-empty-function)
16533         (gnus-registry-clean-empty): Remove only empty entries without
16534         extra data.
16535
16536 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16537
16538         * spam-stat.el (spam-stat-buffer-change-to-spam)
16539         (spam-stat-buffer-change-to-non-spam): Change (error) to
16540         (gnus-message 8) invocation.
16541
16542 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * nntp.el (nntp-via-netcat-command): New variable.
16545         (nntp-via-netcat-switches): New variable.
16546         (nntp-open-via-rlogin-and-netcat): New function.
16547         (nntp-open-connection-function): Doc fix.
16548         (nntp-telnet-command): Doc fix.
16549         (nntp-end-of-line): Doc fix.
16550         (nntp-via-rlogin-command): Doc fix.
16551         (nntp-via-user-name): Doc fix.
16552         (nntp-via-address): Doc fix.
16553
16554 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16557         error in Emacs 21.1.
16558
16559 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16560
16561         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16562
16563 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16564
16565         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16566         (gnus-agent-with-refreshed-group): New macro.
16567         (gnus-agent-rename-group): New function.
16568         (gnus-agent-delete-group): New function.
16569         (gnus-agent-save-group-info): Use gnus-command-method when
16570         `method' parameter is nil.  Don't write nil entries into the
16571         active file.
16572         (gnus-agent-get-group-info): New function.
16573         (gnus-agent-fetch-articles): Use
16574         gnus-agent-update-files-total-fetched-for to increment disk space
16575         used.
16576         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16577         gnus-agent-update-view-total-fetched-for to increment disk space
16578         used.
16579         (gnus-agent-get-local): Added optional parameters to avoid calling
16580         gnus-group-real-name and gnus-find-method-for-group.
16581         (gnus-agent-set-local): Delete stored entry if either min, or max,
16582         are nil.
16583         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16584         quit, use gnus-agent-regenerate-group to record existance of any
16585         articles fetched to disk before the quit occurred.
16586         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16587         gnus-agent-update-view-total-fetched-for, and
16588         gnus-agent-update-files-total-fetched-for to decrement disk space
16589         used.
16590         (gnus-agent-retrieve-headers): Use
16591         gnus-agent-update-view-total-fetched-for to increment disk space
16592         used.
16593         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16594         with gnus-agent-update-files-total-fetched-for to decrement disk
16595         space and fresh group buffer.
16596         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16597         (gnus-agent-need-update-total-fetched-for): New variable.
16598         (gnus-agent-update-files-total-fetched-for): New function.
16599         (gnus-agent-update-view-total-fetched-for): New function.
16600         (gnus-agent-total-fetched-for): New function.
16601
16602         * gnus-cache.el (gnus-cache-save-buffers): Use
16603         gnus-cache-update-overview-total-fetched-for to change disk space
16604         used by this group.
16605         (gnus-cache-possibly-enter-article): Use
16606         gnus-cache-update-file-total-fetched-for to increment disk space
16607         used by this group.
16608         (gnus-cache-possibly-remove-article): Use
16609         gnus-cache-update-file-total-fetched-for to decrement disk space
16610         used by this group.
16611         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16612         (gnus-cache-rename-group): New function.
16613         (gnus-cache-delete-group): New function.
16614         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16615         (gnus-cache-need-update-total-fetched-for): New variable.
16616         (gnus-cache-with-refreshed-group): New macro.
16617         (gnus-cache-update-file-total-fetched-for): New function.
16618         (gnus-cache-update-overview-total-fetched-for): New function.
16619         (gnus-cache-rename-group-total-fetched-for): New function.
16620         (gnus-cache-delete-group-total-fetched-for): New function.
16621         (gnus-cache-total-fetched-for): New function.
16622
16623         * gnus-group.el: Require gnus-sum and autoload functions to
16624         resolve warnings when gnus-group.el compiled alone.
16625         (gnus-group-line-format): Documented new %F.
16626         (size of Fetched data) group line format; identifies disk space
16627         used by agent and cache.
16628         (gnus-group-line-format-alist): Defined new F format.
16629         (gnus-total-fetched-for): New function.
16630         (gnus-group-delete-group): No longer update
16631         gnus-cache-active-altered as gnus-request-delete-group now keeps
16632         the cache in sync.
16633         (gnus-group-list-active): Let the agent store a server's active
16634         list if currently plugged.
16635
16636         * gnus-int.el (gnus-request-delete-group):
16637         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16638         local disk in sync with the server.
16639         (gnus-request-rename-group):
16640         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16641         local disk in sync with the server.
16642
16643         * gnus-start.el (gnus-get-unread-articles):
16644         Cosmetic simplification to logic.
16645
16646         * gnus-util.el (gnus-rename-file): New function.
16647
16648 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16649
16650         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16651
16652 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16655         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16656
16657 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16658
16659         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16660         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16661
16662 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16663
16664         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16665
16666 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-set-difference): Add function to replace
16669         gnus-set-difference in spam.el.
16670         (spam-summary-prepare-exit): Use spam-set-difference.
16671
16672 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16673
16674         * gnus-registry.el (gnus-registry-cache-file): Update to use
16675         gnus-dribble-directory OR gnus-home-directory OR ~.
16676         (gnus-registry-split-fancy-with-parent): Fix doc.
16677
16678 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * message.el (message-exchange-point-and-mark): Use
16681         message-mark-active-p.  Suggested by Jesper Harder
16682         <harder@ifa.au.dk>.
16683
16684 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * message.el (message-exchange-point-and-mark): Don't activate
16687         region if it was inactive.  Suggested by Hiroshi Fujishima
16688         <pooh@nature.tsukuba.ac.jp>.
16689
16690 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * gnus-art.el (article-display-face): Display Faces in the same
16693         order as X-Faces.
16694
16695 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16698
16699 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16702         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16703         (gnus-article-mime-hierarchy): Remove.
16704         (gnus-article-mime-hierarchy-next): Remove.
16705         (gnus-article-mode): Revert 2004-03-19 change.
16706         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16707         (gnus-insert-mime-button): Revert 2004-03-19 change.
16708         (gnus-mime-accumulate-hierarchy): Remove.
16709         (gnus-mime-enter-multipart): Remove.
16710         (gnus-mime-leave-multipart): Remove.
16711         (gnus-mime-display-part): Revert 2004-03-19 change.
16712         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16713
16714         * mml.el (mml-preview): Revert 2004-03-19 change.
16715
16716 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16717
16718         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16719
16720 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16723         t while entering a file name using the mm-with-multibyte macro.
16724         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16725
16726         * mm-util.el (mm-with-multibyte): New macro.
16727
16728 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16731         user option.
16732         (gnus-mime-multipart-functions): Doc and customization fix.
16733         (gnus-article-mime-hierarchy): New variable.
16734         (gnus-article-mime-hierarchy-next): New variable.
16735         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16736         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16737         gnus-article-mime-hierarchy-next to nil.
16738         (gnus-insert-mime-button): Show hierarchy numbers.
16739         (gnus-mime-accumulate-hierarchy): New function.
16740         (gnus-mime-enter-multipart): New function.
16741         (gnus-mime-leave-multipart): New function.
16742         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16743         (gnus-mime-display-alternative): Show hierarchy numbers.
16744
16745         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16746         gnus-article-mime-hierarchy-next to nil.
16747
16748 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16749
16750         * dns.el: Don't require gnus-xmas.
16751
16752 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16753
16754         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16755         inline PGP.
16756         (mml-menu): Disable mml-quote-region if mark is inactive.
16757
16758 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16761         when the group's active is not available.
16762
16763 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16766         error.
16767
16768 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * imap.el (imap-store-password): New variable.
16771         (imap-interactive-login): Use it.
16772         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16773
16774 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16777         window-start and hscroll to summary window.
16778
16779 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16780
16781         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16782         conversion message to newsrc-dribble when an actual conversion is
16783         performed.
16784
16785 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16786
16787         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16788
16789 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * mm-decode.el (mm-complicated-handles): New function reviving
16792         former definition of mm-multiple-handles.
16793
16794         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16795         (gnus-mime-delete-part): Use it.
16796
16797 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16798
16799         * gnus-agent.el (gnus-agent-read-local): Bind
16800         nnheader-file-coding-system to gnus-agent-file-coding-system to
16801         avoid the implicit assumption that they will always be equal.
16802         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16803         coding-system-for-write, as the with-temp-file macro first prints
16804         to a buffer then saves the buffer.
16805
16806 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (gnus-article-edit-part): New function.
16809         (gnus-mime-save-part-and-strip): Use it; do query instead of
16810         signaling an error; don't use mm-multiple-handles.
16811         (gnus-mime-delete-part): Ditto.
16812
16813 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16814
16815         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16816         old file versions.
16817         (gnus-group-prepare-hook): Removed function that converted list
16818         form of gnus-agent-expire-days to group properties.
16819
16820         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16821         (gnus-request-accept-article): Re-indented.
16822
16823         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16824         converters to handle old agent file formats.  Added logic for a
16825         "backup before upgrading warning".
16826         (gnus-convert-mark-converter-prompt): Developers can mark
16827         functions as needing (default), or not needing,
16828         gnus-convert-old-newsrc's "backup before upgrading warning".
16829         (gnus-convert-converter-needs-prompt): Tests whether the user
16830         should be protected from potentially irreversable changes by the
16831         function.
16832
16833         * legacy-gnus-agent.el: New.  Provides converters that are only
16834         loaded when gnus-convert-old-newsrc needs to call them.
16835
16836 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * mail-source.el (mail-source-touch-pop): Doc fix.
16839
16840         * message.el (message-smtpmail-send-it): Doc fix.
16841
16842 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16843
16844         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16845
16846         * nnmail.el (nnmail-split-fancy): do.
16847
16848         * gnus-kill.el (gnus-kill, gnus-execute): do.
16849
16850 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16851
16852         * gnus-sum.el (gnus-widget-reversible-match)
16853         (gnus-widget-reversible-to-internal)
16854         (gnus-widget-reversible-to-external): New functions.
16855         (gnus-widget-reversible): New widget.
16856         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16857
16858 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16859
16860         * gnus-sum.el (gnus-thread-sort-functions)
16861         (gnus-article-sort-functions): Document `(not F)' items.
16862
16863 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16864
16865         * spam.el (spam-use-gmane-xref): Add new backend.
16866         (spam-gmane-xref-spam-group): Add variable to control the name of the
16867         Gmane spam group.
16868         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16869         (spam-regex-headers-spam, spam-regex-headers-ham)
16870         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16871         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16872         backends and checks.
16873         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16874
16875         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16876         an autodetect method.
16877
16878 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16879
16880         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16881         articles are being added to a group.
16882         (gnus-request-replace-article): Inform the agent that articles
16883         need to be uncached as the cached contents are no longer valid.
16884
16885 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * binhex.el: Don't autoload executable-find.
16888
16889         * canlock.el: Don't autoload mail-fetch-field.
16890
16891         * dgnushack.el: Autoload c-mode for XEmacs.
16892
16893         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16894
16895         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16896         rmail-dont-reply-to and rmail-output.
16897
16898         * gnus-score.el: Don't autoload ffap-string-at-point.
16899
16900         * gnus-setup.el: Don't autoload sc-cite-original.
16901
16902         * imap.el: Don't autoload base64-decode-string,
16903         base64-encode-string and md5.
16904
16905         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16906         and rmail-msg-restore-non-pruned-header.
16907
16908         * mm-decode.el: Don't autoload executable-find.
16909
16910         * mm-url.el: Don't autoload executable-find.
16911
16912         * mm-view.el: Don't autoload diff-mode.
16913
16914         * nndb.el: Don't autoload news-reply-mode, news-setup,
16915         cancel-timer and telnet.
16916
16917         * password.el: Don't autoload run-at-time for Emacs.
16918
16919         * sha1-el.el: Don't autoload executable-find.
16920
16921         * sieve-mode.el: Don't autoload c-mode.
16922
16923         * uudecode.el: Don't autoload executable-find.
16924
16925 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16926
16927         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16928         (gnus-agent-possibly-alter-active): Avoid null in numeric
16929         comparison.
16930         (gnus-agent-set-local): Refuse to save null in local object table.
16931         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16932         list of articles that will be marked as unread.
16933
16934 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16937
16938 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16939
16940         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16941         language tags.
16942
16943 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16944
16945         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16946         Don't bind "obarray".
16947
16948         * gnus-sum.el (gnus-thread-sort-functions): Added
16949         `gnus-thread-sort-by-most-recent-number' and
16950         `gnus-thread-sort-by-most-recent-date'.
16951         Reported by Kai Grossjohann <kai@emptydomain.de>.
16952
16953 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16956
16957 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16958
16959         * gnus-cus.el (gnus-agent-customize-category): Removed
16960         ignore-errors macro reference that required cl to be loaded at
16961         run-time.
16962
16963         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16964         single-interval range of the form (min . max).  Previously the
16965         range had to look like ((min . max)).  Likewise, return
16966         (min . max) rather than ((min . max)).
16967         (gnus-range-map): Use gnus-range-normalize to accept
16968         single-interval range.
16969
16970         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16971         the cache, but not the agent, now appear with their usual face.
16972
16973         * dgnushack.el (loaddir): New variable that is bound to the
16974         directory containing the dgnushack.el file. Use loaddir, rather
16975         than srcdir, to update load-path. Change lets dgnushack compile
16976         code in directories other than GNUS/lisp.
16977
16978 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * lpath.el: Don't bind w3m-safe-url-regexp.
16981
16982         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16983         w3m-safe-url-regexp variable buffer-local.
16984
16985         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16986
16987 2004-02-27  Simon Josefsson  <jas@extundo.com>
16988
16989         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16990         gnus-group-real-prefix.
16991         (gnus-summary-move-article): Use it, instead of
16992         gnus-group-real-prefix.
16993
16994 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * lpath.el: Bind w3m-safe-url-regexp.
16997
16998         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16999         w3m-safe-url-regexp variable buffer-local and set it as the value
17000         of mm-w3m-safe-url-regexp.
17001
17002         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17003
17004         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17005         parsing gnus-posting-styles when the message is not for replying.
17006
17007         * dgnushack.el: Autoload sgml-mode for XEmacs.
17008
17009         * nnrss.el (nnrss-opml-export): Use
17010         mm-set-buffer-file-coding-system instead of
17011         set-buffer-file-coding-system.
17012
17013 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17014
17015         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17016         of checkdoc.el).
17017         * nnrss.el: do.
17018         * gnus-mlspl.el: do.
17019         * gnus-ml.el: do.
17020         * gnus-srvr.el: do.
17021
17022         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17023
17024 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17025
17026         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17027         Corrections to custom-manual links.
17028
17029         * gnus-art.el (gnus-article): Ditto.
17030
17031         * mm-decode.el (mime-display, mime-security): Ditto.
17032
17033 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17034
17035         * flow-fill.el: Typo.
17036
17037 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17038
17039         * spam-wash.el: New file.
17040
17041 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17042
17043         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17044
17045 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17046
17047         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17048         to be run with new-articles as LIST1, not LIST2.
17049         (spam-registration-functions): Add spam-use-ham-copy as a nil
17050         registration backend.
17051
17052 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17053
17054         * spam-stat.el (spam-stat-washing-hook): New option.
17055         (spam-stat-buffer-words): Use it.
17056         (spam-stat-process-directory, spam-stat-test-directory): Use
17057         insert-file-contents-literally.
17058         (spam-stat-coding-system): New variable.
17059         (spam-stat-load, spam-stat-save): Use it.
17060
17061 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * spam-report.el (spam-report-plug-agent): Quote
17064         spam-report-url-to-file and spam-report-url-ping-plain.
17065
17066 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17069         / in mailto URLs.
17070
17071 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * spam-report.el (spam-report-process-queue): Fix interactive use.
17074         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17075         (spam-report-unplug-agent): Doc fixes.
17076         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17077         (spam-report-agentize, spam-report-deagentize): Autoload.
17078
17079 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17082
17083         * message.el (message-setup-fill-variables): Add mml tags to
17084         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17085         <ajk@iu.edu>.
17086         (message-mode): Don't modify paragraph-separate there.
17087
17088 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * compface.el (uncompface-use-external): Default to undecided.
17091         (uncompface-use-external-threshold): New variable.
17092         (uncompface-float-time): New macro.
17093         (uncompface): Determine whether to use the external decoder if
17094         uncompface-use-external is undecided.
17095
17096 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17097
17098         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17099         after images.
17100
17101         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17102
17103 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17104
17105         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17106
17107         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17108
17109         * gnus-sum.el (gnus-summary-limit-to-age)
17110         (gnus-summary-limit-children): do.
17111
17112         * gnus-int.el (gnus-request-scan): do.
17113
17114         * gnus-group.el (gnus-group-suspend): do.
17115
17116         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17117
17118         * gnus-cite.el (gnus-cite-parse-attributions): do.
17119
17120         * gnus-agent.el (gnus-summary-set-agent-mark)
17121         (gnus-agent-regenerate-group): do.
17122
17123         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17124
17125         * binhex.el (binhex-decode-region-internal): do.
17126
17127 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * gnus-fun.el (gnus-face-properties-alist): New user option.
17130         (gnus-display-x-face-in-from): Use it.
17131
17132         * gnus-art.el (article-display-face): Ditto.
17133
17134         * compface.el (uncompface-use-external): Default to nil.
17135
17136 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * nntp.el (nntp-erase-buffer): New function.
17139         (nntp-retrieve-data, nntp-send-command)
17140         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17141         (nntp-possibly-change-group): Use it.
17142
17143         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17144         with-current-buffer.
17145
17146 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17147
17148         * compface.el: Merge the ELisp-based uncompface program.
17149         (compface): New customization group.
17150         (uncompface-use-external): New user option.
17151         (uncompface): Call uncompface-internal if uncompface-use-external
17152         is nil.
17153         (uncompface-internal): New function.  Note that there are also
17154         some other functions and variables added for this function.
17155
17156 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17157
17158         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17159         if necessary.
17160
17161 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * spam-report.el (spam-report-unplug-agent)
17164         (spam-report-plug-agent, spam-report-deagentize)
17165         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17166         Add support for the Agent in spam-report: when unplugged, report to a
17167         file; when plugged, submit all the requests.
17168
17169         * spam.el (spam-register-routine): Fix message about
17170         registration.
17171
17172 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17175         dependencies.
17176         (rfc2047-encode): Use it.
17177
17178         * gnus-art.el (gnus-button-marker-list): Move before first
17179         reference.
17180
17181         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17182         (imap-parse-body): Fix format string mismatch.
17183
17184         * gnus-score.el (gnus-summary-increase-score): do.
17185
17186         * nnrss.el (nnrss-close): New function.
17187
17188 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * nnrss.el (nnrss-make-filename): New function.
17191         (nnrss-request-delete-group, nnrss-read-server-data)
17192         (nnrss-save-server-data, nnrss-read-group-data)
17193         (nnrss-save-group-data): Use it.
17194         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17195         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17196         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17197
17198 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17199
17200         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17201
17202 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17203
17204         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17205         files.
17206
17207         * message.el (message-generate-headers-first): Don't quote nil
17208         and t in docstrings.
17209
17210         * imap.el (imap-id): do.
17211
17212         * gnus-agent.el (gnus-agent-consider-all-articles)
17213         (gnus-agent-queue-mail): do.
17214
17215 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17216
17217         * spam-report.el (spam-report-process-queue): New function.
17218         Process requests from `spam-report-requests-file'.
17219         (spam-report-process-queue): Doc fix.
17220
17221 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17222
17223         * spam.el (spam-register-routine)
17224         (spam-log-processing-to-registry, spam-log-registered-p)
17225         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17226         Change "check" to "spam-check" for semi-clarity.
17227
17228 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17229
17230         * pop3.el: Require nnheader.
17231
17232         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17233
17234         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17235
17236         * gnus-picon.el: Require cl.
17237
17238         * gnus-fun.el: Require gnus-ems and gnus-util.
17239
17240         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17241
17242         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17243
17244         * gnus-art.el (gnus-article-edit-mode): Define before first
17245         reference.
17246
17247 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17248
17249         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17250         (gnus-uu-post-encoded): Use point-at-bol.
17251
17252         * gnus-topic.el (gnus-group-active-topic-p): do.
17253
17254         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17255
17256         * gnus-group.el (gnus-group-kill-region): do.
17257
17258         * gnus-art.el (article-date-ut): do.
17259
17260         * message.el (message-fetch-field): Remove redundant
17261         case-fold-search binding.
17262         (message-narrow-to-field): Simplify.
17263
17264 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * spam.el (spam-directory): Derive from `gnus-directory'.
17267
17268         * spam-report.el (spam-report-url-to-file)
17269         (spam-report-requests-file): New function and variable for offline
17270         reporting.
17271         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17272         and user defined function.
17273         (spam-report-url-ping-mm-url): Remove doubled slash.
17274
17275 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17276
17277         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17278
17279 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17282         format string mismatch.
17283
17284         * sieve.el (sieve-deactivate-all): do.
17285
17286         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17287
17288         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17289
17290         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17291
17292         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17293
17294 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17297         the list of checks.
17298
17299 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17302         padding.
17303
17304 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17305
17306         * mm-view.el (mm-fill-flowed): New variable.
17307         (mm-inline-text): Use it.
17308
17309 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17310
17311         * spam.el (spam-spamassassin-register-ham-routine)
17312         (spam-spamassassin-register-spam-routine): Fix function names.
17313
17314 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * gnus.el (gnus-tmp-grouplens): Remove.
17317         (gnus-summary-line-format): Remove grouplens.
17318
17319         * gnus-group.el (gnus-group-line-format): Ditto.
17320
17321         * gnus-spec.el (gnus-format-specs): Ditto.
17322         (gnus-update-format-specifications): Flush the group format spec
17323         cache if there's the grouplens stuff.
17324         (gnus-parse-simple-format): Replace %l with the empty string.
17325
17326 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17327
17328         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17329         omission.
17330
17331 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17335
17336 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17337
17338         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17339         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17340         New macros and functions.
17341         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17342         Handle > NLINK_MAX messages.
17343         * nnmaildir.el (nnmaildir-request-set-mark): Use
17344         nnmaildir--emlink-p and nnmaildir--eexist-p.
17345
17346 2004-01-25  Alex Schroeder  <alex@gnu.org>
17347
17348         * spam-stat.el (spam-stat-process-directory-age): New option.
17349         (spam-stat-process-directory): Use it.
17350
17351 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17352
17353         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17354         (spam-stat-save): Accept prefix argument.
17355
17356 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17357
17358         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17359         links" error.
17360
17361 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17364         the rest of the and/or forms.
17365
17366 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17369         compatibility with old .newsrc.eld files.
17370
17371         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17372
17373         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17374
17375         * gnus-start.el (gnus-1): do.
17376
17377         * gnus-group.el (gnus-group-line-format-alist): do.
17378
17379         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17380
17381         * gnus-gl.el: Remove.
17382
17383 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17384
17385         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17386         marks consisting of a single range {for example, (3 . 5)} rather
17387         than a list of a single range { ((3 . 5)) }.
17388
17389 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17390
17391         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17392         with-current-buffer.
17393         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17394         avoid consing a string.
17395
17396         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17397         Remove obsolete entries for big5 and gb2312.
17398
17399 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17400
17401         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17402         uncompressed list.
17403
17404 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17405
17406         * spam-stat.el (spam-stat-strip-xref): New function.
17407         (spam-stat-process-directory): Use it.
17408
17409         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17410         here -- it's done in message-fetch-field.
17411
17412 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17413
17414         * gnus-agent.el (gnus-agent-queue-mail)
17415         (gnus-agent-prompt-send-queue): New variables.
17416         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17417         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17418         "nndraft:queue" along to gnus-draft-send.  Use
17419         gnus-agent-prompt-send-queue.
17420         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17421         is "nndraft:queue".  Suggested by Gaute Strokkenes
17422         <gs234@srcf.ucam.org>
17423
17424         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17425         (agent-enable-undownloaded-faces): Added.
17426         (gnus-agent-cat-groups): Use eval-and-compile, not
17427         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17428         method of gnus-agent-cat-groups even when the buffer has been
17429         evaled.
17430         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17431         delete gnus-agent-save-active-1.
17432         (gnus-agent-save-groups): Deleted.  Identical to
17433         gnus-agent-save-active.
17434         (gnus-agent-write-active): No longer adjust agent's copy of active
17435         file as agent's adjustments are now stored in their own
17436         file.  Removed optional parameter.
17437         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17438         servers.  Add use of min/max range limits from server's local
17439         file.
17440         (gnus-agent-save-alist): Removed unused optional argument.
17441         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17442         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17443         (gnus-agent-set-local): A per-server file that keeps min/max range
17444         limits for articles known to the agent.  Provides a fast mechanism
17445         for altering many active ranges.
17446         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17447         active file (local makes it unnecessary).
17448         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17449
17450         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17451         (agent-enable-undownloaded-faces): Added.
17452
17453         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17454         disable it when sending to "nndraft:queue".
17455         (gnus-group-send-queue): Add safety check to avoid sending queue
17456         when unplugged.
17457
17458         * gnus-group.el (gnus-group-catchup): Use new
17459         gnus-sequence-of-unread-articles, not
17460         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17461         numbers of articles.  Use gnus-range-map to avoid having to
17462         uncompress the unread list.
17463         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17464         Fixed invalid ange-ftp reference.
17465
17466         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17467         (gnus-sorted-range-intersection): Intersection of two ranges
17468         without requiring that they first be uncompressed.
17469
17470         * gnus-start.el (gnus-activate-group): Unless blocked by the
17471         caller, possibly expand the active range to include both cached
17472         and agentized articles.
17473         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17474         multiple version-dependent converters.
17475         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17476         gnus-agent-save-active.
17477         (gnus-save-newsrc-file): Save dirty agent range limits.
17478
17479         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17480         gnus-agent-possibly-alter-active.
17481         (gnus-adjust-marked-articles): Faster handling of simple lists.
17482
17483 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * spam-stat.el (spam-stat-test-directory): New optional argument
17486         displays a list of files detected.  Suggested by Andrew Cohen
17487         <cohen@andy.bu.edu>.
17488         (spam-stat-buffer-words-with-scores): Don't narrow and change
17489         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17490
17491 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17492
17493         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17494         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17495         (spam-spamassassin-arguments)
17496         (spam-spamassassin-spam-flag-header)
17497         (spam-spamassassin-positive-spam-flag-header)
17498         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17499         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17500         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17501         (spam-list-of-processors, spam-list-of-checks)
17502         (spam-list-of-statistical-checks, spam-registration-functions)
17503         (spam-check-spamassassin-headers, spam-check-spamassassin)
17504         (spam-spamassassin-score)
17505         (spam-spamassassin-register-with-sa-learn)
17506         (spam-spamassassin-register-spam-routine)
17507         (spam-spamassassin-register-ham-routine)
17508         (spam-assassin-register-spam-routine)
17509         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17510         (spam-bogofilter-score): Fix to show article before scoring.
17511
17512 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17513
17514         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17515         default scoring function.
17516         (spam-generic-score): Call spam-spamassassin-score if
17517         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17518         spam-bogofilter-score otherwise.
17519
17520         * gnus.el (spam-process, spam-autodetect-methods): Add
17521         spamassassin and spamassassin-headers.
17522
17523 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17524
17525         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17526         Suppress unnecessary messages.
17527
17528 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17531         make-hash-table.
17532
17533 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * canlock.el (base64-encode-string): Don't autoload it.
17536
17537 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * run-at-time.el: Remove useless (require 'itimer),
17540         eval-and-compile and (featurep 'xemacs).
17541
17542 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17543
17544         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17545         GROUP is a virtual group.
17546
17547 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17548
17549         * gnus.el: Autoload `message-y-or-n-p'.
17550
17551 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17552
17553         * pgg-parse.el: Remove unnecessary (require 'custom).
17554
17555         * pgg-def.el: do.
17556
17557         * nnmail.el: do.
17558
17559         * gnus-undo.el: do.
17560
17561         * gnus-picon.el: do.
17562
17563         * gnus-util.el: do.
17564
17565 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17566
17567         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17568
17569 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17572         handle, as well as a list.
17573
17574         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17575         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17576         (mm-w3m-cid-retrieve): Simplify.
17577
17578 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17579
17580         * message.el (message-kill-to-signature): Allow prefix arg to
17581         specify number of lines to keep before signature.
17582
17583 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17584
17585         * message.el (message-kill-to-signature): Change docstring.
17586
17587 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * canlock.el: Always require sha1-el.
17590         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17591
17592         * message.el: Autoload sha1 only when compiling.
17593
17594         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17595         eudc-expand-inline for XEmacs.
17596
17597 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * message.el (message-canlock-generate): Require sha1-el.
17600
17601 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * message.el (message-expand-name): Silence the byte compiler.
17604
17605         * lpath.el: Add detect-coding-system.
17606
17607         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17608         cus-edit.
17609
17610 2004-01-13  Simon Josefsson  <jas@extundo.com>
17611
17612         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17613         Invoke gnus-score-mode.  Reported by
17614         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17615
17616         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17617         Jim Blandy <jimb@redhat.com> (tiny change).
17618
17619 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17622
17623 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17624
17625         * spam.el (spam-get-article-as-string): Update to use
17626         gnus-request-article-this-buffer, much simpler.
17627         (spam-get-article-as-buffer): Remove.
17628
17629 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17630
17631         * message.el (message-expand-name): Use EUDC if the user uses that.
17632
17633 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17634
17635         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17636         character for the encoding to avoid consing a string.
17637
17638         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17639         unnecessarily.
17640
17641         * mm-util.el (mm-replace-chars-in-string): Remove.
17642
17643         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17644         of mm-replace-chars-in-string.
17645
17646 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17649
17650         * mm-util.el (mm-subst-char-in-string): Support inplace.
17651
17652         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17653         a new string in every iteration.  Use shy groups.
17654
17655 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17656
17657         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17658         * gnus-soup.el (gnus-soup-group-brew):
17659         * gnus-msg.el (gnus-put-message):
17660         * gnus-move.el (gnus-group-move-group-to-server):
17661         * gnus-kill.el (gnus-batch-score):
17662         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17663         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17664         (gnus-group-update-group, gnus-group-read-group)
17665         (gnus-group-make-group, gnus-group-make-help-group)
17666         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17667         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17668         (gnus-group-sort-by-unread, gnus-group-catchup)
17669         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17670         (gnus-group-yank-group, gnus-group-set-info)
17671         (gnus-group-list-groups):
17672         * gnus.el (gnus-generate-new-group-name):
17673         * gnus-delay.el (gnus-delay-send-queue):
17674         * nnvirtual.el (nnvirtual-catchup-group):
17675         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17676         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17677         (gnus-group-prepare-topics, gnus-topic-check-topology):
17678         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17679         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17680         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17681         (gnus-group-make-articles-read):
17682         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17683         (gnus-group-change-level, gnus-kill-newsgroup)
17684         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17685         (gnus-get-unread-articles, gnus-make-articles-unread)
17686         (gnus-make-ascending-articles-unread): Use accessor
17687         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17688         to get group information for improved readability.
17689
17690
17691 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * gnus-art.el (article-decode-mime-words, article-babel)
17694         (gnus-article-highlight-signature, gnus-article-add-buttons)
17695         (gnus-signature-toggle): Use gnus-with-article-buffer.
17696
17697         * gnus-art.el (gnus-article-highlight-headers)
17698         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17699
17700         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17701         (gnus-article-set-globals, gnus-request-article-this-buffer)
17702         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17703         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17704         (gnus-mime-display-alternative): Use with-current-buffer.
17705
17706 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17707
17708         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17709         also under 80 char limit, and call gnus-error if needed.
17710         (spam-fetch-article-header): Fix - it was a
17711         buffer-local variable (gnus-newsgroup-data).
17712         (spam-find-spam): Use spam-generate-fake-headers, forget about
17713         spam-insert-fake-headers.
17714         (spam-insert-fake-headers): Remove.
17715
17716 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * deuglify.el (gnus-article-outlook-unwrap-lines)
17719         (gnus-outlook-rearrange-article)
17720         (gnus-outlook-repair-attribution-outlook)
17721         (gnus-outlook-repair-attribution-block)
17722         (gnus-outlook-repair-attribution-other): Remove redundant
17723         save-excursion.
17724
17725 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17726
17727         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17728         (spam-fetch-field-subject-fast)
17729         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17730         (spam-fetch-article-header): Add functions to deal with Gnus
17731         internals for fast retrieval of article header data.
17732         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17733
17734 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * pop3.el (pop3-md5): Remove.
17737         (pop3-apop): Replace pop3-md5 with md5.
17738
17739         * mm-bodies.el: base64 is always built-in.
17740
17741         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17742         with-current-buffer.
17743
17744 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * canlock.el (canlock-insert-header): Remove excessive grouping in
17747         regexp.
17748
17749         * gnus-sum.el (gnus-summary-read-document): Ditto.
17750
17751         * gnus-uu.el (gnus-uu-part-number): Ditto.
17752
17753         * html2text.el (html2text-remove-tags): Ditto.
17754         (html2text-format-tags): Ditto.
17755         (html2text-format-single-elements): Ditto.
17756
17757         * mml.el (mml-parse-1): Ditto.
17758
17759 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17762
17763         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17764
17765         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17766
17767         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17768
17769 2003-11-15  Simon Josefsson  <jas@extundo.com>
17770
17771         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17772         (pgg-gpg-lookup-key): Use regexp match instead of
17773         split-string (split-string is different between emacs 21.2 and
17774         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17775
17776 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * gnus-art.el (gnus-mime-view-all-parts)
17779         (gnus-article-part-wrapper, gnus-article-view-part): Use
17780         with-current-buffer.
17781
17782 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17783
17784         * spam.el (spam-disable-spam-split-during-ham-respool)
17785         (spam-spamoracle-database, spam-cache-lookups)
17786         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17787         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17788         (spam-group-ham-marks, spam-group-spam-marks)
17789         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17790         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17791         also add spam-use-blackholes to the statistical checks.
17792         (spam-fetch-field-fast): Add interface to fetching fields, may
17793         become a macro.
17794         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17795         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17796         (spam-insert-fake-headers): Fake an article when needed.
17797         (spam-find-spam): Fake article when possible.
17798         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17799         (spam-check-bogofilter-headers): Use message-fetch-field instead
17800         of nnmail-fetch-field.
17801
17802 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17805
17806 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17807
17808         * spam.el (spam-split): Do not require spam-use-CHECK to be
17809         enabled if that check is passed to spam-split explicitly; also
17810         fix so 'spam doesn't get converted to spam-split-group when
17811         spam-split-symbolic-return is t.
17812         (spam-find-spam): Find registrations of the article and use those
17813         instead of re-running spam-split to find the spam/ham
17814         classification of the article.
17815         (spam-log-processing-to-registry, spam-log-registered-p)
17816         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17817         Use gnus-error instead of gnus-message.
17818         (spam-log-registration-type): Add function to determine the
17819         classification of a message based on registry entries; will
17820         return nil if both 'spam and 'ham are found.
17821         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17822         a reasonably fast local cache without the loading errors.
17823         (spam-cache-lookups): Set to t by default.
17824         (spam-find-spam): Don't try to guess spam-cache-lookups.
17825         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17826         spam-caches entry.
17827         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17828         caching of whitelist/blacklist entries.
17829         (spam-check-whitelist, spam-check-blacklist): Invoke
17830         spam-from-listed-p with a type, not a cache variable.
17831         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17832
17833 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17834
17835         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17836
17837         * nnmail.el (nnmail-split-fancy): do.
17838
17839         * mml.el (mml-parse): do.
17840
17841         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17842         (gnus-score-adaptive): do.
17843
17844 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17847         (gnus-mime-button-map): Don't set keymap parent.
17848         (gnus-button-ctan-directory-regexp): Use shy grouping.
17849         (gnus-prev-page-map): Don't set keymap parent.
17850         (gnus-prev-page-map): Remove duplicated one.
17851         (gnus-next-page-map): Don't set keymap parent.
17852         (gnus-mime-security-button-map): Ditto.
17853
17854         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17855         version number.
17856
17857         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17858
17859 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * canlock.el (canlock-sha1-function): Remove.
17862         (canlock-sha1-function-for-verify): Remove.
17863         (canlock-openssl-program): Remove.
17864         (canlock-openssl-args): Remove.
17865         (canlock-ignore-errors): Remove.
17866         (canlock-sha1-with-openssl): Remove.
17867         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17868         (canlock-verify): Don't use canlock-ignore-errors.
17869
17870         * sha1-el.el (sha1-string-external): Make it can return a string
17871         in binary form.
17872         (sha1-region-external): Ditto.
17873         (sha1-string-internal): Ditto.
17874         (sha1-region-internal): Ditto.
17875         (sha1-region): Ditto.
17876         (sha1-string): Ditto.
17877         (sha1): Ditto.
17878
17879 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880
17881         * spam.el (spam-report-articles-gmane): New command.
17882
17883 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17886
17887         * run-at-time.el (run-at-time-saved): Remove.
17888         (run-at-time): Doc fix.
17889
17890 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17891
17892         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17893         (gnus-summary-limit-map): Add it.
17894         (gnus-summary-make-menu-bar): do.
17895
17896 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17897
17898         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17899         Make attempt at some caching support (done for BBDB only now).
17900         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17901         addresses to be checked.
17902         (spam-clear-cache-BBDB): Add function, to be invoked by
17903         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17904         (spam-check-BBDB): Check and use the caches, if
17905         spam-cache-lookups is on, remove superfluous (provide).
17906
17907 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17910
17911 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17912
17913         * run-at-time.el (run-at-time-saved): Move to after the definition
17914         of `run-at-time'.
17915
17916         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17917
17918 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17921         mm-w3m-local-map-property.
17922
17923         * mm-view.el (mm-w3m-mode-map): Remove.
17924         (mm-w3m-local-map-property): Remove.
17925         (mm-inline-text-html-render-with-w3m): Don't use
17926         mm-w3m-local-map-property.
17927
17928 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17929
17930         * run-at-time.el: New file.
17931
17932         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17933         under Emacs.
17934
17935         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17936         of gnus-set-text-properties.
17937
17938         * gnus-uu.el (gnus-uu-save-article): Ditto.
17939
17940         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17941
17942         * gnus-cite.el (gnus-cite-parse): Ditto.
17943
17944         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17945         of gnus-.
17946
17947         * gnus-xmas.el (run-at-time): Require run-at-time.
17948
17949         * gnus.el: Changed calls to nnheader-run-at-time and
17950         password-run-at-time throughout to use run-at-time directly.
17951
17952         * password.el: Removed definition of run-at-time.
17953
17954         * nnheaderxm.el: Remove definition of run-at-time.
17955
17956 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17957
17958         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17959         in prompt.
17960
17961 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17962
17963         * messagexmas.el (message-xmas-redefine): Alias
17964         `message-make-caesar-translation-table' to
17965         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17966         version.
17967
17968         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17969         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17970         `gnus-xmas-set-text-properties'.
17971         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17972         `gnus-xmas-completing-read'.
17973         (gnus-xmas-completing-read): Removed.
17974         (gnus-xmas-open-network-stream): Removed.
17975
17976         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17977         XEmacs version.
17978
17979         * dns.el (dns-make-network-process): Use `open-network-stream'
17980         instead of `gnus-xmas-open-network-stream'.
17981
17982         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17983
17984         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17985
17986 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17987
17988         * gnus-art.el (gnus-mime-display-alternative)
17989         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17990         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17991         Don't use gnus-local-map-property.
17992
17993         * gnus-util.el (gnus-local-map-property): Remove.
17994
17995         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17996         gnus-completing-read-maybe-default with completing-read.
17997
17998         * gnus-util.el (gnus-completing-read): do.
17999         (gnus-completing-read-maybe-default): Remove.
18000
18001 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18002
18003         * password.el: Only autoload `run-at-time' if not XEmacs.
18004         Only autoload the itimer functions if XEmacs.
18005
18006 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18009         XEmacsen.
18010
18011         * dgnushack.el: Autoload executable-find for XEmacs.
18012
18013 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18014
18015         * gnus-art.el (gnus-read-string): Remove.
18016         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18017         read-string.
18018
18019 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18020
18021         * netrc.el: Autoload password-read.
18022         (netrc): Add configuration group.
18023         (netrc-encoding-method, netrc-openssl-path): Add
18024         variables for encoding and decoding of files with symmetric
18025         ciphers.
18026         (netrc-encode): Add assistant function to encode a file with
18027         netrc-encoding-method.
18028         (netrc-parse): Add interactive parameter, added optional
18029         decoding if netrc-encoding-method is non-nil but otherwise
18030         behavior is standard.
18031         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18032         Do s/encode/encrypt/ everywhere.
18033
18034         * spam.el: Remove executable-find autoload.
18035
18036 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18037
18038         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18039
18040         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18041
18042 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * gnus-art.el (gnus-treat-ansi-sequences)
18045         (article-treat-ansi-sequences): New variable and function.
18046         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18047
18048         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18049         Use it.
18050
18051 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * mm-util.el (mm-quote-arg): Remove.
18054
18055         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18056         shell-quote-argument.
18057
18058         * gnus-uu.el (gnus-uu-command): do.
18059
18060         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18061
18062         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18063         with make-char.
18064
18065         * mm-util.el (mm-make-char): Remove.
18066
18067         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18068         add-minor-mode.
18069
18070         * gnus-undo.el (gnus-undo-mode): do.
18071
18072         * gnus-topic.el (gnus-topic-mode): do.
18073
18074         * gnus-sum.el (gnus-dead-summary-mode): do.
18075
18076         * gnus-start.el (gnus-slave-mode): do.
18077
18078         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18079
18080         * gnus-ml.el (gnus-mailing-list-mode): do.
18081
18082         * gnus-gl.el (gnus-grouplens-mode): do.
18083
18084         * gnus-draft.el (gnus-draft-mode): do.
18085
18086         * gnus-dired.el (gnus-dired-mode): do.
18087
18088         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18096         Replace gnus-char-width with char-width.
18097
18098         * gnus-ems.el (gnus-char-width): Remove.
18099
18100         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18101         definition.
18102         Remove Emacs 20 hash table compatibility code.
18103
18104         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18105         20 compatibility code.
18106
18107         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18108
18109         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18110
18111         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18112         with point-at-{eol,bol}.
18113
18114         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18115
18116         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18117
18118         * flow-fill.el (fill-flowed-point-at-bol)
18119         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18120
18121         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18122         Replace with point-at-{eol,bol} throughout all files.
18123
18124 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * ntlm.el (ntlm-string-as-unibyte): New macro.
18127         (ntlm-build-auth-response): Use it.
18128
18129         Remove Emacs 20 stuff:
18130         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18131         (butlast, mapc, remove): Remove the compiler macros.
18132         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18133         of delq and copy-sequence.
18134         * gnus-art.el (popup-menu): Remove the compiler macro.
18135         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18136         Emacs 20.
18137
18138 2004-01-05  Simon Josefsson  <jas@extundo.com>
18139
18140         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18141         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18142         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18143         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18144         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18145         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18146         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18147         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18148         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18149         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18150         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18151         string-xor into ntlm-string-xor.  Suggested by
18152         Jesper Harder <harder@myrealbox.com>.
18153
18154         * ntlm.el: Don't include poem.
18155
18156         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18157         Jesper Harder <harder@myrealbox.com>.
18158
18159         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18160
18161         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18162         probably breaks emacs with DL patch, but do we care? Is anyone
18163         still using the DL stuff?)
18164
18165         * sieve-manage.el: Use the password package.
18166         (sieve-manage-read-passwd): Remove.
18167         (sieve-manage-interactive-login): Use password.  Re-add
18168         condition-case around loop.
18169
18170         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18171         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18172         the password package.
18173
18174 2003-02-19  Simon Josefsson  <jas@extundo.com>
18175
18176         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18177         token.
18178
18179 2002-08-07  Simon Josefsson  <jas@extundo.com>
18180
18181         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18182         (sieve-manage-authenticators):
18183         (sieve-manage-authenticator-alist): Add some SASL mechs.
18184         (sieve-sasl-auth): New function.
18185         (sieve-manage-cram-md5-auth):
18186         (sieve-manage-plain-auth): Rewrite using SASL library.
18187         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18188         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18189         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18190         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18191
18192 2004-01-05  Simon Josefsson  <jas@extundo.com>
18193
18194         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18195         New files.
18196
18197 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18198
18199         * gnus-group.el (gnus-no-groups-message): Update.
18200
18201         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18202
18203 2003-11-09  Simon Josefsson  <jas@extundo.com>
18204
18205         * imap.el: Support for ID IMAP extension (RFC 2971).
18206         (imap-local-variables): Add imap-id.
18207         (imap-id): New variable.
18208         (imap-id): New function.
18209         (imap-parse-response): Parse untagged ID response.
18210         * nnimap.el (nnimap-id): New variable.
18211         (nnimap-open-connection): Use it.
18212
18213 2003-12-28  Simon Josefsson  <jas@extundo.com>
18214
18215         * gnus-score.el (gnus-score-edit-all-score): New.
18216         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18217
18218 2004-01-04  Simon Josefsson  <jas@extundo.com>
18219
18220         * password.el: Add.
18221
18222 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18223
18224         * dns.el (dns-query-types): Fix typo.
18225         (dns-query-types): New function.
18226         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18227         PTR and SOA replies, see RFC 1035.
18228
18229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18230
18231         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18232
18233         * Moved to Changelog.2.
18234
18235 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18236
18237         * gnus.el (gnus-version-number): Bump version.
18238
18239 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18240
18241         * gnus.el: No Gnus v0.1 is released.
18242
18243 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18244
18245         * gnus.el: No Gnus v0.0 is released.
18246
18247 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18248
18249         * gnus.el (gnus-version-number): Bump.
18250         (gnus-version): No.
18251
18252 See ChangeLog.2 for earlier changes.
18253
18254     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18255       Free Software Foundation, Inc.
18256
18257   This file is part of GNU Emacs.
18258
18259   GNU Emacs is free software: you can redistribute it and/or modify
18260   it under the terms of the GNU General Public License as published by
18261   the Free Software Foundation, either version 3 of the License, or
18262   (at your option) any later version.
18263
18264   GNU Emacs is distributed in the hope that it will be useful,
18265   but WITHOUT ANY WARRANTY; without even the implied warranty of
18266   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18267   GNU General Public License for more details.
18268
18269   You should have received a copy of the GNU General Public License
18270   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18271
18272 ;; Local Variables:
18273 ;; coding: utf-8
18274 ;; fill-column: 79
18275 ;; add-log-time-zone-rule: t
18276 ;; End: