65d2bb00ffae95eafc9420c6f36eb92eaf06de00
[gnus] / lisp / ChangeLog
1 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * tls.el (tls-program): Remove spurious %s from openssl.
4
5         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6         (nnimap-parse-flags): Fix regexp.
7
8         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9         probably work for CJVK text, too.
10
11         * nnimap.el (nnimap-extend-tls-programs): Removed.
12         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
13
14         * tls.el (tls-starttls-switches): Remove starttls hack.
15         (open-tls-stream): Ditto.
16         (tls-find-starttls-argument): Ditto.
17
18 2010-10-13  Julien Danjou  <julien@danjou.info>
19
20         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
21         responses.
22
23 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
26
27         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
28         anything in Emacs.
29
30         * shr.el (shr-current-column): Remove buggy and unnecessary function.
31
32 2010-10-13  Julien Danjou  <julien@danjou.info>
33
34         * shr.el (shr-width): Make shr-width a defcustom with default to
35         fill-column.
36         (shr-tag-img): Use shr-width rather than fill-column.
37
38 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * dgnushack.el (byte-optimize-apply)
41         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
42
43         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
44         position when (X-)Faces exist.
45         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
46         avatars when called interactively.
47
48 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
51         gnus-article-x-face-too-ugly is bound.
52
53 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
56
57         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
58         mailbox that doesn't exist.
59
60 2010-10-12  Julien Danjou  <julien@danjou.info>
61
62         * shr.el (shr-tag-img): Encode URL properly when retrieving.
63         (shr-get-image-data): Encode URL properly when fetching from cache.
64         (shr-tag-img): Use aligned-to spaces to align correctly images.
65
66         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
67         before inserting the Gravatar.
68
69         * shr.el (shr-tag-img): Add align attribute support for <img>.
70
71 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-gravatar.el (gnus-art): Required.
74
75         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
76         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
77         Remove long obsoleted functions.
78
79 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
82
83         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
84
85         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
86         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
87         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
88         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
89         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
90         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
91         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
92
93 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * nnimap.el (nnimap-request-rename-group): Select group read-only
96         before renaming it.
97
98         * shr.el (shr-insert): Fix up the white space only regexp.
99
100         * nnimap.el (nnimap-transform-split-mail): Not all articles have
101         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
102
103         * shr.el (shr-current-column): New function.
104         (shr-find-fill-point): New function.
105
106 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
107
108         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
109         numbers.
110
111 2010-10-11  Julien Danjou  <julien@danjou.info>
112
113         * shr.el (shr-hr-line): Add.
114         (shr-tag-hr): Use shr-hr-line to specify which character to use to
115         display hr lines.
116         (shr-max-columns): Do not change state to nil if we just inserting
117         spaces.
118
119 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-topic.el (gnus-topic-read-group): If after the last group,
122         select the last group.
123
124 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
127
128 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
129
130         * dig.el (dig-mode-map): Declare and define in one step.
131
132 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
135         for Gnus.
136         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
137         (nnimap-update-qresync-info): Mark \Seen articles as read.
138
139         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
140         non-variable, too.
141
142         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
143         available.
144         (nnimap-update-info): Rely more on the current active than the param
145         active to avoid marking articles as read too much.
146
147         * auth-source.el (auth-source-create): Use (user-login-name) for the
148         user name default.
149
150         * nnimap.el (nnimap-update-info): If the server doesn't return any
151         useful info, just use the previous info.
152         (nnimap-update-info): Prefer old info over start-article.
153         (nnimap-update-qresync-info): Finish implementing QRESYNC.
154
155 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
156
157         * nnir.el (autoload): Clean up autoloads.
158         (nnir-imap-default-search-key): Renamed from
159         nnir-imap-search-field. Use key rather than value.
160         (nnir-imap-search-other): New variable.
161         (nnir-read-parm): Use it.
162         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
163         (gnus-summary-nnir-goto-thread): Modify to work with imap.
164
165 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
166
167         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
168         the process, too.
169
170 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
173         Allbery.
174
175         * shr.el: Rework the way things are indented by <li> slightly.
176
177         * gnus.el (gnus-group-set-parameter): Fix typo.
178
179         * nnimap.el: Start implementing QRESYNC support.
180
181 2010-10-09  Julien Danjou  <julien@danjou.info>
182
183         * nnir.el (nnir-engines): Fix too many arguments.
184
185 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
188         group is the "last", so that the backends like nnfolder actually save
189         their folders.
190
191         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
192         try to use that for the tls stream.
193         (nnimap-retrieve-group-data-early): Rework the marks code to heed
194         UIDVALIDITY and find out which groups are read-only and not.
195         (nnimap-get-flags): Use the same marks parsing code as the rest of
196         nnimap.
197
198 2010-10-09  Julien Danjou  <julien@danjou.info>
199
200         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
201
202         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
203         retrieving gravatars.
204
205         * shr.el (shr-table-corner): Add.
206         (shr-table-line): Add.
207         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
208
209 2010-10-08  Julien Danjou  <julien@danjou.info>
210
211         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
212
213 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
216
217         * gnus-sum.el (gnus-mark-article-as-unread)
218         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
219         (gnus-summary-set-bookmark): Use it.
220
221         * gnus-msg.el (gnus-setup-message): Use it.
222
223         * gnus-demon.el (gnus-demon-remove-handler): Use it.
224
225         * gnus.el (gnus-group-remove-parameter): Use it.
226
227         * gnus-group.el (gnus-group-make-web-group): Use it.
228
229         * gnus-demon.el (gnus-demon-remove-handler): Use it.
230
231         * nnregistry.el: Update docs to mention manual.
232
233         * gnus-registry.el: Update docs to mention nnregistry.el.
234         (gnus-registry-initialize): Don't install nnregistry refer method
235         automatically.
236         (gnus-registry-install-nnregistry): Remove it.
237
238 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * shr.el (shr-insert): Don't insert double spaces.
241
242 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-gravatar.el (gnus-treat-from-gravatar)
245         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
246         called interactively.
247
248         * gnus-art.el (gnus-mime-view-part-externally)
249         (gnus-mime-view-part-internally): Make predicate function passed to
250         gnus-mime-view-part-as-type assume argument is a mime type, not a list
251         of a mime type.
252
253         * shr.el (shr-table-widths): Don't use cl function `reduce'.
254
255 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * shr.el (require): Require cl when compiling.
258         (shr-tag-hr): New function.
259
260         * nnimap.el (nnimap-update-info): Remove double setting of high.
261         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
262         makes nnimap work properly on Courier again.
263
264         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
265         the variable for backwards compatability.
266
267         * mm-decode.el (mm-save-part): If given a non-directory result, expand
268         the file name before using to avoid setting mm-default-directory to
269         nil.
270
271         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
272         bidning gnus-agent variables.
273
274         * shr.el (shr-render-td): Use a cache for the table rendering function
275         to avoid getting an exponential rendering behaviour in nested tables.
276         (shr-insert): Rework the line-breaking algorithm.
277         (shr-insert): Don't leave trailing spaces.
278         (shr-insert-table): Also insert empty TDs.
279         (shr-tag-blockquote): Ensure paragraphs after </ul>.
280
281 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
282
283         * gnus-sum.el (gnus-number): Rename from `number'.
284         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
285         (gnus-summary-limit-children): Update uses correspondingly.
286
287 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
290         (gnus-gravatar-transform-address): Don't show avatars of people of
291         which mail addresses match gnus-gravatar-too-ugly.
292
293 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-table-widths): Expand TD elements to fill available
296         space.
297
298 2010-10-07  Julien Danjou  <julien@danjou.info>
299
300         * nnimap.el (nnimap-request-rename-group): Add this method.
301
302 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
305         name from XEmacs' function-arglist.
306
307         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
308         gravatar under XEmacs.
309
310 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * auth-source.el: Update docs with TODO items.
313
314         * gnus-sync.el: Update docs to explain state and plans.
315
316         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
317         Hooks for mark updates.
318         (gnus-request-set-mark, gnus-request-update-mark): Use them.
319
320         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
321         hooks with arguments, which is needed for mark update hooks.
322
323 2010-10-06  Julien Danjou  <julien@danjou.info>
324
325         * gnus.el (gnus-expand-group-parameter): Only return and act on what
326         was matched.
327
328         * sieve-manage.el: Update example in `Commentary'.
329
330         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
331
332         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
333         not 2000.
334         (sieve-manage-authenticate): Re-add function.
335
336 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-insert): Get 'space transition right.
339         (shr-render-td): Only delete space at the end of the TD.
340
341         * nnimap.el (nnimap-open-connection): Prepare to support
342         open-gnutls-stream.
343
344         * shr.el: Rearrange function order to be more logical.
345
346 2010-10-06  Julien Danjou  <julien@danjou.info>
347
348         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
349         (nnrss-discover-feed): Remove 404 URL in docstring.
350
351         * nnir.el: Fix Swish-E URL.
352         Fix Namazu URL.
353
354         * message.el (message-change-subject): Remove 404 URL in a comment.
355
356 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
359         called interactively.
360
361         * gnus-util.el (gnus-remove-if): Allow hash table.
362         (gnus-remove-if-not): New function.
363
364         * gnus-art.el (gnus-mime-view-part-as-type)
365         * gnus-score.el (gnus-summary-score-effect)
366         * gnus-sum.el (gnus-read-move-group-name):
367         Replace remove-if-not with gnus-remove-if-not.
368
369         * gnus-group.el (gnus-group-completing-read):
370         Regard collection as a hash table if it is not a list.
371
372 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * shr.el (shr-render-td): Allow blank/missing <TD>s.
375
376         * shr.el: Document the table-rendering algorithm.
377
378 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
381         for Emacsen having no `libxml-parse-html-region' support.
382
383 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
386         invalid URLs.
387
388         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
389         line-broken.
390         (shr-tag-img): Ignore image fetching errors.
391         (shr-overlays-in-region): Compute overlay positions correctly.
392
393         * mm-decode.el (mm-shr): Require shr.
394
395         * gnus-art.el (gnus-blocked-images): Move variable here.
396
397         * shr.el (shr-insert-table): Bind free variable.
398
399         * mm-decode.el (mm-shr): Bind shr-content-function.
400
401         * shr.el (shr-content-function): New variable.
402
403         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
404         added for symmetry.
405
406         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
407
408         * gnus-group.el (gnus-group-make-group): Doc fix.
409
410         * nnimap.el (nnimap-request-newgroups): Return success.
411
412         * shr.el (shr-find-elements): New function.
413         (shr-tag-table): Put all the images after the table.
414         (shr-tag-table): Really inhibit images inside the table.
415         (shr-collect-overlays): Copy over overlays from the TD elements to the
416         main document.
417
418         * mm-decode.el (mm-shr): Bind shr-blocked-images to
419         gnus-blocked-images.
420
421 2010-10-05  Julien Danjou  <julien@danjou.info>
422
423         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
424
425         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
426         (gnus-html-maximum-image-size): Add this function.
427         (gnus-html-put-image): Use gnus-html-maximum-image-size.
428
429         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
430         server-value of the capability is nil.
431
432 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * shr.el (shr-tag-em): Add <EM> tag.
435
436 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
437
438         * sieve-manage.el (sieve-manage-default-stream): Make default stream
439         customizable.
440
441         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
442         handing broken links to browse-url.
443
444 2010-10-05  Julien Danjou  <julien@danjou.info>
445
446         * gnus-util.el (gnus-emacs-completing-read)
447         (gnus-iswitchb-completing-read): Use autoload rather than require.
448
449 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
452         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
453         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
454         iswitchb-temp-buflist for XEmacs.
455
456         * gnus-util.el (gnus-completing-read-function): Exclude
457         gnus-icompleting-read and gnus-ido-completing-read from candidates for
458         XEmacs since iswitchb.el is very old and ido.el is unavailable in
459         XEmacs.
460
461         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
462         not to use `delete-dups' that is unavailable in XEmacs 21.4.
463
464         * gnus-html.el: Don't require help-fns under XEmacs.
465         (gnus-html-schedule-image-fetching): Work for XEmacs.
466
467         * mm-decode.el (mm-shr): Decode contents by charset.
468
469 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
472         unknown.
473
474         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
475         (shr-get-image-data): Ensure against the cache file missing.
476
477         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
478         for data.
479
480         * spam-report.el (spam-report-url-ping-plain): Don't query about
481         killing the process.
482
483         * shr.el (shr-render-td): Protect against too-wide text.
484
485 2010-10-04  Julien Danjou  <julien@danjou.info>
486
487         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
488         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
489
490         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
491         retrieved.
492
493 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (browse-url): Required.
496         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
497         lines.
498         (shr-show-alt-text, shr-browse-image): New commands.
499         (shr-browse-url, shr-copy-url): New commands.
500
501         * gnus-sum.el (gnus-widen-article-window): New variable.
502         (gnus-summary-select-article-buffer): Use it.
503
504         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
505         without @ signs.
506
507 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
508
509         * nnir.el (nnir-run-imap): Remove spurious space in search string.
510
511 2010-10-04  Julien Danjou  <julien@danjou.info>
512
513         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
514         for XEmacs.
515
516 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
519
520         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
521         (nnimap-close-server): Implement.
522
523         * dgnushack.el (iswitchb): Require to shut up the compiler.
524
525         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
526         (shr-insert): Tweak line breaking.
527         (shr-insert): Handle <pre> better.
528         (shr-tag-li): Get <li> indentation right.
529         (shr-tag-li): Get <li> indentation even righter.
530         (shr-tag-blockquote): Ensure paragraph start.
531         (shr-make-table): Tweak table generation.
532         (shr-make-table): Fix typo.
533
534         * shr.el: Implement table rendering.
535
536 2010-10-04  Julien Danjou  <julien@danjou.info>
537
538         * gnus-html.el (gnus-html-put-image): Fix resize image code.
539
540 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * shr.el (shr-insert): Use string anchors instead of line anchors.
543
544 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * shr.el: Add headings.
547         (shr-ensure-paragraph): Actually work.
548         (shr-tag-li): Make <ul> prettier.
549         (shr-insert): Get white space at the beginning/end of elements right.
550         (shr-tag-p): Collapse subsequent <p>s.
551         (shr-ensure-paragraph): Don't insert double line feeds after blank
552         lines.
553         (shr-insert): \t is also space.
554         (shr-tag-s): Fix "s" tag name function.
555         (shr-tag-s): Fix face prop name.
556
557 2010-10-03  Julien Danjou  <julien@danjou.info>
558
559         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
560
561         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
562         gnus-window-inside-pixel-edges.
563
564         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
565         gnus-ems.
566
567         * mm-view.el (mm-inline-image-emacs): Support image resizing.
568
569         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
570         function.
571
572         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
573         resize choice.
574
575 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
578         beginning of the buffer.
579
580         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
581         article buffer again.
582
583         * shr.el (shr-tag-p): Don't insert newlines at the start of the
584         buffer.
585
586         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
587         when it's at the start of the buffer.
588
589         * shr.el (shr-tag-blockquote): Convert name.
590         (shr-rescale-image): Use the right image-size variant.
591
592         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
593         buffer isn't shown, then select the current article first instead of
594         bugging out.
595         (gnus-summary-select-article-buffer): Show both the article and summary
596         buffers again.
597
598         * shr.el (shr-fontize-cont): Protect against regions with no text.
599         Rename tag functions to shr-tag-* for enhanced security.
600         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
601
602 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
603
604         * shr.el (shr-insert):
605         * pop3.el (pop3-movemail):
606         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
607         loaded.
608
609 2010-10-03  Glenn Morris  <rgm@gnu.org>
610
611         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
612
613         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
614
615         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
616
617         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
618
619         * gnus-util.el (gnus-make-local-hook): Simplify.
620
621 2010-10-02  Julien Danjou  <julien@danjou.info>
622
623         * gnus-util.el (gnus-iswitchb-completing-read): New function.
624         (gnus-ido-completing-read): New function.
625         (gnus-emacs-completing-read): New function.
626         (gnus-completing-read): Use gnus-completing-read-function.
627         Add gnus-completing-read-function.
628
629 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * shr.el (shr-insert-document): Autoload.
632         (shr-img): Be silent.
633         (shr-insert): Add a newline after every picture before text.
634         (shr-add-font): Use overlays for combining faces.
635         (shr-insert): Pass upwards the text start point.
636
637         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
638         possible.
639         (mm-shr): New function.
640
641 2010-10-02  Julien Danjou  <julien@danjou.info>
642
643         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
644         should go backward.
645
646 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
647
648         * shr.el (shr): Fix typo in provide call.
649
650 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * shr.el: New file.
653
654         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
655
656         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
657         completing read.
658
659 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
662         we're being queried about.  Suggested by Dan Jacobson.
663
664         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
665         by Jason Eisner.
666
667         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
668         table, too.  Suggested by Stefan Wiens.
669         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
670         the table unnecessary.  Suggested by Stefan Wiens.
671
672         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
673         longer needed, and probably doesn't work either, as pointed out by
674         Stefan Wiens.
675         (gnus-summary-exit): Remove call to the clearing function.
676         (gnus-summary-exit-no-update): Ditto.
677
678         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
679         instead of gnus-eval-in-buffer-window to avoid popping up frames.
680         Reported by Stefan Monnier.
681         (gnus-summary-save-in-rmail): Ditto.
682
683         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
684         article buffer, instead of both the article buffer and the summary
685         buffer.  Sort of suggested by Dan Jacobson.
686
687         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
688
689         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
690         Suggested by Dan Jacobson.
691
692         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
693         documentation clearer.
694
695         * message.el (message-shorten-references): Comment on the number "21".
696         Suggested by Stefan Monnier.
697
698         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
699         Suggested by Dan Jacobson.
700
701         * gnus.el (gnus-large-newsgroup): Mention
702         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
703
704         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
705         externalize attachments.  Bug reported by Steve Wen.
706
707         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
708         really message anything to the user.
709
710         * nnmail.el (nnmail-article-group): Allow using the fancy split method
711         directly.
712
713         * nnimap.el (nnimap-request-group): Low higher than high to signal no
714         messages in empty groups.
715
716 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
717
718         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
719         non-UIDNEXT group.
720
721 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
724         not the value from the collection.
725
726         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
727         values.  This sometimes happens on some groups that have no info.
728         (nnimap-request-newgroups): New function.
729
730 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
733         check into `gnus-registry-initialize'.
734         (gnus-registry-initialize): Ditto.
735         Fix and extend header docs.
736
737 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
740         regexp backtrace overflows.
741
742         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
743         for starttls that tls.el implements; i.e. openssl.
744
745         * tls.el (tls-starttls-switches): Give up on using starttls with
746         gnutls-cli.
747         (tls-program): Add --insecure to be consistent with the defaults from
748         openssl s_client.  Now all three commands are insecure.
749
750 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * lpath.el: Bind completion-styles-alist for XEmacs.
753
754         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
755         (gravatar-create-image): New function that's an alias to
756         gnus-xmas-create-image, gnus-create-image, or create-image.
757         (gravatar-data->image): Use it.
758
759 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
760
761         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
762         install the nnregistry refer method.
763         (gnus-registry-install-hooks): Use it.
764         (gnus-registry-unfollowed-groups): Add nnmairix to the default
765         unfollowed groups.
766
767 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
768
769         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
770         expanding threads.
771
772 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnir.el: Use the server names without suffixes (bug #7009).
775
776         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
777         unencrypted to STARTTLS, if possible.
778
779 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
780
781         * message.el (message-ignored-supersedes-headers): Strip Injection-*
782         headers before superseding.
783
784 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * nnrss.el (nnrss-use-local): Add documentation.
787
788         * nnimap.el (nnimap-extend-tls-programs): New function.
789         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
790         (nnimap-wait-for-connection): Accept the greeting from the stupid
791         output from openssl s_client -starttls, too.
792
793         * tls.el (tls-starttls-switches): New variable.
794         (tls-find-starttls-argument): Use it.
795         (open-tls-stream): Ditto.
796
797         * netrc.el (netrc-credentials): Return the value of the "default"
798         entry.
799         (netrc-machine): Ditto.
800
801         * nnimap.el (nnimap-find-article-by-message-id): Really return the
802         article number.
803         (nnimap-split-fancy): New variable.
804         (nnimap-split-incoming-mail): Use it.
805
806         * nntp.el (nntp-server-list-active-group): Document.
807
808         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
809         SELECT to get the message-id.
810
811         * mail-source.el (mail-sources): Removed webmail support.
812         (defvar): Ditto.
813         (mail-source-fetcher-alist): Ditto.
814         (mail-source-fetch-webmail): Removed.
815
816         * webmail.el: Removed -- doesn't seem relevant any more.
817
818         * gnus.el: Fix up make-obsolete-variable declarations throughout.
819
820         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
821         the \r.
822
823 2010-09-30  Julien Danjou  <julien@danjou.info>
824
825         * gnus-agent.el (gnus-agent-add-group): Fix call to
826         gnus-completing-read.
827
828 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * nndoc.el (nndoc-retrieve-groups): New function.
831
832         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
833         `default', use nnmail-split-methods.
834         (nnimap-request-article): Downcase the NILs so that they are nil.
835
836         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
837         symbol.
838
839         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
840         code, since if the user has requested network, that's what they ought
841         to get.
842         (nnimap-request-set-mark): Erase the buffer before issuing commands.
843         (nnimap-split-rule): Mark as obsolete.
844
845         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
846         variable.
847
848         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
849         correct slot, too.
850
851 2010-09-29  Julien Danjou  <julien@danjou.info>
852
853         * gnus.el (gnus-local-domain): Declare variable obsolete.
854
855         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
856         computing.
857         (gnus-ido-completing-read): Require ido.
858
859 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-registry.el: Don't prompt on load, which makes it impossible to
862         build Gnus.
863
864         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
865         when interpreting the structures.
866         (nnimap-request-accept-article): Add \r\n to the lines to make this
867         work with Cyrus.
868
869         * nndraft.el (nndraft-request-expire-articles): Use the group name
870         instead if "nndraft".  Fix found by Nils Ackermann.
871
872 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
873
874         * nnregistry.el: Added.
875
876 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
877
878         * nnmail.el (group, group-art-list, group-art):
879         Remove unneeded directives.
880
881 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
884         (mm-mime-charset)
885         * rfc2047.el (rfc2047-syntax-table)
886         * utf7.el (utf7-utf-16-coding-system): Comment fix.
887
888         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
889         rather than `insert-file-contents' and `eval-region'.
890
891         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
892         construction.
893
894         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
895
896         * time-date.el: No need to require cl for Emacs 21.
897
898 2010-09-29  Julien Danjou  <julien@danjou.info>
899
900         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
901         replacement of `gnus-gravatar-relief' to mimic
902         `gnus-faces-properties-alist'.
903         Add :version property.
904
905 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * mail-source.el (mail-source-report-new-mail)
908         * message.el (message-default-mail-headers)
909         * mm-decode.el (mm-valid-image-format-p): Comment fix.
910
911         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
912
913 2010-09-28  Julien Danjou  <julien@danjou.info>
914
915         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
916         mail-address contains the same string as real-name.
917
918         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
919         non-blank in header, otherwise it'll get stripped.
920
921         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
922         real-name, and then for mail address rather than doing : or , search.
923
924 2010-09-27  Julien Danjou  <julien@danjou.info>
925
926         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
927         (gnus-server-goto-server): Use gnus-completing-read.
928
929         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
930
931         * mm-util.el (defalias): Use gnus-completing-read.
932         (mm-codepage-setup): Use gnus-completing-read.
933
934         * smime.el (smime-sign-buffer): Use gnus-completing-read.
935         (smime-decrypt-buffer): Use gnus-completing-read.
936
937         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
938
939         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
940         (mml-minibuffer-read-disposition): Use gnus-completing-read.
941         (mml-insert-multipart): Use gnus-completing-read.
942
943         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
944
945         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
946
947         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
948
949         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
950
951         * gnus.el (gnus-read-method): Use gnus-completing-read.
952
953         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
954
955         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
956         (gnus-mime-action-on-part): Use gnus-completing-read.
957         (gnus-article-encrypt-body): Use gnus-completing-read.
958
959         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
960         (gnus-topic-move-matching): Use gnus-completing-read.
961         (gnus-topic-copy-matching): Use gnus-completing-read.
962         (gnus-topic-sort-topics): Use gnus-completing-read.
963         (gnus-topic-move): Use gnus-completing-read.
964
965         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
966         (gnus-agent-add-group): Use gnus-completing-read.
967
968         * nnmairix.el (nnmairix-create-server-and-default-group): Use
969         gnus-completing-read.
970         (nnmairix-update-groups): Use gnus-completing-read.
971         (nnmairix-get-server): Use gnus-completing-read.
972         (nnmairix-backend-to-server): Use gnus-completing-read.
973         (nnmairix-goto-original-article): Use gnus-completing-read.
974         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
975
976         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
977
978         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
979         (gnus-group-make-useful-group): Use gnus-completing-read.
980         (gnus-group-make-web-group): Use gnus-completing-read.
981         (gnus-group-add-to-virtual): Use gnus-completing-read.
982         (gnus-group-browse-foreign-server): Use gnus-completing-read.
983
984         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
985         (gnus-summary-limit-to-extra): Use gnus-completing-read.
986         (gnus-summary-execute-command): Use gnus-completing-read.
987         (gnus-summary-respool-article): Use gnus-completing-read.
988         (gnus-read-move-group-name): Use gnus-completing-read.
989
990         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
991         (gnus-summary-score-effect): Use gnus-completing-read.
992
993         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
994
995         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
996         right completing-read function.
997         (gnus-use-ido): New variable
998         (gnus-completing-read-with-default): Remove.
999
1000 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1003         x-focus-frame.
1004
1005         * nnimap.el (auth-source-forget-user-or-password)
1006         (auth-source-user-or-password): Autoload.
1007
1008         * message.el (message-from-style, message-interactive)
1009         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1010         (message-yank-prefix, message-indentation-spaces, message-signature)
1011         (message-signature-file): Add comment.
1012
1013 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1016         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1017         new articles.
1018
1019         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1020         parts.
1021         (nnimap-request-article): Work with the t setting, too.
1022
1023         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1024         that you don't get flashes of other buffers.
1025         (gnus-summary-show-complete-article): Intern before setting.
1026
1027 2010-09-27  David Engster  <dengste@eml.cc>
1028
1029         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1030         well as HEADERS.
1031         (nnmairix-retrieve-headers): Provide new argument for the above.
1032
1033 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-sum.el (gnus-summary-move-article): Don't alter
1036         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1037         group.
1038
1039         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1040
1041         * message.el (message-cite-prefix-regexp): Revert my last edit.
1042
1043         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1044         variable instead of the Gnus variable.
1045
1046         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1047
1048         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1049         again.
1050
1051         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1052         since some servers don't like it.
1053         (nnimap-open-connection): Forget credentials if the server says the
1054         password was wrong.
1055         (nnimap-parse-line): Protect against invalid data.
1056
1057         * gnus-sum.el (gnus-summary-move-article): Add comment.
1058         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1059         nothing alters it while scanning for new messages.
1060
1061         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1062         which may or may not help.
1063         (nnimap-open-connection): If we're doing a stream connection, and then
1064         discover we're on a STARTTLS-capable server, then open a STARTTLS
1065         connection instead.
1066
1067 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnimap.el (utf7): Required.
1070
1071         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1072         prefix.
1073
1074 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1075
1076         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1077
1078 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * nnimap.el (nnimap-request-accept-article): Message the error on
1081         error.
1082
1083 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1086
1087 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nndoc.el (nndoc-request-list): Return success always.
1090
1091         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1092         `fetch-old' -- we only want to fetch the articles we've requested.  The
1093         rest are in the agent, probably.
1094         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1095         disappeared server" to something low.  It's not important.
1096
1097         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1098         arrived before the FETCH data.
1099
1100         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1101         target here, because we don't know the Gnus name of the group.
1102
1103         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1104         for the correct group.
1105
1106         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1107
1108         * gnus.el (gnus): Give a final warning after startup.
1109
1110         * gnus-util.el (gnus-action-message-log): New variable.
1111         (gnus-message): Use it.
1112         (gnus-final-warning): New function.
1113
1114         * nnimap.el (nnimap-open-connection): Record the greeting.
1115         (nnimap): Add greeting.
1116
1117 2010-09-26  Julien Danjou  <julien@danjou.info>
1118
1119         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1120         arguments.
1121         (gnus-html-wash-images): Fix spec computing to include start/end.
1122
1123         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1124
1125 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1128         deletion.
1129         (nnimap-retrieve-headers): Don't select the group, because that's
1130         already done by nnimap-possibly-change-group.
1131
1132         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1133         (gnus-picon-transform-address): Use it.
1134
1135         * mail-source.el (mail-source-value): Revert previous patch.
1136
1137         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1138         on failure.
1139         (nnimap-open-connection): Look up both virtual and physical server name
1140         credentials.
1141
1142         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1143
1144 2009-02-07  Dave Love  <fx@gnu.org>
1145
1146         * tls.el (open-tls-stream): Don't query killing process.
1147
1148 2009-02-08  Dave Love  <fx@gnu.org>
1149
1150         * gnus-win.el (gnus-window-to-buffer-helper,
1151         gnus-all-windows-visible-p): Function needn't be a symbol.
1152
1153         * mail-source.el (mail-source-value): Function needn't be a symbol.
1154
1155 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * message.el (message-cite-prefix-regexp): Remove } from the cite
1158         prefix.
1159
1160         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1161         highlight again, so that the highlight is correct.
1162
1163         * gnus-picon.el (gnus-picon): Remove again.
1164         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1165
1166         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1167         doing the header highlightling, so that the background colour of the
1168         picon is correct.
1169
1170         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1171         (gnus-picon): Ditto.
1172         (gnus-picon): Reinstate.  The background colour for picons is white.
1173         (gnus-picon-insert-glyph): Make the background white.
1174
1175         * nnml.el (nnml-open-nov): Don't return dead buffers.
1176
1177         * auth-source.el (auth-source-create): Query the user for whether to
1178         store the credentials.
1179
1180         * netrc.el (netrc-store-data): New function.
1181
1182         * auth-source.el (auth-source-user-or-password): Use the existing auth
1183         sources, if any, for creation.
1184
1185         * gnus.el (gnus-group-fast-parameter): Return the last matching
1186         parameter instead of the first matching parameter.
1187
1188 2010-09-26  Julien Danjou  <julien@danjou.info>
1189
1190         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1191
1192 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mml2015.el (mml2015-use): Remove gpg support.
1195
1196         * mml1991.el (mml1991-function-alist): Remove gpg function.
1197         (mml1991-gpg-sign): Removed.
1198
1199 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1200
1201         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1202         (gnus-browse-unsubscribe-current-group): Document it.
1203         (gnus-browse-unsubscribe-group): Use it.
1204
1205 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1208         address to the To list for easier response.
1209
1210         * gnus.el (gnus-play-startup-jingle): Removed.
1211         (gnus-splash): Don't play jingle.
1212         (gnus): Silence gnus-load message.
1213
1214         * gnus-art.el (gnus-treat-play-sounds): Removed.
1215
1216         * gnus.el (gnus-play-jingle): Remove audio support.
1217
1218         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1219
1220         * earcon.el: Removed -- no users.
1221
1222         * gnus-audio.el: Removed -- no users of this package.
1223
1224         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1225
1226         * gnus-start.el (gnus-setup-news): Remove nocem support.
1227
1228         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1229
1230         * gnus.el (gnus-use-nocem): Removed.
1231
1232         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1233         Removed.
1234
1235         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1236         uses NoCeM any more.
1237
1238         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1239         (gnus-button-ctan-handler): Ditto.
1240         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1241         (gnus-button-ctan-directory-regexp): Ditto.
1242         (gnus-button-handle-ctan): Ditto.
1243         (gnus-button-tex-level): Ditto.
1244         (gnus-button-alist): Removed CTAN stuff.
1245
1246 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1249         nnimap-streaming test.
1250
1251         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1252         servers twice.
1253
1254         * nnimap.el (nnimap-open-connection): Add more error reporting when
1255         nnimap fails early.
1256
1257         * nnheader.el (nnheader-get-report-string): New function.
1258         (nnheader-get-report): Use it.
1259
1260         * gnus-int.el (gnus-check-server): Say what the error was when opening
1261         failed.
1262
1263         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1264         using streaming.
1265
1266 2010-09-25  Julien Danjou  <julien@danjou.info>
1267
1268         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1269         gnus-window-inside-pixel-edges.
1270
1271 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1274
1275         * mm-decode.el (mm-save-part): Allow saving to other directories the
1276         normal Emacs way.
1277
1278         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1279         by Jay Berkenbilt.
1280
1281         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1282         there isn't a single byte.
1283
1284         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1285         just do it.  It doesn't really seem to matter what the user responds
1286         here, I think, so it's just a confusing question.
1287
1288         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1289         non-streaming case.
1290
1291         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1292         (gnus-article-encrypt-body): Use it.
1293
1294         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1295         keystroke.
1296
1297         * nnimap.el (nnimap-find-wanted-parts-1): Use
1298         gnus-fetch-partial-articles.
1299
1300         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1301
1302         * nnimap.el (nnimap-insert-partial-structure): New function.
1303         (nnimap-get-partial-article): New function.
1304         (nnimap-request-article): Use it.
1305         (nnimap-wait-for-response): Return whether the wait was successful.
1306         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1307         retrieval wasn't successful.
1308         (nnimap-retrieve-group-data-early): Allow throttling servers.
1309         (nnimap-streaming): New variable.
1310         (nnimap-fetch-partial-articles): Removed.
1311
1312         * mm-decode.el (mm-with-part): Protect against killed buffers.
1313
1314         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1315         for prettier summary display.
1316
1317 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1318
1319         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1320         directly.
1321
1322 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1325         apparently third-party libraries depend on it.
1326
1327         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1328         before starting negotiation.
1329
1330         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1331         privacy reasons.
1332         (gnus-treat-mail-gravatar): Ditto.
1333
1334         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1335         buffer when inserting images.  Inserting text into the headers, for
1336         instance, can make them invalid.
1337
1338 2010-09-25  Julien Danjou  <julien@danjou.info>
1339
1340         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1341         variables.
1342
1343         * nnheader.el: Remove useless variables news-reply-yank-from and
1344         news-reply-yank-message-id.
1345
1346         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1347         variables.
1348
1349         * mml1991.el: Remove useless mml1991-verbose.
1350
1351         * gnus.el: Remove useless variable gnus-use-generic-from.
1352         Remove obsolete variable gnus-topic-indentation.
1353
1354         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1355
1356         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1357
1358         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1359
1360         * gnus-group.el: Remove useless gnus-group-icon-cache.
1361         Remove useless gnus-ephemeral-group-server.
1362
1363         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1364
1365         * mml2015.el: Remove useless mml2015-verbose.
1366
1367         * mml-smime.el: Remove useless mml-smime-verbose.
1368
1369         * gnus.el: Remove useless gnus-local-domain.
1370
1371         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1372         gnus-gravatar-size.
1373
1374         * gnus-art.el: Remove useless gnus-treat-translate.
1375
1376 2010-09-24  Julien Danjou  <julien@danjou.info>
1377
1378         * gnus-sum.el: Add support for Gravatars.
1379
1380         * gnus-art.el: Add support for Gravatars.
1381
1382         * gnus-gravatar.el: Add this file.
1383
1384         * gravatar.el: Add this file.
1385
1386 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1389
1390         * gnus-group.el (gnus-group-fetch-faq): Removed.
1391
1392         * gnus.el (gnus-group-faq-directory): Removed.
1393
1394         * gnus-group.el (gnus-group-fetch-charter): Removed.
1395
1396         * gnus.el (gnus-group-charter-alist): Removed.
1397
1398         * gnus-group.el (gnus-group-archive-directory): Removed.
1399         (gnus-group-recent-archive-directory): Ditto.
1400         (gnus-group-make-archive-group): Removed.
1401
1402         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1403
1404         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1405         use the same article number for all the cached articles.
1406
1407         * nnimap.el (nnimap-command): Register the last command time so
1408         that we can use it for idling NOOPs.
1409         (nnimap-open-connection): Start the keeplive timer.
1410         (nnimap-make-process-buffer): Store all the process buffers.
1411         (nnimap-keepalive): New function.
1412
1413         * starttls.el: (starttls-open-stream): Add autoload cookie.
1414
1415 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1416
1417         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1418         handling.
1419
1420 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1423         its data structures.
1424
1425         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1426         instead of the cl.el copy-list.
1427         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1428         equalp.
1429
1430 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1433         and tool-bar-local-item-from-menu.
1434
1435         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1436         mode-line-highlight face for Emacs.
1437
1438         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1439         loading gnus-sum.elc; fix comment for canlock-verify.
1440         (gnus-article-jump-to-part): Use read-number.
1441         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1442         Emacs pre-21 compatible code for help-echo.
1443         (gnus-article-next-page-1): No need to adjust the number of lines.
1444         (gnus-article-describe-bindings): Always use help-buffer.
1445
1446         * gnus-audio.el (gnus-audio-inline-sound)
1447         * gnus-cus.el (gnus-custom-mode)
1448         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1449
1450         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1451
1452         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1453         compatible code.
1454
1455 2010-09-24  Glenn Morris  <rgm@gnu.org>
1456
1457         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1458         visiting the fcc file in rmail-mode.
1459
1460         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1461
1462 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * nnir.el: Silence the byte compiler.
1465
1466         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1467         alias to browse-url-url-encode-chars if any.
1468         (gnus-html-encode-url): Use it.
1469
1470 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-start.el (gnus-use-backend-marks): New variable.
1473         (gnus-get-unread-articles-in-group): Use it.
1474
1475         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1476         makeover.
1477
1478 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1481
1482 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1485         Removed.
1486         (gnus-setup-news-hook): Removed
1487         gnus-fixup-nnimap-unread-after-getting-new-news.
1488
1489         * gnus-int.el (gnus-request-update-info): Protect against backends not
1490         having the function.
1491
1492         * nnimap.el (nnimap-stream): Mention starttls.
1493         (nnimap-open-connection): Add starttls support.
1494
1495 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1496
1497         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1498
1499 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1502         BODYSTRUCTUREs.
1503         (nnimap-transform-headers): Unfold quoted {42} headers.
1504
1505         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1506         the info.
1507         (gnus-get-unread-articles): Only call updatep on backends that support
1508         it.
1509
1510         * nnweb.el (nnweb-request-update-info): NOOP.
1511
1512         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1513
1514         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1515         since it only deals with marks.
1516
1517         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1518         gnus-request-marks, and make a new gnus-request-update-info.
1519
1520         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1521         the active instead of the high number, which is usually too low.
1522
1523 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1526         * encrypt.el: Removed.
1527
1528 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1531         server in symbolic form.
1532
1533         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1534         0.9.
1535
1536 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1539         (nnimap-update-info): Fix up code slightly.
1540
1541         * gnus-int.el (gnus-open-server): Add tracing for performance
1542         debugging.
1543
1544         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1545         (gnus-group-insert-group-line): Pass the real group name so that it
1546         gets the right data.
1547
1548         * gnus-start.el (gnus-get-unread-articles): Don't have
1549         `gnus-get-unread-articles-in-group' update info, since that can be
1550         really slow and doesn't seem to be needed?
1551
1552 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1553
1554         * time-date.el (date-to-time): Try using parse-time-string first before
1555         using the slower timezone-make-date-arpa-standard.
1556
1557 2010-09-22  Julien Danjou  <julien@danjou.info>
1558
1559         * gnus-group.el (gnus-group-insert-group-line): Call
1560         gnus-group-highlight-line.
1561         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1562         default hook list.
1563         (gnus-group-update-eval-form): Add new function.
1564         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1565         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1566
1567 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1570         immediate, then expire all articles.
1571         (nnimap-update-info): Fix off-by-one errors.
1572         (nnimap-flags-to-marks): Would return no marks lists for group with no
1573         flags.  Instead return the other data.
1574
1575 2010-09-22  Julien Danjou  <julien@danjou.info>
1576
1577         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1578         Only return an icon.
1579         (gnus-group-insert-group-line): Compute icon to return.
1580
1581         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1582         variable.
1583         (gnus-html-image-fetched): Only cache if
1584         gnus-html-image-automatic-caching is set.
1585         (gnus-html-image-fetched): Check for errors.
1586
1587 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1590         once per method on `g'.  This ensures that backends like nnfolder don't
1591         open all their folders.
1592
1593         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1594         (nnimap-request-list): Nix out group in the correct buffer.
1595         (nnimap-parse-flags): Implement by using `read' instead of
1596         hand-parsing.
1597         (nnimap-flags-to-marks): Pass on permanent-flags.
1598         (nnimap-make-process-buffer): Record the server name.
1599         (nnimap-parse-flags): Fix typo.
1600         (nnimap-request-scan): Run split on the server in general, not just a
1601         single group.
1602
1603         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1604         parameter, and propagate this downwards.
1605
1606         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1607         since EXAMINE changes it on the server.
1608
1609         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1610         this command might take a while.
1611
1612 2010-09-22  Julien Danjou  <julien@danjou.info>
1613
1614         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1615         harmful if you have 2 images side-by-side, they can't be properly
1616         update on text deletion.  Using text-property is safer here.
1617         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1618         data.
1619
1620 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * nnimap.el (nnimap-expunge-inbox): Removed.
1623         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1624         (nnimap-expunge): Flip default to t.
1625
1626         * gnus.el (gnus-method-to-server): Don't push things to the cache
1627         unless it's unique.
1628         (gnus-server-to-method): Ditto.
1629
1630 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1633
1634 2010-09-22  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1637         get the start of data.
1638         (gnus-html-encode-url): Add this function to encode special chars in
1639         URL.
1640         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1641         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1642
1643         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1644         default.
1645         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1646
1647         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1648         images alt-text.
1649         (gnus-html-put-image): Put alt-text as help-echo.
1650
1651 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1654         * mm-util.el (mm-decompress-buffer)
1655         * nnir.el (nnir-run-find-grep)
1656         * pop3.el (pop3-list): Use 3rd arg of split-string.
1657
1658         * time-date.el (format-seconds): Comment fix.
1659
1660         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1661         and byte-optimize-form-code-walker.
1662         (dgnushack-make-auto-load): Don't advise make-autoload.
1663
1664         * lpath.el: Remove Emacs 21 stuff.
1665
1666 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1669         outside the active range.  Suggested by Dan Christensen.
1670
1671         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1672         slightly later to avoid double-getting it.
1673
1674         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1675         previous patch.
1676
1677         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1678
1679 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1680
1681         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1682
1683 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-int.el (gnus-open-server): Give a better error message in the
1686         "go offline" case.
1687
1688         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1689         marks for nnimap, which is seldom the right thing to do.
1690
1691         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1692         (gnus-same-method-different-name): New function.
1693
1694         * nnimap.el (parse-time): Require.
1695
1696         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1697         method in the presence of many similar methods.
1698
1699         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1700
1701         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1702         nnml-inhibit-expiry.
1703
1704         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1705         find out whether methods are equal.
1706
1707         * nnimap.el (nnimap-find-expired-articles): New function.
1708         (nnimap-process-expiry-targets): New function.
1709         (nnimap-request-move-article): Request the article before looking at
1710         what the Message-ID is.  Fix found by Andrew Cohen.
1711         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1712
1713         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1714         for oldness in addition to being a predicate.
1715
1716         * nnimap.el (nnimap-request-group): When we have zero articles, return
1717         the right data to Gnus.
1718         (nnimap-request-expire-articles): Only delete articles immediately if
1719         the target is 'delete.
1720
1721         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1722         method, this would bug out.
1723
1724         * gnus-group.el (gnus-group-expunge-group): Renamed from
1725         gnus-group-nnimap-expunge, and implemented as a normal interface
1726         function.
1727
1728         * gnus-int.el (gnus-request-expunge-group): New function.
1729
1730         * nnimap.el (nnimap-request-create-group): Implement.
1731         (nnimap-request-expunge-group): New function.
1732
1733 2010-09-21  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1736         (gnus-html-cache-expired): Add new function.
1737         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1738         wethever we should display image for fetch it.
1739         Compute alt-text earlier to pass it to the fetching function too.
1740         (gnus-html-schedule-image-fetching): Change function argument to only
1741         get one image at a time, not a list.
1742         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1743         cache.
1744         (gnus-html-get-image-data): New function to retrieve image data from
1745         cache.
1746         (gnus-html-put-image): Change buffer argument to use image data rather
1747         than file, and place image above region rather than inserting a new
1748         one. Do not take alt-text as argument, since it's useless now: we place
1749         the image above alt-text.
1750         (gnus-html-prune-cache): Remove.
1751         (gnus-html-show-images): Start to fetch image when we find one, do not
1752         push into a temporary list.
1753         (gnus-html-prefetch-images): Only fetch image if they have expired.
1754         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1755         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1756
1757 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1760
1761 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1764         spec inser "*" if the group isn't active instead of 0.
1765
1766         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1767         opening the server.
1768         (nnimap-request-delete-group): Implement group deletion.
1769         (nnimap-transform-headers): Return the size of the entire message in
1770         the Bytes header, not just the size of the first part.
1771         (nnimap-request-move-article): When moving an article from nnimap,
1772         request the article first so the accepting form has an article to
1773         accept.  Reported by Dan Christensen.
1774         (nnimap-command): Make sure that the error message doesn't error out.
1775
1776 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1777
1778         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1779         we haven't requested anything.
1780
1781 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1784         "".  Fix found by Andrew Cohen.
1785
1786         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1787         instead of -encode-string.
1788
1789 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1792
1793         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1794         by mm-subst-char-in-string.
1795
1796 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1799         waiting for the connection string.
1800
1801         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1802         arriving.
1803
1804         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1805         bogus characters.  This allows selecting certain Gmail groups.
1806
1807         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1808         (nnimap-fetch-partial-articles): New variable.
1809         (nnimap-open-connection): When looking for credentials, also use the
1810         nnimap-server-port.
1811         (nnimap-request-article): Return the group/article number, so that Gnus
1812         `^' works as expected.
1813         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1814         them.
1815
1816         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1817         comments.
1818         (gnus-methods-sloppily-equal): New function.
1819         (gnus): When using the development version of Gnus, load the gnus-load
1820         file.
1821
1822         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1823         `gnus-open-server' on each method before trying to scan them etc.  This
1824         ensures that all the backend parameters are set correctly.
1825
1826         * nnimap.el (nnimap-authenticator): New variable.
1827         (nnimap-open-connection): Allow anonymous login.
1828         (nnimap-transform-headers): The chars header is called Chars not
1829         Bytes.
1830         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1831         drops.
1832
1833         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1834         patch, found by Knut Anders Hatlen.
1835
1836 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1837
1838         * gnus-agent.el (gnus-agent-batch-confirmation)
1839         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1840         to gnus-message.
1841         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1842         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1843         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1844         * gnus-int.el (gnus-open-server): Likewise.
1845         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1846         (gnus-score-check-syntax): Likewise.
1847         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1848         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1849         Likewise.
1850         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1851
1852 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1855         calling conventions so that prefetch doesn't bug out.
1856
1857 2010-09-19  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1860         rather than `subst-char-in-region' in order to be able to replace ASCII
1861         char by UTF-8 ones.
1862
1863         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1864         than curl.
1865         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1866         the right URL and ALT text on images.
1867         (gnus-html-wash-tags): Fix tag case.
1868         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1869         (gnus-article-html): Add -o display_ins_del=2 option.
1870         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1871
1872 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1875         the extra mail headers, which sometimes seem to happen for unknown
1876         reasons.
1877
1878         * mail-parse.el (mail-header-encode-parameter): Define as
1879         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1880         (or most, perhaps?) mail readers don't understand the latter, but do
1881         understand the former.
1882
1883         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1884         to nil, so that no methods are automatically agentized.  I think this
1885         is probably what most users want.
1886
1887         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1888         from url-retrieve, for instance about invalid URLs.
1889
1890         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1891         groups that have no articles.
1892         (nnimap-request-article): Check that we really got an article when we
1893         requested one.
1894
1895         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1896         doesn't exist.
1897
1898         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1899         nntp buffer so the agent can save it.
1900         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1901         that CRLF doesn't get translated to \n.
1902         (nnimap-open-connection): Don't make 'shell commands only send \n.
1903
1904 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1905
1906         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1907         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1908         Update var name.
1909         (nnml-generate-nov-file): Use dolist.
1910         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1911         Use with-current-buffer.
1912
1913 2010-09-18  Julien Danjou  <julien@danjou.info>
1914
1915         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1916         parallel.
1917
1918 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1921         the range update right.
1922         (nnimap-request-group): Don't make `M-g' bug out on group with no
1923         marks.
1924         (nnoo): Required, so that other packages can require nnimap.
1925         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1926         command we're looking for.  This helps when the server sends more
1927         responses after we've gotten everything we expected.
1928         (nnimap): Add a `newlinep' field to keep track of end-of-line
1929         conventions.
1930         Don't send CRLF to things that don't want it.
1931         (nnimap-request-accept-article): Ditto.
1932
1933 2010-09-18  Julien Danjou  <julien@danjou.info>
1934
1935         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1936         than curl to retrieve images.
1937
1938 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1941         the marks.
1942         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1943         (nnimap-wait-for-connection): New function.
1944         (nnimap-open-connection): If we have PREAUTH, don't query for login
1945         credentials.
1946         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1947         when doing a partial update.
1948
1949 2010-09-18  Julien Danjou  <julien@danjou.info>
1950
1951         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1952         tags.
1953
1954 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnimap.el (nnimap-credentials): New function.
1957         (nnimap-open-connection): Use the new function to look for credentials
1958         also on the numeric equivalents of "imap" and "imaps".
1959
1960         * gnus-start.el (gnus-activate-group): Send the info to
1961         gnus-request-group.
1962
1963         * nnimap.el (nnimap-request-group): Have the "check" version of the
1964         function parse flags and update the info, so that a `M-g' get a total
1965         resync of all flags from the group.
1966
1967         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1968         to allow backends to alter the info on group selection.  Also alter all
1969         the backend -request-group functions to take the parameter.
1970
1971         * nnimap.el (nnimap-store-info): New function.
1972         (nnimap-update-info): Store the info for later usage.
1973         (nnimap-request-group): Use the stored info for the dont-check case, so
1974         that we don't retrieve all marks when we enter a group.
1975
1976         * nnimap.el: Use deffoo instead of defun for interface functions.
1977
1978         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1979         update the group info.  This makes the nndraft groups, for instance, go
1980         back to their old behaviour.
1981
1982         * gnus-sum.el (gnus-select-newsgroup): Indent.
1983
1984         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1985         in.
1986         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1987         nothing.
1988
1989         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1990         from methods that are denied.
1991
1992         * gnus-int.el (gnus-method-denied-p): New function.
1993
1994         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1995         store the password instead of netrc.
1996         (nnimap-open-connection): Don't error out when we can't make a
1997         connections.
1998
1999         * auth-source.el (auth-source-create): In the password prompt, say what
2000         we're querying for.  Also prompt for user name if that hasn't been
2001         given.
2002
2003         * nnimap.el (nnimap-with-process-buffer): Removed.
2004
2005 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2008         method when we're reading from the agent.
2009
2010         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2011
2012         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2013         that's probably most useful for users.
2014
2015         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2016         "failed" all the time.
2017
2018         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2019         ...)) with (with-current-buffer ... ).
2020
2021         * nntp.el (nntp-open-server): Return whether the open was successful or
2022         not.
2023
2024         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2025         select an unread unseen article first.
2026
2027         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2028         /etc/services, supply some sensible port defaults.
2029
2030         * dgnushack.el: Define netrc-credentials.
2031
2032 2010-09-17  Julien Danjou  <julien@danjou.info>
2033
2034         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2035
2036 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2037
2038         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2039         doesn't have any parameters.
2040
2041 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2044         only upcased checks.
2045
2046         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2047
2048         * nnimap.el (nnimap-open-shell-stream): New function.
2049         (nnimap-open-connection): Use it.
2050         (nnimap-transform-headers): Get the number of lines in each message.
2051         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2052         number of lines.
2053         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2054         problem.
2055
2056         * utf7.el (utf7-encode): Autoload.
2057
2058         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2059         to allow the mail splitting to not return a default group.  This is
2060         useful for nnimap, which will leave unmatched mail in the inbox.
2061
2062         * nnimap.el: Rewritten.
2063
2064         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2065         nnimap usage.
2066
2067         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2068         if the move is internal, so that nnimap can do fast internal moves.
2069
2070         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2071         data.
2072         (gnus-read-active-for-groups): Support finishing the early retrieval of
2073         data.
2074
2075         * gnus-range.el (gnus-range-nconcat): New function.
2076
2077         * gnus-int.el (gnus-finish-retrieve-group-infos)
2078         (gnus-retrieve-group-data-early): New functions.
2079
2080 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2081
2082         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2083         (nnrss-retrieve-groups):
2084         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2085         (pop3-quit): Use with-current-buffer.
2086
2087 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2090         instead of nnheader-accept-process-output.
2091
2092         * dgnushack.el (dgnushack-compile): Add comment.
2093
2094         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2095
2096         * gnus-html.el (gnus-html-schedule-image-fetching)
2097         (gnus-html-prefetch-images): Replace process-kill-without-query by
2098         gnus-set-process-query-on-exit-flag.
2099
2100 2010-09-16  Romain Francoise  <romain@orebokech.com>
2101
2102         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2103
2104 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2107         parameter to unintern is mandatory-ish in Emacs 24.
2108
2109         * gnus-html.el (gnus-html-schedule-image-fetching)
2110         (gnus-html-prefetch-images): Check for curl before using it.
2111
2112         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2113         depend on curl, which isn't essential.
2114
2115         * imap.el: Revert back to version
2116         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2117         seem problematic.
2118
2119 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2120
2121         * gnus-registry.el (gnus-registry-install-shortcuts):
2122         Explicitly pass `obarray' to `unintern' to avoid a warning.
2123
2124 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2127         change.
2128
2129         * nnrss.el (nnrss-request-list): Removed this function and related
2130         functions, including the moreover stuff.
2131
2132 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * nnrss.el (nnrss-retrieve-groups): New function.
2135
2136 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2137
2138         * .dir-locals.el: Add no-byte-compile cookie.
2139
2140 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * time-date.el (format-seconds): Comment fix.
2143
2144         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2145         for back end that doesn't support request-scan.
2146
2147 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2150         then do request scans from the backends.
2151
2152         * netrc.el (netrc-credentials): New conveniency function.
2153
2154         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2155         avoid running a hook per line, since this takes a lot of time,
2156         profiling shows.
2157         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2158         directly if gnus-visual-p is true.
2159
2160 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2163         groups; replace mapcar with dolist which is a bit faster; pass groups
2164         info to gnus-read-active-file-1.
2165         (gnus-read-active-file-1): Scan only specified groups if the new
2166         optional arg `infos' is given.
2167
2168 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2171
2172         * pop3.el (pop3-movemail): Removed.
2173         (pop3-streaming-movemail): Renamed to pop3-movemail.
2174
2175         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2176         don't restrict end-tag searches to the end of the line.
2177
2178 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2181         articles of every unchecked group to t, which means unknown since the
2182         server has never been opened.
2183
2184 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-html.el (gnus-html-show-alt-text): New command.
2187         (gnus-html-browse-image): Ditto.
2188         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2189         to browse the image directly.
2190         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2191         better.
2192
2193         * gnus-async.el (gnus-async-article-callback): Call
2194         `gnus-html-prefetch-images' unconditionally.
2195
2196         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2197         before feeding URLs to curl.
2198
2199 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2202         internal images as deletable by `W D D'.
2203
2204         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2205         (gnus-async-article-callback): Fix typo.
2206
2207 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2210         current line to work around bugs in the output from w3m.
2211
2212         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2213         for groups that want that.
2214
2215         * nntp.el (nntp-wait-for-string): Supply a timeout for
2216         accept-process-output to ensure progress.
2217
2218         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2219         level to get unread articles from, then use that for foreign groups,
2220         too.
2221
2222         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2223         confuses the rest of the function.
2224
2225         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2226         for the methods that support -retrieve-groups, too.
2227
2228         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2229
2230 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2233         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2234
2235         * pop3.el: Require cl when compiling.
2236         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2237
2238 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2241         that aren't going to be activated.
2242         (gnus-get-unread-articles): Fix up the last commit.
2243
2244         * gnus-html.el (gnus-article-html): Allow calling without specifying
2245         the handle.  In that case, dissect the buffer first.
2246
2247         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2248
2249         * nnimap.el (nnimap-open-connection): Revert the change that would look
2250         into authinfo for imaps instead of imap.
2251
2252         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2253         say that you don't want to call gnus-request-group with don-check, but
2254         do check the reponse.  This is for virtual groups only.
2255         (gnus-get-unread-articles): Count the archive groups as secondary, so
2256         that they're activated the same way as before.
2257
2258         * imap.el (imap-message-map): Removed optional buffer parameter, since
2259         no callers use it.
2260         (imap-message-get): Ditto.
2261         (imap-message-put): Ditto.
2262         (imap-mailbox-map): Ditto.
2263         (imap-mailbox-put): Ditto.
2264         (imap-mailbox-get): Ditto.
2265         (imap-mailbox-get): Revert last change for this function.
2266
2267         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2268         case-insensitively.
2269         (nnimap-debug): Removed.
2270
2271         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2272         to use `imap-fetch' instead.  According to the comments, this should be
2273         safe, since all other IMAP clients use the 1:* syntax.
2274         (imap-enable-exchange-bug-workaround): Removed.
2275         (imap-debug): Removed -- doesn't seem very useful.
2276
2277         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2278         mail from a file, and the file doesn't exist.
2279
2280         * imap.el (imap-log): New convenience function used throughout instead
2281         of repeating the same code all over the place.
2282
2283         * pop3.el (pop3-streaming-movemail): Return t for success.
2284
2285         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2286         .authinfo if we're using ssl connection.
2287
2288         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2289         already have if we're in a main Gnus `g' run.
2290
2291         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2292
2293 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2296
2297         * nnmh.el (nnmh-request-list-1): Bind `file'.
2298
2299         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2300         alias to set-process-query-on-exit-flag or process-kill-without-query.
2301         (pop3-open-server): Use it.
2302
2303 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2306         box to the Incoming file.  Fixes mistake in previous checkin.
2307
2308         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2309         request loop (for debugging purposes) removed.
2310
2311         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2312         culprit is more visible.
2313         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2314         (nnml-add-incremental-nov): New functions to do "incremental" nov
2315         updates, where we just append to the end of the existing nov files
2316         without reading/writing them in full.
2317
2318         * mail-source.el (mail-source-delete-crash-box): Really only check the
2319         incoming files once in a while.
2320
2321         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2322
2323         * mail-source.el (mail-source-delete-crash-box): Only check the
2324         incoming files for deletion once per day to save a lot of file
2325         accesses.
2326
2327         * pop3.el (pop3-logon): Fix up unbound variable typo.
2328
2329         * mail-source.el (pop3-streaming-movemail): Autoload.
2330
2331         * pop3.el (pop3-streaming-movemail): Respect
2332         pop3-leave-mail-on-server.
2333
2334         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2335         retrieval.
2336
2337         * pop3.el (pop3-process-filter): Removed unused function.
2338         (pop3-streaming-movemail, pop3-send-streaming-command)
2339         (pop3-wait-for-messages, pop3-write-to-file)
2340         (pop3-number-of-responses): New functions for streaming pop3
2341         retrieval.
2342
2343         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2344         come from no known methods.
2345         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2346         list.
2347
2348         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2349         message sizes.
2350         (pop3-movemail): Use erase-buffer instead of looping and deleting
2351         regions, which seems rather odd.
2352
2353         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2354         file once per `g' run.
2355
2356         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2357         directories.  This makes the draft queue directory work.
2358
2359         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2360         data from the backends, so that we only request the list of groups from
2361         each method once.  This should speed things up considerably.
2362
2363         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2364         detect that it's not implemented.
2365
2366         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2367         we actually do recurse down into the tree, but don't stat all leaf
2368         nodes.
2369
2370         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2371         then say so instead of bugging out.
2372
2373         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2374         files exist before trying to read them.
2375
2376         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2377         around <pre_int>.
2378
2379         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2380
2381         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2382
2383 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * mm-util.el (mm-image-load-path): Just return the image directories,
2386         not all directories in the path in addition to the image directories.
2387         (mm-image-load-path): Maintain a cache of the image directories so that
2388         the `g' command in Gnus doesn't have to stat dozens of directories each
2389         time.
2390
2391         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2392         (gnus-html-wash-tags): Add a new `i' command to insert images.
2393         (gnus-html-insert-image): New command and keystroke.
2394         (gnus-html-redisplay-with-images): New command and keystroke.
2395         (gnus-html-show-images): Renamed command.
2396         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2397         spacers.
2398         (gnus-html-wash-tags): Decode entities at the end, so that entities
2399         inside the tags don't mess up the rest of the "parsing".
2400
2401         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2402         so that nnimap methods aren't agentized by default.  There's apparently
2403         many problems related to agent/imap behaviour.
2404
2405         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2406
2407         * gnus-html.el: Doc fix.
2408
2409 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2412         specifier-spec-list for Emacs 21.
2413
2414         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2415         glyph-width and glyph-height instead of display-graphic-p and
2416         image-size; make avoidance of displaying small images work for XEmacs.
2417
2418         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2419         for XEmacs.
2420
2421         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2422         of symbol that holds plist data.
2423         (gnus-process-plist): Remove plist of process after getting it.
2424
2425 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * message.el (message-generate-hashcash): Change default to
2428         'opportunistic if hashcash is installed.
2429
2430         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2431         (gnus-html-put-image): Only call image-size once, since it's somewhat
2432         time-consuming on remote X servers.
2433
2434 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2437         type on data, not a file name.
2438
2439         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2440         window-pixel-edges for Emacs 21.
2441
2442         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2443         decoded contents.
2444         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2445
2446 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2449         group line format, since it isn't very interesting.
2450
2451         * gnus-agent.el (gnus-agent-short-article),
2452         (gnus-agent-long-article): Increase values for these two variables,
2453         since most people are likely to have more network connection and
2454         storage than before.
2455
2456         * gnus.el (gnus-refer-article-method): Change default to 'current.
2457         When referring an article, the common behaviour is to refer it from the
2458         current select method, not the native select method.  The chances of
2459         the native select method having the message in question is rather slim
2460         these days.
2461
2462         * gnus-sum.el (gnus-auto-select-subject): Change default to
2463         `unseen-or-unread'.  I think it's likely that most people want to
2464         select an unseen article over a previously seen, but unread one.
2465
2466         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2467         means that in the article buffer none of the minor mode elements will
2468         be shown, usually, and this is not desirable in most cases.
2469
2470         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2471         that commands like `d' (and the like) go to the next line in the
2472         buffer, instead of the next unread article.  I think this is the
2473         behaviour that is most natural for most users.
2474         (gnus-single-article-buffer): Change default to nil, so that people can
2475         have as many article buffers open as they have summary buffer.  I think
2476         this is the most natural way for the groups to behave.
2477
2478         * message.el (message-generate-new-buffers): Change default to
2479         `unsent', so that all new message buffers start their names with the
2480         string "*unsent", and it's easier to find the buffers if you move from
2481         them.
2482
2483 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2486         small.  They're probably tracking images.
2487         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2488         (gnus-html-rescale-image): Yet another try at getting the image sizing
2489         right.
2490
2491         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2492         nntp-marks-file-name is nil.
2493
2494 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2495
2496         * gnus-html.el (gnus-html-wash-tags)
2497         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2498         Better logging.
2499
2500 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2503
2504         * gnus-html.el (gnus-html-wash-tags): Check the value of
2505         gnus-blocked-images in the summary buffer.
2506
2507 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2510
2511 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2514         like "a", it seems like.
2515         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2516         since it needs to be picked from the correct buffer.
2517
2518         * nnwfm.el: Removed.
2519
2520         * nnlistserv.el: Removed.
2521
2522 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2525         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2526
2527 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnkiboze.el: Removed.
2530
2531         * nndb.el: Removed.
2532
2533         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2534         alt text.
2535         (gnus-html-rescale-image): Try to get the rescaling logic right for
2536         images that are just wide and not tall.
2537
2538         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2539         overshadow variable bindings.
2540
2541 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * gnus-html.el (gnus-html-wash-tags)
2544         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2545         extra logging.
2546
2547 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2550         (gnus-max-image-proportion): New variable.
2551         (gnus-html-rescale-image): New function.
2552         (gnus-html-put-image): Rescale images.
2553
2554 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         Fix up some byte-compiler warnings.
2557         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2558         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2559         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2560         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2561         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2562         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2563         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2564
2565 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-html.el (gnus-article-html): Decode contents by charset.
2568
2569 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2572         (gnus-html-frame-width, gnus-blocked-images)
2573         * message.el (message-prune-recipient-rules): Add custom version.
2574         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2575
2576         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2577         functions.
2578
2579         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2580         gnus-process-get.
2581
2582 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2583
2584         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2585         instead of lsub directly.
2586
2587 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * nnwarchive.el: Removed.
2590
2591         * gnus-soup.el: Removed.
2592
2593         * nnsoup.el: Removed.
2594
2595         * nnultimate.el: Removed.
2596
2597         * gnus-html.el (gnus-blocked-images): New variable.
2598
2599         * message.el (message-prune-recipients): New function.
2600         (message-prune-recipient-rules): New variable.
2601
2602         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2603         guess whether a long line is natural text or not.
2604
2605         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2606         gnus-process-plist and friends for compatibility.
2607
2608 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * gnus-html.el: Require packages that define macros used in this file.
2611         (gnus-article-mouse-face): Declare to silence byte-compiler.
2612         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2613         process-get.
2614         (gnus-html-put-image): Use plist-get to avoid getf.
2615         (gnus-html-prefetch-images): Use with-current-buffer.
2616
2617 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * gnus-ems.el: Provide compatibility functions for
2620         gnus-set-process-plist.
2621
2622         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2623         header-line-format for XEmacs 21.4.
2624
2625         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2626         * gnus.el (gnus-valid-select-methods)
2627         * message.el (message-send-mail-partially-limit)
2628         * mm-decode.el (mm-text-html-renderer)
2629         * mml.el (mml-insert-mime-headers-always)
2630         * smiley.el (smiley-regexp-alist): Bump custom version.
2631
2632 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-html.el: require mm-url.
2635         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2636         with the url to `url'.
2637         (gnus-html-wash-tags): Support cid: URLs/images.
2638
2639 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2642         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2643         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2644
2645         * gnus-move.el: Removed file, since it doesn't really work.
2646
2647         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2648         UTF-8.  This seems to fix problems with some German web feeds.
2649
2650         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2651         at the top so that the proper colours are applied.
2652
2653         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2654         don't have dots in their names.
2655
2656         * gnus-art.el (gnus-article-view-part): Doc fix.
2657
2658         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2659         XEmacs-compatible.
2660         (gnus-html-put-image): Don't do images on non-graphic displays.
2661
2662         * nnslashdot.el: Removed this unused backend.
2663
2664         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2665         actions.
2666         (gnus-undo-register-1): Revert last change.
2667
2668         * gnus-group.el (gnus-group-completing-read): Protect against not
2669         having completion-styles bound.
2670
2671         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2672         make broken recipients happier.
2673
2674         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2675
2676         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2677         point parameter.
2678
2679         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2680
2681         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2682         completion-styles for group selection.
2683
2684 2009-02-04  Andreas Schwab  <schwab@suse.de>
2685
2686         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2687         headers and regexp-quote the match if necessary.
2688
2689 2009-03-24  Miles Bader  <miles@gnu.org>
2690
2691         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2692         the blinking smiley.
2693
2694 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2695
2696         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2697         blink smiley.
2698
2699 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2702         where the dribbel file lives exists.
2703
2704         * message.el (message-send-mail-partially-limit): Change the default to
2705         nil, since most people don't want this.
2706
2707         * mm-url.el (mm-url-decode-entities): Also decode entities like
2708         &#x3212.
2709
2710 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2711
2712         * gnus-sum.el (gnus-summary-idna-message):
2713         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2714         Hyperlink urls in docstrings with URL `...'.
2715
2716 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2717
2718         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2719         functions.
2720
2721 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2724         say what the mouseover text should be.
2725
2726         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2727         version of the mm-w3m-safe-url-regexp variable to only download images
2728         in the groups where we want that to happen.
2729
2730         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2731
2732         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2733         easier debugging.
2734         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2735         big pictures in the article buffer.
2736
2737         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2738         gnus-article-html.
2739         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2740         w3m.
2741
2742         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2743
2744 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2747         which doesn't exist.
2748
2749         * message.el (message-inhibit-ecomplete): New variable to allow some
2750         function to inhibit ecomplete address storage.
2751         (message-resend): Disable ecomplete message storage when resending
2752         messages.
2753
2754         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2755
2756 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2759         Save excursion while copying, moving, and deleting articles in order to
2760         prevent the cursor from jumping to unforeseen place.
2761
2762 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * lpath.el: No need to bind bookmark-current-buffer,
2765         bookmark-yank-point and bookmark-make-record-function.
2766
2767 2010-08-17  Glenn Morris  <rgm@gnu.org>
2768
2769         * gnus-sync.el: Require gnus components whose functions are used.
2770
2771         * gnus-art.el (bookmark-make-record-function):
2772         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2773         Declare for compiler.
2774
2775         * mm-url.el (mml-compute-boundary): Autoload.
2776
2777 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2780
2781 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         Typo fix "hoo4a" -> "hook".
2784
2785         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2786
2787 2010-08-14  Glenn Morris  <rgm@gnu.org>
2788
2789         * gnus-sync.el (gnus-sync): Fix defgroup version.
2790
2791 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2794
2795         * gnus-sync.el: Fix docs.
2796         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2797         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2798
2799 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         Optimizations for gnus-sync.el.
2802
2803         * gnus-sync.el: Add docs about gnus-sync-backend
2804         possibilities.
2805         (gnus-sync-save): Remove unnecessary message.
2806         (gnus-sync-read): Optimize and show what groups were skipped.
2807
2808 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2809
2810         Minor bug fixes for gnus-sync.el.
2811
2812         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2813         read the sync on get-new-news.
2814
2815         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2816         quiet.
2817
2818         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2819
2820 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2821
2822         Make saving and restoring of hidden threads work with overlays.
2823         Patch applied by Ted Zlatanov.
2824
2825         * gnus-sum.el (gnus-hidden-threads-configuration)
2826         (gnus-restore-hidden-threads-configuration): Update to deal with text
2827         properties, rather than searching for a magic character.
2828
2829 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         New gnus-sync.el library for synchronization of marks.
2832
2833         * gnus-sync.el: New library for synchronization of marks.
2834
2835         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2836         renamed from `gnus-registry-grep-in-list'.
2837
2838         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2839
2840         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2841
2842 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2845         determining charset of text fails.
2846
2847 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * nnmail.el (nnmail-get-new-mail-1): Revert.
2850
2851         * nnml.el (nnml-active-number): Make sure names of newly created groups
2852         in nnml-group-alist are encoded.
2853
2854 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2857         containing non-ASCII characters in active file for nnml back end.
2858
2859 2010-07-24  David Engster  <dengste@eml.cc>
2860
2861         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2862         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2863
2864 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2865
2866         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2867         tag (Bug#6654).
2868
2869 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2872         the article buffer, not the summary buffer.
2873
2874 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2877         Emacs 23 as well.
2878
2879 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2882         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2883
2884 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2885
2886         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2887         Patch applied by Karl Fogel.
2888
2889         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2890         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2891
2892 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2893
2894         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2895         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2896         C-w still not working correctly from Article buffers; Thierry's
2897         patch to fix that will be applied after this.
2898
2899         * gnus-art.el (bookmark-make-record-function): New local variable.
2900
2901         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2902         article buffer.
2903         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2904
2905 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2906
2907         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2908         on changes in bookmark.el.
2909
2910 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2913         `no-log' instead of message not to log prompt string.
2914
2915 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2916
2917         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2918         the *other* type of HTML form submission.
2919
2920 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2921
2922         * auth-source.el (auth-source-pick): If choice does not contain a
2923         questioned keyword, set the check to t.
2924
2925 2010-06-12  Romain Francoise  <romain@orebokech.com>
2926
2927         * gnus-util.el (gnus-date-get-time): Move up before first use.
2928
2929 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2932         (gnus-article-edit-part): Bind it to make last part that is substituted
2933         or deleted visible.
2934         (gnus-mime-display-single): Buttonize part of which id equals to
2935         gnus-mime-buttonized-part-id.
2936
2937 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2938
2939         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2940         (gnus-dd-mmm): Use gnus-date-get-time.
2941         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2942         simplify logic.
2943         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2944         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2945
2946 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2947
2948         * auth-source.el (top): Autoload `secrets-list-collections',
2949         `secrets-create-item', `secrets-delete-item'.
2950         (auth-sources): Fix tag string.
2951         (auth-get-source, auth-source-retrieve, auth-source-create)
2952         (auth-source-delete): New defuns.
2953         (auth-source-pick): Rewrite in order to avoid 2 passes.
2954         (auth-source-forget-user-or-password): New parameter USERNAME.
2955         (auth-source-user-or-password): New parameters CREATE-MISSING and
2956         DELETE-EXISTING.  Retrieve password interactively, if needed.
2957
2958 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2959
2960         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2961         deleting unused directories when gnus-expert-user is t.
2962
2963 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2966         for each temp file when gnus-article-browse-delete-temp is ask.
2967
2968 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2971         Lisp calls to delete-backward-char by calls to delete-char.
2972
2973 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2974
2975         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2976
2977 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2978
2979         * password-cache.el (password-cache-remove): Fix docstring.
2980
2981 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2984         article unless decoding article to be saved.
2985
2986 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2989         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2990         generated within the mm-with-unibyte-current-buffer macro.
2991
2992 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2995         to nil when we're in a mml-preview buffer and no group is selected.
2996
2997 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2998
2999         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3000         when catching the `C-g'.  Reported by "Leo".
3001
3002 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * message.el (message-forward-make-body-plain)
3005         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3006         multibyte-string-p.
3007
3008         * lpath.el: Revert.
3009
3010 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * message.el (message-forward-make-body-mml): Assume original message
3013         is multibyte string; error on unibyte.
3014         (message-forward-make-body-plain): Ditto; don't add excessive newline
3015         in body end.
3016
3017         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3018
3019 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3020
3021         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3022         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3023
3024 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mm-extern.el (mm-extern-url): Don't use
3027         mm-with-unibyte-current-buffer.
3028         (mm-extern-cache-contents): Use with-current-buffer instead of
3029         save-excursion + set-buffer.
3030
3031 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * mm-util.el (mm-emacs-mule): Remove.
3034
3035 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3036
3037         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3038         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3039         change.
3040
3041 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3044         bind the default value of enable-multibyte-characters to nil.
3045
3046 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * message.el (message-forward-make-body-plain)
3049         (message-forward-make-body-mml):
3050         Don't use mm-with-unibyte-current-buffer.
3051
3052 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3055
3056 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3057
3058         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3059         (Bug#5592).
3060
3061 2010-05-07  Julien Danjou  <julien@danjou.info>
3062
3063         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3064         it to mm-pipe-part.
3065
3066         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3067         it is given.
3068
3069 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * binhex.el (binhex-decode-region-internal)
3072         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3073         (dns-query)
3074         * nnweb.el (nnweb-gmane-search)
3075         * pgg-parse.el (pgg-parse-armor)
3076         * pgg.el (pgg-verify-region)
3077         * sha1.el (sha1-string-external)
3078         * uudecode.el (uudecode-decode-region-internal)
3079         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3080         XEmacs.
3081
3082         * gnus-art.el (gnus-article-browse-html-parts)
3083         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3084         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3085         make-temp-file.
3086
3087         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3088         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3089         compiling.
3090
3091         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3092         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3093         XEmacs when compiling.
3094
3095         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3096         gnus-pick-mode-off-hook for XEmacs when compiling.
3097         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3098         gnus-binary-mode-off-hook for XEmacs when compiling.
3099
3100         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3101         nil if char-charset is not available.
3102
3103         * imap.el (imap-disable-multibyte)
3104         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3105         macros.
3106
3107         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3108         instead of encode-coding-string.
3109
3110         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3111         'xemacs) instead of mm-emacs-mule to switch function definitions.
3112         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3113
3114         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3115         bind temporary-file-directory for XEmacs;
3116         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3117         timer-set-function for XEmacs 21.4 and SXEmacs;
3118         bind timer-list for XEmacs 21.4 and SXEmacs;
3119         fbind char-charset and find-charset-region for non-Mule XEmacs;
3120         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3121         encode-coding-region and encode-coding-string for XEmacs having no
3122         file-coding feature.
3123
3124 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3125
3126         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3127
3128 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3131         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3132
3133 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3134
3135         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3136         alias `jka-compr-delete-temp-file' no longer exists.
3137
3138 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3139
3140         Use define-minor-mode in Gnus where applicable.
3141         * mml.el (mml-mode): Use define-minor-mode.
3142         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3143         (gnus-undo-mode): Use define-minor-mode.
3144         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3145         (gnus-dead-summary-mode): Use define-minor-mode.
3146         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3147         Initialize in declaration.
3148         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3149         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3150         (gnus-mailing-list-mode): Use define-minor-mode.
3151         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3152         (gnus-draft-mode): Use define-minor-mode.
3153         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3154         (gnus-dired-mode): Use define-minor-mode.
3155
3156 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3157
3158         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3159         handles on recursive mml-to-mime translation and check them for
3160         boundary delimiter collisions.  Reported by Greg Troxel.
3161
3162 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3165
3166 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3167
3168         * mm-util.el (mm-find-buffer-file-coding-system):
3169         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3170
3171 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3172
3173         * message.el (message-generate-headers): Record insertion of optional
3174         headers as well.  Otherwise the check to prevent repeated insertion of
3175         optional headers is a no-op.
3176
3177 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * smime.el: Don't mention CVS.
3180
3181         * nnrss.el (nnrss-fetch): Don't mention CVS.
3182
3183         * nnir.el: Don't mention CVS.
3184
3185 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3186
3187         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3188
3189 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * lpath.el: Fbind bookmark-default-handler,
3192         bookmark-get-bookmark-record, bookmark-make-record-default,
3193         bookmark-prop-get for Emacs <23 and XEmacs.
3194
3195 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3196
3197         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3198         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3199         Use with-current-buffer to silence the byte-compiler.
3200         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3201         bother to require `gnus'.
3202         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3203
3204 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3205
3206         * gnus-sum.el (gnus-summary-bookmark-make-record)
3207         (gnus-summary-bookmark-jump): New functions.
3208         (gnus-summary-mode): Setup bookmark support.
3209
3210 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3211
3212         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3213         if set.
3214
3215 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3218         gnus-article-browse-html-save-cid-image; make it work recursively for
3219         forwarded messages as well.
3220         (gnus-article-browse-html-parts): Work when prefix arg is given.
3221         (gnus-article-browse-html-article): Doc fix.
3222
3223 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3224
3225         * message.el (message-default-mail-headers):
3226         (message-default-headers): Carry the value mail-default-headers over
3227         into message-default-mail-headers, rather than message-default-headers.
3228
3229 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3230
3231         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3232         charset.
3233
3234         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3235         charset into the <meta> tag when the article is encoded to utf-8.
3236
3237 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3240         directories as well.
3241         (gnus-article-browse-html-parts): Work for images that do not specify
3242         file names; delete temp directory when quitting; insert header at the
3243         right place; use file: scheme for image files.
3244
3245 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3246
3247         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3248         (gnus-article-browse-html-parts): Use it to make temporary cid image
3249         files in addition to html file so that browser may display them.
3250
3251 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3254
3255 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3258
3259 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3260
3261         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3262         about Secret Service API sources.  Improve Customize options.
3263         (auth-source-pick): Change to accept any number of search parameters.
3264         Implement fallbacks iteratively, not recursively.  Add scoring on the
3265         second pass and sort by score.  Call Secret Service API when needed.
3266         (auth-source-user-or-password): Use it.  Call Secret Service API
3267         directly when needed to get the user name and the password.
3268
3269 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3270
3271         * message.el (message-interactive): Doc fix.
3272         (message-qmail-inject-args): Reflow.
3273         (message-kill-to-signature): Fix typo in docstring.
3274
3275         * smiley.el (smiley-buffer): Fix typo in docstring.
3276
3277 2010-03-24  Glenn Morris  <rgm@gnu.org>
3278
3279         * mail-source.el (gnus-message): Declare.
3280         (mail-source-delete-old-incoming): Require gnus-util.
3281
3282 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3285
3286         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3287
3288         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3289         password-cache's default if it is not bound.
3290         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3291         password-cache-expiry's default if it is not bound.
3292
3293         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3294         available in Emacs 21.
3295
3296         * lpath.el: Suppress compiler warnings for:
3297         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3298         XEmacs;
3299         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3300         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3301         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3302
3303 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         * auth-source.el (auth-sources): Fix up definition so extra parameters
3306         are always inline.
3307
3308 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3309
3310         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3311         wasn't updated after mismatch.  Clear cached mailbox info correctly
3312         when uidvalidity changes.
3313         (nnimap-group-prefixed-name): New function to avoid some code
3314         duplication.
3315         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3316         (nnimap-request-group): Use it.
3317         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3318         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3319         with many imap folders.  This is done by caching the group status from
3320         the imap server persistently in a group parameter `imap-status'.  (This
3321         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3322         but not persistently, so every Gnus startup was still very slow.)
3323
3324 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3327         delete the extra newline.  Otherwise editing of :string and :number
3328         types don't work.
3329
3330 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3333         secrets.el dependency.
3334         (auth-sources): Add optional user name.  Add secrets.el configuration
3335         choice (unused right now).
3336
3337 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3338
3339         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3340         `gnus-registry-install-shortcuts' fill in the functions.
3341
3342         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3343         warnings.
3344         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3345         (gnus-registry-install-shortcuts): Populate and use it in a
3346         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3347
3348 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3349
3350         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3351         In-place substitutions for the group name encoding/decoding.
3352         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3353         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3354         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3355         (nnimap-update-unseen, nnimap-request-list)
3356         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3357         (nnimap-request-set-mark, nnimap-split-to-groups)
3358         (nnimap-split-articles, nnimap-request-newgroups)
3359         (nnimap-request-create-group, nnimap-request-accept-article)
3360         (nnimap-request-delete-group, nnimap-request-rename-group)
3361         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3362         `encoded-mbx' for consistency.
3363         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3364         variable `imap-current-mailbox'.
3365
3366         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3367         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3368
3369 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3370
3371         * pop3.el (pop3-display-message-size-flag): Display message size byte
3372         counts during POP3 download.
3373         (pop3-movemail): Use it.
3374         (pop3-list): Implement listing of available messages.
3375
3376 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3377
3378         * nnir.el (nnir-get-article-nov-override-function): New function to
3379         override the normal NOV retrieval.
3380         (nnir-retrieve-headers): Use it.
3381
3382 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3383
3384         * auth-source.el (netrc-machine-user-or-password): Autoload.
3385
3386 2010-03-19  Glenn Morris  <rgm@gnu.org>
3387
3388         Stop message.el from loading about 40 libraries it doesn't always need.
3389         The general approach is to autoload rather than require, and to
3390         require in the specific functions rather than the file.  (Bug#5642)
3391
3392         * gmm-utils.el: Don't require wid-edit.
3393         (widget-create-child-value, widget-convert, widget-default-get):
3394         Autoload.
3395
3396         * gnus-util.el: Don't require time-date, netrc.
3397         (message-fetch-field, gnus-group-name-decode): Declare rather than
3398         autoloading.
3399         (gnus-fetch-field): Require message.
3400         (gnus-decode-newsgroups): Require gnus-group.
3401
3402         * ietf-drums.el: Don't require time-date.
3403
3404         * message.el: Don't require hashcash, canlock, ecomplete.
3405         Do require mail-utils.  Require nnheader only when compiling.
3406         (smtpmail-default-smtp-server): Remove declaration.
3407         (message-send-mail-function): Check smtpmail-default-smtp-server
3408         is bound rather than requiring smtpmail.
3409         (message-auto-save-directory, message-insert-signature): Use
3410         expand-file-name rather than nnheader-concat.
3411         (nnheader-insert-file-contents): Autoload.
3412         (hashcash-wait-async): Declare.
3413         (message-send-mail): Only call gnus-setup-posting-charset if
3414         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3415         (message-send-mail-with-sendmail): Require sendmail.
3416         (canlock-password, canlock-password-for-verify): Declare.
3417         (message-canlock-password): Require canlock.
3418         (nnheader-get-report): Autoload.
3419         (gnus-setup-posting-charset): Declare.
3420         (message-send-news): Require gnus-msg.
3421         (message-make-references, message-make-in-reply-to): Use mail-header-id
3422         rather than the alias mail-header-message-id.
3423         (ecomplete-add-item, ecomplete-save): Declare.
3424         (message-put-addresses-in-ecomplete): Require ecomplete.
3425         (ecomplete-display-matches): Autoload.
3426
3427         * mm-decode.el: Don't require mailcap, gnus-util.
3428         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3429         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3430         Autoload.
3431         (mailcap-mime-extensions): Declare.
3432
3433         * mm-encode.el: Don't require mailcap.
3434         (mailcap-extension-to-mime): Autoload.
3435
3436         * mml-sec.el: Don't require password-cache.
3437
3438         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3439         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3440         (mml-minibuffer-read-type): Require mailcap.
3441         (mml-preview): Require gnus-msg.
3442
3443         * mml1991.el: Require password-cache.
3444         (password-cache-expiry): Remove declaration.
3445
3446         * mml2015.el: Require password-cache.
3447         (password-cache-expiry): Remove declaration.
3448
3449         * nneething.el (mailcap): Require mailcap.
3450
3451         * nnheader.el (declare-function): Add compatibility stub.
3452         (message-remove-header): Declare rather than autoload.
3453         (nnheader-replace-header): Require message.
3454
3455         * nnimap.el (declare-function): Add compatibility stub.
3456         (netrc-parse, netrc-machine-user-or-password): Declare.
3457         (nnimap-open-connection): Require netrc.
3458
3459         * nntp.el (declare-function): Add compatibility stub.
3460         (netrc-parse, netrc-machine, netrc-get): Declare.
3461         (nntp-send-authinfo): Require netrc.
3462
3463         * rfc2047.el: Don't require qp.
3464         (quoted-printable-encode-region, quoted-printable-decode-string):
3465         Autoload.
3466
3467         * sieve-mode.el: Don't require easymenu.
3468         (easy-menu-add-item): Autoload it.
3469
3470         * spam-stat.el (time-to-number-of-days): Autoload it.
3471
3472 2010-03-19  Glenn Morris  <rgm@gnu.org>
3473
3474         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3475
3476 2010-03-18  Glenn Morris  <rgm@gnu.org>
3477
3478         * hashcash.el (declare-function): Remove duplicate definition.
3479
3480 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3481
3482         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3483         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3484         value if any backslash escapes).
3485
3486 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3489         if it is available.  (bug#5647)
3490
3491         * lpath.el: Suppress compiler warning for coding-system-from-name for
3492         Emacs 21 and XEmacs.
3493
3494 2010-03-14  Juri Linkov  <juri@jurta.org>
3495
3496         * hmac-def.el:
3497         * hmac-md5.el:
3498         * netrc.el: Fix keywords.
3499
3500 2010-02-26  Glenn Morris  <rgm@gnu.org>
3501
3502         * message.el (message-send-mail-function): Change the default, so that
3503         it inherits from a customized send-mail-function.  (Bug#5643)
3504
3505 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3506
3507         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3508         shell-command-to-string signals an error (bug#5299).
3509
3510 2010-02-24  Glenn Morris  <rgm@gnu.org>
3511
3512         * message.el (message-smtpmail-send-it)
3513         (message-send-mail-with-mailclient): Doc fixes.
3514
3515 2010-02-16  Glenn Morris  <rgm@gnu.org>
3516
3517         * message.el (message-default-mail-headers): Change the default value
3518         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3519
3520 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3523         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3524
3525 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3526
3527         * time-date.el (date-to-time): Doc fix (Bug#5408).
3528
3529 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3530
3531         * message.el (message-mail): Just pass yank-action on to message-setup.
3532         (message-setup): Handle (FUN . ARGS) form of yank-action.
3533         (message-with-reply-buffer, message-widen-reply)
3534         (message-yank-original): Handle non-buffer values of
3535         message-reply-buffer (Bug#4080).
3536         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3537
3538 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3539
3540         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3541         Fix typo in docstring.
3542
3543 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3544
3545         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3546         response.
3547
3548 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3551
3552         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3553
3554         * message.el (message-check-news-header-syntax): Protect against a
3555         string that `rfc822-addresses' returns when parsing fails.
3556
3557 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3560         (gnus-previous-char-property-change): New functions.
3561
3562         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3563
3564 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3565
3566         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3567         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3568
3569 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3570
3571         * message.el (message-exchange-point-and-mark): Rework last change to
3572         avoid using optional arg of exchange-point-and-mark, for backward
3573         compatibility.
3574
3575 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3576
3577         * message.el (message-exchange-point-and-mark): Call
3578         exchange-point-and-mark with an argument rather than setting
3579         mark-active by hand (Bug#5175).
3580
3581 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * nntp.el (nntp-service-to-port): Work for service expressed with
3584         numeric string; replace [:digit:] with [0-9] for XEmacs.
3585
3586 2009-12-17  Glenn Morris  <rgm@gnu.org>
3587
3588         * gnus-group.el (gnus-bug-group-download-format-alist):
3589         Change emacs entry to debbugs.gnu.org.  Bump :version.
3590
3591 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3594
3595 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * message.el (message-info): Explain why we use `Info-goto-node'.
3598
3599 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3602
3603 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3604
3605         * message.el (message-completion-in-region): New compatibility function.
3606         (message-expand-group): Use it.
3607
3608 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3611         with no unread article should be listed if the 2nd arg `predicate' is
3612         given.
3613
3614 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3617
3618 2009-11-29  Juri Linkov  <juri@jurta.org>
3619
3620         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3621         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3622         on `gnus-recenter'. (Bug#4698, Bug#4981)
3623
3624 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3625
3626         * sha1.el (sha1-string-external): default-directory "/" in case
3627         otherwise non-existent.  process-connection-type pipe for touch of
3628         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3629
3630 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3631
3632         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3633         it's comms related and sgml-mode.el has "comm" on that basis too.
3634
3635 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3638         containing tspecial characters if they have been already quoted.
3639
3640 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3641
3642         * dns-mode.el (auto-mode-alist): Purecopy string.
3643
3644 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3645
3646         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3647
3648 2009-10-24  Glenn Morris  <rgm@gnu.org>
3649
3650         * gnus-art.el (help-xref-stack-item): Define for compiler.
3651
3652 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3653
3654         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3655
3656 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3659
3660 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3663         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3664
3665 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3668         (gnus-overlays-in): New alias to overlays-in.
3669
3670         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3671         gnus-overlay-get, and gnus-delete-overlay.
3672         (gnus-summary-show-thread): Make it work as well for systems in which
3673         next-single-char-property-change is not available.
3674         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3675
3676         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3677         (gnus-overlay-get): New alias to extent-property.
3678         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3679
3680         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3681         SXEmacs.
3682
3683         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3684         SXEmacs.
3685
3686 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3689
3690 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3691
3692         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3693         and XEmacs that don't have `remove-overlays'.
3694
3695 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3696
3697         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3698         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3699         selective display.  Use overlays instead.
3700
3701 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3702
3703         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3704
3705 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3706
3707         * spam-stat.el (spam-stat-load): Fix typo in message.
3708
3709 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3710
3711         * dig.el (dig-invoke): Fix typo in docstring.
3712         (query-dig): Reflow docstring.
3713
3714 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3715
3716         * gnus-art.el (gnus-article-encrypt-body):
3717         * message.el (message-check-recipients):
3718         * mm-util.el (mm-codepage-setup):
3719         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3720         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3721
3722 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3723
3724         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3725         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3726         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3727         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3728         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3729
3730 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3731
3732         * dig.el: Add "Keywords: comm", as per net-utils.el.
3733
3734 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3735
3736         * dig.el (dig-mode): Use define-derived-mode.
3737
3738 2009-09-19  Glenn Morris  <rgm@gnu.org>
3739
3740         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3741
3742 2009-09-18  Glenn Morris  <rgm@gnu.org>
3743
3744         * gnus-diary.el (gnus-diary-check-message):
3745         * message.el (message-insert-formatted-citation-line):
3746         * nnbabyl.el (top-level):
3747         * nndiary.el (nndiary-schedule):
3748         Fix typos in condition-case handlers.
3749
3750 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3753         configuration that provides the sole article window in a frame;
3754         position point correctly after deleting a part.
3755
3756 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3757
3758         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3759         (spam-resolve-registrations-routine): Use it to unregister articles
3760         that change status.
3761
3762 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3765         with XEmacs.
3766         (parse-time-string-chars): Use it.
3767
3768 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * imap.el (imap-interactive-login): Better messages.
3771         (imap-open): Fix bug with renamed buffer on reconnect.
3772         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3773         for easier debugging and cleaner code.  On successful (guessed based on
3774         server capabilities) secondary authentication, set imap-state
3775         correctly.
3776         (imap-last-authenticator): Define imap-last-authenticator as a variable
3777         to avoid warnings.
3778
3779 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * nnrss.el (nnrss-request-article): Remove binding of
3782         default-enable-multibyte-characters that has gotten needless by
3783         the 2007-07-13 change in rfc2047-encode-message-header.
3784
3785         * mml.el (mml-insert-multipart): Error on the message header.
3786         (mml-insert-part): Error on the message header; position point at
3787         the end of a MIME tag.
3788
3789 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * time-date.el (autoload): Expand define-obsolete-function-alias into
3792         defalias and make-obsolete for old Emacsen that Gnus supports.
3793         (with-no-warnings): Define it for old Emacsen.
3794         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3795         is available.
3796         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3797         float-time is available; suppress compile warning for time-to-seconds.
3798
3799         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3800         (gnus-float-time): Alias to float-time if it exists.
3801
3802         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3803         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3804         float-time is available; suppress compile warning for time-to-seconds.
3805
3806         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3807         XEmacs.
3808
3809 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * imap.el (imap-message-map): Docstring fix.
3812
3813 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3816         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3817         Add the optional argument `encoding' that overrides the default.
3818
3819         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3820         mm-encode-buffer.
3821
3822 2009-09-04  Glenn Morris  <rgm@gnu.org>
3823
3824         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3825         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3826         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3827         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3828         * mm-util.el (mm-with-unibyte-current-buffer)
3829         (mm-find-buffer-file-coding-system):
3830         * yenc.el (yenc-decode-region): Use default-value rather than
3831         default-enable-multibyte-characters.
3832
3833 2009-09-03  Glenn Morris  <rgm@gnu.org>
3834
3835         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3836         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3837         than default-enable-multibyte-characters.
3838
3839 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3840
3841         * gnus-art.el (gnus-article-read-summary-keys):
3842         Fix gnus-buffer-configuration's value temporarily used.
3843
3844 2009-09-02  Glenn Morris  <rgm@gnu.org>
3845
3846         * gnus-util.el (gnus-float-time): New function.
3847         * gnus-delay.el (gnus-delay-article):
3848         * gnus-sum.el (gnus-thread-latest-date):
3849         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3850         * nnspool.el (nnspool-request-newgroups):
3851         Use gnus-float-time rather than time-to-seconds.
3852         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3853
3854         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3855         (gnus-header-subject-face, gnus-header-newsgroups-face)
3856         (gnus-header-name-face, gnus-header-content-face):
3857         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3858         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3859         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3860         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3861         (gnus-cite-face-11):
3862         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3863         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3864         (gnus-server-closed-face, gnus-server-denied-face)
3865         (gnus-server-offline-face):
3866         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3867         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3868         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3869         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3870         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3871         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3872         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3873         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3874         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3875         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3876         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3877         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3878         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3879         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3880         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3881         (gnus-summary-high-undownloaded-face)
3882         (gnus-summary-low-undownloaded-face)
3883         (gnus-summary-normal-undownloaded-face)
3884         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3885         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3886         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3887         (gnus-splash-face):
3888         * message.el (message-header-to-face, message-header-cc-face)
3889         (message-header-subject-face, message-header-newsgroups-face)
3890         (message-header-other-face, message-header-name-face)
3891         (message-header-xheader-face, message-separator-face)
3892         (message-cited-text-face, message-mml-face):
3893         * sieve-mode.el (sieve-control-commands-face)
3894         (sieve-action-commands-face, sieve-test-commands-face)
3895         (sieve-tagged-arguments-face):
3896         * spam.el (spam-face):
3897         Mark face aliases with "-face" in the name as obsolete.
3898
3899 2009-09-01  Glenn Morris  <rgm@gnu.org>
3900
3901         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3902         than goto-line.
3903
3904 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3907         Don't move point if the command is invoked inside the message header.
3908
3909 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * imap.el (imap-send-command): Simplify.
3912         (imap-wait-for-tag): point-max -> buffer-size.
3913
3914 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3915
3916         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3917         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3918         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3919         * nnir.el (nnir-swish-e-index-file):
3920         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3921         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3922         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3923         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3924         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3925         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3926
3927 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3930         Don't save excursion.
3931
3932 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3933
3934         * nnheader.el (nnheader-find-file-noselect):
3935         * mm-util.el (mm-insert-file-contents):
3936         Use (default-value 'major-mode) instead of default-major-mode.
3937
3938 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3939
3940         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3941
3942 2009-08-26  Glenn Morris  <rgm@gnu.org>
3943
3944         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3945         than placing in files.el.
3946
3947 2009-08-25  Glenn Morris  <rgm@gnu.org>
3948
3949         * nnir.el (top-level): Don't require cl at run-time.
3950         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3951         Replace cl-function substitute with gnus-replace-in-string.
3952         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3953         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3954         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3955         simplified expansions.
3956
3957 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3958
3959         * dig.el (dig): Add autoload cookie.
3960
3961 2009-08-22  Glenn Morris  <rgm@gnu.org>
3962
3963         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3964         goto-line.
3965
3966 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3967
3968         * parse-time.el (parse-time-string-chars): Save match data.
3969
3970 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3971
3972         * parse-time.el (parse-time-string-chars): Compute using character
3973         classes, to handle non-ascii characters (Bug#3190).
3974
3975 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3978
3979         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3980         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3981         (gnus-mm-display-part, gnus-mime-display-single)
3982         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3983         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3984
3985         * gnus-sum.el
3986         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3987         (gnus-summary-move-article): Add expirable mark to articles copied or
3988         moved to group that has auto-expire turned on if the option is non-nil.
3989
3990 2009-07-24  Glenn Morris  <rgm@gnu.org>
3991
3992         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3993         Fix typo.  (Bug#3903)
3994
3995 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3998         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3999         that should not be used for draft articles.
4000         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4001         that has no concern in minor mode keys.
4002         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4003         Abolish.
4004
4005 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4008         article without making inquiry to a user for unknown encoding.
4009
4010         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4011         (nnmaildir--scan): Assume i-node and device number that file-attributes
4012         returns might be cons-cell.
4013
4014         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4015
4016         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4017
4018 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * auth-source.el: Remove docs now in auth.texi.  Don't use
4021         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4022         `auth-source-hide-passwords' and use them.
4023
4024 2009-07-15  Glenn Morris  <rgm@gnu.org>
4025
4026         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4027
4028 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4031         excessive whitespace from the default values of title and description.
4032
4033 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4036         mail-fetch-field to fetch Content-Description header in order to
4037         exclude newlines.
4038
4039 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4040
4041         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4042         format used by GnuPG 2.0.11.
4043
4044 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4047         to deleted part.
4048
4049 2009-05-30  David Engster  <dengste@eml.cc>
4050
4051         * nnmairix.el: Remove old documentation in the commentary block.
4052         (nnmairix-request-group): Do not update active file for nnml back ends.
4053         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4054         end so that overview files are ignored.
4055         (nnmairix-update-groups): Make updating the groups more robust by using
4056         marks.
4057         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4058         with dollar characters in message-id.
4059
4060 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4063         2008-12-25 in dns.el.
4064
4065 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4066
4067         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4068         could happen if the text is only composed of spaces and/or tabs.
4069
4070 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4071
4072         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4073         when sending a queued message to avoid extra mml tags.
4074
4075 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4078
4079 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4082         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4083         rmail-toggle-header for XEmacs;
4084         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4085
4086 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-dired.el: Remove autoload for gnus-setup-message.
4089         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4090         displaying Gnus logo; always use compose-mail.
4091
4092 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4095
4096 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4099         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4100         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4101         available.
4102         (gnus-nocem-epg-verify): New function.
4103
4104 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4107
4108 2009-02-15  Glenn Morris  <rgm@gnu.org>
4109
4110         * gnus-util.el (rmail-insert-rmail-file-header)
4111         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4112         autoloads.
4113         (rmail-default-rmail-file): Remove unnecessary declaration.
4114         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4115
4116 2009-02-14  Glenn Morris  <rgm@gnu.org>
4117
4118         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4119         variable (only used in gnus-util, which declares it anyway).
4120         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4121         which was only needed by gnus-art (changed to not use it any more).
4122         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4123         only used in gnus-util, which autoloads it itself.
4124         (rmail-update-summary): Fix autoload.
4125
4126         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4127         rather than rmail-output-to-rmail-file.
4128
4129 2009-02-07  Glenn Morris  <rgm@gnu.org>
4130
4131         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4132         autoload of function that no longer exists.
4133         (rmail-toggle-header): Declare.
4134         (message-forward-rmail-make-body): Handle mbox Rmail.
4135
4136 2009-01-31  Glenn Morris  <rgm@gnu.org>
4137
4138         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4139         2009-01-09 change.
4140
4141 2009-01-31  Dave Love  <fx@gnu.org>
4142
4143         * imap.el (imap-fetch-safe): Bind debug-on-error.
4144         (imap-debug): Add imap-fetch-safe.
4145
4146 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4149         (auth-source-forget-all-cached): New convenience function.
4150         (auth-source-user-or-password): Accept list of modes or a single mode.
4151
4152         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4153         auth-source modes.
4154
4155         * netrc.el (netrc-machine-user-or-password): Use list of
4156         auth-source modes.
4157
4158         * nnimap.el (nnimap-open-connection): Use list of
4159         auth-source modes.
4160
4161         * nntp.el (nntp-send-authinfo): Use list of
4162         auth-source modes.
4163
4164 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4167         now.
4168
4169 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4172         coding system in XEmacs; add a workaround for XEmacs.
4173
4174         * lpath.el: Fbind coding-system-aliasee.
4175
4176 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4179         of current-language-environment.
4180
4181 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4184         available at runtime.
4185
4186 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4189
4190 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4191
4192         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4193         the greatest positive fixnum value doesn't work under an XEmacs with
4194         bignum support; use the most-positive-fixnum constant instead,
4195         available since Emacs 21.1 with cl and XEmacs 21.1.
4196
4197 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4200         XEmacs gets not to work.
4201
4202 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * mm-util.el (mm-coding-system-priorities): Allow the value like
4205         "Japanese (UTF-8)" of current-language-environment.
4206
4207 2009-01-09  Glenn Morris  <rgm@gnu.org>
4208
4209         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4210         with last-command-event.
4211
4212 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4215         in the doc string.
4216
4217         * message.el (message-fix-before-sending): Amend comment.
4218
4219 2009-01-08  Dave Love  <fx@gnu.org>
4220
4221         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4222
4223 2009-01-07  David Engster  <dengste@eml.cc>
4224
4225         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4226         simplified server definitions by converting it via
4227         gnus-server-to-method.
4228
4229 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4232         parameter's operands.
4233
4234 2009-01-06  David Engster  <dengste@eml.cc>
4235
4236         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4237         primary select method (for gnus-group-mark-article-as-read).
4238
4239 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4240
4241         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4242         `(gnus)Face', not `(gnus)X-Face'.
4243
4244 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * mm-util.el (mm-ucs-to-char): New function.
4247
4248         * mm-url.el (mm-url-decode-entities): Use it.
4249
4250         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4251         unicode-to-char.
4252
4253 2009-01-05  Dave Love  <fx@gnu.org>
4254
4255         * time-date.el: Require cl for `declare'.
4256
4257 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4260         Dave Love.
4261
4262 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * message.el (message-fix-before-sending): Add `eight-bit' to
4265         illegible-text check.
4266
4267 2009-01-03  Michael Olson  <mwolson@gnu.org>
4268
4269         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4270         `headers' is nil.  This can occur if the IMAP server does not have
4271         permissions to read messages from a folder, but can write new messages
4272         to the folder.
4273         (nnimap-request-article-part): Do not insert `data' if it is nil.
4274
4275         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4276         characters which will confuse `read', so skip past them.
4277
4278 2009-01-01  Dave Love  <fx@gnu.org>
4279
4280         * imap.el (imap-string-to-integer): Fix typo.
4281         (imap-fetch-safe): New function.
4282         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4283
4284         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4285
4286         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4287         (imap-parse-greeting): Fix doc strings.
4288         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4289         (imap-parse-flag-list): Make messages unique.
4290         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4291
4292         * nnimap.el: Fix author email.
4293         (nnimap-split-rule): Add FIXME comment.
4294         (nnimap-debug): Fix doc string.
4295
4296 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4299
4300 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4303         nslookup if resolv.conf isn't available.
4304         (dns-query): Rename from query-dns.
4305         (dns-query-cached): Rename from query-dns-cached.
4306
4307 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4310         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4311         to check if those variables exist (first appeared in Emacs 18.50).
4312
4313 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * mm-util.el (mm-line-number-at-pos): New function.
4316
4317         * spam-report.el (spam-report-process-queue): Use it.
4318
4319 2008-12-24  David Engster  <dengste@eml.cc>
4320
4321         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4322         parameters that haven't existed as variables as buffer-local variables.
4323
4324 2008-12-23  Dave Love  <fx@gnu.org>
4325
4326         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4327         cadar.
4328
4329         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4330         imap-starttls-p.
4331         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4332
4333 2008-12-22  Dave Love  <fx@gnu.org>
4334
4335         * imap.el: Fix author email.  Doc fixes.
4336         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4337         reply.
4338
4339 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * spam-report.el (spam-report-gmane-max-requests): New constant.
4342         (spam-report-gmane-wait): New variable.
4343         (spam-report-gmane-ham, spam-report-gmane-spam)
4344         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4345         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4346         the server.
4347
4348         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4349         Add explanations.
4350
4351         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4352         nnheader-accept-process-output and nnheader-read-timeout if available.
4353         (pop3-movemail): Use it.
4354
4355         * message.el (message-check-news-body-syntax): Fix signature check if
4356         there's an attachment.
4357
4358 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * mm-util.el: Add comments to the mm- emulating functions.
4361
4362 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4365         by Stephen Berman <stephen.berman@gmx.net>.
4366
4367 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * mm-util.el (mm-substring-no-properties): New function.
4370         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4371         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4372         (mm-string-to-multibyte): Doc fix.
4373
4374         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4375
4376 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * mml.el (mml-attach-file): Strip text properties from file name.
4379         (Bug#1574)
4380
4381 2008-12-16  Glenn Morris  <rgm@gnu.org>
4382
4383         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4384
4385 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4388         knows since the charset specified might be a bogus alias that
4389         mm-charset-synonym-alist provides.
4390
4391 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4394         "ISO_8859-1".
4395
4396         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4397
4398 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * mm-util.el (mm-charset-eval-alist):
4401         Define it before mm-charset-to-coding-system.
4402         (mm-charset-to-coding-system): Add optional argument `silent';
4403         define it before mm-charset-override-alist.
4404         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4405         default value if it can be used in Emacs currently running;
4406         silence mm-charset-to-coding-system.
4407
4408 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4411         `allow-override' which says whether to use `mm-charset-override-alist'.
4412         (rfc2047-decode-encoded-words): Use it.
4413
4414         * mm-util.el (mm-charset-override-alist): Fix custom type;
4415         add `(gb2312 . gbk)' to choices.
4416
4417 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4420         fast.
4421
4422         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4423
4424         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4425
4426 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4427
4428         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4429         on links.
4430
4431         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4432
4433 2008-12-03  Lute Kamstra  <lute@gnu.org>
4434
4435         * sha1.el: Remove leading * from docstrings of defcustoms,
4436         deffaces, defconsts and defuns.
4437
4438 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4441         users' addresses that don't have domain parts.
4442         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4443         rather than message-narrow-to-head since there will be the message
4444         header separator.
4445
4446 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4447
4448         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4449         since the result is inserted in a unibyte buffer anyway.
4450         (nnimap-demule-use-string-to-multibyte): Remove.
4451         (nnimap-demule): Alias it to mm-string-to-multibyte.
4452
4453 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4456         variable for debugging bug#464 and bug#1174.
4457         (nnimap-demule): Use it.
4458
4459 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4462         score calculation correctly.
4463
4464 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * message.el (message-send-mail): Just set the buffer to unibyte
4467         rather than use mm-with-unibyte-current-buffer which does a lot more.
4468         (message-send-mail-partially): Don't bother with
4469         mm-with-unibyte-current-buffer since it's already been made unibyte by
4470         message-send-mail.
4471
4472 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4475
4476 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4479
4480 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4483         require itself and to remove `with-no-warnings'.
4484
4485 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * starttls.el (starttls-any-program-available): Get the name of the
4488         available TLS layer program.
4489         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4490         well as the host name in the "opening" message.
4491
4492         * auth-source.el (auth-source-cache, auth-source-do-cache)
4493         (auth-source-user-or-password): Cache passwords and logins by default,
4494         allow override with `auth-source-do-cache'.
4495         (auth-source-forget-user-or-password): Allow users to remove cache
4496         entries if needed.
4497
4498 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4499
4500         * md4.el (md4-buffer): Fix typo in docstring.
4501         (md4, md4-64): Doc fixes.
4502         (md4-pack-int32): Reflow docstring.
4503
4504 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4507         condition-case to only the forward-sexp call.
4508
4509 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4510
4511         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4512         quotes contained.  Make it more robust regardless by an extra
4513         condition-case wrapper.
4514
4515 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4518
4519 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * nnml.el (nnml-request-expire-articles): Check if the function set to
4522         `nnmail-expiry-target' returns the symbol `delete'.
4523
4524         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4525
4526         * nnmail.el (nnmail-expiry-target): Fix custom type.
4527
4528 2008-10-02  Glenn Morris  <rgm@gnu.org>
4529
4530         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4531         Silence compiler warning.
4532
4533 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4534
4535         * tls.el (open-tls-stream): Show the actual command being
4536         executed, instead of the format string.
4537
4538 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * lpath.el: Fbind codepage-setup for Emacs 23.
4541
4542 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4543
4544         * mml.el (mml-menu): Don't assume mml2015 is bound.
4545
4546 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4549         exists.
4550
4551 2008-09-27  Glenn Morris  <rgm@gnu.org>
4552
4553         * gnus-util.el (mail-header-remove-comments): Autoload it.
4554
4555 2008-09-27  Andreas Schwab  <schwab@suse.de>
4556
4557         * gnus-util.el (gnus-split-references): Strip comments.
4558         (gnus-parent-id): Likewise.
4559
4560 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * message.el (message-confirm-send): Fix version.
4563
4564 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * message.el (message-idna-to-ascii-rhs-1): Use
4567         mail-extract-address-components rather than mail-header-parse-addresses
4568         that is an alias by default to ietf-drums-parse-addresses that does not
4569         support non-ASCII names in headers' contents.
4570
4571 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * message.el (message-confirm-send): Fixed variable documentation to
4574         avoid the "y/n" wording.
4575
4576 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4577
4578         * message.el (message-set-auto-save-file-name): Save to a different
4579         filename so multiple messages (especially drafts) can be recovered.
4580
4581 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * message.el (message-confirm-send): Add appropriate version.
4584
4585 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4586
4587         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4588         defvar.
4589
4590 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4593         (mm-pkcs7-enveloped-magic): Ditto.
4594
4595 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4596
4597         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4598         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4599
4600 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4603         default, it's better.
4604
4605 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4608         summary line gnus-number property and ignore them (with a warning
4609         message).
4610
4611 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4614         macro caddr in the interactive form since it won't be expanded.
4615
4616 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4619         `charset'; fix name of function called recursively.
4620         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4621
4622 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4625         (gnus-mime-set-charset-parameters): New function.
4626         (gnus-mime-view-part-as-charset): Use it to correctly display part
4627         specifying wrong charset.
4628
4629 2008-09-08  David Engster  <dengste@eml.cc>
4630
4631         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4632         in completing-read for back end server.
4633
4634 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * message.el (message-confirm-send): New variable to confirm sending a
4637         message.
4638         (message-send): Use it.
4639
4640 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4643
4644 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4647
4648 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4651         prevent tracking too many groups.
4652         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4653         Use it.
4654
4655 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4656
4657         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4658         moving point to the bottom of the window in order to avoid recentering.
4659
4660 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4663
4664         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4665         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4666         (gnus-article-beginning-of-window): Fix calculation.
4667
4668 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * gnus-msg.el (gnus-summary-supersede-article)
4671         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4672         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4673         message header.
4674
4675 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4676
4677         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4678         pending output coming after the status change.
4679
4680 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4681
4682         * message.el:
4683         * gnus-start.el:
4684         * gnus-registry.el: Remove VMS support.
4685
4686 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4689         macro.
4690         (rfc2104-hash): Use it.
4691
4692 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4695         (gnus-summary-sort-by-most-recent-date): New commands.
4696         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4697         and menu entries.
4698
4699 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4702         don't redisplay article for raw contents; remove plural articles stuff.
4703
4704         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4705         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4706         on gnus-summary-save-article; display results properly.
4707
4708 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * lpath.el: No need to fbind ns-focus-frame.
4711
4712 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4715
4716 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4719         gnus-save-all-headers.
4720
4721 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4722
4723         * gnus-util.el (ns-focus-frame): Remove declaration.
4724         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4725         like x.
4726
4727 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4728
4729         * rfc2104.el (rfc2104-zero): Delete defconst.
4730         (rfc2104-hex-alist): Likewise.
4731         (rfc2104-hex-to-int): Delete func.
4732         (rfc2104-hexstring-to-bitstring): Likewise.
4733         (rfc2104-nybbles): New defconst.
4734         (rfc2104-hash): Rewrite for speed.
4735
4736 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * tls.el (open-tls-stream): Make it work with the 2nd argument
4739         BUFFER that is a string but does not exist as a buffer object, as
4740         mentioned in the doc-string.
4741
4742 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4745         SXEmacs.
4746
4747 2008-07-16  Glenn Morris  <rgm@gnu.org>
4748
4749         * gnus-util.el (ns-focus-frame): Declare for compiler.
4750
4751 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4754         set as a group parameter.
4755         (gnus-summary-save-in-pipe): Work when it is called independently.
4756         (gnus-summary-pipe-to-muttprint): Don't modify
4757         gnus-summary-pipe-output-default-command.
4758
4759 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4760
4761         * message.el (message-send-mail-with-sendmail):
4762         Display the error message.
4763
4764 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * gnus-art.el (gnus-default-article-saver):
4767         Add gnus-summary-save-in-pipe to choices.
4768         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4769         gnus-summary-pipe-output-default-command as the default command.
4770         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4771         instead of gnus-last-shell-command.
4772
4773         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4774         New user option.
4775         (gnus-summary-muttprint-program): Mention the value will be changed.
4776         (gnus-summary-save-article): Force showing of all headers.
4777         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4778
4779 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4780
4781         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4782
4783 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4784
4785         * nnimap.el (nnimap-id):
4786         * sieve-manage.el (sieve-manage-open): Doc fixes.
4787
4788 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4789
4790         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4791         if available.
4792
4793 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4794
4795         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4796
4797         * nnkiboze.el (nnkiboze-generate-group):
4798         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4799
4800         * nnmairix.el: Require CL.
4801
4802 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * dgnushack.el: Autoload get-display-table and put-display-table for
4805         XEmacs 21.5.
4806
4807         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4808         21.4 and SXEmacs.
4809
4810 2008-06-15  David Engster  <dengste@eml.cc>
4811
4812         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4813
4814 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4815
4816         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4817         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4818         runtime choice under XEmacs.
4819
4820         * gnus-sum.el (gnus-summary-set-display-table):
4821         Use `gnus-put-display-table', `gnus-get-display-table',
4822         `gnus-set-display-table' for the display table, instead of `aset'.
4823
4824         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4825         Use `gnus-put-display-table', `gnus-get-display-table',
4826         `gnus-set-display-table' for the display table.
4827
4828 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * nnmairix.el: Add autoloads.
4831
4832 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4833
4834         * nnmairix.el (nnmairix-delete-recreate-group)
4835         (nnmairix-update-and-clear-marks): Fix error messages.
4836
4837 2008-06-14  David Engster  <dengste@eml.cc>
4838
4839         * nnmairix.el: Upgrade to version 0.6.
4840         (nnmairix-group-toggle-propmarks-this-group)
4841         (nnmairix-group-toggle-readmarks-this-group)
4842         (nnmairix-group-delete-recreate-this-group)
4843         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4844         (nnmairix-remove-tick-mark-original-article): New commands.
4845         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4846         (nnmairix-propagate-marks-to-nnmairix-groups)
4847         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4848         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4849         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4850         functions needed for marks propagation and manipulation of read marks.
4851         (nnmairix-update-groups): New function.
4852         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4853         (nnmairix-determine-original-group-from-registry)
4854         (nnmairix-determine-original-group-from-path)
4855         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4856         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4857         New helper functions.
4858         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4859         keystrokes for new commands.
4860         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4861         (nnmairix-request-group): Check allow-fast group parameter.
4862         (nnmairix-request-create-group): Set allow-fast group parameter if
4863         nnmairix-allowfast-default is set.
4864         (nnmairix-close-group): Propagate marks upon closing if needed.
4865         (nnmairix-group-toggle-threads-this-group): Use new.
4866         nnmairix-group-toggle-parameter helper function.
4867         (nnmairix-search): Better check for empty search result.
4868         (nnmairix-goto-original-article): Use new helper functions for
4869         determining original article.
4870         (nnmairix-show-original-article): Make sure message-id is in brackets.
4871         (nnmairix-call-mairix-binary): Change variable name.
4872         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4873         helper function.
4874         (nnmairix-widget-toggle-activate): Fix doc string.
4875
4876 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * nnir.el: Require edmacro when compiling with XEmacs.
4879         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4880         available in Emacs 21.
4881
4882 2008-06-11  Glenn Morris  <rgm@gnu.org>
4883
4884         * gnus-util.el (x-focus-frame):
4885         * gnus.el (image-size):
4886         * mm-decode.el (image-size): Declare.
4887
4888         * gnus-picon.el (declare-function): Add compat definition.
4889         (image-size): Declare.
4890
4891         * gnus-group.el (tool-bar-map):
4892         * gnus-sum.el (tool-bar-map): Define for compiler.
4893
4894         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4895
4896         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4897
4898         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4899         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4900         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4901         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4902         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4903         * sieve-manage.el, spam-report.el, spam.el:
4904         Remove unnecessary eval-and-compile of autoloads.
4905
4906 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4907
4908         * auth-source.el: Precise Tramp doc.
4909
4910 2008-06-07  Glenn Morris  <rgm@gnu.org>
4911
4912         * nnmairix.el: Remove unnecessary eval-when-compile.
4913
4914 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * lpath.el: Fbind propertize for XEmacs 21.4.
4917
4918 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * nnir.el: Move here from ../contrib.
4921
4922 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4923
4924         * gnus-util.el (gnus-read-shell-command): New function.
4925         * mm-decode.el (mm-pipe-part):
4926         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4927
4928 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4931
4932 2008-06-03  Glenn Morris  <rgm@gnu.org>
4933
4934         * pop3.el (nnheader-accept-process-output): Autoload it.
4935
4936 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4939         are not 2-digit hexadecimal characters that follow `%'s.
4940
4941 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4942
4943         * message.el (message-bogus-recipient-p): Fix type in doc string.
4944         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4945         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4946         Improve custom options.
4947         (message-bogus-recipient-p): Adjust accordingly.
4948
4949 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4950
4951         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4952         long-form month and day names.
4953
4954 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * dgnushack.el: Autoload debug, eudc-expand-inline and
4957         pgg-snarf-keys-region for XEmacs.
4958
4959         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4960
4961         * nnmairix.el: Require edmacro when compiling with XEmacs.
4962
4963 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4966         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4967
4968 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * auth-source.el: Add more docs.
4971
4972         * netrc.el (netrc-machine): Always match if the port is not given.
4973
4974 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4977         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4978         retrieval faster in some cases, but might make CPU usage larger.  If
4979         this has any bad side effects, we might revert this change.
4980
4981         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4982         seems to make mail retrieval much, much faster.
4983         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4984         unconditionally.
4985
4986         * gnus-draft.el (gnus-group-send-queue): Bind
4987         message-send-mail-partially-limit to nil to avoid being prompted.
4988
4989 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4990
4991         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4992
4993         * message.el (message-bogus-address-regexp): Fix and improve custom
4994         type.
4995         (message-setup-hook): Add message-check-recipients as custom option.
4996
4997 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * message.el (message-cite-function): Remove bogus autoload which crept
5000         in during merge from v5-10.
5001
5002 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5005
5006         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5007
5008         * auth-source.el: Preliminary Tramp docs.
5009         (auth-sources): Change the default auth-sources to use
5010         EPA .gpg files.
5011
5012 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5013
5014         * nntp.el: Autoload `auth-source-user-or-password'.
5015         (nntp-send-authinfo): Use it.
5016
5017         * nnimap.el: Autoload `auth-source-user-or-password'.
5018         (nnimap-open-connection): Use it.
5019
5020         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5021         for the gnus-message function.
5022         (auth-source-user-or-password): Use it.
5023
5024 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5027         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5028         (rfc2104-hash): Use it.
5029
5030 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5031
5032         * gnus-art.el (gnus-article-toggle-truncate-lines):
5033         Don't use `iff' in docstring.
5034
5035 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5038
5039         * gnus-util.el (gnus-extract-address-component-name)
5040         (gnus-extract-address-component-email): Convenience functions around
5041         `gnus-extract-address-components'.
5042
5043         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5044         Use `gnus-extract-address-component-email' to fix bug of comparing full
5045         sender name to `user-mail-address'.
5046
5047 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5050         catch/throw to optimize.
5051         (gnus-registry-find-keywords): Just use member to find a keyword.
5052
5053 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5056         is current before calling gnus-server-prepare.
5057         (gnus-server-setup-buffer, gnus-server-update-server)
5058         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5059
5060 2008-05-04  Juri Linkov  <juri@jurta.org>
5061
5062         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5063         (mailcap-file-default-commands): Use mailcap-replace-in-string
5064         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5065         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5066
5067 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5068
5069         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5070
5071 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5072
5073         * gnus.el: Bump version to 0.11.
5074
5075 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5076
5077         * gnus.el: No Gnus v0.10 is released.
5078
5079 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5082         hooks.
5083         (gnus-update-read-articles): Speed up non-marks-using users.
5084         (gnus-use-marks): Define gnus-use-marks.
5085         (gnus-propagate-marks): Rename variable to something more sensible.
5086
5087 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5088
5089         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5090         (gmm-image-load-path-for-library): Fix typos in docstrings.
5091         (gmm-message): Reflow docstring.
5092
5093 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * mail-source.el (mail-source-set-1, mail-source-bind):
5096         Move auth-source code out of the macro to clean it up and fix bugs.
5097
5098 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5101         by sender if it's equal to user-mail-address, it's likely to be
5102         useless.
5103
5104         * mail-source.el (mail-source-bind): Don't use user or password if they
5105         are not bound.  Unintern them if they are nil.  Don't use server unless
5106         it's bound, and default it to empty string otherwise.
5107
5108 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * mail-source.el: Load auth-source.el.
5111         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5112         get user name or password, if auth-sources is set up.
5113
5114         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5115         strategy of splitting with parent.
5116         (gnus-registry-split-fancy-with-parent)
5117         (gnus-registry-post-process-groups): Use it and fix prior
5118         bug (returning a list as the split result).
5119
5120         * auth-source.el (auth-sources): Remove server parameter.
5121         (auth-source-pick, auth-source-user-or-password)
5122         (auth-source-user-or-password-imap)
5123         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5124         (auth-source-user-or-password-sftp)
5125         (auth-source-user-or-password-smtp): Remove server parameter.
5126
5127 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5128
5129         * smime.el (smime-sign-region, smime-encrypt-region)
5130         (smime-decrypt-region):
5131         Remove redundant calls to `generate-new-buffer-name'.
5132
5133 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5134
5135         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5136         Don't use QP for message/rfc822.
5137         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5138
5139 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5140
5141         * sieve-manage.el (sieve-string-bytes): Remove.
5142         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5143         correct byte-length only if the process's coding-system is the same as
5144         the one used internally by Emacs to represent strings.
5145
5146 2008-04-22  Juri Linkov  <juri@jurta.org>
5147
5148         * mailcap.el (mailcap-file-default-commands): New function.
5149
5150 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * message.el (message-signature-separator, message-cite-function):
5153         Change custom version.
5154
5155 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5156
5157         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5158         commands.
5159         (tls-checktrust): Ditto.
5160
5161 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         * mm-decode.el (mm-display-external): Make temp file read-only.
5164
5165 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5168         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5169         `C-c C-f d'.
5170
5171 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5172
5173         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5174
5175 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus.el: Bump version to 0.9.
5178
5179 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * gnus.el: No Gnus v0.8 is released.
5182
5183 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * mail-source.el (mail-source-value):
5186         Prefer fboundp to functionp so it works with macros as well.
5187
5188 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5189
5190         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5191         Fix last change in case the element is not even a symbol.
5192
5193 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5196         Prefer fboundp to functionp so it works with macros as well.
5197
5198 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * auth-source.el: Added docs.
5201         (auth-sources): Modify format to support server.
5202         (auth-source-pick, auth-source-user-or-password)
5203         (auth-source-user-or-password-imap)
5204         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5205         (auth-source-user-or-password-sftp)
5206         (auth-source-user-or-password-smtp): Add server parameter.
5207
5208 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5209
5210         * gnus-registry.el: Initialize the registry when gnus-registry-install
5211         is t.
5212
5213 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * compface.el (uncompface): Make buffer unibyte.
5216
5217 2008-04-05  Glenn Morris  <rgm@gnu.org>
5218
5219         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5220
5221 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5222
5223         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5224         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5225
5226         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5227         multibyteness after rather than before erasing it.
5228
5229         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5230         mm-with-multibyte.
5231         (gnus-request-article-this-buffer): Make sure the proper decoding is
5232         used if gnus-original-article-buffer happens to be unibyte.
5233
5234         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5235         default-enable-multibyte-characters.
5236
5237         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5238         default-enable-multibyte-characters.
5239
5240         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5241
5242         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5243
5244 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5245
5246         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5247         (imap-message-copyuid-1): Use it.
5248         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5249         J. Williams in
5250         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5251
5252         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5253         imap-enable-exchange-bug-workaround.
5254         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5255
5256 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5257
5258         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5259         a 100 byte status-checks into a 2-3MB transfer for each group.
5260         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5261         to enable bug workaround or not.
5262         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5263
5264 2008-03-31  Glenn Morris  <rgm@gnu.org>
5265
5266         * message.el (mml2015-use): Declare for compiler.
5267         (message-info): Require mml2015 when appropriate.
5268
5269 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5272         whitespace.
5273
5274 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5275
5276         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5277         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5278         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5279         (nntp-service-to-port): New function.
5280         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5281         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5282         (nntp-open-netcat-stream): New function.
5283         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5284
5285 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5286
5287         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5288
5289 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5292
5293 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5294
5295         * dns.el (dns-write): Use set-buffer-multibyte.
5296
5297 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5298
5299         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5300
5301 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * message.el (message-signature-separator): Change default.
5304         Improve custom type.
5305         (message-cite-function): Change default to
5306         message-cite-original-without-signature.
5307
5308         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5309         toggle.
5310
5311         * message.el (message-check-news-body-syntax): Fix signature check.
5312         (message-setup-1): Mark buffer as unmodified _after_ running
5313         message-setup-hook and handling message-alternative-emails.
5314         (message-shorten-references): Be more strict when building list of
5315         valid references to comply with GNKSA.
5316
5317         * gnus-group.el (gnus-read-ephemeral-bug-group)
5318         (gnus-read-ephemeral-debian-bug-group)
5319         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5320
5321         * message.el (message-info): Don't use booleanp which isn't supported
5322         in Emacs 21 and XEmacs.
5323
5324 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5327         gnus-group-gmane-group-download-format.
5328         (gnus-group-read-ephemeral-gmane-group): Rename from
5329         gnus-group-read-ephemeral-gmane-group.
5330         (gnus-read-ephemeral-gmane-group-url): Rename from
5331         gnus-group-read-ephemeral-gmane-group-url.
5332         (gnus-bug-group-download-format-alist): New variable.
5333         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5334         (gnus-read-ephemeral-emacs-bug-group): New commands.
5335
5336 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5339         (gnus-visible-headers): Improve custom type.
5340
5341 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * mml.el (mml-menu): Add workarounds for XEmacs.
5344
5345         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5346         X-Boundary header.
5347
5348         * message.el (message-simplify-recipients): Fix previous commit.
5349
5350 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * mm-util.el (mm-set-buffer-multibyte): New function.
5353         * mm-decode.el (mm-copy-to-buffer): Use it.
5354
5355 2008-03-19  Glenn Morris  <rgm@gnu.org>
5356
5357         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5358         Accidentally removed in the sync process with Emacs.
5359
5360 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * message.el (message-alter-recipients-discard-bogus-full-name):
5363         New function.
5364         (message-alter-recipients-function): New variable.
5365         (message-get-reply-headers): Use it.
5366         (message-replace-header): New helper function.
5367         (message-recipients-without-full-name): New variable.
5368         (message-simplify-recipients): New command.
5369
5370         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5371
5372         * message.el (message-info): Handle EasyPG manual.
5373
5374         * mml.el (mml-menu): Add entry for EasyPG.
5375
5376 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5377
5378         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5379         parameter.
5380
5381         * message.el (message-disassociate-draft): Specify drafts group name
5382         fully.
5383
5384 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5387         unnecessary duplicates from the match list.
5388
5389 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5392
5393         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5394
5395         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5396         args of `how-many' of which the XEmacs version doesn't take; declare
5397         Info-index-next as function.
5398
5399 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * gnus-score.el (gnus-score-headers): Fix handling of
5402         gnus-inhibit-slow-scoring.
5403
5404         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5405         string.
5406         (gnus-button-url-regexp): Improve handling of parenthesis.
5407         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5408         (gnus-button-handle-info-keystrokes): Handle index entries.
5409
5410 2008-03-15  Glenn Morris  <rgm@gnu.org>
5411
5412         * parse-time.el (parse-time-string): Simplify.
5413
5414 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5417         Incoming* files.
5418
5419 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5422         (auth-source-pick): Use it.
5423
5424 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5425
5426         * binhex.el (binhex-decode-region-internal):
5427         * uudecode.el (uudecode-decode-region-internal):
5428         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5429         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5430         setting default-enable-multibyte-characters.
5431
5432 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * auth-source.el (auth-source-protocols)
5435         (auth-source-protocols-customize, auth-source-choices): Added and
5436         modified variable customizations and defaults.
5437         (auth-source-pick, auth-source-user-or-password)
5438         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5439         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5440         (auth-source-user-or-password-sftp)
5441         (auth-source-user-or-password-smtp): Use new variables and provide an
5442         interface to netrc.el.
5443
5444 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5447         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5448         Make sure the nntp port to specify is a string.
5449
5450 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * nntp.el: Use with-current-buffer.
5453         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5454         dubious mm-with-unibyte-current-buffer.
5455         (nntp-with-open-group-function): New function extracted from
5456         nntp-with-open-group macro.
5457         (nntp-with-open-group): Use the function, so it's easier to debug.
5458         Add indentation and debugging info.
5459         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5460         the use of the netcat alternatives.
5461
5462         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5463         Avoid mm-string-as-multibyte as well.
5464
5465         * nnweb.el (nnweb-insert-html):
5466         Remove use of nnheader-string-as-multibyte.
5467
5468         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5469         (nnheader-string-as-multibyte): Remove.
5470
5471         * mm-view.el: Use inhibit-read-only.
5472         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5473         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5474         or unibyte-string.
5475
5476         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5477         (mm-uu-yenc-extract): Use with-current-buffer.
5478
5479         * gnus-soup.el (gnus-soup-send-packet): Don't use
5480         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5481
5482         * nnmh.el: Use with-current-buffer.
5483         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5484         mm-string-as-multibyte on the output of mm-encode-coding-string.
5485
5486         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5487         (nnimap-request-move-article): Use with-current-buffer.
5488
5489         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5490         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5491         conversion uses string-make-unibyte rather than string-as-unibyte.
5492
5493         * gnus-msg.el: Use with-current-buffer.
5494
5495         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5496
5497 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5498
5499         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5500         string for caching if it is 'PIN.
5501
5502 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * lpath.el: Consider the case without Emacs/W3.
5505
5506 2008-03-08  Glenn Morris  <rgm@gnu.org>
5507
5508         * time-date.el (date-to-time, time-subtract, time-add)
5509         (safe-date-to-time): Doc fixes.
5510
5511 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * mail-source.el (mail-source-delete-old-incoming-confirm):
5514         Change default to nil.
5515         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5516
5517 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * lpath.el: Rearrange.
5520
5521         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5522         (gnus-article-goto-prev-page): Work for articles having ^L's.
5523
5524         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5525
5526         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5527
5528 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5529
5530         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5531         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5532         (gnus-bookmark-jump): Adjust some variable names.
5533
5534 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * auth-source.el: New package.
5537         (auth-source-choices): Add customization entry point variable.
5538
5539         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5540         bug.
5541
5542 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5543
5544         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5545         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5546         (gnus-registry-install-shortcuts): Rename from
5547         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5548         the `gnus-registry-mark-map' keymap dynamically from
5549         `gnus-registry-marks'.  The generated functions update the summary line
5550         when a registry mark is added or deleted, and will call
5551         `gnus-registry-install-p' (see the comments in the code).
5552         (gnus-registry-user-format-function-M): Use concat intelligently.
5553
5554         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5555         the registry mark functions.
5556
5557 2008-03-05  Glenn Morris  <rgm@gnu.org>
5558
5559         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5560         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5561         gnus-art.
5562         (top-level): No need to load own source when compiling.
5563
5564 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5567         Suggested by <chris.anderton@zetnet.co.uk>.
5568
5569 2008-03-04  Glenn Morris  <rgm@gnu.org>
5570
5571         * gnus-sum.el (top-level): No need to require gnus when compiling,
5572         since unconditionally required near start of file.
5573         (gnus-summary-display-while-building): Move definition before use.
5574
5575 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5578         formatting function.
5579
5580 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5583         with plists.
5584         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5585         Use new format.
5586
5587 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5590         `where-is-internal' that returns a range of key sequences.
5591
5592 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5595
5596         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5597         (gnus-summary-jump-to-group): Consider windows on other displayed
5598         frames as well.  Similar changes might be needed elsewhere, but that's
5599         the one I've bumped into during my use.
5600
5601         * nndoc.el (nndoc-oe-dbx-type-p):
5602         * gnus-msg.el (gnus-debug):
5603         * gnus-group.el (gnus-update-group-mark-positions):
5604         Use mm-string-to-multibyte.
5605
5606 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5609         doesn't handle NotDashEscaped.
5610
5611         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5612         (mml-dnd-attach-options): Fix typo in custom choice.
5613
5614         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5615         nndoc-article-type to mbox.
5616         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5617
5618         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5619         to nil, instead of html2text.
5620
5621         * imap.el (imap-debug): Add `imap-ping-server'.
5622
5623         * gnus-bookmark.el: Add FIXMEs.
5624
5625         * message.el (message-form-letter-separator)
5626         (message-send-form-letter-delay): New variables.
5627         (message-send-form-letter): Use them.  New command to send form
5628         letters.  Requested by Uwe Siart.
5629         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5630
5631 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * Update copyright years.
5634
5635 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         Sync from EMACS_22_BASE.
5638
5639         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5640
5641 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5642
5643         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5644         empty author.
5645
5646 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * gnus-registry.el (gnus-registry-marks): Add variable for
5649         customization of marks and their appearance.
5650         (gnus-registry-read-mark): Use it.
5651         (gnus-registry-do-marks): Add utility function to loop through
5652         `gnus-registry-marks'.
5653         (gnus-registry-install-shortcuts-and-menus): Add function to install
5654         shortcuts and menus.
5655         (gnus-registry-initialize): Use it.
5656         (gnus-registry-default-mark): Clarify documentation.
5657
5658 2008-02-29  Glenn Morris  <rgm@gnu.org>
5659
5660         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5661         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5662         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5663         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5664         Change defcustom :version from 23.0 to 23.1.
5665
5666 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5667
5668         * gnus-registry.el (gnus-registry-follow-group-p)
5669         (gnus-registry-post-process-groups): Add functions to aid registry
5670         splitting and improve logging.  Clarify behavior in function
5671         documentation.
5672         (gnus-registry-split-fancy-with-parent): Use them.
5673
5674 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5675
5676         * gnus-art.el: Use with-current-buffer.
5677
5678 2008-02-27  David Engster  <dengste@eml.cc>
5679
5680         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5681         Express real group name in the response.
5682
5683 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5686         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5687         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5688         autoload gnus-registry-fetch-group when compiling.
5689         (nnmairix-request-group-with-article-number-correction): Remove
5690         unreferenced argument passed to nnmairix-call-backend.
5691
5692 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5695         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5696         Wilde.
5697
5698 2008-02-27  Glenn Morris  <rgm@gnu.org>
5699
5700         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5701         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5702         variables to defconsts.  Convert comments to doc-strings.
5703         (nnmairix-last-server, nnmairix-current-server): Convert from free
5704         variables to defvars.  Convert comments to doc-strings.
5705         (gnus-registry-fetch-group): Autoload.
5706         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5707         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5708         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5709         caddr.
5710         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5711         nnmairix-request-group-with-article-number-correction call.
5712         (nnmairix-fast, nnmairix-group): New, less general names, for free
5713         variables passed from nnmairix-request-group to
5714         nnmairix-request-group-with-article-number-correction.  Declare.
5715         (nnmairix-request-group-with-article-number-correction):
5716         Use nnmairix-fast, nnmairix-group rather than fast, group.
5717
5718 2008-02-26  David Engster  <dengste@eml.cc>
5719
5720         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5721         version 0.5.
5722
5723 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5726         instead of making an extra function call.  Don't add the current group
5727         to articles only when they have the group.  Use
5728         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5729         Reported by David <de_bb@arcor.de>.
5730
5731 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5734         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5735
5736 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * mail-source.el (mail-source-delete-incoming): Change default.
5739         Supplement doc string.
5740
5741         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5742
5743 2008-02-14  Glenn Morris  <rgm@gnu.org>
5744
5745         * time-date.el (format-seconds): New function.
5746
5747 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * nnmail.el (nnmail-message-id-cache-file): Derive from
5750         `gnus-home-directory'.
5751
5752 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5755         Document negative prefix.
5756
5757         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5758
5759 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * message.el (message-unsent-separator): Add the Exim bounce
5762         separator.
5763
5764 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5767         list.
5768         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5769         recipient/signer list.
5770
5771 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * Makefile.in (datarootdir): Define.
5774         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5775         name that might contain whitespace.
5776
5777 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5780         fbound (Emacs 23 unicode), signal an error.
5781
5782 2008-02-08  Glenn Morris  <rgm@gnu.org>
5783
5784         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5785
5786 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5787
5788         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5789         ports to the calls to `netrc-machine-user-or-password' in addition to
5790         "imap" and "imaps".
5791
5792 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5793
5794         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5795
5796         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5797
5798 2008-02-01  Kenichi Handa  <handa@m17n.org>
5799
5800         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5801         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5802         (rfc2104-hash): Convert the result of concat to unibyte string.
5803
5804 2008-02-01  Dave Love  <fx@gnu.org>
5805
5806         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5807         coding-system-for-read.
5808         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5809
5810 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5813         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5814         <hanche@math.ntnu.no>.
5815
5816 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5819
5820         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5821
5822 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5823
5824         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5825         * message.el (message-beginning-of-line): Use featurep instead of bound
5826         tests in order to resolve conditionals at compile time.
5827
5828 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5829
5830         * mail-source.el (mail-sources): Add `group' choice.
5831
5832         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5833         parameter `in-group' to control into which group the articles go.
5834         Add treatment of `group' mail-source.
5835
5836 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5839
5840         * mm-decode.el (mm-dissect-buffer): Decode description.
5841
5842         * mml.el (mml-to-mime): Encode message header first.
5843
5844 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5847         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5848
5849         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5850         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5851
5852 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5855
5856 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5859         prefix keys.
5860         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5861         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5862         gnus-xmas.el.
5863
5864         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5865         (gnus-xmas-article-describe-bindings): New function.
5866         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5867         gnus-xmas-article-describe-bindings.
5868
5869         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5870
5871 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5874         Add new variables for article mark management.
5875         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5876         list of extra data entries which, when present, will indicate that the
5877         article ID should not be trimmed from the registry.
5878         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5879         functions.
5880         (gnus-registry-read-mark): New function to read a mark name from the
5881         user.
5882         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5883         (gnus-registry-set-article-mark-internal): New functions to add and
5884         remove marks.
5885         (gnus-registry-get-article-marks): New function to show the marks for
5886         an article, or retrieve them for further use.
5887
5888 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5891         keys when no argument is given.
5892
5893 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * imap.el (imap-ping-server): New variable.
5896         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5897         (imap-ping-server): Minor doc string fixes.
5898
5899 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5900
5901         * imap.el (imap-ping-server): New function.
5902         (imap-opened): Call imap-ping-server.
5903
5904 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * gnus-sum.el (gnus-article-sort-by-random)
5907         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5908         jidanni@jidanni.org.
5909
5910 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-art.el (gnus-article-describe-bindings): New function.
5913         (gnus-article-read-summary-keys): Use it.
5914         (gnus-article-mode-map): Bind `C-h b' to it.
5915
5916 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5919         XEmacs.
5920         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5921         against non-character events.
5922
5923         * lpath.el: Fbind map-keymap for Emacs 21.
5924
5925 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5928         command.
5929         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5930         instead of END.  Change name of the temp file.
5931         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5932         customizable.
5933
5934 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5937         bind `S W' to gnus-article-wide-reply-with-original; set default
5938         binding to gnus-article-read-summary-send-keys.
5939         (gnus-article-read-summary-keys): Fix the order of keys; display
5940         continuation keys correctly in the echo area; describe bindings
5941         correctly when keys end with `C-h'.
5942         (gnus-article-read-summary-send-keys): New function.
5943         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5944         for gnus-article-read-summary-send-keys; display continuation keys
5945         correctly in the echo area.
5946         (gnus-article-reply-with-original): Ignore prefix argument.
5947         (gnus-article-wide-reply-with-original): New function.
5948
5949         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5950         Emacs 21.
5951
5952 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5955         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5956
5957 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5960         (gnus-group-read-ephemeral-gmane-group): New command.
5961
5962 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5963
5964         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5965
5966 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * message.el (message-send-mail-function): Increase custom version.
5969
5970         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5971         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5972
5973 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5976         for the cases where imap-authenticate is called with a nil buffer
5977         parameter.
5978
5979 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5982         html parts correctly; support forwarded messages.
5983         (gnus-article-browse-html-article): Remove work buffers.
5984
5985         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5986         compiling.
5987         (netrc-bound-and-true-p): New macro.
5988         (netrc-parse): Use it instead of bound-and-true-p that is not available
5989         in XEmacs 21.4.
5990
5991 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5992
5993         * gnus-registry.el (gnus-registry-mark-article)
5994         (gnus-registry-article-marks): Add functionality to mark articles
5995         through the Gnus registry.
5996
5997         * encrypt.el: Clarify documentation for the new pgg method.
5998         (encrypt-file-alist): Add PGG option.
5999         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6000         functionality.  Abstract password key and messaging to external
6001         functions.
6002         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6003         (encrypt-message-method-and-cipher): Add new convenience external
6004         functions.
6005         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6006         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6007
6008         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6009         (netrc-parse): Use encrypt-file-alist to determine if
6010         encrypt-find-model or encrypt-insert-file-contents should be used.
6011
6012         * encrypt.el: Clarify documentation.  Load password-cache or
6013         password, whichever one is found first, instead of autoloading.
6014
6015 2007-12-19  Glenn Morris  <rgm@gnu.org>
6016
6017         * mml.el (message-options-set, message-narrow-to-head)
6018         (message-in-body-p, message-mail-p, message-encode-message-body):
6019         Autoload.
6020         (message-remove-header, message-narrow-to-headers-or-head)
6021         (message-subscribed-p, message-make-mail-followup-to)
6022         (message-position-on-field, message-news-p)
6023         (message-options-set-recipient, message-generate-headers)
6024         (message-sort-headers): Declare as functions.
6025
6026 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6029         convention in doc string.
6030
6031 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6034         title to html parts.
6035         (gnus-article-browse-html-article): Pass message header to it.
6036
6037         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6038
6039 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6042         or password compatible with XEmacs.
6043
6044 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6047         format document.
6048         (gnus-mime-delete-part): Don't write description line if empty.
6049         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6050
6051 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6052
6053         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6054         (gnus-summary-mark-read-and-unread-as-read)
6055         (gnus-summary-mark-current-read-and-unread-as-read)
6056         (gnus-summary-mark-unread-as-ticked): Doc fix.
6057         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6058
6059 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6062         Christoph Conrad <christoph.conrad@gmx.de>.
6063
6064 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6067         yes-or-no-p.
6068
6069 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * mm-decode.el (mm-add-meta-html-tag): New function.
6072         (mm-save-part-to-file, mm-pipe-part): Use it.
6073
6074         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6075         gnus-y-or-n-p instead of y-or-n-p.
6076         (gnus-article-browse-html-parts): Work with message/external-body; use
6077         mm-add-meta-html-tag.
6078
6079 2007-12-11  Glenn Morris  <rgm@gnu.org>
6080
6081         * gnus-cache.el: Require gnus-sum not just when compiling.
6082
6083         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6084
6085         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6086         definitions before use.
6087
6088         * mm-decode.el: Require gnus-util.
6089         (mm-remove-part): Only call delete-annotation on XEmacs.
6090
6091         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6092
6093         * nnmail.el: Require gnus-int.
6094
6095         * spam.el: Move `require's before `eval-when-compile's.
6096
6097         * gnus-ems.el (gnus-alive-p):
6098         * gnus-fun.el (message-goto-eoh):
6099         * gnus-util.el (gnus-group-name-decode):
6100         * mail-source.el (gnus-compress-sequence):
6101         * message.el (Info-goto-node, format-spec):
6102         * mm-bodies.el (message-options-get):
6103         * mm-decode.el (mm-view-pkcs7):
6104         * mm-util.el (gmm-write-region):
6105         * mml-smime.el (mml-compute-boundary)
6106         (gnus-completing-read-with-default):
6107         * mml.el (widget-button-press, gnus-make-hashtable):
6108         * mml1991.el (mm-decode-content-transfer-encoding)
6109         (mm-encode-content-transfer-encoding)
6110         (message-options-get, message-options-set):
6111         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6112         * nnfolder.el (gnus-request-group):
6113         * nnheader.el (ietf-drums-unfold-fws):
6114         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6115         * smime.el (gnus-run-mode-hooks):
6116         * spam-stat.el (gnus-message): Autoload.
6117
6118         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6119         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6120         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6121         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6122         Add declare-function compatibility definition.
6123
6124         * gnus-cache.el (nnvirtual-find-group-art):
6125         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6126         (gnus-add-image, gnus-add-wash-type):
6127         * gnus-group.el (nnkiboze-score-file):
6128         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6129         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6130         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6131         (message-tokenize-header, gnus-get-buffer-create)
6132         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6133         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6134         * gnus.el (gnus-group-decoded-name):
6135         * mail-source.el (imap-capability):
6136         * mm-bodies.el (message-options-set):
6137         * mm-decode.el (gnus-configure-windows):
6138         * mm-extern.el (message-goto-body):
6139         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6140         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6141         (epg-sub-key-validity, message-options-set):
6142         * mml.el (widget-event-point, gnus-configure-windows):
6143         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6144         * mml2015.el (epg-check-configuration, epg-configuration)
6145         (message-options-set):
6146         * nndb.el (nndb-request-article):
6147         * nnfolder.el (gnus-request-create-group):
6148         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6149         * nnmaildir.el (gnus-group-mark-article-read):
6150         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6151         * rfc1843.el (message-fetch-field):
6152         * spam.el (gnus-extract-address-components):
6153         Declare as functions.
6154
6155 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6158
6159         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6160
6161         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6162         bind show-trailing-whitespace for XEmacs.
6163
6164 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6167         new no-op macro for backward compatibility.
6168
6169         * imap.el (imap-string-to-integer): New function.
6170
6171 2007-12-09  Glenn Morris  <rgm@gnu.org>
6172
6173         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6174
6175         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6176         * message.el, mm-view.el, sieve-manage.el, smime.el:
6177         Add declare-function compatibility definition.
6178
6179         * gnus-art.el (w3-region, w3m-region, Info-menu):
6180         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6181         * gnus-sum.el (gnus-get-predicate):
6182         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6183         * message.el (mail-abbrev-in-expansion-header-p):
6184         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6185         (w3m-detect-meta-charset, w3m-region):
6186         * sieve-manage.el (password-read, password-cache-add)
6187         (password-cache-remove):
6188         * smime.el (password-read-and-add): Declare as functions.
6189
6190 2007-12-08  David Kastrup  <dak@gnu.org>
6191
6192         * gnus-sum.el (gnus-summary-simplify-subject-query):
6193         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6194         `message'.
6195
6196 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6199         it to bind idna-program, installation-directory, defined-colors, and
6200         face-attribute for XEmacs of the version that compiles defcustom forms.
6201
6202 2007-12-07  Glenn Morris  <rgm@gnu.org>
6203
6204         * gnus-art.el (article-make-date-line): Revert previous change.
6205
6206 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6207
6208         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6209
6210 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6211
6212         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6213         Call gnus-add-to-range ranges only once with a prepared article-list.
6214
6215 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6216
6217         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6218         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6219         group names with backslashes.  Reported by Tassilo Horn
6220         <tassilo@member.fsf.org>.
6221
6222 2007-12-06  Deepak Goel  <deego3@gmail.com>
6223
6224         * gnus-art.el (article-make-date-line):
6225         * gnus-start.el (gnus-load):
6226         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6227
6228 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (gnus-use-idna)
6231         * gnus-start.el (gnus-site-init-file)
6232         * message.el (message-use-idna)
6233         * mm-uu.el (mm-uu-hide-markers)
6234         * smiley.el (smiley-style): Revert changes that suppress warnings.
6235
6236 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6239         specify charset to html source.  Reported by Christoph Conrad
6240         <christoph.conrad@gmx.de>.
6241
6242 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6245         idna-program in order to suppress byte compile warning issued by XEmacs
6246         that came to byte compile the default value section of defcustom forms
6247         recently.
6248
6249         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6250         value of installation-directory.
6251
6252         * message.el (message-use-idna): Don't directly refer to the value of
6253         idna-program.
6254
6255         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6256
6257         * smiley.el (smiley-style): Don't directly call face-attribute.
6258
6259 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6262
6263         * gnus-dired.el: Reduce Gnus dependencies.
6264         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6265         require.  Use autoloads instead.
6266         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6267         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6268         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6269         (gnus-dired-mode): Adjust doc string.
6270         (gnus-dired-mail-mode): New variable.
6271         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6272         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6273         (gnus-dired-mail-buffers): New function.  Return mail or message
6274         composition buffers.
6275         (gnus-dired-attach): Use it.
6276         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6277         NO-DECODE.
6278         (gnus-dired-print): Use `gnus-print-buffer' depending on
6279         `gnus-dired-mail-mode'.
6280
6281 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * rfc2047.el (rfc2047-encoded-word-regexp)
6284         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6285         explaining what regexp patterns are for.
6286
6287 2007-12-04  Glenn Morris  <rgm@gnu.org>
6288
6289         * password.el: Move to password-cache.el.
6290
6291         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6292         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6293         * mml-smime.el (password-read, password-cache-add)
6294         (password-cache-remove):
6295         No need to autoload, since mml-sec requires password.
6296
6297         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6298         * message.el (gnus-extract-address-components):
6299         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6300
6301         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6302         password.
6303
6304 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * mailcap.el: Reduce dependencies.
6307         (mail-header-parse-content-type): Autoload.
6308         (mailcap-delete-duplicates): New alias.
6309         (mailcap-mime-info): Add optional argument NO-DECODE.
6310         (mailcap-mime-types): Use mailcap-delete-duplicates.
6311
6312         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6313
6314 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6315
6316         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6317         (imap-parse-status): Upcase status-att for servers that sends them
6318         lower-case (e.g., MS Exchange 2007).
6319
6320 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6323         function.
6324
6325         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6326         (gnus-uu-yenc-article): New function.
6327
6328         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6329
6330         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6331         buffer.
6332
6333 2007-12-02  Glenn Morris  <rgm@gnu.org>
6334
6335         * binhex.el (binhex): New custom group.
6336         (binhex-decoder-program, binhex-decoder-switches)
6337         (binhex-use-external): Move to the binhex custom group.
6338
6339         * uudecode.el (uudecode): New custom group.
6340         (uudecode-decoder-program, uudecode-decoder-switches)
6341         (uudecode-use-external): Move to the uudecode custom group.
6342
6343         * netrc.el (top-level): Don't load `encrypt' features.
6344         (netrc-parse): Don't use encrypt.
6345         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6346
6347         * encrypt.el: Remove file.
6348
6349 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6352         matches on patches.
6353
6354         * gnus-art.el (gnus-article-browse-html-article): Mention
6355         `mm-text-html-renderer' in the doc string.
6356
6357         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6358         string.  Add comments.
6359
6360         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6361         if rhs is ASCII.
6362
6363 2007-12-01  Glenn Morris  <rgm@gnu.org>
6364
6365         * mail-source.el (top-level): Require format-spec before
6366         eval-when-compile.
6367
6368 2007-11-30  Glenn Morris  <rgm@gnu.org>
6369
6370         * encrypt.el: Require password, rather than autoloading password-read.
6371
6372 2007-11-29  Glenn Morris  <rgm@gnu.org>
6373
6374         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6375         (sasl-make-client, sasl-next-step, sasl-step-data)
6376         (sasl-step-set-data): Declare as functions.
6377
6378 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6381
6382 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6383
6384         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6385         certs should be verified and what is to be done in the event of a
6386         verification failure.
6387
6388         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6389         caller can indicate whether the cache should be disregarded for this
6390         call.  This way the result of the call is reproducible at all times and
6391         can be considered a canonical server name for the supplied method.
6392         (gnus-agent-method-p): Canonicalize server names by pushing their
6393         method through `gnus-method-to-server' using the no-cache argument.
6394
6395         * gnus-srvr.el (gnus-server-insert-server-line): Call
6396         `gnus-method-to-server' with `no-cache' argument.
6397
6398         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6399         gnus-agent-possibly-synchronize-flags as this should be called when the
6400         server is actually being opened.
6401         (gnus-agent-possibly-synchronize-flags)
6402         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6403         flags file of an agentized server to the latter function.
6404
6405         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6406         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6407         after a connection has been established successfully.
6408
6409 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (article-display-face): Force to display face if called
6412         interactively; check if gnus-article-x-face-too-ugly matches author.
6413         (article-display-x-face): Display face even if From header is missing
6414         as article-display-face does.
6415
6416 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6417
6418         * hashcash.el (message-narrow-to-headers-or-head)
6419         (message-fetch-field, message-goto-eoh)
6420         (message-narrow-to-headers): Declare as functions.
6421
6422 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * mail-source.el (mail-sources): Default to fetch from file for
6425         compatibility with default of nnmail-spool-file.
6426
6427 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6430         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6431         to look for encoded word that should be encoded again.
6432         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6433         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6434         encoding pattern.
6435         (rfc2047-decode-region): Switch strict regexp and loose one according
6436         to rfc2047-allow-irregular-q-encoded-words.
6437
6438 2007-11-25  Romain Francoise  <romain@orebokech.com>
6439
6440         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6441
6442 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * tls.el (tls-program): Provide more custom choices from
6445         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6446         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6447
6448 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6451         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6452
6453         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6454         `nnmail-spool-file'.
6455
6456         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6457         `nnmail-spool-file'.
6458
6459         * gnus-move.el (gnus-change-server): Ditto.
6460
6461         * gnus-kill.el (gnus-batch-score): Ditto.
6462
6463         * gnus-cache.el (gnus-jog-cache): Ditto.
6464
6465         * gnus-msg.el (gnus-summary-reply):
6466         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6467
6468 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6471         version.  Minor improvement to doc strings.
6472         (tls-program): Add comment.
6473
6474 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6475
6476         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6477         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6478         mismatch between the hostname provided in the certificate and the name
6479         of the host connnecting to.
6480         (open-tls-stream): Use them.  Check certificates against trusted root
6481         certificates.
6482
6483 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * gnus-cache.el (gnus-cache-generate-nov-databases):
6486         Use nnml-generate-nov-databases-directory instead of
6487         nnml-generate-nov-databases-1.
6488
6489 2007-11-24  Glenn Morris  <rgm@gnu.org>
6490
6491         * message.el (message-tool-bar-retro): Update for rename
6492         mail_send.xpm->mail-send.xpm.
6493
6494 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6497         `smime-ldap-search' for Emacs 22 and up.
6498
6499 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6502
6503         * message.el (message-send-mail-function): Fix error convention.
6504         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6505         (message-widen-reply, message-send-mail, message-talkative-question)
6506         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6507         (message-clone-locals, message-send-news): Use with-current-buffer.
6508         (message-insert-or-toggle-importance): Remove unused var `valid'.
6509         (message-make-references): Remove unused var `new-references'.
6510         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6511
6512 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6513
6514         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6515         (spam-split-symbolic-return-positive): Reflow docstring.
6516         (spam-backends, spam-summary-exit-behavior)
6517         (spam-mark-ham-unread-before-move-from-spam-group)
6518         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6519         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6520         (spam-clear-cache, spam-backend-check, spam-install-backend)
6521         (spam-install-statistical-backend, spam-list-of-processors)
6522         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6523         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6524         (spam-check-crm114, spam-initialize, spam-unload-hook):
6525         Fix typos in docstrings.
6526
6527 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6530         been checked if they have never been read and those group levels are
6531         higher than the one that a user specified.
6532
6533 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6536         foreign groups unless a group level is specified by a user.
6537         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6538
6539 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * message.el (message-send-mail-function): Require sendmail.
6542
6543 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * message.el (message-send-mail-function): Check for smtpmail too.
6546
6547         * utf7.el (utf7-encode, utf7-decode): Use coding system
6548         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6549
6550         * message.el (message-send-mail-function): New function.
6551         (message-send-mail-function): Set default using
6552         message-send-mail-function.  Adjust doc string.
6553         (message-send-mail-with-mailclient): New function.
6554
6555 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6556
6557         * smime.el (from):
6558         * rfc2047.el (message-posting-charset):
6559         * qp.el (mm-use-ultra-safe-encoding):
6560         * pop3.el (parse-time-months):
6561         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6562         * nnml.el (files):
6563         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6564         (jka-compr-compression-info-list, ange-ftp-path-format)
6565         (efs-path-regexp):
6566         * nndiary.el (files):
6567         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6568         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6569         (epg-digest-algorithm-alist, inhibit-redisplay)
6570         (password-cache-expiry):
6571         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6572         (pgg-output-buffer, password-cache-expiry):
6573         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6574         (efs-path-regexp):
6575         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6576         (inhibit-redisplay):
6577         * mm-uu.el (file-name, start-point, end-point, entry)
6578         (gnus-newsgroup-name, gnus-newsgroup-charset):
6579         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6580         (latin-unity-ucs-list):
6581         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6582         (mm-uu-binhex-decode-function):
6583         * message.el (gnus-message-group-art, gnus-list-identifiers)
6584         (rmail-enable-mime-composing, gnus-local-organization)
6585         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6586         (gnus-read-active-file, facemenu-add-face-function)
6587         (facemenu-remove-face-function, gnus-article-decoded-p)
6588         (tool-bar-mode):
6589         * mail-source.el (display-time-mail-function):
6590         * gnus-util.el (nnmail-pathname-coding-system)
6591         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6592         (gnus-original-article-buffer, gnus-user-agent)
6593         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6594         (xemacs-codename, sxemacs-codename, emacs-program-version):
6595         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6596         * gnus-start.el (gnus-agent-covered-methods)
6597         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6598         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6599         (gnus-newsgroup-headers, gnus-group-list-mode)
6600         (gnus-group-mark-positions, gnus-newsgroup-data)
6601         (gnus-newsgroup-unreads, nnoo-state-alist)
6602         (gnus-current-select-method, mail-sources)
6603         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6604         (nnmail-spool-file, gnus-cache-active-hashtb):
6605         * gnus-mh.el (mh-lib-progs):
6606         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6607         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6608         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6609         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6610         (gnus-group-buffer):
6611         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6612         (font-lock-set-defaults):
6613         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6614         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6615         (gnus-summary-post-menu, total-parts, type, condition, length):
6616         * gnus-agent.el (gnus-agent-read-agentview):
6617         * flow-fill.el (show-trailing-whitespace):
6618         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6619         eval-and-compile wrappers for byte compiler pacifiers.
6620
6621         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6622         (mm-display-inline-fontify): Check for featurep 'xemacs not
6623         extent-list.
6624
6625         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6626         itimer-list.
6627         (mm-create-image-xemacs): Only do something for XEmacs.
6628         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6629
6630         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6631
6632         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6633         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6634
6635 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6636
6637         * nnimap.el (nnimap-split-download-body):
6638         * gnus-demon.el (gnus-demon):
6639         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6640
6641 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6644         macros.
6645         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6646         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6647         copy data from unibyte buffer to multibyte current buffer.
6648         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6649         to copy data from unibyte current buffer to multibyte buffer.
6650         (nntp-make-process-buffer): Make process buffer unibyte.
6651
6652         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6653
6654 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6655
6656         * pop3.el (pop3-open-server): Accept and process data more robustly at
6657         connexion start to avoid spurious "POP SSL connexion failed" errors.
6658
6659 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6662         read group names.
6663
6664 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6667
6668 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6671         (nnmail-save-active): Use a unibyte buffer when saving active file,
6672         which may contain non-ASCII group names.
6673
6674         * nnml.el (nnml-request-group): Decode group names in messages.
6675
6676 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * message.el (message-citation-line-function)
6679         (message-insert-formatted-citation-line): Fix spelling of
6680         `message-insert-formated-citation-line'.
6681
6682 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6685
6686 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6689         nnmail-pathname-coding-system.
6690
6691         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6692         that a user enters; decode group names in messages.
6693
6694         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6695
6696 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6699
6700         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6701
6702         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6703         risky local variable.
6704
6705         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6706
6707 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6708
6709         * encrypt.el: Improve documentation to fix function name typo.
6710         Reported by Daiki Ueno <ueno@unixuser.org>.
6711
6712 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6715         even if the point is not in the last page of an article.
6716         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6717         back to the previous page.
6718
6719 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6722
6723 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6726
6727 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6728
6729         * message.el (message-check-news-body-syntax): Avoid
6730         mm-string-as-multibyte.
6731         (message-hide-headers): Don't assume (point-min)==1.
6732
6733 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * message.el (message-remove-blank-cited-lines): Fix if remove is
6736         given.
6737         (message-bogus-address-regexp): New variable.
6738         (message-bogus-recipient-p): New function.
6739         (message-check-recipients): New command.
6740         (message-syntax-checks): Add `bogus-recipient'.
6741         (message-fix-before-sending): Add `bogus-recipient'.
6742
6743         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6744         (gnus-treat-body-boundary): Don't test window-system.
6745
6746 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6747
6748         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6749
6750 2007-10-28  Miles Bader  <miles@gnu.org>
6751
6752         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6753         at compile-time too.
6754
6755 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * gnus-msg.el (gnus-message-setup-hook): Add
6758         `message-remove-blank-cited-lines' to options.
6759
6760 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * message.el (message-remove-blank-cited-lines): New function.
6763         Suggested by Karl Plästerer.
6764
6765 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6768         mapc.
6769
6770         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6771         (top-level): Use mapc to set functions to be traced for debugging.
6772
6773         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6774         called for effect with while loop.
6775
6776         * message.el (message-talkative-question): Replace mapcar called for
6777         effect with mapc.
6778
6779         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6780         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6781         called for effect with dolist.
6782
6783         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6784
6785         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6786         gnus-extra-headers and nnmail-extra-headers.
6787
6788         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6789         called for effect with dolist.
6790         (top-level): Use mapc to set functions to be traced for debugging.
6791
6792         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6793         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6794         dolist.
6795
6796         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6797         Replace mapcar called for effect with mapc.
6798         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6799         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6800         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6801         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6802
6803         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6804         remove-if that's a cl function.
6805
6806         * webmail.el (webmail-debug): Replace mapcar called for effect with
6807         dolist.
6808
6809         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6810         with mapc.
6811
6812 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6815         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6816         with while loop.
6817
6818         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6819         functions from article-* functions.
6820         (gnus-multi-decode-header): Replace mapcar called for effect with
6821         dolist.
6822
6823         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6824         (gnus-bookmark-show-details): Replace mapcar called for effect with
6825         while loop.
6826
6827         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6828         called for effect with while loop.
6829
6830         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6831         with dolist.
6832
6833         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6834         mapcar called for effect with dolist.
6835
6836         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6837
6838         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6839         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6840         Replace mapcar called for effect with dolist.
6841         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6842         mapc.
6843
6844         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6845         Replace mapcar called for effect with dolist.
6846         (gnus-topic-list): Replace mapcar called for effect with mapc.
6847
6848         * gnus.el: Use mapc instead of mapcar to add autoloads.
6849
6850 2007-10-23  Richard Stallman  <rms@gnu.org>
6851
6852         * gnus-group.el (gnus-group-highlight): Mark as risky.
6853
6854 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus.el (gnus-server-to-method): Return method found first in
6857         gnus-newsrc-alist.
6858
6859         * gnus-art.el (gnus-article-highlight-signature)
6860         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6861         button overlay without the front stickiness.
6862
6863 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6864
6865         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6866         overview buffer needed a catch to receive its throw.
6867         (gnus-agent-flush-cache): Declared as interactive to make this function
6868         easier to use.
6869
6870 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6873         `next-line'.
6874
6875 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6878         exclude address matching message-dont-reply-to-names.
6879
6880 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus-util.el (gnus-string<): New function.
6883
6884         * gnus-sum.el (gnus-article-sort-by-author)
6885         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6886
6887 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6890         the frame-focus tag is set in gnus-buffer-configuration.
6891
6892 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6895         the front stickiness.
6896
6897 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6900         url pattern; remove duplicate one.
6901         (gnus-article-extend-url-button): New function.
6902         (gnus-article-add-buttons): Use it.
6903         (gnus-button-push): Use concatenated url that it makes.
6904
6905 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6906
6907         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6908
6909 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6912         Don't hardcode point-min==1.
6913
6914 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6917         Fix comment about "iso8859-1".
6918
6919 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6920
6921         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6922         ones returned from the verify-function.
6923
6924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6925         mml2015-extract-cleartext-signature if extraction failed.
6926
6927 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6928
6929         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6930         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6931         failed.
6932
6933 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6936
6937 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6940         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6941         recommends to use EasyPG instead of PGG.
6942
6943         * pgg.el: Revert to revision 6.23.2.16.
6944
6945         * pgg-def.el: Revert to revision 6.6.2.14.
6946
6947         * pgg-gpg.el: Revert to revision 6.23.2.34.
6948
6949 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6952         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6953         thread for both the null and zero (kill/expire thread) universal prefix
6954         cases.
6955         (gnus-summary-expire-thread): Add new function to expire a thread,
6956         using gnus-summary-kill-thread.
6957         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6958         shortcuts for gnus-summary-expire-thread.
6959         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6960         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6961
6962 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6963
6964         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6965         extras value, so an extras entry can be deleted.
6966         (gnus-registry-delete-extra-entry): Use it.
6967         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6968         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6969         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6970         storage through the gnus-registry, and provide an appropriate API for
6971         it.
6972
6973 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6976         Suggested by Leo <sdl.web@gmail.com>.
6977
6978         * gnus.el: Do.
6979
6980 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6983         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6984
6985         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6986
6987         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6988         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6989
6990 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6993         newline.
6994         (nnmbox-request-accept-article): Don't change article in source buffer;
6995         narrow to header to use message-fetch-field rather than
6996         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6997         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6998         as delimiters; make sure article ends with newline.
6999         (nnmbox-delete-mail): Correct last position of article to be deleted;
7000         ignore X-Gnus-Newsgroup header in article body.
7001         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7002         positions; make sure article ends with newline.
7003
7004         * message.el (message-display-abbrev): Don't infloop when a user
7005         inserts SPC in the beginning of header.
7006
7007         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7008         coding-system-for-read and coding-system-for-write for XEmacs having no
7009         file-coding feature.
7010
7011         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7012
7013 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7016         list of groups not followed by default.  Fix type to be regexp.
7017         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7018
7019 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7020
7021         * hmac-def.el (define-hmac-function): Switch from old-style to
7022         new-style backquotes.
7023
7024         * md4.el (md4-make-step): Likewise.
7025
7026 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7029         raw-text coding system when saving .newsrc file, which may contain
7030         non-ASCII group names.
7031
7032 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-cus.el (gnus-score-extra): New widget.
7035         (gnus-score-extra-convert): New function.
7036         (gnus-score-customize): Use it for Extra.
7037
7038 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7039
7040         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7041         (mml2015-mailcrypt-clear-verify): Use it.
7042         (mml2015-gpg-clear-verify): Use it.
7043         (mml2015-pgg-clear-verify): Use it.
7044         (mml2015-epg-clear-verify): Replace the current part with the output
7045         from GnuPG; don't extract the plaintext by itself.
7046
7047         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7048         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7049         mml2015-clear-verify-function; don't touch the armor headers or
7050         dash-escaped text here.
7051
7052 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7055         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7056         parts, or application/octet-stream as a last resort.
7057         (gnus-mime-view-part-as-type): Don't toggle display.
7058         (gnus-mime-view-part-as-charset): Don't turn off display before
7059         querying charset.
7060
7061         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7062         stuff to undisplayer function in Emacs.
7063         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7064
7065         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7066         text/calendar parts.
7067
7068 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7071         decoding text/calendar parts.
7072
7073         * message.el (message-forward-make-body-mime): Always mark body as
7074         having no illegible text; remove signed-or-encrypted argument.
7075         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7076
7077         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7078         (mml-generate-mime-1): Don't encode body if it is specified to be in
7079         raw form; don't make buffer be unibyte when inserting multibyte string.
7080
7081 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * sha1.el: Fix up comment style.
7084         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7085         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7086
7087         * hex-util.el: Fix up comment style.
7088         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7089
7090         * gnus-salt.el: Use with-current-buffer.
7091         (gnus-pick-setup-message): Fix long-standing typo.
7092
7093 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * imap.el (imap-logout-timeout): New variable.
7096         (imap-logout, imap-logout-wait): New functions.
7097         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7098
7099         * nnimap.el (nnimap-logout-timeout): New server variable.
7100         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7101         nnimap-logout-timeout.
7102
7103         * gnus-art.el (gnus-article-summary-command-nosave)
7104         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7105
7106 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus.el (gnus-maximum-newsgroup): New variable.
7109
7110         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7111         according to gnus-maximum-newsgroup.
7112
7113         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7114         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7115         Limit the range of articles according to gnus-maximum-newsgroup.
7116
7117 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7118
7119         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7120         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7121         Don't perform gnus-configure-windows here; reuse existing sticky
7122         article buffer.
7123
7124         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7125         it doesn't exist in gnus-article-mode.
7126
7127 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7130         (gnus-agent-decoded-group-name): New function.
7131         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7132         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7133
7134 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7135
7136         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7137         Add binding for gnus-sticky-article.
7138         (gnus-summary-exit): Don't kill sticky article buffers.
7139
7140         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7141         article buffer.
7142         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7143         (gnus-kill-sticky-article-buffers): New commands.
7144
7145 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * nntp.el (nntp-xref-number-is-evil): New server variable.
7148         (nntp-find-group-and-number): If it is non-nil, don't trust article
7149         numbers in the Xref header.
7150
7151 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-agent.el (gnus-agent-read-group): New function.
7154         (gnus-agent-flush-group, gnus-agent-expire-group)
7155         (gnus-agent-regenerate-group): Use it.
7156         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7157         nnmail-pathname-coding-system.
7158
7159 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7162
7163         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7164         that are unread as unread, and also as selected so that information of
7165         marks having been changed by a user may be updated when exiting group.
7166
7167 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7170         calculated ignoring signature parts to gnus-treat-article.
7171
7172 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7175         a point here in order to keep the window start.
7176         (gnus-insert-mime-security-button): Make a button overlay without the
7177         front stickiness.
7178         (gnus-mime-display-security): Goto the end of a button.
7179
7180         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7181
7182 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7185         group-name-at-point.
7186         (gnus-group-completing-read): New function that offers decoded
7187         non-ASCII group names for completion.
7188         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7189         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7190         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7191         (gnus-group-fetch-control): Use it.
7192         (gnus-fetch-group): Use group-name-at-point for the initial value
7193         rather than the default value; use gnus-alive-p.
7194
7195         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7196         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7197         (gnus-summary-post-news): Use gnus-group-completing-read.
7198
7199         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7200         (gnus-read-move-group-name): Decode group name for completion.
7201
7202 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7205         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7206         Yamaoka slightly modified the code).
7207
7208 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7211         (nnmail-split-incoming): Bind it.
7212
7213         * nnml.el (nnml-group-name-charset): New function.
7214         (nnml-decoded-group-name): Use it; don't decode group name if
7215         nnmail-group-names-not-encoded-p is non-nil.
7216         (nnml-encoded-group-name): New function.
7217         (nnml-group-pathname): Inline nnml-decoded-group-name.
7218         (nnml-request-expire-articles): Decode group name in message.
7219         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7220         nnmail-pathname-coding-system.
7221         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7222         not decoded ones according to nnmail-group-names-not-encoded-p.
7223         (nnml-generate-active-info): Use nnml-encoded-group-name.
7224
7225 2007-08-08  Glenn Morris  <rgm@gnu.org>
7226
7227         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7228         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7229         doc-strings and comments.
7230
7231 2007-07-25  Glenn Morris  <rgm@gnu.org>
7232
7233         * Relicense all FSF files to GPLv3 or later.
7234
7235 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-sum.el (gnus-summary-move-article): Make
7238         gnus-summary-respool-article work.
7239
7240 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7243         string.
7244
7245 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7246
7247         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7248         that should be ignored when comparing distant RSS articles with local
7249         ones.
7250         (nnrss-make-hash-index): New function.  Create a hash index according
7251         to the ignored fields.
7252         (nnrss-check-group): Use it.
7253
7254 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7257
7258         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7259
7260         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7261         the new optional argument ENCODED is non-nil.
7262         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7263         coding system for encoding group name.
7264         (gnus-group-make-rss-group): Pass un-encoded group name to
7265         gnus-group-make-group.
7266         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7267         encoded.
7268
7269         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7270         Encode group name to which articles are moved or copied.
7271         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7272         coding system for encoding Newsgroup, Followup-To and Xref headers.
7273
7274         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7275         marks; use nnheader-file-coding-system to write a file.
7276         (nnagent-retrieve-headers): Bind file-name-coding-system to
7277         nnmail-pathname-coding-system.
7278
7279         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7280
7281         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7282         (nnml-request-article, nnml-request-create-group)
7283         (nnml-request-rename-group, nnml-find-id)
7284         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7285         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7286         (nnml-save-marks): Use nnml-group-pathname instead of
7287         nnmail-group-pathname.
7288
7289         (nnml-request-create-group, nnml-request-expire-articles)
7290         (nnml-request-move-article, nnml-request-delete-group)
7291         (nnml-deletable-article-p, nnml-possibly-create-directory)
7292         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7293         (nnml-open-marks): Bind file-name-coding-system to
7294         nnmail-pathname-coding-system.
7295
7296         (nnml-request-article): Pass server argument to nnml-find-group-number.
7297         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7298         server argument to nnml-possibly-create-directory.
7299         (nnml-request-accept-article): Pass server argument to
7300         nnml-active-number and nnml-save-mail.
7301         (nnml-find-group-number): Pass server argument to nnml-find-id.
7302         (nnml-request-update-info): Pass server argument to
7303         nnml-marks-changed-p.
7304
7305         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7306         (nnml-save-mail, nnml-active-number): Add server argument.
7307
7308         (nnml-request-delete-group): Warn if group is missing.
7309         (nnml-get-nov-buffer): Decode group name.
7310         (nnml-generate-active-info): Encode group name.
7311         (nnml-open-marks): Decode group name in messages.
7312
7313 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7316         if it is not specified.
7317         (gnus-article-pipe-part, gnus-article-save-part)
7318         (gnus-article-interactively-view-part, gnus-article-copy-part)
7319         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7320         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7321         (gnus-article-replace-part, gnus-article-delete-part)
7322         (gnus-article-view-part-as-type): Pass raw prefix argument to
7323         gnus-article-part-wrapper.
7324
7325 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-agent.el (gnus-agent-save-active): Bind
7328         nnheader-file-coding-system to gnus-agent-file-coding-system.
7329
7330         * gnus-cache.el (gnus-cache-save-buffers)
7331         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7332         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7333         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7334         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7335         (gnus-cache-generate-active, gnus-cache-rename-group)
7336         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7337         (gnus-cache-update-overview-total-fetched-for): Bind
7338         file-name-coding-system to nnmail-pathname-coding-system.
7339         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7340         variables.
7341         (gnus-cache-decoded-group-name): New function.
7342         (gnus-cache-file-name): Use it.
7343         (gnus-cache-generate-active): Use non-decoded group name for active.
7344
7345         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7346         right place.
7347         (gnus-write-active-file): Don't break non-ASCII group names.
7348
7349         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7350         nnmail-pathname-coding-system.
7351
7352         * lpath.el: Bind default-file-name-coding-system,
7353         file-name-coding-system and language-info-alist for XEmacs.
7354
7355         * gnus-uu.el (gnus-uu-decode-save): Typo.
7356
7357 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7360
7361 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7364         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7365         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7366         (gnus-agent-flush-group, gnus-agent-flush-cache)
7367         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7368         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7369         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7370         (gnus-agent-regenerate-group)
7371         (gnus-agent-update-files-total-fetched-for)
7372         (gnus-agent-update-view-total-fetched-for): Bind
7373         file-name-coding-system to nnmail-pathname-coding-system.
7374         (gnus-agent-group-pathname): Don't encode file names by
7375         nnmail-pathname-coding-system.
7376         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7377         coding-system-for-write instead of buffer-file-coding-system to
7378         gnus-agent-file-coding-system.
7379
7380         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7381         Decode group name.
7382
7383         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7384
7385         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7386         (gnus-read-newsrc-el-file): Make group names unibyte.
7387
7388         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7389         nnmail-pathname-coding-system.
7390
7391         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7392         (nnrss-request-delete-group): Bind file-name-coding-system to
7393         nnmail-pathname-coding-system.
7394         (nnrss-read-server-data, nnrss-read-group-data): Bind
7395         file-name-coding-system correctly.
7396         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7397
7398         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7399         (nntp-server-to-method-cache): New variable.
7400         (nntp-group-pathname): New function that decodes non-ASCII group names.
7401         (nntp-possibly-create-directory, nntp-marks-changed-p)
7402         (nntp-save-marks, nntp-open-marks): Use it.
7403         (nntp-possibly-create-directory, nntp-open-marks):
7404         Bind file-name-coding-system to nnmail-pathname-coding-system.
7405         (nntp-open-marks): Decode group names when bootstrapping marks.
7406
7407         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7408         Newsgroups and Folowup-To headers.
7409
7410 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7413         (gnus-server-closed-face, gnus-server-denied-face)
7414         (gnus-server-offline-face): Remove variable.
7415         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7416
7417         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7418         of modifying message-stack directly for XEmacs.
7419
7420         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7421         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7422         if the coding-system argument is nil for XEmacs.
7423
7424         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7425         mm-charset-override-alist.
7426
7427         * rfc2047.el: Don't require base64; require rfc2045 for the function
7428         rfc2045-encode-string.
7429         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7430         to quote the parameter value.
7431
7432 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7435         form in gnus-group-name-charset-method-alist.
7436
7437         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7438         overrides the default layout edit-form.
7439
7440         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7441
7442         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7443
7444 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7447         as unfetched articles.
7448
7449 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7452
7453 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7456         original back end that keeps marks in the local system.
7457
7458 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7461         arg of pop-to-buffer for XEmacs.
7462         (gnus-article-read-summary-keys): Ditto; don't restore window
7463         configuration if summary command ends up with neither article buffer
7464         nor summary buffer; describe bindings if summary keys end with C-h.
7465
7466 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * message.el (message-fix-before-sending): Skip raw message part to be
7469         forwarded while checking illegible text.
7470         (message-forward-make-body-mime, message-forward-make-body): Mark
7471         signed or encrypted raw message as having no illegible text.
7472
7473 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7476         (gnus-message-with-timestamp-1): New macro.
7477         (gnus-message-with-timestamp): New function.
7478         (gnus-message): Use them.
7479
7480         * nnheader.el (nnheader-message): Use them.
7481
7482 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7485         .newsrc.eld file.
7486
7487 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-agent.el (gnus-agent-fetch-headers)
7490         (gnus-agent-retrieve-headers): Bind
7491         gnus-decode-encoded-address-function to identity.
7492
7493         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7494         available also when the server returns simply a dot.
7495
7496         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7497
7498 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7501
7502 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-ems.el (gnus-x-splash): Make it work.
7505
7506         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7507         from being used.
7508
7509         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7510
7511 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7514         4th and the 5th arguments.
7515
7516         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7517         the front stickiness.
7518         (gnus-article-summary-command-nosave): Correct the order of the
7519         arguments passed to pop-to-buffer.
7520         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7521         summary command ends up with the article buffer.
7522
7523         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7524         the same faces.
7525
7526 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7527
7528         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7529
7530 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7531
7532         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7533         * gnus-sum.el (gnus-summary-highlight):
7534         * pgg.el (pgg-sign-region, pgg-sign):
7535         * mail-source.el (mail-source-delete-old-incoming-confirm):
7536         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7537
7538 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-art.el (gnus-mime-view-part-externally)
7541         (gnus-mime-view-part-internally): Fix predicate function passed to
7542         completing-read.
7543
7544         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7545
7546         * gnus.el (gnus-update-message-archive-method): Add :version.
7547
7548 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus.el (gnus-update-message-archive-method): New variable.
7551
7552         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7553         according to gnus-message-archive-method if
7554         gnus-update-message-archive-method is non-nil.
7555
7556 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7559         by Loic Dachary <loic@dachary.org>.
7560         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7561
7562 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * message.el (message-pop-to-buffer): Add switch-function argument.
7565         (message-mail): Pass switch-function argument to it.
7566
7567 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7570         Improve doc string.
7571
7572 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7575         (gnus-header-content)
7576         * gnus-cite.el (gnus-cite-10)
7577         * gnus-srvr.el (gnus-server-closed)
7578         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7579         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7580         (gnus-group-mail-3-empty, gnus-group-mail-low)
7581         (gnus-group-mail-low-empty, gnus-splash)
7582         * message.el (message-header-to, message-header-cc)
7583         (message-header-subject, message-header-other, message-header-name)
7584         (message-header-xheader, message-separator, message-cited-text)
7585         (message-mml): Lighten colors of faces used for dark background.
7586
7587 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7588
7589         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7590         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7591
7592 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * message.el (message-narrow-to-headers-or-head):
7595         Ignore mail-header-separator in the body.
7596
7597 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7600         same as window size.
7601
7602 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7603
7604         * message.el (message-font-lock-keywords): Use message-header-xheader
7605         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7606         ahead of the anything pattern, to get it recognised.
7607
7608 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7611         spam.el loads uses it in the compiled defadvice form.
7612
7613 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7614
7615         * gnus-sum.el (gnus-articles-to-read)
7616         (gnus-summary-insert-old-articles): Don't truncate group name for
7617         `read-string'.
7618
7619         * gnus-util.el (gnus-limit-string): Delete this function.
7620
7621         * gnus-sum.el (gnus-simplify-subject-fully): Use
7622         `truncate-string-to-width' instead.
7623
7624 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7625
7626         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7627         if, on summary exit, the next group has to be selected.
7628         (gnus-summary-exit): Use it.
7629
7630 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7633         non-break space.
7634
7635 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7638         Check if group is not a directory.
7639         (nnfolder-request-expire-articles): Don't delete articles if the target
7640         group is not available.
7641
7642         * nnml.el (nnml-request-create-group): Properly check if group is not a
7643         file.
7644         (nnml-request-expire-articles): Don't delete articles if the target
7645         group is not available.
7646
7647         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7648         Don't quote characters that are within parentheses.
7649
7650 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7653         (gnus-handle-ephemeral-exit): Select article according to it.
7654
7655 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * message.el (message-insert-formated-citation-line): Remove newline.
7658         (message-citation-line-format): Add final \n here so that the user can
7659         avoid a blank line.
7660
7661 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7662
7663         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7664         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7665         Update lanl/arXiv support.
7666
7667 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus.el: Bump version number.
7670
7671 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * gnus.el (gnus-version-number): Bump version.
7674
7675 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7676
7677         * gnus.el: No Gnus v0.6 is released.
7678
7679 2007-04-27  Didier Verna  <didier@xemacs.org>
7680
7681         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7682         * gmm-utils.el (gmm-regexp-concat): here.
7683         * message.el: Don't require 'gnus-util.
7684         (message-dont-reply-to-names): Handle name change above.
7685         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7686
7687 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7690         since the initial value varies according to the system.
7691
7692 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7695
7696 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7697
7698         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7699
7700 2007-04-24  Didier Verna  <didier@xemacs.org>
7701
7702         Improve the type of gnus-ignored-from-addresses.
7703         * gnus-util.el (gnus-orify-regexp): New function.
7704         * message.el (gnus-util): Require it.
7705         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7706         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7707         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7708
7709 2007-04-24  Didier Verna  <didier@xemacs.org>
7710
7711         * gnus-sum.el:
7712         * gnus-utils.el: Fix some trailing whitespaces.
7713
7714 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7717         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7718         article's Message-ID; refer parent article in summary buffer.
7719
7720         * message.el (message-bounce): Call mime-to-mml.
7721
7722         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7723         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7724         optimize and/or forms properly.
7725
7726 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7729         URL.
7730
7731 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7734
7735 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7738         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7739         displayed of multipart/alternative part if it is invoked from summary
7740         buffer.
7741
7742         * mm-view.el (mm-inline-text-html-render-with-w3m)
7743         (mm-inline-text-html-render-with-w3m-standalone)
7744         (mm-inline-render-with-function): Use mail-parse-charset by default.
7745
7746 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7747
7748         * parse-time.el (parse-time-string-chars): Check if CHAR
7749         is less than the length of parse-time-syntax.
7750
7751 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7754         from gnus-newsgroup-processable.
7755
7756 2007-04-16  Didier Verna  <didier@xemacs.org>
7757
7758         * gnus-msg.el (gnus-configure-posting-styles): Handle
7759         message-signature-directory properly with :file syntax.  Reported by
7760         "Leo".
7761
7762 2007-04-11  Didier Verna  <didier@xemacs.org>
7763
7764         New user option: message-signature-directory.
7765         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7766         * message.el (message-insert-signature): Ditto.
7767         * message.el (message-signature-file): Doc update.
7768         * message.el (message-signature-directory): New.
7769
7770 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-msg.el (gnus-inews-yank-articles): Use
7773         message-exchange-point-and-mark instead of exchange-point-and-mark.
7774
7775 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * message.el (message-yank-original): Make sure cited text ends with
7778         newline; don't exchange point and mark.
7779
7780 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7781
7782         * tls.el (open-tls-stream): Properly handle case where there
7783         is no associated buffer.
7784
7785 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7786
7787         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7788         message-yank-original, make sure (< mark TEXT point).
7789
7790 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * message.el (message-fill-column): New variable.
7793         (message-mode): Use it.  Add comment on a possible new hook.
7794
7795         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7796         (nnmail-get-new-mail): Reformat.
7797
7798         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7799
7800         * gmm-utils.el: Fix Commentary.
7801         (gmm-tool-bar-from-list): Fix typo in doc string.
7802
7803 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7804
7805         * message.el (message-yank-original): Don't switch point and mark
7806         unnecessarily to put point and mark as documented.
7807
7808 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7811         from the message heads.
7812
7813 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7814
7815         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7816         article buffer does not have a window.  This may not be the best
7817         solution but is certainly better than setting the start of the null,
7818         that is the current, window.
7819
7820 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7823         (gnus-draft-setup): Run it.
7824
7825         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7826         gnus-score-fast-scoring.  Allow regexp.
7827         (gnus-score-headers): Use it.
7828
7829         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7830         XEmacs.
7831
7832         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7833         string.
7834         (gnus-button-alist): Also catch `<f1> k ...'.
7835         (gnus-treat-display-x-face): Fix doc string.
7836
7837 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7838
7839         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7840         evaluation of gnus-extended-version to ensure correct generation of the
7841         User-Agent header when message-generate-headers-first is used.
7842
7843 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7844
7845         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7846         hashcash-path is nil.  Don't call callback with incorrect number of
7847         parameters if val is 0.
7848
7849 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7850
7851         * message.el (message-required-news-headers):
7852         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7853
7854 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7855
7856         * tls.el (open-tls-stream): In handshake-waiting loop,
7857         don't wait more if there is output available to process.
7858
7859 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7860
7861         * tls.el (tls-program): Doc fix.
7862
7863 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * message.el (message-generate-new-buffers): Change the meaning of the
7866         nil value; add `standard' to the choices; treat t as `unique'; improve
7867         doc string.
7868         (gnus-select-frame-set-input-focus): Autoload.
7869         (message-buffer-name): Search for the existing message buffer if
7870         message-generate-new-buffers is nil or `standard'; treat the value t of
7871         message-generate-new-buffers as `unique'.
7872         (message-pop-to-buffer): Raise the frame already displaying the message
7873         buffer; clear the echo area after querying.
7874         (message-setup): Pass the `continue' argument to compose-mail.
7875         (message-mail): Prefer `switch-function' if it is given; search for the
7876         existing message buffer if the `continue' argument is non-nil; pass
7877         continue and switch-function arguments to compose-mail by way of
7878         message-setup.
7879         (message-mail-other-window): Adjust argument of message-setup.
7880         (message-mail-other-frame): Ditto.
7881
7882 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7885         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7886         to turn font-lock on when turning gnus-message-citation-mode on.
7887
7888 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7889
7890         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7891         (mml-smime-function-alist): New variable; add epg as the backend.
7892         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7893         mml-smime- functions instead.
7894         * mm-view.el: Require smime.
7895
7896 2007-03-05  Didier Verna  <didier@xemacs.org>
7897
7898         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7899         instead of just inheritance for posting styles.
7900         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7901
7902 2007-02-24  Chris Moore  <dooglus@gmail.com>
7903
7904         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7905         * pgg-pgp.el (pgg-pgp-encrypt-region):
7906         * pgg-gpg.el (pgg-gpg-encrypt-region):
7907         Check pgg-encrypt-for-me if no other recipients.
7908
7909 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7910
7911         * tls.el (tls-certtool-program): Fix custom type.
7912
7913 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7916         and point-at-eol instead of line-(beginning|end)-position.
7917
7918         * assistant.el (assistant-parse-buffer): Ditto.
7919
7920         * netrc.el (netrc-parse-services): Ditto.
7921
7922 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7923
7924         * mml2015.el (mml2015-epg-find-usable-key): New function.
7925         (mml2015-epg-sign): Use it.
7926         (mml2015-epg-encrypt): Use it.
7927
7928 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * message.el (message-make-in-reply-to): Quote name containing
7931         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7932         if there are special characters.  Reported by NAKAJI Hiroyuki
7933         <nakaji@jp.freebsd.org>.
7934
7935 2007-02-27  Didier Verna  <didier@xemacs.org>
7936
7937         Include the group parameters as well as the topic ones in the
7938         inheritance filter process.
7939         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7940         argument GROUP-PARAMS-LIST.
7941         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7942
7943 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * nntp.el (nntp-never-echoes-commands)
7946         (nntp-open-connection-functions-never-echo-commands): New variables.
7947         (nntp-send-command): Use them.
7948
7949 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7950
7951         * mml2015.el (mml2015-epg-verify): Simplified.
7952
7953 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * mml.el (mml-content-disposition-alist): New user option.
7956         (mml-content-disposition): New function.
7957         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7958         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7959
7960 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7961
7962         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7963         verification.
7964
7965 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7966
7967         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7968         articles posted in the last 24 hours.
7969
7970 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7971
7972         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7973
7974 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7975
7976         * nntp.el (nntp-send-command): Don't wait for echoes when
7977         nntp-open-ssl-stream is used.
7978
7979 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7982         (gnus-message-add-citation-keywords)
7983         (gnus-message-remove-citation-keywords): Remove.
7984         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7985         directly, make the variables in font-lock-defaults buffer-local, add
7986         gnus-message-citation-keywords to them and then update the value of
7987         font-lock-keywords.
7988
7989 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * message.el (message-cite-original-1): Don't call
7992         gnus-article-highlight-citation.
7993
7994         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7995         citations; fix line count.
7996
7997 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8000         (gnus-message-add-citation-keywords)
8001         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8002         versions of font-lock-add-keywords and font-lock-remove-keywords to
8003         work with XEmacs correctly.
8004
8005 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-cite.el (gnus-cite-face-list): Set the values of
8008         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8009         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8010         (gnus-message-cite-prefix-regexp): New variable.
8011         (gnus-message-search-citation-line): Use it; protect against long
8012         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8013         the 0th match data for Emacs.
8014         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8015         (gnus-message-add-citation-keywords): Append keywords rather than
8016         prepending; emulate font-lock-add-keywords if it is not available.
8017         (gnus-message-remove-citation-keywords): Emulate
8018         font-lock-remove-keywords if it is not available.
8019
8020         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8021
8022         * message.el (message-cite-prefix-regexp): Set the value of
8023         gnus-message-cite-prefix-regexp.
8024
8025 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8026
8027         * nnweb.el (nnweb-google-parse-1): Update parser.
8028
8029 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8030
8031         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8032
8033 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8034
8035         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8036         regexp.
8037
8038 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8041         string-to-multibyte.
8042         (uudecode-decode-region-internal): Use it.
8043
8044         * lpath.el: Fbind string-as-multibyte for XEmacs.
8045
8046 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8049         custom choice.
8050
8051         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8052
8053 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8054
8055         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8056
8057         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8058         `write-region' to respect `mm-inhibit-file-name-handlers'.
8059
8060 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8063         Use gnus-home-directory instead of "~/" or "$HOME".
8064
8065 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8068         to mention filename.
8069         Add comments at beginning regarding usage.
8070         (encrypt-write-file-contents): Change interactive so a string is
8071         acceptable.  If the file has no associated model, show an error instead
8072         of a nonsense prompt.
8073
8074 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8075
8076         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8077         Thanks to Yoshihiko Yamada for kind notification of this typo.
8078
8079 2007-01-12  Kenichi Handa  <handa@m17n.org>
8080
8081         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8082         multibyte buffer.
8083
8084 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-score.el (gnus-score-fast-scoring): New variable.
8087         (gnus-score-headers): Use it.
8088
8089         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8090
8091         * message.el (message-cite-original-1): Call
8092         gnus-article-highlight-citation if requested.
8093         (message-make-from): Allow name and address as optional arguments.
8094
8095         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8096
8097         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8098         bugs to doc string.
8099         (gnus-button-alist): Add mid\\|message-id.
8100         (gnus-button-fetch-group): Extend for use in
8101         `browse-url-browser-function'.
8102         (gnus-button-url-regexp): Try to catch paired parentheses like in
8103         Wikipedia URLs.
8104
8105         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8106         Suggested by Simon Krahnke <overlord@gmx.li>.
8107
8108 2007-01-13  Romain Francoise  <romain@orebokech.com>
8109
8110         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8111         Update copyright.
8112
8113 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8114
8115         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8116
8117 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * gnus-registry.el (gnus-registry-unfollowed-groups)
8120         (gnus-registry-split-fancy-with-parent): Fix documentation.
8121
8122 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8125         from nnweb groups.
8126
8127 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8130         Xref urls.  Erase buffer before requesting head.
8131
8132 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8135         customizable.
8136
8137 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8138
8139         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8140         no signing key is found.
8141         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8142         no encrypting and/or signing key is found.
8143
8144 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8147
8148 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8149
8150         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8151         headers read from disk with the ones newly found in the current search.
8152         This should no longer cause problems, because the article numbers in
8153         Gmane's `nov.php' output are ignored since the previous change.
8154
8155 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8156
8157         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8158
8159 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8162         replace-regexp-in-string; bind url-version; fbind display-images-p and
8163         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8164         find-face and set-itimer-function for Emacs; bind itimer-list for
8165         Emacs.
8166
8167         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8168
8169 2007-01-01  Romain Francoise  <romain@orebokech.com>
8170
8171         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8172
8173 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8174
8175         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8176         `define-minor-mode' macro definition expanded properly.
8177         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8178         exclude it there.
8179
8180         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8181         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8182         `fboundp' test.
8183         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8184         This is OK to autoload in (S)XEmacs now.
8185
8186 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8189         keystroke.
8190         (gnus-summary-limit-to-singletons): Fix typo.
8191
8192         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8193         else fails.
8194
8195 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8196
8197         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8198         docstring.
8199
8200         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8201         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8202         (gnus-summary-insert-dormant-articles): Fix typo in message.
8203
8204 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8207         nil for XEmacs.
8208         (gnus-message-citation-mode): Don't autoload in XEmacs.
8209
8210         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8211
8212 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8213
8214         * nnimap.el (nnimap-expunge-search-string): Mention
8215         nnimap-search-uids-not-since-is-evil in docstring.
8216
8217 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * spam.el: Revert to make-obsolete-variable because
8220         define-obsolete-variable-alias is not supported in Emacs 21.
8221
8222         * spam.el (spam-ifile-path, spam-ifile-database-path)
8223         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8224         make-obsolete-variable.
8225         (spam-bsfilter-path, spam-bsfilter-program)
8226         (spam-spamassassin-path, spam-spamassassin-program)
8227         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8228         use "path" inappropriately.
8229         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8230         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8231         variable names.
8232
8233 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8234
8235         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8236         summary buffer.
8237
8238         * password.el (password-cache-remove): Use clear-string to burn
8239         password, if available.
8240
8241 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8244
8245         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8246
8247         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8248         (gnus-message-highlight-citation): Move defcustom here from
8249         gnus-cite.el.
8250         (gnus-message-citation-mode): Autoload.
8251
8252         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8253         checks to make it compile with XEmacs.
8254         (gnus-message-citation-mode): New minor mode.
8255         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8256         (gnus-message-highlight-citation): New variables.
8257         (gnus-message-search-citation-line)
8258         (gnus-message-add-citation-keywords)
8259         (gnus-message-remove-citation-keywords)
8260         (turn-on-gnus-message-citation-mode)
8261         (turn-off-gnus-message-citation-mode): New functions.
8262
8263 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8264
8265         * gnus-cite.el: Enable highlighting of different citation levels in
8266         message-mode.
8267
8268 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * message.el (message-make-fqdn): Fix comment.
8271         (message-bogus-system-names): Add ".local".
8272
8273         * spam.el (spam-ifile-path, spam-ifile-program)
8274         (spam-ifile-database-path, spam-ifile-database)
8275         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8276         Don't use "path" inappropriately.
8277         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8278         strings.
8279         (spam-check-ifile, spam-ifile-register-with-ifile)
8280         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8281         new variable names.
8282
8283         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8284         (gnus-treat-display-smileys): Simplify using
8285         gnus-image-type-available-p.
8286
8287         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8288         available.
8289
8290         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8291         `display-images-p' if available.
8292
8293 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8296         one after turning on the buffer's multibyteness instead of decoding
8297         them directly in the unibyte buffer that causes unexpected conversion
8298         in Emacs 23 (unicode).
8299
8300 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8301
8302         * message.el (message-generate-hashcash): Fix custom type.
8303
8304 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8307
8308 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8311         disconnect icons.  Add help text.
8312
8313 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8316         negated to be consistent with the others we handle.
8317
8318 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8321         version of gnus-summary-buffer to something, so that we can use two
8322         article buffers at the same time.
8323
8324 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8325
8326         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8327         trigger all the extra headers.
8328         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8329         sorting.
8330
8331 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8332
8333         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8334         solid groups.
8335
8336 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8337
8338         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8339
8340 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * legacy-gnus-agent.el: Add Copyright notice.
8343
8344 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8345
8346         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8347
8348 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8351
8352         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8353         to make it work reliably in CVS Emacs.
8354         (gnus-summary-limit-strange-charsets-predicate)
8355         (gnus-summary-limit-to-predicate): New functions.
8356
8357 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8358
8359         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8360         specifying array size.
8361         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8362         array if it is too small.
8363         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8364         (gnus-sort-threads-loop): New function.
8365
8366 2006-12-06  Chris Moore  <dooglus@gmail.com>
8367
8368         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8369         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8370
8371 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8372
8373         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8374         options.
8375
8376 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8379         DOS-ing the recipient.
8380
8381         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8382         the headers when creating the mapping to avoid mismappings.
8383         (nnweb-gmane-create-mapping): Always nix out old mapping.
8384
8385 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8388         and mm-verify-option to never.
8389
8390 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * message.el (message-signed-or-encrypted-p): New function.
8393         (message-forward-make-body): Use it.
8394
8395         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8396         Replace encode-coding-string with mm-encode-coding-string.
8397
8398 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * nneething.el (nneething-decode-file-name): Replace
8401         decode-coding-string with mm-decode-coding-string.
8402
8403         * gnus-int.el (gnus-open-server): Say failed server's name.
8404
8405 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8406
8407         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8408         strings to a single string.  Quote `errors-file-name'.
8409         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8410         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8411         Adjust calls.  Use `shell-quote-argument'.
8412
8413 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8414
8415         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8416         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8417
8418         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8419         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8420         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8421         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8422         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8423         (gnus-subscribe-newsgroup, gnus-1):
8424         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8425         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8426         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8427         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8428
8429 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8432         keystroke.
8433         (gnus-summary-limit-to-bodies): Implement headersp.
8434
8435 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8438
8439 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8442
8443 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * message.el (message-generate-hashcash): Expand range of values to
8446         include `opportunistic'.
8447         (message-send-mail): Use it.
8448
8449 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8450
8451         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8452         and comment it.
8453
8454         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8455
8456 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-util.el (gnus-extract-address-components): Improve comment.
8459
8460 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-util.el (gnus-extract-address-components): Work with address in
8463         which the name portion contains @.
8464
8465         * lpath.el: Fbind custom-autoload.
8466
8467 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * gnus.el (gnus-start): Move custom group up.
8470         (gnus-select-method): Don't autoload, but make it available for
8471         `customize-variable'.
8472         (gnus-getenv-nntpserver): Don't autoload.
8473
8474 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8475
8476         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8477
8478 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * message.el (message-sendmail-extra-arguments): New variable.
8481         (message-send-mail-with-sendmail): Use it.
8482
8483 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8486         mm-with-unibyte-current-buffer to make string unibyte.
8487
8488         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8489         mm-string-as-multibyte.
8490
8491 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8492
8493         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8494         Reported by Werner Koch <wk@gnupg.org>.
8495
8496 2006-11-14  Daiki Ueno  <ueno@p360>
8497
8498         * mml2015.el: Autoload epa-select-keys when compiling.
8499
8500 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8501
8502         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8503         message-options.
8504         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8505
8506 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8507
8508         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8509         EasyPG (< 0.0.6).
8510         (mml2015-always-trust): New user option.
8511         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8512         prompt.
8513
8514 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * nntp.el (nntp-authinfo-force): New variable.
8517         (nntp-send-authinfo): Use it.
8518
8519 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8522         decode encoded words.  Improve prompt.  Add comment about forwarding.
8523         (message-replacement-char): Move up.
8524
8525 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8526
8527         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8528         instead of gnus-intersection because arguments of gnus-sorted-nunion
8529         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8530
8531 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8534         (message-simplify-subject-functions): Enable
8535         message-strip-subject-encoded-words by default.
8536
8537 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * message.el (message-strip-subject-encoded-words): New function.
8540         (message-simplify-subject-functions): New variable.
8541         (message-simplify-subject): Use it.  Fix typo in doc string.
8542         Support message-strip-subject-encoded-words.
8543
8544 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8545
8546         * gnus-diary.el (gnus-diary-delay-format-function):
8547         * nndiary.el (nndiary-reminders):
8548         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8549
8550 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8551
8552         * gnus-art.el (article-hide-boring-headers): Fetch date from
8553         gnus-original-article-buffer to avoid problems with localized date
8554         strings.
8555
8556 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8559
8560 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8563         New variables.
8564         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8565         (mm-charset-synonym-alist): Move some entries to
8566         mm-codepage-iso-8859-list.
8567         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8568         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8569
8570 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8573
8574 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8577         with Emacs 21 and XEmacs.
8578
8579 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * spam.el (spam-parse-address): New function for better parsing,
8582         catching errors, etc.
8583         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8584
8585 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * mm-view.el: Add interactive arg to html2text autoload.
8588
8589 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8592
8593 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8596         variables.
8597         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8598         (mm-charset-synonym-alist): Move some entries to
8599         mm-codepage-iso-8859-list.
8600
8601         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8602
8603 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * message.el (message-citation-line-format)
8606         (message-insert-formated-citation-line): Fix implementation of %E, %N
8607         and %n according to the doc string.
8608
8609 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8610
8611         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8612         car-safe to avoid bad parses.
8613
8614 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8617         names.
8618
8619         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8620
8621 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8624         header.
8625
8626         * message.el (message-draft-headers): Add Date.
8627         (message-headers-to-generate): Fix typo in docstring.
8628
8629         * nndraft.el (nndraft-required-headers): New variable.
8630         (nndraft-generate-headers): Use it.
8631
8632         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8633
8634 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8635
8636         * gnus-registry.el (gnus-registry-wash-for-keywords)
8637         (gnus-registry-find-keywords): New functions to allow easy searching of
8638         articles that are in the registry.
8639
8640 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8641
8642         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8643         ietf-drums-parse-address instead of gnus-extract-address-components.
8644         Reported by Damien Elmes <damien@repose.cx>.
8645
8646 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus.el (gnus-mime): Remove unused custom group.
8649
8650 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8651
8652         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8653         "blank line" when searching for end of armor headers.
8654
8655 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gmm-utils.el (gmm-write-region): Fix variable name.
8658
8659 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gmm-utils.el (gmm-write-region): New function based on compatibility
8662         code from `mm-make-temp-file'.
8663
8664         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8665
8666         * nnmaildir.el (nnmaildir--update-nov)
8667         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8668         Use `gmm-write-region'.
8669
8670 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8673         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8674
8675         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8676
8677         * message.el (message-replacement-char): New variable.
8678         (message-fix-before-sending): Use it.
8679         (message-simplify-subject): New function to remove duplicate code.
8680         (message-reply, message-followup): Use it.
8681
8682         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8683         gnus-summary-limit-to-articles.
8684
8685 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-util.el (gnus-with-local-quit): New macro.
8688
8689         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8690
8691 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8692
8693         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8694         ignore non-string data.
8695
8696 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8697
8698         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8699         non-string data (needs to be done in the registry too).
8700
8701 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8704         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8705         (gnus-registry-split-fancy-with-parent)
8706         (gnus-registry-fetch-simplified-message-subject-fast)
8707         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8708         Remove text properties on ingress into the registry and when it's saved.
8709         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8710         registry from entries with no groups.
8711
8712 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8713
8714         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8715         function to remove string properties.
8716
8717 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gmm-utils.el (gmm): Adjust custom version.
8720
8721         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8722         custom version.
8723
8724         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8725
8726 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-art.el (gnus-insert-prev-page-button)
8729         (gnus-insert-next-page-button): Simplify.  Reformat.
8730
8731 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8732
8733         * gnus-art.el (gnus-insert-prev-page-button)
8734         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8735
8736 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8737
8738         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8739
8740 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8741
8742         * gnus-art.el (gnus-insert-mime-button)
8743         (gnus-insert-mime-security-button):
8744         Apply gnus-article-button-face to MIME and security buttons.
8745
8746 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8749         readable.
8750
8751 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8754
8755 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8756
8757         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8758         `browse-url-of-file' instead of `browse-url'.
8759
8760 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8761
8762         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8763         regexp.  Articles containing quotation were cut prematurely.
8764
8765 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * message.el (message-cite-original-1): Use nobody by default for the
8768         value of From header.
8769         (message-reply): Ditto.
8770
8771 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8774         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8775         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8776
8777 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8780         mails in the doc string.  Add some URLs in comment.
8781         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8782
8783 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8786         backslashes handling and the way to find boundaries of quoted strings.
8787
8788 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8789
8790         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8791         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8792         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8793         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8794
8795 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8798         doc string.
8799         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8800
8801 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * lpath.el: Fbind epg-check-configuration.
8804
8805 2006-09-06  Simon Josefsson  <jas@extundo.com>
8806
8807         * mml2015.el (mml2015-use): Doc fix, mention epg.
8808
8809 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8810
8811         * mml2015.el (mml2015-use): Default to epg, if available.
8812
8813 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8814
8815         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8816         message-sender.
8817         (mml1991-epg-encrypt): Ditto.
8818         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8819         message-sender.
8820         (mml2015-epg-encrypt): Ditto.
8821
8822 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8823
8824         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8825         several common directories.
8826
8827 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8828
8829         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8830         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8831
8832 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-art.el (article-decode-encoded-words): Make it fast.
8835
8836 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8839
8840         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8841         in quoted string into `\'.
8842
8843 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8846         Use standard-syntax-table.
8847
8848 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-decode-address-function): New variable.
8851         (article-decode-encoded-words): Use it to decode headers which are
8852         assumed to contain addresses.
8853         (gnus-mime-delete-part): Remove useless `or'.
8854
8855         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8856         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8857         (gnus-nov-parse-line): Use it to decode From header.
8858         (gnus-get-newsgroup-headers): Ditto.
8859         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8860
8861         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8862         (mail-decode-encoded-address-string): New alias.
8863
8864         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8865         New function.
8866         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8867         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8868         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8869         (rfc2047-decode-string): Ditto.
8870         (rfc2047-decode-address-region): New function.
8871         (rfc2047-decode-address-string): New function.
8872
8873 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * message.el (message-caesar-buffer-body): Allow rotating headers.
8876
8877         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8878
8879         * message.el (message-insert-formated-citation-line): Fix %f.
8880         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8881
8882 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8885         (gnus-bookmark-mouse-available-p): New macro.
8886         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8887         (gnus-bookmark-bmenu-show-infos): Use it.
8888         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8889         (gnus-bookmark-bmenu-hide-infos): Ditto.
8890         (gnus-bookmark-remove-properties): New function.
8891         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8892         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8893         (gnus-bookmark-write-file): Bind coding-system-for-write.
8894         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8895         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8896         group before selecting it.
8897         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8898         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8899         quit-window if it is not available; use gnus-mouse-2 and bind it to
8900         gnus-bookmark-bmenu-select-by-mouse.
8901         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8902         (gnus-bookmark-bmenu-select-by-mouse): New function.
8903
8904 2006-08-13  Romain Francoise  <romain@orebokech.com>
8905
8906         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8907         space.
8908
8909 2006-08-10  Romain Francoise  <romain@orebokech.com>
8910
8911         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8912         (dns-mode-soa-auto-increment-serial): New user option.
8913         (dns-mode-soa-maybe-increment-serial): New function.
8914         (dns-mode): Add the latter to `write-contents-functions'.
8915
8916 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * compface.el (uncompface): Use binary rather than raw-text-unix.
8919
8920 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * compface.el (uncompface): Make sure the eol conversion doesn't take
8923         place when communicating with the external programs.  Reported by
8924         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8925
8926 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8929
8930 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8931
8932         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8933         Make it more robust by parsing author and date independently.
8934
8935 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8938
8939 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8940
8941         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8942         first matching secret key.
8943         (mml2015-epg-encrypt): Ditto.
8944
8945         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8946         first matching secret key.
8947         (mml1991-epg-encrypt): Ditto.
8948
8949         * mml2015.el (mml2015-encrypt-to-self): New user option.
8950         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8951         mml2015-epg-encrypt-to-self is set.
8952
8953         * mml1991.el (mml1991-encrypt-to-self): New variable.
8954         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8955         mml1991-epg-encrypt-to-self is set.
8956
8957         * mml2015.el (mml2015-signers): New user option.
8958         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8959         (mml2015-epg-encrypt): Allow to select signing keys.
8960
8961         * mml1991.el (mml1991-signers): New variable.
8962         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8963         (mml1991-epg-encrypt): Allow to select signing keys.
8964
8965 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * nnheader.el (nnheader-insert-head): Make it work even if the file
8968         uses CRLF for the line-break code.
8969
8970 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8971
8972         * mml2015.el: Require mml-sec instead of password.
8973         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8974         (mml2015-cache-passphrase): Inherit the default value from
8975         mml-secure-cache-passphrase.
8976         (mml2015-passphrase-cache-expiry): Inherit the default value from
8977         mml-secure-passphrase-cache-expiry.
8978
8979         * mml1991.el: Require mml-sec instead of password.
8980         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8981         (mml1991-cache-passphrase): Inherit the default value from
8982         mml-secure-cache-passphrase.
8983         (mml1991-passphrase-cache-expiry): Inherit the default value from
8984         mml-secure-passphrase-cache-expiry.
8985
8986         * mml-sec.el: Require password.
8987         (mml-secure-verbose): New user option.
8988         (mml-secure-cache-passphrase): New user option.
8989         (mml-secure-passphrase-cache-expiry): New user option.
8990
8991 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8992
8993         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8994         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8995         andreas@altroot.de (Andreas Vögele).
8996
8997         FIXME: Use `tiny change'?
8998
8999 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9000
9001         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9002         workaround for the url package included with Emacs.
9003
9004         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9005
9006 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9009         correctly.  This fixes a bug caused by the 2006-05-12 change.
9010
9011 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9012
9013         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9014         some information about the error when saying that the `bogus' mail
9015         group will be used.
9016
9017 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9020         string.
9021
9022 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9023
9024         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9025
9026 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9027
9028         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9029
9030 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9031
9032         * mml1991.el (mml1991-function-alist): Add epg.
9033         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9034         (mml1991-epg-encrypt): New functions.
9035
9036 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9037
9038         * mml2015.el (mml2015-verbose): New variable.
9039         (mml2015-cache-passphrase): Ditto.
9040         (mml2015-passphrase-cache-expiry): Ditto.
9041         (mml2015-function-alist): Add epg.
9042         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9043         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9044         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9045         functions.
9046
9047 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9048
9049         * message.el (message-cite-original-1): Preserve region when removing
9050         quoted text due to X-No-Archive in order to avoid bogus attribution
9051         when citing multiple messages.
9052
9053 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9054
9055         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9056         Kenneth Jacker <khj@be.cs.appstate.edu>.
9057
9058 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-diary.el (gnus-user-format-function-d)
9061         (gnus-user-format-function-D): Autoload.
9062
9063         * imap.el (Commentary): Fix typo.
9064
9065         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9066         2006-04-22 contribution.
9067
9068 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9069
9070         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9071         It didn't really fix the bogosity I'm seeing with solid web groups.
9072
9073 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9074
9075         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9076         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9077         created using server names.  If we use the feature without declaring
9078         it, Gnus does not properly manage server and group state.
9079
9080         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9081         bound.
9082
9083 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9086         looking up the method using GROUP's prefix before inventing a new one.
9087         It is used on killed/unknown groups in various places where returning
9088         an all-new method isn't expected by the caller.
9089
9090         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9091         and match semantics of gnus-group-real-prefix.
9092
9093 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * nnmail.el (nnmail-broken-references-mailers): New variable.
9096         (nnmail-ignore-broken-references): New function generalizing
9097         nnmail-fix-eudora-headers.
9098         (nnmail-fix-eudora-headers): Now obsolete.
9099
9100         * gnus-art.el (gnus-button-handle-custom): Support
9101         `customize-apropos*'.
9102
9103 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9106
9107         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9108         articles.
9109
9110 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * message.el (message-cite-reply-above): New variable.
9113         (message-yank-original): Use it.
9114
9115 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9118
9119 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9122         as read.
9123
9124         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9125
9126 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9129         (gnus-bookmark-default-file): Use gnus-directory.
9130         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9131         Remove "*" in doc string.
9132         (gnus-bookmark-write-file): Simplify.
9133         (gnus-bookmark-maybe-sort-alist): Use `when'.
9134         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9135         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9136         FIXME about Emacs 21 and XEmacs compatibility.
9137         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9138         compatibility.
9139         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9140         compatibility.
9141         (gnus-bookmark-menu-heading): Fix version.
9142
9143 2006-06-19  Bastien Guerry  <bzg@altern.org>
9144
9145         * gnus-bookmark.el: New file.
9146
9147 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * message.el (message-syntax-checks): Doc fix.
9150
9151 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9152
9153         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9154         unsubscribed groups as if they were killed ones.  It causes duplicate
9155         entries in gnus-newsrc-alist.
9156
9157 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * message.el (message-syntax-checks): Doc fix.
9160         (message-send-mail): Add check for continuation headers.
9161         (message-check-news-header-syntax): Fix regexp used to check for
9162         continuation headers.
9163
9164 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9167
9168 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9171
9172 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9175         default-truncate-lines.
9176
9177 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9180         to fill the utf-8 entry.
9181
9182         * lpath.el: Fbind unicode-precedence-list.
9183
9184 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9185
9186         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9187
9188 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9189
9190         * gnus-agent.el (directory-files-and-attributes): Move all the way
9191         forward (the third and final move).
9192         (gnus-agent-read-agentview): Trap reconstruction errors due to
9193         nonexistant directory.  Handle by returning nil.
9194
9195 2006-05-30  Didier Verna  <didier@xemacs.org>
9196
9197         * message.el (message-dont-reply-to-names): Update the custom type.
9198         * message.el (message-dont-reply-to-names): New defsubst: potentially
9199         convert a list of regexps into a single one.
9200         * message.el (message-get-reply-headers): Use it.
9201         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9202
9203 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-agent.el (directory-files-and-attributes): Move forward.
9206
9207 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * gnus-ml.el (gnus-mailing-list-subscribe)
9210         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9211         (gnus-mailing-list-message): Fix doc strings.
9212
9213 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9214
9215         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9216         of doing it manually.
9217
9218 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9221         comment.
9222
9223 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9224
9225         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9226         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9227         (gnus-agent-read-local): All symbols allocated in my-obarray.
9228         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9229         (gnus-agent-regenerate-group): Check numeric names to see if they are
9230         messages or groups.
9231         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9232         better way of do this...)
9233
9234         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9235         'dummy.group' (there should be a better way of do this...)
9236
9237 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9240         (gnus-saved-headers): Ditto.
9241         (gnus-default-article-saver): Mention functions may have properties.
9242         (gnus-article-save): Override gnus-save-all-headers and
9243         gnus-saved-headers by :headers property which saver function may have.
9244         (gnus-summary-save-in-file): Add :headers property.
9245         (gnus-summary-write-to-file): Ditto.
9246
9247         * gnus-sum.el (gnus-summary-save-article): Bind
9248         gnus-prompt-before-saving to t when saving many articles in a file;
9249         always show all headers.
9250
9251         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9252
9253 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9254
9255         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9256         marks.
9257
9258         * message.el (message-indent-citation): Add optional arguments to allow
9259         using it outside of message buffers.
9260
9261         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9262         (gnus-article-treat-unfold-headers): Use it.
9263         (gnus-article-truncate-lines): New variable.
9264         (gnus-article-mode): Use it.
9265         (gnus-article-toggle-truncate-lines): New function.
9266
9267         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9268         gnus-article-toggle-truncate-lines.
9269
9270         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9271         coding system in XEmacs, use binary.
9272
9273 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9276         after-load-alist.
9277
9278         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9279         this function should save decoded articles.
9280         (gnus-summary-write-to-file): Use property to specify this function
9281         should save decoded articles and specify gnus-summary-save-in-file
9282         should be used to save articles other than the first one when saving
9283         many articles.
9284         (gnus-summary-save-body-in-file): Use property to specify this
9285         function should save decoded articles.
9286         (gnus-summary-write-body-to-file): Use property to specify this
9287         function should save decoded articles and specify
9288         gnus-summary-save-body-in-file should be used to save articles other
9289         than the first one when saving many articles.
9290
9291         * gnus-sum.el (gnus-summary-save-article): Simplify.
9292
9293 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-default-article-saver): Add
9296         gnus-summary-write-body-to-file.
9297         (gnus-article-save-coding-system): Don't use coding system object
9298         in XEmacs.
9299         (gnus-read-save-file-name): Add optional `dir-var' argument which
9300         specifies directory in which files are saved; work even if optional
9301         `variable' argument is not specified.
9302         (gnus-summary-write-to-file): Read file name.
9303         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9304         (gnus-summary-write-body-to-file): New function.
9305
9306         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9307         (gnus-summary-local-variables): Add it.
9308         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9309         (gnus-summary-save-article): Remove optional `decode' argument;
9310         determine whether to decode articles by the value of
9311         gnus-default-article-saver; when saving many files using
9312         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9313         it first and use gnus-summary-save-in-file or
9314         gnus-summary-save-body-in-file thereafter unless
9315         gnus-prompt-before-saving is always; move point to article which
9316         will be saved.
9317         (gnus-summary-save-article-file): Revert.
9318         (gnus-summary-write-article-file): Revert.
9319         (gnus-summary-save-article-body-file): Revert.
9320         (gnus-summary-write-article-body-file): New function.
9321
9322 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (gnus-default-article-saver): Doc fix.
9325         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9326         from gnus-summary-save-article-coding-system, and default to a
9327         certain coding system.
9328         (gnus-output-to-file): Add coding cookie and encode text according
9329         to gnus-article-save-coding-system; don't use mm-append-to-file.
9330
9331         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9332         gnus-art.el and rename to gnus-article-save-coding-system.
9333         (gnus-summary-save-article): Require gnus-art; don't show all
9334         headers if it decodes articles; don't add coding cookie here;
9335         don't bind mm-text-coding-system-for-write.
9336         (gnus-summary-save-article-file): Save decoded articles.
9337         (gnus-summary-write-article-file): When saving many files, use
9338         gnus-summary-write-to-file first and gnus-summary-save-in-file
9339         thereafter unless gnus-prompt-before-saving is always.
9340         (gnus-summary-save-article-body-file): Save decoded articles.
9341
9342         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9343
9344 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * nnrss.el (nnrss-check-group): Bind hash-index.
9347
9348 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9349
9350         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9351         its hash index.  Store this hash in `nnrss-group-data'.
9352         (nnrss-read-group-data): Update accordingly.
9353
9354 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9355
9356         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9357         entry.
9358
9359         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9360         gnus-article-browse-html-article.
9361
9362 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9363
9364         * gnus-sum.el (gnus-summary-mime-map): Add
9365         gnus-article-browse-html-article.
9366
9367         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9368
9369 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9372         suitable coding systems in customize.
9373
9374 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * mail-source.el (mail-sources): Fix custom type.
9377
9378 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9381         (gnus-summary-expire-articles-now): Shorten prompt.
9382
9383         * gmm-utils.el (wid-edit): Require.
9384         (defun-gmm): Renamed from `gmm-defun-compat'.
9385         (gmm-image-search-load-path): Use it.
9386         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9387
9388 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9391         variable.
9392         (gnus-summary-save-article): Add optional `decode' argument.  If
9393         it is set and gnus-summary-save-article-coding-system is non-nil,
9394         save decoded article.
9395         (gnus-summary-write-article-file): Save decoded article if
9396         gnus-summary-save-article-coding-system is non-nil.
9397
9398         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9399         type.
9400
9401 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9404
9405 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9408         first to test gnus-single-article-buffer which may be buffer-local.
9409
9410         * gnus-sum.el (gnus-summary-setup-buffer): Make
9411         gnus-single-article-buffer buffer-local and nil in ephemeral
9412         group; make gnus-article-buffer, gnus-article-current, and
9413         gnus-original-article-buffer always buffer-local.
9414         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9415         group.
9416         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9417
9418 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * nnml.el (nnml-request-compact-group): Compressed files might not
9421         have .gz extension.
9422
9423 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9424
9425         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9426         (mm-copy-to-buffer): Use with-current-buffer.
9427         (mm-display-part): Simplify.
9428         (mm-inlinable-p): Add optional arg `type'.
9429
9430 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9431
9432         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9433         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9434         Try harder to show the attachment internally or externally using
9435         gnus-mime-view-part-as-type.
9436
9437 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * message.el (message-from-style, message-signature-separator)
9440         (message-user-organization-file, message-send-mail-function)
9441         (message-citation-line-function, message-yank-prefix)
9442         (message-indent-citation-function, message-signature)
9443         (message-signature-file, message-signature-insert-empty-line):
9444         Remove autoloads.
9445
9446         * gnus-art.el (gnus-buttonized-mime-types): Remove
9447         "multipart/signed".  Revert 2006-04-26 change.
9448
9449 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus.el (gnus-version-number): Bump version.
9452
9453 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9454
9455         * gnus.el: No Gnus v0.5 is released.
9456
9457 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9458
9459         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9460         fetching articles by message-id.
9461
9462 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * message.el (hashcash): Require hashcash as normal.
9465
9466         * ecomplete.el (ecomplete-highlight-match-line): Use
9467         point-at-eol.
9468         (ecomplete-highlight-match-line): Use `highlight', because that
9469         face exists in both Emacs and XEmacs.
9470
9471         * message.el (message-display-abbrev): Use point-at-bol.
9472
9473         * mail-source.el: Don't require timer/timer-funcs.
9474
9475         * gnus-async.el: Ditto.
9476
9477         * password.el: Ditto.
9478
9479         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9480
9481         * mm-url.el: Ditto.
9482
9483         * gnus-xmas.el: Don't require timer-funcs.
9484
9485         * mm-util.el: Require timer/timer-funcs.
9486
9487 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9488
9489         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9490         Close.
9491
9492 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9495         unibyte after clear-decrypt function runs.
9496
9497         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9498         returns as a unibyte string.
9499
9500 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * lpath.el: Revert.
9503
9504         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9505         (pgg-gpg-process-sentinel): Revert.
9506
9507         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9508         (pgg-pgp-lookup-key): Revert.
9509
9510         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9511         (pgg-pgp5-lookup-key): Revert.
9512
9513         * pgg.el (pgg-fetch-key): Revert.
9514
9515 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * lpath.el: Fbind string-as-multibyte for XEmacs.
9518
9519         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9520         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9521         (mml1991-pgg-encrypt): Ditto.
9522
9523         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9524         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9525         a multibyte buffer.
9526
9527         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9528         (pgg-pgp-lookup-key): Ditto.
9529
9530         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9531         (pgg-pgp5-lookup-key): Ditto.
9532
9533         * pgg.el (pgg-fetch-key): Ditto.
9534
9535 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * message.el (message-user-organization-file): Check several
9538         locations of the organization file.
9539
9540         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9541         Add gnus-article-view-part-as-type.
9542
9543         * gnus-art.el (gnus-article-view-part-as-type): New function.
9544
9545         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9546         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9547
9548         * mml.el: Simplify autoload.
9549         (mml-mode): defvar dnd-protocol-alist instead of using
9550         symbol-value.
9551         (mml-default-directory): New variable.
9552         (mml-minibuffer-read-file): Use it.
9553         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9554
9555         * message.el (message-citation-line-format): New variable.
9556         (message-insert-formated-citation-line): New function.
9557         (message-citation-line-function): Add
9558         `message-insert-formated-citation-line' to custom type.
9559
9560         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9561         to doc string.
9562
9563         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9564         depending on mm-verify-option.
9565
9566 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9569         binding pgg-* variables; reimplement the section which prevents
9570         MIME header from being signed.
9571         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9572         pgg-text-mode; remove a blank line at the top of body.
9573
9574         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9575         lines at the top of body; use gnus-newsgroup-charset if there's no
9576         Charset header.
9577
9578 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * message.el (message-self-insert-commands): Doc fix.
9581
9582         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9583         (mm-uu-pgp-encrypted-test): Ditto.
9584         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9585         between header and body; return application/pgp-encrypted handle
9586         if decryption failed; decode decrypted body by charset.
9587
9588         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9589         element match to application/pgp-*.
9590
9591 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9592
9593         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9594         HTML.
9595
9596 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * mail-source.el (mail-source-call-script): Message the error
9599         string.
9600
9601 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * gnus-util.el (gnus-byte-compile): Use it.
9604
9605 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9606
9607         * gnus-util.el (kill-empty-logs): New function.
9608
9609 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * message.el (message-mail-alias-type): Doc fix.
9612         (message-mail-alias-type-p): New function.
9613         (message-send): Use it.
9614         (message-mode): Ditto.
9615         (message-strip-forbidden-properties): Ditto.
9616
9617         * ecomplete.el (ecomplete-database-file-coding-system): New
9618         variable.
9619         (ecomplete-save): Use it.
9620         (ecomplete-setup): Use it.
9621
9622 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * message.el (message-self-insert-commands): New variable.
9625         (message-strip-forbidden-properties): Use it.
9626
9627 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9630         that doesn't make XEmacs choke.
9631
9632 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-util.el (gnus-replace-in-string):
9635         Prefer replace-regexp-in-string over of replace-in-string.
9636
9637 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-util.el (gnus-select-frame-set-input-focus):
9640         Use select-frame-set-input-focus if it is available in XEmacs; use
9641         definition defined in Emacs 22 for old Emacsen.
9642
9643         * dgnushack.el: Autoload unmorse-region for XEmacs.
9644
9645         * lpath.el: Bind cursor-in-non-selected-windows and
9646         select-frame-set-input-focus for XEmacs.
9647
9648 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9651
9652 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9653
9654         * gnus-registry.el (gnus-registry-cache-save): Remove text
9655         properties when saving via the temp buffer.
9656
9657 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * message.el (message-generate-hashcash): Honor custom type.
9660
9661 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * message.el (message-generate-hashcash): Default to non-nil when
9664         hashcash is found.
9665
9666         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9667         (gnus-refer-thread-limit): Increase default to 500.
9668
9669         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9670
9671         * flow-fill.el (fill-flowed): Allow delete-space.
9672
9673 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9676         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9677         Remove autoloads.
9678
9679 2006-04-18  Simon Josefsson  <jas@extundo.com>
9680
9681         * message.el (message-generate-hashcash): Default to.
9682
9683 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9686         concatenating segments rather than before concatenating them.
9687
9688 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9691
9692 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9695
9696         * message.el (message-forward-make-body-plain): Allow
9697         message-forward-ignored-headers to be a list.
9698         (message-remove-ignored-headers): Factor out into function.
9699         (message-forward-make-body-mml): Use it.
9700
9701         * imap.el (imap-quote-specials): New function.
9702         (imap-login-auth): Quote specials.
9703
9704         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9705         (rfc2231-parse-string): Allow concatanation of parameters that
9706         aren't contiguous.  The test case is
9707           (mail-header-parse-content-type "message/external-body;
9708             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9709             access-type=LOCAL-FILE;
9710             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9711
9712 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9713
9714         * nntp.el (nntp-accept-process-output): Return the value of
9715         `nnheader-accept-process-output'.
9716
9717 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9720         (gnus-button-alist): Recognize more diff formats.
9721         (gnus-button-patch): Strip directory.
9722
9723 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9726         Emacs 22 when setting focus.
9727
9728 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus-art.el (gnus-article-treat-types): Do treatment of
9731         text/x-verbatim parts.
9732         (gnus-button-patch): New command.
9733
9734         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9735         addresses that contain invalid characters.
9736
9737 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * message.el (message-put-addresses-in-ecomplete): Use
9740         gnus-replace-in-string.
9741         (message-is-yours-p): Use the more correct
9742         mail-header-parse-address instead of
9743         mail-extract-address-components.
9744         (message-put-addresses-in-ecomplete): Fix typo.
9745
9746         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9747         keystroke.
9748
9749         * gnus-art.el (gnus-treatment-function-alist): Change order of
9750         newsgroups/generic header folding to avoid double-folding.
9751
9752         * message.el (message-hidden-headers): Add X-Draft-From.
9753
9754         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9755         command.
9756         (gnus-summary-repeat-search-article-backward): New command.
9757
9758         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9759         groups in the parent topic.
9760
9761 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9762
9763         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9764         (spam-extra-header-to-number): Return the CRM114 number as a
9765         number instead of a string.
9766
9767 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * gnus-art.el (gnus-face-properties-alist): Moved here from
9770         gnus-fun.
9771
9772         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9773
9774 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * message.el (message-strip-forbidden-properties): Only display on
9777         self-insert-command.
9778
9779         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9780         reindent.
9781         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9782
9783 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9784
9785         * smiley.el (smiley-style): Fix typo.
9786
9787 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * hashcash.el (hashcash-insert-payment-async-2): Use
9790         message-goto-eoh instead of doing it manually.
9791         (mail-add-payment): Use message-narrow-to-header instead of trying
9792         to do the same itself.
9793
9794         * message.el (message-hidden-headers): Add Face.
9795
9796         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9797         reparenting code.
9798         (gnus-summary-reparent-children): Refactored out code.
9799         (gnus-summary-thread-map): New keystroke.
9800         (gnus-summary-reparent-children): Make into command.
9801
9802         * smiley.el (smiley-style): Default to `medium' if using a large
9803         font.
9804
9805         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9806         does it itself.
9807
9808         * message.el (message-point-in-header-p): Simplify definition.
9809
9810 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * nnagent.el (nnagent-request-set-mark): Silence log file
9813         writing.
9814         (nnagent-request-set-mark): Use write-region instead of
9815         append-to-file.
9816
9817         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9818         strange select method.
9819
9820         * ecomplete.el (ecomplete-display-matches): Get highlightling
9821         right.
9822         (ecomplete-display-matches): Use literals.
9823         (ecomplete-display-matches): Disable message logging.
9824
9825         * message.el (message-display-abbrev): Small optimization.
9826
9827         * ecomplete.el (ecomplete-display-matches): Allow automatic
9828         display.
9829
9830         * message.el (message-strip-forbidden-properties): Display
9831         abbrevs.
9832         (message-display-abbrev): Get automatic display right.
9833
9834         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9835         keystrokes.
9836
9837 2006-04-13  Romain Francoise  <romain@orebokech.com>
9838
9839         TODO: Backport to v5-10!
9840
9841         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9842         Moved here (and renamed) from gnus-registry.el.
9843
9844         * gnus-registry.el: Require gnus-util.
9845         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9846
9847 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * gnus-group.el (gnus-group-catchup-current): Change
9850         if-then-else-if-then-else into cond.
9851         (gnus-group-catchup): Indent.
9852         (group-name-at-point): New function.
9853         (gnus-fetch-group): Provide default from thing at point.
9854
9855 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * message.el (message-display-abbrev): Fix regexp.
9858
9859         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9860         choosing.
9861         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9862         dead variables.
9863
9864         * message.el (message-newline-and-indent): Remove debugging.
9865         (message-display-abbrev): Use new implementation.
9866
9867 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-art.el (gnus-article-mode): Set
9870         cursor-in-non-selected-windows to nil.
9871
9872         * smiley.el: Revert previous change.
9873         (smiley-data-directory): defvar it before using it in the
9874         defcustom of `smiley-style'.
9875
9876 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * message.el (message-newline-and-indent): New function.
9879
9880         * ecomplete.el: Implement more bits.
9881
9882         * message.el (message-put-addresses-in-ecomplete): Clean up the
9883         string.
9884
9885         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9886
9887         * gnus-sum.el (gnus-summary-save-parts): Bind
9888         gnus-summary-save-parts-counter and use it to make unique file
9889         names.
9890
9891         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9892
9893         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9894         parameter to say whether to actually parse the individual
9895         addresses.
9896
9897         * message.el (message-put-addresses-in-ecomplete): New function.
9898         (ecomplete): Require.
9899         (message-mail-alias-type): Add ecomplete as an option.
9900
9901 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9902
9903         * flow-fill.el (fill-flowed): Remove trailing space from blank
9904         quoted lines.
9905
9906 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * smiley.el (smiley-style): Move definition later to avoid a
9909         compilation warning.
9910
9911 2006-04-12  Kenichi Handa  <handa@m17n.org>
9912
9913         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9914         buffer and then decode the buffer text if necessary.
9915         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9916         first, and after mm-encode-body, change the buffer to unibyte.
9917         Use mm-disable-multibyte instead of set-buffer-multibyte.
9918
9919 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9922         Content-Type header instead of Content-Disposition header.
9923         (gnus-mime-inline-part): Ditto.
9924         (gnus-mime-view-part-as-charset): Ignore charset that the part
9925         specifies.
9926
9927         * mm-decode.el (mm-display-part): Work with external parts and
9928         usual parts similarly.
9929
9930         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9931         instead of gnus-display-mime.
9932
9933         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9934         instead of with-temp-buffer.
9935
9936         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9937         tag to summarized topics part in order to encode non-ASCII text.
9938
9939 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * smiley.el (smiley-style): New variable.
9942         (smiley-directory): New function.
9943         (smiley-data-directory): Derive from `smiley-style' using
9944         `smiley-directory'.
9945         (smiley-regexp-alist): Add new entries.
9946
9947         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9948         (gnus-article-browse-delete-temp): Add :version.
9949
9950 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9951
9952         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9953         the sieve region.
9954
9955 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus.el (gnus-version-number): Bump version.
9958
9959 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus.el: No Gnus v0.4 is released.
9962
9963 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9966         layout.
9967
9968         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9969         unknown charset.
9970
9971         * message.el (message-header-synonyms): Add Original-To to the
9972         default.
9973
9974         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9975         optional parameter.
9976
9977 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-fun.el (gnus): Require it for gnus-directory.
9980
9981 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9984
9985 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9986
9987         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9988
9989 2006-04-05  Simon Josefsson  <jas@extundo.com>
9990
9991         * password.el (password-reset): New function.
9992
9993 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9994
9995         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9996         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9997
9998 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9999
10000         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10001         Some whitespace was matched into the url, which broke browsing hits
10002         > 100 when mm-url-use-external was nil.
10003
10004 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10007         gnus-extra-headers for 'Newsgroups.
10008
10009         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10010         bound.
10011
10012 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10013
10014         * pgg-gpg.el: Clean up process buffers every time gpg processes
10015         complete.
10016
10017 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10020         doc string.
10021
10022 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10023
10024         * pgg-gpg.el (pgg-gpg-process-filter)
10025         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10026
10027         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10028         lines, temporary fix.
10029
10030 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10033
10034 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10035
10036         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10037         default-enable-multibyte-characters.  This reverts the change from
10038         revision 6.17 which is no longer necessary because the passphrase
10039         is sent separately now.  GnuPG messages are unreadable under
10040         multibyte locales with default-enable-multibyte-characters set to
10041         nil.
10042
10043 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * message.el (message-tool-bar-gnome): Move "spell".
10046
10047 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10050         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10051         instead.
10052
10053 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10054
10055         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10056         newsgroups handling for NNTP overviews which don't include
10057         Newsgroups.
10058
10059 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10060
10061         * message.el (message-resend): Bind message-generate-hashcash to nil.
10062
10063 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10064
10065         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10066         when searching for already-paid recipients.
10067
10068 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10069
10070         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10071         passphrases when it is not needed.
10072         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10073         passphrase stuff from gpg, should only be necessary when you use
10074         gpg with a smartcard.
10075
10076 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * mml.el (mml-insert-mime): Ignore cached contents of
10079         message/external-body part.
10080
10081         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10082         (mm-insert-part): Ditto.
10083
10084 2006-03-23  Simon Josefsson  <jas@extundo.com>
10085
10086         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10087         Reiner.
10088         (pgg-gpg-use-agent-p): Use it again.
10089
10090 2006-03-23  Simon Josefsson  <jas@extundo.com>
10091
10092         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10093         older emacsen.
10094         (pgg-gpg-use-agent-p): Don't use it.
10095
10096 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10099         if we can.
10100
10101 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10102
10103         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10104         (pgg-gpg-update-agent): New function.
10105         (pgg-gpg-use-agent-p): New function.
10106         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10107         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10108         (pgg-gpg-sign-region): Use it.
10109
10110 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10113         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10114
10115 2006-03-21  Simon Josefsson  <jas@extundo.com>
10116
10117         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10118         <wilde@sha-bang.de>.
10119         (pgg-gpg-use-agent): New variable.
10120         (pgg-gpg-process-region): Use it.
10121         (pgg-gpg-encrypt-region): Likewise.
10122         (pgg-gpg-encrypt-symmetric-region): Likewise.
10123         (pgg-gpg-decrypt-region): Likewise.
10124         (pgg-gpg-sign-region): Likewise.
10125         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10126
10127 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10130
10131         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10132         Add comment on version.
10133
10134 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * smiley.el: Add missing test smiley.
10137
10138 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * mm-decode.el (mm-with-part): New macro.
10141         (mm-get-part): Use it; work with message/external-body as well.
10142         (mm-save-part): Treat name and filename equally.
10143
10144         * mm-extern.el (mm-extern-cache-contents): New function.
10145         (mm-inline-external-body): Use it; force the part to be displayed;
10146         move undisplayer added to the cached handle to the parent.
10147
10148         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10149         (gnus-mime-view-part-as-type): Work with message/external-body.
10150
10151         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10152
10153 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10156         images in image-load-path.  [Sync with image.el, revision 1.60, in
10157         Emacs.]
10158
10159 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10162         path rather than symbol.  Always return list of directories.
10163         Guarantee that image directory comes first.  [Sync with image.el,
10164         revision 1.59, in Emacs.]
10165
10166         * message.el (message-make-tool-bar): Adjust to new API of
10167         `gmm-image-load-path-for-library'.
10168
10169         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10170
10171         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10172
10173 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10174
10175         * gnus-art.el (gnus-article-only-boring-p):
10176         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10177         intangible text.
10178         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10179
10180 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10183         `defun' instead of `gmm-defun-compat'.
10184
10185 2006-03-14  Simon Josefsson  <jas@extundo.com>
10186
10187         * message.el (message-unique-id): Don't use message-number-base36
10188         if (user-uid) is a float.
10189         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10190
10191 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10194
10195         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10196         empty line between a part and a message part.
10197
10198 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * smiley.el: Add more test smileys.
10201         (smiley-data-directory, smiley-regexp-alist)
10202         (gnus-smiley-file-types): Fix doc strings.
10203         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10204         adding new elements.
10205         (smiley-mouse-map): Unused code.  Make it a comment.
10206
10207 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10210         scan latest NoCeM messages instead of old ones.
10211         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10212         delimiters that are recently used.
10213         (gnus-nocem-load-cache): Add autoload cookie.
10214
10215         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10216
10217         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10218         level which is larger than gnus-use-nocem is specified.
10219
10220         * gnus-group.el (gnus-group-get-new-news): Ditto.
10221
10222 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * gnus-util.el (gnus-tool-bar-update): New function.
10225
10226         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10227         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10228
10229         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10230
10231         * gnus-group.el (gnus-group-redraw-when-idle)
10232         (gnus-group-redraw-check): Remove.
10233         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10234
10235 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10238         if optional last element is specified in splits (FIELD VALUE...).
10239
10240 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10243         to gmm-image-load-path-for-library.  Call with no-error argument.
10244         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10245
10246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10247
10248         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10249
10250         * gmm-utils.el (gmm-image-load-path): Remove alias.
10251
10252 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gmm-utils.el (gmm-image-load-path): Add alias.
10255
10256         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10257         nnml-generate-nov-databases-1.
10258         (nnml-generate-nov-databases): Use it.
10259         (nnml-generate-nov-databases-directory): Document no-active
10260         argument.
10261
10262         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10263         directory if path is t.  Add no-error.
10264
10265         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10266         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10267
10268         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10269         resetting gnus-article-browse-html-temp-list.
10270
10271         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10272         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10273         Add example to docstring.  Rename local variables.  Move error
10274         checks to default case in cond and simplify.
10275
10276 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10279         handle is multipart when calling it recursively.
10280         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10281
10282 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10283
10284         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10285         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10286
10287 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10290         is loaded.
10291
10292         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10293         loaded.
10294
10295 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10298         to "Emacs 23 (unicode)" in doc string.
10299
10300         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10301         "Emacs 23 (unicode)" in comment.
10302
10303 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10306
10307         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10308         characters 160 through 255 in Emacs 23.
10309
10310 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10313         gnus-article-browse-html-temp.
10314         (gnus-article-browse-delete-temp): Make it customizable.  Add
10315         `file'.  Adjust doc string.
10316         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10317         query for each file.  Adjust doc string.
10318         (gnus-article-browse-html-parts): Add
10319         `gnus-article-browse-delete-temp-files' to
10320         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10321
10322 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10323
10324         * gnus-art.el (gnus-article-browse-html-temp)
10325         (gnus-article-browse-delete-temp): New variables.
10326         (gnus-article-browse-delete-temp-files): New function.
10327         (gnus-article-browse-html-parts): Use it.
10328
10329 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10332
10333         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10334         string.
10335
10336         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10337         gnus-summary-insert-new-articles when unplugged.  Remove
10338         gnus-summary-search-article-forward.
10339
10340         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10341         display-visual-class instead of display-color-cells.
10342
10343 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * dgnushack.el: Autoload customize-group for XEmacs.
10346
10347         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10348         message/* containing non-ASCII text properly.
10349
10350 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * message.el: Require gmm-utils, remove autoloads.
10353         (message-tool-bar): Set default based on
10354         gmm-tool-bar-style.
10355         (message-tool-bar-gnome): Add gmm-customize-mode.
10356
10357         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10358         gmm-tool-bar-style.
10359         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10360
10361         * gnus-group.el (gnus-group-tool-bar): Set default based on
10362         gmm-tool-bar-style.
10363         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10364
10365         * gmm-utils.el (gmm-image-directory): Rename variable from
10366         gmm-image-load-path.
10367         (gmm-image-load-path): Use gmm-image-directory.
10368         (gmm-customize-mode): New function.
10369         (gmm-tool-bar-style): New variable.
10370
10371         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10372         gnus-group-redraw-line-number.
10373         (gnus-group-redraw-check): Simplify.
10374         (gnus-group-tool-bar-update): Remove redraw check.
10375         (gnus-group-make-tool-bar): Add redraw check.
10376
10377 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10378
10379         * gnus-art.el (gnus-button): Add missing parentheses.
10380
10381 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * lpath.el: Fbind line-number-at-pos.
10384
10385 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10388
10389 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-art.el (gnus-button): New face.
10392         (gnus-article-button-face): Use it.
10393
10394         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10395         gnus-summary-next-page.  Re-order.
10396
10397         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10398         next-node are now included.
10399         (gnus-group-redraw-line-number): New internal variable.
10400         (gnus-group-redraw-check): Helper function for updating the tool
10401         bar.
10402         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10403
10404         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10405
10406         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10407         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10408         Use it to match format of Spamassassin 3.0 and later.  Reported by
10409         IRIE Tetsuya <irie@t.email.ne.jp>.
10410         (spam-check-bogofilter)
10411         (spam-bogofilter-register-with-bogofilter): Fix args of
10412         `gnus-error' calls.
10413
10414 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10417         unnecessary interaction when sending queued mails.  Reported by
10418         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10419
10420 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10423         first or last are nil.
10424
10425 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10426
10427         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10428
10429 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10432
10433 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * dns.el (query-dns): Protect more against buggy tcp output.
10436
10437 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10440         nov.php.
10441
10442 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10443
10444         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10445         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10446         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10447         output on the server side.
10448         (nnweb-google-create-mapping): Update regexps and add some
10449         progress indication.
10450
10451 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10454         gnus-agent-toggle-plugged.  Re-order icons.
10455         (gnus-group-tool-bar-gnome): Add
10456         gnus-group-{prev,next}-unread-group.
10457         (gnus-group-tool-bar-gnome): Re-order icons.
10458
10459         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10460         gnus-summary-insert-new-articles.
10461
10462         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10463         comments.
10464
10465         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10466         also available in Emacs 21.3.
10467
10468         * message.el (message-fix-before-sending): Change "Emacs 22" to
10469         "Emacs 23 (unicode)" in comment.
10470
10471         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10472         "Emacs 23 (unicode)" in comment.
10473
10474         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10475         comment.
10476         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10477
10478         * mm-view.el (mm-fill-flowed): Add :version.
10479
10480 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10483         and load-path.
10484
10485 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * message.el: Autoload gmm-image-load-path.
10488         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10489         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10490         consitency.
10491
10492         * gmm-utils.el (gmm-image-load-path): Also search in
10493         "../etc/images".  Don't set gmm-image-load-path if we don't find
10494         the image.
10495
10496 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gmm-utils.el (gmm-image-load-path): Don't make
10499         `gmm-image-load-path' include subdirectories which the second arg
10500         `image' might specify.
10501
10502         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10503         subdirectory to icon file names.
10504
10505         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10506
10507 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10510         gmm-image-load-path calls.
10511
10512         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10513
10514         * message.el (message-make-tool-bar): Ditto.
10515
10516         * mml.el (mml-preview): Added comment concerning tool bar icons.
10517
10518         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10519         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10520
10521         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10522         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10523
10524         * message.el (message-tool-bar-gnome): Use new icon names.
10525         (message-make-tool-bar): Use `gmm-image-load-path'.
10526
10527         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10528         functions from MH-E.
10529         (gmm-image-load-path): New variable from MH-E.
10530         (gmm-image-load-path): New function from MH-E.  Added arguments
10531         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10532         *-image-load-path-called-flag.
10533
10534 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10535
10536         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10537
10538 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10539
10540         * nnimap.el (nnimap-request-move-article): Change folder back to
10541         source group before deleting.
10542
10543 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10546
10547         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10548         mm-url.
10549
10550         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10551
10552 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10555         coding system which mm-charset-to-coding-system returns for a
10556         given charset is valid.
10557
10558 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10559
10560         * html2text.el (html2text-remove-tag-list):
10561         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10562
10563 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10564
10565         * gnus-cus.el: Revert 2005-10-17 change.
10566
10567 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (article-strip-banner): Call
10570         article-really-strip-banner only when the regexp match is made.
10571
10572 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (article-strip-banner): Use
10575         gnus-extract-address-components instead of
10576         mail-header-parse-addresses to make it work with non-ASCII text;
10577         remove mail-encode-encoded-word-string.
10578
10579         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10580         values which are surrounded with \"...\"; make it never cause a
10581         Lisp error; give up parsing of parameters if it failed in
10582         extracting type.
10583
10584 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10585
10586         * smime.el (smime-cert-by-ldap-1): Fix bug where
10587         `smime-ldap-search' returns results without userCertificates.
10588
10589 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10592
10593 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * spam.el (spam-check-spamassassin-headers): Adapt format for
10596         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10597         <ari@mbf.ocn.ne.jp>.
10598         (spam-list-of-processors): Add spam-use-gmane.
10599
10600 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10603         make-temp-file; make it work with XEmacs as well.
10604
10605         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10606         mm-make-temp-file.
10607
10608         * mm-decode.el (mm-display-external): Use the 3rd arg of
10609         mm-make-temp-file.
10610         (mm-create-image-xemacs): Ditto.
10611
10612 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10615         with message-narrow-to-headers.
10616         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10617         (gnus-draft-check-draft-articles): New function.
10618         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10619
10620 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-art.el (gnus-article-browse-html-parts):
10623         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10624         Don't use suffix argument for mm-make-temp-file for Emacs 21
10625         compatibility.  Remove useless `format'.
10626
10627 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10628
10629         * nnweb.el (nnweb-google-wash-article): Update regexps.
10630         (nnweb-group-alist): Use defvoo instead of defvar.
10631
10632 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10635         re-loading nn* modules.
10636
10637 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10640         for `tool-bar-mode' and don't check it's default-value.
10641
10642         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10643
10644         * message.el (message-make-tool-bar): Ditto.
10645
10646         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10647         `substring'.  Shorten tmp-file name.
10648
10649         * gnus.el: Remove bogus comment.
10650
10651 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10652
10653         * gnus-art.el (gnus-article-browse-html-parts): New function.
10654         (gnus-article-browse-html-article): New function for viewing html
10655         articles with a browser.
10656
10657 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10658
10659         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10660         in elisp.
10661         (pgg-gpg-encrypt-symmetric-region): Ditto.
10662         (pgg-gpg-sign-region): Ditto.
10663
10664         * pgg-def.el (pgg-text-mode): New variable.
10665
10666         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10667         (mml2015-pgg-encrypt): Ditto.
10668
10669         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10670         (mml1991-pgg-encrypt): Ditto.
10671
10672 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10675         message-make-date instead of current-time-string.
10676
10677         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10678         to gnus-decoded which mm-uu might set.
10679
10680 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10683         don't decode quoted parameters; remove misimported Emacs code.
10684         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10685         (rfc2231-decode-encoded-string): Don't use split-string which
10686         behaves differently according to Emacs version; use
10687         mm-decode-coding-region to convert charset to coding-system.
10688         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10689         (rfc2231-encode-string): Remove misimported Emacs code.
10690
10691 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10694         when calling mail-header-parse-content-type.
10695         (article-de-quoted-unreadable): Ditto.
10696         (article-de-base64-unreadable): Ditto.
10697         (article-wash-html): Ditto.
10698
10699         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10700         calling mail-header-parse-content-type and
10701         mail-header-parse-content-disposition.
10702         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10703         mail-header-parse-content-type.
10704
10705         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10706         insert charset and format parameters; encode description after
10707         inserting it to buffer.
10708         (mml-insert-parameter): Fold lines properly even if a parameter is
10709         segmented into two or more lines; change the max column to 76.
10710
10711         * rfc1843.el (rfc1843-decode-article-body): Don't use
10712         ignore-errors when calling mail-header-parse-content-type.
10713
10714         * rfc2231.el (rfc2231-parse-string): Return at least type if
10715         possible; don't cause an error even if it fails in parsing of
10716         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10717         (rfc2231-encode-string): Don't break lines at the beginning, leave
10718         it to mml-insert-parameter.
10719
10720         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10721         calling mail-header-parse-content-type.
10722
10723 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * spam-report.el (spam-report-gmane-use-article-number):
10726         Improve doc string.
10727         (spam-report-gmane-internal): Check if a suitable header was found
10728         in the article.
10729
10730 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10733         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10734
10735 2006-02-05  Romain Francoise  <romain@orebokech.com>
10736
10737         Update copyright notices of all files in the gnus directory.
10738
10739 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10740
10741         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10742
10743 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10746         segmented lines of parameter value to cope with Thunderbird 1.5
10747         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10748         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10749         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10750
10751 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10752
10753         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10754         parts.
10755
10756 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10757
10758         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10759         there's only one active file for all servers.
10760         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10761         solid groups.  Gnus might have used a FAST request to select the group.
10762         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10763         and nnweb-search redundantly in the active file.
10764         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10765         (nnweb-request-create-group): Don't use ARGS.
10766         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10767         initialisations.  Let nnoo do the work.
10768
10769 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10772         Say the part has been decoded.
10773
10774         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10775
10776 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10777
10778         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10779         mailcap-viewer-test-cache when there's no 'test clause, since that
10780         will invert the meaning of a "nil" test previously determined by
10781         mailcap-mailcap-entry-passes-test.
10782
10783 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10786         compiling.
10787
10788         * gnus-sum.el: Ditto.
10789
10790         * message.el: Don't bind tool-bar-map when compiling.
10791
10792 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10795
10796 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10797
10798         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10799         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10800         current Google Groups.
10801
10802 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10805         and tool-bar-mode.
10806
10807         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10808         and tool-bar-mode.
10809
10810         * message.el (message-tool-bar-update): Simplify.
10811         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10812
10813         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10814         gnus-summary-buffer.
10815         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10816         gnus-summary-reply.
10817
10818         * gmm-utils.el (gmm): Add :version.
10819
10820 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * Makefile.in (clean): New rule.
10823         (distclean): Use it.
10824
10825 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10826
10827         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10828         autoload.
10829
10830 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gmm-utils.el (gmm-verbose): Add :group.
10833
10834 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * message.el: Change some comments WRT tool-bars.
10837
10838         * gnus-sum.el (gnus-summary-tool-bar)
10839         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10840         (gnus-summary-tool-bar-zap-list): New variables.
10841         (gnus-summary-make-tool-bar): Complete rewrite using
10842         `gmm-tool-bar-from-list'.
10843
10844         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10845         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10846         variables.
10847         (gnus-group-make-tool-bar): Complete rewrite using
10848         `gmm-tool-bar-from-list'.
10849         (gnus-group-tool-bar-update): New function.
10850
10851         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10852
10853 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10856         is dissected into a single part of which the type is the same as
10857         the given one; decode charset.
10858
10859 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10860
10861         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10862         into alists as symbol not string, since that's what
10863         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10864         look for.
10865
10866 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10869         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10870
10871         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10872
10873 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10876         (gnus-xmas-mime-security-button-menu): New function.
10877
10878         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10879         (gnus-mime-security-button-menu): New definition.
10880         (gnus-mime-security-button-map): Use them.
10881         (gnus-mime-security-button-menu): New function.
10882         (gnus-insert-mime-security-button): Addition to help echo.
10883         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10884         (gnus-mime-security-pipe-part): New functions.
10885
10886         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10887         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10888
10889         * mm-decode.el (mm-handle-set-disposition): Remove.
10890         (mm-handle-set-description): Remove.
10891
10892 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10895         (mm-w3m-standalone-supports-m17n-p): New function.
10896         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10897         w3m usage.
10898
10899         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10900         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10901
10902 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * message.el (message-tool-bar-zap-list): Use
10905         gmm-tool-bar-zap-list as custom type.
10906         (message-tool-bar-update): New function.
10907         (message-tool-bar, message-tool-bar-gnome)
10908         (message-tool-bar-retro): Add message-tool-bar-update.
10909         (message-tool-bar-gnome): Add flyspell-buffer.
10910
10911         * gnus-util.el (gnus-error): Describe `args'.
10912
10913         * gmm-utils.el (gmm-error): Describe `args'.
10914         (gmm-tool-bar-zap-list): New widget.
10915         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10916
10917 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10920         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10921         the number of recursive calls.
10922
10923         * mm-decode.el (mm-handle-set-disposition): New macro.
10924         (mm-handle-set-description): New macro.
10925
10926 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10929         encoding.
10930
10931 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * message.el (message-tool-bar-zap-list, message-tool-bar)
10934         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10935         (message-tool-bar-local-item-from-menu): Remove.
10936         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10937         (message-make-tool-bar): New function.
10938         (message-mode): Use `message-make-tool-bar'.
10939
10940         * gmm-utils.el: New file.
10941         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10942         (gmm-lazy): New widget copied from `nnmail.el'.
10943         (gmm-tool-bar-from-list): New function for creating customizable
10944         tool bars.
10945         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10946         output.
10947         (gmm): Add :prefix to defgroup.
10948
10949 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10950
10951         * gmm-utils.el (gmm-widget-p): New function.
10952
10953 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * mml.el (mml-attach-file): Describe `description' in doc string.
10956         (mml-menu): Add Emacs MIME manual and PGG manual.
10957
10958 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10959
10960         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10961
10962 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10963
10964         * nntp.el (nntp-end-of-line): Doc fix.
10965
10966 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10967
10968         * imap.el (imap-open): Handle case where buffer is a buffer
10969         object.
10970
10971 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10972
10973         * gnus-delay.el (gnus-delay): Don't autoload.
10974         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10975         to be re-loaded when customizing the `gnus-delay' group.
10976
10977 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10978
10979         * message.el (message-insert-citation-line): Use newlines.
10980
10981 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10982
10983         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10984         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10985         these routines, so the passphrase can be managed externally and
10986         passed in to the system.
10987         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10988         pgg-add-passphrase-to-cache function.
10989
10990         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10991         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10992         these routines, so the passphrase can be managed externally and
10993         passed in to the system.
10994         (pgg-pgp5-sign-region): Use new name of
10995         pgg-add-passphrase-to-cache function.
10996
10997 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10998
10999         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11000         part of the decoded armor to find the key-identifier.
11001         (pgg-gpg-lookup-key-owner): New function to return the
11002         human-readable identifier of a key owner.
11003         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11004         itself.
11005         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11006         the key value) if we have a key and can match it against a secret
11007         key.  Also, added a note pointing out fact that the prompt only
11008         indicates the first matching key.
11009
11010         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11011         pgg-decrypt-region.
11012         (pgg-add-passphrase-to-cache): Rename from
11013         `pgg-add-passphrase-cache' to reduce confusion (all callers
11014         changed).
11015         (pgg-remove-passphrase-from-cache): Rename from
11016         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11017         changed).
11018         (pgg-read-passphrase, pgg-add-passphrase-cache)
11019         (pgg-remove-passphrase-cache): Add informative docstrings.
11020         (pgg-decrypt): Convey provided passphrase in subordinate call to
11021         pgg-decrypt-region.
11022
11023 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11024
11025         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11026         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11027         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11028         'passphrase' argument, so the passphrase can be managed externally
11029         and then passed in to the system.
11030
11031         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11032         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11033         so the passphrase cache can be used reliably with identifiers
11034         besides a pgp packet's key id.
11035
11036         * pgg-gpg.el (pgg-gpg-encrypt-region)
11037         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11038         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11039         these routines, so the passphrase can be managed externally and
11040         passed in to the system.
11041
11042         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11043         'notruncate' argument, so the passphrase cache can be used
11044         reliably with identifiers besides a pgp packet's key id.
11045
11046 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11047
11048         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11049         symmetric encryption.
11050         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11051         encrypted session key.
11052         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11053         message ask for the passphrase in a proper way.
11054
11055         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11056         New user commands for symmetric encryption.
11057
11058 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11061
11062         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11063
11064 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11065
11066         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11067
11068 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mm-decode.el (mm-inlined-types): Add application/pgp.
11071         (mm-automatic-display): Ditto.
11072
11073         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11074         part as text.
11075
11076 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * nnrss.el: Update copyright.
11079         (nnrss-opml-import): Query whether to subscribe to each entry.
11080
11081         * gnus-art.el:
11082         * gnus-sum.el:
11083         * gnus-xmas.el:
11084         * messagexmas.el:
11085         * mm-uu.el:
11086         * mm-view.el: Update copyright.
11087
11088 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * message.el (message-info): New function.
11091         (message-mode-menu): Add it.
11092         Update copyright.
11093
11094         * ChangeLog: Fix and update copyright.
11095
11096 2006-01-13  Romain Francoise  <romain@orebokech.com>
11097
11098         * message.el (message-forward-subject-name-subject): Prefer the
11099         address to 'nowhere' if the sender has no name.
11100         Fix typo.  Update copyright year.
11101
11102 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-art.el (article-wash-html): Use
11105         gnus-summary-show-article-charset-alist if a numeric arg is given.
11106         (gnus-article-wash-html-with-w3m-standalone): New function.
11107
11108         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11109         mm-inline-text-html-render-with-w3m-standalone.
11110         (mm-text-html-washer-alist): Map w3m-standalone to
11111         gnus-article-wash-html-with-w3m-standalone.
11112         (mm-inline-text-html-render-with-w3m-standalone): New function.
11113
11114 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11117         Improve LaTeX.
11118
11119 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11122         (nnrss-request-article): Render text/plain parts as HTML.
11123
11124         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11125         the buffer.
11126
11127 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11130         custom definition of `gnus-posting-styles'.
11131
11132         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11133         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11134
11135 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11138         Use nntp for bug archive.
11139
11140 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11143         parts.
11144         (nnrss-normalize-date): New function converts ISO 8601 date into
11145         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11146         (nnrss-check-group): Use it.
11147
11148 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11151
11152         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11153         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11154         (nnrss-insert-w3): Ditto.
11155
11156 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11159         the articles to be forwarded including the case where neither a
11160         number of articles nor a region is specified.
11161
11162 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * nnrss.el (nnrss-request-article): Fix last change; fill
11165         text/plain parts.
11166
11167 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11170         in text/plain part.
11171         (nnrss-check-group): Don't add excessive newline to dc:subject.
11172
11173 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11174
11175         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11176         article.
11177
11178 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11181         (nnml-use-compressed-files, nnml-save-mail): Support other
11182         comression programs such as bzip2.
11183
11184 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * dns.el (query-dns): Make sure we check the buffer size before
11187         removing tcp headers.
11188
11189 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11192         remove MIME buttons associated with multipart/alternative parts.
11193         (gnus-mime-display-alternative): Tag buttons using `article-type'
11194         text property.
11195
11196         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11197         associated with multipart/alternative parts.
11198
11199         * gnus-art.el (gnus-signature-separator): Fix custom type.
11200
11201         * mm-decode.el (mm-inlined-types): Fix custom type.
11202         (mm-keep-viewer-alive-types): Ditto.
11203         (mm-automatic-display): Ditto.
11204         (mm-attachment-override-types): Ditto.
11205         (mm-inline-override-types): Ditto.
11206         (mm-automatic-external-display): Ditto.
11207
11208 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * spam-report.el (spam-report-user-mail-address)
11211         (spam-report-user-agent): New variables.
11212         (spam-report-url-ping-plain): Use spam-report-user-agent.
11213
11214 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11215
11216         * gnus-art.el (gnus-button-handle-custom): Do not just use
11217         `customize-apropos' for any "M-x customize-*" button but the
11218         function called for.  Accept both the function name and its
11219         argument in order to achieve this.
11220         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11221         function name to `gnus-button-handle-custom' in case of "M-x
11222         customize-*" buttons.
11223
11224 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11227         multipart/alternative and add xref to mm-discouraged-alternatives
11228         in doc string.
11229
11230         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11231         gnus-buttonized-mime-types in doc string.
11232
11233 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11236         Suggest image/.* in the doc string.
11237
11238 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11241         message-marks (Debian bug #342521).
11242
11243 2005-12-12  Simon Josefsson  <jas@extundo.com>
11244
11245         * password.el (password-read-from-cache): Add.
11246         (password-read): Use it.
11247
11248 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11251         us-ascii as a MIME charset.
11252
11253         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11254         against the case where the 2nd arg TYPE is nil.
11255
11256 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * pop3.el (pop3-stream-type): Fix custom version.
11259
11260         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11261
11262 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11263
11264         * mm-decode.el (mm-display-external): Add missing cdr.
11265
11266 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11269         RFC1524) if it is in mailcap or add a suffix according to
11270         mailcap-mime-extensions when generating a temp filename; postpone
11271         deleting a temp file for 2 seconds for some wrappers, shell
11272         scripts, and so on, which might exit right after having started a
11273         viewer command as a background job.
11274
11275 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * nntp.el (nntp-marks-directory): Fix custom group.
11278
11279         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11280         steps when < 10.
11281
11282         * gnus-start.el (gnus-no-server-1): Mention
11283         `gnus-level-default-subscribed' in doc string.
11284
11285 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11286
11287         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11288         parens.
11289
11290 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-xmas.el (gnus-use-toolbar): Revert.
11293         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11294         gnus-use-toolbar is default.
11295
11296         * messagexmas.el (message-use-toolbar): Revert.
11297         (message-setup-toolbar): Use global default-toolbar if
11298         message-use-toolbar is default.
11299
11300 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11303         according to default-toolbar-visible-p.
11304
11305         * messagexmas.el (message-use-toolbar): Ditto.
11306
11307 2005-11-26  Dave Love  <fx@gnu.org>
11308
11309         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11310         (tls-program, tls-success): Provide openssl alternative.
11311
11312         * starttls.el: Doc fixes.
11313         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11314         SERVICE to PORT.
11315
11316         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11317         port null or service name.
11318         (starttls-negotiate): Autoload.
11319
11320 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * message.el (message-kill-to-signature): Fix interactive spec.
11323
11324 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * pop3.el (pop3-open-server): Recognize a string as a service name.
11327
11328 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11329
11330         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11331
11332 2005-11-23  Dave Love  <fx@gnu.org>
11333
11334         Add pop3s, pop3/starttls.
11335
11336         * pop3.el (pop3-authentication-scheme): Clarify doc.
11337         (open-tls-stream, starttls-open-stream): Autoload.
11338         (pop3-stream-type): New.
11339         (pop3-open-server): Use it.
11340
11341         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11342         for POP.
11343         (mail-source-keyword-map): Add :stream for POP.
11344         (mail-source-fetch-pop): Use pop3-stream-type.
11345
11346 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11349         of current-time-string.
11350
11351 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11352
11353         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11354         date header.
11355
11356 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11357
11358         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11359         it can seriously impact performance as it bypasses the agent's
11360         local caches.
11361
11362 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11363
11364         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11365         must be explicitly online rather than "not explicitly offline" for
11366         its flags to be synchronized.
11367
11368         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11369         that gnus-uu-unmark-thread will function correctly.
11370
11371         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11372         1024K is instead displayed as 1M.
11373
11374 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11377
11378 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11379
11380         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11381
11382 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11383
11384         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11385         error message to display actual error condition.
11386         (gnus-agent-save-local): Avoid saving symbols that are bound to
11387         nil as they simply result in a warning message in
11388         gnus-agent-read-local.
11389
11390 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11393         rather than make-variable-buffer-local for file-precious-flag.
11394
11395 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11396
11397         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11398         for duplicates which are removed.  The invalid sort check then
11399         triggers a rescan after the sort as sorting may have moved
11400         duplicate entries such that they can be cheaply detected.
11401
11402 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11405
11406 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11407
11408         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11409         internal variable to a custom variable.  Changed default value
11410         from compressed(2) to uncompressed(1).
11411         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11412         support for uncompressed agentview files.  Taken together, reading
11413         the agentview file should now be 6-7 times faster.
11414
11415 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11418         as a buffer-local variable.  This avoids creating truncated
11419         dribble files as a result of a hang up, eg.
11420
11421 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11422
11423         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11424         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11425         XEmacs.
11426
11427 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-start.el (gnus-start-draft-setup): Enforce
11430         `gnus-draft-mode' for nndraft:drafts at startup.
11431
11432         * gnus.el (gnus-splash): Change custom group.
11433         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11434         allow-list argument.
11435
11436         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11437         string.
11438
11439 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-art.el (gnus-default-article-saver): Add user-defined
11442         `function' to custom type.
11443
11444 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11445
11446         * imap.el (imap-open): Handle case where buffer is a buffer
11447         object.
11448
11449 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11452         long lines.
11453         (gnus-cache-delete-group): Wrap doc strings.
11454
11455         * gnus-agent.el (gnus-agent-rename-group)
11456         (gnus-agent-delete-group): Wrap doc strings.
11457
11458 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * messagexmas.el (message-use-toolbar): Change the valid values
11461         into default, top, bottom, left, and right.
11462         (message-toolbar-thickness): New variable.
11463         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11464         well.
11465         (message-setup-toolbar): Make it work.
11466
11467         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11468         (gnus-use-toolbar): Change the valid values into default, top,
11469         bottom, left, and right.
11470         (gnus-toolbar-thickness): New variable.
11471         (gnus-xmas-setup-toolbar): New function.
11472         (gnus-xmas-setup-group-toolbar): Use it.
11473         (gnus-xmas-setup-summary-toolbar): Use it.
11474
11475 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-start.el (gnus-1): Add "native" to
11478         gnus-predefined-server-alist.
11479
11480         * gnus.el (gnus-method-to-server): Don't add "native" to the
11481         lists here, because that leads to problems when
11482         gnus-select-method is bound.
11483
11484 2005-11-09  Simon Josefsson  <jas@extundo.com>
11485
11486         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11487         use (not sort-by-date) instead.
11488
11489 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11490
11491         * gnus-delay.el (gnus-delay-group): Don't autoload.
11492         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11493         to be re-loaded when customizing the `gnus-delay' group.
11494
11495 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11496
11497         * message.el: Revert last changes.
11498         (message-insert-citation-line): Use newlines.
11499
11500 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11501
11502         * message.el (message-courtesy-message)
11503         (message-mark-insert-begin, message-mark-insert-end)
11504         (message-elide-ellipsis, message-cancel-message)
11505         (message-add-header, message-change-subject)
11506         (message-cross-post-followup-to-header)
11507         (message-cross-post-insert-note, message-reduce-to-to-cc)
11508         (message-widen-reply, message-delete-not-region)
11509         (message-kill-to-signature, message-insert-signature)
11510         (message-insert-importance-high, message-insert-importance-low)
11511         (message-insert-or-toggle-importance)
11512         (message-insert-disposition-notification-to)
11513         (message-indent-citation, message-yank-original)
11514         (message-cite-original-without-signature, message-cite-original)
11515         (message-insert-citation-line, message-position-on-field)
11516         (message-fix-before-sending, message-send-mail-partially)
11517         (message-send-mail, message-send-mail-with-sendmail)
11518         (message-send-mail-with-qmail, message-send-news)
11519         (message-check-news-header-syntax, message-generate-headers)
11520         (message-insert-courtesy-copy, message-fill-address)
11521         (message-fill-header, message-shorten-references)
11522         (message-setup-1, message-cancel-news)
11523         (message-forward-make-body-plain, message-forward-make-body-mime)
11524         (message-forward-make-body-mml, message-encode-message-body)
11525         (message-forward-make-body-digest-plain)
11526         (message-forward-make-body-digest-mime)
11527         (message-use-alternative-email-as-from): Insert `hard-newline'
11528         instead of ordinary newlines.
11529
11530 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * message.el (message-generate-headers): Downcase the argument
11533         given to message-check-element.
11534
11535 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11536
11537         * nntp.el (nntp-authinfo-rejected): New error condition.
11538         (nntp-wait-for): Use new error condition to signal authentication
11539         error.
11540         (nntp-retrieve-data): Rethrow new error condition to break out of
11541         recursive call to nntp-send-authinfo.
11542
11543 2005-11-08  Romain Francoise  <romain@orebokech.com>
11544
11545         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11546         (gnus-summary-exit-map): Bind to `Z p'.
11547         (gnus-summary-make-menu-bar): Add menu item.
11548
11549 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11552         (gnus-treat-*): Add `first' in all doc strings.
11553
11554         * gnus-group.el (gnus-group-compact-group): Fix typo.
11555
11556 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus.el (gnus-parameters-case-fold-search): New variable.
11559         (gnus-parameters-get-parameter): Use it.
11560
11561         * gnus-score.el (gnus-home-score-file): Doc fix.
11562
11563 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11564
11565         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11566
11567 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mm-util.el (mm-special-display-p): New function.
11570
11571         * mml.el (mml-preview): Use it; doc fix.
11572
11573 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11574
11575         * imap.el (imap-open): Handle case where buffer is a buffer object.
11576
11577 2005-10-29  Romain Francoise  <romain@orebokech.com>
11578
11579         * message.el (message-fix-before-sending): Fix comment.
11580
11581 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11582
11583         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11584
11585 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11586
11587         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11588         Used in gnus-score.el.
11589
11590 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11593
11594 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11597         whitespace removed in revision 7.8.  Use concatenated string to
11598         protect trailing whitespace.
11599
11600 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11601
11602         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11603         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11604         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11605         Courier IMAP ("some version from 2004").  Mostly based on similar
11606         code in the same function.
11607
11608 2005-10-26  Didier Verna  <didier@xemacs.org>
11609
11610         * gnus-group.el (gnus-group-compact-group): Invalidate original
11611         article buffer.
11612         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11613         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11614         NOV database and in article itself.
11615         Invalidate article backlog.
11616
11617 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11620
11621 2005-10-26  Simon Josefsson  <jas@extundo.com>
11622
11623         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11624         part of 2004-07-25 change.
11625
11626 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * message.el (message-display-completion-list): New function.
11629         (message-expand-group): Use it; make sure the Completions buffer
11630         is modifiable.
11631 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11632
11633         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11634         user-mail-name is an empty string.
11635
11636 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11639         depending on gnus-score-decay-constant.
11640
11641         * encrypt.el (encrypt-insert-file-contents)
11642         (encrypt-write-file-contents): Don't use `gnus-message'.
11643
11644         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11645         arguments.
11646         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11647         arguments to mm-uu-verbatim-marks-extract.
11648         (mm-uu-hide-markers): New variable.
11649         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11650
11651         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11652         (gnus-convert-image-to-face-command): Use "convert" by default to
11653         allow other input image formats.
11654         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11655         accordingly.
11656
11657 2005-10-23  Simon Josefsson  <jas@extundo.com>
11658
11659         * imap.el (imap-gssapi-program): Align command line parameters
11660         with latest GNU SASL.
11661         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11662
11663 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11666         HTML.
11667         (nnslashdot-request-article): Ditto.
11668
11669         * lpath.el (featurep): Add nobreak-char-display.
11670
11671 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11672
11673         * mail-source.el (mail-source-fetch-pop): Require pop3.
11674         (mail-source-check-pop): Ditto.
11675
11676 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11679         errors.
11680
11681 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11684         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11685
11686         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11687
11688         * mm-bodies.el (mm-decode-string): Call
11689         `mm-charset-to-coding-system' with allow-override argument.
11690
11691 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11694         (rfc2047-charset-to-coding-system): New function.
11695         (rfc2047-decode-encoded-words): New function.
11696         (rfc2047-decode-region): Use them.
11697         (rfc2047-decode-cte): Remove.
11698         (rfc2047-parse-and-decode): Remove.
11699         (rfc2047-decode): Remove.
11700
11701 2005-10-15  Kenichi Handa  <handa@m17n.org>
11702
11703         * rfc2047.el (rfc2047-decode-cte): New function.
11704         (rfc2047-decode-region): Change the way to decode successive
11705         encoded-words: decode B- or Q-encoding in each encoded-word,
11706         concatenate them, and decode it as charset.
11707
11708 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * lpath.el: Fbind codepage-setup for XEmacs.
11711
11712 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11713
11714         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11715         widget-move-and-invoke.
11716         (gnus-custom-mode): Use gnus-custom-map.
11717
11718 2005-10-15  Bill Wohler  <wohler@newt.com>
11719
11720         * message.el (message-tool-bar-map): Renamed image file from
11721         mail_send to mail/send.
11722
11723 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11724
11725         * message.el (message-expand-group): Pass the common
11726         prefix substring of completion to `display-completion-list'.
11727
11728 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * mml-sec.el (mml-secure-method): New internal variable.
11731         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11732         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11733         functions using mml-secure-method.
11734
11735         * mml.el (mml-mode-map): Add key bindings for those functions.
11736         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11737         Harder <harder@myrealbox.com>.
11738         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11739         end of message if point is the headers of the message.
11740
11741         * message.el (message-in-body-p): New function.
11742
11743         * assistant.el: Autoload gnus-util and netrc.
11744
11745         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11746         Use `mm-charset-override-alist' only when decoding.
11747
11748         * mm-bodies.el (mm-decode-body): Call
11749         `mm-charset-to-coding-system' with allow-override argument.
11750
11751         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11752         `filename' from Content-Disposition if Content-Type doesn't
11753         provide `name'.
11754         (gnus-mime-view-part-as-type): Set default instead of
11755         initial-input.
11756
11757 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11758
11759         * format-spec.el (format-spec): Propagate text properties of % spec.
11760
11761 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * gnus-art.el (gnus-treat-predicate): Add `first'.
11764
11765 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11768         (mm-charset-override-alist): New variable.
11769         (mm-charset-to-coding-system): Use it.
11770         (mm-codepage-setup): New helper function.
11771         (mm-charset-eval-alist): New variable.
11772         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11773         about unknown charsets.
11774
11775         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11776
11777 2005-10-04  David Hansen  <david.hansen@gmx.net>
11778
11779         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11780         (nnrss-check-group): Ditto.
11781
11782 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11785         Rename x-gnus-verbatim to x-verbatim.
11786         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11787
11788         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11789         x-verbatim.
11790
11791         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11792
11793         * gnus-util.el (gnus-remove-duplicates): Remove.
11794
11795         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11796         instead of gnus-remove-duplicates.
11797
11798         * message.el (message-remove-duplicates): Remove.
11799         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11800         message-remove-duplicates.
11801
11802         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11803         available, else use implementation from `delete-dups'.
11804
11805         * message.el (message-insert-expires): New function.
11806         (message-mode-map): Add key binding.
11807         (message-mode-field-menu): Add menu entry.
11808         (message-mode): Document it.
11809         (message-make-expires-date): Use `message-make-date'.
11810
11811 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11812
11813         * message.el (message-make-expires-date): New function.
11814
11815 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * Makefile.in (list-installed-shadows): New entry.
11818         (install): Use it.
11819         (remove-installed-shadows): New entry.
11820
11821         * dgnushack.el (dgnushack-default-load-path): New variable.
11822         (dgnushack-find-lisp-shadows): New function.
11823         (dgnushack-remove-lisp-shadows): New function.
11824
11825 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * Makefile.in (install-el-elc): New entry.
11828         (install): Use it so that .el files are necessarily installed.
11829
11830 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11833
11834 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11835
11836         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11837         function rather than the diff-mode.el package.
11838         (mm-display-external): Use with-current-buffer.
11839         (mm-viewer-completion-map, mm-viewer-completion-map):
11840         Move initialization inside declaration.
11841
11842 2005-09-29  Simon Josefsson  <jas@extundo.com>
11843
11844         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11845         autoload mail-check-payment.
11846         (spam-check-hashcash): Define unconditionally, since hashcash.el
11847         is part of Gnus now.  Ignore errors from payment checking.
11848
11849 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * message.el (message-bold-region, message-unbold-region): Rename
11852         from `bold-region' and `unbold-region'.
11853
11854         * message.el: Remove useless autoloads.
11855
11856 2005-09-28  Simon Josefsson  <jas@extundo.com>
11857
11858         * message.el (message-use-idna): Default to t.
11859         (message-use-idna): Test whether encoding works too.  Doc fix.
11860
11861 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * nntp.el (nntp-warn-about-losing-connection): Remove.
11864
11865 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11868         customizable.  Change default value.
11869         (mm-uu-diff-groups-regexp): Change default value.
11870         (mm-uu-type-alist): Add doc string.
11871         (mm-uu-configure): Add doc string.  Make it interactive.
11872         (mm-uu-tex-groups-regexp): New variable.
11873         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11874         (mm-uu-type-alist): Add LaTeX documents.
11875         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11876         of "text/verbatim".
11877         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11878
11879         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11880         instead of "text/verbatim".
11881
11882         * message.el (message-mark-inserted-region)
11883         (message-mark-insert-file): Use slrn style marks when called with
11884         prefix argument.
11885
11886 2005-09-27  Simon Josefsson  <jas@extundo.com>
11887
11888         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11889
11890 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11891
11892         * message.el (message-remove-duplicates): New function.
11893         Implementation borrowed from `gnus-remove-duplicates'.
11894         (message-idna-to-ascii-rhs): Also encode idna addresses in
11895         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11896         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11897         only ask about the same idna domain once per header and also tell
11898         in what header to replace the idna domain.
11899
11900         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11901         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11902         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11903         a header is decoded and not just the last one.
11904
11905 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11908         has been decoded.
11909
11910         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11911         (mm-insert-part): Don't modify text if it has been decoded.
11912
11913         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11914         decoded.
11915
11916         * mm-view.el (mm-inline-text): Don't strip text props unless
11917         decoding enriched or richtext parts.
11918
11919 2005-09-25  Romain Francoise  <romain@orebokech.com>
11920
11921         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11922         * gnus-start.el (gnus-subscribe-interactively):
11923         * gnus-uu.el (gnus-uu-grab-articles):
11924         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11925         space.
11926
11927 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11928
11929         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11930         * mm-view.el (mm-view-pkcs7-decrypt):
11931         * gnus-sum.el (gnus-summary-limit-to-extra)
11932         (gnus-summary-respool-article, gnus-read-move-group-name):
11933         * gnus-score.el (gnus-summary-increase-score):
11934         * gnus-util.el (gnus-completing-read-with-default):
11935         * gnus-art.el (gnus-read-save-file-name)
11936         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11937         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11938         * message.el (message-check-news-header-syntax):
11939         Follow convention for reading with the minibuffer.
11940
11941 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * spam-report.el (spam-report-url-ping-plain):
11944         Use gnus-extended-version as User-Agent.
11945
11946         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11947         default value is nil.
11948
11949         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11950         (mm-uu-verbatim-marks-extract): New function.
11951         (mm-uu-extract): New face.
11952         (mm-uu-copy-to-buffer): Use it.
11953
11954         * spam-report.el (spam-report-gmane-ham): Renamed from
11955         `spam-report-gmane-unspam'.
11956         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11957         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11958
11959         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11960         Autoload.
11961         (spam-report-gmane-unregister-routine): Renamed
11962         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11963
11964 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11965
11966         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11967         (spam-report-gmane-unregister-routine): Add support for gmane
11968         unregistration.
11969
11970         * spam-report.el (spam-report-gmane-unspam)
11971         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11972         (spam-report-gmane): Change to take a single article and do unspam
11973         registration.
11974
11975 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * mm-url.el (mm-url-decode-entities): Fix regexp.
11978
11979 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11980
11981         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11982         default to nil, to be able to use Gnus at all.  If the default
11983         switches to something else, then the function should be fixed not
11984         be exceedingly slow.
11985
11986 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11987
11988         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11989         fail hard.
11990
11991         * spam-report.el: Add better Keywords line.
11992
11993         * spam.el: Add Maintainer and better Keywords line.
11994
11995 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-art.el (gnus-article-replace-part)
11998         (gnus-mime-replace-part): New functions.
11999         (gnus-mime-action-alist, gnus-mime-button-commands)
12000         (gnus-mime-save-part-and-strip): Added file argument.
12001         (gnus-article-part-wrapper): Added interactive argument.
12002
12003         * gnus-sum.el (gnus-summary-mime-map): Add
12004         `gnus-article-replace-part'.
12005
12006 2005-09-19  Didier Verna  <didier@xemacs.org>
12007
12008         The nnml compaction feature:
12009         * nnml.el (nnml-request-compact-group): New function.
12010         * nnml.el (nnml-request-compact): New function.
12011         * gnus-int.el (gnus-request-compact-group): New function.
12012         * gnus-int.el (gnus-request-compact): New function.
12013         * gnus-group.el (gnus-group-compact-group): New function.
12014         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12015         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12016         * gnus-srvr.el (gnus-server-compact-server): New function.
12017         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12018         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12019
12020 2005-09-18  Deepak Goel  <deego@gnufans.org>
12021
12022         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12023         format spec.
12024
12025 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12028
12029 2005-09-15  Romain Francoise  <romain@orebokech.com>
12030
12031         * message.el (message-fill-paragraph): Clarify docstring.
12032
12033 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-art.el (gnus-mime-display-part): Protect against broken
12036         MIME messages.
12037
12038 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12041         before parsing header.
12042
12043 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12044
12045         * html2text.el (html2text-replace-list): Add new entities.
12046
12047 2005-09-11  Romain Francoise  <romain@orebokech.com>
12048
12049         * message.el (message-alternative-emails): Improve docstring.
12050         (message-setup-1): Call `message-use-alternative-email-as-from'
12051         after `message-setup-hook' to give it precedence over posting
12052         styles, etc.
12053         (message-use-alternative-email-as-from): Add docstring.  Remove
12054         the original From header if present.
12055
12056         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12057         (nnml-save-mail): Use it.
12058
12059         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12060         articles.  Add new argument `silent'.
12061         (gnus-uu-mark-all): Report the total number of marked articles.
12062
12063 2005-09-10  Romain Francoise  <romain@orebokech.com>
12064
12065         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12066         (gnus-uu-mark-series): Likewise.
12067
12068 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * spam-report.el (spam-report-gmane): Fix generation of spam
12071         report URL.
12072
12073 2005-09-10  Simon Josefsson  <jas@extundo.com>
12074
12075         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12076         t, based on discussion on the ding list with Robert Epprecht
12077         <epprecht@solnet.ch>.
12078
12079 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * spam-report.el (spam-report-gmane): Make it work without
12082         X-Report-Spam header.  Gmane now only provides Archived-At.
12083         This is only used if `spam-report-gmane-use-article-number' is nil.
12084         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12085
12086         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12087         make `gnus-summary-sort-by-recipient' work with threading.
12088
12089         * nnweb.el (nnweb-google-wash-article): Print a message if article
12090         is not available.
12091
12092 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12093
12094         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12095         change.  Decode text/* parts content before displaying.
12096
12097 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12100
12101 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12104
12105         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12106         url-package-name, url-package-version,
12107         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12108         w3m-display-inline-images, and w3m-minor-mode-map.
12109
12110 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * message.el (message-tab-body-function): Fix mismatched custom type.
12113
12114         * gnus.el (gnus-group-change-level-function): Ditto.
12115
12116         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12117
12118         * gnus-art.el (gnus-signature-limit)
12119         (gnus-article-mime-part-function): Ditto.
12120
12121 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mml.el (mml-mode): Silence the byte compiler.
12124
12125         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12126         using `(sit-for 0)' before moving the point to the specified part;
12127         skip unbuttonized parts.
12128         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12129         return to the summary window if gnus-auto-select-part is non-nil.
12130
12131 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12134         variables.
12135         (mml-dnd-attach-file, mml-mode): Use them.
12136
12137         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12138         Make fetching article by MID work again for Google Groups.  Added
12139         FIXME concerning gnus-group-make-web-group.
12140
12141         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12142         Don't depend on Gnus by using mail-extract-address-components if
12143         gnus-extract-address-components is not bound.
12144
12145 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * gnus-art.el (gnus-mime-display-security): Don't display the
12148         signature, but only the signed part.
12149
12150 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12153
12154         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12155         list, not listp.
12156
12157 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12158
12159         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12160         when encoding.
12161
12162         * mm-bodies.el (mm-decode-content-transfer-encoding):
12163         De-canonicalize CRLF for all text content types, not just
12164         text/plain.
12165
12166 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12169         valid article; point arrow and cursor at the MIME button.
12170
12171 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12174         Suggested by Dan Christensen <jdc@uwo.ca>.
12175
12176         * mm-decode.el (mm-save-part): Enable change of prompt.
12177
12178 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12179
12180         * gnus-msg.el (gnus-inews-add-send-actions): Made
12181         `message-post-method' lambda parameter ARG `&optional'.
12182
12183 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * gnus-sum.el (gnus-summary-mime-map): Added
12186         gnus-article-save-part-and-strip, gnus-article-delete-part and
12187         gnus-article-jump-to-part.
12188
12189         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12190         (gnus-article-edit-part): Use it.
12191         (gnus-article-part-wrapper): Added no-handle argument.
12192         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12193         functions.
12194
12195 2005-08-29  Romain Francoise  <romain@orebokech.com>
12196
12197         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12198         docstring.
12199         (gnus-face-from-file): Likewise.
12200
12201 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12204         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12205         non-nil.
12206         (gnus-auto-select-part): New variable.
12207         (gnus-article-jump-to-part): New function.
12208         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12209         (gnus-mime-delete-part): Allow selecting specified part after
12210         deleting or stripping parts.
12211         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12212         part if argument is bogus.
12213
12214 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12215
12216         * gnus-art.el (w3m-minor-mode-map):
12217         * gnus-spec.el (gnus-newsrc-file-version):
12218         * gnus-util.el (nnmail-active-file-coding-system)
12219         (gnus-original-article-buffer, gnus-user-agent):
12220         * gnus.el (gnus-ham-process-destinations)
12221         (gnus-parameter-ham-marks-alist)
12222         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12223         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12224         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12225         * mm-decode.el (gnus-current-window-configuration):
12226         * mm-extern.el (gnus-article-mime-handles):
12227         * mm-url.el (url-current-object, url-package-name)
12228         (url-package-version):
12229         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12230         (smime-keys, w3m-cid-retrieve-function-alist)
12231         (w3m-current-buffer, w3m-display-inline-images)
12232         (w3m-minor-mode-map):
12233         * mml-smime.el (gnus-extract-address-components):
12234         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12235         (gnus-newsrc-hashtb, message-default-charset)
12236         (message-deletable-headers, message-options)
12237         (message-posting-charset, message-required-mail-headers)
12238         (message-required-news-headers):
12239         * mml1991.el (mc-pgp-always-sign):
12240         * mml2015.el (mc-pgp-always-sign):
12241         * nnheader.el (nnmail-extra-headers):
12242         * rfc1843.el (gnus-decode-encoded-word-function)
12243         (gnus-decode-header-function, gnus-newsgroup-name):
12244         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12245
12246 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12247
12248         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12249         the end of the date treatments.
12250
12251 2005-08-15  Simon Josefsson  <jas@extundo.com>
12252
12253         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12254         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12255         Capello and Romain Francoise.
12256         (pgg-fetch-key-function): Removed, not used?
12257         (pgg-insert-url-with-w3): Require url, to get
12258         url-insert-file-contents regardless of where it is defined.
12259
12260 2005-08-13  Romain Francoise  <romain@orebokech.com>
12261
12262         * message.el (message-cite-original-1): New function.
12263         (message-cite-original): Use it.
12264         (message-cite-original-without-signature): Ditto.
12265
12266 2005-08-08  Romain Francoise  <romain@orebokech.com>
12267
12268         * message.el (message-yank-empty-prefix): New variable.
12269         (message-indent-citation): Use it.
12270         (message-cite-original-without-signature): Respect X-No-Archive.
12271
12272 2005-08-08  Simon Josefsson  <jas@extundo.com>
12273
12274         * pgg.el: Autoload url-insert-file-contents instead of loading
12275         w3/url.
12276         (pgg-insert-url-with-w3): Don't load url here.
12277
12278 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12279
12280         * message.el (message-kill-to-signature): Don't insert newline at
12281         bol.
12282         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12283
12284 2005-08-06  Romain Francoise  <romain@orebokech.com>
12285
12286         * message.el (message-user-fqdn): Fix typo in docstring.
12287
12288 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12289
12290         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12291
12292         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12293
12294 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * mm-bodies.el (mm-encode-body): Use coding system rather than
12297         charset to encode text.
12298
12299         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12300         number of charsets if utf-8 is available (XEmacs).
12301
12302 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12305         taken from `gnus-button-mid-or-mail-regexp'.
12306         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12307         (gnus-button-alist): Improve regexp for domain part of the MIDs
12308         for news:localpart@domain buttons.
12309         (gnus-button-ctan-directory-regexp): Update.
12310
12311 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * sieve-manage.el (sieve-manage-interactive-login): Use
12314         make-local-variable rather than make-variable-buffer-local.
12315         (sieve-manage-open): Ditto.
12316         (sieve-manage-authenticate): Ditto.
12317
12318         * mml.el (mml-generate-mime-1): Make the content type default to
12319         text/plain if the filename is not specified.
12320
12321 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12324         instead of insert-buffer.
12325
12326         * message.el (message-yank-original): Ditto; set the mark at the
12327         end of the yanked message.
12328
12329 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12332         lines to scroll rather than to stop it.
12333
12334         * mml.el (mml-generate-default-type): Add doc string.
12335         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12336         default to application/octet-stream when determining the content
12337         type if it is not specified for the part or the mml contents; add
12338         a comment about mml-generate-default-type.
12339
12340 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12343         make it default to application/octet-stream when determining the
12344         content type if it is not specified for the external contents.
12345
12346 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12349         segmented parameter but also other parameters might be there.
12350
12351 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mm-decode.el (mm-display-external): Delete temp file, directory
12354         and buffer immediately if the external process is exited.
12355
12356 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12359         fewer lines than that of scroll-margin.
12360         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12361
12362 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-art.el (gnus-article-next-page): Revert.
12365         (gnus-article-beginning-of-window): New macro.
12366         (gnus-article-next-page-1): Use it.
12367         (gnus-article-prev-page): Ditto.
12368         (gnus-article-edit-part): Use insert-buffer-substring instead of
12369         insert-buffer.
12370         (gnus-article-edit-exit): Ditto.
12371
12372         * gnus-util.el (gnus-beginning-of-window): Remove.
12373         (gnus-end-of-window): Remove.
12374
12375         * lpath.el: Don't bind header-line-format and scroll-margin.
12376
12377 2005-07-25  Simon Josefsson  <jas@extundo.com>
12378
12379         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12380         to have the url package without w3.  Reported by Daiki Ueno
12381         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12382
12383 2005-07-20  Didier Verna  <didier@xemacs.org>
12384
12385         * gnus-diary.el: Remove the description comment (nndiary is now
12386         properly documented in the Gnus manual).
12387         Fix the spelling of "Back End".
12388         * nndiary.el: Ditto.
12389         Fix the copyright notice.
12390
12391 2005-07-18  Romain Francoise  <romain@orebokech.com>
12392
12393         * gnus-sum.el (gnus-summary-to-prefix)
12394         (gnus-summary-newsgroup-prefix): New variables.
12395         (gnus-summary-from-or-to-or-newsgroups): Use them.
12396
12397 2005-07-17  Romain Francoise  <romain@orebokech.com>
12398
12399         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12400         space as it's generally not especially interesting to the user.
12401
12402 2005-07-16  Romain Francoise  <romain@orebokech.com>
12403
12404         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12405         nil to avoid prompting and file modification if one of the
12406         messages at the top of the nnfolder file contains a copyright
12407         notice.
12408         Update copyright notice.
12409
12410         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12411         instead of `current-time-string' as the latter creates a time
12412         string that is not RFC 2822 compliant (it lacks the zone).
12413         Update copyright notice.
12414
12415 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12416
12417         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12418         for text/rtf.  Display default in prompt.  Pass default for M-n.
12419
12420         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12421
12422 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * gnus-msg.el (gnus-button-mailto): Remove
12425         save-selected-window-window hackery because it relies on
12426         save-selected-window internals.
12427
12428 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12431         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12432         (gnus-article-prev-page): Ditto.
12433
12434         * gnus-util.el (gnus-beginning-of-window): New function.
12435         (gnus-end-of-window): New function.
12436
12437         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12438
12439 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12440
12441         * gnus-score.el (gnus-score-edit-all-score): Set
12442         gnus-score-edit-exit-function to gnus-score-edit-done and call
12443         gnus-message.
12444
12445 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * gnus-msg.el (gnus-button-mailto): Remove
12448         save-selected-window-window hackery because it relies on
12449         save-selected-window internals.
12450
12451 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12454         add-minor-mode.
12455         (gnus-binary-mode): Ditto.
12456
12457         * gnus-topic.el (gnus-topic-mode): Ditto.
12458
12459 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12460
12461         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12462         (gnus-article-prev-page): Take scroll-margin into consideration.
12463
12464 2005-07-04  Lute Kamstra  <lute@gnu.org>
12465
12466         Update FSF's address in GPL notices.
12467
12468 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12469
12470         * gnus.el (gnus-exit):
12471         * gnus-group.el (gnus-group-icons):
12472         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12473
12474         * gnus-nocem.el (gnus-nocem):
12475         * message.el (message-various, message-buffers, message-sending)
12476         (message-interface, message-forwarding, message-insertion)
12477         (message-headers, message-news, message-mail):
12478         * pgg-gpg.el (pgg-gpg):
12479         * pgg-parse.el (pgg-parse):
12480         * pgg-pgp.el (pgg-pgp):
12481         * pgg-pgp5.el (pgg-pgp5):
12482         * pop3.el (pop3): Finish `defgroup' description with period.
12483
12484 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-art.el (article-display-face): Improve the efficiency.
12487         (article-display-x-face): Ditto; remove grey x-face stuff.
12488
12489 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-art.el (article-display-face): Correct the position in
12492         which Faces are inserted.
12493
12494 2005-06-29  Didier Verna  <didier@xemacs.org>
12495
12496         * gnus-art.el (article-display-face): Display faces in correct
12497         order.
12498
12499 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12502         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12503         (gnus-nocem-check-article): Fetch the Type header.
12504         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12505         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12506         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12507         make sure gnus-nocem-hashtb is initialized.
12508         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12509         (gnus-nocem-unwanted-article-p): Ditto.
12510
12511         * pgg.el (pgg-verify): Return the verification result.
12512
12513 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12516         is ascii.
12517
12518 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12519
12520         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12521         `show-nonbreak-escape'.
12522
12523 2005-06-23  Lute Kamstra  <lute@gnu.org>
12524
12525         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12526
12527         * dig.el (dig-mode):
12528         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12529
12530 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12531
12532         * nnimap.el (nnimap-split-download-body): Fix spellings.
12533
12534 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12535
12536         * gnus-art.el (gnus-article-encrypt-body):
12537         * gnus-cus.el (gnus-score-customize):
12538         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12539         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12540
12541 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12542
12543         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12544         header by looking for magic "MII" at the beginnig.
12545
12546 2005-06-16  Miles Bader  <miles@gnu.org>
12547
12548         * gnus-xmas.el (gnus-xmas-group-startup-message):
12549         Use renamed gnus-splash face.
12550
12551         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12552         (assistant-field-face): New backward-compatibility alias for renamed
12553         face.
12554         (assistant-render-text): Use renamed assistant-field face.
12555
12556         * spam.el (spam): Remove "-face" suffix from face name.
12557         (spam-face): New backward-compatibility alias for renamed face.
12558         (spam-face, spam-initialize): Use renamed spam face.
12559
12560         * message.el (message-header-to, message-header-cc)
12561         (message-header-subject, message-header-newsgroups)
12562         (message-header-other, message-header-name)
12563         (message-header-xheader, message-separator, message-cited-text)
12564         (message-mml): Remove "-face" suffix from face names.
12565         (message-header-to-face, message-header-cc-face)
12566         (message-header-subject-face, message-header-newsgroups-face)
12567         (message-header-other-face, message-header-name-face)
12568         (message-header-xheader-face, message-separator-face)
12569         (message-cited-text-face, message-mml-face):
12570         New backward-compatibility aliases for renamed faces.
12571         (message-font-lock-keywords): Use renamed message faces.
12572
12573         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12574         (sieve-test-commands, sieve-tagged-arguments):
12575         Remove "-face" suffix from face names.
12576         (sieve-control-commands-face, sieve-action-commands-face)
12577         (sieve-test-commands-face, sieve-tagged-arguments-face):
12578         New backward-compatibility aliases for renamed faces.
12579         (sieve-control-commands-face, sieve-action-commands-face)
12580         (sieve-test-commands-face, sieve-tagged-arguments-face):
12581         Use renamed sieve faces.
12582
12583         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12584         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12585         (gnus-group-news-3-empty, gnus-group-news-4)
12586         (gnus-group-news-4-empty, gnus-group-news-5)
12587         (gnus-group-news-5-empty, gnus-group-news-6)
12588         (gnus-group-news-6-empty, gnus-group-news-low)
12589         (gnus-group-news-low-empty, gnus-group-mail-1)
12590         (gnus-group-mail-1-empty, gnus-group-mail-2)
12591         (gnus-group-mail-2-empty, gnus-group-mail-3)
12592         (gnus-group-mail-3-empty, gnus-group-mail-low)
12593         (gnus-group-mail-low-empty, gnus-summary-selected)
12594         (gnus-summary-cancelled, gnus-summary-high-ticked)
12595         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12596         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12597         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12598         (gnus-summary-low-undownloaded)
12599         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12600         (gnus-summary-low-unread, gnus-summary-normal-unread)
12601         (gnus-summary-high-read, gnus-summary-low-read)
12602         (gnus-summary-normal-read, gnus-splash):
12603         Remove "-face" suffix from face names.
12604         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12605         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12606         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12607         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12608         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12609         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12610         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12611         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12612         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12613         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12614         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12615         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12616         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12617         (gnus-summary-normal-ticked-face)
12618         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12619         (gnus-summary-normal-ancient-face)
12620         (gnus-summary-high-undownloaded-face)
12621         (gnus-summary-low-undownloaded-face)
12622         (gnus-summary-normal-undownloaded-face)
12623         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12624         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12625         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12626         (gnus-splash-face):
12627         New backward-compatibility aliases for renamed faces.
12628         (gnus-group-startup-message): Use renamed gnus faces.
12629
12630         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12631         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12632         (gnus-server-agent): Remove "-face" suffix from face names.
12633         (gnus-server-agent-face, gnus-server-opened-face)
12634         (gnus-server-closed-face, gnus-server-denied-face)
12635         (gnus-server-offline-face):
12636         New backward-compatibility aliases for renamed faces.
12637         (gnus-server-agent-face, gnus-server-opened-face)
12638         (gnus-server-closed-face, gnus-server-denied-face)
12639         (gnus-server-offline-face): Use renamed gnus faces.
12640
12641         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12642         Remove "-face" suffix from face names.
12643         (gnus-picon-xbm-face, gnus-picon-face):
12644         New backward-compatibility aliases for renamed faces.
12645
12646         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12647         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12648         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12649         (gnus-cite-11): Remove "-face" suffix from face names.
12650         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12651         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12652         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12653         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12654         New backward-compatibility aliases for renamed faces.
12655         (gnus-cite-attribution-face, gnus-cite-face-list)
12656         (gnus-article-boring-faces): Use renamed gnus faces.
12657
12658         * gnus-art.el (gnus-signature, gnus-header-from)
12659         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12660         (gnus-header-content): Remove "-face" suffix from face names.
12661         (gnus-signature-face, gnus-header-from-face)
12662         (gnus-header-subject-face, gnus-header-newsgroups-face)
12663         (gnus-header-name-face, gnus-header-content-face):
12664         New backward-compatibility aliases for renamed faces.
12665         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12666
12667         * gnus-sum.el (gnus-summary-selected-face)
12668         (gnus-summary-highlight): Use renamed gnus faces.
12669         * gnus-group.el (gnus-group-highlight): Likewise.
12670
12671 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12672
12673         * gnus-sieve.el (gnus-sieve-article-add-rule):
12674         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12675         * spam-stat.el (spam-stat-buffer-change-to-spam)
12676         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12677
12678         * message.el (message-is-yours-p):
12679         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12680
12681 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mm-view.el (mm-inline-text): Withdraw the last change.
12684
12685 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12688         executing enriched-decode.
12689
12690 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12693         charset of tar files.
12694
12695 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12696
12697         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12698
12699 2005-06-04  Lute Kamstra  <lute@gnu.org>
12700
12701         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12702         information is never recorded.
12703
12704 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12705
12706         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12707
12708 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * pop3.el (pop3-apop): Run md5 in the binary mode.
12711
12712         * starttls.el (starttls-set-process-query-on-exit-flag):
12713         Use eval-and-compile.
12714
12715 2005-05-31  Simon Josefsson  <jas@extundo.com>
12716
12717         * smime.el (smime-replace-in-string): Define.
12718         (smime-cert-by-ldap-1): Use it.
12719
12720 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-art.el (article-display-x-face): Replace
12723         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12724
12725         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12726         set-process-query-on-exit-flag or process-kill-without-query.
12727
12728         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12729         loop instead of replace-regexp.
12730
12731         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12732         instead of process-kill-without-query if it is available.
12733
12734         * lpath.el: Fbind ldap-search-entries.
12735
12736         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12737         instead of find-file-hooks if it is available.
12738
12739         * mml1991.el: Bind pgg-default-user-id when compiling.
12740
12741         * mml2015.el: Bind pgg-default-user-id when compiling.
12742
12743         * nndraft.el (nndraft-request-associate-buffer):
12744         Use write-contents-functions instead of write-contents-hooks if it is
12745         available.
12746
12747         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12748         instead of find-file-hooks if it is available.
12749
12750         * nntp.el (nntp-open-connection): Replace
12751         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12752         (nntp-open-ssl-stream): Ditto.
12753         (nntp-open-tls-stream): Ditto.
12754
12755         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12756         set-process-query-on-exit-flag or process-kill-without-query.
12757         (starttls-open-stream-gnutls): Use it instead of
12758         process-kill-without-query.
12759         (starttls-open-stream): Ditto.
12760
12761 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12762
12763         * smime.el (smime-cert-by-ldap-1): Don't use
12764         replace-regexp-in-string.
12765
12766 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12767
12768         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12769
12770         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12771         in PEM format.  Adjust to the XEmacs compability.
12772
12773 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12776         by `string-to-number'.
12777         * gnus-agent.el (gnus-agent-regenerate-group)
12778         (gnus-agent-fetch-articles): Ditto.
12779         * gnus-art.el (gnus-button-fetch-group): Ditto.
12780         * gnus-cache.el (gnus-cache-generate-active)
12781         (gnus-cache-articles-in-group): Ditto.
12782         * gnus-group.el (gnus-group-set-current-level)
12783         (gnus-group-insert-group-line): Ditto.
12784         * gnus-score.el (gnus-score-set-expunge-below)
12785         (gnus-score-set-mark-below, gnus-summary-score-effect)
12786         (gnus-summary-score-entry): Ditto.
12787         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12788         (gnus-soup-pack): Ditto.
12789         * gnus-spec.el (gnus-xmas-format): Ditto.
12790         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12791         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12792         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12793         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12794         * nndb.el (nndb-get-remote-expire-response): Ditto.
12795         * nndiary.el (nndiary-parse-schedule-value)
12796         (nndiary-string-to-number, nndiary-request-replace-article)
12797         (nndiary-request-article): Ditto.
12798         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12799         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12800         * nneething.el (nneething-make-head): Ditto.
12801         * nnfolder.el (nnfolder-request-article)
12802         (nnfolder-retrieve-headers): Ditto.
12803         * nnheader.el (nnheader-file-to-number): Ditto.
12804         * nnkiboze.el (nnkiboze-request-article): Ditto.
12805         * nnmail.el (nnmail-process-unix-mail-format)
12806         (nnmail-process-babyl-mail-format): Ditto.
12807         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12808         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12809         (nnmh-request-create-group, nnmh-request-list-1)
12810         (nnmh-request-group, nnmh-request-article): Ditto.
12811         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12812         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12813         * nnsoup.el (nnsoup-make-active): Ditto.
12814         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12815         * nntp.el (nntp-find-group-and-number)
12816         (nntp-retrieve-headers-with-xover): Ditto.
12817         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12818         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12819         (pgg-format-key-identifier): Ditto.
12820         * pop3.el (pop3-last, pop3-stat): Ditto.
12821         * qp.el (quoted-printable-decode-region): Ditto.
12822
12823         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12824         of concat.
12825
12826 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12829
12830         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12831
12832         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12833
12834         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12835
12836         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12837
12838         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12839
12840         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12841         (gnus-carpal-mode): Ditto.
12842
12843         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12844         (gnus-browse-mode): Ditto.
12845
12846         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12847
12848         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12849
12850 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12851
12852         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12853
12854 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-util.el (gnus-run-mode-hooks): New function.
12857
12858         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12859
12860         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12861         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12862
12863 2005-05-27  Lute Kamstra  <lute@gnu.org>
12864
12865         * dns-mode.el (dns-mode): Specify customization group.
12866
12867 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12868
12869         * gnus-agent.el (gnus-agent-make-mode-line-string):
12870         Use mode-line-highlight as mouse-face.
12871
12872 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * canlock.el (canlock): Change the parent group to news.
12875
12876         * deuglify.el (gnus-outlook-deuglify): Add :group.
12877
12878         * dig.el (dig): Add :group.
12879
12880         * dns-mode.el (dns-mode): Add :group.
12881
12882         * encrypt.el (encrypt): Add :group.
12883
12884         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12885         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12886         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12887         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12888         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12889
12890         * gnus-diary.el (gnus-diary): Add :group.
12891
12892         * gnus.el (gnus-group-news-1-face): Add :group.
12893         (gnus-group-news-1-empty-face): Ditto.
12894         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12895         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12896         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12897         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12898         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12899         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12900         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12901         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12902         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12903         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12904         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12905         (gnus-summary-high-ticked-face): Ditto.
12906         (gnus-summary-low-ticked-face): Ditto.
12907         (gnus-summary-normal-ticked-face): Ditto.
12908         (gnus-summary-high-ancient-face): Ditto.
12909         (gnus-summary-low-ancient-face): Ditto.
12910         (gnus-summary-normal-ancient-face): Ditto.
12911         (gnus-summary-high-undownloaded-face): Ditto.
12912         (gnus-summary-low-undownloaded-face): Ditto.
12913         (gnus-summary-normal-undownloaded-face): Ditto.
12914         (gnus-summary-high-unread-face): Ditto.
12915         (gnus-summary-low-unread-face): Ditto.
12916         (gnus-summary-normal-unread-face): Ditto.
12917         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12918         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12919
12920         * hashcash.el (hashcash): New custom group.
12921         (hashcash-default-payment): Add :group.
12922         (hashcash-payment-alist): Ditto.
12923         (hashcash-default-accept-payment): Ditto.
12924         (hashcash-accept-resources): Ditto.
12925         (hashcash-path): Ditto.
12926         (hashcash-extra-generate-parameters): Ditto.
12927         (hashcash-double-spend-database): Ditto.
12928         (hashcash-in-news): Ditto.
12929
12930         * message.el (message-minibuffer-local-map): Add :group.
12931
12932         * netrc.el (netrc): Add :group.
12933
12934         * sieve-manage.el (sieve-manage-log): Add :group.
12935         (sieve-manage-default-user): Diito.
12936         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12937         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12938         (sieve-manage-authenticators): Ditto.
12939         (sieve-manage-authenticator-alist): Ditto.
12940         (sieve-manage-default-port): Ditto.
12941
12942         * sieve-mode.el (sieve-control-commands-face): Add :group.
12943         (sieve-action-commands-face): Ditto.
12944         (sieve-test-commands-face): Ditto.
12945         (sieve-tagged-arguments-face): Ditto.
12946
12947         * smime.el (smime): Add :group.
12948
12949         * spam-report.el (spam-report): Add :group.
12950
12951         * spam.el (spam, spam-face): Add :group.
12952
12953 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12956         return \n.\n.\n at the end of articles.  Protect against that.
12957         (nntp-with-open-group): Allow debugging.
12958
12959         * nnheader.el (mail-header-set-extra): Make into a function
12960         because I just could't understand how to quote the list properly.
12961
12962         * dns.el (query-dns-cached): New function.
12963
12964 2005-05-26  Lute Kamstra  <lute@gnu.org>
12965
12966         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12967
12968 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12971
12972         * gnus-art.el: Don't autoload mail-extract-address-components.
12973
12974         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12975         eval-and-compile to evaluate it.
12976
12977         * hashcash.el: Don't autoload executable-find.
12978
12979         * nndb.el: Don't declare the nndb back end two or more times; don't
12980         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12981
12982         * nntp.el: Autoload format-spec instead of format; use
12983         eval-and-compile to evaluate autoload forms.
12984
12985 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12986
12987         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12988
12989 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * gnus.el (gnus-version-number): Bump version.
12992
12993 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12994
12995         * gnus.el: No Gnus v0.3 is released.
12996
12997 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12998
12999         * lpath.el (featurep): Bind show-nonbreak-escape.
13000
13001 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-art.el (gnus-article-edit-part): Disable undo.
13004
13005 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13008         gnus-article-date-lapsed-new-header is t if date timer is active;
13009         skip headers in which the original date value is empty.
13010         (gnus-article-save-original-date): Redefine it as a macro.
13011         (gnus-display-mime): Use it.
13012
13013 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (article-date-ut): Support converting date in
13016         forwarded parts as well.
13017         (gnus-article-save-original-date): New function.
13018         (gnus-display-mime): Use it.
13019
13020 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13021
13022         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13023         enclosure element of <item>.
13024
13025 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * message.el (message-kill-buffer-query): Renamed from
13028         `message-kill-buffer-query-if-modified'.  Added :version.
13029
13030 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13033         window layout.
13034
13035 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * mml.el: Autoload dnd when compiling.
13038
13039 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13042         x-dnd-*.
13043
13044 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * qp.el (quoted-printable-encode-region): Save excursion.
13047
13048 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13049
13050         * message.el (message-kill-buffer-query-if-modified): Add new variable
13051         so the user can kill a modified message buffer quickly.
13052         (message-kill-buffer): Use it.
13053
13054 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * lpath.el: Fbind display-time-event-handler; don't fbind
13057         string-to-multibyte.
13058
13059         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13060
13061 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13064         contained in text because xml.el decodes entities) with LFs.
13065
13066 2005-04-11  Lute Kamstra  <lute@gnu.org>
13067
13068         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13069         differently.
13070
13071 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13072
13073         * mm-util.el (mm-detect-coding-region): Typo.
13074
13075 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13078
13079 2005-04-06  Deepak Goel  <deego@gnufans.org>
13080
13081         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13082         user-function allow user modifications of the scores.
13083         (spam-stat-score-buffer-user): New function, to allow
13084         user-computed modifications to the score.
13085         (spam-stat-score-buffer-user-functions): List of additional
13086         scoring functions.
13087         (spam-stat-error-holder): Global temporary error holder.
13088         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13089         variable.
13090
13091 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * gnus-registry.el (gnus-registry-clean-empty-function)
13094         (gnus-registry-trim, gnus-registry-fetch-groups)
13095         (gnus-registry-delete-group): Groups that match
13096         `gnus-registry-ignored-groups' are removed from the registry
13097         entries, not just ignored for splitting.  This helps clean up the
13098         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13099         to get all the groups a message ID is in.
13100
13101         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13102         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13103         (spam-stat-score-buffer-user-functions): Add :number custom type.
13104
13105 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13108         argument in XEmacs.
13109
13110         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13111         (nnrss-request-group): Decode group name first.
13112         (nnrss-request-article): Make a text/plain article if mml-to-mime
13113         failed.
13114         (nnrss-get-encoding): Return a compatible encoding according to
13115         nnrss-compatible-encoding-alist.
13116         (nnrss-find-el): Use consp instead of listp.
13117         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13118
13119 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13122         which Emacs 20 doesn't support.
13123         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13124
13125 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13128         silence the byte compiler inside the defun.
13129
13130         * gnus-demon.el (parse-time-string): Add autoload.
13131
13132         * gnus-delay.el (parse-time-string): Add autoload.
13133
13134         * gnus-art.el (parse-time-string): Add autoload.
13135
13136         * nnultimate.el (parse-time): Require for `parse-time-string'.
13137
13138 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13141
13142         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13143
13144         * smime.el (smime-ldap-host-list): Add :version.
13145
13146 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13149         pass it to `gnus-browse-read-group'.
13150         (gnus-browse-read-group): Add NUMBER argument and pass it to
13151         `gnus-group-read-ephemeral-group'.
13152
13153         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13154         argument and pass it to `gnus-group-read-group'.
13155
13156 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13157
13158         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13159         mm-xemacs-find-mime-charset-1 if we have the mule feature
13160         available at runtime.
13161
13162 2005-03-25  Werner Lemberg  <wl@gnu.org>
13163
13164         * nnmaildir.el: Replace `illegal' with `invalid'.
13165
13166 2005-03-23  Lute Kamstra  <lute@gnu.org>
13167
13168         * time-date.el: Add comment on time value formats.
13169         Don't require parse-time.
13170         (with-decoded-time-value): New macro.
13171         (encode-time-value): New function.
13172         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13173         (days-to-time): Return a valid time value when arg is huge.
13174         (time-since): Use time-subtract.
13175         (time-to-number-of-days): Use time-to-seconds.
13176
13177 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13178
13179         * gnus-start.el (gnus-display-time-event-handler):
13180         Check display-time-timer at runtime rather than only at load time
13181         in case display-time-mode is turned off in the mean time.
13182
13183 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13186         used.
13187
13188         * nneething.el (nneething-map-file-directory): Derive from
13189         `gnus-directory'.
13190
13191         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13192         the To/Cc button.
13193
13194 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * nnmaildir.el (nnmaildir-request-accept-article):
13197         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13198
13199 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13200
13201         * gnus-async.el: Require timer-funcs at compile time when in
13202         XEmacs for `run-with-idle-timer'.
13203
13204 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13205
13206         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13207         autoloaded function.
13208
13209 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13210
13211         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13212
13213 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13214
13215         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13216
13217 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13220         gnus-expert-user to default.
13221
13222 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13223
13224         * nnimap.el (nnimap-open-server): Ditto.
13225
13226         * imap.el (imap-authenticate): Fix typo.
13227
13228 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13229
13230         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13231         buffer (since IMAP server might return FETCH response out of
13232         order, and the nntp buffer must be sorted).
13233
13234 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13235
13236         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13237         comparison on string.
13238
13239         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13240         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13241         (gnus-agent-summary-fetch-series): Modified to protect against
13242         gnus-agent-summary-fetch-group clearing processable flags.
13243         (gnus-agent-synchronize-group-flags): Update live group buffer as
13244         synchronization may occur due to the user toggle the plugged
13245         status.
13246         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13247         successfully downloaded.
13248         (gnus-agent-expire-group-1): Avoid using markers when the overview
13249         is in ascending order; greatly improves performance.
13250         (gnus-agent-regenerate-group): Use
13251         gnus-agent-synchronize-group-flags to reset read status in both
13252         gnus and server.
13253         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13254
13255 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * message.el: Don't autoload former message-utils variables.
13258         (message-strip-subject-trailing-was): Change doc string.
13259
13260         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13261         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13262         (nnweb-google-search): Add "hl=en" here.
13263         (nnweb-google-parse-1, nnweb-google-create-mapping):
13264         Don't hardcode URL.
13265
13266 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * message.el (message-get-reply-headers, message-followup):
13269         Mention related variables `message-use-followup-to' and
13270         `message-use-mail-followup-to', in the information buffer.
13271
13272         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13273         of broken groups(-beta).google.com.
13274
13275 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13278         parameter to invoked gnus-request-move-article; remove the
13279         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13280         all at once instead of once per article.
13281         (gnus-summary-remove-process-mark): Accept a list of articles as
13282         well as a single article for processing.
13283
13284         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13285         parameter.
13286
13287         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13288
13289         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13290
13291         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13292         parameter.
13293
13294         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13295         parameter.
13296
13297         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13298         parameter and remove the gnus-sum-hint-move-is-internal variable.
13299
13300         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13301         parameter.
13302
13303         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13304         parameter.
13305
13306         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13307         parameter.
13308
13309         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13310
13311         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13312         parameter.
13313
13314         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13315         parameter.
13316
13317 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13318
13319         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13320         a more conservative way.
13321
13322 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13323
13324         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13325         buffer, so it moves the window's cursor.
13326
13327 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13328
13329         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13330         `mm-dissect-multipart' and receive the from field as an (optional)
13331         argument from `mm-dissect-multipart'.
13332         (mm-dissect-multipart): Receive the from field as an argument and
13333         pass it on when we call `mm-dissect-buffer' on MIME parts.
13334         Fixes verification/decryption of signed/encrypted MIME parts.
13335
13336 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         * gnus-sum.el (gnus-summary-move-article): Set
13339         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13340         whatever it calls (right now, only nnimap-request-move article
13341         respects it).
13342
13343         * nnimap.el (nnimap-request-move-article): When
13344         gnus-sum-hint-move-is-internal is set, don't do the extra
13345         nnimap-request-article.
13346
13347 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13350
13351         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13352         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13353
13354         * gnus-sum.el (gnus-summary-caesar-message):
13355         Apply `gnus-treat-article' after rotation.
13356
13357         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13358         doc string.
13359
13360 2005-02-22  Simon Josefsson  <jas@extundo.com>
13361
13362         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13363         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13364         <arne@arnested.dk>.
13365         (encrypt): Add password-cache and password-cache-expiry as group
13366         members.
13367
13368 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13369
13370         * smime.el (smime-ldap-host-list): Doc fix.
13371         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13372         cache) password.
13373         (smime-sign-region): Use it.
13374         (smime-decrypt-region): Use it.
13375         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13376         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13377         fails.
13378         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13379         certificate from DER to PEM format rather than calling openssl.
13380
13381         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13382
13383         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13384         for signing/encryption.
13385
13386         * mml.el (mml-parse-1): Use them.
13387
13388 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13389
13390         * nnrss.el (nnrss-verbose): Removed.
13391         (nnrss-request-group): Use `nnheader-message' instead.
13392
13393 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13394
13395         * nnrss.el (nnrss-verbose): New variable.
13396         (nnrss-request-group): Make it say nnrss is requesting a group.
13397
13398 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13401         Handle news URL with given port correctly.
13402
13403 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13406         containing special characters.
13407
13408         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13409
13410         * mml.el (mime-to-mml): Ditto.
13411
13412         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13413         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13414         (rfc2047-decode-region): Quote decoded words containing special
13415         characters when rfc2047-quote-decoded-words-containing-tspecials
13416         is non-nil.
13417
13418 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13419
13420         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13421
13422         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13423
13424 2005-02-15  Simon Josefsson  <jas@extundo.com>
13425
13426         * nnimap.el (nnimap-debug): Doc fix.
13427
13428         * imap.el (imap-debug): Doc fix.
13429
13430 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13433
13434 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * gnus.el (spam-contents): Improve docs for spam-contents
13437         parameter in its variable incarnation.
13438
13439 2005-02-14  Simon Josefsson  <jas@extundo.com>
13440
13441         * smime-ldap.el: Use require instead of load-library for ldap.
13442         (smime-ldap-search): Indent.
13443         (smime-ldap-search-internal): Shorten line.
13444
13445         * smime.el (smime-cert-by-dns): Add doc-string.
13446         (smime-cert-by-ldap-1): Indent.
13447
13448         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13449         mml-smime-get-dns-ldap.
13450         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13451
13452 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13453
13454         * smime.el: Require smime-ldap.
13455         (smime-ldap-host-list): New variable.
13456         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13457
13458         * mml-smime.el (mml-smime-encrypt-query): New function.
13459         (mml-smime-encrypt-query): Use it.
13460
13461         * smime-ldap.el: New file.
13462
13463 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13466
13467 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13470         argument in doc string.  Make query for type more clear.
13471
13472 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus.el (gnus-group-startup-message): Search for gnus images in
13475         etc/images/gnus.
13476         * mm-util.el (mm-image-load-path): Likewise.
13477         * smiley.el (smiley-data-directory): Search for smilies in
13478         etc/images/smilies.
13479
13480 2005-02-09  Kim F. Storm  <storm@cua.dk>
13481
13482         Change Emacs release version from 21.4 to 22.1 throughout.
13483         Change Emacs development version from 21.3.50 to 22.0.50.
13484
13485 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13488
13489         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13490         non-Mule XEmacs as well.
13491         (mm-decompress-buffer): Signal an error intentionally if it does
13492         not decompress compressed data because auto-compression-mode is
13493         disabled.
13494
13495 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13496
13497         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13498         an ID in the registry even if it has no groups.
13499
13500 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13503         merge it into mm-decompress-buffer.
13504         (gnus-mime-copy-part): Use the MIME part charset, the value which
13505         a user specified or gnus-newsgroup-charset for decoding, like
13506         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13507         save-buffer what was used.  Suggested by Kevin Ryde
13508         <user42@zip.com.au>.
13509         (gnus-mime-inline-part): Allow the name parameter as well as the
13510         filename parameter; force decompressing of compressed data; always
13511         display contents being not decoded as unibyte.
13512
13513         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13514         as well as the filename parameter.
13515
13516         * mm-util.el (mm-decompress-buffer): Merge
13517         gnus-mime-jka-compr-maybe-uncompress.
13518         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13519         of compressed data.
13520
13521 2005-02-08  Simon Josefsson  <jas@extundo.com>
13522
13523         * imap.el (imap-log): Doc fix.
13524
13525 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13528         the coding cookies; decompress compressed parts.
13529
13530         * mml.el (mml-generate-mime-1): Add the charset parameter according
13531         to the value which a user specified manually or the coding cookie.
13532
13533         * mm-util.el (mm-string-to-multibyte): New function.
13534         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13535         (mm-coding-system-to-mime-charset): New function.
13536         (mm-decompress-buffer): New function.
13537         (mm-find-buffer-file-coding-system): New function.
13538
13539         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13540         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13541         parts.
13542
13543 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13544
13545         * mm-view.el (mm-display-inline-fontify): Decode a part according
13546         to the charset parameter.
13547
13548 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13551         prefix arg is neither nil nor a number, as info specifies.
13552
13553 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13556         timestamps.
13557
13558 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13559
13560         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13561         groups error checking and notify user.
13562
13563 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13564
13565         * message.el (message-send-mail-function): Check existence of
13566         sendmail-program first before using default value
13567         `message-send-mail-with-sendmail'.  Otherwise use more generic
13568         `smtpmail-send-it'.
13569
13570 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * nntp.el (nntp-request-update-info): Always return nil.
13573
13574 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13575
13576         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13577
13578 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13579
13580         * message.el (message-beginning-of-line): Change the behavior when
13581         invoked between BOL and : so that it first moves backward.
13582
13583 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13586         article buffer when editing of the article is discarded.
13587         (gnus-article-prepare): Revert.
13588
13589 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (gnus-article-prepare):
13592         Remove message-strip-forbidden-properties from the local hook.
13593
13594 2005-01-27  Simon Josefsson  <jas@extundo.com>
13595
13596         * password.el (password-cache-add): Only start one timer per key.
13597         Reported by Derek Atkins <warlord@MIT.EDU>.
13598
13599 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13600
13601         * run-at-time.el: Removed.  It is no longer needed as
13602         timer-funcs.el in the xemacs-base package has a working version of
13603         `run-at-time'.
13604
13605         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13606
13607         * password.el: Require timer-funcs instead of run-at-time in
13608         XEmacs.
13609         Remove `password-run-at-time' macro.
13610         (password-cache-add): Use `run-at-time' instead of
13611         `password-run-at-time'.
13612
13613         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13614         Remove `nnheader-cancel-function-timers' alias,
13615         `cancel-function-timers' exists in XEmacs in timer-funcs.
13616
13617         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13618         for `run-with-idle-timer'.
13619
13620         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13621         for `run-at-time'.
13622
13623         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13624         for `with-timeout'.
13625
13626         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13627         the same as for XEmacs 21.4.
13628         No need to ignore `run-with-idle-timer', this function exists in
13629         XEmacs now in timer-funcs.el in the xemacs-base package.
13630         (dgnushack-compile): No need to delete
13631         run-at-time.el from the list of files to compile because it
13632         doesn't exist anymore.
13633
13634 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13637         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13638
13639 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13640
13641         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13642         sensitively.
13643
13644 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13645
13646         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13647
13648 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13651         which will be inserted according to the multibyteness of a buffer
13652         rather than the type of contents.  Suggested by ARISAWA Akihiro
13653         <ari@mbf.ocn.ne.jp>.
13654
13655         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13656         of string which old xml.el may return rather than a string.
13657
13658 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13661
13662 2005-01-16  Simon Josefsson  <jas@extundo.com>
13663
13664         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13665         idn/idna.el isn't available.
13666         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13667         <michael@waxrat.com>.
13668
13669         * hashcash.el: Remove non-FSF copyright header.
13670
13671         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13672         (hashcash-generate-payment): Use it.
13673         (hashcash-generate-payment-async): Use it.
13674
13675 2005-01-15  Simon Josefsson  <jas@extundo.com>
13676
13677         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13678         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13679
13680         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13681         gnus-summary-idna-message.
13682         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13683         (gnus-summary-idna-message): New function.
13684
13685 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13688         gnus-novice-user.
13689
13690 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * nnrss.el (nnrss-request-delete-group): Delete entries in
13693         nnrss-group-alist as well.
13694         (nnrss-save-server-data): Insert newline.
13695
13696 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * gnus.el (gnus-user-agent): Use list of symbols instead of
13699         symbols.  Display full version number for (S)XEmacs.  Optionally
13700         display (S)XEmacs codename.
13701
13702         * gnus-util.el (gnus-emacs-version): Update for new
13703         `gnus-user-agent'.
13704
13705         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13706         Gnus version.
13707
13708 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13711         which is unreadable in some setups.
13712
13713 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-spec.el (gnus-update-format-specifications): Flush the
13716         group format spec cache if it doesn't support decoded group names.
13717
13718 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13721         Allow to apply decay on score files matching a regexp.
13722
13723 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13726         compatibility in %g and %c.
13727
13728 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13731         name for only %g and %c.
13732         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13733         of gnus-tmp-group to decoded group name.
13734         (gnus-group-make-rss-group): Exclude `/'s from group names.
13735
13736 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * nnrss.el (nnrss-get-encoding): Fix regexp.
13739
13740 2004-12-27  Simon Josefsson  <jas@extundo.com>
13741
13742         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13743         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13744         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13745
13746 2004-12-17  Kim F. Storm  <storm@cua.dk>
13747
13748         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13749
13750         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13751
13752 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13753
13754         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13755
13756 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * nnrss.el: Require rfc2047 and mml.
13759         (nnrss-file-coding-system): New variable.
13760         (nnrss-format-string): Redefine it as an inline function.
13761         (nnrss-decode-group-name): New function.
13762         (nnrss-string-as-multibyte): Remove.
13763         (nnrss-retrieve-headers): Decode group name; don't use
13764         nnrss-format-string.
13765         (nnrss-request-group): Decode group name.
13766         (nnrss-request-article): Decode group name; allow a Message-ID as
13767         well as an article number; don't use nnrss-format-string; encode a
13768         Message-ID string which may contain non-ASCII characters; use
13769         mml-to-mime to compose a MIME article.
13770         (nnrss-request-expire-articles): Decode group name.
13771         (nnrss-request-delete-group): Decode group name.
13772         (nnrss-fetch): Clarify error message.
13773         (nnrss-read-server-data): Use insert-file-contents instead of load;
13774         bind file-name-coding-system; use multibyte buffer.
13775         (nnrss-save-server-data): Bind coding-system-for-write to the
13776         value of nnrss-file-coding-system; bind file-name-coding-system;
13777         add coding cookie.
13778         (nnrss-read-group-data): Use insert-file-contents instead of load;
13779         bind file-name-coding-system; use multibyte buffer.
13780         (nnrss-save-group-data): Bind coding-system-for-write to the
13781         value of nnrss-file-coding-system; bind file-name-coding-system.
13782         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13783         make it work with non-ASCII text.
13784         (nnrss-find-el): Make it work with old xml.el as well.
13785
13786 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13787
13788         * nnrss.el (nnrss-get-encoding): New function.
13789         (nnrss-fetch): Use unibyte buffer initially; bind
13790         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13791         decode contents according to the encoding attribute.
13792         (nnrss-save-group-data): Add coding cookie.
13793         (nnrss-mime-encode-string): New function.
13794         (nnrss-check-group): Use it to encode subject and author.
13795
13796 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13799         imaginary variable.
13800
13801 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13804         correctly even if there are wide characters.
13805
13806 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13807
13808         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13809         downcased symbol names; make a new cache instead of reusing
13810         bbdb-hashtable.
13811
13812 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13815         concatenating segments rather than before concatenating them.
13816         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13817
13818         * message.el (message-get-reply-headers): Bind `extra'.
13819
13820 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821
13822         * message.el (message-extra-wide-headers): New variable.
13823         (message-get-reply-headers): Use it.
13824
13825 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13828         (gnus-agent-group-pathname): Ditto.
13829
13830         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13831
13832         * gnus-group.el (gnus-group-make-group): Decode group name.
13833         (gnus-group-make-rss-group): Register the group data after opening
13834         the nnrss group.
13835
13836 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13837
13838         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13839         by expiry now get marked as read.
13840
13841 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13844
13845 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13846
13847         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13848         unify Latin characters in XEmacs.
13849         (mm-find-mime-charset-region): Use it.
13850
13851 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-util.el (gnus-delete-directory): New function.
13854
13855         * gnus-agent.el (gnus-agent-delete-group): Use it.
13856
13857         * gnus-cache.el (gnus-cache-delete-group): Use it.
13858
13859 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13862         names.
13863
13864 2004-12-16  Simon Josefsson  <jas@extundo.com>
13865
13866         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13867
13868 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13871
13872         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13873         (gnus-group-set-current-level): Decode group name.
13874
13875 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13876
13877         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13878         failed.
13879
13880 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-group.el (gnus-group-delete-group): Decode group name.
13883         (gnus-group-make-rss-group): Encode group name.
13884         (gnus-group-catchup-current): Decode group name.
13885         (gnus-group-kill-group): Decode group name.
13886
13887 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13888
13889         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13890
13891 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-group.el (gnus-group-make-rss-group):
13894         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13895
13896         * gnus-start.el (gnus-setup-news): Honor user's setting to
13897         gnus-message-archive-method.  Suggested by Lute Kamstra
13898         <lute@gnu.org>.
13899
13900 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13901
13902         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13903         global counterparts of the buffer-local variables.
13904
13905 2004-11-16  Romain Francoise  <romain@orebokech.com>
13906
13907         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13908         counterparts of the buffer-local variables.
13909
13910 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * message.el (message-forbidden-properties): Fixed typo in doc
13913         string.
13914
13915 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-util.el (gnus-replace-in-string): Added doc string.
13918
13919         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13920         to avoid problems when splitting mails with many recipients.
13921
13922 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13923
13924         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13925         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13926
13927 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13928
13929         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13930         if there is no hashtable in memory or file modification time is
13931         newer than cached timestamp.
13932
13933 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13936         not-matching option.
13937
13938 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13941         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13942         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13943         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13944         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13945         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13946
13947 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * message.el (message-forward-make-body-mml): Remove headers
13950         according to message-forward-ignored-headers if a message is decoded.
13951
13952 2004-12-02  Romain Francoise  <romain@orebokech.com>
13953
13954         * message.el (message-forward-make-body-plain): Always remove
13955         headers according to message-forward-ignored-headers.
13956
13957 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13958
13959         * spam.el (spam-summary-prepare-exit): Remove the
13960         gnus-summary-limit pop for now, it has problems with ham marks for
13961         me.
13962
13963 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13966         correctly.
13967
13968 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13969
13970         * format-spec.el (format-spec): Message the char.
13971
13972 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * gnus-art.el (gnus-split-methods): Reformat comments.
13975
13976         * spam.el (spam-summary-prepare-exit): Remove article limits
13977         before exiting the summary buffer.
13978
13979 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13982         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13983
13984         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13985         order to silence the byte compiler.
13986
13987         * spam.el: Fix the way to silence the byte compiler, which
13988         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13989         bbdb-search-simple, spam-BBDB-register-routine,
13990         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13991         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13992         spam-stat-buffer-is-spam, spam-stat-load,
13993         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13994         spam-stat-save and spam-stat-split-fancy.
13995
13996 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13999         which may confuse users.
14000         (canlock-password-for-verify): Ditto.
14001
14002         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14003
14004         * gnus-art.el (gnus-emphasis-alist): Ditto.
14005
14006         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14007
14008         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14009
14010         * gnus-start.el (gnus-save-killed-list): Ditto.
14011
14012         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14013         (gnus-sum-thread-tree-root): Ditto.
14014         (gnus-sum-thread-tree-false-root): Ditto.
14015         (gnus-sum-thread-tree-single-indent): Ditto.
14016
14017         * message.el (message-courtesy-message): Ditto.
14018         (message-archive-note): Ditto.
14019         (message-subscribed-address-file): Ditto.
14020         (message-user-fqdn): Ditto.
14021
14022         * spam-report.el (spam-report-gmane-regex): Ditto.
14023
14024         * spam.el (spam-blackhole-good-server-regex): Ditto.
14025
14026 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * mml.el (mml-preview): Widen the message buffer before copying
14029         the contents to the preview buffer; sort headers before previewing.
14030
14031         * message.el (message-hidden-headers): Fix the way to avoid a bug
14032         in the `repeat' widget in Emacs 21.3 or earlier.
14033
14034 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * message.el (message-hidden-headers): Default to "^References:".
14037         Improve customization type.  Suggested by Reiner Steib
14038         <Reiner.Steib@gmx.de>.
14039
14040 2004-11-25  Romain Francoise  <romain@orebokech.com>
14041
14042         * message.el (message-strip-forbidden-properties): Remove check for
14043         obsolete `message-hidden' text property, hidden headers are not
14044         accessible in the buffer anymore.
14045
14046 2004-11-22  Romain Francoise  <romain@orebokech.com>
14047
14048         * message.el (message-header-format-alist): Add `From' in list
14049         so that it can be sorted.
14050         (message-fix-before-sending): Widen and sort headers before
14051         sending.
14052         (message-hide-headers): Use narrowing to hide headers by moving
14053         them to the top of the buffer and narrowing to the region
14054         underneath.
14055
14056 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * message.el (message-strip-forbidden-properties): Bind
14059         buffer-read-only (etc) to nil.
14060
14061 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14064         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14065
14066 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14067
14068         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14069
14070 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * dns.el (query-dns): Use sit-for to time instead of
14073         accept-process-output, since that doesn't seem to work on udp
14074         sockets.
14075
14076 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14079
14080 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14081
14082         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14083         doc string.  Improve doc string.
14084
14085 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * nntp.el (nntp-request-update-info): Return nil if
14088         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14089         may not call gnus-activate-group which uselessly issues the GROUP
14090         commands for all nntp groups and wastes time.  Reported by Romain
14091         Francoise <romain@orebokech.com>.
14092
14093         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14094
14095 2004-11-15  Simon Josefsson  <jas@extundo.com>
14096
14097         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14098         headers separately.
14099         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14100         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14101
14102 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-start.el (gnus-convert-old-newsrc):
14105         Assign legacy-gnus-agent to 5.10.7.
14106
14107 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108
14109         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14110         start of the lines.
14111
14112 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14113
14114         * hashcash.el (hashcash-default-payment): Change default to 20.
14115         (hashcash-default-accept-payment): Change default to 20.
14116         (hashcash-process-alist): New variable.
14117         (hashcash-generate-payment-async): Add.
14118         (hashcash-already-paid-p): Add.
14119         (hashcash-insert-payment): Don't generate payments twice.
14120         (hashcash-insert-payment-async): Add.
14121         (hashcash-insert-payment-async-2): Add.
14122         (hashcash-cancel-async): Add.
14123         (hashcash-wait-async): Add.
14124         (hashcash-processes-running-p): Add.
14125         (hashcash-wait-or-cancel): Add.
14126         (mail-add-payment): New optional argument.  Conditionally start
14127         asynchronous calculation.
14128         (mail-add-payment-async): Add.
14129
14130         * message.el (message-send-mail): Wait for asynchronous hashcash
14131         results.  Don't clobber existing X-Hashcash headers.
14132         (message-setup-1): Call mail-add-payment-async when
14133         message-generate-hashcash is non-nil.
14134
14135 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14136
14137         * message.el (message-use-alternative-email-as-from): Examine the
14138         From header as well; use message-make-from in order to include a
14139         user's full name.
14140
14141 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14144         default; improve customization type.
14145         (gnus-emphasis-custom-with-format): New macro.
14146         (gnus-emphasis-custom-value-to-external): New function.
14147         (gnus-emphasis-custom-value-to-internal): New function.
14148
14149 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14150
14151         * dns.el (query-dns): Resolve reverse addresses.
14152
14153 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14154
14155         * gnus-group.el (gnus-group-get-new-news): Use it.
14156
14157         * gnus-start.el (gnus-check-reasonable-setup): New function.
14158
14159 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14162         "Args out of range" error.  Reported by Arnaud Giersch
14163         <arnaud.giersch@free.fr>.
14164
14165 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14166
14167         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14168
14169 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14170
14171         * spam.el (spam group): Add :version.
14172
14173         * pgg-def.el (pgg group): Add :version.
14174
14175 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * gnus-art.el (gnus-article-edit-article): Don't associate the
14178         article buffer with a draft file.  This is a temporary measure
14179         against the 2004-08-22 change to gnus-article-edit-mode.
14180
14181 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14184         (html2text-format-tags): Remove unused variable `attr'.
14185
14186 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14189
14190         * tls.el (tls-process-connection-type, tls-success)
14191         (tls-certtool-program): Add :version.
14192
14193         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14194         (starttls-extra-arguments, starttls-process-connection-type)
14195         (starttls-connect, starttls-failure, starttls-success): Add :version.
14196
14197         * spam-stat.el (spam-stat): Add :version.
14198
14199         * sieve.el (sieve): Add :version.
14200
14201         * sha1.el (sha1): Add :version.
14202         (sha1-use-external): Remove redundant version.
14203
14204         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14205         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14206         (nnmail-split-fancy-match-partial-words)
14207         (nnmail-split-lowercase-expanded): Add :version.
14208
14209         * nndiary.el (nndiary): Add :version.
14210
14211         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14212
14213         * mml-sec.el (mml-default-sign-method)
14214         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14215         Add :version.
14216
14217         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14218
14219         * mm-url.el (mm-url-use-external, mm-url-program)
14220         (mm-url-arguments): Add :version.
14221
14222         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14223         (mm-attachment-file-modes, mm-decrypt-option)
14224         (mm-w3m-safe-url-regexp): Add :version.
14225
14226         * message.el (message-cite-prefix-regexp)
14227         (message-sendmail-envelope-from, message-minibuffer-local-map)
14228         (message-user-fqdn, message-completion-alist): Add :version.
14229
14230         * gnus-win.el (gnus-configure-windows-hook)
14231         (gnus-use-frames-on-any-display): Add :version.
14232
14233         * gnus-art.el (gnus-article-address-banner-alist)
14234         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14235         (gnus-treat-from-picon, gnus-treat-mail-picon)
14236         (gnus-treat-x-pgp-sig): Add :version.
14237
14238         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14239         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14240         (gnus-summary-article-delete-hook)
14241         (gnus-summary-display-while-building): Add :version.
14242
14243         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14244         (gnus-get-top-new-news-hook): Add :version.
14245
14246         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14247         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14248
14249         * gnus-registry.el (gnus-registry): Add :version.
14250
14251         * gnus-spec.el (gnus-use-correct-string-widths)
14252         (gnus-make-format-preserve-properties): Add :version.
14253
14254         * gnus.el (gnus-group-charter-alist)
14255         (gnus-group-fetch-control-use-browse-url)
14256         (gnus-install-group-spam-parameters): Add :version.
14257
14258         * gnus-diary.el (gnus-diary): Add :version.
14259
14260         * gnus-delay.el (gnus-delay): Add :version.
14261
14262         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14263         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14264         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14265         Add :version.
14266
14267         * gnus-agent.el (gnus-agent-max-fetch-size)
14268         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14269         (gnus-agent-prompt-send-queue): Add :version.
14270
14271         * deuglify.el (gnus-outlook-deuglify): Add :version.
14272
14273         * html2text.el: Beautify code.  Improve doc strings.  Some
14274         checkdoc cleanup.
14275         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14276
14277 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14278
14279         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14280
14281 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14284         when package is loaded.
14285
14286         * spam.el (spam-summary-score-preferred-header): Add global preference
14287         for people who want to override the default SpamAssassin over
14288         Bogofilter preference (when both are set).
14289         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14290         (spam-user-format-function-S): Check
14291         spam-summary-score-preferred-header.
14292         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14293         (spam-user-format-function-S): Format the score correctly.
14294
14295 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14298         signature file.  Suggested by Manoj Srivastava
14299         <srivasta@golden-gryphon.com>.
14300
14301         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14302         iso-2022-jp even in the Japanese language environment.
14303         Suggested by Jason Rumney <jasonr@gnu.org>.
14304
14305 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14308         use the same characters as the dummy marks; make it free from
14309         getting affected by the language environment.
14310         (gnus-summary-read-group-1): Update mark positions only when the
14311         format spec is updated.
14312
14313         * gnus-spec.el (gnus-update-format-specifications): Return a list
14314         of updated types.
14315
14316 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14319         of boundp to check if display-warning is available.
14320
14321 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14322
14323         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14324
14325 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * nnspool.el (nnspool-spool-directory): Use news-path if the
14328         news-directory variable is not bound.
14329
14330         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14331         function instead of display-warning if it is not available.
14332
14333 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14336         v5-10: Use `point-at-bol'.
14337
14338 2004-10-26  Simon Josefsson  <jas@extundo.com>
14339
14340         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14341         <chenggao@gmail.com>.
14342
14343 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14346         instead.
14347
14348 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14351         to remove a server from the nnimap-server-buffer-alist.
14352         (nnimap-open-connection, nnimap-close-server): Use it.
14353
14354         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14355
14356 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14359         running the major-mode function.
14360
14361 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14364         dummy marks in the right way.
14365
14366 2004-10-18  David Edmondson  <dme@dme.org>
14367
14368         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14369         excessively.
14370
14371 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * gnus-util.el (gnus-split-references): Accept a nil references
14374         string and go on blissfully.
14375
14376         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14377         cases where the references string is non-nil but has no references.
14378
14379         * encrypt.el: Add autoload tags.
14380
14381         * spam.el (spam-resolve-registrations-routine): Remove article
14382         from unregistration list too.  Reported by David Hanak
14383         <dhanak@isis.vanderbilt.edu>
14384
14385 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14388         nil.  Changed custom type.
14389
14390 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14393
14394         * gnus-sum.el (gnus-summary-move-article): Use it.
14395
14396 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * encrypt.el: Add autoload cookies.
14399
14400         * spam.el (spam-backend-article-list-property)
14401         (spam-backend-get-article-todo-list)
14402         (spam-backend-put-article-todo-list)
14403         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14404         Resolve registrations separately.
14405         (spam-register-routine): Format comments.
14406         (spam-unregister-routine, spam-register-routine): Always call with
14407         specific-articles, no default list.
14408         (spam-summary-prepare-exit): Use the spam-classifications function.
14409
14410         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14411         gnus-encrypt.el.
14412
14413         * encrypt.el: Copied from gnus-encrypt.el.
14414
14415         * gnus-encrypt.el: Commented that it's obsolete.
14416
14417 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14420         (gnus-score-save): Use it.
14421
14422         * message.el (message-bury): Use `window-dedicated-p'.
14423
14424 2004-10-15  Simon Josefsson  <jas@extundo.com>
14425
14426         * pop3.el (top-level): Don't require nnheader.
14427         (pop3-read-timeout): Add.
14428         (pop3-accept-process-output): Add.
14429         (pop3-read-response, pop3-retr): Use it.
14430
14431 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * spam.el (spam-register-routine): Move comment.
14434         (spam-verify-bogofilter): Use 'unknown for the initial
14435         spam-bogofilter-valid state, not 'never.
14436
14437         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14438         for netrc-machine.
14439
14440         * nnimap.el (nnimap-open-connection): Use
14441         netrc-machine-user-or-password.
14442
14443 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14444
14445         * gnus-registry.el (gnus-registry-unload-hook):
14446         Set as a variable with add-hook.
14447
14448         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14449         of news-path.
14450
14451         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14452
14453         * spam.el: Delete duplicate `provide'.
14454         (spam-unload-hook): Set as a variable with add-hook.
14455
14456 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14459         in the doc string.
14460
14461         * message.el (message-ignored-news-headers)
14462         (message-ignored-supersedes-headers)
14463         (message-ignored-resent-headers)
14464         (message-forward-ignored-headers): Improve custom type.
14465
14466 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * message.el (message-tokenize-header): Fix 2004-09-06 change
14469         which used point-min in the wrong place.
14470
14471 2004-10-12  Simon Josefsson  <jas@extundo.com>
14472
14473         * tls.el (tls-certtool-program): New variable.
14474         (tls-certificate-information): New function, based on
14475         ssl-certificate-information.
14476
14477 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * compface.el: Move the version of ELisp-based uncompface program
14480         to the contrib directory because of the copyright problem.
14481
14482 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * message.el (message-kill-buffer): Raise the current frame.
14485
14486 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14489
14490         * gnus.el (message-y-or-n-p): Autoload.
14491
14492         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14493         (pop3-password-required, pop3-authentication-scheme)
14494         (pop3-leave-mail-on-server): Made customizable.
14495         (pop3): New custom group.
14496         (pop3-retr): Remove `sleep-for' statements.
14497         Suggested by Dave Love <fx@gnu.org>.
14498
14499         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14500         Windows/DOS.
14501
14502         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14503         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14504         Dave Love <fx@gnu.org>.
14505
14506         * mml.el (mml-minibuffer-read-disposition): Require match.
14507         Suggested by Dave Love <fx@gnu.org>.
14508
14509 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14512         doc string.
14513
14514 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14517
14518 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14519
14520         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14521         instead of calling `mm-insert-inline', to decode text/* parts
14522         before displaying them.
14523
14524 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mm-uu.el (mm-uu-text-plain-type): New variable.
14527         (mm-uu-pgp-signed-extract-1): Use it.
14528         (mm-uu-pgp-encrypted-extract-1): Use it.
14529         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14530         bind mm-uu-text-plain-type with that value.
14531         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14532         mm-uu-dissect.
14533
14534 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-group.el (gnus-update-group-mark-positions):
14537         * gnus-sum.el (gnus-update-summary-mark-positions):
14538         * message.el (message-check-news-body-syntax):
14539         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14540         of string-as-multibyte.
14541
14542 2004-10-05  Juri Linkov  <juri@jurta.org>
14543
14544         * gnus-group.el (gnus-update-group-mark-positions):
14545         * gnus-sum.el (gnus-update-summary-mark-positions):
14546         * message.el (message-check-news-body-syntax):
14547         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14548         8-bit unibyte values to a multibyte string for search functions.
14549
14550 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14553         (mm-uu-dissect-text-parts): New function.
14554
14555         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14556         dissect text parts.
14557
14558         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14559         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14560
14561         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14562
14563         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14564         gnus-current-topics instead of gnus-current-topic.
14565
14566 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14567
14568         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14569
14570 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14571
14572         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14573         where approriate.
14574
14575         * nnml.el (nnml-generate-active-info): do.
14576
14577         * nndiary.el (nndiary-generate-active-info): do.
14578
14579         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14580         (gnus-topic-move): do.
14581
14582         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14583         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14584
14585         * gnus-srvr.el (gnus-server-prepare)
14586         (gnus-server-open-all-servers): do.
14587
14588         * gnus-msg.el (gnus-summary-cancel-article)
14589         (gnus-summary-resend-message)
14590         (gnus-summary-mail-crosspost-complaint): do.
14591
14592         * gnus-move.el (gnus-change-server): do.
14593
14594         * gnus-group.el (gnus-group-unmark-all-groups)
14595         (gnus-group-set-current-level): do.
14596
14597 2004-10-04  Simon Josefsson  <jas@extundo.com>
14598
14599         * message.el (message-generate-hashcash): Doc fix.
14600
14601 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14602
14603         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14604         avoid infinite recursion via gnus-get-function.
14605
14606 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14607
14608         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14609
14610         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14611
14612         * nnmail.el (nnmail-split-history): do.
14613
14614         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14615         (nnml-request-delete-group): do.
14616
14617         * nnslashdot.el (nnslashdot-read-groups): do.
14618
14619         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14620         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14621
14622         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14623         (nnspool-sift-nov-with-sed): Use last.
14624         (nnspool-retrieve-headers-with-nov): Use mapc.
14625         (nnspool-request-newgroups): Use dolist.
14626         (nnspool-request-group): Use last.
14627
14628         * nntp.el (nntp-read-server-type): Use dolist.
14629
14630         * nnvirtual.el (nnvirtual-create-mapping)
14631         (nnvirtual-update-read-and-marked): Use dolist.
14632         (nnvirtual-convert-headers): Simplify.
14633
14634 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14635
14636         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14637         support for sync'ing tick marks.
14638
14639 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14642         there's no visible header.
14643
14644 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14645
14646         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14647         necessary, pass full group name to gnus-request-set-marks.
14648
14649 2004-10-01  Simon Josefsson  <jas@extundo.com>
14650
14651         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14652         acroread.
14653
14654 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655
14656         * spam-report.el (spam-report-gmane): Fix interactive.
14657
14658         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14659
14660         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14661         when writing file.
14662         (gnus-agent-synchronize-flags): Don't default to being
14663         interactive.
14664
14665 2004-09-30  Simon Josefsson  <jas@extundo.com>
14666
14667         * message.el (message-generate-hashcash): Add.
14668         (message-send-mail): Use it, call mail-add-payment.
14669
14670 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14673
14674 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14675
14676         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14677         gnus-requst-update-info with explicit code to sync the in-memory
14678         info read flags with the marks being sync'd to the backend.
14679
14680         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14681
14682 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14683
14684         * spam.el (spam-verify-bogofilter): Add new function.
14685         (spam-check-bogofilter)
14686         (spam-bogofilter-register-with-bogofilter): Use it.
14687         (spam-verify-bogofilter): Add small fixes.
14688
14689 2004-09-28  Simon Josefsson  <jas@extundo.com>
14690
14691         * hashcash.el (hashcash-generate-payment): Revert.
14692
14693 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14694
14695         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14696         gnus-extract-references instead of gnus-split-references.
14697
14698         * gnus-util.el (gnus-extract-references): Add new function, analogous
14699         to gnus-split-references but extracts only the message-ID without
14700         anything extra.
14701
14702         * hashcash.el (hashcash-generate-payment)
14703         (hashcash-check-payment): Do the right thing if hashcash-path is
14704         nil (because the hashcash program could not be found).
14705
14706         * spam.el (spam-use-hashcash): Remove comment.
14707
14708 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14709
14710         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14711         (gnus-cache-enter-article, gnus-cache-remove-article)
14712         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14713
14714         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14715
14716         * gnus-art.el (article-hide-boring-headers)
14717         (article-translate-strings, article-display-face)
14718         (gnus-article-mime-match-handle-first)
14719         (gnus-article-highlight-headers)
14720         (gnus-article-add-buttons-to-head): do.
14721
14722 2004-09-27  Simon Josefsson  <jas@extundo.com>
14723
14724         * hashcash.el: New version, from
14725         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14726         ../contrib/.
14727
14728 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14731
14732 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14733
14734         * gnus-dup.el (gnus-dup-open): Use mapc.
14735         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14736
14737         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14738         Reported by Stefan Wiens <s.wi@gmx.net>.
14739
14740         * gnus.el (gnus-shutdown): Use dolist.
14741
14742         * gnus-undo.el (gnus-undo): Use mapc.
14743
14744         * nnrss.el (nnrss-generate-active): do.
14745
14746         * message.el (message-cite-original-without-signature)
14747         (message-cite-original): Use mapc.
14748         (message-do-actions, message-make-forward-subject): Use dolist.
14749
14750 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14751
14752         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14753         deletion to remove entire duplicate line.  Fixes merged article
14754         number bug.
14755
14756 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14757
14758         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14759         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14760         first ask if you want to open a server and then, even when you
14761         responded with no, asking if you want to synchronize the server's
14762         flags.
14763         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14764         multi-line expressions.
14765         (gnus-agent-synchronize-group-flags): New internal function.
14766         Updates marks in memory (in the info structure) AND in the
14767         backend.
14768
14769         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14770
14771         * nnagent.el (nnagent-request-set-mark): Use
14772         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14773         method, to ensure that synchronization updates marks in the
14774         backend and in the info (in memory) structure.
14775
14776 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14779         convention fully; don't miss the root article of a thread; make
14780         the X-Draft-From header with correct article numbers.
14781
14782 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14783
14784         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14785         unless plugged.  Disable the agent so that an open failure causes
14786         an error.
14787
14788         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14789         Reverted 2004-09-21 change.  The backend must be opened while
14790         synchronizing flags even when the backend stores the flags
14791         locally.
14792
14793 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14796         in `header' match.  Reported by Svend Tollak Munkejord.
14797
14798         * message.el (message-cite-original): Fix use of
14799         `message-cite-articles-with-x-no-archive'.
14800
14801 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14804         (gnus-window-to-buffer): Ditto.
14805
14806         * mml.el (mml-preview-buffer): New variable.
14807         (mml-preview): Manage window layout with gnus-buffer-configuration.
14808
14809         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14810         X-Draft-From header even if those articles aren't quoted.
14811
14812 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14813
14814         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14815         (gnus-request-set-mark, gnus-request-update-mark): Use new
14816         g-s-t-u-l-m to decide to use backend even when unplugged.
14817
14818 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14821         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14822
14823 2004-09-20  Simon Josefsson  <jas@extundo.com>
14824
14825         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14826         "utf-16-le".
14827
14828 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14829
14830         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14831
14832 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * uudecode.el (uudecode-use-external): Add :version.
14835
14836         * smime.el (smime-CA-file, smime-encrypt-cipher)
14837         (smime-dns-server): Add :version.
14838
14839         * smiley.el (gnus-smiley-file-types): Add :version.
14840
14841         * sha1.el (sha1-use-external): Add :version.
14842
14843         * pgg-def.el (pgg-query-keyserver): Add :version.
14844
14845         * nnmail.el (nnmail-fancy-expiry-targets)
14846         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14847         Add :version.
14848
14849         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14850         (nnimap-retrieve-groups-asynchronous): Add :version.
14851         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14852
14853         * mml.el (mml-content-disposition-parameters)
14854         (mml-insert-mime-headers-always): Add :version.
14855
14856         * mm-util.el (mm-coding-system-priorities): Add :version.
14857
14858         * mm-decode.el (mm-inline-text-html-with-images)
14859         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14860         (mm-verify-option): Add :version.
14861         (mm-text-html-renderer): Change :version.
14862
14863         * message.el (message-fcc-externalize-attachments)
14864         (message-required-headers, message-draft-headers)
14865         (message-subject-trailing-was-query)
14866         (message-subject-trailing-was-ask-regexp)
14867         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14868         (message-mark-insert-end, message-archive-header)
14869         (message-archive-note, message-cross-post-default)
14870         (message-cross-post-note, message-followup-to-note)
14871         (message-cross-post-note-function, message-use-mail-followup-to)
14872         (message-subscribed-address-functions)
14873         (message-subscribed-address-file, message-subscribed-addresses)
14874         (message-subscribed-regexps, message-allow-no-recipients)
14875         (message-yank-cited-prefix, message-signature-insert-empty-line)
14876         (message-hidden-headers, message-hierarchical-addresses)
14877         (message-mail-user-agent, message-use-idna)
14878         (message-valid-fqdn-regexp)
14879         (message-strip-special-text-properties, message-header-synonyms)
14880         (message-beginning-of-line, message-tab-body-function): Add :version.
14881         (message-insert-canlock, message-wide-reply-confirm-recipients):
14882         Change :version.
14883
14884         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14885         and :version.
14886         (mail-source-delete-old-incoming-confirm)
14887         (mail-source-movemail-program): Add :version.
14888
14889         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14890         (gnus-agent-cache, gnus-agent): Change :version.
14891
14892         * gnus-util.el (gnus-use-byte-compile): Change :version.
14893
14894         * gnus-sum.el (gnus-summary-make-false-root-always)
14895         (gnus-summary-default-high-score)
14896         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14897         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14898         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14899         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14900         (gnus-sum-thread-tree-single-indent)
14901         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14902         (gnus-sum-thread-tree-leaf-with-other)
14903         (gnus-sum-thread-tree-single-leaf): Add :version.
14904         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14905         (gnus-article-loose-mime): Change :version.
14906
14907         * gnus-start.el (gnus-backup-startup-file)
14908         (gnus-save-startup-file-via-temp-buffer): Add :version.
14909
14910         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14911         (gnus-server-offline-face): Add :version.
14912
14913         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14914
14915         * gnus-msg.el (gnus-gcc-externalize-attachments)
14916         (gnus-debug-files, gnus-debug-exclude-variables)
14917         (gnus-discouraged-post-methods): Change :version.
14918         (gnus-confirm-mail-reply-to-news)
14919         (gnus-confirm-treat-mail-like-news): Add :version.
14920
14921         * gnus-int.el (gnus-server-unopen-status): Add :version.
14922
14923         * gnus-group.el (gnus-group-jump-to-group-prompt)
14924         (gnus-large-ephemeral-newsgroup)
14925         (gnus-fetch-old-ephemeral-headers): Add :version.
14926
14927         * gnus-fun.el (gnus-x-face-directory)
14928         (gnus-convert-pbm-to-x-face-command)
14929         (gnus-convert-image-to-x-face-command)
14930         (gnus-convert-image-to-face-command): Add :version.
14931
14932         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14933
14934         * gnus-cite.el (gnus-cite-blank-line-after-header)
14935         (gnus-article-boring-faces): Add :version.
14936
14937         * gnus-art.el (gnus-buttonized-mime-types)
14938         (gnus-inhibit-mime-unbuttonizing)
14939         (gnus-treat-display-face)
14940         (gnus-treat-body-boundary): Change :version.
14941         (gnus-body-boundary-delimiter, gnus-picon-databases)
14942         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14943         (gnus-treat-date-english, gnus-treat-fold-headers)
14944         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14945         (gnus-treat-mail-picon, gnus-treat-wash-html)
14946         (gnus-article-encrypt-protocol)
14947         (gnus-use-idna, gnus-article-over-scroll)
14948         (gnus-mime-display-multipart-alternative-as-mixed)
14949         (gnus-mime-display-multipart-related-as-mixed)
14950         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14951         (gnus-ctan-url, gnus-button-ctan-handler)
14952         (gnus-button-handle-ctan-bogus-regexp)
14953         (gnus-button-ctan-directory-regexp)
14954         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14955         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14956         (gnus-button-man-level, gnus-button-emacs-level)
14957         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14958
14959         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14960         (gnus-agent-go-online): Change :version.
14961         (gnus-agent-expire-unagentized-dirs)
14962         (gnus-agent-auto-agentize-methods): Add :version.
14963
14964         * flow-fill.el (fill-flowed-display-column)
14965         (fill-flowed-encode-column): Add :version.
14966
14967         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14968         (gnus-outlook-deuglify-unwrap-max)
14969         (gnus-outlook-deuglify-cite-marks)
14970         (gnus-outlook-deuglify-unwrap-stop-chars)
14971         (gnus-outlook-deuglify-no-wrap-chars)
14972         (gnus-outlook-deuglify-attrib-cut-regexp)
14973         (gnus-outlook-deuglify-attrib-verb-regexp)
14974         (gnus-outlook-deuglify-attrib-end-regexp)
14975         (gnus-outlook-display-hook): Add :version.
14976
14977         * binhex.el (binhex-use-external): Add :version.
14978
14979 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14982         and `invisible'.
14983
14984 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14987         in gnus-registry-trim.
14988
14989 2004-09-13  Simon Josefsson  <jas@extundo.com>
14990
14991         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14992
14993         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14994
14995         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14996         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14997         <yamaoka@jpl.org>.
14998         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14999         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15000         <yamaoka@jpl.org>.
15001
15002         * sieve.el (sieve-manage-mode): Ditto.
15003
15004 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15005
15006         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15007
15008 2004-09-11  Simon Josefsson  <jas@extundo.com>
15009
15010         * dns-mode.el: Add.
15011
15012         * mm-view.el (mm-display-dns-inline): Add.
15013
15014         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15015         (mm-automatic-display): Ditto.
15016
15017         * mailcap.el (mailcap-mime-data): Add text/dns.
15018         (mailcap-mime-extensions): Map .soa to text/dns.
15019
15020 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15021
15022         * gnus-art.el (article-decode-mime-words, article-babel)
15023         (gnus-article-highlight-signature, gnus-article-add-buttons)
15024         (gnus-signature-toggle): Remove unnecessary bindings of
15025         `inhibit-read-only' inherited from v5.10 merge.
15026
15027 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * nntp.el (nntp): New customization group.
15030         (nntp-authinfo-file): Add customization group.
15031
15032         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15033
15034         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15035
15036         * gnus.el (to-address, to-list, subscribed)
15037         (large-newsgroup-initial): Ditto.
15038
15039         * flow-fill.el (fill-flowed-display-column)
15040         (fill-flowed-encode-column): Ditto.
15041
15042 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15043
15044         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15045         Use point-min rather than 1.
15046         (message-send-mail): Use buffer-size rather than point-max.
15047
15048         * gnus-sum.el (gnus-summary-search-article-forward):
15049         Signal a specific `search-failed' rather than a generic `error'.
15050
15051         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15052         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15053         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15054
15055 2004-09-10  Simon Josefsson  <jas@extundo.com>
15056
15057         * nndb.el (require): Remove tcp and duplicate cl.
15058
15059 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-agent.el (directory-files-and-attributes): Move forward.
15062
15063 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15064
15065         * gnus-agent.el (directory-files-and-attributes): Optionally
15066         defined to support XEmacs.
15067
15068 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15069
15070         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15071         to avoid run-time CL dependencies.
15072         (gnus-agent-unfetch-articles): New function.
15073         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15074         article numbers even when local .overview file is missing.
15075         (gnus-agent-read-article-number): New function.  Only accepts
15076         27-bit article numbers.
15077         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15078         gnus-agent-read-article-number.
15079         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15080         from backend while recognizing that article numbers in .overview
15081         must be valid.
15082         (gnus-agent-update-files-total-fetched-for): Use
15083         directory-files-and-attributes to improve performance.
15084         * gnus-int.el (gnus-request-move-article): Use
15085         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15086         improve performance.
15087
15088         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15089         some users confused by references to .newsrc when they only have a
15090         .newsrc.eld file.
15091         (gnus-convert-mark-converter-prompt)
15092         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15093         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15094         New function.  Used internally to only display 'gnus converting
15095         files' message when actually necessary.
15096
15097         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15098         methods now autoloaded.
15099
15100 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15103         identifiers.
15104
15105 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-picon.el: Fix indentation and closing parenthesis.
15108
15109 2004-09-01  Simon Josefsson  <jas@extundo.com>
15110
15111         * message.el (message-canlock-generate): Require sha1, not
15112         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15113         to require within a function.  Sadly, if sha1.el isn't loaded, the
15114         let binding in m-c-g will hide the defcustom definition, which is
15115         bad.)
15116
15117         * canlock.el: Require sha1, not sha1-el.
15118
15119         * message.el: Don't autoload sha1 (there is a autoload cookie in
15120         sha1.el).
15121
15122         * sha1-el.el: Renamed to sha1.el.
15123
15124 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15125
15126         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15127
15128 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15129
15130         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15131
15132 2004-08-30  Kim F. Storm  <storm@cua.dk>
15133
15134         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15135
15136         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15137         Add :group 'nnimap.
15138
15139 2004-08-30  Andreas Schwab  <schwab@suse.de>
15140
15141         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15142         ?* and ?\;.
15143
15144         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15145         and ?\' to symbol instead of whitespace.
15146
15147 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15150
15151         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15152         instead of re-search-forward.
15153
15154         * gnus-uu.el (gnus-uu-save-article): Ditto.
15155         (gnus-uu-post-encode-uuencode): Ditto.
15156
15157         * html2text.el (html2text-clean-list-items): Ditto.
15158         (html2text-clean-dtdd): Ditto.
15159         (html2text-format-tags): Ditto.
15160
15161         * message.el (message-send-mail-with-sendmail): Fix regexp.
15162         (message-fill-field-general): Use search-forward instead of
15163         re-search-forward.
15164         (unbold-region): Ditto.
15165
15166         * nnrss.el (nnrss-request-article): Ditto.
15167
15168         * nnslashdot.el (nnslashdot-request-article): Ditto.
15169
15170         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15171
15172         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15173         "Unrecognized menu descriptor" error in XEmacs.
15174
15175 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15176
15177         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15178         parent article of a sparse article in the thread hashtb.
15179
15180 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15181
15182         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15183         (nnmail-expand-newtext): Lowercase expanded entries if
15184         nnmail-split-lowercase-expanded is non-nil.
15185
15186 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15189
15190         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15191         of gnus-tmp-news-method into string under XEmacs.  It will be
15192         passed to gnus-correct-length which takes only a string argument.
15193
15194 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-util.el (gnus-bind-print-variables): New macro.
15197         (gnus-prin1): Use it.
15198         (gnus-prin1-to-string): Use it.
15199         (gnus-pp): New function.
15200         (gnus-pp-to-string): New function.
15201
15202         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15203         Replace pp-to-string with gnus-pp-to-string.
15204         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15205         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15206         * gnus-msg.el (gnus-debug): Ditto.
15207         * gnus-score.el (gnus-score-save): Ditto.
15208         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15209         gnus-pp-to-string.
15210         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15211         with gnus-pp.
15212         * score-mode.el (gnus-score-pretty-print): Ditto.
15213         * webmail.el (webmail-debug): Ditto.
15214
15215 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-art.el (article-display-face, article-display-x-face):
15218         Use buffer-read-only.
15219
15220 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (article-hide-list-identifiers):
15223         Bind inhibit-read-only as t.
15224
15225 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15228
15229 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15230
15231         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15232         (gnus-narrow-to-page): Don't assume point-min == 1.
15233         (gnus-article-edit-mode): Derive from message-mode.
15234
15235         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15236         point-min == 1.
15237
15238         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15239         Disable incorrect use of `assert'.
15240
15241         * message.el (message-mode): Set comment-start-skip.
15242
15243
15244 2004-08-22  Sam Steingold  <sds@gnu.org>
15245
15246         * pop3.el (pop3-leave-mail-on-server): New user variable.
15247         (pop3-movemail): Delete mail only when it is nil.
15248
15249 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15252
15253         * mml.el (mml-preview): Use `pop-to-buffer'.
15254
15255         * message.el (message-goto-mail-followup-to): Insert after "To".
15256         (message-carefully-insert-headers): Add comment.
15257
15258         * gnus.el: Remove unused variable `gnus-article-check-size'.
15259
15260         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15261
15262         * gnus-art.el (gnus-button-alist): Improve
15263         `gnus-button-handle-library' entry.
15264
15265 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15266
15267         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15268         downcase, since XEmacs capitalizes error messages differently.
15269
15270 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15271
15272         * nntp.el: Add (require 'gnus) due to reference to
15273         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15274
15275 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15276
15277         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15278         `mm-fill-flowed'.
15279
15280         * mm-decode.el (mm-dissect-singlepart): Check it.
15281
15282 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15285         'imap' for netrc parsing.
15286
15287 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * mailcap.el (mailcap-mime-data): Mark as risky.
15290
15291 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15294         may be included in the encoded word.
15295         (rfc2047-encode): Don't append a space if the encoded word
15296         includes close parenthesis.
15297
15298 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15301         of text within parentheses.
15302
15303 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15304
15305         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15306         (gnus-encrypt-write-file-contents): Make the password key the file
15307         name PLUS the cipher, not just the cipher.  Also remove failed
15308         passwords from the cache.
15309
15310 2004-08-06  Simon Josefsson  <jas@extundo.com>
15311
15312         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15313         fix.
15314
15315 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15318         LWSP.
15319
15320 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15321
15322         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15323         to append in-reply-to: data to the references: header.
15324
15325         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15326         (netrc-parse): Use gnus-encrypt.el functions.
15327
15328         * gnus-encrypt.el: Add new file for encryption support; currently
15329         does only a few GPG ciphers and an internal XOR cipher.
15330
15331         * password.el: Add comments on using password-read-and-add.
15332         (password-read-and-add): Add function to read and add the
15333         password to the cache at once.
15334
15335 2004-07-28  Simon Josefsson  <jas@extundo.com>
15336
15337         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15338         parameter (but don't use it, for now).
15339
15340         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15341         instead of hard coding to nil.
15342
15343 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15346         as mm-inline-image-xemacs does.
15347
15348 2004-07-26  Simon Josefsson  <jas@extundo.com>
15349
15350         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15351         Revert part of 2004-07-17 change below.
15352
15353 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15356         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15357
15358 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15359
15360         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15361         quotes that actually start with ">" at the beginning of the
15362         lines.
15363
15364 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * rfc2047.el (rfc2047-encode-region): Fix last change.
15367         (rfc2047-encode-parameter): Remove useless concat.
15368
15369 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15372         encode special characters; fix some kind of misconfigured headers;
15373         signal a real error if debug-on-quit or debug-on-error is non-nil.
15374         (rfc2047-encode-max-chars): New variable.
15375         (rfc2047-encode-1): Use it.
15376         (rfc2047-encode-parameter): New function.
15377
15378         * mml.el (mml-insert-parameter): Remove an excessive space.
15379
15380 2004-07-17  Simon Josefsson  <jas@extundo.com>
15381
15382         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15383         Kai Grossjohann <kai@emptydomain.de>.
15384         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15385         (gnus-group-make-menu-bar): Ditto.
15386
15387         * gnus-util.el (gnus-group-server): Add.
15388
15389 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * message.el (message-clone-locals): Clone sendmail and smtp
15392         variables.
15393
15394 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * rfc2047.el (rfc2047-encode-region): Fix last change.
15397
15398 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15401         characters as non-special.
15402
15403 2004-07-09  Simon Josefsson  <jas@extundo.com>
15404
15405         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15406         Users will lose all flag changes made while unplugged with
15407         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15408         good default.  See numerous reports on ding mailing list.
15409
15410 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15413         add generate-head-function and generate-article-function to the
15414         rfc822-forward entry.
15415         (nndoc-rfc822-forward-generate-article): New function.
15416         (nndoc-rfc822-forward-generate-head): New function.
15417
15418         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15419
15420 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15421
15422         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15423         respect display group parameter and gnus-summary-expunge-below.
15424         (gnus-articles-to-read): Remove unused reference to display group
15425         parameter.
15426
15427 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * nnheader.el (nnheader-uniquify-message-id): New experimental
15430         variable.
15431         (nnheader-nov-read-message-id): Use it.
15432
15433         * spam-report.el (spam-report-gmane): Add interactive.
15434
15435 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15438         qp-or-base64 for the application/* types.
15439
15440 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15441
15442         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15443
15444 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15445
15446         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15447         trim value.
15448
15449 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15450
15451         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15452         New macro and function.
15453         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15454
15455 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15458         after-load-alist.
15459
15460 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15461
15462         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15463         update info that isn't there.
15464
15465 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15466
15467         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15468         entry.
15469
15470 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mm-view.el (mm-inline-render-with-function): Use multibyte
15473         buffer; decode html source by charset.
15474
15475         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15476
15477         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15478         Mule-UCS is loaded under XEmacs.
15479         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15480
15481 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15482
15483         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15484
15485 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mm-util.el (mm-coding-system-p): Return a coding-system.
15488         (mm-mime-mule-charset-alist): Use shift_jis instead of
15489         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15490         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15491         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15492         instead of japanese-shift-jis and iso-latin-1 respectively in
15493         order to share the default value with both Emacs and XEmacs-mule.
15494         (mm-mule-charset-to-mime-charset): Make
15495         mm-coding-system-priorities effective.
15496         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15497         while predicating of candidates upon the priorities.
15498
15499 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15500
15501         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15502         gnus-uu-invert-processable.
15503
15504         * gnus.el: Autoload gnus-uu-invert-processable.
15505
15506 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * mm-util.el (mm-with-multibyte-buffer): New macro.
15509
15510         * rfc2047.el (rfc2047-encode-string): Use it.
15511         (rfc2047-encode-region): Move point to the end of the region after
15512         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15513
15514 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15517         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15518
15519 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15522         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15523         Karl Chen <quarl@nospam.quarl.org>.
15524
15525 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15526
15527         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15528         invalid addresses.
15529
15530 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15531
15532         * spam.el: Change section markers, revise TODO list.
15533         (spam-backends): Make new master list of all installed backends.
15534         (spam-summary-exit-behavior): Add new variable to determine how
15535         messages moves are done at summary exit.
15536         (spam-move-spam-nonspam-groups-only)
15537         (spam-process-ham-in-nonham-groups)
15538         (spam-process-ham-in-spam-groups): Remove variables, the
15539         spam-summary-exit-behavior variable should be used to manage this
15540         behavior.
15541         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15542         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15543         and spam-old-spam-articles.
15544         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15545         Add empty variables, placeholders for the backends they represent.
15546         (spam-set-difference): Move, unchanged.
15547         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15548         unless the user has a processor variable.
15549         (spam-classifications, spam-classification-valid-p)
15550         (spam-backend-properties, spam-backend-property-valid-p)
15551         (spam-backend-function-type-valid-p)
15552         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15553         (spam-report-articles-gmane, spam-report-articles-resend):
15554         Remove functions, they are not needed.
15555         (spam-install-backend-super, spam-backend-list)
15556         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15557         (spam-backend-function, spam-backend-ham-registration-function)
15558         (spam-backend-spam-registration-function)
15559         (spam-backend-ham-unregistration-function)
15560         (spam-backend-spam-unregistration-function)
15561         (spam-backend-statistical-p, spam-backend-mover-p)
15562         (spam-install-backend-alias, spam-install-checkonly-backend)
15563         (spam-install-mover-backend, spam-install-nocheck-backend)
15564         (spam-install-backend, spam-install-statistical-backend)
15565         (spam-install-statistical-checkonly-backend): Add backend installation
15566         support.
15567         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15568         (spam-group-processor-p): Use the new backend code and respect the
15569         summary exit behavior.
15570         (spam-mark-spam-as-expired-and-move-routine): Remove.
15571         (spam-summary-prepare): Change to use the new spam-old-articles
15572         variable.
15573         (spam-copy-or-move-routine, spam-copy-spam-routine)
15574         (spam-move-spam-routine, spam-copy-ham-routine)
15575         (spam-move-ham-routine): Add code to copy/move ham or spam.
15576         (spam-fetch-field-fast): Improve doc and code, plus allow the
15577         'number request.
15578         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15579         variables.
15580         (spam-split, spam-find-spam): Use the new backend code.
15581         (spam-registration-functions): Remove variable.
15582         (spam-unregister-routine): Add convenience wrapper.
15583         (spam-log-undo-registration, spam-register-routine)
15584         (spam-log-processing-to-registry)
15585         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15586         where possible.
15587         (spam-check-gmane-xref, spam-check-regex-headers)
15588         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15589         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15590         (spam-check-bogofilter-headers, spam-check-spamoracle)
15591         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15592         (spam-check-crm114-headers): Use the spam-split-group that
15593         spam-split prepares, no need to determine it every time.
15594
15595         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15596         to the nnheader-parse-naked-head call.
15597
15598         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15599
15600         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15601         the nnheader-nov-read-message-id call.
15602
15603 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15606         gnus-activate-group twice.  Suggested by Markus Peter
15607         <warp@spin.de>.
15608
15609 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-art.el (gnus-article-time-format): Exchange the order of
15612         day and month in the default value; fix customization type.
15613         (article-date-ut): Use add-text-properties.
15614         (article-make-date-line): Use message-make-date instead of
15615         current-time-string.
15616
15617         * message.el (message-fetch-field): Don't use set-text-properties.
15618         (message-make-date): Simplify.
15619
15620         * messagexmas.el (message-xmas-make-date): New function.
15621         (message-xmas-redefine): Defalias message-make-date to it.
15622
15623 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15626         (rfc2047-encode-region): Treat text within parentheses as special;
15627         show the original text when error has occurred.
15628
15629         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15630         already-computed method to gnus-activate-group.
15631
15632         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15633         same select-methods identical Lisp objects.
15634
15635         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15636         object when modifying the info.
15637
15638 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15641         gnus-opened-servers since it has never been opened with the new
15642         configuration yet.
15643
15644 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15647         arg to nnheader-generate-fake-message-id.
15648
15649 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15652         number and build a fake message ID localized to a group and
15653         article number (so it's repeatable from that point on).
15654         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15655         ID format.
15656
15657         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15658         nnheader-generate-fake-message-id with the article number.
15659
15660 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15661
15662         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15663         end-of-buffer.
15664
15665 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15666
15667         * message.el (message-ignored-supersedes-headers): Add Approved.
15668
15669 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15672         goto-char.
15673         (rfc2047-encode): Fold the line before encoding.
15674
15675 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15678         folding -- not all headers can be folded, and this should be done
15679         by the message composition mode.  Probably.  I think.
15680
15681 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15684         fast.
15685
15686         * gnus-ems.el (gnus-remove-image): Don't use
15687         message-text-with-property; remove only the image found first.
15688
15689         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15690         found first.
15691
15692 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15693
15694         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15695
15696 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * message.el (message-text-with-property): Make it fast and accept
15699         optional arguments.
15700         (message-strip-forbidden-properties): Use it.
15701         (message-fix-before-sending): Follow the m-t-w-p change.
15702
15703         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15704
15705 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (article-hide-headers): Don't change the buffer
15708         mistakenly when performing mml-preview even if
15709         gnus-single-article-buffer is nil.
15710
15711 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15712
15713         * message.el (message-expand-name-databases): New user option.
15714         (message-expand-name): Use it.
15715
15716 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * spam.el (spam-report-articles-resend)
15719         (spam-report-resend-register-routine): Allow ham reporting.
15720         (spam-report-resend-register-ham-routine): Add wrapper.
15721         (spam-registration-functions): Add ham resending functions.
15722         (spam-list-of-processors): Add ham resend processor.
15723
15724         * gnus.el (ham-resend-to): Add new group parameter.
15725         (spam-process): Add ham resend option.
15726
15727         * spam-report.el (spam-report-resend): Allow reporting ham.
15728         (spam-report-resend-ham): Add wrapper.
15729
15730 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731
15732         * message.el (message-cite-articles-with-x-no-archive): New
15733         variable.
15734         (message-cite-original): Use it.
15735
15736 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15737
15738         * message.el (message-cite-original): Respect X-No-Archive.
15739
15740 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-art.el (article-hide-headers): Refer to the values for
15743         gnus-ignored-headers and gnus-visible-headers in the summary
15744         buffer since a user may have set them as group parameters.
15745
15746 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15747
15748         * assistant.el (assistant-node-name): Add convenience function.
15749         (assistant-render-text, assistant-render-node): Add error handling,
15750         plus handle multiple next nodes.
15751         (assistant-find-next-node): Comment out for now.
15752         (assistant-find-next-nodes): Add function, returns list of next
15753         nodes.
15754
15755 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * mail-source.el (mail-source-directory): Fix doc-string.
15758
15759 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15760
15761         * assistant.el (assistant-render-text, assistant-eval): Add :set
15762         widget type, which is different because it takes and returns a
15763         list.  Much hilarity ensues.
15764
15765 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15768
15769         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15770         doc-string.
15771
15772         * gnus-start.el (gnus-activate-group): Added doc-string.
15773
15774 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15777
15778 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15779
15780         * assistant.el (assistant-render-text): Try to add a :set
15781         widget, more to come.
15782
15783         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15784         strings.
15785         (spam-report-articles-resend)
15786         (spam-register-routine): Do registration iff any articles warrant
15787         it.
15788         (spam-summary-prepare-exit): Change log message for nil group
15789         destinations.
15790
15791 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15792
15793         * spam.el (spam-report-resend-register-routine): Allow
15794         spam-report-resend-to to be a group parameter or a global value.
15795
15796 2004-05-26  Simon Josefsson  <jas@extundo.com>
15797
15798         * starttls.el: Merge with my GNUTLS based starttls.el.
15799         (starttls-gnutls-program, starttls-use-gnutls)
15800         (starttls-extra-arguments, starttls-process-connection-type)
15801         (starttls-connect, starttls-failure, starttls-success): New
15802         variables.
15803         (starttls-program, starttls-extra-args): Doc fix.
15804         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15805         functions.
15806         (starttls-negotiate, starttls-open-stream): Check
15807         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15808         function if it is set.
15809
15810 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15813         structured fields.
15814
15815 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15818
15819 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15820
15821         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15822         variable.
15823         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15824         assigning the spam-mark to new messages.
15825
15826 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15827
15828         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15829
15830 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15833
15834         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15835         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15836         default.
15837
15838 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15839
15840         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15841         correct data.
15842
15843 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15844
15845         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15846         (spam-group-processor-p): Fix function.
15847         (spam-group-processor-multiple-p)
15848         (spam-group-spam-processor-report-gmane-p)
15849         (spam-group-spam-processor-report-resend-p)
15850         (spam-group-spam-processor-bogofilter-p)
15851         (spam-group-spam-processor-blacklist-p)
15852         (spam-group-spam-processor-ifile-p)
15853         (spam-group-ham-processor-ifile-p)
15854         (spam-group-spam-processor-spamoracle-p)
15855         (spam-group-spam-processor-crm114-p)
15856         (spam-group-ham-processor-bogofilter-p)
15857         (spam-group-spam-processor-stat-p)
15858         (spam-group-ham-processor-stat-p)
15859         (spam-group-ham-processor-whitelist-p)
15860         (spam-group-ham-processor-BBDB-p)
15861         (spam-group-ham-processor-spamoracle-p)
15862         (spam-group-ham-processor-copy-p): Remove functions with some
15863         prejudice against unneeded code.
15864         (spam-report-articles-resend)
15865         (spam-report-resend-register-routine): Allow the group/topic
15866         spam-resend-to value to override spam-report-resend-to.
15867         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15868         properly now.
15869
15870         * gnus.el (spam-resend-to): Add group/topic parameter.
15871         (spam-process): Move the OBSOLETE processors to the end of the
15872         choices.
15873
15874 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15875
15876         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15877         with resend-to set to nil, and then ask the user if necessary.
15878         (spam-report-resend): spam-report-resend takes a list of articles, not
15879         separate article numbers.
15880
15881 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15884         addition to emacs-w3m.
15885
15886 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887
15888         * assistant.el (assistant-authinfo-data): New function.
15889         (assistant-eval): Eval for entire assistant.
15890
15891         * netrc.el (netrc-services-file): New variable.
15892         (netrc-parse-services): New function.
15893         (netrc-find-service-name): New function.
15894         (netrc-find-service-number): New function.
15895         (netrc-port-equal): New function.
15896         (netrc-machine): Use it.
15897
15898         * nnimap.el (nnimap-open-connection): Use netrc.
15899
15900         * gnus-util.el (gnus-netrc-get): Remove aliases.
15901
15902         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15903
15904         * assistant.el (wid-edit): Fix compilation.
15905
15906         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15907
15908 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15909
15910         * gnus-util.el (gnus-set-file-modes): New function.  (small
15911         patch).
15912
15913 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15914
15915         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15916
15917         * assistant.el (assistant-render-node): Fix up rendering and
15918         read-only text.
15919         (assistant-render-node): Reset.
15920         (assistant-make-read-only): Not sticky.
15921
15922 2004-05-20  Danny Siu  <dsiu@adobe.com>
15923
15924         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15925         centered even when gnus-auto-center-summary is t.
15926
15927 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * dns.el (dns-get-txt-answer): New function.
15930         (dns-read-txt): Ditto.
15931         (query-dns): Use it.
15932
15933 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15936         active for foreign groups even if the group level is higher than
15937         the specified value.
15938
15939 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940
15941         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15942         non-active groups.
15943
15944         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15945
15946 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15947
15948         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15949
15950 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15951
15952         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15953         (spam-crm114-header, spam-crm114-spam-switch)
15954         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15955         (spam-crm114-positive-spam-header)
15956         (spam-crm114-database-directory, spam-list-of-processors)
15957         (spam-group-spam-processor-crm114-p)
15958         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15959         (spam-generic-score, spam-list-of-checks)
15960         (spam-list-of-statistical-checks, spam-registration-functions)
15961         (spam-check-crm114-headers, spam-crm114-score)
15962         (spam-check-crm114, spam-crm114-register-with-crm114)
15963         (spam-crm114-register-spam-routine)
15964         (spam-crm114-unregister-spam-routine)
15965         (spam-crm114-register-ham-routine)
15966         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15967         asjo@koldfront.dk (Adam Sjøgren).
15968
15969         * gnus.el: Add spam-use-crm114.
15970
15971         * spam.el (spam-list-of-processors, spam-registration-functions):
15972         Add spam-use-resend.
15973         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15974         (spam-report-articles-gmane): Add doc fix.
15975         (spam-report-articles-resend, spam-report-resend-register-routine):
15976         Add wrappers around spam-report-resend-to.
15977
15978         * spam-report.el (spam-report-resend-to, spam-report-resend):
15979         Add support for resending spam.
15980         (spam-report-gmane): Fix line length >80.
15981
15982         * gnus.el (spam-process): Add spam-use-resend.
15983
15984 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15985
15986         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15987         number of processed spam messages.
15988         (spam-ham-copy-or-move-routine): Return the number of processed
15989         ham messages.
15990         (spam-summary-prepare-exit): Use the above values to decide
15991         whether status messages shouled be displayed.
15992
15993 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15996         `rfc2047-encoding-function-alist' in order to avoid conflicting
15997         with the old version.
15998         (rfc2047-encode-region): Concatenate words containing non-ASCII
15999         characters in structured fields; don't encode space-delimited
16000         ASCII words even in unstructured fields; don't break words at
16001         char-category boundaries.
16002         (rfc2047-encode-1): New function.
16003         (rfc2047-encode): Use it; encode text so that it occupies the
16004         maximum width within 76-column; work correctly on Q encoding for
16005         iso-2022-* charsets.
16006         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16007         sure not to break a line just after the header name.
16008         (rfc2047-b-encode-region): Removed.
16009         (rfc2047-b-encode-string): New function.
16010         (rfc2047-q-encode-region): Removed.
16011         (rfc2047-q-encode-string): New function.
16012
16013         * mm-util.el (mm-replace-in-string): New function.
16014
16015 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16016
16017         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16018         get it right.
16019         (gnus-inews-make-draft): Really.
16020
16021 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16022
16023         * nnmh.el (nnmh-request-list-1): Don't check the link count
16024         before descending.  (small patch)
16025
16026 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16027
16028         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16029         stuff.
16030
16031         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16032         on real group name.
16033
16034         * gnus-art.el (gnus-signature-limit): Doc fix.
16035
16036         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16037
16038         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16039
16040 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16041
16042         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16043         isn't a string.
16044
16045 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * gnus-draft.el (gnus-draft-send): Bind
16048         rfc2047-encode-encoded-words.
16049
16050         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16051         (rfc2047-encodable-p): Say that =? needs encoding.
16052         (rfc2047-encode-encoded-words): New variable.
16053
16054         * gnus-group.el (gnus-group-select-group): Doc fix.
16055
16056         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16057
16058         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16059         to nil.
16060
16061         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16062
16063         * nnheader.el (nnheader-get-lines-and-char): New function.
16064
16065 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * gnus-msg.el (gnus-summary-followup-with-original): Document
16068         yanking of region when active.
16069
16070 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16073         groups if the group level is higher than the specified value.
16074
16075 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16078         (gnus-group-jump-to-group): Added prefix argument using
16079         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16080         non-active group.
16081
16082         * compface.el (uncompface): Be verbose when changing
16083         `uncompface-use-external'.
16084
16085         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16086         handle manual section.
16087
16088 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * gnus-art.el (gnus-button-alist): Revert previous change.
16091
16092 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16095
16096 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16097
16098         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16099         whether backend can accept message.
16100
16101         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16102
16103 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16104
16105         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16106         Avoid creating directory when nntp-marks-is-evil is true.
16107         Reported by Reiner Steib.
16108
16109 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * gnus-picon.el (gnus-picon-style): New variable.
16112         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16113         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16114         Jesper Harder <harder@ifa.au.dk>.
16115
16116 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * message.el (message-fill-field): Return point.
16119         (message-generate-headers): Go to end of field.
16120
16121         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16122         stuff for non-living groups.
16123
16124 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16125
16126         * gnus-art.el (gnus-article-followup-with-original)
16127         (gnus-article-reply-with-original): gnus-mark-active-p ->
16128         gnus-region-active-p.
16129
16130 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16133         only when there is spam or ham to be processed.
16134
16135 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16136
16137         * mail-source.el (mail-source-delete-crash-box): Refactor.
16138         (mail-source-fetch): Use it.
16139         (mail-source-fetch-file): Ditto.
16140         (mail-source-fetch-directory): Run postscript in loop.
16141         (mail-source-fetch-pop): Delete.
16142         (mail-source-fetch-maildir): Ditto.
16143         (mail-source-fetch-imap): Ditto.
16144
16145         * imap.el (imap-authenticators): Comment out sasl.
16146
16147         * message.el (message-skip-to-next-address): New function.
16148         (message-fill-header-address): Refactor.
16149         (message-fill-address): Use it.
16150         (message-delete-address): Use it.
16151         (message-fill-header-general): Refactor.
16152         (message-fill-field-address): Rename.
16153         (message-narrow-to-field): Find the start of the header.
16154         (message-header-format-alist): Don't pre-fill.
16155         (message-fill-header): Removed.
16156         (message-insert-header): New function.
16157         (message-shorten-references): Use it.
16158
16159         * rfc2047.el (rfc2047-field-value): Strip props.
16160
16161         * mail-parse.el (mail-header-make-address): New alias.
16162
16163         * ietf-drums.el (ietf-drums-make-address): New function.
16164
16165         * imap.el: Add compiler directives.
16166
16167         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16168
16169         * gnus-art.el (article-decode-idna-rhs): Don't use
16170         message-idna-inside-rhs-p.
16171
16172 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16173
16174         * message.el (message-idna-inside-rhs-p): Removed.
16175         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16176
16177         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16178         false positives.
16179
16180 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16181
16182         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16183
16184 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16185
16186         * nneething.el (nneething-file-name): Don't create spurious
16187         files.
16188
16189         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16190         (gnus-inews-do-gcc): Remove sleep.
16191
16192         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16193         part under point.
16194
16195         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16196         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16197
16198 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * spam.el (spam-summary-prepare-exit): Fixed (length).
16201
16202 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16203
16204         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16205         as expired without moving it" message when there are spam
16206         messages left.
16207
16208 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16209
16210         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16211         header is not nil.
16212
16213 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16214
16215         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16216         nntp-possibly-create-directory, not nntp-possibly-change-group.
16217         (nntp-marks-changed-p): New arg SERVER.
16218         (nntp-request-update-info): Adjust caller.
16219
16220 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16221
16222         * nntp.el (nntp-save-marks): Pass missing arg.
16223
16224 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16225
16226         * nntp.el: Support marks.
16227         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16228         (nntp-marks-modtime, nntp-marks-directory): New variables.
16229         (nntp-request-set-mark, nntp-request-update-info)
16230         (nntp-possibly-create-directory, nntp-marks-changed-p)
16231         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16232         functions.
16233
16234 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16235
16236         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16237         (gnus-xmas-redefine): Rename.
16238
16239         * gnus-score.el (gnus-score-insert-help): Use
16240         gnus-select-lowest-window.
16241
16242         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16243         appt-select-lowest-window and rename to gnus-select-lowest-window.
16244
16245         * gnus.el: do.
16246
16247 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16248
16249         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16250         encodings of MIME-encoded words, in order to improve
16251         interoperability with several broken MUAs.
16252
16253 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16254
16255         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16256         tags, only when charsets are not specified in headers.
16257         (mm-inline-text-html-render-with-w3m): Ditto.
16258
16259         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16260         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16261
16262 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16263
16264         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16265         instead of MIME-decoded from fields when checking
16266         `gnus-article-address-banner-alist'.
16267
16268 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16271         description rather than subject.
16272
16273 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16274
16275         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16276
16277 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278
16279         * gnus.el (gnus-version-number): Bump.
16280
16281 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16282
16283         * gnus.el: No Gnus v0.2 is released.
16284
16285 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16286
16287         * gnus-agent.el (gnus-agent-read-agentview): Inline
16288         gnus-uncompress-range.
16289
16290 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16291
16292         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16293         `exec-installed-p'.
16294
16295 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16296
16297         * gnus.el (spam-process, spam-autodetect-methods): Add
16298         bsfilter and bsfilter-headers.
16299
16300         * spam.el (spam-bsfilter): New customize group.
16301         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16302         (spam-bsfilter-header, spam-bsfilter-probability-header)
16303         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16304         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16305         (spam-bsfilter-database-directory): New options.
16306         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16307         (spam-list-of-statistical-checks, spam-registration-functions):
16308         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16309         (spam-bsfilter-score): New command.
16310         (spam-check-bsfilter-headers, spam-check-bsfilter)
16311         (spam-bsfilter-register-with-bsfilter)
16312         (spam-bsfilter-register-spam-routine)
16313         (spam-bsfilter-unregister-spam-routine)
16314         (spam-bsfilter-register-ham-routine)
16315         (spam-bsfilter-unregister-ham-routine): New functions.
16316         (spam-generic-score): Support bsfilter; Accept an optional argument
16317         to recalcurate spam score even if scoring header has already been
16318         added.
16319         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16320         optional argument to recalcurate spam score even if scoring header
16321         has already been added.
16322
16323 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16326         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16327         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16328         link is missing.
16329
16330 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16333         (html2text-get-attr): Rewrite.
16334
16335         * message.el (message-setup-1): Remove redundant put-text-property
16336         on mail-header-separator.
16337
16338 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * gnus-registry.el (gnus-registry-cache-whitespace)
16341         (gnus-registry-action, gnus-registry-spool-action)
16342         (gnus-registry-split-fancy-with-parent): Change message levels
16343         from 5 to 3 or 7, as needed.
16344
16345         * spam.el (spam-summary-prepare-exit)
16346         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16347         (spam-split, spam-find-spam, spam-log-undo-registration)
16348         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16349         level from 5 to 6.
16350
16351 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16354         2004-03-04 change).
16355
16356 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * sieve-manage.el (sieve-manage-open):
16359         * nnweb.el (nnweb-insert-html):
16360         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16361         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16362         * nnspool.el (nnspool-request-group):
16363         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16364         * nnml.el (nnml-request-update-info):
16365         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16366         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16367         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16368         (nnimap-request-set-mark):
16369         * nnfolder.el (nnfolder-request-update-info):
16370         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16371         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16372         * gnus-uu.el (gnus-uu-find-articles-matching):
16373         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16374         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16375         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16376         * gnus-nocem.el (gnus-nocem-scan-groups):
16377         * gnus-int.el (gnus-start-news-server):
16378         * gnus-group.el (gnus-group-make-kiboze-group)
16379         (gnus-group-browse-foreign-server):
16380         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16381         Use mapc when appropriate.
16382
16383 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16384
16385         FIXME: Make separate entries for each person.
16386
16387         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16388         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16389         <shields@msrl.com>:
16390
16391         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16392         may need for spam sorting and scoring.
16393         (spam-user-format-function-S): Add user format function suitable for
16394         general use.
16395         (spam-article-sort-by-spam-status): Add sorting function for summary
16396         sorting.
16397         (spam-extra-header-to-number): Add function to get a score from a
16398         header.
16399         (spam-summary-score): Add function to get a numeric score from the
16400         headers.
16401         (spam-generic-score): Fix function doc, was in wrong place.
16402         (spam-initialize): Take symbols when it's run, and install the
16403         extra headers that spam-necessary-extra-headers thinks we need.
16404
16405 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16406
16407         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16408         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16409
16410 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16411
16412         * gnus-sum.el (gnus-set-global-variables)
16413         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16414         (gnus-article-get-xrefs, gnus-summary-best-group)
16415         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16416         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16417         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16418         Use with-current-buffer.
16419
16420 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16421
16422         * spam.el (spam-summary-prepare-exit): Simplify logic.
16423         (spam-fetch-article-header): Read the article header if it's not
16424         available.
16425         (spam-list-articles): Simplify logic.
16426         (spam-filelist-register-routine): Fix bug with unregister-list.
16427
16428         * gnus-registry.el: Fix comments at beginning.
16429
16430 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16431
16432         * message.el (message-cater-to-broken-inn): Remove.
16433         (message-shorten-references): Make sure the total folded length of
16434         References is shorter than 998 characters to cater to a bug in INN
16435         2.3.  Also, don't pretend that references aren't folded -- this
16436         hasn't worked for a while.
16437
16438 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16439
16440         * gnus-agent.el (gnus-agentize):
16441         gnus-agent-send-mail-real-function no longer set to current value
16442         of message-send-mail-function but rather a lambda that calls
16443         message-send-mail-function.  The change makes the agent real-time
16444         responsive to user changes to message-send-mail-function.
16445
16446 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16447
16448         * legacy-gnus-agent.el
16449         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16450         help from Florian Weimer <fw@deneb.enyo.de>
16451
16452 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * nnmail.el (nnmail-cache-insert): Revert last change.
16455
16456 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * nnmail.el (nnmail-cache-insert): Always check whether
16459         nnmail-cache-ignore-groups matches a group name.
16460
16461 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16464         (spam-find-spam, spam-log-processing-to-registry)
16465         (spam-log-registered-p, spam-log-unregistration-needed-p)
16466         (spam-log-undo-registration): Use gnus-message instead of
16467         gnus-error, none of these errors are fatal.
16468
16469         * gnus-registry.el (gnus-registry-clean-empty-function)
16470         (gnus-registry-clean-empty): Remove only empty entries without
16471         extra data.
16472
16473 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * spam-stat.el (spam-stat-buffer-change-to-spam)
16476         (spam-stat-buffer-change-to-non-spam): Change (error) to
16477         (gnus-message 8) invocation.
16478
16479 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * nntp.el (nntp-via-netcat-command): New variable.
16482         (nntp-via-netcat-switches): New variable.
16483         (nntp-open-via-rlogin-and-netcat): New function.
16484         (nntp-open-connection-function): Doc fix.
16485         (nntp-telnet-command): Doc fix.
16486         (nntp-end-of-line): Doc fix.
16487         (nntp-via-rlogin-command): Doc fix.
16488         (nntp-via-user-name): Doc fix.
16489         (nntp-via-address): Doc fix.
16490
16491 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16494         error in Emacs 21.1.
16495
16496 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16499
16500 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16501
16502         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16503         (gnus-agent-with-refreshed-group): New macro.
16504         (gnus-agent-rename-group): New function.
16505         (gnus-agent-delete-group): New function.
16506         (gnus-agent-save-group-info): Use gnus-command-method when
16507         `method' parameter is nil.  Don't write nil entries into the
16508         active file.
16509         (gnus-agent-get-group-info): New function.
16510         (gnus-agent-fetch-articles): Use
16511         gnus-agent-update-files-total-fetched-for to increment disk space
16512         used.
16513         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16514         gnus-agent-update-view-total-fetched-for to increment disk space
16515         used.
16516         (gnus-agent-get-local): Added optional parameters to avoid calling
16517         gnus-group-real-name and gnus-find-method-for-group.
16518         (gnus-agent-set-local): Delete stored entry if either min, or max,
16519         are nil.
16520         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16521         quit, use gnus-agent-regenerate-group to record existance of any
16522         articles fetched to disk before the quit occurred.
16523         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16524         gnus-agent-update-view-total-fetched-for, and
16525         gnus-agent-update-files-total-fetched-for to decrement disk space
16526         used.
16527         (gnus-agent-retrieve-headers): Use
16528         gnus-agent-update-view-total-fetched-for to increment disk space
16529         used.
16530         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16531         with gnus-agent-update-files-total-fetched-for to decrement disk
16532         space and fresh group buffer.
16533         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16534         (gnus-agent-need-update-total-fetched-for): New variable.
16535         (gnus-agent-update-files-total-fetched-for): New function.
16536         (gnus-agent-update-view-total-fetched-for): New function.
16537         (gnus-agent-total-fetched-for): New function.
16538
16539         * gnus-cache.el (gnus-cache-save-buffers): Use
16540         gnus-cache-update-overview-total-fetched-for to change disk space
16541         used by this group.
16542         (gnus-cache-possibly-enter-article): Use
16543         gnus-cache-update-file-total-fetched-for to increment disk space
16544         used by this group.
16545         (gnus-cache-possibly-remove-article): Use
16546         gnus-cache-update-file-total-fetched-for to decrement disk space
16547         used by this group.
16548         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16549         (gnus-cache-rename-group): New function.
16550         (gnus-cache-delete-group): New function.
16551         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16552         (gnus-cache-need-update-total-fetched-for): New variable.
16553         (gnus-cache-with-refreshed-group): New macro.
16554         (gnus-cache-update-file-total-fetched-for): New function.
16555         (gnus-cache-update-overview-total-fetched-for): New function.
16556         (gnus-cache-rename-group-total-fetched-for): New function.
16557         (gnus-cache-delete-group-total-fetched-for): New function.
16558         (gnus-cache-total-fetched-for): New function.
16559
16560         * gnus-group.el: Require gnus-sum and autoload functions to
16561         resolve warnings when gnus-group.el compiled alone.
16562         (gnus-group-line-format): Documented new %F.
16563         (size of Fetched data) group line format; identifies disk space
16564         used by agent and cache.
16565         (gnus-group-line-format-alist): Defined new F format.
16566         (gnus-total-fetched-for): New function.
16567         (gnus-group-delete-group): No longer update
16568         gnus-cache-active-altered as gnus-request-delete-group now keeps
16569         the cache in sync.
16570         (gnus-group-list-active): Let the agent store a server's active
16571         list if currently plugged.
16572
16573         * gnus-int.el (gnus-request-delete-group):
16574         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16575         local disk in sync with the server.
16576         (gnus-request-rename-group):
16577         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16578         local disk in sync with the server.
16579
16580         * gnus-start.el (gnus-get-unread-articles):
16581         Cosmetic simplification to logic.
16582
16583         * gnus-util.el (gnus-rename-file): New function.
16584
16585 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16586
16587         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16588
16589 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16590
16591         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16592         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16593
16594 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16595
16596         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16597         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16598
16599 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16602
16603 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16604
16605         * spam.el (spam-set-difference): Add function to replace
16606         gnus-set-difference in spam.el.
16607         (spam-summary-prepare-exit): Use spam-set-difference.
16608
16609 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * gnus-registry.el (gnus-registry-cache-file): Update to use
16612         gnus-dribble-directory OR gnus-home-directory OR ~.
16613         (gnus-registry-split-fancy-with-parent): Fix doc.
16614
16615 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * message.el (message-exchange-point-and-mark): Use
16618         message-mark-active-p.  Suggested by Jesper Harder
16619         <harder@ifa.au.dk>.
16620
16621 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * message.el (message-exchange-point-and-mark): Don't activate
16624         region if it was inactive.  Suggested by Hiroshi Fujishima
16625         <pooh@nature.tsukuba.ac.jp>.
16626
16627 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-art.el (article-display-face): Display Faces in the same
16630         order as X-Faces.
16631
16632 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16635
16636 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16639         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16640         (gnus-article-mime-hierarchy): Remove.
16641         (gnus-article-mime-hierarchy-next): Remove.
16642         (gnus-article-mode): Revert 2004-03-19 change.
16643         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16644         (gnus-insert-mime-button): Revert 2004-03-19 change.
16645         (gnus-mime-accumulate-hierarchy): Remove.
16646         (gnus-mime-enter-multipart): Remove.
16647         (gnus-mime-leave-multipart): Remove.
16648         (gnus-mime-display-part): Revert 2004-03-19 change.
16649         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16650
16651         * mml.el (mml-preview): Revert 2004-03-19 change.
16652
16653 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16654
16655         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16656
16657 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16660         t while entering a file name using the mm-with-multibyte macro.
16661         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16662
16663         * mm-util.el (mm-with-multibyte): New macro.
16664
16665 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16668         user option.
16669         (gnus-mime-multipart-functions): Doc and customization fix.
16670         (gnus-article-mime-hierarchy): New variable.
16671         (gnus-article-mime-hierarchy-next): New variable.
16672         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16673         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16674         gnus-article-mime-hierarchy-next to nil.
16675         (gnus-insert-mime-button): Show hierarchy numbers.
16676         (gnus-mime-accumulate-hierarchy): New function.
16677         (gnus-mime-enter-multipart): New function.
16678         (gnus-mime-leave-multipart): New function.
16679         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16680         (gnus-mime-display-alternative): Show hierarchy numbers.
16681
16682         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16683         gnus-article-mime-hierarchy-next to nil.
16684
16685 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16686
16687         * dns.el: Don't require gnus-xmas.
16688
16689 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16690
16691         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16692         inline PGP.
16693         (mml-menu): Disable mml-quote-region if mark is inactive.
16694
16695 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16698         when the group's active is not available.
16699
16700 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16703         error.
16704
16705 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * imap.el (imap-store-password): New variable.
16708         (imap-interactive-login): Use it.
16709         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16710
16711 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16714         window-start and hscroll to summary window.
16715
16716 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16717
16718         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16719         conversion message to newsrc-dribble when an actual conversion is
16720         performed.
16721
16722 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16723
16724         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16725
16726 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mm-decode.el (mm-complicated-handles): New function reviving
16729         former definition of mm-multiple-handles.
16730
16731         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16732         (gnus-mime-delete-part): Use it.
16733
16734 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16735
16736         * gnus-agent.el (gnus-agent-read-local): Bind
16737         nnheader-file-coding-system to gnus-agent-file-coding-system to
16738         avoid the implicit assumption that they will always be equal.
16739         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16740         coding-system-for-write, as the with-temp-file macro first prints
16741         to a buffer then saves the buffer.
16742
16743 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-art.el (gnus-article-edit-part): New function.
16746         (gnus-mime-save-part-and-strip): Use it; do query instead of
16747         signaling an error; don't use mm-multiple-handles.
16748         (gnus-mime-delete-part): Ditto.
16749
16750 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16751
16752         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16753         old file versions.
16754         (gnus-group-prepare-hook): Removed function that converted list
16755         form of gnus-agent-expire-days to group properties.
16756
16757         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16758         (gnus-request-accept-article): Re-indented.
16759
16760         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16761         converters to handle old agent file formats.  Added logic for a
16762         "backup before upgrading warning".
16763         (gnus-convert-mark-converter-prompt): Developers can mark
16764         functions as needing (default), or not needing,
16765         gnus-convert-old-newsrc's "backup before upgrading warning".
16766         (gnus-convert-converter-needs-prompt): Tests whether the user
16767         should be protected from potentially irreversable changes by the
16768         function.
16769
16770         * legacy-gnus-agent.el: New.  Provides converters that are only
16771         loaded when gnus-convert-old-newsrc needs to call them.
16772
16773 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * mail-source.el (mail-source-touch-pop): Doc fix.
16776
16777         * message.el (message-smtpmail-send-it): Doc fix.
16778
16779 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16782
16783         * nnmail.el (nnmail-split-fancy): do.
16784
16785         * gnus-kill.el (gnus-kill, gnus-execute): do.
16786
16787 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16788
16789         * gnus-sum.el (gnus-widget-reversible-match)
16790         (gnus-widget-reversible-to-internal)
16791         (gnus-widget-reversible-to-external): New functions.
16792         (gnus-widget-reversible): New widget.
16793         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16794
16795 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16796
16797         * gnus-sum.el (gnus-thread-sort-functions)
16798         (gnus-article-sort-functions): Document `(not F)' items.
16799
16800 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16801
16802         * spam.el (spam-use-gmane-xref): Add new backend.
16803         (spam-gmane-xref-spam-group): Add variable to control the name of the
16804         Gmane spam group.
16805         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16806         (spam-regex-headers-spam, spam-regex-headers-ham)
16807         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16808         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16809         backends and checks.
16810         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16811
16812         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16813         an autodetect method.
16814
16815 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16816
16817         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16818         articles are being added to a group.
16819         (gnus-request-replace-article): Inform the agent that articles
16820         need to be uncached as the cached contents are no longer valid.
16821
16822 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * binhex.el: Don't autoload executable-find.
16825
16826         * canlock.el: Don't autoload mail-fetch-field.
16827
16828         * dgnushack.el: Autoload c-mode for XEmacs.
16829
16830         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16831
16832         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16833         rmail-dont-reply-to and rmail-output.
16834
16835         * gnus-score.el: Don't autoload ffap-string-at-point.
16836
16837         * gnus-setup.el: Don't autoload sc-cite-original.
16838
16839         * imap.el: Don't autoload base64-decode-string,
16840         base64-encode-string and md5.
16841
16842         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16843         and rmail-msg-restore-non-pruned-header.
16844
16845         * mm-decode.el: Don't autoload executable-find.
16846
16847         * mm-url.el: Don't autoload executable-find.
16848
16849         * mm-view.el: Don't autoload diff-mode.
16850
16851         * nndb.el: Don't autoload news-reply-mode, news-setup,
16852         cancel-timer and telnet.
16853
16854         * password.el: Don't autoload run-at-time for Emacs.
16855
16856         * sha1-el.el: Don't autoload executable-find.
16857
16858         * sieve-mode.el: Don't autoload c-mode.
16859
16860         * uudecode.el: Don't autoload executable-find.
16861
16862 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16863
16864         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16865         (gnus-agent-possibly-alter-active): Avoid null in numeric
16866         comparison.
16867         (gnus-agent-set-local): Refuse to save null in local object table.
16868         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16869         list of articles that will be marked as unread.
16870
16871 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16874
16875 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16876
16877         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16878         language tags.
16879
16880 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16881
16882         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16883         Don't bind "obarray".
16884
16885         * gnus-sum.el (gnus-thread-sort-functions): Added
16886         `gnus-thread-sort-by-most-recent-number' and
16887         `gnus-thread-sort-by-most-recent-date'.
16888         Reported by Kai Grossjohann <kai@emptydomain.de>.
16889
16890 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16893
16894 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16895
16896         * gnus-cus.el (gnus-agent-customize-category): Removed
16897         ignore-errors macro reference that required cl to be loaded at
16898         run-time.
16899
16900         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16901         single-interval range of the form (min . max).  Previously the
16902         range had to look like ((min . max)).  Likewise, return
16903         (min . max) rather than ((min . max)).
16904         (gnus-range-map): Use gnus-range-normalize to accept
16905         single-interval range.
16906
16907         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16908         the cache, but not the agent, now appear with their usual face.
16909
16910         * dgnushack.el (loaddir): New variable that is bound to the
16911         directory containing the dgnushack.el file. Use loaddir, rather
16912         than srcdir, to update load-path. Change lets dgnushack compile
16913         code in directories other than GNUS/lisp.
16914
16915 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * lpath.el: Don't bind w3m-safe-url-regexp.
16918
16919         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16920         w3m-safe-url-regexp variable buffer-local.
16921
16922         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16923
16924 2004-02-27  Simon Josefsson  <jas@extundo.com>
16925
16926         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16927         gnus-group-real-prefix.
16928         (gnus-summary-move-article): Use it, instead of
16929         gnus-group-real-prefix.
16930
16931 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * lpath.el: Bind w3m-safe-url-regexp.
16934
16935         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16936         w3m-safe-url-regexp variable buffer-local and set it as the value
16937         of mm-w3m-safe-url-regexp.
16938
16939         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16940
16941         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16942         parsing gnus-posting-styles when the message is not for replying.
16943
16944         * dgnushack.el: Autoload sgml-mode for XEmacs.
16945
16946         * nnrss.el (nnrss-opml-export): Use
16947         mm-set-buffer-file-coding-system instead of
16948         set-buffer-file-coding-system.
16949
16950 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16953         of checkdoc.el).
16954         * nnrss.el: do.
16955         * gnus-mlspl.el: do.
16956         * gnus-ml.el: do.
16957         * gnus-srvr.el: do.
16958
16959         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16960
16961 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16962
16963         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16964         Corrections to custom-manual links.
16965
16966         * gnus-art.el (gnus-article): Ditto.
16967
16968         * mm-decode.el (mime-display, mime-security): Ditto.
16969
16970 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * flow-fill.el: Typo.
16973
16974 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16975
16976         * spam-wash.el: New file.
16977
16978 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16979
16980         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16981
16982 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16983
16984         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16985         to be run with new-articles as LIST1, not LIST2.
16986         (spam-registration-functions): Add spam-use-ham-copy as a nil
16987         registration backend.
16988
16989 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * spam-stat.el (spam-stat-washing-hook): New option.
16992         (spam-stat-buffer-words): Use it.
16993         (spam-stat-process-directory, spam-stat-test-directory): Use
16994         insert-file-contents-literally.
16995         (spam-stat-coding-system): New variable.
16996         (spam-stat-load, spam-stat-save): Use it.
16997
16998 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * spam-report.el (spam-report-plug-agent): Quote
17001         spam-report-url-to-file and spam-report-url-ping-plain.
17002
17003 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17006         / in mailto URLs.
17007
17008 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * spam-report.el (spam-report-process-queue): Fix interactive use.
17011         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17012         (spam-report-unplug-agent): Doc fixes.
17013         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17014         (spam-report-agentize, spam-report-deagentize): Autoload.
17015
17016 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17019
17020         * message.el (message-setup-fill-variables): Add mml tags to
17021         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17022         <ajk@iu.edu>.
17023         (message-mode): Don't modify paragraph-separate there.
17024
17025 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * compface.el (uncompface-use-external): Default to undecided.
17028         (uncompface-use-external-threshold): New variable.
17029         (uncompface-float-time): New macro.
17030         (uncompface): Determine whether to use the external decoder if
17031         uncompface-use-external is undecided.
17032
17033 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17034
17035         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17036         after images.
17037
17038         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17039
17040 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17041
17042         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17043
17044         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17045
17046         * gnus-sum.el (gnus-summary-limit-to-age)
17047         (gnus-summary-limit-children): do.
17048
17049         * gnus-int.el (gnus-request-scan): do.
17050
17051         * gnus-group.el (gnus-group-suspend): do.
17052
17053         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17054
17055         * gnus-cite.el (gnus-cite-parse-attributions): do.
17056
17057         * gnus-agent.el (gnus-summary-set-agent-mark)
17058         (gnus-agent-regenerate-group): do.
17059
17060         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17061
17062         * binhex.el (binhex-decode-region-internal): do.
17063
17064 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-fun.el (gnus-face-properties-alist): New user option.
17067         (gnus-display-x-face-in-from): Use it.
17068
17069         * gnus-art.el (article-display-face): Ditto.
17070
17071         * compface.el (uncompface-use-external): Default to nil.
17072
17073 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * nntp.el (nntp-erase-buffer): New function.
17076         (nntp-retrieve-data, nntp-send-command)
17077         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17078         (nntp-possibly-change-group): Use it.
17079
17080         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17081         with-current-buffer.
17082
17083 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17084
17085         * compface.el: Merge the ELisp-based uncompface program.
17086         (compface): New customization group.
17087         (uncompface-use-external): New user option.
17088         (uncompface): Call uncompface-internal if uncompface-use-external
17089         is nil.
17090         (uncompface-internal): New function.  Note that there are also
17091         some other functions and variables added for this function.
17092
17093 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17094
17095         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17096         if necessary.
17097
17098 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17099
17100         * spam-report.el (spam-report-unplug-agent)
17101         (spam-report-plug-agent, spam-report-deagentize)
17102         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17103         Add support for the Agent in spam-report: when unplugged, report to a
17104         file; when plugged, submit all the requests.
17105
17106         * spam.el (spam-register-routine): Fix message about
17107         registration.
17108
17109 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17110
17111         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17112         dependencies.
17113         (rfc2047-encode): Use it.
17114
17115         * gnus-art.el (gnus-button-marker-list): Move before first
17116         reference.
17117
17118         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17119         (imap-parse-body): Fix format string mismatch.
17120
17121         * gnus-score.el (gnus-summary-increase-score): do.
17122
17123         * nnrss.el (nnrss-close): New function.
17124
17125 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17126
17127         * nnrss.el (nnrss-make-filename): New function.
17128         (nnrss-request-delete-group, nnrss-read-server-data)
17129         (nnrss-save-server-data, nnrss-read-group-data)
17130         (nnrss-save-group-data): Use it.
17131         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17132         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17133         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17134
17135 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17138
17139 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17140
17141         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17142         files.
17143
17144         * message.el (message-generate-headers-first): Don't quote nil
17145         and t in docstrings.
17146
17147         * imap.el (imap-id): do.
17148
17149         * gnus-agent.el (gnus-agent-consider-all-articles)
17150         (gnus-agent-queue-mail): do.
17151
17152 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * spam-report.el (spam-report-process-queue): New function.
17155         Process requests from `spam-report-requests-file'.
17156         (spam-report-process-queue): Doc fix.
17157
17158 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam.el (spam-register-routine)
17161         (spam-log-processing-to-registry, spam-log-registered-p)
17162         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17163         Change "check" to "spam-check" for semi-clarity.
17164
17165 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * pop3.el: Require nnheader.
17168
17169         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17170
17171         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17172
17173         * gnus-picon.el: Require cl.
17174
17175         * gnus-fun.el: Require gnus-ems and gnus-util.
17176
17177         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17178
17179         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17180
17181         * gnus-art.el (gnus-article-edit-mode): Define before first
17182         reference.
17183
17184 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17187         (gnus-uu-post-encoded): Use point-at-bol.
17188
17189         * gnus-topic.el (gnus-group-active-topic-p): do.
17190
17191         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17192
17193         * gnus-group.el (gnus-group-kill-region): do.
17194
17195         * gnus-art.el (article-date-ut): do.
17196
17197         * message.el (message-fetch-field): Remove redundant
17198         case-fold-search binding.
17199         (message-narrow-to-field): Simplify.
17200
17201 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * spam.el (spam-directory): Derive from `gnus-directory'.
17204
17205         * spam-report.el (spam-report-url-to-file)
17206         (spam-report-requests-file): New function and variable for offline
17207         reporting.
17208         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17209         and user defined function.
17210         (spam-report-url-ping-mm-url): Remove doubled slash.
17211
17212 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17213
17214         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17215
17216 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17219         format string mismatch.
17220
17221         * sieve.el (sieve-deactivate-all): do.
17222
17223         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17224
17225         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17226
17227         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17228
17229         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17230
17231 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17234         the list of checks.
17235
17236 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17239         padding.
17240
17241 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17242
17243         * mm-view.el (mm-fill-flowed): New variable.
17244         (mm-inline-text): Use it.
17245
17246 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * spam.el (spam-spamassassin-register-ham-routine)
17249         (spam-spamassassin-register-spam-routine): Fix function names.
17250
17251 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus.el (gnus-tmp-grouplens): Remove.
17254         (gnus-summary-line-format): Remove grouplens.
17255
17256         * gnus-group.el (gnus-group-line-format): Ditto.
17257
17258         * gnus-spec.el (gnus-format-specs): Ditto.
17259         (gnus-update-format-specifications): Flush the group format spec
17260         cache if there's the grouplens stuff.
17261         (gnus-parse-simple-format): Replace %l with the empty string.
17262
17263 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17264
17265         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17266         omission.
17267
17268 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17271         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17272
17273 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17274
17275         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17276         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17277         New macros and functions.
17278         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17279         Handle > NLINK_MAX messages.
17280         * nnmaildir.el (nnmaildir-request-set-mark): Use
17281         nnmaildir--emlink-p and nnmaildir--eexist-p.
17282
17283 2004-01-25  Alex Schroeder  <alex@gnu.org>
17284
17285         * spam-stat.el (spam-stat-process-directory-age): New option.
17286         (spam-stat-process-directory): Use it.
17287
17288 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17289
17290         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17291         (spam-stat-save): Accept prefix argument.
17292
17293 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17294
17295         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17296         links" error.
17297
17298 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17301         the rest of the and/or forms.
17302
17303 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17306         compatibility with old .newsrc.eld files.
17307
17308         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17309
17310         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17311
17312         * gnus-start.el (gnus-1): do.
17313
17314         * gnus-group.el (gnus-group-line-format-alist): do.
17315
17316         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17317
17318         * gnus-gl.el: Remove.
17319
17320 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17321
17322         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17323         marks consisting of a single range {for example, (3 . 5)} rather
17324         than a list of a single range { ((3 . 5)) }.
17325
17326 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17329         with-current-buffer.
17330         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17331         avoid consing a string.
17332
17333         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17334         Remove obsolete entries for big5 and gb2312.
17335
17336 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17337
17338         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17339         uncompressed list.
17340
17341 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17342
17343         * spam-stat.el (spam-stat-strip-xref): New function.
17344         (spam-stat-process-directory): Use it.
17345
17346         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17347         here -- it's done in message-fetch-field.
17348
17349 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17350
17351         * gnus-agent.el (gnus-agent-queue-mail)
17352         (gnus-agent-prompt-send-queue): New variables.
17353         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17354         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17355         "nndraft:queue" along to gnus-draft-send.  Use
17356         gnus-agent-prompt-send-queue.
17357         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17358         is "nndraft:queue".  Suggested by Gaute Strokkenes
17359         <gs234@srcf.ucam.org>
17360
17361         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17362         (agent-enable-undownloaded-faces): Added.
17363         (gnus-agent-cat-groups): Use eval-and-compile, not
17364         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17365         method of gnus-agent-cat-groups even when the buffer has been
17366         evaled.
17367         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17368         delete gnus-agent-save-active-1.
17369         (gnus-agent-save-groups): Deleted.  Identical to
17370         gnus-agent-save-active.
17371         (gnus-agent-write-active): No longer adjust agent's copy of active
17372         file as agent's adjustments are now stored in their own
17373         file.  Removed optional parameter.
17374         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17375         servers.  Add use of min/max range limits from server's local
17376         file.
17377         (gnus-agent-save-alist): Removed unused optional argument.
17378         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17379         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17380         (gnus-agent-set-local): A per-server file that keeps min/max range
17381         limits for articles known to the agent.  Provides a fast mechanism
17382         for altering many active ranges.
17383         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17384         active file (local makes it unnecessary).
17385         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17386
17387         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17388         (agent-enable-undownloaded-faces): Added.
17389
17390         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17391         disable it when sending to "nndraft:queue".
17392         (gnus-group-send-queue): Add safety check to avoid sending queue
17393         when unplugged.
17394
17395         * gnus-group.el (gnus-group-catchup): Use new
17396         gnus-sequence-of-unread-articles, not
17397         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17398         numbers of articles.  Use gnus-range-map to avoid having to
17399         uncompress the unread list.
17400         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17401         Fixed invalid ange-ftp reference.
17402
17403         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17404         (gnus-sorted-range-intersection): Intersection of two ranges
17405         without requiring that they first be uncompressed.
17406
17407         * gnus-start.el (gnus-activate-group): Unless blocked by the
17408         caller, possibly expand the active range to include both cached
17409         and agentized articles.
17410         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17411         multiple version-dependent converters.
17412         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17413         gnus-agent-save-active.
17414         (gnus-save-newsrc-file): Save dirty agent range limits.
17415
17416         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17417         gnus-agent-possibly-alter-active.
17418         (gnus-adjust-marked-articles): Faster handling of simple lists.
17419
17420 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * spam-stat.el (spam-stat-test-directory): New optional argument
17423         displays a list of files detected.  Suggested by Andrew Cohen
17424         <cohen@andy.bu.edu>.
17425         (spam-stat-buffer-words-with-scores): Don't narrow and change
17426         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17427
17428 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17429
17430         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17431         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17432         (spam-spamassassin-arguments)
17433         (spam-spamassassin-spam-flag-header)
17434         (spam-spamassassin-positive-spam-flag-header)
17435         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17436         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17437         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17438         (spam-list-of-processors, spam-list-of-checks)
17439         (spam-list-of-statistical-checks, spam-registration-functions)
17440         (spam-check-spamassassin-headers, spam-check-spamassassin)
17441         (spam-spamassassin-score)
17442         (spam-spamassassin-register-with-sa-learn)
17443         (spam-spamassassin-register-spam-routine)
17444         (spam-spamassassin-register-ham-routine)
17445         (spam-assassin-register-spam-routine)
17446         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17447         (spam-bogofilter-score): Fix to show article before scoring.
17448
17449 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17450
17451         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17452         default scoring function.
17453         (spam-generic-score): Call spam-spamassassin-score if
17454         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17455         spam-bogofilter-score otherwise.
17456
17457         * gnus.el (spam-process, spam-autodetect-methods): Add
17458         spamassassin and spamassassin-headers.
17459
17460 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17461
17462         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17463         Suppress unnecessary messages.
17464
17465 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17468         make-hash-table.
17469
17470 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * canlock.el (base64-encode-string): Don't autoload it.
17473
17474 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * run-at-time.el: Remove useless (require 'itimer),
17477         eval-and-compile and (featurep 'xemacs).
17478
17479 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17482         GROUP is a virtual group.
17483
17484 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17485
17486         * gnus.el: Autoload `message-y-or-n-p'.
17487
17488 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17489
17490         * pgg-parse.el: Remove unnecessary (require 'custom).
17491
17492         * pgg-def.el: do.
17493
17494         * nnmail.el: do.
17495
17496         * gnus-undo.el: do.
17497
17498         * gnus-picon.el: do.
17499
17500         * gnus-util.el: do.
17501
17502 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17505
17506 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17509         handle, as well as a list.
17510
17511         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17512         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17513         (mm-w3m-cid-retrieve): Simplify.
17514
17515 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17516
17517         * message.el (message-kill-to-signature): Allow prefix arg to
17518         specify number of lines to keep before signature.
17519
17520 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17521
17522         * message.el (message-kill-to-signature): Change docstring.
17523
17524 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * canlock.el: Always require sha1-el.
17527         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17528
17529         * message.el: Autoload sha1 only when compiling.
17530
17531         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17532         eudc-expand-inline for XEmacs.
17533
17534 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * message.el (message-canlock-generate): Require sha1-el.
17537
17538 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * message.el (message-expand-name): Silence the byte compiler.
17541
17542         * lpath.el: Add detect-coding-system.
17543
17544         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17545         cus-edit.
17546
17547 2004-01-13  Simon Josefsson  <jas@extundo.com>
17548
17549         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17550         Invoke gnus-score-mode.  Reported by
17551         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17552
17553         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17554         Jim Blandy <jimb@redhat.com> (tiny change).
17555
17556 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17557
17558         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17559
17560 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17561
17562         * spam.el (spam-get-article-as-string): Update to use
17563         gnus-request-article-this-buffer, much simpler.
17564         (spam-get-article-as-buffer): Remove.
17565
17566 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17567
17568         * message.el (message-expand-name): Use EUDC if the user uses that.
17569
17570 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17573         character for the encoding to avoid consing a string.
17574
17575         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17576         unnecessarily.
17577
17578         * mm-util.el (mm-replace-chars-in-string): Remove.
17579
17580         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17581         of mm-replace-chars-in-string.
17582
17583 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17586
17587         * mm-util.el (mm-subst-char-in-string): Support inplace.
17588
17589         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17590         a new string in every iteration.  Use shy groups.
17591
17592 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17593
17594         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17595         * gnus-soup.el (gnus-soup-group-brew):
17596         * gnus-msg.el (gnus-put-message):
17597         * gnus-move.el (gnus-group-move-group-to-server):
17598         * gnus-kill.el (gnus-batch-score):
17599         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17600         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17601         (gnus-group-update-group, gnus-group-read-group)
17602         (gnus-group-make-group, gnus-group-make-help-group)
17603         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17604         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17605         (gnus-group-sort-by-unread, gnus-group-catchup)
17606         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17607         (gnus-group-yank-group, gnus-group-set-info)
17608         (gnus-group-list-groups):
17609         * gnus.el (gnus-generate-new-group-name):
17610         * gnus-delay.el (gnus-delay-send-queue):
17611         * nnvirtual.el (nnvirtual-catchup-group):
17612         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17613         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17614         (gnus-group-prepare-topics, gnus-topic-check-topology):
17615         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17616         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17617         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17618         (gnus-group-make-articles-read):
17619         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17620         (gnus-group-change-level, gnus-kill-newsgroup)
17621         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17622         (gnus-get-unread-articles, gnus-make-articles-unread)
17623         (gnus-make-ascending-articles-unread): Use accessor
17624         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17625         to get group information for improved readability.
17626
17627
17628 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17629
17630         * gnus-art.el (article-decode-mime-words, article-babel)
17631         (gnus-article-highlight-signature, gnus-article-add-buttons)
17632         (gnus-signature-toggle): Use gnus-with-article-buffer.
17633
17634         * gnus-art.el (gnus-article-highlight-headers)
17635         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17636
17637         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17638         (gnus-article-set-globals, gnus-request-article-this-buffer)
17639         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17640         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17641         (gnus-mime-display-alternative): Use with-current-buffer.
17642
17643 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17646         also under 80 char limit, and call gnus-error if needed.
17647         (spam-fetch-article-header): Fix - it was a
17648         buffer-local variable (gnus-newsgroup-data).
17649         (spam-find-spam): Use spam-generate-fake-headers, forget about
17650         spam-insert-fake-headers.
17651         (spam-insert-fake-headers): Remove.
17652
17653 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * deuglify.el (gnus-article-outlook-unwrap-lines)
17656         (gnus-outlook-rearrange-article)
17657         (gnus-outlook-repair-attribution-outlook)
17658         (gnus-outlook-repair-attribution-block)
17659         (gnus-outlook-repair-attribution-other): Remove redundant
17660         save-excursion.
17661
17662 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17663
17664         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17665         (spam-fetch-field-subject-fast)
17666         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17667         (spam-fetch-article-header): Add functions to deal with Gnus
17668         internals for fast retrieval of article header data.
17669         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17670
17671 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17672
17673         * pop3.el (pop3-md5): Remove.
17674         (pop3-apop): Replace pop3-md5 with md5.
17675
17676         * mm-bodies.el: base64 is always built-in.
17677
17678         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17679         with-current-buffer.
17680
17681 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * canlock.el (canlock-insert-header): Remove excessive grouping in
17684         regexp.
17685
17686         * gnus-sum.el (gnus-summary-read-document): Ditto.
17687
17688         * gnus-uu.el (gnus-uu-part-number): Ditto.
17689
17690         * html2text.el (html2text-remove-tags): Ditto.
17691         (html2text-format-tags): Ditto.
17692         (html2text-format-single-elements): Ditto.
17693
17694         * mml.el (mml-parse-1): Ditto.
17695
17696 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17699
17700         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17701
17702         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17703
17704         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17705
17706 2003-11-15  Simon Josefsson  <jas@extundo.com>
17707
17708         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17709         (pgg-gpg-lookup-key): Use regexp match instead of
17710         split-string (split-string is different between emacs 21.2 and
17711         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17712
17713 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-art.el (gnus-mime-view-all-parts)
17716         (gnus-article-part-wrapper, gnus-article-view-part): Use
17717         with-current-buffer.
17718
17719 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17720
17721         * spam.el (spam-disable-spam-split-during-ham-respool)
17722         (spam-spamoracle-database, spam-cache-lookups)
17723         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17724         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17725         (spam-group-ham-marks, spam-group-spam-marks)
17726         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17727         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17728         also add spam-use-blackholes to the statistical checks.
17729         (spam-fetch-field-fast): Add interface to fetching fields, may
17730         become a macro.
17731         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17732         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17733         (spam-insert-fake-headers): Fake an article when needed.
17734         (spam-find-spam): Fake article when possible.
17735         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17736         (spam-check-bogofilter-headers): Use message-fetch-field instead
17737         of nnmail-fetch-field.
17738
17739 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17742
17743 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam.el (spam-split): Do not require spam-use-CHECK to be
17746         enabled if that check is passed to spam-split explicitly; also
17747         fix so 'spam doesn't get converted to spam-split-group when
17748         spam-split-symbolic-return is t.
17749         (spam-find-spam): Find registrations of the article and use those
17750         instead of re-running spam-split to find the spam/ham
17751         classification of the article.
17752         (spam-log-processing-to-registry, spam-log-registered-p)
17753         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17754         Use gnus-error instead of gnus-message.
17755         (spam-log-registration-type): Add function to determine the
17756         classification of a message based on registry entries; will
17757         return nil if both 'spam and 'ham are found.
17758         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17759         a reasonably fast local cache without the loading errors.
17760         (spam-cache-lookups): Set to t by default.
17761         (spam-find-spam): Don't try to guess spam-cache-lookups.
17762         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17763         spam-caches entry.
17764         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17765         caching of whitelist/blacklist entries.
17766         (spam-check-whitelist, spam-check-blacklist): Invoke
17767         spam-from-listed-p with a type, not a cache variable.
17768         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17769
17770 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17771
17772         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17773
17774         * nnmail.el (nnmail-split-fancy): do.
17775
17776         * mml.el (mml-parse): do.
17777
17778         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17779         (gnus-score-adaptive): do.
17780
17781 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17784         (gnus-mime-button-map): Don't set keymap parent.
17785         (gnus-button-ctan-directory-regexp): Use shy grouping.
17786         (gnus-prev-page-map): Don't set keymap parent.
17787         (gnus-prev-page-map): Remove duplicated one.
17788         (gnus-next-page-map): Don't set keymap parent.
17789         (gnus-mime-security-button-map): Ditto.
17790
17791         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17792         version number.
17793
17794         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17795
17796 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * canlock.el (canlock-sha1-function): Remove.
17799         (canlock-sha1-function-for-verify): Remove.
17800         (canlock-openssl-program): Remove.
17801         (canlock-openssl-args): Remove.
17802         (canlock-ignore-errors): Remove.
17803         (canlock-sha1-with-openssl): Remove.
17804         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17805         (canlock-verify): Don't use canlock-ignore-errors.
17806
17807         * sha1-el.el (sha1-string-external): Make it can return a string
17808         in binary form.
17809         (sha1-region-external): Ditto.
17810         (sha1-string-internal): Ditto.
17811         (sha1-region-internal): Ditto.
17812         (sha1-region): Ditto.
17813         (sha1-string): Ditto.
17814         (sha1): Ditto.
17815
17816 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17817
17818         * spam.el (spam-report-articles-gmane): New command.
17819
17820 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17823
17824         * run-at-time.el (run-at-time-saved): Remove.
17825         (run-at-time): Doc fix.
17826
17827 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17830         (gnus-summary-limit-map): Add it.
17831         (gnus-summary-make-menu-bar): do.
17832
17833 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17836         Make attempt at some caching support (done for BBDB only now).
17837         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17838         addresses to be checked.
17839         (spam-clear-cache-BBDB): Add function, to be invoked by
17840         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17841         (spam-check-BBDB): Check and use the caches, if
17842         spam-cache-lookups is on, remove superfluous (provide).
17843
17844 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17847
17848 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17849
17850         * run-at-time.el (run-at-time-saved): Move to after the definition
17851         of `run-at-time'.
17852
17853         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17854
17855 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17858         mm-w3m-local-map-property.
17859
17860         * mm-view.el (mm-w3m-mode-map): Remove.
17861         (mm-w3m-local-map-property): Remove.
17862         (mm-inline-text-html-render-with-w3m): Don't use
17863         mm-w3m-local-map-property.
17864
17865 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * run-at-time.el: New file.
17868
17869         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17870         under Emacs.
17871
17872         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17873         of gnus-set-text-properties.
17874
17875         * gnus-uu.el (gnus-uu-save-article): Ditto.
17876
17877         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17878
17879         * gnus-cite.el (gnus-cite-parse): Ditto.
17880
17881         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17882         of gnus-.
17883
17884         * gnus-xmas.el (run-at-time): Require run-at-time.
17885
17886         * gnus.el: Changed calls to nnheader-run-at-time and
17887         password-run-at-time throughout to use run-at-time directly.
17888
17889         * password.el: Removed definition of run-at-time.
17890
17891         * nnheaderxm.el: Remove definition of run-at-time.
17892
17893 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17894
17895         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17896         in prompt.
17897
17898 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17899
17900         * messagexmas.el (message-xmas-redefine): Alias
17901         `message-make-caesar-translation-table' to
17902         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17903         version.
17904
17905         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17906         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17907         `gnus-xmas-set-text-properties'.
17908         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17909         `gnus-xmas-completing-read'.
17910         (gnus-xmas-completing-read): Removed.
17911         (gnus-xmas-open-network-stream): Removed.
17912
17913         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17914         XEmacs version.
17915
17916         * dns.el (dns-make-network-process): Use `open-network-stream'
17917         instead of `gnus-xmas-open-network-stream'.
17918
17919         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17920
17921         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17922
17923 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * gnus-art.el (gnus-mime-display-alternative)
17926         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17927         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17928         Don't use gnus-local-map-property.
17929
17930         * gnus-util.el (gnus-local-map-property): Remove.
17931
17932         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17933         gnus-completing-read-maybe-default with completing-read.
17934
17935         * gnus-util.el (gnus-completing-read): do.
17936         (gnus-completing-read-maybe-default): Remove.
17937
17938 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17939
17940         * password.el: Only autoload `run-at-time' if not XEmacs.
17941         Only autoload the itimer functions if XEmacs.
17942
17943 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17946         XEmacsen.
17947
17948         * dgnushack.el: Autoload executable-find for XEmacs.
17949
17950 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17951
17952         * gnus-art.el (gnus-read-string): Remove.
17953         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17954         read-string.
17955
17956 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17957
17958         * netrc.el: Autoload password-read.
17959         (netrc): Add configuration group.
17960         (netrc-encoding-method, netrc-openssl-path): Add
17961         variables for encoding and decoding of files with symmetric
17962         ciphers.
17963         (netrc-encode): Add assistant function to encode a file with
17964         netrc-encoding-method.
17965         (netrc-parse): Add interactive parameter, added optional
17966         decoding if netrc-encoding-method is non-nil but otherwise
17967         behavior is standard.
17968         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17969         Do s/encode/encrypt/ everywhere.
17970
17971         * spam.el: Remove executable-find autoload.
17972
17973 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17974
17975         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17976
17977         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17978
17979 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * gnus-art.el (gnus-treat-ansi-sequences)
17982         (article-treat-ansi-sequences): New variable and function.
17983         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17984
17985         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17986         Use it.
17987
17988 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17989
17990         * mm-util.el (mm-quote-arg): Remove.
17991
17992         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17993         shell-quote-argument.
17994
17995         * gnus-uu.el (gnus-uu-command): do.
17996
17997         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17998
17999         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18000         with make-char.
18001
18002         * mm-util.el (mm-make-char): Remove.
18003
18004         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18005         add-minor-mode.
18006
18007         * gnus-undo.el (gnus-undo-mode): do.
18008
18009         * gnus-topic.el (gnus-topic-mode): do.
18010
18011         * gnus-sum.el (gnus-dead-summary-mode): do.
18012
18013         * gnus-start.el (gnus-slave-mode): do.
18014
18015         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18016
18017         * gnus-ml.el (gnus-mailing-list-mode): do.
18018
18019         * gnus-gl.el (gnus-grouplens-mode): do.
18020
18021         * gnus-draft.el (gnus-draft-mode): do.
18022
18023         * gnus-dired.el (gnus-dired-mode): do.
18024
18025         * gnus-ems.el (gnus-add-minor-mode): Remove.
18026
18027         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18028         Replace gnus-char-width with char-width.
18029
18030         * gnus-ems.el (gnus-char-width): Remove.
18031
18032         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18033         Replace gnus-char-width with char-width.
18034
18035         * gnus-ems.el (gnus-char-width): Remove.
18036
18037         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18038         definition.
18039         Remove Emacs 20 hash table compatibility code.
18040
18041         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18042         20 compatibility code.
18043
18044         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18045
18046         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18047
18048         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18049         with point-at-{eol,bol}.
18050
18051         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18052
18053         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18054
18055         * flow-fill.el (fill-flowed-point-at-bol)
18056         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18057
18058         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18059         Replace with point-at-{eol,bol} throughout all files.
18060
18061 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * ntlm.el (ntlm-string-as-unibyte): New macro.
18064         (ntlm-build-auth-response): Use it.
18065
18066         Remove Emacs 20 stuff:
18067         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18068         (butlast, mapc, remove): Remove the compiler macros.
18069         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18070         of delq and copy-sequence.
18071         * gnus-art.el (popup-menu): Remove the compiler macro.
18072         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18073         Emacs 20.
18074
18075 2004-01-05  Simon Josefsson  <jas@extundo.com>
18076
18077         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18078         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18079         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18080         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18081         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18082         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18083         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18084         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18085         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18086         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18087         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18088         string-xor into ntlm-string-xor.  Suggested by
18089         Jesper Harder <harder@myrealbox.com>.
18090
18091         * ntlm.el: Don't include poem.
18092
18093         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18094         Jesper Harder <harder@myrealbox.com>.
18095
18096         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18097
18098         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18099         probably breaks emacs with DL patch, but do we care? Is anyone
18100         still using the DL stuff?)
18101
18102         * sieve-manage.el: Use the password package.
18103         (sieve-manage-read-passwd): Remove.
18104         (sieve-manage-interactive-login): Use password.  Re-add
18105         condition-case around loop.
18106
18107         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18108         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18109         the password package.
18110
18111 2003-02-19  Simon Josefsson  <jas@extundo.com>
18112
18113         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18114         token.
18115
18116 2002-08-07  Simon Josefsson  <jas@extundo.com>
18117
18118         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18119         (sieve-manage-authenticators):
18120         (sieve-manage-authenticator-alist): Add some SASL mechs.
18121         (sieve-sasl-auth): New function.
18122         (sieve-manage-cram-md5-auth):
18123         (sieve-manage-plain-auth): Rewrite using SASL library.
18124         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18125         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18126         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18127         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18128
18129 2004-01-05  Simon Josefsson  <jas@extundo.com>
18130
18131         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18132         New files.
18133
18134 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * gnus-group.el (gnus-no-groups-message): Update.
18137
18138         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18139
18140 2003-11-09  Simon Josefsson  <jas@extundo.com>
18141
18142         * imap.el: Support for ID IMAP extension (RFC 2971).
18143         (imap-local-variables): Add imap-id.
18144         (imap-id): New variable.
18145         (imap-id): New function.
18146         (imap-parse-response): Parse untagged ID response.
18147         * nnimap.el (nnimap-id): New variable.
18148         (nnimap-open-connection): Use it.
18149
18150 2003-12-28  Simon Josefsson  <jas@extundo.com>
18151
18152         * gnus-score.el (gnus-score-edit-all-score): New.
18153         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18154
18155 2004-01-04  Simon Josefsson  <jas@extundo.com>
18156
18157         * password.el: Add.
18158
18159 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18160
18161         * dns.el (dns-query-types): Fix typo.
18162         (dns-query-types): New function.
18163         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18164         PTR and SOA replies, see RFC 1035.
18165
18166 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18167
18168         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18169
18170         * Moved to Changelog.2.
18171
18172 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18173
18174         * gnus.el (gnus-version-number): Bump version.
18175
18176 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18177
18178         * gnus.el: No Gnus v0.1 is released.
18179
18180 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18181
18182         * gnus.el: No Gnus v0.0 is released.
18183
18184 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * gnus.el (gnus-version-number): Bump.
18187         (gnus-version): No.
18188
18189 See ChangeLog.2 for earlier changes.
18190
18191     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18192       Free Software Foundation, Inc.
18193
18194   This file is part of GNU Emacs.
18195
18196   GNU Emacs is free software: you can redistribute it and/or modify
18197   it under the terms of the GNU General Public License as published by
18198   the Free Software Foundation, either version 3 of the License, or
18199   (at your option) any later version.
18200
18201   GNU Emacs is distributed in the hope that it will be useful,
18202   but WITHOUT ANY WARRANTY; without even the implied warranty of
18203   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18204   GNU General Public License for more details.
18205
18206   You should have received a copy of the GNU General Public License
18207   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18208
18209 ;; Local Variables:
18210 ;; coding: utf-8
18211 ;; fill-column: 79
18212 ;; add-log-time-zone-rule: t
18213 ;; End: