2fb550fe819548e8554b1efae78e607dfa0a1737
[gnus] / lisp / ChangeLog
1 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-extend-tls-programs): Removed.
4         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5
6         * tls.el (tls-starttls-switches): Remove starttls hack.
7         (open-tls-stream): Ditto.
8         (tls-find-starttls-argument): Ditto.
9
10 2010-10-13  Julien Danjou  <julien@danjou.info>
11
12         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
13         responses.
14
15 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
18
19         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
20         anything in Emacs.
21
22         * shr.el (shr-current-column): Remove buggy and unnecessary function.
23
24 2010-10-13  Julien Danjou  <julien@danjou.info>
25
26         * shr.el (shr-width): Make shr-width a defcustom with default to
27         fill-column.
28         (shr-tag-img): Use shr-width rather than fill-column.
29
30 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * dgnushack.el (byte-optimize-apply)
33         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
34
35         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
36         position when (X-)Faces exist.
37         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
38         avatars when called interactively.
39
40 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
43         gnus-article-x-face-too-ugly is bound.
44
45 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
48
49         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
50         mailbox that doesn't exist.
51
52 2010-10-12  Julien Danjou  <julien@danjou.info>
53
54         * shr.el (shr-tag-img): Encode URL properly when retrieving.
55         (shr-get-image-data): Encode URL properly when fetching from cache.
56         (shr-tag-img): Use aligned-to spaces to align correctly images.
57
58         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
59         before inserting the Gravatar.
60
61         * shr.el (shr-tag-img): Add align attribute support for <img>.
62
63 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-gravatar.el (gnus-art): Required.
66
67         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
68         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
69         Remove long obsoleted functions.
70
71 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
74
75         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
76
77         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
78         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
79         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
80         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
81         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
82         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
83         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
84
85 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * nnimap.el (nnimap-request-rename-group): Select group read-only
88         before renaming it.
89
90         * shr.el (shr-insert): Fix up the white space only regexp.
91
92         * nnimap.el (nnimap-transform-split-mail): Not all articles have
93         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
94
95         * shr.el (shr-current-column): New function.
96         (shr-find-fill-point): New function.
97
98 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
99
100         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
101         numbers.
102
103 2010-10-11  Julien Danjou  <julien@danjou.info>
104
105         * shr.el (shr-hr-line): Add.
106         (shr-tag-hr): Use shr-hr-line to specify which character to use to
107         display hr lines.
108         (shr-max-columns): Do not change state to nil if we just inserting
109         spaces.
110
111 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-topic.el (gnus-topic-read-group): If after the last group,
114         select the last group.
115
116 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
119
120 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
121
122         * dig.el (dig-mode-map): Declare and define in one step.
123
124 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
127         for Gnus.
128         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
129         (nnimap-update-qresync-info): Mark \Seen articles as read.
130
131         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
132         non-variable, too.
133
134         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
135         available.
136         (nnimap-update-info): Rely more on the current active than the param
137         active to avoid marking articles as read too much.
138
139         * auth-source.el (auth-source-create): Use (user-login-name) for the
140         user name default.
141
142         * nnimap.el (nnimap-update-info): If the server doesn't return any
143         useful info, just use the previous info.
144         (nnimap-update-info): Prefer old info over start-article.
145         (nnimap-update-qresync-info): Finish implementing QRESYNC.
146
147 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
148
149         * nnir.el (autoload): Clean up autoloads.
150         (nnir-imap-default-search-key): Renamed from
151         nnir-imap-search-field. Use key rather than value.
152         (nnir-imap-search-other): New variable.
153         (nnir-read-parm): Use it.
154         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
155         (gnus-summary-nnir-goto-thread): Modify to work with imap.
156
157 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
158
159         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
160         the process, too.
161
162 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
165         Allbery.
166
167         * shr.el: Rework the way things are indented by <li> slightly.
168
169         * gnus.el (gnus-group-set-parameter): Fix typo.
170
171         * nnimap.el: Start implementing QRESYNC support.
172
173 2010-10-09  Julien Danjou  <julien@danjou.info>
174
175         * nnir.el (nnir-engines): Fix too many arguments.
176
177 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
180         group is the "last", so that the backends like nnfolder actually save
181         their folders.
182
183         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
184         try to use that for the tls stream.
185         (nnimap-retrieve-group-data-early): Rework the marks code to heed
186         UIDVALIDITY and find out which groups are read-only and not.
187         (nnimap-get-flags): Use the same marks parsing code as the rest of
188         nnimap.
189
190 2010-10-09  Julien Danjou  <julien@danjou.info>
191
192         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
193
194         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
195         retrieving gravatars.
196
197         * shr.el (shr-table-corner): Add.
198         (shr-table-line): Add.
199         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
200
201 2010-10-08  Julien Danjou  <julien@danjou.info>
202
203         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
204
205 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
208
209         * gnus-sum.el (gnus-mark-article-as-unread)
210         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
211         (gnus-summary-set-bookmark): Use it.
212
213         * gnus-msg.el (gnus-setup-message): Use it.
214
215         * gnus-demon.el (gnus-demon-remove-handler): Use it.
216
217         * gnus.el (gnus-group-remove-parameter): Use it.
218
219         * gnus-group.el (gnus-group-make-web-group): Use it.
220
221         * gnus-demon.el (gnus-demon-remove-handler): Use it.
222
223         * nnregistry.el: Update docs to mention manual.
224
225         * gnus-registry.el: Update docs to mention nnregistry.el.
226         (gnus-registry-initialize): Don't install nnregistry refer method
227         automatically.
228         (gnus-registry-install-nnregistry): Remove it.
229
230 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr.el (shr-insert): Don't insert double spaces.
233
234 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-gravatar.el (gnus-treat-from-gravatar)
237         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
238         called interactively.
239
240         * gnus-art.el (gnus-mime-view-part-externally)
241         (gnus-mime-view-part-internally): Make predicate function passed to
242         gnus-mime-view-part-as-type assume argument is a mime type, not a list
243         of a mime type.
244
245         * shr.el (shr-table-widths): Don't use cl function `reduce'.
246
247 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * shr.el (require): Require cl when compiling.
250         (shr-tag-hr): New function.
251
252         * nnimap.el (nnimap-update-info): Remove double setting of high.
253         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
254         makes nnimap work properly on Courier again.
255
256         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
257         the variable for backwards compatability.
258
259         * mm-decode.el (mm-save-part): If given a non-directory result, expand
260         the file name before using to avoid setting mm-default-directory to
261         nil.
262
263         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
264         bidning gnus-agent variables.
265
266         * shr.el (shr-render-td): Use a cache for the table rendering function
267         to avoid getting an exponential rendering behaviour in nested tables.
268         (shr-insert): Rework the line-breaking algorithm.
269         (shr-insert): Don't leave trailing spaces.
270         (shr-insert-table): Also insert empty TDs.
271         (shr-tag-blockquote): Ensure paragraphs after </ul>.
272
273 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
274
275         * gnus-sum.el (gnus-number): Rename from `number'.
276         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
277         (gnus-summary-limit-children): Update uses correspondingly.
278
279 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
282         (gnus-gravatar-transform-address): Don't show avatars of people of
283         which mail addresses match gnus-gravatar-too-ugly.
284
285 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * shr.el (shr-table-widths): Expand TD elements to fill available
288         space.
289
290 2010-10-07  Julien Danjou  <julien@danjou.info>
291
292         * nnimap.el (nnimap-request-rename-group): Add this method.
293
294 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
297         name from XEmacs' function-arglist.
298
299         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
300         gravatar under XEmacs.
301
302 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         * auth-source.el: Update docs with TODO items.
305
306         * gnus-sync.el: Update docs to explain state and plans.
307
308         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
309         Hooks for mark updates.
310         (gnus-request-set-mark, gnus-request-update-mark): Use them.
311
312         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
313         hooks with arguments, which is needed for mark update hooks.
314
315 2010-10-06  Julien Danjou  <julien@danjou.info>
316
317         * gnus.el (gnus-expand-group-parameter): Only return and act on what
318         was matched.
319
320         * sieve-manage.el: Update example in `Commentary'.
321
322         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
323
324         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
325         not 2000.
326         (sieve-manage-authenticate): Re-add function.
327
328 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * shr.el (shr-insert): Get 'space transition right.
331         (shr-render-td): Only delete space at the end of the TD.
332
333         * nnimap.el (nnimap-open-connection): Prepare to support
334         open-gnutls-stream.
335
336         * shr.el: Rearrange function order to be more logical.
337
338 2010-10-06  Julien Danjou  <julien@danjou.info>
339
340         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
341         (nnrss-discover-feed): Remove 404 URL in docstring.
342
343         * nnir.el: Fix Swish-E URL.
344         Fix Namazu URL.
345
346         * message.el (message-change-subject): Remove 404 URL in a comment.
347
348 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
351         called interactively.
352
353         * gnus-util.el (gnus-remove-if): Allow hash table.
354         (gnus-remove-if-not): New function.
355
356         * gnus-art.el (gnus-mime-view-part-as-type)
357         * gnus-score.el (gnus-summary-score-effect)
358         * gnus-sum.el (gnus-read-move-group-name):
359         Replace remove-if-not with gnus-remove-if-not.
360
361         * gnus-group.el (gnus-group-completing-read):
362         Regard collection as a hash table if it is not a list.
363
364 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * shr.el (shr-render-td): Allow blank/missing <TD>s.
367
368         * shr.el: Document the table-rendering algorithm.
369
370 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
373         for Emacsen having no `libxml-parse-html-region' support.
374
375 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
378         invalid URLs.
379
380         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
381         line-broken.
382         (shr-tag-img): Ignore image fetching errors.
383         (shr-overlays-in-region): Compute overlay positions correctly.
384
385         * mm-decode.el (mm-shr): Require shr.
386
387         * gnus-art.el (gnus-blocked-images): Move variable here.
388
389         * shr.el (shr-insert-table): Bind free variable.
390
391         * mm-decode.el (mm-shr): Bind shr-content-function.
392
393         * shr.el (shr-content-function): New variable.
394
395         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
396         added for symmetry.
397
398         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
399
400         * gnus-group.el (gnus-group-make-group): Doc fix.
401
402         * nnimap.el (nnimap-request-newgroups): Return success.
403
404         * shr.el (shr-find-elements): New function.
405         (shr-tag-table): Put all the images after the table.
406         (shr-tag-table): Really inhibit images inside the table.
407         (shr-collect-overlays): Copy over overlays from the TD elements to the
408         main document.
409
410         * mm-decode.el (mm-shr): Bind shr-blocked-images to
411         gnus-blocked-images.
412
413 2010-10-05  Julien Danjou  <julien@danjou.info>
414
415         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
416
417         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
418         (gnus-html-maximum-image-size): Add this function.
419         (gnus-html-put-image): Use gnus-html-maximum-image-size.
420
421         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
422         server-value of the capability is nil.
423
424 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * shr.el (shr-tag-em): Add <EM> tag.
427
428 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
429
430         * sieve-manage.el (sieve-manage-default-stream): Make default stream
431         customizable.
432
433         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
434         handing broken links to browse-url.
435
436 2010-10-05  Julien Danjou  <julien@danjou.info>
437
438         * gnus-util.el (gnus-emacs-completing-read)
439         (gnus-iswitchb-completing-read): Use autoload rather than require.
440
441 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
444         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
445         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
446         iswitchb-temp-buflist for XEmacs.
447
448         * gnus-util.el (gnus-completing-read-function): Exclude
449         gnus-icompleting-read and gnus-ido-completing-read from candidates for
450         XEmacs since iswitchb.el is very old and ido.el is unavailable in
451         XEmacs.
452
453         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
454         not to use `delete-dups' that is unavailable in XEmacs 21.4.
455
456         * gnus-html.el: Don't require help-fns under XEmacs.
457         (gnus-html-schedule-image-fetching): Work for XEmacs.
458
459         * mm-decode.el (mm-shr): Decode contents by charset.
460
461 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
464         unknown.
465
466         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
467         (shr-get-image-data): Ensure against the cache file missing.
468
469         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
470         for data.
471
472         * spam-report.el (spam-report-url-ping-plain): Don't query about
473         killing the process.
474
475         * shr.el (shr-render-td): Protect against too-wide text.
476
477 2010-10-04  Julien Danjou  <julien@danjou.info>
478
479         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
480         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
481
482         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
483         retrieved.
484
485 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * shr.el (browse-url): Required.
488         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
489         lines.
490         (shr-show-alt-text, shr-browse-image): New commands.
491         (shr-browse-url, shr-copy-url): New commands.
492
493         * gnus-sum.el (gnus-widen-article-window): New variable.
494         (gnus-summary-select-article-buffer): Use it.
495
496         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
497         without @ signs.
498
499 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
500
501         * nnir.el (nnir-run-imap): Remove spurious space in search string.
502
503 2010-10-04  Julien Danjou  <julien@danjou.info>
504
505         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
506         for XEmacs.
507
508 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
511
512         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
513         (nnimap-close-server): Implement.
514
515         * dgnushack.el (iswitchb): Require to shut up the compiler.
516
517         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
518         (shr-insert): Tweak line breaking.
519         (shr-insert): Handle <pre> better.
520         (shr-tag-li): Get <li> indentation right.
521         (shr-tag-li): Get <li> indentation even righter.
522         (shr-tag-blockquote): Ensure paragraph start.
523         (shr-make-table): Tweak table generation.
524         (shr-make-table): Fix typo.
525
526         * shr.el: Implement table rendering.
527
528 2010-10-04  Julien Danjou  <julien@danjou.info>
529
530         * gnus-html.el (gnus-html-put-image): Fix resize image code.
531
532 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * shr.el (shr-insert): Use string anchors instead of line anchors.
535
536 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * shr.el: Add headings.
539         (shr-ensure-paragraph): Actually work.
540         (shr-tag-li): Make <ul> prettier.
541         (shr-insert): Get white space at the beginning/end of elements right.
542         (shr-tag-p): Collapse subsequent <p>s.
543         (shr-ensure-paragraph): Don't insert double line feeds after blank
544         lines.
545         (shr-insert): \t is also space.
546         (shr-tag-s): Fix "s" tag name function.
547         (shr-tag-s): Fix face prop name.
548
549 2010-10-03  Julien Danjou  <julien@danjou.info>
550
551         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
552
553         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
554         gnus-window-inside-pixel-edges.
555
556         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
557         gnus-ems.
558
559         * mm-view.el (mm-inline-image-emacs): Support image resizing.
560
561         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
562         function.
563
564         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
565         resize choice.
566
567 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
570         beginning of the buffer.
571
572         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
573         article buffer again.
574
575         * shr.el (shr-tag-p): Don't insert newlines at the start of the
576         buffer.
577
578         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
579         when it's at the start of the buffer.
580
581         * shr.el (shr-tag-blockquote): Convert name.
582         (shr-rescale-image): Use the right image-size variant.
583
584         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
585         buffer isn't shown, then select the current article first instead of
586         bugging out.
587         (gnus-summary-select-article-buffer): Show both the article and summary
588         buffers again.
589
590         * shr.el (shr-fontize-cont): Protect against regions with no text.
591         Rename tag functions to shr-tag-* for enhanced security.
592         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
593
594 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
595
596         * shr.el (shr-insert):
597         * pop3.el (pop3-movemail):
598         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
599         loaded.
600
601 2010-10-03  Glenn Morris  <rgm@gnu.org>
602
603         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
604
605         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
606
607         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
608
609         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
610
611         * gnus-util.el (gnus-make-local-hook): Simplify.
612
613 2010-10-02  Julien Danjou  <julien@danjou.info>
614
615         * gnus-util.el (gnus-iswitchb-completing-read): New function.
616         (gnus-ido-completing-read): New function.
617         (gnus-emacs-completing-read): New function.
618         (gnus-completing-read): Use gnus-completing-read-function.
619         Add gnus-completing-read-function.
620
621 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * shr.el (shr-insert-document): Autoload.
624         (shr-img): Be silent.
625         (shr-insert): Add a newline after every picture before text.
626         (shr-add-font): Use overlays for combining faces.
627         (shr-insert): Pass upwards the text start point.
628
629         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
630         possible.
631         (mm-shr): New function.
632
633 2010-10-02  Julien Danjou  <julien@danjou.info>
634
635         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
636         should go backward.
637
638 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
639
640         * shr.el (shr): Fix typo in provide call.
641
642 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * shr.el: New file.
645
646         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
647
648         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
649         completing read.
650
651 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
654         we're being queried about.  Suggested by Dan Jacobson.
655
656         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
657         by Jason Eisner.
658
659         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
660         table, too.  Suggested by Stefan Wiens.
661         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
662         the table unnecessary.  Suggested by Stefan Wiens.
663
664         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
665         longer needed, and probably doesn't work either, as pointed out by
666         Stefan Wiens.
667         (gnus-summary-exit): Remove call to the clearing function.
668         (gnus-summary-exit-no-update): Ditto.
669
670         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
671         instead of gnus-eval-in-buffer-window to avoid popping up frames.
672         Reported by Stefan Monnier.
673         (gnus-summary-save-in-rmail): Ditto.
674
675         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
676         article buffer, instead of both the article buffer and the summary
677         buffer.  Sort of suggested by Dan Jacobson.
678
679         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
680
681         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
682         Suggested by Dan Jacobson.
683
684         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
685         documentation clearer.
686
687         * message.el (message-shorten-references): Comment on the number "21".
688         Suggested by Stefan Monnier.
689
690         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
691         Suggested by Dan Jacobson.
692
693         * gnus.el (gnus-large-newsgroup): Mention
694         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
695
696         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
697         externalize attachments.  Bug reported by Steve Wen.
698
699         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
700         really message anything to the user.
701
702         * nnmail.el (nnmail-article-group): Allow using the fancy split method
703         directly.
704
705         * nnimap.el (nnimap-request-group): Low higher than high to signal no
706         messages in empty groups.
707
708 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
709
710         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
711         non-UIDNEXT group.
712
713 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
716         not the value from the collection.
717
718         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
719         values.  This sometimes happens on some groups that have no info.
720         (nnimap-request-newgroups): New function.
721
722 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
725         check into `gnus-registry-initialize'.
726         (gnus-registry-initialize): Ditto.
727         Fix and extend header docs.
728
729 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
732         regexp backtrace overflows.
733
734         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
735         for starttls that tls.el implements; i.e. openssl.
736
737         * tls.el (tls-starttls-switches): Give up on using starttls with
738         gnutls-cli.
739         (tls-program): Add --insecure to be consistent with the defaults from
740         openssl s_client.  Now all three commands are insecure.
741
742 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * lpath.el: Bind completion-styles-alist for XEmacs.
745
746         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
747         (gravatar-create-image): New function that's an alias to
748         gnus-xmas-create-image, gnus-create-image, or create-image.
749         (gravatar-data->image): Use it.
750
751 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
754         install the nnregistry refer method.
755         (gnus-registry-install-hooks): Use it.
756         (gnus-registry-unfollowed-groups): Add nnmairix to the default
757         unfollowed groups.
758
759 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
760
761         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
762         expanding threads.
763
764 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnir.el: Use the server names without suffixes (bug #7009).
767
768         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
769         unencrypted to STARTTLS, if possible.
770
771 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
772
773         * message.el (message-ignored-supersedes-headers): Strip Injection-*
774         headers before superseding.
775
776 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * nnrss.el (nnrss-use-local): Add documentation.
779
780         * nnimap.el (nnimap-extend-tls-programs): New function.
781         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
782         (nnimap-wait-for-connection): Accept the greeting from the stupid
783         output from openssl s_client -starttls, too.
784
785         * tls.el (tls-starttls-switches): New variable.
786         (tls-find-starttls-argument): Use it.
787         (open-tls-stream): Ditto.
788
789         * netrc.el (netrc-credentials): Return the value of the "default"
790         entry.
791         (netrc-machine): Ditto.
792
793         * nnimap.el (nnimap-find-article-by-message-id): Really return the
794         article number.
795         (nnimap-split-fancy): New variable.
796         (nnimap-split-incoming-mail): Use it.
797
798         * nntp.el (nntp-server-list-active-group): Document.
799
800         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
801         SELECT to get the message-id.
802
803         * mail-source.el (mail-sources): Removed webmail support.
804         (defvar): Ditto.
805         (mail-source-fetcher-alist): Ditto.
806         (mail-source-fetch-webmail): Removed.
807
808         * webmail.el: Removed -- doesn't seem relevant any more.
809
810         * gnus.el: Fix up make-obsolete-variable declarations throughout.
811
812         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
813         the \r.
814
815 2010-09-30  Julien Danjou  <julien@danjou.info>
816
817         * gnus-agent.el (gnus-agent-add-group): Fix call to
818         gnus-completing-read.
819
820 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * nndoc.el (nndoc-retrieve-groups): New function.
823
824         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
825         `default', use nnmail-split-methods.
826         (nnimap-request-article): Downcase the NILs so that they are nil.
827
828         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
829         symbol.
830
831         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
832         code, since if the user has requested network, that's what they ought
833         to get.
834         (nnimap-request-set-mark): Erase the buffer before issuing commands.
835         (nnimap-split-rule): Mark as obsolete.
836
837         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
838         variable.
839
840         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
841         correct slot, too.
842
843 2010-09-29  Julien Danjou  <julien@danjou.info>
844
845         * gnus.el (gnus-local-domain): Declare variable obsolete.
846
847         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
848         computing.
849         (gnus-ido-completing-read): Require ido.
850
851 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-registry.el: Don't prompt on load, which makes it impossible to
854         build Gnus.
855
856         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
857         when interpreting the structures.
858         (nnimap-request-accept-article): Add \r\n to the lines to make this
859         work with Cyrus.
860
861         * nndraft.el (nndraft-request-expire-articles): Use the group name
862         instead if "nndraft".  Fix found by Nils Ackermann.
863
864 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
865
866         * nnregistry.el: Added.
867
868 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
869
870         * nnmail.el (group, group-art-list, group-art):
871         Remove unneeded directives.
872
873 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
876         (mm-mime-charset)
877         * rfc2047.el (rfc2047-syntax-table)
878         * utf7.el (utf7-utf-16-coding-system): Comment fix.
879
880         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
881         rather than `insert-file-contents' and `eval-region'.
882
883         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
884         construction.
885
886         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
887
888         * time-date.el: No need to require cl for Emacs 21.
889
890 2010-09-29  Julien Danjou  <julien@danjou.info>
891
892         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
893         replacement of `gnus-gravatar-relief' to mimic
894         `gnus-faces-properties-alist'.
895         Add :version property.
896
897 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * mail-source.el (mail-source-report-new-mail)
900         * message.el (message-default-mail-headers)
901         * mm-decode.el (mm-valid-image-format-p): Comment fix.
902
903         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
904
905 2010-09-28  Julien Danjou  <julien@danjou.info>
906
907         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
908         mail-address contains the same string as real-name.
909
910         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
911         non-blank in header, otherwise it'll get stripped.
912
913         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
914         real-name, and then for mail address rather than doing : or , search.
915
916 2010-09-27  Julien Danjou  <julien@danjou.info>
917
918         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
919         (gnus-server-goto-server): Use gnus-completing-read.
920
921         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
922
923         * mm-util.el (defalias): Use gnus-completing-read.
924         (mm-codepage-setup): Use gnus-completing-read.
925
926         * smime.el (smime-sign-buffer): Use gnus-completing-read.
927         (smime-decrypt-buffer): Use gnus-completing-read.
928
929         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
930
931         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
932         (mml-minibuffer-read-disposition): Use gnus-completing-read.
933         (mml-insert-multipart): Use gnus-completing-read.
934
935         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
936
937         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
938
939         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
940
941         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
942
943         * gnus.el (gnus-read-method): Use gnus-completing-read.
944
945         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
946
947         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
948         (gnus-mime-action-on-part): Use gnus-completing-read.
949         (gnus-article-encrypt-body): Use gnus-completing-read.
950
951         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
952         (gnus-topic-move-matching): Use gnus-completing-read.
953         (gnus-topic-copy-matching): Use gnus-completing-read.
954         (gnus-topic-sort-topics): Use gnus-completing-read.
955         (gnus-topic-move): Use gnus-completing-read.
956
957         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
958         (gnus-agent-add-group): Use gnus-completing-read.
959
960         * nnmairix.el (nnmairix-create-server-and-default-group): Use
961         gnus-completing-read.
962         (nnmairix-update-groups): Use gnus-completing-read.
963         (nnmairix-get-server): Use gnus-completing-read.
964         (nnmairix-backend-to-server): Use gnus-completing-read.
965         (nnmairix-goto-original-article): Use gnus-completing-read.
966         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
967
968         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
969
970         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
971         (gnus-group-make-useful-group): Use gnus-completing-read.
972         (gnus-group-make-web-group): Use gnus-completing-read.
973         (gnus-group-add-to-virtual): Use gnus-completing-read.
974         (gnus-group-browse-foreign-server): Use gnus-completing-read.
975
976         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
977         (gnus-summary-limit-to-extra): Use gnus-completing-read.
978         (gnus-summary-execute-command): Use gnus-completing-read.
979         (gnus-summary-respool-article): Use gnus-completing-read.
980         (gnus-read-move-group-name): Use gnus-completing-read.
981
982         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
983         (gnus-summary-score-effect): Use gnus-completing-read.
984
985         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
986
987         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
988         right completing-read function.
989         (gnus-use-ido): New variable
990         (gnus-completing-read-with-default): Remove.
991
992 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
995         x-focus-frame.
996
997         * nnimap.el (auth-source-forget-user-or-password)
998         (auth-source-user-or-password): Autoload.
999
1000         * message.el (message-from-style, message-interactive)
1001         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1002         (message-yank-prefix, message-indentation-spaces, message-signature)
1003         (message-signature-file): Add comment.
1004
1005 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1008         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1009         new articles.
1010
1011         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1012         parts.
1013         (nnimap-request-article): Work with the t setting, too.
1014
1015         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1016         that you don't get flashes of other buffers.
1017         (gnus-summary-show-complete-article): Intern before setting.
1018
1019 2010-09-27  David Engster  <dengste@eml.cc>
1020
1021         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1022         well as HEADERS.
1023         (nnmairix-retrieve-headers): Provide new argument for the above.
1024
1025 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-sum.el (gnus-summary-move-article): Don't alter
1028         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1029         group.
1030
1031         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1032
1033         * message.el (message-cite-prefix-regexp): Revert my last edit.
1034
1035         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1036         variable instead of the Gnus variable.
1037
1038         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1039
1040         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1041         again.
1042
1043         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1044         since some servers don't like it.
1045         (nnimap-open-connection): Forget credentials if the server says the
1046         password was wrong.
1047         (nnimap-parse-line): Protect against invalid data.
1048
1049         * gnus-sum.el (gnus-summary-move-article): Add comment.
1050         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1051         nothing alters it while scanning for new messages.
1052
1053         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1054         which may or may not help.
1055         (nnimap-open-connection): If we're doing a stream connection, and then
1056         discover we're on a STARTTLS-capable server, then open a STARTTLS
1057         connection instead.
1058
1059 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnimap.el (utf7): Required.
1062
1063         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1064         prefix.
1065
1066 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1067
1068         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1069
1070 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * nnimap.el (nnimap-request-accept-article): Message the error on
1073         error.
1074
1075 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1078
1079 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nndoc.el (nndoc-request-list): Return success always.
1082
1083         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1084         `fetch-old' -- we only want to fetch the articles we've requested.  The
1085         rest are in the agent, probably.
1086         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1087         disappeared server" to something low.  It's not important.
1088
1089         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1090         arrived before the FETCH data.
1091
1092         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1093         target here, because we don't know the Gnus name of the group.
1094
1095         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1096         for the correct group.
1097
1098         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1099
1100         * gnus.el (gnus): Give a final warning after startup.
1101
1102         * gnus-util.el (gnus-action-message-log): New variable.
1103         (gnus-message): Use it.
1104         (gnus-final-warning): New function.
1105
1106         * nnimap.el (nnimap-open-connection): Record the greeting.
1107         (nnimap): Add greeting.
1108
1109 2010-09-26  Julien Danjou  <julien@danjou.info>
1110
1111         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1112         arguments.
1113         (gnus-html-wash-images): Fix spec computing to include start/end.
1114
1115         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1116
1117 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1120         deletion.
1121         (nnimap-retrieve-headers): Don't select the group, because that's
1122         already done by nnimap-possibly-change-group.
1123
1124         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1125         (gnus-picon-transform-address): Use it.
1126
1127         * mail-source.el (mail-source-value): Revert previous patch.
1128
1129         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1130         on failure.
1131         (nnimap-open-connection): Look up both virtual and physical server name
1132         credentials.
1133
1134         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1135
1136 2009-02-07  Dave Love  <fx@gnu.org>
1137
1138         * tls.el (open-tls-stream): Don't query killing process.
1139
1140 2009-02-08  Dave Love  <fx@gnu.org>
1141
1142         * gnus-win.el (gnus-window-to-buffer-helper,
1143         gnus-all-windows-visible-p): Function needn't be a symbol.
1144
1145         * mail-source.el (mail-source-value): Function needn't be a symbol.
1146
1147 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * message.el (message-cite-prefix-regexp): Remove } from the cite
1150         prefix.
1151
1152         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1153         highlight again, so that the highlight is correct.
1154
1155         * gnus-picon.el (gnus-picon): Remove again.
1156         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1157
1158         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1159         doing the header highlightling, so that the background colour of the
1160         picon is correct.
1161
1162         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1163         (gnus-picon): Ditto.
1164         (gnus-picon): Reinstate.  The background colour for picons is white.
1165         (gnus-picon-insert-glyph): Make the background white.
1166
1167         * nnml.el (nnml-open-nov): Don't return dead buffers.
1168
1169         * auth-source.el (auth-source-create): Query the user for whether to
1170         store the credentials.
1171
1172         * netrc.el (netrc-store-data): New function.
1173
1174         * auth-source.el (auth-source-user-or-password): Use the existing auth
1175         sources, if any, for creation.
1176
1177         * gnus.el (gnus-group-fast-parameter): Return the last matching
1178         parameter instead of the first matching parameter.
1179
1180 2010-09-26  Julien Danjou  <julien@danjou.info>
1181
1182         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1183
1184 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * mml2015.el (mml2015-use): Remove gpg support.
1187
1188         * mml1991.el (mml1991-function-alist): Remove gpg function.
1189         (mml1991-gpg-sign): Removed.
1190
1191 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1192
1193         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1194         (gnus-browse-unsubscribe-current-group): Document it.
1195         (gnus-browse-unsubscribe-group): Use it.
1196
1197 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1200         address to the To list for easier response.
1201
1202         * gnus.el (gnus-play-startup-jingle): Removed.
1203         (gnus-splash): Don't play jingle.
1204         (gnus): Silence gnus-load message.
1205
1206         * gnus-art.el (gnus-treat-play-sounds): Removed.
1207
1208         * gnus.el (gnus-play-jingle): Remove audio support.
1209
1210         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1211
1212         * earcon.el: Removed -- no users.
1213
1214         * gnus-audio.el: Removed -- no users of this package.
1215
1216         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1217
1218         * gnus-start.el (gnus-setup-news): Remove nocem support.
1219
1220         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1221
1222         * gnus.el (gnus-use-nocem): Removed.
1223
1224         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1225         Removed.
1226
1227         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1228         uses NoCeM any more.
1229
1230         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1231         (gnus-button-ctan-handler): Ditto.
1232         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1233         (gnus-button-ctan-directory-regexp): Ditto.
1234         (gnus-button-handle-ctan): Ditto.
1235         (gnus-button-tex-level): Ditto.
1236         (gnus-button-alist): Removed CTAN stuff.
1237
1238 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1241         nnimap-streaming test.
1242
1243         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1244         servers twice.
1245
1246         * nnimap.el (nnimap-open-connection): Add more error reporting when
1247         nnimap fails early.
1248
1249         * nnheader.el (nnheader-get-report-string): New function.
1250         (nnheader-get-report): Use it.
1251
1252         * gnus-int.el (gnus-check-server): Say what the error was when opening
1253         failed.
1254
1255         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1256         using streaming.
1257
1258 2010-09-25  Julien Danjou  <julien@danjou.info>
1259
1260         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1261         gnus-window-inside-pixel-edges.
1262
1263 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1266
1267         * mm-decode.el (mm-save-part): Allow saving to other directories the
1268         normal Emacs way.
1269
1270         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1271         by Jay Berkenbilt.
1272
1273         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1274         there isn't a single byte.
1275
1276         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1277         just do it.  It doesn't really seem to matter what the user responds
1278         here, I think, so it's just a confusing question.
1279
1280         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1281         non-streaming case.
1282
1283         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1284         (gnus-article-encrypt-body): Use it.
1285
1286         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1287         keystroke.
1288
1289         * nnimap.el (nnimap-find-wanted-parts-1): Use
1290         gnus-fetch-partial-articles.
1291
1292         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1293
1294         * nnimap.el (nnimap-insert-partial-structure): New function.
1295         (nnimap-get-partial-article): New function.
1296         (nnimap-request-article): Use it.
1297         (nnimap-wait-for-response): Return whether the wait was successful.
1298         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1299         retrieval wasn't successful.
1300         (nnimap-retrieve-group-data-early): Allow throttling servers.
1301         (nnimap-streaming): New variable.
1302         (nnimap-fetch-partial-articles): Removed.
1303
1304         * mm-decode.el (mm-with-part): Protect against killed buffers.
1305
1306         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1307         for prettier summary display.
1308
1309 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1310
1311         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1312         directly.
1313
1314 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1317         apparently third-party libraries depend on it.
1318
1319         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1320         before starting negotiation.
1321
1322         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1323         privacy reasons.
1324         (gnus-treat-mail-gravatar): Ditto.
1325
1326         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1327         buffer when inserting images.  Inserting text into the headers, for
1328         instance, can make them invalid.
1329
1330 2010-09-25  Julien Danjou  <julien@danjou.info>
1331
1332         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1333         variables.
1334
1335         * nnheader.el: Remove useless variables news-reply-yank-from and
1336         news-reply-yank-message-id.
1337
1338         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1339         variables.
1340
1341         * mml1991.el: Remove useless mml1991-verbose.
1342
1343         * gnus.el: Remove useless variable gnus-use-generic-from.
1344         Remove obsolete variable gnus-topic-indentation.
1345
1346         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1347
1348         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1349
1350         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1351
1352         * gnus-group.el: Remove useless gnus-group-icon-cache.
1353         Remove useless gnus-ephemeral-group-server.
1354
1355         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1356
1357         * mml2015.el: Remove useless mml2015-verbose.
1358
1359         * mml-smime.el: Remove useless mml-smime-verbose.
1360
1361         * gnus.el: Remove useless gnus-local-domain.
1362
1363         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1364         gnus-gravatar-size.
1365
1366         * gnus-art.el: Remove useless gnus-treat-translate.
1367
1368 2010-09-24  Julien Danjou  <julien@danjou.info>
1369
1370         * gnus-sum.el: Add support for Gravatars.
1371
1372         * gnus-art.el: Add support for Gravatars.
1373
1374         * gnus-gravatar.el: Add this file.
1375
1376         * gravatar.el: Add this file.
1377
1378 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1381
1382         * gnus-group.el (gnus-group-fetch-faq): Removed.
1383
1384         * gnus.el (gnus-group-faq-directory): Removed.
1385
1386         * gnus-group.el (gnus-group-fetch-charter): Removed.
1387
1388         * gnus.el (gnus-group-charter-alist): Removed.
1389
1390         * gnus-group.el (gnus-group-archive-directory): Removed.
1391         (gnus-group-recent-archive-directory): Ditto.
1392         (gnus-group-make-archive-group): Removed.
1393
1394         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1395
1396         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1397         use the same article number for all the cached articles.
1398
1399         * nnimap.el (nnimap-command): Register the last command time so
1400         that we can use it for idling NOOPs.
1401         (nnimap-open-connection): Start the keeplive timer.
1402         (nnimap-make-process-buffer): Store all the process buffers.
1403         (nnimap-keepalive): New function.
1404
1405         * starttls.el: (starttls-open-stream): Add autoload cookie.
1406
1407 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1408
1409         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1410         handling.
1411
1412 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1415         its data structures.
1416
1417         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1418         instead of the cl.el copy-list.
1419         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1420         equalp.
1421
1422 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1425         and tool-bar-local-item-from-menu.
1426
1427         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1428         mode-line-highlight face for Emacs.
1429
1430         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1431         loading gnus-sum.elc; fix comment for canlock-verify.
1432         (gnus-article-jump-to-part): Use read-number.
1433         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1434         Emacs pre-21 compatible code for help-echo.
1435         (gnus-article-next-page-1): No need to adjust the number of lines.
1436         (gnus-article-describe-bindings): Always use help-buffer.
1437
1438         * gnus-audio.el (gnus-audio-inline-sound)
1439         * gnus-cus.el (gnus-custom-mode)
1440         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1441
1442         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1443
1444         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1445         compatible code.
1446
1447 2010-09-24  Glenn Morris  <rgm@gnu.org>
1448
1449         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1450         visiting the fcc file in rmail-mode.
1451
1452         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1453
1454 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * nnir.el: Silence the byte compiler.
1457
1458         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1459         alias to browse-url-url-encode-chars if any.
1460         (gnus-html-encode-url): Use it.
1461
1462 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-start.el (gnus-use-backend-marks): New variable.
1465         (gnus-get-unread-articles-in-group): Use it.
1466
1467         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1468         makeover.
1469
1470 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1471
1472         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1473
1474 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1477         Removed.
1478         (gnus-setup-news-hook): Removed
1479         gnus-fixup-nnimap-unread-after-getting-new-news.
1480
1481         * gnus-int.el (gnus-request-update-info): Protect against backends not
1482         having the function.
1483
1484         * nnimap.el (nnimap-stream): Mention starttls.
1485         (nnimap-open-connection): Add starttls support.
1486
1487 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1488
1489         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1490
1491 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1494         BODYSTRUCTUREs.
1495         (nnimap-transform-headers): Unfold quoted {42} headers.
1496
1497         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1498         the info.
1499         (gnus-get-unread-articles): Only call updatep on backends that support
1500         it.
1501
1502         * nnweb.el (nnweb-request-update-info): NOOP.
1503
1504         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1505
1506         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1507         since it only deals with marks.
1508
1509         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1510         gnus-request-marks, and make a new gnus-request-update-info.
1511
1512         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1513         the active instead of the high number, which is usually too low.
1514
1515 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1518         * encrypt.el: Removed.
1519
1520 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1523         server in symbolic form.
1524
1525         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1526         0.9.
1527
1528 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1531         (nnimap-update-info): Fix up code slightly.
1532
1533         * gnus-int.el (gnus-open-server): Add tracing for performance
1534         debugging.
1535
1536         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1537         (gnus-group-insert-group-line): Pass the real group name so that it
1538         gets the right data.
1539
1540         * gnus-start.el (gnus-get-unread-articles): Don't have
1541         `gnus-get-unread-articles-in-group' update info, since that can be
1542         really slow and doesn't seem to be needed?
1543
1544 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1545
1546         * time-date.el (date-to-time): Try using parse-time-string first before
1547         using the slower timezone-make-date-arpa-standard.
1548
1549 2010-09-22  Julien Danjou  <julien@danjou.info>
1550
1551         * gnus-group.el (gnus-group-insert-group-line): Call
1552         gnus-group-highlight-line.
1553         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1554         default hook list.
1555         (gnus-group-update-eval-form): Add new function.
1556         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1557         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1558
1559 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1562         immediate, then expire all articles.
1563         (nnimap-update-info): Fix off-by-one errors.
1564         (nnimap-flags-to-marks): Would return no marks lists for group with no
1565         flags.  Instead return the other data.
1566
1567 2010-09-22  Julien Danjou  <julien@danjou.info>
1568
1569         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1570         Only return an icon.
1571         (gnus-group-insert-group-line): Compute icon to return.
1572
1573         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1574         variable.
1575         (gnus-html-image-fetched): Only cache if
1576         gnus-html-image-automatic-caching is set.
1577         (gnus-html-image-fetched): Check for errors.
1578
1579 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1582         once per method on `g'.  This ensures that backends like nnfolder don't
1583         open all their folders.
1584
1585         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1586         (nnimap-request-list): Nix out group in the correct buffer.
1587         (nnimap-parse-flags): Implement by using `read' instead of
1588         hand-parsing.
1589         (nnimap-flags-to-marks): Pass on permanent-flags.
1590         (nnimap-make-process-buffer): Record the server name.
1591         (nnimap-parse-flags): Fix typo.
1592         (nnimap-request-scan): Run split on the server in general, not just a
1593         single group.
1594
1595         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1596         parameter, and propagate this downwards.
1597
1598         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1599         since EXAMINE changes it on the server.
1600
1601         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1602         this command might take a while.
1603
1604 2010-09-22  Julien Danjou  <julien@danjou.info>
1605
1606         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1607         harmful if you have 2 images side-by-side, they can't be properly
1608         update on text deletion.  Using text-property is safer here.
1609         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1610         data.
1611
1612 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * nnimap.el (nnimap-expunge-inbox): Removed.
1615         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1616         (nnimap-expunge): Flip default to t.
1617
1618         * gnus.el (gnus-method-to-server): Don't push things to the cache
1619         unless it's unique.
1620         (gnus-server-to-method): Ditto.
1621
1622 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1625
1626 2010-09-22  Julien Danjou  <julien@danjou.info>
1627
1628         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1629         get the start of data.
1630         (gnus-html-encode-url): Add this function to encode special chars in
1631         URL.
1632         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1633         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1634
1635         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1636         default.
1637         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1638
1639         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1640         images alt-text.
1641         (gnus-html-put-image): Put alt-text as help-echo.
1642
1643 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1646         * mm-util.el (mm-decompress-buffer)
1647         * nnir.el (nnir-run-find-grep)
1648         * pop3.el (pop3-list): Use 3rd arg of split-string.
1649
1650         * time-date.el (format-seconds): Comment fix.
1651
1652         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1653         and byte-optimize-form-code-walker.
1654         (dgnushack-make-auto-load): Don't advise make-autoload.
1655
1656         * lpath.el: Remove Emacs 21 stuff.
1657
1658 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1661         outside the active range.  Suggested by Dan Christensen.
1662
1663         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1664         slightly later to avoid double-getting it.
1665
1666         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1667         previous patch.
1668
1669         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1670
1671 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1672
1673         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1674
1675 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-int.el (gnus-open-server): Give a better error message in the
1678         "go offline" case.
1679
1680         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1681         marks for nnimap, which is seldom the right thing to do.
1682
1683         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1684         (gnus-same-method-different-name): New function.
1685
1686         * nnimap.el (parse-time): Require.
1687
1688         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1689         method in the presence of many similar methods.
1690
1691         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1692
1693         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1694         nnml-inhibit-expiry.
1695
1696         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1697         find out whether methods are equal.
1698
1699         * nnimap.el (nnimap-find-expired-articles): New function.
1700         (nnimap-process-expiry-targets): New function.
1701         (nnimap-request-move-article): Request the article before looking at
1702         what the Message-ID is.  Fix found by Andrew Cohen.
1703         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1704
1705         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1706         for oldness in addition to being a predicate.
1707
1708         * nnimap.el (nnimap-request-group): When we have zero articles, return
1709         the right data to Gnus.
1710         (nnimap-request-expire-articles): Only delete articles immediately if
1711         the target is 'delete.
1712
1713         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1714         method, this would bug out.
1715
1716         * gnus-group.el (gnus-group-expunge-group): Renamed from
1717         gnus-group-nnimap-expunge, and implemented as a normal interface
1718         function.
1719
1720         * gnus-int.el (gnus-request-expunge-group): New function.
1721
1722         * nnimap.el (nnimap-request-create-group): Implement.
1723         (nnimap-request-expunge-group): New function.
1724
1725 2010-09-21  Julien Danjou  <julien@danjou.info>
1726
1727         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1728         (gnus-html-cache-expired): Add new function.
1729         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1730         wethever we should display image for fetch it.
1731         Compute alt-text earlier to pass it to the fetching function too.
1732         (gnus-html-schedule-image-fetching): Change function argument to only
1733         get one image at a time, not a list.
1734         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1735         cache.
1736         (gnus-html-get-image-data): New function to retrieve image data from
1737         cache.
1738         (gnus-html-put-image): Change buffer argument to use image data rather
1739         than file, and place image above region rather than inserting a new
1740         one. Do not take alt-text as argument, since it's useless now: we place
1741         the image above alt-text.
1742         (gnus-html-prune-cache): Remove.
1743         (gnus-html-show-images): Start to fetch image when we find one, do not
1744         push into a temporary list.
1745         (gnus-html-prefetch-images): Only fetch image if they have expired.
1746         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1747         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1748
1749 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1752
1753 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1756         spec inser "*" if the group isn't active instead of 0.
1757
1758         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1759         opening the server.
1760         (nnimap-request-delete-group): Implement group deletion.
1761         (nnimap-transform-headers): Return the size of the entire message in
1762         the Bytes header, not just the size of the first part.
1763         (nnimap-request-move-article): When moving an article from nnimap,
1764         request the article first so the accepting form has an article to
1765         accept.  Reported by Dan Christensen.
1766         (nnimap-command): Make sure that the error message doesn't error out.
1767
1768 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1769
1770         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1771         we haven't requested anything.
1772
1773 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1776         "".  Fix found by Andrew Cohen.
1777
1778         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1779         instead of -encode-string.
1780
1781 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1784
1785         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1786         by mm-subst-char-in-string.
1787
1788 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1791         waiting for the connection string.
1792
1793         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1794         arriving.
1795
1796         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1797         bogus characters.  This allows selecting certain Gmail groups.
1798
1799         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1800         (nnimap-fetch-partial-articles): New variable.
1801         (nnimap-open-connection): When looking for credentials, also use the
1802         nnimap-server-port.
1803         (nnimap-request-article): Return the group/article number, so that Gnus
1804         `^' works as expected.
1805         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1806         them.
1807
1808         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1809         comments.
1810         (gnus-methods-sloppily-equal): New function.
1811         (gnus): When using the development version of Gnus, load the gnus-load
1812         file.
1813
1814         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1815         `gnus-open-server' on each method before trying to scan them etc.  This
1816         ensures that all the backend parameters are set correctly.
1817
1818         * nnimap.el (nnimap-authenticator): New variable.
1819         (nnimap-open-connection): Allow anonymous login.
1820         (nnimap-transform-headers): The chars header is called Chars not
1821         Bytes.
1822         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1823         drops.
1824
1825         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1826         patch, found by Knut Anders Hatlen.
1827
1828 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1829
1830         * gnus-agent.el (gnus-agent-batch-confirmation)
1831         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1832         to gnus-message.
1833         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1834         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1835         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1836         * gnus-int.el (gnus-open-server): Likewise.
1837         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1838         (gnus-score-check-syntax): Likewise.
1839         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1840         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1841         Likewise.
1842         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1843
1844 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1847         calling conventions so that prefetch doesn't bug out.
1848
1849 2010-09-19  Julien Danjou  <julien@danjou.info>
1850
1851         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1852         rather than `subst-char-in-region' in order to be able to replace ASCII
1853         char by UTF-8 ones.
1854
1855         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1856         than curl.
1857         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1858         the right URL and ALT text on images.
1859         (gnus-html-wash-tags): Fix tag case.
1860         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1861         (gnus-article-html): Add -o display_ins_del=2 option.
1862         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1863
1864 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1867         the extra mail headers, which sometimes seem to happen for unknown
1868         reasons.
1869
1870         * mail-parse.el (mail-header-encode-parameter): Define as
1871         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1872         (or most, perhaps?) mail readers don't understand the latter, but do
1873         understand the former.
1874
1875         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1876         to nil, so that no methods are automatically agentized.  I think this
1877         is probably what most users want.
1878
1879         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1880         from url-retrieve, for instance about invalid URLs.
1881
1882         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1883         groups that have no articles.
1884         (nnimap-request-article): Check that we really got an article when we
1885         requested one.
1886
1887         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1888         doesn't exist.
1889
1890         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1891         nntp buffer so the agent can save it.
1892         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1893         that CRLF doesn't get translated to \n.
1894         (nnimap-open-connection): Don't make 'shell commands only send \n.
1895
1896 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1897
1898         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1899         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1900         Update var name.
1901         (nnml-generate-nov-file): Use dolist.
1902         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1903         Use with-current-buffer.
1904
1905 2010-09-18  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1908         parallel.
1909
1910 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1913         the range update right.
1914         (nnimap-request-group): Don't make `M-g' bug out on group with no
1915         marks.
1916         (nnoo): Required, so that other packages can require nnimap.
1917         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1918         command we're looking for.  This helps when the server sends more
1919         responses after we've gotten everything we expected.
1920         (nnimap): Add a `newlinep' field to keep track of end-of-line
1921         conventions.
1922         Don't send CRLF to things that don't want it.
1923         (nnimap-request-accept-article): Ditto.
1924
1925 2010-09-18  Julien Danjou  <julien@danjou.info>
1926
1927         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1928         than curl to retrieve images.
1929
1930 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1933         the marks.
1934         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1935         (nnimap-wait-for-connection): New function.
1936         (nnimap-open-connection): If we have PREAUTH, don't query for login
1937         credentials.
1938         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1939         when doing a partial update.
1940
1941 2010-09-18  Julien Danjou  <julien@danjou.info>
1942
1943         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1944         tags.
1945
1946 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * nnimap.el (nnimap-credentials): New function.
1949         (nnimap-open-connection): Use the new function to look for credentials
1950         also on the numeric equivalents of "imap" and "imaps".
1951
1952         * gnus-start.el (gnus-activate-group): Send the info to
1953         gnus-request-group.
1954
1955         * nnimap.el (nnimap-request-group): Have the "check" version of the
1956         function parse flags and update the info, so that a `M-g' get a total
1957         resync of all flags from the group.
1958
1959         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1960         to allow backends to alter the info on group selection.  Also alter all
1961         the backend -request-group functions to take the parameter.
1962
1963         * nnimap.el (nnimap-store-info): New function.
1964         (nnimap-update-info): Store the info for later usage.
1965         (nnimap-request-group): Use the stored info for the dont-check case, so
1966         that we don't retrieve all marks when we enter a group.
1967
1968         * nnimap.el: Use deffoo instead of defun for interface functions.
1969
1970         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1971         update the group info.  This makes the nndraft groups, for instance, go
1972         back to their old behaviour.
1973
1974         * gnus-sum.el (gnus-select-newsgroup): Indent.
1975
1976         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1977         in.
1978         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1979         nothing.
1980
1981         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1982         from methods that are denied.
1983
1984         * gnus-int.el (gnus-method-denied-p): New function.
1985
1986         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1987         store the password instead of netrc.
1988         (nnimap-open-connection): Don't error out when we can't make a
1989         connections.
1990
1991         * auth-source.el (auth-source-create): In the password prompt, say what
1992         we're querying for.  Also prompt for user name if that hasn't been
1993         given.
1994
1995         * nnimap.el (nnimap-with-process-buffer): Removed.
1996
1997 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998
1999         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2000         method when we're reading from the agent.
2001
2002         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2003
2004         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2005         that's probably most useful for users.
2006
2007         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2008         "failed" all the time.
2009
2010         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2011         ...)) with (with-current-buffer ... ).
2012
2013         * nntp.el (nntp-open-server): Return whether the open was successful or
2014         not.
2015
2016         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2017         select an unread unseen article first.
2018
2019         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2020         /etc/services, supply some sensible port defaults.
2021
2022         * dgnushack.el: Define netrc-credentials.
2023
2024 2010-09-17  Julien Danjou  <julien@danjou.info>
2025
2026         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2027
2028 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2029
2030         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2031         doesn't have any parameters.
2032
2033 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2036         only upcased checks.
2037
2038         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2039
2040         * nnimap.el (nnimap-open-shell-stream): New function.
2041         (nnimap-open-connection): Use it.
2042         (nnimap-transform-headers): Get the number of lines in each message.
2043         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2044         number of lines.
2045         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2046         problem.
2047
2048         * utf7.el (utf7-encode): Autoload.
2049
2050         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2051         to allow the mail splitting to not return a default group.  This is
2052         useful for nnimap, which will leave unmatched mail in the inbox.
2053
2054         * nnimap.el: Rewritten.
2055
2056         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2057         nnimap usage.
2058
2059         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2060         if the move is internal, so that nnimap can do fast internal moves.
2061
2062         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2063         data.
2064         (gnus-read-active-for-groups): Support finishing the early retrieval of
2065         data.
2066
2067         * gnus-range.el (gnus-range-nconcat): New function.
2068
2069         * gnus-int.el (gnus-finish-retrieve-group-infos)
2070         (gnus-retrieve-group-data-early): New functions.
2071
2072 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2073
2074         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2075         (nnrss-retrieve-groups):
2076         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2077         (pop3-quit): Use with-current-buffer.
2078
2079 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2082         instead of nnheader-accept-process-output.
2083
2084         * dgnushack.el (dgnushack-compile): Add comment.
2085
2086         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2087
2088         * gnus-html.el (gnus-html-schedule-image-fetching)
2089         (gnus-html-prefetch-images): Replace process-kill-without-query by
2090         gnus-set-process-query-on-exit-flag.
2091
2092 2010-09-16  Romain Francoise  <romain@orebokech.com>
2093
2094         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2095
2096 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2099         parameter to unintern is mandatory-ish in Emacs 24.
2100
2101         * gnus-html.el (gnus-html-schedule-image-fetching)
2102         (gnus-html-prefetch-images): Check for curl before using it.
2103
2104         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2105         depend on curl, which isn't essential.
2106
2107         * imap.el: Revert back to version
2108         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2109         seem problematic.
2110
2111 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2112
2113         * gnus-registry.el (gnus-registry-install-shortcuts):
2114         Explicitly pass `obarray' to `unintern' to avoid a warning.
2115
2116 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2119         change.
2120
2121         * nnrss.el (nnrss-request-list): Removed this function and related
2122         functions, including the moreover stuff.
2123
2124 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * nnrss.el (nnrss-retrieve-groups): New function.
2127
2128 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2129
2130         * .dir-locals.el: Add no-byte-compile cookie.
2131
2132 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * time-date.el (format-seconds): Comment fix.
2135
2136         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2137         for back end that doesn't support request-scan.
2138
2139 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2142         then do request scans from the backends.
2143
2144         * netrc.el (netrc-credentials): New conveniency function.
2145
2146         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2147         avoid running a hook per line, since this takes a lot of time,
2148         profiling shows.
2149         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2150         directly if gnus-visual-p is true.
2151
2152 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2155         groups; replace mapcar with dolist which is a bit faster; pass groups
2156         info to gnus-read-active-file-1.
2157         (gnus-read-active-file-1): Scan only specified groups if the new
2158         optional arg `infos' is given.
2159
2160 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2163
2164         * pop3.el (pop3-movemail): Removed.
2165         (pop3-streaming-movemail): Renamed to pop3-movemail.
2166
2167         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2168         don't restrict end-tag searches to the end of the line.
2169
2170 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2173         articles of every unchecked group to t, which means unknown since the
2174         server has never been opened.
2175
2176 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-html.el (gnus-html-show-alt-text): New command.
2179         (gnus-html-browse-image): Ditto.
2180         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2181         to browse the image directly.
2182         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2183         better.
2184
2185         * gnus-async.el (gnus-async-article-callback): Call
2186         `gnus-html-prefetch-images' unconditionally.
2187
2188         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2189         before feeding URLs to curl.
2190
2191 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2194         internal images as deletable by `W D D'.
2195
2196         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2197         (gnus-async-article-callback): Fix typo.
2198
2199 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2202         current line to work around bugs in the output from w3m.
2203
2204         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2205         for groups that want that.
2206
2207         * nntp.el (nntp-wait-for-string): Supply a timeout for
2208         accept-process-output to ensure progress.
2209
2210         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2211         level to get unread articles from, then use that for foreign groups,
2212         too.
2213
2214         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2215         confuses the rest of the function.
2216
2217         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2218         for the methods that support -retrieve-groups, too.
2219
2220         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2221
2222 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2225         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2226
2227         * pop3.el: Require cl when compiling.
2228         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2229
2230 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2233         that aren't going to be activated.
2234         (gnus-get-unread-articles): Fix up the last commit.
2235
2236         * gnus-html.el (gnus-article-html): Allow calling without specifying
2237         the handle.  In that case, dissect the buffer first.
2238
2239         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2240
2241         * nnimap.el (nnimap-open-connection): Revert the change that would look
2242         into authinfo for imaps instead of imap.
2243
2244         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2245         say that you don't want to call gnus-request-group with don-check, but
2246         do check the reponse.  This is for virtual groups only.
2247         (gnus-get-unread-articles): Count the archive groups as secondary, so
2248         that they're activated the same way as before.
2249
2250         * imap.el (imap-message-map): Removed optional buffer parameter, since
2251         no callers use it.
2252         (imap-message-get): Ditto.
2253         (imap-message-put): Ditto.
2254         (imap-mailbox-map): Ditto.
2255         (imap-mailbox-put): Ditto.
2256         (imap-mailbox-get): Ditto.
2257         (imap-mailbox-get): Revert last change for this function.
2258
2259         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2260         case-insensitively.
2261         (nnimap-debug): Removed.
2262
2263         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2264         to use `imap-fetch' instead.  According to the comments, this should be
2265         safe, since all other IMAP clients use the 1:* syntax.
2266         (imap-enable-exchange-bug-workaround): Removed.
2267         (imap-debug): Removed -- doesn't seem very useful.
2268
2269         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2270         mail from a file, and the file doesn't exist.
2271
2272         * imap.el (imap-log): New convenience function used throughout instead
2273         of repeating the same code all over the place.
2274
2275         * pop3.el (pop3-streaming-movemail): Return t for success.
2276
2277         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2278         .authinfo if we're using ssl connection.
2279
2280         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2281         already have if we're in a main Gnus `g' run.
2282
2283         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2284
2285 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2288
2289         * nnmh.el (nnmh-request-list-1): Bind `file'.
2290
2291         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2292         alias to set-process-query-on-exit-flag or process-kill-without-query.
2293         (pop3-open-server): Use it.
2294
2295 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2298         box to the Incoming file.  Fixes mistake in previous checkin.
2299
2300         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2301         request loop (for debugging purposes) removed.
2302
2303         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2304         culprit is more visible.
2305         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2306         (nnml-add-incremental-nov): New functions to do "incremental" nov
2307         updates, where we just append to the end of the existing nov files
2308         without reading/writing them in full.
2309
2310         * mail-source.el (mail-source-delete-crash-box): Really only check the
2311         incoming files once in a while.
2312
2313         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2314
2315         * mail-source.el (mail-source-delete-crash-box): Only check the
2316         incoming files for deletion once per day to save a lot of file
2317         accesses.
2318
2319         * pop3.el (pop3-logon): Fix up unbound variable typo.
2320
2321         * mail-source.el (pop3-streaming-movemail): Autoload.
2322
2323         * pop3.el (pop3-streaming-movemail): Respect
2324         pop3-leave-mail-on-server.
2325
2326         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2327         retrieval.
2328
2329         * pop3.el (pop3-process-filter): Removed unused function.
2330         (pop3-streaming-movemail, pop3-send-streaming-command)
2331         (pop3-wait-for-messages, pop3-write-to-file)
2332         (pop3-number-of-responses): New functions for streaming pop3
2333         retrieval.
2334
2335         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2336         come from no known methods.
2337         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2338         list.
2339
2340         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2341         message sizes.
2342         (pop3-movemail): Use erase-buffer instead of looping and deleting
2343         regions, which seems rather odd.
2344
2345         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2346         file once per `g' run.
2347
2348         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2349         directories.  This makes the draft queue directory work.
2350
2351         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2352         data from the backends, so that we only request the list of groups from
2353         each method once.  This should speed things up considerably.
2354
2355         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2356         detect that it's not implemented.
2357
2358         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2359         we actually do recurse down into the tree, but don't stat all leaf
2360         nodes.
2361
2362         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2363         then say so instead of bugging out.
2364
2365         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2366         files exist before trying to read them.
2367
2368         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2369         around <pre_int>.
2370
2371         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2372
2373         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2374
2375 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * mm-util.el (mm-image-load-path): Just return the image directories,
2378         not all directories in the path in addition to the image directories.
2379         (mm-image-load-path): Maintain a cache of the image directories so that
2380         the `g' command in Gnus doesn't have to stat dozens of directories each
2381         time.
2382
2383         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2384         (gnus-html-wash-tags): Add a new `i' command to insert images.
2385         (gnus-html-insert-image): New command and keystroke.
2386         (gnus-html-redisplay-with-images): New command and keystroke.
2387         (gnus-html-show-images): Renamed command.
2388         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2389         spacers.
2390         (gnus-html-wash-tags): Decode entities at the end, so that entities
2391         inside the tags don't mess up the rest of the "parsing".
2392
2393         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2394         so that nnimap methods aren't agentized by default.  There's apparently
2395         many problems related to agent/imap behaviour.
2396
2397         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2398
2399         * gnus-html.el: Doc fix.
2400
2401 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2404         specifier-spec-list for Emacs 21.
2405
2406         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2407         glyph-width and glyph-height instead of display-graphic-p and
2408         image-size; make avoidance of displaying small images work for XEmacs.
2409
2410         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2411         for XEmacs.
2412
2413         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2414         of symbol that holds plist data.
2415         (gnus-process-plist): Remove plist of process after getting it.
2416
2417 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * message.el (message-generate-hashcash): Change default to
2420         'opportunistic if hashcash is installed.
2421
2422         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2423         (gnus-html-put-image): Only call image-size once, since it's somewhat
2424         time-consuming on remote X servers.
2425
2426 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2429         type on data, not a file name.
2430
2431         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2432         window-pixel-edges for Emacs 21.
2433
2434         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2435         decoded contents.
2436         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2437
2438 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2441         group line format, since it isn't very interesting.
2442
2443         * gnus-agent.el (gnus-agent-short-article),
2444         (gnus-agent-long-article): Increase values for these two variables,
2445         since most people are likely to have more network connection and
2446         storage than before.
2447
2448         * gnus.el (gnus-refer-article-method): Change default to 'current.
2449         When referring an article, the common behaviour is to refer it from the
2450         current select method, not the native select method.  The chances of
2451         the native select method having the message in question is rather slim
2452         these days.
2453
2454         * gnus-sum.el (gnus-auto-select-subject): Change default to
2455         `unseen-or-unread'.  I think it's likely that most people want to
2456         select an unseen article over a previously seen, but unread one.
2457
2458         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2459         means that in the article buffer none of the minor mode elements will
2460         be shown, usually, and this is not desirable in most cases.
2461
2462         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2463         that commands like `d' (and the like) go to the next line in the
2464         buffer, instead of the next unread article.  I think this is the
2465         behaviour that is most natural for most users.
2466         (gnus-single-article-buffer): Change default to nil, so that people can
2467         have as many article buffers open as they have summary buffer.  I think
2468         this is the most natural way for the groups to behave.
2469
2470         * message.el (message-generate-new-buffers): Change default to
2471         `unsent', so that all new message buffers start their names with the
2472         string "*unsent", and it's easier to find the buffers if you move from
2473         them.
2474
2475 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2478         small.  They're probably tracking images.
2479         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2480         (gnus-html-rescale-image): Yet another try at getting the image sizing
2481         right.
2482
2483         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2484         nntp-marks-file-name is nil.
2485
2486 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * gnus-html.el (gnus-html-wash-tags)
2489         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2490         Better logging.
2491
2492 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2495
2496         * gnus-html.el (gnus-html-wash-tags): Check the value of
2497         gnus-blocked-images in the summary buffer.
2498
2499 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2502
2503 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2506         like "a", it seems like.
2507         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2508         since it needs to be picked from the correct buffer.
2509
2510         * nnwfm.el: Removed.
2511
2512         * nnlistserv.el: Removed.
2513
2514 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2515
2516         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2517         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2518
2519 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnkiboze.el: Removed.
2522
2523         * nndb.el: Removed.
2524
2525         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2526         alt text.
2527         (gnus-html-rescale-image): Try to get the rescaling logic right for
2528         images that are just wide and not tall.
2529
2530         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2531         overshadow variable bindings.
2532
2533 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2534
2535         * gnus-html.el (gnus-html-wash-tags)
2536         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2537         extra logging.
2538
2539 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2542         (gnus-max-image-proportion): New variable.
2543         (gnus-html-rescale-image): New function.
2544         (gnus-html-put-image): Rescale images.
2545
2546 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2547
2548         Fix up some byte-compiler warnings.
2549         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2550         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2551         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2552         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2553         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2554         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2555         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2556
2557 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-html.el (gnus-article-html): Decode contents by charset.
2560
2561 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2564         (gnus-html-frame-width, gnus-blocked-images)
2565         * message.el (message-prune-recipient-rules): Add custom version.
2566         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2567
2568         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2569         functions.
2570
2571         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2572         gnus-process-get.
2573
2574 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2575
2576         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2577         instead of lsub directly.
2578
2579 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnwarchive.el: Removed.
2582
2583         * gnus-soup.el: Removed.
2584
2585         * nnsoup.el: Removed.
2586
2587         * nnultimate.el: Removed.
2588
2589         * gnus-html.el (gnus-blocked-images): New variable.
2590
2591         * message.el (message-prune-recipients): New function.
2592         (message-prune-recipient-rules): New variable.
2593
2594         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2595         guess whether a long line is natural text or not.
2596
2597         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2598         gnus-process-plist and friends for compatibility.
2599
2600 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * gnus-html.el: Require packages that define macros used in this file.
2603         (gnus-article-mouse-face): Declare to silence byte-compiler.
2604         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2605         process-get.
2606         (gnus-html-put-image): Use plist-get to avoid getf.
2607         (gnus-html-prefetch-images): Use with-current-buffer.
2608
2609 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-ems.el: Provide compatibility functions for
2612         gnus-set-process-plist.
2613
2614         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2615         header-line-format for XEmacs 21.4.
2616
2617         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2618         * gnus.el (gnus-valid-select-methods)
2619         * message.el (message-send-mail-partially-limit)
2620         * mm-decode.el (mm-text-html-renderer)
2621         * mml.el (mml-insert-mime-headers-always)
2622         * smiley.el (smiley-regexp-alist): Bump custom version.
2623
2624 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-html.el: require mm-url.
2627         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2628         with the url to `url'.
2629         (gnus-html-wash-tags): Support cid: URLs/images.
2630
2631 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2634         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2635         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2636
2637         * gnus-move.el: Removed file, since it doesn't really work.
2638
2639         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2640         UTF-8.  This seems to fix problems with some German web feeds.
2641
2642         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2643         at the top so that the proper colours are applied.
2644
2645         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2646         don't have dots in their names.
2647
2648         * gnus-art.el (gnus-article-view-part): Doc fix.
2649
2650         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2651         XEmacs-compatible.
2652         (gnus-html-put-image): Don't do images on non-graphic displays.
2653
2654         * nnslashdot.el: Removed this unused backend.
2655
2656         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2657         actions.
2658         (gnus-undo-register-1): Revert last change.
2659
2660         * gnus-group.el (gnus-group-completing-read): Protect against not
2661         having completion-styles bound.
2662
2663         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2664         make broken recipients happier.
2665
2666         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2667
2668         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2669         point parameter.
2670
2671         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2672
2673         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2674         completion-styles for group selection.
2675
2676 2009-02-04  Andreas Schwab  <schwab@suse.de>
2677
2678         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2679         headers and regexp-quote the match if necessary.
2680
2681 2009-03-24  Miles Bader  <miles@gnu.org>
2682
2683         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2684         the blinking smiley.
2685
2686 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2687
2688         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2689         blink smiley.
2690
2691 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2694         where the dribbel file lives exists.
2695
2696         * message.el (message-send-mail-partially-limit): Change the default to
2697         nil, since most people don't want this.
2698
2699         * mm-url.el (mm-url-decode-entities): Also decode entities like
2700         &#x3212.
2701
2702 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2703
2704         * gnus-sum.el (gnus-summary-idna-message):
2705         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2706         Hyperlink urls in docstrings with URL `...'.
2707
2708 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2709
2710         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2711         functions.
2712
2713 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2716         say what the mouseover text should be.
2717
2718         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2719         version of the mm-w3m-safe-url-regexp variable to only download images
2720         in the groups where we want that to happen.
2721
2722         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2723
2724         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2725         easier debugging.
2726         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2727         big pictures in the article buffer.
2728
2729         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2730         gnus-article-html.
2731         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2732         w3m.
2733
2734         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2735
2736 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2739         which doesn't exist.
2740
2741         * message.el (message-inhibit-ecomplete): New variable to allow some
2742         function to inhibit ecomplete address storage.
2743         (message-resend): Disable ecomplete message storage when resending
2744         messages.
2745
2746         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2747
2748 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2751         Save excursion while copying, moving, and deleting articles in order to
2752         prevent the cursor from jumping to unforeseen place.
2753
2754 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * lpath.el: No need to bind bookmark-current-buffer,
2757         bookmark-yank-point and bookmark-make-record-function.
2758
2759 2010-08-17  Glenn Morris  <rgm@gnu.org>
2760
2761         * gnus-sync.el: Require gnus components whose functions are used.
2762
2763         * gnus-art.el (bookmark-make-record-function):
2764         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2765         Declare for compiler.
2766
2767         * mm-url.el (mml-compute-boundary): Autoload.
2768
2769 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2772
2773 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2774
2775         Typo fix "hoo4a" -> "hook".
2776
2777         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2778
2779 2010-08-14  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-sync.el (gnus-sync): Fix defgroup version.
2782
2783 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2786
2787         * gnus-sync.el: Fix docs.
2788         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2789         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2790
2791 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         Optimizations for gnus-sync.el.
2794
2795         * gnus-sync.el: Add docs about gnus-sync-backend
2796         possibilities.
2797         (gnus-sync-save): Remove unnecessary message.
2798         (gnus-sync-read): Optimize and show what groups were skipped.
2799
2800 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2801
2802         Minor bug fixes for gnus-sync.el.
2803
2804         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2805         read the sync on get-new-news.
2806
2807         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2808         quiet.
2809
2810         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2811
2812 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2813
2814         Make saving and restoring of hidden threads work with overlays.
2815         Patch applied by Ted Zlatanov.
2816
2817         * gnus-sum.el (gnus-hidden-threads-configuration)
2818         (gnus-restore-hidden-threads-configuration): Update to deal with text
2819         properties, rather than searching for a magic character.
2820
2821 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         New gnus-sync.el library for synchronization of marks.
2824
2825         * gnus-sync.el: New library for synchronization of marks.
2826
2827         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2828         renamed from `gnus-registry-grep-in-list'.
2829
2830         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2831
2832         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2833
2834 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2837         determining charset of text fails.
2838
2839 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * nnmail.el (nnmail-get-new-mail-1): Revert.
2842
2843         * nnml.el (nnml-active-number): Make sure names of newly created groups
2844         in nnml-group-alist are encoded.
2845
2846 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2849         containing non-ASCII characters in active file for nnml back end.
2850
2851 2010-07-24  David Engster  <dengste@eml.cc>
2852
2853         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2854         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2855
2856 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2857
2858         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2859         tag (Bug#6654).
2860
2861 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2864         the article buffer, not the summary buffer.
2865
2866 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2869         Emacs 23 as well.
2870
2871 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2874         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2875
2876 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2877
2878         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2879         Patch applied by Karl Fogel.
2880
2881         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2882         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2883
2884 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2885
2886         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2887         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2888         C-w still not working correctly from Article buffers; Thierry's
2889         patch to fix that will be applied after this.
2890
2891         * gnus-art.el (bookmark-make-record-function): New local variable.
2892
2893         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2894         article buffer.
2895         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2896
2897 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2898
2899         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2900         on changes in bookmark.el.
2901
2902 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2905         `no-log' instead of message not to log prompt string.
2906
2907 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2908
2909         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2910         the *other* type of HTML form submission.
2911
2912 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2913
2914         * auth-source.el (auth-source-pick): If choice does not contain a
2915         questioned keyword, set the check to t.
2916
2917 2010-06-12  Romain Francoise  <romain@orebokech.com>
2918
2919         * gnus-util.el (gnus-date-get-time): Move up before first use.
2920
2921 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2924         (gnus-article-edit-part): Bind it to make last part that is substituted
2925         or deleted visible.
2926         (gnus-mime-display-single): Buttonize part of which id equals to
2927         gnus-mime-buttonized-part-id.
2928
2929 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2930
2931         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2932         (gnus-dd-mmm): Use gnus-date-get-time.
2933         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2934         simplify logic.
2935         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2936         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2937
2938 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2939
2940         * auth-source.el (top): Autoload `secrets-list-collections',
2941         `secrets-create-item', `secrets-delete-item'.
2942         (auth-sources): Fix tag string.
2943         (auth-get-source, auth-source-retrieve, auth-source-create)
2944         (auth-source-delete): New defuns.
2945         (auth-source-pick): Rewrite in order to avoid 2 passes.
2946         (auth-source-forget-user-or-password): New parameter USERNAME.
2947         (auth-source-user-or-password): New parameters CREATE-MISSING and
2948         DELETE-EXISTING.  Retrieve password interactively, if needed.
2949
2950 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2951
2952         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2953         deleting unused directories when gnus-expert-user is t.
2954
2955 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2958         for each temp file when gnus-article-browse-delete-temp is ask.
2959
2960 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2963         Lisp calls to delete-backward-char by calls to delete-char.
2964
2965 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2966
2967         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2968
2969 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2970
2971         * password-cache.el (password-cache-remove): Fix docstring.
2972
2973 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2976         article unless decoding article to be saved.
2977
2978 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2981         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2982         generated within the mm-with-unibyte-current-buffer macro.
2983
2984 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2987         to nil when we're in a mml-preview buffer and no group is selected.
2988
2989 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2990
2991         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2992         when catching the `C-g'.  Reported by "Leo".
2993
2994 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * message.el (message-forward-make-body-plain)
2997         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2998         multibyte-string-p.
2999
3000         * lpath.el: Revert.
3001
3002 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * message.el (message-forward-make-body-mml): Assume original message
3005         is multibyte string; error on unibyte.
3006         (message-forward-make-body-plain): Ditto; don't add excessive newline
3007         in body end.
3008
3009         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3010
3011 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3012
3013         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3014         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3015
3016 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * mm-extern.el (mm-extern-url): Don't use
3019         mm-with-unibyte-current-buffer.
3020         (mm-extern-cache-contents): Use with-current-buffer instead of
3021         save-excursion + set-buffer.
3022
3023 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * mm-util.el (mm-emacs-mule): Remove.
3026
3027 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3028
3029         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3030         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3031         change.
3032
3033 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3036         bind the default value of enable-multibyte-characters to nil.
3037
3038 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * message.el (message-forward-make-body-plain)
3041         (message-forward-make-body-mml):
3042         Don't use mm-with-unibyte-current-buffer.
3043
3044 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3045
3046         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3047
3048 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3049
3050         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3051         (Bug#5592).
3052
3053 2010-05-07  Julien Danjou  <julien@danjou.info>
3054
3055         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3056         it to mm-pipe-part.
3057
3058         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3059         it is given.
3060
3061 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * binhex.el (binhex-decode-region-internal)
3064         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3065         (dns-query)
3066         * nnweb.el (nnweb-gmane-search)
3067         * pgg-parse.el (pgg-parse-armor)
3068         * pgg.el (pgg-verify-region)
3069         * sha1.el (sha1-string-external)
3070         * uudecode.el (uudecode-decode-region-internal)
3071         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3072         XEmacs.
3073
3074         * gnus-art.el (gnus-article-browse-html-parts)
3075         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3076         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3077         make-temp-file.
3078
3079         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3080         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3081         compiling.
3082
3083         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3084         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3085         XEmacs when compiling.
3086
3087         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3088         gnus-pick-mode-off-hook for XEmacs when compiling.
3089         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3090         gnus-binary-mode-off-hook for XEmacs when compiling.
3091
3092         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3093         nil if char-charset is not available.
3094
3095         * imap.el (imap-disable-multibyte)
3096         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3097         macros.
3098
3099         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3100         instead of encode-coding-string.
3101
3102         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3103         'xemacs) instead of mm-emacs-mule to switch function definitions.
3104         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3105
3106         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3107         bind temporary-file-directory for XEmacs;
3108         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3109         timer-set-function for XEmacs 21.4 and SXEmacs;
3110         bind timer-list for XEmacs 21.4 and SXEmacs;
3111         fbind char-charset and find-charset-region for non-Mule XEmacs;
3112         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3113         encode-coding-region and encode-coding-string for XEmacs having no
3114         file-coding feature.
3115
3116 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3117
3118         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3119
3120 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3123         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3124
3125 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3126
3127         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3128         alias `jka-compr-delete-temp-file' no longer exists.
3129
3130 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         Use define-minor-mode in Gnus where applicable.
3133         * mml.el (mml-mode): Use define-minor-mode.
3134         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3135         (gnus-undo-mode): Use define-minor-mode.
3136         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3137         (gnus-dead-summary-mode): Use define-minor-mode.
3138         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3139         Initialize in declaration.
3140         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3141         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3142         (gnus-mailing-list-mode): Use define-minor-mode.
3143         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3144         (gnus-draft-mode): Use define-minor-mode.
3145         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3146         (gnus-dired-mode): Use define-minor-mode.
3147
3148 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3149
3150         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3151         handles on recursive mml-to-mime translation and check them for
3152         boundary delimiter collisions.  Reported by Greg Troxel.
3153
3154 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3157
3158 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3159
3160         * mm-util.el (mm-find-buffer-file-coding-system):
3161         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3162
3163 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3164
3165         * message.el (message-generate-headers): Record insertion of optional
3166         headers as well.  Otherwise the check to prevent repeated insertion of
3167         optional headers is a no-op.
3168
3169 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * smime.el: Don't mention CVS.
3172
3173         * nnrss.el (nnrss-fetch): Don't mention CVS.
3174
3175         * nnir.el: Don't mention CVS.
3176
3177 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3178
3179         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3180
3181 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * lpath.el: Fbind bookmark-default-handler,
3184         bookmark-get-bookmark-record, bookmark-make-record-default,
3185         bookmark-prop-get for Emacs <23 and XEmacs.
3186
3187 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3188
3189         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3190         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3191         Use with-current-buffer to silence the byte-compiler.
3192         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3193         bother to require `gnus'.
3194         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3195
3196 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3197
3198         * gnus-sum.el (gnus-summary-bookmark-make-record)
3199         (gnus-summary-bookmark-jump): New functions.
3200         (gnus-summary-mode): Setup bookmark support.
3201
3202 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3203
3204         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3205         if set.
3206
3207 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3210         gnus-article-browse-html-save-cid-image; make it work recursively for
3211         forwarded messages as well.
3212         (gnus-article-browse-html-parts): Work when prefix arg is given.
3213         (gnus-article-browse-html-article): Doc fix.
3214
3215 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3216
3217         * message.el (message-default-mail-headers):
3218         (message-default-headers): Carry the value mail-default-headers over
3219         into message-default-mail-headers, rather than message-default-headers.
3220
3221 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3222
3223         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3224         charset.
3225
3226         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3227         charset into the <meta> tag when the article is encoded to utf-8.
3228
3229 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3232         directories as well.
3233         (gnus-article-browse-html-parts): Work for images that do not specify
3234         file names; delete temp directory when quitting; insert header at the
3235         right place; use file: scheme for image files.
3236
3237 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3238
3239         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3240         (gnus-article-browse-html-parts): Use it to make temporary cid image
3241         files in addition to html file so that browser may display them.
3242
3243 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3246
3247 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3250
3251 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3254         about Secret Service API sources.  Improve Customize options.
3255         (auth-source-pick): Change to accept any number of search parameters.
3256         Implement fallbacks iteratively, not recursively.  Add scoring on the
3257         second pass and sort by score.  Call Secret Service API when needed.
3258         (auth-source-user-or-password): Use it.  Call Secret Service API
3259         directly when needed to get the user name and the password.
3260
3261 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3262
3263         * message.el (message-interactive): Doc fix.
3264         (message-qmail-inject-args): Reflow.
3265         (message-kill-to-signature): Fix typo in docstring.
3266
3267         * smiley.el (smiley-buffer): Fix typo in docstring.
3268
3269 2010-03-24  Glenn Morris  <rgm@gnu.org>
3270
3271         * mail-source.el (gnus-message): Declare.
3272         (mail-source-delete-old-incoming): Require gnus-util.
3273
3274 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3277
3278         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3279
3280         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3281         password-cache's default if it is not bound.
3282         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3283         password-cache-expiry's default if it is not bound.
3284
3285         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3286         available in Emacs 21.
3287
3288         * lpath.el: Suppress compiler warnings for:
3289         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3290         XEmacs;
3291         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3292         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3293         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3294
3295 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * auth-source.el (auth-sources): Fix up definition so extra parameters
3298         are always inline.
3299
3300 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3301
3302         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3303         wasn't updated after mismatch.  Clear cached mailbox info correctly
3304         when uidvalidity changes.
3305         (nnimap-group-prefixed-name): New function to avoid some code
3306         duplication.
3307         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3308         (nnimap-request-group): Use it.
3309         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3310         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3311         with many imap folders.  This is done by caching the group status from
3312         the imap server persistently in a group parameter `imap-status'.  (This
3313         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3314         but not persistently, so every Gnus startup was still very slow.)
3315
3316 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3319         delete the extra newline.  Otherwise editing of :string and :number
3320         types don't work.
3321
3322 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3325         secrets.el dependency.
3326         (auth-sources): Add optional user name.  Add secrets.el configuration
3327         choice (unused right now).
3328
3329 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3332         `gnus-registry-install-shortcuts' fill in the functions.
3333
3334         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3335         warnings.
3336         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3337         (gnus-registry-install-shortcuts): Populate and use it in a
3338         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3339
3340 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3341
3342         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3343         In-place substitutions for the group name encoding/decoding.
3344         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3345         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3346         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3347         (nnimap-update-unseen, nnimap-request-list)
3348         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3349         (nnimap-request-set-mark, nnimap-split-to-groups)
3350         (nnimap-split-articles, nnimap-request-newgroups)
3351         (nnimap-request-create-group, nnimap-request-accept-article)
3352         (nnimap-request-delete-group, nnimap-request-rename-group)
3353         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3354         `encoded-mbx' for consistency.
3355         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3356         variable `imap-current-mailbox'.
3357
3358         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3359         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3360
3361 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3362
3363         * pop3.el (pop3-display-message-size-flag): Display message size byte
3364         counts during POP3 download.
3365         (pop3-movemail): Use it.
3366         (pop3-list): Implement listing of available messages.
3367
3368 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3369
3370         * nnir.el (nnir-get-article-nov-override-function): New function to
3371         override the normal NOV retrieval.
3372         (nnir-retrieve-headers): Use it.
3373
3374 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3375
3376         * auth-source.el (netrc-machine-user-or-password): Autoload.
3377
3378 2010-03-19  Glenn Morris  <rgm@gnu.org>
3379
3380         Stop message.el from loading about 40 libraries it doesn't always need.
3381         The general approach is to autoload rather than require, and to
3382         require in the specific functions rather than the file.  (Bug#5642)
3383
3384         * gmm-utils.el: Don't require wid-edit.
3385         (widget-create-child-value, widget-convert, widget-default-get):
3386         Autoload.
3387
3388         * gnus-util.el: Don't require time-date, netrc.
3389         (message-fetch-field, gnus-group-name-decode): Declare rather than
3390         autoloading.
3391         (gnus-fetch-field): Require message.
3392         (gnus-decode-newsgroups): Require gnus-group.
3393
3394         * ietf-drums.el: Don't require time-date.
3395
3396         * message.el: Don't require hashcash, canlock, ecomplete.
3397         Do require mail-utils.  Require nnheader only when compiling.
3398         (smtpmail-default-smtp-server): Remove declaration.
3399         (message-send-mail-function): Check smtpmail-default-smtp-server
3400         is bound rather than requiring smtpmail.
3401         (message-auto-save-directory, message-insert-signature): Use
3402         expand-file-name rather than nnheader-concat.
3403         (nnheader-insert-file-contents): Autoload.
3404         (hashcash-wait-async): Declare.
3405         (message-send-mail): Only call gnus-setup-posting-charset if
3406         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3407         (message-send-mail-with-sendmail): Require sendmail.
3408         (canlock-password, canlock-password-for-verify): Declare.
3409         (message-canlock-password): Require canlock.
3410         (nnheader-get-report): Autoload.
3411         (gnus-setup-posting-charset): Declare.
3412         (message-send-news): Require gnus-msg.
3413         (message-make-references, message-make-in-reply-to): Use mail-header-id
3414         rather than the alias mail-header-message-id.
3415         (ecomplete-add-item, ecomplete-save): Declare.
3416         (message-put-addresses-in-ecomplete): Require ecomplete.
3417         (ecomplete-display-matches): Autoload.
3418
3419         * mm-decode.el: Don't require mailcap, gnus-util.
3420         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3421         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3422         Autoload.
3423         (mailcap-mime-extensions): Declare.
3424
3425         * mm-encode.el: Don't require mailcap.
3426         (mailcap-extension-to-mime): Autoload.
3427
3428         * mml-sec.el: Don't require password-cache.
3429
3430         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3431         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3432         (mml-minibuffer-read-type): Require mailcap.
3433         (mml-preview): Require gnus-msg.
3434
3435         * mml1991.el: Require password-cache.
3436         (password-cache-expiry): Remove declaration.
3437
3438         * mml2015.el: Require password-cache.
3439         (password-cache-expiry): Remove declaration.
3440
3441         * nneething.el (mailcap): Require mailcap.
3442
3443         * nnheader.el (declare-function): Add compatibility stub.
3444         (message-remove-header): Declare rather than autoload.
3445         (nnheader-replace-header): Require message.
3446
3447         * nnimap.el (declare-function): Add compatibility stub.
3448         (netrc-parse, netrc-machine-user-or-password): Declare.
3449         (nnimap-open-connection): Require netrc.
3450
3451         * nntp.el (declare-function): Add compatibility stub.
3452         (netrc-parse, netrc-machine, netrc-get): Declare.
3453         (nntp-send-authinfo): Require netrc.
3454
3455         * rfc2047.el: Don't require qp.
3456         (quoted-printable-encode-region, quoted-printable-decode-string):
3457         Autoload.
3458
3459         * sieve-mode.el: Don't require easymenu.
3460         (easy-menu-add-item): Autoload it.
3461
3462         * spam-stat.el (time-to-number-of-days): Autoload it.
3463
3464 2010-03-19  Glenn Morris  <rgm@gnu.org>
3465
3466         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3467
3468 2010-03-18  Glenn Morris  <rgm@gnu.org>
3469
3470         * hashcash.el (declare-function): Remove duplicate definition.
3471
3472 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3473
3474         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3475         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3476         value if any backslash escapes).
3477
3478 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3481         if it is available.  (bug#5647)
3482
3483         * lpath.el: Suppress compiler warning for coding-system-from-name for
3484         Emacs 21 and XEmacs.
3485
3486 2010-03-14  Juri Linkov  <juri@jurta.org>
3487
3488         * hmac-def.el:
3489         * hmac-md5.el:
3490         * netrc.el: Fix keywords.
3491
3492 2010-02-26  Glenn Morris  <rgm@gnu.org>
3493
3494         * message.el (message-send-mail-function): Change the default, so that
3495         it inherits from a customized send-mail-function.  (Bug#5643)
3496
3497 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3500         shell-command-to-string signals an error (bug#5299).
3501
3502 2010-02-24  Glenn Morris  <rgm@gnu.org>
3503
3504         * message.el (message-smtpmail-send-it)
3505         (message-send-mail-with-mailclient): Doc fixes.
3506
3507 2010-02-16  Glenn Morris  <rgm@gnu.org>
3508
3509         * message.el (message-default-mail-headers): Change the default value
3510         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3511
3512 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3515         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3516
3517 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3518
3519         * time-date.el (date-to-time): Doc fix (Bug#5408).
3520
3521 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3522
3523         * message.el (message-mail): Just pass yank-action on to message-setup.
3524         (message-setup): Handle (FUN . ARGS) form of yank-action.
3525         (message-with-reply-buffer, message-widen-reply)
3526         (message-yank-original): Handle non-buffer values of
3527         message-reply-buffer (Bug#4080).
3528         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3529
3530 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3531
3532         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3533         Fix typo in docstring.
3534
3535 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3536
3537         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3538         response.
3539
3540 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3543
3544         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3545
3546         * message.el (message-check-news-header-syntax): Protect against a
3547         string that `rfc822-addresses' returns when parsing fails.
3548
3549 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3552         (gnus-previous-char-property-change): New functions.
3553
3554         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3555
3556 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3557
3558         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3559         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3560
3561 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3562
3563         * message.el (message-exchange-point-and-mark): Rework last change to
3564         avoid using optional arg of exchange-point-and-mark, for backward
3565         compatibility.
3566
3567 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3568
3569         * message.el (message-exchange-point-and-mark): Call
3570         exchange-point-and-mark with an argument rather than setting
3571         mark-active by hand (Bug#5175).
3572
3573 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * nntp.el (nntp-service-to-port): Work for service expressed with
3576         numeric string; replace [:digit:] with [0-9] for XEmacs.
3577
3578 2009-12-17  Glenn Morris  <rgm@gnu.org>
3579
3580         * gnus-group.el (gnus-bug-group-download-format-alist):
3581         Change emacs entry to debbugs.gnu.org.  Bump :version.
3582
3583 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3586
3587 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * message.el (message-info): Explain why we use `Info-goto-node'.
3590
3591 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3594
3595 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * message.el (message-completion-in-region): New compatibility function.
3598         (message-expand-group): Use it.
3599
3600 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3603         with no unread article should be listed if the 2nd arg `predicate' is
3604         given.
3605
3606 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3609
3610 2009-11-29  Juri Linkov  <juri@jurta.org>
3611
3612         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3613         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3614         on `gnus-recenter'. (Bug#4698, Bug#4981)
3615
3616 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3617
3618         * sha1.el (sha1-string-external): default-directory "/" in case
3619         otherwise non-existent.  process-connection-type pipe for touch of
3620         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3621
3622 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3623
3624         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3625         it's comms related and sgml-mode.el has "comm" on that basis too.
3626
3627 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3630         containing tspecial characters if they have been already quoted.
3631
3632 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3633
3634         * dns-mode.el (auto-mode-alist): Purecopy string.
3635
3636 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3637
3638         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3639
3640 2009-10-24  Glenn Morris  <rgm@gnu.org>
3641
3642         * gnus-art.el (help-xref-stack-item): Define for compiler.
3643
3644 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3645
3646         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3647
3648 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3651
3652 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3655         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3656
3657 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3660         (gnus-overlays-in): New alias to overlays-in.
3661
3662         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3663         gnus-overlay-get, and gnus-delete-overlay.
3664         (gnus-summary-show-thread): Make it work as well for systems in which
3665         next-single-char-property-change is not available.
3666         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3667
3668         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3669         (gnus-overlay-get): New alias to extent-property.
3670         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3671
3672         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3673         SXEmacs.
3674
3675         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3676         SXEmacs.
3677
3678 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3681
3682 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3683
3684         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3685         and XEmacs that don't have `remove-overlays'.
3686
3687 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3690         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3691         selective display.  Use overlays instead.
3692
3693 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3694
3695         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3696
3697 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3698
3699         * spam-stat.el (spam-stat-load): Fix typo in message.
3700
3701 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3702
3703         * dig.el (dig-invoke): Fix typo in docstring.
3704         (query-dig): Reflow docstring.
3705
3706 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3707
3708         * gnus-art.el (gnus-article-encrypt-body):
3709         * message.el (message-check-recipients):
3710         * mm-util.el (mm-codepage-setup):
3711         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3712         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3713
3714 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3715
3716         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3717         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3718         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3719         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3720         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3721
3722 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3723
3724         * dig.el: Add "Keywords: comm", as per net-utils.el.
3725
3726 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3727
3728         * dig.el (dig-mode): Use define-derived-mode.
3729
3730 2009-09-19  Glenn Morris  <rgm@gnu.org>
3731
3732         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3733
3734 2009-09-18  Glenn Morris  <rgm@gnu.org>
3735
3736         * gnus-diary.el (gnus-diary-check-message):
3737         * message.el (message-insert-formatted-citation-line):
3738         * nnbabyl.el (top-level):
3739         * nndiary.el (nndiary-schedule):
3740         Fix typos in condition-case handlers.
3741
3742 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3745         configuration that provides the sole article window in a frame;
3746         position point correctly after deleting a part.
3747
3748 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3749
3750         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3751         (spam-resolve-registrations-routine): Use it to unregister articles
3752         that change status.
3753
3754 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3757         with XEmacs.
3758         (parse-time-string-chars): Use it.
3759
3760 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * imap.el (imap-interactive-login): Better messages.
3763         (imap-open): Fix bug with renamed buffer on reconnect.
3764         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3765         for easier debugging and cleaner code.  On successful (guessed based on
3766         server capabilities) secondary authentication, set imap-state
3767         correctly.
3768         (imap-last-authenticator): Define imap-last-authenticator as a variable
3769         to avoid warnings.
3770
3771 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * nnrss.el (nnrss-request-article): Remove binding of
3774         default-enable-multibyte-characters that has gotten needless by
3775         the 2007-07-13 change in rfc2047-encode-message-header.
3776
3777         * mml.el (mml-insert-multipart): Error on the message header.
3778         (mml-insert-part): Error on the message header; position point at
3779         the end of a MIME tag.
3780
3781 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * time-date.el (autoload): Expand define-obsolete-function-alias into
3784         defalias and make-obsolete for old Emacsen that Gnus supports.
3785         (with-no-warnings): Define it for old Emacsen.
3786         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3787         is available.
3788         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3789         float-time is available; suppress compile warning for time-to-seconds.
3790
3791         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3792         (gnus-float-time): Alias to float-time if it exists.
3793
3794         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3795         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3796         float-time is available; suppress compile warning for time-to-seconds.
3797
3798         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3799         XEmacs.
3800
3801 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * imap.el (imap-message-map): Docstring fix.
3804
3805 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3808         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3809         Add the optional argument `encoding' that overrides the default.
3810
3811         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3812         mm-encode-buffer.
3813
3814 2009-09-04  Glenn Morris  <rgm@gnu.org>
3815
3816         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3817         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3818         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3819         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3820         * mm-util.el (mm-with-unibyte-current-buffer)
3821         (mm-find-buffer-file-coding-system):
3822         * yenc.el (yenc-decode-region): Use default-value rather than
3823         default-enable-multibyte-characters.
3824
3825 2009-09-03  Glenn Morris  <rgm@gnu.org>
3826
3827         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3828         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3829         than default-enable-multibyte-characters.
3830
3831 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3832
3833         * gnus-art.el (gnus-article-read-summary-keys):
3834         Fix gnus-buffer-configuration's value temporarily used.
3835
3836 2009-09-02  Glenn Morris  <rgm@gnu.org>
3837
3838         * gnus-util.el (gnus-float-time): New function.
3839         * gnus-delay.el (gnus-delay-article):
3840         * gnus-sum.el (gnus-thread-latest-date):
3841         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3842         * nnspool.el (nnspool-request-newgroups):
3843         Use gnus-float-time rather than time-to-seconds.
3844         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3845
3846         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3847         (gnus-header-subject-face, gnus-header-newsgroups-face)
3848         (gnus-header-name-face, gnus-header-content-face):
3849         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3850         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3851         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3852         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3853         (gnus-cite-face-11):
3854         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3855         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3856         (gnus-server-closed-face, gnus-server-denied-face)
3857         (gnus-server-offline-face):
3858         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3859         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3860         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3861         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3862         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3863         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3864         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3865         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3866         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3867         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3868         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3869         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3870         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3871         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3872         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3873         (gnus-summary-high-undownloaded-face)
3874         (gnus-summary-low-undownloaded-face)
3875         (gnus-summary-normal-undownloaded-face)
3876         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3877         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3878         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3879         (gnus-splash-face):
3880         * message.el (message-header-to-face, message-header-cc-face)
3881         (message-header-subject-face, message-header-newsgroups-face)
3882         (message-header-other-face, message-header-name-face)
3883         (message-header-xheader-face, message-separator-face)
3884         (message-cited-text-face, message-mml-face):
3885         * sieve-mode.el (sieve-control-commands-face)
3886         (sieve-action-commands-face, sieve-test-commands-face)
3887         (sieve-tagged-arguments-face):
3888         * spam.el (spam-face):
3889         Mark face aliases with "-face" in the name as obsolete.
3890
3891 2009-09-01  Glenn Morris  <rgm@gnu.org>
3892
3893         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3894         than goto-line.
3895
3896 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3899         Don't move point if the command is invoked inside the message header.
3900
3901 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3902
3903         * imap.el (imap-send-command): Simplify.
3904         (imap-wait-for-tag): point-max -> buffer-size.
3905
3906 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3907
3908         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3909         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3910         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3911         * nnir.el (nnir-swish-e-index-file):
3912         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3913         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3914         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3915         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3916         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3917         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3918
3919 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3922         Don't save excursion.
3923
3924 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3925
3926         * nnheader.el (nnheader-find-file-noselect):
3927         * mm-util.el (mm-insert-file-contents):
3928         Use (default-value 'major-mode) instead of default-major-mode.
3929
3930 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3931
3932         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3933
3934 2009-08-26  Glenn Morris  <rgm@gnu.org>
3935
3936         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3937         than placing in files.el.
3938
3939 2009-08-25  Glenn Morris  <rgm@gnu.org>
3940
3941         * nnir.el (top-level): Don't require cl at run-time.
3942         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3943         Replace cl-function substitute with gnus-replace-in-string.
3944         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3945         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3946         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3947         simplified expansions.
3948
3949 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3950
3951         * dig.el (dig): Add autoload cookie.
3952
3953 2009-08-22  Glenn Morris  <rgm@gnu.org>
3954
3955         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3956         goto-line.
3957
3958 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3959
3960         * parse-time.el (parse-time-string-chars): Save match data.
3961
3962 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3963
3964         * parse-time.el (parse-time-string-chars): Compute using character
3965         classes, to handle non-ascii characters (Bug#3190).
3966
3967 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3970
3971         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3972         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3973         (gnus-mm-display-part, gnus-mime-display-single)
3974         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3975         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3976
3977         * gnus-sum.el
3978         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3979         (gnus-summary-move-article): Add expirable mark to articles copied or
3980         moved to group that has auto-expire turned on if the option is non-nil.
3981
3982 2009-07-24  Glenn Morris  <rgm@gnu.org>
3983
3984         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3985         Fix typo.  (Bug#3903)
3986
3987 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3990         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3991         that should not be used for draft articles.
3992         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3993         that has no concern in minor mode keys.
3994         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3995         Abolish.
3996
3997 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4000         article without making inquiry to a user for unknown encoding.
4001
4002         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4003         (nnmaildir--scan): Assume i-node and device number that file-attributes
4004         returns might be cons-cell.
4005
4006         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4007
4008         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4009
4010 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * auth-source.el: Remove docs now in auth.texi.  Don't use
4013         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4014         `auth-source-hide-passwords' and use them.
4015
4016 2009-07-15  Glenn Morris  <rgm@gnu.org>
4017
4018         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4019
4020 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4023         excessive whitespace from the default values of title and description.
4024
4025 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4028         mail-fetch-field to fetch Content-Description header in order to
4029         exclude newlines.
4030
4031 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4032
4033         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4034         format used by GnuPG 2.0.11.
4035
4036 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4039         to deleted part.
4040
4041 2009-05-30  David Engster  <dengste@eml.cc>
4042
4043         * nnmairix.el: Remove old documentation in the commentary block.
4044         (nnmairix-request-group): Do not update active file for nnml back ends.
4045         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4046         end so that overview files are ignored.
4047         (nnmairix-update-groups): Make updating the groups more robust by using
4048         marks.
4049         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4050         with dollar characters in message-id.
4051
4052 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4055         2008-12-25 in dns.el.
4056
4057 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4058
4059         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4060         could happen if the text is only composed of spaces and/or tabs.
4061
4062 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4063
4064         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4065         when sending a queued message to avoid extra mml tags.
4066
4067 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4070
4071 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4074         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4075         rmail-toggle-header for XEmacs;
4076         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4077
4078 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-dired.el: Remove autoload for gnus-setup-message.
4081         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4082         displaying Gnus logo; always use compose-mail.
4083
4084 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4087
4088 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4091         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4092         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4093         available.
4094         (gnus-nocem-epg-verify): New function.
4095
4096 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4099
4100 2009-02-15  Glenn Morris  <rgm@gnu.org>
4101
4102         * gnus-util.el (rmail-insert-rmail-file-header)
4103         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4104         autoloads.
4105         (rmail-default-rmail-file): Remove unnecessary declaration.
4106         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4107
4108 2009-02-14  Glenn Morris  <rgm@gnu.org>
4109
4110         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4111         variable (only used in gnus-util, which declares it anyway).
4112         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4113         which was only needed by gnus-art (changed to not use it any more).
4114         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4115         only used in gnus-util, which autoloads it itself.
4116         (rmail-update-summary): Fix autoload.
4117
4118         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4119         rather than rmail-output-to-rmail-file.
4120
4121 2009-02-07  Glenn Morris  <rgm@gnu.org>
4122
4123         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4124         autoload of function that no longer exists.
4125         (rmail-toggle-header): Declare.
4126         (message-forward-rmail-make-body): Handle mbox Rmail.
4127
4128 2009-01-31  Glenn Morris  <rgm@gnu.org>
4129
4130         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4131         2009-01-09 change.
4132
4133 2009-01-31  Dave Love  <fx@gnu.org>
4134
4135         * imap.el (imap-fetch-safe): Bind debug-on-error.
4136         (imap-debug): Add imap-fetch-safe.
4137
4138 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4141         (auth-source-forget-all-cached): New convenience function.
4142         (auth-source-user-or-password): Accept list of modes or a single mode.
4143
4144         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4145         auth-source modes.
4146
4147         * netrc.el (netrc-machine-user-or-password): Use list of
4148         auth-source modes.
4149
4150         * nnimap.el (nnimap-open-connection): Use list of
4151         auth-source modes.
4152
4153         * nntp.el (nntp-send-authinfo): Use list of
4154         auth-source modes.
4155
4156 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4157
4158         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4159         now.
4160
4161 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4164         coding system in XEmacs; add a workaround for XEmacs.
4165
4166         * lpath.el: Fbind coding-system-aliasee.
4167
4168 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4171         of current-language-environment.
4172
4173 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4176         available at runtime.
4177
4178 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4181
4182 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4183
4184         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4185         the greatest positive fixnum value doesn't work under an XEmacs with
4186         bignum support; use the most-positive-fixnum constant instead,
4187         available since Emacs 21.1 with cl and XEmacs 21.1.
4188
4189 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4192         XEmacs gets not to work.
4193
4194 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * mm-util.el (mm-coding-system-priorities): Allow the value like
4197         "Japanese (UTF-8)" of current-language-environment.
4198
4199 2009-01-09  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4202         with last-command-event.
4203
4204 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4207         in the doc string.
4208
4209         * message.el (message-fix-before-sending): Amend comment.
4210
4211 2009-01-08  Dave Love  <fx@gnu.org>
4212
4213         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4214
4215 2009-01-07  David Engster  <dengste@eml.cc>
4216
4217         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4218         simplified server definitions by converting it via
4219         gnus-server-to-method.
4220
4221 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4224         parameter's operands.
4225
4226 2009-01-06  David Engster  <dengste@eml.cc>
4227
4228         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4229         primary select method (for gnus-group-mark-article-as-read).
4230
4231 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4232
4233         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4234         `(gnus)Face', not `(gnus)X-Face'.
4235
4236 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * mm-util.el (mm-ucs-to-char): New function.
4239
4240         * mm-url.el (mm-url-decode-entities): Use it.
4241
4242         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4243         unicode-to-char.
4244
4245 2009-01-05  Dave Love  <fx@gnu.org>
4246
4247         * time-date.el: Require cl for `declare'.
4248
4249 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4252         Dave Love.
4253
4254 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * message.el (message-fix-before-sending): Add `eight-bit' to
4257         illegible-text check.
4258
4259 2009-01-03  Michael Olson  <mwolson@gnu.org>
4260
4261         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4262         `headers' is nil.  This can occur if the IMAP server does not have
4263         permissions to read messages from a folder, but can write new messages
4264         to the folder.
4265         (nnimap-request-article-part): Do not insert `data' if it is nil.
4266
4267         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4268         characters which will confuse `read', so skip past them.
4269
4270 2009-01-01  Dave Love  <fx@gnu.org>
4271
4272         * imap.el (imap-string-to-integer): Fix typo.
4273         (imap-fetch-safe): New function.
4274         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4275
4276         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4277
4278         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4279         (imap-parse-greeting): Fix doc strings.
4280         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4281         (imap-parse-flag-list): Make messages unique.
4282         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4283
4284         * nnimap.el: Fix author email.
4285         (nnimap-split-rule): Add FIXME comment.
4286         (nnimap-debug): Fix doc string.
4287
4288 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4291
4292 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4295         nslookup if resolv.conf isn't available.
4296         (dns-query): Rename from query-dns.
4297         (dns-query-cached): Rename from query-dns-cached.
4298
4299 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4302         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4303         to check if those variables exist (first appeared in Emacs 18.50).
4304
4305 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * mm-util.el (mm-line-number-at-pos): New function.
4308
4309         * spam-report.el (spam-report-process-queue): Use it.
4310
4311 2008-12-24  David Engster  <dengste@eml.cc>
4312
4313         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4314         parameters that haven't existed as variables as buffer-local variables.
4315
4316 2008-12-23  Dave Love  <fx@gnu.org>
4317
4318         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4319         cadar.
4320
4321         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4322         imap-starttls-p.
4323         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4324
4325 2008-12-22  Dave Love  <fx@gnu.org>
4326
4327         * imap.el: Fix author email.  Doc fixes.
4328         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4329         reply.
4330
4331 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * spam-report.el (spam-report-gmane-max-requests): New constant.
4334         (spam-report-gmane-wait): New variable.
4335         (spam-report-gmane-ham, spam-report-gmane-spam)
4336         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4337         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4338         the server.
4339
4340         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4341         Add explanations.
4342
4343         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4344         nnheader-accept-process-output and nnheader-read-timeout if available.
4345         (pop3-movemail): Use it.
4346
4347         * message.el (message-check-news-body-syntax): Fix signature check if
4348         there's an attachment.
4349
4350 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * mm-util.el: Add comments to the mm- emulating functions.
4353
4354 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4357         by Stephen Berman <stephen.berman@gmx.net>.
4358
4359 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * mm-util.el (mm-substring-no-properties): New function.
4362         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4363         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4364         (mm-string-to-multibyte): Doc fix.
4365
4366         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4367
4368 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * mml.el (mml-attach-file): Strip text properties from file name.
4371         (Bug#1574)
4372
4373 2008-12-16  Glenn Morris  <rgm@gnu.org>
4374
4375         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4376
4377 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4380         knows since the charset specified might be a bogus alias that
4381         mm-charset-synonym-alist provides.
4382
4383 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4386         "ISO_8859-1".
4387
4388         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4389
4390 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * mm-util.el (mm-charset-eval-alist):
4393         Define it before mm-charset-to-coding-system.
4394         (mm-charset-to-coding-system): Add optional argument `silent';
4395         define it before mm-charset-override-alist.
4396         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4397         default value if it can be used in Emacs currently running;
4398         silence mm-charset-to-coding-system.
4399
4400 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4403         `allow-override' which says whether to use `mm-charset-override-alist'.
4404         (rfc2047-decode-encoded-words): Use it.
4405
4406         * mm-util.el (mm-charset-override-alist): Fix custom type;
4407         add `(gb2312 . gbk)' to choices.
4408
4409 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4412         fast.
4413
4414         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4415
4416         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4417
4418 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4419
4420         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4421         on links.
4422
4423         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4424
4425 2008-12-03  Lute Kamstra  <lute@gnu.org>
4426
4427         * sha1.el: Remove leading * from docstrings of defcustoms,
4428         deffaces, defconsts and defuns.
4429
4430 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4433         users' addresses that don't have domain parts.
4434         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4435         rather than message-narrow-to-head since there will be the message
4436         header separator.
4437
4438 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4441         since the result is inserted in a unibyte buffer anyway.
4442         (nnimap-demule-use-string-to-multibyte): Remove.
4443         (nnimap-demule): Alias it to mm-string-to-multibyte.
4444
4445 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4448         variable for debugging bug#464 and bug#1174.
4449         (nnimap-demule): Use it.
4450
4451 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4454         score calculation correctly.
4455
4456 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4457
4458         * message.el (message-send-mail): Just set the buffer to unibyte
4459         rather than use mm-with-unibyte-current-buffer which does a lot more.
4460         (message-send-mail-partially): Don't bother with
4461         mm-with-unibyte-current-buffer since it's already been made unibyte by
4462         message-send-mail.
4463
4464 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4467
4468 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4471
4472 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4475         require itself and to remove `with-no-warnings'.
4476
4477 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * starttls.el (starttls-any-program-available): Get the name of the
4480         available TLS layer program.
4481         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4482         well as the host name in the "opening" message.
4483
4484         * auth-source.el (auth-source-cache, auth-source-do-cache)
4485         (auth-source-user-or-password): Cache passwords and logins by default,
4486         allow override with `auth-source-do-cache'.
4487         (auth-source-forget-user-or-password): Allow users to remove cache
4488         entries if needed.
4489
4490 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4491
4492         * md4.el (md4-buffer): Fix typo in docstring.
4493         (md4, md4-64): Doc fixes.
4494         (md4-pack-int32): Reflow docstring.
4495
4496 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4499         condition-case to only the forward-sexp call.
4500
4501 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4504         quotes contained.  Make it more robust regardless by an extra
4505         condition-case wrapper.
4506
4507 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4510
4511 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * nnml.el (nnml-request-expire-articles): Check if the function set to
4514         `nnmail-expiry-target' returns the symbol `delete'.
4515
4516         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4517
4518         * nnmail.el (nnmail-expiry-target): Fix custom type.
4519
4520 2008-10-02  Glenn Morris  <rgm@gnu.org>
4521
4522         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4523         Silence compiler warning.
4524
4525 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4526
4527         * tls.el (open-tls-stream): Show the actual command being
4528         executed, instead of the format string.
4529
4530 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * lpath.el: Fbind codepage-setup for Emacs 23.
4533
4534 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4535
4536         * mml.el (mml-menu): Don't assume mml2015 is bound.
4537
4538 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4541         exists.
4542
4543 2008-09-27  Glenn Morris  <rgm@gnu.org>
4544
4545         * gnus-util.el (mail-header-remove-comments): Autoload it.
4546
4547 2008-09-27  Andreas Schwab  <schwab@suse.de>
4548
4549         * gnus-util.el (gnus-split-references): Strip comments.
4550         (gnus-parent-id): Likewise.
4551
4552 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * message.el (message-confirm-send): Fix version.
4555
4556 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * message.el (message-idna-to-ascii-rhs-1): Use
4559         mail-extract-address-components rather than mail-header-parse-addresses
4560         that is an alias by default to ietf-drums-parse-addresses that does not
4561         support non-ASCII names in headers' contents.
4562
4563 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * message.el (message-confirm-send): Fixed variable documentation to
4566         avoid the "y/n" wording.
4567
4568 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4569
4570         * message.el (message-set-auto-save-file-name): Save to a different
4571         filename so multiple messages (especially drafts) can be recovered.
4572
4573 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * message.el (message-confirm-send): Add appropriate version.
4576
4577 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4580         defvar.
4581
4582 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4583
4584         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4585         (mm-pkcs7-enveloped-magic): Ditto.
4586
4587 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4588
4589         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4590         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4591
4592 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4595         default, it's better.
4596
4597 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4600         summary line gnus-number property and ignore them (with a warning
4601         message).
4602
4603 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4606         macro caddr in the interactive form since it won't be expanded.
4607
4608 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4611         `charset'; fix name of function called recursively.
4612         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4613
4614 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4617         (gnus-mime-set-charset-parameters): New function.
4618         (gnus-mime-view-part-as-charset): Use it to correctly display part
4619         specifying wrong charset.
4620
4621 2008-09-08  David Engster  <dengste@eml.cc>
4622
4623         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4624         in completing-read for back end server.
4625
4626 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * message.el (message-confirm-send): New variable to confirm sending a
4629         message.
4630         (message-send): Use it.
4631
4632 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4635
4636 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4639
4640 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4643         prevent tracking too many groups.
4644         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4645         Use it.
4646
4647 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4648
4649         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4650         moving point to the bottom of the window in order to avoid recentering.
4651
4652 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4655
4656         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4657         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4658         (gnus-article-beginning-of-window): Fix calculation.
4659
4660 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-msg.el (gnus-summary-supersede-article)
4663         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4664         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4665         message header.
4666
4667 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4668
4669         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4670         pending output coming after the status change.
4671
4672 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4673
4674         * message.el:
4675         * gnus-start.el:
4676         * gnus-registry.el: Remove VMS support.
4677
4678 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4681         macro.
4682         (rfc2104-hash): Use it.
4683
4684 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4687         (gnus-summary-sort-by-most-recent-date): New commands.
4688         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4689         and menu entries.
4690
4691 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4694         don't redisplay article for raw contents; remove plural articles stuff.
4695
4696         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4697         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4698         on gnus-summary-save-article; display results properly.
4699
4700 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * lpath.el: No need to fbind ns-focus-frame.
4703
4704 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4707
4708 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4711         gnus-save-all-headers.
4712
4713 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4714
4715         * gnus-util.el (ns-focus-frame): Remove declaration.
4716         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4717         like x.
4718
4719 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4720
4721         * rfc2104.el (rfc2104-zero): Delete defconst.
4722         (rfc2104-hex-alist): Likewise.
4723         (rfc2104-hex-to-int): Delete func.
4724         (rfc2104-hexstring-to-bitstring): Likewise.
4725         (rfc2104-nybbles): New defconst.
4726         (rfc2104-hash): Rewrite for speed.
4727
4728 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * tls.el (open-tls-stream): Make it work with the 2nd argument
4731         BUFFER that is a string but does not exist as a buffer object, as
4732         mentioned in the doc-string.
4733
4734 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4737         SXEmacs.
4738
4739 2008-07-16  Glenn Morris  <rgm@gnu.org>
4740
4741         * gnus-util.el (ns-focus-frame): Declare for compiler.
4742
4743 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4746         set as a group parameter.
4747         (gnus-summary-save-in-pipe): Work when it is called independently.
4748         (gnus-summary-pipe-to-muttprint): Don't modify
4749         gnus-summary-pipe-output-default-command.
4750
4751 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4752
4753         * message.el (message-send-mail-with-sendmail):
4754         Display the error message.
4755
4756 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-default-article-saver):
4759         Add gnus-summary-save-in-pipe to choices.
4760         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4761         gnus-summary-pipe-output-default-command as the default command.
4762         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4763         instead of gnus-last-shell-command.
4764
4765         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4766         New user option.
4767         (gnus-summary-muttprint-program): Mention the value will be changed.
4768         (gnus-summary-save-article): Force showing of all headers.
4769         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4770
4771 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4772
4773         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4774
4775 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4776
4777         * nnimap.el (nnimap-id):
4778         * sieve-manage.el (sieve-manage-open): Doc fixes.
4779
4780 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4781
4782         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4783         if available.
4784
4785 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4786
4787         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4788
4789         * nnkiboze.el (nnkiboze-generate-group):
4790         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4791
4792         * nnmairix.el: Require CL.
4793
4794 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * dgnushack.el: Autoload get-display-table and put-display-table for
4797         XEmacs 21.5.
4798
4799         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4800         21.4 and SXEmacs.
4801
4802 2008-06-15  David Engster  <dengste@eml.cc>
4803
4804         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4805
4806 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4807
4808         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4809         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4810         runtime choice under XEmacs.
4811
4812         * gnus-sum.el (gnus-summary-set-display-table):
4813         Use `gnus-put-display-table', `gnus-get-display-table',
4814         `gnus-set-display-table' for the display table, instead of `aset'.
4815
4816         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4817         Use `gnus-put-display-table', `gnus-get-display-table',
4818         `gnus-set-display-table' for the display table.
4819
4820 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * nnmairix.el: Add autoloads.
4823
4824 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * nnmairix.el (nnmairix-delete-recreate-group)
4827         (nnmairix-update-and-clear-marks): Fix error messages.
4828
4829 2008-06-14  David Engster  <dengste@eml.cc>
4830
4831         * nnmairix.el: Upgrade to version 0.6.
4832         (nnmairix-group-toggle-propmarks-this-group)
4833         (nnmairix-group-toggle-readmarks-this-group)
4834         (nnmairix-group-delete-recreate-this-group)
4835         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4836         (nnmairix-remove-tick-mark-original-article): New commands.
4837         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4838         (nnmairix-propagate-marks-to-nnmairix-groups)
4839         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4840         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4841         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4842         functions needed for marks propagation and manipulation of read marks.
4843         (nnmairix-update-groups): New function.
4844         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4845         (nnmairix-determine-original-group-from-registry)
4846         (nnmairix-determine-original-group-from-path)
4847         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4848         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4849         New helper functions.
4850         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4851         keystrokes for new commands.
4852         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4853         (nnmairix-request-group): Check allow-fast group parameter.
4854         (nnmairix-request-create-group): Set allow-fast group parameter if
4855         nnmairix-allowfast-default is set.
4856         (nnmairix-close-group): Propagate marks upon closing if needed.
4857         (nnmairix-group-toggle-threads-this-group): Use new.
4858         nnmairix-group-toggle-parameter helper function.
4859         (nnmairix-search): Better check for empty search result.
4860         (nnmairix-goto-original-article): Use new helper functions for
4861         determining original article.
4862         (nnmairix-show-original-article): Make sure message-id is in brackets.
4863         (nnmairix-call-mairix-binary): Change variable name.
4864         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4865         helper function.
4866         (nnmairix-widget-toggle-activate): Fix doc string.
4867
4868 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * nnir.el: Require edmacro when compiling with XEmacs.
4871         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4872         available in Emacs 21.
4873
4874 2008-06-11  Glenn Morris  <rgm@gnu.org>
4875
4876         * gnus-util.el (x-focus-frame):
4877         * gnus.el (image-size):
4878         * mm-decode.el (image-size): Declare.
4879
4880         * gnus-picon.el (declare-function): Add compat definition.
4881         (image-size): Declare.
4882
4883         * gnus-group.el (tool-bar-map):
4884         * gnus-sum.el (tool-bar-map): Define for compiler.
4885
4886         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4887
4888         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4889
4890         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4891         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4892         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4893         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4894         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4895         * sieve-manage.el, spam-report.el, spam.el:
4896         Remove unnecessary eval-and-compile of autoloads.
4897
4898 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4899
4900         * auth-source.el: Precise Tramp doc.
4901
4902 2008-06-07  Glenn Morris  <rgm@gnu.org>
4903
4904         * nnmairix.el: Remove unnecessary eval-when-compile.
4905
4906 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * lpath.el: Fbind propertize for XEmacs 21.4.
4909
4910 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * nnir.el: Move here from ../contrib.
4913
4914 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * gnus-util.el (gnus-read-shell-command): New function.
4917         * mm-decode.el (mm-pipe-part):
4918         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4919
4920 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4923
4924 2008-06-03  Glenn Morris  <rgm@gnu.org>
4925
4926         * pop3.el (nnheader-accept-process-output): Autoload it.
4927
4928 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4931         are not 2-digit hexadecimal characters that follow `%'s.
4932
4933 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4934
4935         * message.el (message-bogus-recipient-p): Fix type in doc string.
4936         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4937         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4938         Improve custom options.
4939         (message-bogus-recipient-p): Adjust accordingly.
4940
4941 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4942
4943         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4944         long-form month and day names.
4945
4946 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * dgnushack.el: Autoload debug, eudc-expand-inline and
4949         pgg-snarf-keys-region for XEmacs.
4950
4951         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4952
4953         * nnmairix.el: Require edmacro when compiling with XEmacs.
4954
4955 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4958         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4959
4960 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * auth-source.el: Add more docs.
4963
4964         * netrc.el (netrc-machine): Always match if the port is not given.
4965
4966 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4969         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4970         retrieval faster in some cases, but might make CPU usage larger.  If
4971         this has any bad side effects, we might revert this change.
4972
4973         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4974         seems to make mail retrieval much, much faster.
4975         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4976         unconditionally.
4977
4978         * gnus-draft.el (gnus-group-send-queue): Bind
4979         message-send-mail-partially-limit to nil to avoid being prompted.
4980
4981 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4984
4985         * message.el (message-bogus-address-regexp): Fix and improve custom
4986         type.
4987         (message-setup-hook): Add message-check-recipients as custom option.
4988
4989 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4990
4991         * message.el (message-cite-function): Remove bogus autoload which crept
4992         in during merge from v5-10.
4993
4994 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4995
4996         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4997
4998         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4999
5000         * auth-source.el: Preliminary Tramp docs.
5001         (auth-sources): Change the default auth-sources to use
5002         EPA .gpg files.
5003
5004 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * nntp.el: Autoload `auth-source-user-or-password'.
5007         (nntp-send-authinfo): Use it.
5008
5009         * nnimap.el: Autoload `auth-source-user-or-password'.
5010         (nnimap-open-connection): Use it.
5011
5012         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5013         for the gnus-message function.
5014         (auth-source-user-or-password): Use it.
5015
5016 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5017
5018         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5019         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5020         (rfc2104-hash): Use it.
5021
5022 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5023
5024         * gnus-art.el (gnus-article-toggle-truncate-lines):
5025         Don't use `iff' in docstring.
5026
5027 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5030
5031         * gnus-util.el (gnus-extract-address-component-name)
5032         (gnus-extract-address-component-email): Convenience functions around
5033         `gnus-extract-address-components'.
5034
5035         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5036         Use `gnus-extract-address-component-email' to fix bug of comparing full
5037         sender name to `user-mail-address'.
5038
5039 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5042         catch/throw to optimize.
5043         (gnus-registry-find-keywords): Just use member to find a keyword.
5044
5045 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5048         is current before calling gnus-server-prepare.
5049         (gnus-server-setup-buffer, gnus-server-update-server)
5050         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5051
5052 2008-05-04  Juri Linkov  <juri@jurta.org>
5053
5054         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5055         (mailcap-file-default-commands): Use mailcap-replace-in-string
5056         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5057         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5058
5059 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5060
5061         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5062
5063 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5064
5065         * gnus.el: Bump version to 0.11.
5066
5067 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5068
5069         * gnus.el: No Gnus v0.10 is released.
5070
5071 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5074         hooks.
5075         (gnus-update-read-articles): Speed up non-marks-using users.
5076         (gnus-use-marks): Define gnus-use-marks.
5077         (gnus-propagate-marks): Rename variable to something more sensible.
5078
5079 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5080
5081         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5082         (gmm-image-load-path-for-library): Fix typos in docstrings.
5083         (gmm-message): Reflow docstring.
5084
5085 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5086
5087         * mail-source.el (mail-source-set-1, mail-source-bind):
5088         Move auth-source code out of the macro to clean it up and fix bugs.
5089
5090 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5093         by sender if it's equal to user-mail-address, it's likely to be
5094         useless.
5095
5096         * mail-source.el (mail-source-bind): Don't use user or password if they
5097         are not bound.  Unintern them if they are nil.  Don't use server unless
5098         it's bound, and default it to empty string otherwise.
5099
5100 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * mail-source.el: Load auth-source.el.
5103         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5104         get user name or password, if auth-sources is set up.
5105
5106         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5107         strategy of splitting with parent.
5108         (gnus-registry-split-fancy-with-parent)
5109         (gnus-registry-post-process-groups): Use it and fix prior
5110         bug (returning a list as the split result).
5111
5112         * auth-source.el (auth-sources): Remove server parameter.
5113         (auth-source-pick, auth-source-user-or-password)
5114         (auth-source-user-or-password-imap)
5115         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5116         (auth-source-user-or-password-sftp)
5117         (auth-source-user-or-password-smtp): Remove server parameter.
5118
5119 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5120
5121         * smime.el (smime-sign-region, smime-encrypt-region)
5122         (smime-decrypt-region):
5123         Remove redundant calls to `generate-new-buffer-name'.
5124
5125 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5126
5127         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5128         Don't use QP for message/rfc822.
5129         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5130
5131 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * sieve-manage.el (sieve-string-bytes): Remove.
5134         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5135         correct byte-length only if the process's coding-system is the same as
5136         the one used internally by Emacs to represent strings.
5137
5138 2008-04-22  Juri Linkov  <juri@jurta.org>
5139
5140         * mailcap.el (mailcap-file-default-commands): New function.
5141
5142 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * message.el (message-signature-separator, message-cite-function):
5145         Change custom version.
5146
5147 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5148
5149         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5150         commands.
5151         (tls-checktrust): Ditto.
5152
5153 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * mm-decode.el (mm-display-external): Make temp file read-only.
5156
5157 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5160         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5161         `C-c C-f d'.
5162
5163 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5164
5165         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5166
5167 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * gnus.el: Bump version to 0.9.
5170
5171 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * gnus.el: No Gnus v0.8 is released.
5174
5175 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * mail-source.el (mail-source-value):
5178         Prefer fboundp to functionp so it works with macros as well.
5179
5180 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5183         Fix last change in case the element is not even a symbol.
5184
5185 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5186
5187         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5188         Prefer fboundp to functionp so it works with macros as well.
5189
5190 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5191
5192         * auth-source.el: Added docs.
5193         (auth-sources): Modify format to support server.
5194         (auth-source-pick, auth-source-user-or-password)
5195         (auth-source-user-or-password-imap)
5196         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5197         (auth-source-user-or-password-sftp)
5198         (auth-source-user-or-password-smtp): Add server parameter.
5199
5200 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * gnus-registry.el: Initialize the registry when gnus-registry-install
5203         is t.
5204
5205 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * compface.el (uncompface): Make buffer unibyte.
5208
5209 2008-04-05  Glenn Morris  <rgm@gnu.org>
5210
5211         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5212
5213 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5214
5215         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5216         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5217
5218         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5219         multibyteness after rather than before erasing it.
5220
5221         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5222         mm-with-multibyte.
5223         (gnus-request-article-this-buffer): Make sure the proper decoding is
5224         used if gnus-original-article-buffer happens to be unibyte.
5225
5226         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5227         default-enable-multibyte-characters.
5228
5229         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5230         default-enable-multibyte-characters.
5231
5232         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5233
5234         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5235
5236 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5237
5238         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5239         (imap-message-copyuid-1): Use it.
5240         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5241         J. Williams in
5242         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5243
5244         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5245         imap-enable-exchange-bug-workaround.
5246         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5247
5248 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5249
5250         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5251         a 100 byte status-checks into a 2-3MB transfer for each group.
5252         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5253         to enable bug workaround or not.
5254         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5255
5256 2008-03-31  Glenn Morris  <rgm@gnu.org>
5257
5258         * message.el (mml2015-use): Declare for compiler.
5259         (message-info): Require mml2015 when appropriate.
5260
5261 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5264         whitespace.
5265
5266 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5269         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5270         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5271         (nntp-service-to-port): New function.
5272         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5273         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5274         (nntp-open-netcat-stream): New function.
5275         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5276
5277 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5278
5279         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5280
5281 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5282
5283         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5284
5285 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5286
5287         * dns.el (dns-write): Use set-buffer-multibyte.
5288
5289 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5290
5291         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5292
5293 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * message.el (message-signature-separator): Change default.
5296         Improve custom type.
5297         (message-cite-function): Change default to
5298         message-cite-original-without-signature.
5299
5300         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5301         toggle.
5302
5303         * message.el (message-check-news-body-syntax): Fix signature check.
5304         (message-setup-1): Mark buffer as unmodified _after_ running
5305         message-setup-hook and handling message-alternative-emails.
5306         (message-shorten-references): Be more strict when building list of
5307         valid references to comply with GNKSA.
5308
5309         * gnus-group.el (gnus-read-ephemeral-bug-group)
5310         (gnus-read-ephemeral-debian-bug-group)
5311         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5312
5313         * message.el (message-info): Don't use booleanp which isn't supported
5314         in Emacs 21 and XEmacs.
5315
5316 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5319         gnus-group-gmane-group-download-format.
5320         (gnus-group-read-ephemeral-gmane-group): Rename from
5321         gnus-group-read-ephemeral-gmane-group.
5322         (gnus-read-ephemeral-gmane-group-url): Rename from
5323         gnus-group-read-ephemeral-gmane-group-url.
5324         (gnus-bug-group-download-format-alist): New variable.
5325         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5326         (gnus-read-ephemeral-emacs-bug-group): New commands.
5327
5328 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5331         (gnus-visible-headers): Improve custom type.
5332
5333 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * mml.el (mml-menu): Add workarounds for XEmacs.
5336
5337         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5338         X-Boundary header.
5339
5340         * message.el (message-simplify-recipients): Fix previous commit.
5341
5342 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5343
5344         * mm-util.el (mm-set-buffer-multibyte): New function.
5345         * mm-decode.el (mm-copy-to-buffer): Use it.
5346
5347 2008-03-19  Glenn Morris  <rgm@gnu.org>
5348
5349         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5350         Accidentally removed in the sync process with Emacs.
5351
5352 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * message.el (message-alter-recipients-discard-bogus-full-name):
5355         New function.
5356         (message-alter-recipients-function): New variable.
5357         (message-get-reply-headers): Use it.
5358         (message-replace-header): New helper function.
5359         (message-recipients-without-full-name): New variable.
5360         (message-simplify-recipients): New command.
5361
5362         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5363
5364         * message.el (message-info): Handle EasyPG manual.
5365
5366         * mml.el (mml-menu): Add entry for EasyPG.
5367
5368 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5369
5370         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5371         parameter.
5372
5373         * message.el (message-disassociate-draft): Specify drafts group name
5374         fully.
5375
5376 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5377
5378         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5379         unnecessary duplicates from the match list.
5380
5381 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5384
5385         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5386
5387         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5388         args of `how-many' of which the XEmacs version doesn't take; declare
5389         Info-index-next as function.
5390
5391 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gnus-score.el (gnus-score-headers): Fix handling of
5394         gnus-inhibit-slow-scoring.
5395
5396         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5397         string.
5398         (gnus-button-url-regexp): Improve handling of parenthesis.
5399         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5400         (gnus-button-handle-info-keystrokes): Handle index entries.
5401
5402 2008-03-15  Glenn Morris  <rgm@gnu.org>
5403
5404         * parse-time.el (parse-time-string): Simplify.
5405
5406 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5409         Incoming* files.
5410
5411 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5414         (auth-source-pick): Use it.
5415
5416 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5417
5418         * binhex.el (binhex-decode-region-internal):
5419         * uudecode.el (uudecode-decode-region-internal):
5420         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5421         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5422         setting default-enable-multibyte-characters.
5423
5424 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * auth-source.el (auth-source-protocols)
5427         (auth-source-protocols-customize, auth-source-choices): Added and
5428         modified variable customizations and defaults.
5429         (auth-source-pick, auth-source-user-or-password)
5430         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5431         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5432         (auth-source-user-or-password-sftp)
5433         (auth-source-user-or-password-smtp): Use new variables and provide an
5434         interface to netrc.el.
5435
5436 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5439         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5440         Make sure the nntp port to specify is a string.
5441
5442 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5443
5444         * nntp.el: Use with-current-buffer.
5445         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5446         dubious mm-with-unibyte-current-buffer.
5447         (nntp-with-open-group-function): New function extracted from
5448         nntp-with-open-group macro.
5449         (nntp-with-open-group): Use the function, so it's easier to debug.
5450         Add indentation and debugging info.
5451         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5452         the use of the netcat alternatives.
5453
5454         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5455         Avoid mm-string-as-multibyte as well.
5456
5457         * nnweb.el (nnweb-insert-html):
5458         Remove use of nnheader-string-as-multibyte.
5459
5460         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5461         (nnheader-string-as-multibyte): Remove.
5462
5463         * mm-view.el: Use inhibit-read-only.
5464         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5465         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5466         or unibyte-string.
5467
5468         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5469         (mm-uu-yenc-extract): Use with-current-buffer.
5470
5471         * gnus-soup.el (gnus-soup-send-packet): Don't use
5472         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5473
5474         * nnmh.el: Use with-current-buffer.
5475         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5476         mm-string-as-multibyte on the output of mm-encode-coding-string.
5477
5478         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5479         (nnimap-request-move-article): Use with-current-buffer.
5480
5481         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5482         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5483         conversion uses string-make-unibyte rather than string-as-unibyte.
5484
5485         * gnus-msg.el: Use with-current-buffer.
5486
5487         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5488
5489 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5490
5491         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5492         string for caching if it is 'PIN.
5493
5494 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * lpath.el: Consider the case without Emacs/W3.
5497
5498 2008-03-08  Glenn Morris  <rgm@gnu.org>
5499
5500         * time-date.el (date-to-time, time-subtract, time-add)
5501         (safe-date-to-time): Doc fixes.
5502
5503 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * mail-source.el (mail-source-delete-old-incoming-confirm):
5506         Change default to nil.
5507         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5508
5509 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * lpath.el: Rearrange.
5512
5513         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5514         (gnus-article-goto-prev-page): Work for articles having ^L's.
5515
5516         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5517
5518         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5519
5520 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5521
5522         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5523         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5524         (gnus-bookmark-jump): Adjust some variable names.
5525
5526 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * auth-source.el: New package.
5529         (auth-source-choices): Add customization entry point variable.
5530
5531         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5532         bug.
5533
5534 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5537         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5538         (gnus-registry-install-shortcuts): Rename from
5539         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5540         the `gnus-registry-mark-map' keymap dynamically from
5541         `gnus-registry-marks'.  The generated functions update the summary line
5542         when a registry mark is added or deleted, and will call
5543         `gnus-registry-install-p' (see the comments in the code).
5544         (gnus-registry-user-format-function-M): Use concat intelligently.
5545
5546         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5547         the registry mark functions.
5548
5549 2008-03-05  Glenn Morris  <rgm@gnu.org>
5550
5551         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5552         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5553         gnus-art.
5554         (top-level): No need to load own source when compiling.
5555
5556 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5559         Suggested by <chris.anderton@zetnet.co.uk>.
5560
5561 2008-03-04  Glenn Morris  <rgm@gnu.org>
5562
5563         * gnus-sum.el (top-level): No need to require gnus when compiling,
5564         since unconditionally required near start of file.
5565         (gnus-summary-display-while-building): Move definition before use.
5566
5567 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5570         formatting function.
5571
5572 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5575         with plists.
5576         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5577         Use new format.
5578
5579 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5582         `where-is-internal' that returns a range of key sequences.
5583
5584 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5585
5586         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5587
5588         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5589         (gnus-summary-jump-to-group): Consider windows on other displayed
5590         frames as well.  Similar changes might be needed elsewhere, but that's
5591         the one I've bumped into during my use.
5592
5593         * nndoc.el (nndoc-oe-dbx-type-p):
5594         * gnus-msg.el (gnus-debug):
5595         * gnus-group.el (gnus-update-group-mark-positions):
5596         Use mm-string-to-multibyte.
5597
5598 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5601         doesn't handle NotDashEscaped.
5602
5603         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5604         (mml-dnd-attach-options): Fix typo in custom choice.
5605
5606         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5607         nndoc-article-type to mbox.
5608         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5609
5610         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5611         to nil, instead of html2text.
5612
5613         * imap.el (imap-debug): Add `imap-ping-server'.
5614
5615         * gnus-bookmark.el: Add FIXMEs.
5616
5617         * message.el (message-form-letter-separator)
5618         (message-send-form-letter-delay): New variables.
5619         (message-send-form-letter): Use them.  New command to send form
5620         letters.  Requested by Uwe Siart.
5621         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5622
5623 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * Update copyright years.
5626
5627 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         Sync from EMACS_22_BASE.
5630
5631         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5632
5633 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5634
5635         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5636         empty author.
5637
5638 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-marks): Add variable for
5641         customization of marks and their appearance.
5642         (gnus-registry-read-mark): Use it.
5643         (gnus-registry-do-marks): Add utility function to loop through
5644         `gnus-registry-marks'.
5645         (gnus-registry-install-shortcuts-and-menus): Add function to install
5646         shortcuts and menus.
5647         (gnus-registry-initialize): Use it.
5648         (gnus-registry-default-mark): Clarify documentation.
5649
5650 2008-02-29  Glenn Morris  <rgm@gnu.org>
5651
5652         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5653         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5654         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5655         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5656         Change defcustom :version from 23.0 to 23.1.
5657
5658 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * gnus-registry.el (gnus-registry-follow-group-p)
5661         (gnus-registry-post-process-groups): Add functions to aid registry
5662         splitting and improve logging.  Clarify behavior in function
5663         documentation.
5664         (gnus-registry-split-fancy-with-parent): Use them.
5665
5666 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5667
5668         * gnus-art.el: Use with-current-buffer.
5669
5670 2008-02-27  David Engster  <dengste@eml.cc>
5671
5672         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5673         Express real group name in the response.
5674
5675 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5678         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5679         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5680         autoload gnus-registry-fetch-group when compiling.
5681         (nnmairix-request-group-with-article-number-correction): Remove
5682         unreferenced argument passed to nnmairix-call-backend.
5683
5684 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5687         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5688         Wilde.
5689
5690 2008-02-27  Glenn Morris  <rgm@gnu.org>
5691
5692         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5693         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5694         variables to defconsts.  Convert comments to doc-strings.
5695         (nnmairix-last-server, nnmairix-current-server): Convert from free
5696         variables to defvars.  Convert comments to doc-strings.
5697         (gnus-registry-fetch-group): Autoload.
5698         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5699         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5700         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5701         caddr.
5702         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5703         nnmairix-request-group-with-article-number-correction call.
5704         (nnmairix-fast, nnmairix-group): New, less general names, for free
5705         variables passed from nnmairix-request-group to
5706         nnmairix-request-group-with-article-number-correction.  Declare.
5707         (nnmairix-request-group-with-article-number-correction):
5708         Use nnmairix-fast, nnmairix-group rather than fast, group.
5709
5710 2008-02-26  David Engster  <dengste@eml.cc>
5711
5712         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5713         version 0.5.
5714
5715 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5716
5717         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5718         instead of making an extra function call.  Don't add the current group
5719         to articles only when they have the group.  Use
5720         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5721         Reported by David <de_bb@arcor.de>.
5722
5723 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5726         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5727
5728 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * mail-source.el (mail-source-delete-incoming): Change default.
5731         Supplement doc string.
5732
5733         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5734
5735 2008-02-14  Glenn Morris  <rgm@gnu.org>
5736
5737         * time-date.el (format-seconds): New function.
5738
5739 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * nnmail.el (nnmail-message-id-cache-file): Derive from
5742         `gnus-home-directory'.
5743
5744 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5747         Document negative prefix.
5748
5749         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5750
5751 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * message.el (message-unsent-separator): Add the Exim bounce
5754         separator.
5755
5756 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5757
5758         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5759         list.
5760         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5761         recipient/signer list.
5762
5763 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * Makefile.in (datarootdir): Define.
5766         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5767         name that might contain whitespace.
5768
5769 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5772         fbound (Emacs 23 unicode), signal an error.
5773
5774 2008-02-08  Glenn Morris  <rgm@gnu.org>
5775
5776         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5777
5778 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5779
5780         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5781         ports to the calls to `netrc-machine-user-or-password' in addition to
5782         "imap" and "imaps".
5783
5784 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5785
5786         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5787
5788         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5789
5790 2008-02-01  Kenichi Handa  <handa@m17n.org>
5791
5792         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5793         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5794         (rfc2104-hash): Convert the result of concat to unibyte string.
5795
5796 2008-02-01  Dave Love  <fx@gnu.org>
5797
5798         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5799         coding-system-for-read.
5800         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5801
5802 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5805         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5806         <hanche@math.ntnu.no>.
5807
5808 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5811
5812         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5813
5814 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5815
5816         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5817         * message.el (message-beginning-of-line): Use featurep instead of bound
5818         tests in order to resolve conditionals at compile time.
5819
5820 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5821
5822         * mail-source.el (mail-sources): Add `group' choice.
5823
5824         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5825         parameter `in-group' to control into which group the articles go.
5826         Add treatment of `group' mail-source.
5827
5828 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5831
5832         * mm-decode.el (mm-dissect-buffer): Decode description.
5833
5834         * mml.el (mml-to-mime): Encode message header first.
5835
5836 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5839         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5840
5841         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5842         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5843
5844 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5847
5848 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5851         prefix keys.
5852         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5853         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5854         gnus-xmas.el.
5855
5856         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5857         (gnus-xmas-article-describe-bindings): New function.
5858         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5859         gnus-xmas-article-describe-bindings.
5860
5861         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5862
5863 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5866         Add new variables for article mark management.
5867         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5868         list of extra data entries which, when present, will indicate that the
5869         article ID should not be trimmed from the registry.
5870         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5871         functions.
5872         (gnus-registry-read-mark): New function to read a mark name from the
5873         user.
5874         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5875         (gnus-registry-set-article-mark-internal): New functions to add and
5876         remove marks.
5877         (gnus-registry-get-article-marks): New function to show the marks for
5878         an article, or retrieve them for further use.
5879
5880 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5883         keys when no argument is given.
5884
5885 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * imap.el (imap-ping-server): New variable.
5888         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5889         (imap-ping-server): Minor doc string fixes.
5890
5891 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5892
5893         * imap.el (imap-ping-server): New function.
5894         (imap-opened): Call imap-ping-server.
5895
5896 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-sum.el (gnus-article-sort-by-random)
5899         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5900         jidanni@jidanni.org.
5901
5902 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-art.el (gnus-article-describe-bindings): New function.
5905         (gnus-article-read-summary-keys): Use it.
5906         (gnus-article-mode-map): Bind `C-h b' to it.
5907
5908 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5911         XEmacs.
5912         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5913         against non-character events.
5914
5915         * lpath.el: Fbind map-keymap for Emacs 21.
5916
5917 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5920         command.
5921         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5922         instead of END.  Change name of the temp file.
5923         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5924         customizable.
5925
5926 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5929         bind `S W' to gnus-article-wide-reply-with-original; set default
5930         binding to gnus-article-read-summary-send-keys.
5931         (gnus-article-read-summary-keys): Fix the order of keys; display
5932         continuation keys correctly in the echo area; describe bindings
5933         correctly when keys end with `C-h'.
5934         (gnus-article-read-summary-send-keys): New function.
5935         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5936         for gnus-article-read-summary-send-keys; display continuation keys
5937         correctly in the echo area.
5938         (gnus-article-reply-with-original): Ignore prefix argument.
5939         (gnus-article-wide-reply-with-original): New function.
5940
5941         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5942         Emacs 21.
5943
5944 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5947         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5948
5949 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5952         (gnus-group-read-ephemeral-gmane-group): New command.
5953
5954 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5955
5956         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5957
5958 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * message.el (message-send-mail-function): Increase custom version.
5961
5962         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5963         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5964
5965 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5968         for the cases where imap-authenticate is called with a nil buffer
5969         parameter.
5970
5971 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5974         html parts correctly; support forwarded messages.
5975         (gnus-article-browse-html-article): Remove work buffers.
5976
5977         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5978         compiling.
5979         (netrc-bound-and-true-p): New macro.
5980         (netrc-parse): Use it instead of bound-and-true-p that is not available
5981         in XEmacs 21.4.
5982
5983 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * gnus-registry.el (gnus-registry-mark-article)
5986         (gnus-registry-article-marks): Add functionality to mark articles
5987         through the Gnus registry.
5988
5989         * encrypt.el: Clarify documentation for the new pgg method.
5990         (encrypt-file-alist): Add PGG option.
5991         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5992         functionality.  Abstract password key and messaging to external
5993         functions.
5994         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5995         (encrypt-message-method-and-cipher): Add new convenience external
5996         functions.
5997         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5998         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5999
6000         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6001         (netrc-parse): Use encrypt-file-alist to determine if
6002         encrypt-find-model or encrypt-insert-file-contents should be used.
6003
6004         * encrypt.el: Clarify documentation.  Load password-cache or
6005         password, whichever one is found first, instead of autoloading.
6006
6007 2007-12-19  Glenn Morris  <rgm@gnu.org>
6008
6009         * mml.el (message-options-set, message-narrow-to-head)
6010         (message-in-body-p, message-mail-p, message-encode-message-body):
6011         Autoload.
6012         (message-remove-header, message-narrow-to-headers-or-head)
6013         (message-subscribed-p, message-make-mail-followup-to)
6014         (message-position-on-field, message-news-p)
6015         (message-options-set-recipient, message-generate-headers)
6016         (message-sort-headers): Declare as functions.
6017
6018 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6021         convention in doc string.
6022
6023 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6026         title to html parts.
6027         (gnus-article-browse-html-article): Pass message header to it.
6028
6029         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6030
6031 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6032
6033         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6034         or password compatible with XEmacs.
6035
6036 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6039         format document.
6040         (gnus-mime-delete-part): Don't write description line if empty.
6041         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6042
6043 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6044
6045         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6046         (gnus-summary-mark-read-and-unread-as-read)
6047         (gnus-summary-mark-current-read-and-unread-as-read)
6048         (gnus-summary-mark-unread-as-ticked): Doc fix.
6049         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6050
6051 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6054         Christoph Conrad <christoph.conrad@gmx.de>.
6055
6056 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6059         yes-or-no-p.
6060
6061 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-decode.el (mm-add-meta-html-tag): New function.
6064         (mm-save-part-to-file, mm-pipe-part): Use it.
6065
6066         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6067         gnus-y-or-n-p instead of y-or-n-p.
6068         (gnus-article-browse-html-parts): Work with message/external-body; use
6069         mm-add-meta-html-tag.
6070
6071 2007-12-11  Glenn Morris  <rgm@gnu.org>
6072
6073         * gnus-cache.el: Require gnus-sum not just when compiling.
6074
6075         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6076
6077         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6078         definitions before use.
6079
6080         * mm-decode.el: Require gnus-util.
6081         (mm-remove-part): Only call delete-annotation on XEmacs.
6082
6083         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6084
6085         * nnmail.el: Require gnus-int.
6086
6087         * spam.el: Move `require's before `eval-when-compile's.
6088
6089         * gnus-ems.el (gnus-alive-p):
6090         * gnus-fun.el (message-goto-eoh):
6091         * gnus-util.el (gnus-group-name-decode):
6092         * mail-source.el (gnus-compress-sequence):
6093         * message.el (Info-goto-node, format-spec):
6094         * mm-bodies.el (message-options-get):
6095         * mm-decode.el (mm-view-pkcs7):
6096         * mm-util.el (gmm-write-region):
6097         * mml-smime.el (mml-compute-boundary)
6098         (gnus-completing-read-with-default):
6099         * mml.el (widget-button-press, gnus-make-hashtable):
6100         * mml1991.el (mm-decode-content-transfer-encoding)
6101         (mm-encode-content-transfer-encoding)
6102         (message-options-get, message-options-set):
6103         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6104         * nnfolder.el (gnus-request-group):
6105         * nnheader.el (ietf-drums-unfold-fws):
6106         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6107         * smime.el (gnus-run-mode-hooks):
6108         * spam-stat.el (gnus-message): Autoload.
6109
6110         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6111         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6112         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6113         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6114         Add declare-function compatibility definition.
6115
6116         * gnus-cache.el (nnvirtual-find-group-art):
6117         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6118         (gnus-add-image, gnus-add-wash-type):
6119         * gnus-group.el (nnkiboze-score-file):
6120         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6121         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6122         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6123         (message-tokenize-header, gnus-get-buffer-create)
6124         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6125         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6126         * gnus.el (gnus-group-decoded-name):
6127         * mail-source.el (imap-capability):
6128         * mm-bodies.el (message-options-set):
6129         * mm-decode.el (gnus-configure-windows):
6130         * mm-extern.el (message-goto-body):
6131         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6132         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6133         (epg-sub-key-validity, message-options-set):
6134         * mml.el (widget-event-point, gnus-configure-windows):
6135         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6136         * mml2015.el (epg-check-configuration, epg-configuration)
6137         (message-options-set):
6138         * nndb.el (nndb-request-article):
6139         * nnfolder.el (gnus-request-create-group):
6140         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6141         * nnmaildir.el (gnus-group-mark-article-read):
6142         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6143         * rfc1843.el (message-fetch-field):
6144         * spam.el (gnus-extract-address-components):
6145         Declare as functions.
6146
6147 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6150
6151         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6152
6153         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6154         bind show-trailing-whitespace for XEmacs.
6155
6156 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6159         new no-op macro for backward compatibility.
6160
6161         * imap.el (imap-string-to-integer): New function.
6162
6163 2007-12-09  Glenn Morris  <rgm@gnu.org>
6164
6165         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6166
6167         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6168         * message.el, mm-view.el, sieve-manage.el, smime.el:
6169         Add declare-function compatibility definition.
6170
6171         * gnus-art.el (w3-region, w3m-region, Info-menu):
6172         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6173         * gnus-sum.el (gnus-get-predicate):
6174         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6175         * message.el (mail-abbrev-in-expansion-header-p):
6176         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6177         (w3m-detect-meta-charset, w3m-region):
6178         * sieve-manage.el (password-read, password-cache-add)
6179         (password-cache-remove):
6180         * smime.el (password-read-and-add): Declare as functions.
6181
6182 2007-12-08  David Kastrup  <dak@gnu.org>
6183
6184         * gnus-sum.el (gnus-summary-simplify-subject-query):
6185         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6186         `message'.
6187
6188 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6191         it to bind idna-program, installation-directory, defined-colors, and
6192         face-attribute for XEmacs of the version that compiles defcustom forms.
6193
6194 2007-12-07  Glenn Morris  <rgm@gnu.org>
6195
6196         * gnus-art.el (article-make-date-line): Revert previous change.
6197
6198 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6201
6202 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6203
6204         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6205         Call gnus-add-to-range ranges only once with a prepared article-list.
6206
6207 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6208
6209         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6210         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6211         group names with backslashes.  Reported by Tassilo Horn
6212         <tassilo@member.fsf.org>.
6213
6214 2007-12-06  Deepak Goel  <deego3@gmail.com>
6215
6216         * gnus-art.el (article-make-date-line):
6217         * gnus-start.el (gnus-load):
6218         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6219
6220 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-use-idna)
6223         * gnus-start.el (gnus-site-init-file)
6224         * message.el (message-use-idna)
6225         * mm-uu.el (mm-uu-hide-markers)
6226         * smiley.el (smiley-style): Revert changes that suppress warnings.
6227
6228 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6231         specify charset to html source.  Reported by Christoph Conrad
6232         <christoph.conrad@gmx.de>.
6233
6234 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6237         idna-program in order to suppress byte compile warning issued by XEmacs
6238         that came to byte compile the default value section of defcustom forms
6239         recently.
6240
6241         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6242         value of installation-directory.
6243
6244         * message.el (message-use-idna): Don't directly refer to the value of
6245         idna-program.
6246
6247         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6248
6249         * smiley.el (smiley-style): Don't directly call face-attribute.
6250
6251 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6254
6255         * gnus-dired.el: Reduce Gnus dependencies.
6256         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6257         require.  Use autoloads instead.
6258         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6259         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6260         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6261         (gnus-dired-mode): Adjust doc string.
6262         (gnus-dired-mail-mode): New variable.
6263         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6264         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6265         (gnus-dired-mail-buffers): New function.  Return mail or message
6266         composition buffers.
6267         (gnus-dired-attach): Use it.
6268         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6269         NO-DECODE.
6270         (gnus-dired-print): Use `gnus-print-buffer' depending on
6271         `gnus-dired-mail-mode'.
6272
6273 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * rfc2047.el (rfc2047-encoded-word-regexp)
6276         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6277         explaining what regexp patterns are for.
6278
6279 2007-12-04  Glenn Morris  <rgm@gnu.org>
6280
6281         * password.el: Move to password-cache.el.
6282
6283         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6284         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6285         * mml-smime.el (password-read, password-cache-add)
6286         (password-cache-remove):
6287         No need to autoload, since mml-sec requires password.
6288
6289         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6290         * message.el (gnus-extract-address-components):
6291         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6292
6293         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6294         password.
6295
6296 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * mailcap.el: Reduce dependencies.
6299         (mail-header-parse-content-type): Autoload.
6300         (mailcap-delete-duplicates): New alias.
6301         (mailcap-mime-info): Add optional argument NO-DECODE.
6302         (mailcap-mime-types): Use mailcap-delete-duplicates.
6303
6304         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6305
6306 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6307
6308         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6309         (imap-parse-status): Upcase status-att for servers that sends them
6310         lower-case (e.g., MS Exchange 2007).
6311
6312 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6315         function.
6316
6317         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6318         (gnus-uu-yenc-article): New function.
6319
6320         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6321
6322         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6323         buffer.
6324
6325 2007-12-02  Glenn Morris  <rgm@gnu.org>
6326
6327         * binhex.el (binhex): New custom group.
6328         (binhex-decoder-program, binhex-decoder-switches)
6329         (binhex-use-external): Move to the binhex custom group.
6330
6331         * uudecode.el (uudecode): New custom group.
6332         (uudecode-decoder-program, uudecode-decoder-switches)
6333         (uudecode-use-external): Move to the uudecode custom group.
6334
6335         * netrc.el (top-level): Don't load `encrypt' features.
6336         (netrc-parse): Don't use encrypt.
6337         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6338
6339         * encrypt.el: Remove file.
6340
6341 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6344         matches on patches.
6345
6346         * gnus-art.el (gnus-article-browse-html-article): Mention
6347         `mm-text-html-renderer' in the doc string.
6348
6349         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6350         string.  Add comments.
6351
6352         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6353         if rhs is ASCII.
6354
6355 2007-12-01  Glenn Morris  <rgm@gnu.org>
6356
6357         * mail-source.el (top-level): Require format-spec before
6358         eval-when-compile.
6359
6360 2007-11-30  Glenn Morris  <rgm@gnu.org>
6361
6362         * encrypt.el: Require password, rather than autoloading password-read.
6363
6364 2007-11-29  Glenn Morris  <rgm@gnu.org>
6365
6366         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6367         (sasl-make-client, sasl-next-step, sasl-step-data)
6368         (sasl-step-set-data): Declare as functions.
6369
6370 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6373
6374 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6375
6376         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6377         certs should be verified and what is to be done in the event of a
6378         verification failure.
6379
6380         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6381         caller can indicate whether the cache should be disregarded for this
6382         call.  This way the result of the call is reproducible at all times and
6383         can be considered a canonical server name for the supplied method.
6384         (gnus-agent-method-p): Canonicalize server names by pushing their
6385         method through `gnus-method-to-server' using the no-cache argument.
6386
6387         * gnus-srvr.el (gnus-server-insert-server-line): Call
6388         `gnus-method-to-server' with `no-cache' argument.
6389
6390         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6391         gnus-agent-possibly-synchronize-flags as this should be called when the
6392         server is actually being opened.
6393         (gnus-agent-possibly-synchronize-flags)
6394         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6395         flags file of an agentized server to the latter function.
6396
6397         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6398         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6399         after a connection has been established successfully.
6400
6401 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-art.el (article-display-face): Force to display face if called
6404         interactively; check if gnus-article-x-face-too-ugly matches author.
6405         (article-display-x-face): Display face even if From header is missing
6406         as article-display-face does.
6407
6408 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6409
6410         * hashcash.el (message-narrow-to-headers-or-head)
6411         (message-fetch-field, message-goto-eoh)
6412         (message-narrow-to-headers): Declare as functions.
6413
6414 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * mail-source.el (mail-sources): Default to fetch from file for
6417         compatibility with default of nnmail-spool-file.
6418
6419 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6422         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6423         to look for encoded word that should be encoded again.
6424         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6425         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6426         encoding pattern.
6427         (rfc2047-decode-region): Switch strict regexp and loose one according
6428         to rfc2047-allow-irregular-q-encoded-words.
6429
6430 2007-11-25  Romain Francoise  <romain@orebokech.com>
6431
6432         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6433
6434 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * tls.el (tls-program): Provide more custom choices from
6437         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6438         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6439
6440 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6443         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6444
6445         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6446         `nnmail-spool-file'.
6447
6448         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6449         `nnmail-spool-file'.
6450
6451         * gnus-move.el (gnus-change-server): Ditto.
6452
6453         * gnus-kill.el (gnus-batch-score): Ditto.
6454
6455         * gnus-cache.el (gnus-jog-cache): Ditto.
6456
6457         * gnus-msg.el (gnus-summary-reply):
6458         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6459
6460 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6463         version.  Minor improvement to doc strings.
6464         (tls-program): Add comment.
6465
6466 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6467
6468         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6469         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6470         mismatch between the hostname provided in the certificate and the name
6471         of the host connnecting to.
6472         (open-tls-stream): Use them.  Check certificates against trusted root
6473         certificates.
6474
6475 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * gnus-cache.el (gnus-cache-generate-nov-databases):
6478         Use nnml-generate-nov-databases-directory instead of
6479         nnml-generate-nov-databases-1.
6480
6481 2007-11-24  Glenn Morris  <rgm@gnu.org>
6482
6483         * message.el (message-tool-bar-retro): Update for rename
6484         mail_send.xpm->mail-send.xpm.
6485
6486 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6489         `smime-ldap-search' for Emacs 22 and up.
6490
6491 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6492
6493         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6494
6495         * message.el (message-send-mail-function): Fix error convention.
6496         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6497         (message-widen-reply, message-send-mail, message-talkative-question)
6498         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6499         (message-clone-locals, message-send-news): Use with-current-buffer.
6500         (message-insert-or-toggle-importance): Remove unused var `valid'.
6501         (message-make-references): Remove unused var `new-references'.
6502         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6503
6504 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6505
6506         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6507         (spam-split-symbolic-return-positive): Reflow docstring.
6508         (spam-backends, spam-summary-exit-behavior)
6509         (spam-mark-ham-unread-before-move-from-spam-group)
6510         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6511         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6512         (spam-clear-cache, spam-backend-check, spam-install-backend)
6513         (spam-install-statistical-backend, spam-list-of-processors)
6514         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6515         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6516         (spam-check-crm114, spam-initialize, spam-unload-hook):
6517         Fix typos in docstrings.
6518
6519 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6522         been checked if they have never been read and those group levels are
6523         higher than the one that a user specified.
6524
6525 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6528         foreign groups unless a group level is specified by a user.
6529         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6530
6531 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * message.el (message-send-mail-function): Require sendmail.
6534
6535 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * message.el (message-send-mail-function): Check for smtpmail too.
6538
6539         * utf7.el (utf7-encode, utf7-decode): Use coding system
6540         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6541
6542         * message.el (message-send-mail-function): New function.
6543         (message-send-mail-function): Set default using
6544         message-send-mail-function.  Adjust doc string.
6545         (message-send-mail-with-mailclient): New function.
6546
6547 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6548
6549         * smime.el (from):
6550         * rfc2047.el (message-posting-charset):
6551         * qp.el (mm-use-ultra-safe-encoding):
6552         * pop3.el (parse-time-months):
6553         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6554         * nnml.el (files):
6555         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6556         (jka-compr-compression-info-list, ange-ftp-path-format)
6557         (efs-path-regexp):
6558         * nndiary.el (files):
6559         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6560         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6561         (epg-digest-algorithm-alist, inhibit-redisplay)
6562         (password-cache-expiry):
6563         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6564         (pgg-output-buffer, password-cache-expiry):
6565         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6566         (efs-path-regexp):
6567         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6568         (inhibit-redisplay):
6569         * mm-uu.el (file-name, start-point, end-point, entry)
6570         (gnus-newsgroup-name, gnus-newsgroup-charset):
6571         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6572         (latin-unity-ucs-list):
6573         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6574         (mm-uu-binhex-decode-function):
6575         * message.el (gnus-message-group-art, gnus-list-identifiers)
6576         (rmail-enable-mime-composing, gnus-local-organization)
6577         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6578         (gnus-read-active-file, facemenu-add-face-function)
6579         (facemenu-remove-face-function, gnus-article-decoded-p)
6580         (tool-bar-mode):
6581         * mail-source.el (display-time-mail-function):
6582         * gnus-util.el (nnmail-pathname-coding-system)
6583         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6584         (gnus-original-article-buffer, gnus-user-agent)
6585         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6586         (xemacs-codename, sxemacs-codename, emacs-program-version):
6587         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6588         * gnus-start.el (gnus-agent-covered-methods)
6589         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6590         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6591         (gnus-newsgroup-headers, gnus-group-list-mode)
6592         (gnus-group-mark-positions, gnus-newsgroup-data)
6593         (gnus-newsgroup-unreads, nnoo-state-alist)
6594         (gnus-current-select-method, mail-sources)
6595         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6596         (nnmail-spool-file, gnus-cache-active-hashtb):
6597         * gnus-mh.el (mh-lib-progs):
6598         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6599         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6600         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6601         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6602         (gnus-group-buffer):
6603         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6604         (font-lock-set-defaults):
6605         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6606         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6607         (gnus-summary-post-menu, total-parts, type, condition, length):
6608         * gnus-agent.el (gnus-agent-read-agentview):
6609         * flow-fill.el (show-trailing-whitespace):
6610         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6611         eval-and-compile wrappers for byte compiler pacifiers.
6612
6613         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6614         (mm-display-inline-fontify): Check for featurep 'xemacs not
6615         extent-list.
6616
6617         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6618         itimer-list.
6619         (mm-create-image-xemacs): Only do something for XEmacs.
6620         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6621
6622         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6623
6624         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6625         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6626
6627 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6628
6629         * nnimap.el (nnimap-split-download-body):
6630         * gnus-demon.el (gnus-demon):
6631         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6632
6633 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6636         macros.
6637         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6638         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6639         copy data from unibyte buffer to multibyte current buffer.
6640         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6641         to copy data from unibyte current buffer to multibyte buffer.
6642         (nntp-make-process-buffer): Make process buffer unibyte.
6643
6644         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6645
6646 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6647
6648         * pop3.el (pop3-open-server): Accept and process data more robustly at
6649         connexion start to avoid spurious "POP SSL connexion failed" errors.
6650
6651 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6654         read group names.
6655
6656 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6659
6660 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6663         (nnmail-save-active): Use a unibyte buffer when saving active file,
6664         which may contain non-ASCII group names.
6665
6666         * nnml.el (nnml-request-group): Decode group names in messages.
6667
6668 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * message.el (message-citation-line-function)
6671         (message-insert-formatted-citation-line): Fix spelling of
6672         `message-insert-formated-citation-line'.
6673
6674 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6677
6678 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6681         nnmail-pathname-coding-system.
6682
6683         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6684         that a user enters; decode group names in messages.
6685
6686         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6687
6688 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6691
6692         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6693
6694         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6695         risky local variable.
6696
6697         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6698
6699 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * encrypt.el: Improve documentation to fix function name typo.
6702         Reported by Daiki Ueno <ueno@unixuser.org>.
6703
6704 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6707         even if the point is not in the last page of an article.
6708         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6709         back to the previous page.
6710
6711 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6714
6715 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6718
6719 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * message.el (message-check-news-body-syntax): Avoid
6722         mm-string-as-multibyte.
6723         (message-hide-headers): Don't assume (point-min)==1.
6724
6725 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * message.el (message-remove-blank-cited-lines): Fix if remove is
6728         given.
6729         (message-bogus-address-regexp): New variable.
6730         (message-bogus-recipient-p): New function.
6731         (message-check-recipients): New command.
6732         (message-syntax-checks): Add `bogus-recipient'.
6733         (message-fix-before-sending): Add `bogus-recipient'.
6734
6735         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6736         (gnus-treat-body-boundary): Don't test window-system.
6737
6738 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6739
6740         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6741
6742 2007-10-28  Miles Bader  <miles@gnu.org>
6743
6744         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6745         at compile-time too.
6746
6747 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * gnus-msg.el (gnus-message-setup-hook): Add
6750         `message-remove-blank-cited-lines' to options.
6751
6752 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * message.el (message-remove-blank-cited-lines): New function.
6755         Suggested by Karl Plästerer.
6756
6757 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6760         mapc.
6761
6762         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6763         (top-level): Use mapc to set functions to be traced for debugging.
6764
6765         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6766         called for effect with while loop.
6767
6768         * message.el (message-talkative-question): Replace mapcar called for
6769         effect with mapc.
6770
6771         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6772         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6773         called for effect with dolist.
6774
6775         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6776
6777         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6778         gnus-extra-headers and nnmail-extra-headers.
6779
6780         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6781         called for effect with dolist.
6782         (top-level): Use mapc to set functions to be traced for debugging.
6783
6784         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6785         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6786         dolist.
6787
6788         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6789         Replace mapcar called for effect with mapc.
6790         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6791         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6792         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6793         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6794
6795         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6796         remove-if that's a cl function.
6797
6798         * webmail.el (webmail-debug): Replace mapcar called for effect with
6799         dolist.
6800
6801         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6802         with mapc.
6803
6804 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6807         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6808         with while loop.
6809
6810         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6811         functions from article-* functions.
6812         (gnus-multi-decode-header): Replace mapcar called for effect with
6813         dolist.
6814
6815         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6816         (gnus-bookmark-show-details): Replace mapcar called for effect with
6817         while loop.
6818
6819         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6820         called for effect with while loop.
6821
6822         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6823         with dolist.
6824
6825         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6826         mapcar called for effect with dolist.
6827
6828         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6829
6830         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6831         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6832         Replace mapcar called for effect with dolist.
6833         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6834         mapc.
6835
6836         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6837         Replace mapcar called for effect with dolist.
6838         (gnus-topic-list): Replace mapcar called for effect with mapc.
6839
6840         * gnus.el: Use mapc instead of mapcar to add autoloads.
6841
6842 2007-10-23  Richard Stallman  <rms@gnu.org>
6843
6844         * gnus-group.el (gnus-group-highlight): Mark as risky.
6845
6846 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus.el (gnus-server-to-method): Return method found first in
6849         gnus-newsrc-alist.
6850
6851         * gnus-art.el (gnus-article-highlight-signature)
6852         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6853         button overlay without the front stickiness.
6854
6855 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6856
6857         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6858         overview buffer needed a catch to receive its throw.
6859         (gnus-agent-flush-cache): Declared as interactive to make this function
6860         easier to use.
6861
6862 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6865         `next-line'.
6866
6867 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6870         exclude address matching message-dont-reply-to-names.
6871
6872 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-util.el (gnus-string<): New function.
6875
6876         * gnus-sum.el (gnus-article-sort-by-author)
6877         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6878
6879 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6882         the frame-focus tag is set in gnus-buffer-configuration.
6883
6884 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6887         the front stickiness.
6888
6889 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6892         url pattern; remove duplicate one.
6893         (gnus-article-extend-url-button): New function.
6894         (gnus-article-add-buttons): Use it.
6895         (gnus-button-push): Use concatenated url that it makes.
6896
6897 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6898
6899         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6900
6901 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6904         Don't hardcode point-min==1.
6905
6906 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6909         Fix comment about "iso8859-1".
6910
6911 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6912
6913         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6914         ones returned from the verify-function.
6915
6916         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6917         mml2015-extract-cleartext-signature if extraction failed.
6918
6919 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6920
6921         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6922         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6923         failed.
6924
6925 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6928
6929 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6932         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6933         recommends to use EasyPG instead of PGG.
6934
6935         * pgg.el: Revert to revision 6.23.2.16.
6936
6937         * pgg-def.el: Revert to revision 6.6.2.14.
6938
6939         * pgg-gpg.el: Revert to revision 6.23.2.34.
6940
6941 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6944         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6945         thread for both the null and zero (kill/expire thread) universal prefix
6946         cases.
6947         (gnus-summary-expire-thread): Add new function to expire a thread,
6948         using gnus-summary-kill-thread.
6949         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6950         shortcuts for gnus-summary-expire-thread.
6951         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6952         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6953
6954 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6957         extras value, so an extras entry can be deleted.
6958         (gnus-registry-delete-extra-entry): Use it.
6959         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6960         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6961         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6962         storage through the gnus-registry, and provide an appropriate API for
6963         it.
6964
6965 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6968         Suggested by Leo <sdl.web@gmail.com>.
6969
6970         * gnus.el: Do.
6971
6972 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6975         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6976
6977         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6978
6979         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6980         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6981
6982 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6985         newline.
6986         (nnmbox-request-accept-article): Don't change article in source buffer;
6987         narrow to header to use message-fetch-field rather than
6988         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6989         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6990         as delimiters; make sure article ends with newline.
6991         (nnmbox-delete-mail): Correct last position of article to be deleted;
6992         ignore X-Gnus-Newsgroup header in article body.
6993         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6994         positions; make sure article ends with newline.
6995
6996         * message.el (message-display-abbrev): Don't infloop when a user
6997         inserts SPC in the beginning of header.
6998
6999         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7000         coding-system-for-read and coding-system-for-write for XEmacs having no
7001         file-coding feature.
7002
7003         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7004
7005 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7008         list of groups not followed by default.  Fix type to be regexp.
7009         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7010
7011 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7012
7013         * hmac-def.el (define-hmac-function): Switch from old-style to
7014         new-style backquotes.
7015
7016         * md4.el (md4-make-step): Likewise.
7017
7018 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7021         raw-text coding system when saving .newsrc file, which may contain
7022         non-ASCII group names.
7023
7024 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-cus.el (gnus-score-extra): New widget.
7027         (gnus-score-extra-convert): New function.
7028         (gnus-score-customize): Use it for Extra.
7029
7030 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7031
7032         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7033         (mml2015-mailcrypt-clear-verify): Use it.
7034         (mml2015-gpg-clear-verify): Use it.
7035         (mml2015-pgg-clear-verify): Use it.
7036         (mml2015-epg-clear-verify): Replace the current part with the output
7037         from GnuPG; don't extract the plaintext by itself.
7038
7039         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7040         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7041         mml2015-clear-verify-function; don't touch the armor headers or
7042         dash-escaped text here.
7043
7044 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7047         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7048         parts, or application/octet-stream as a last resort.
7049         (gnus-mime-view-part-as-type): Don't toggle display.
7050         (gnus-mime-view-part-as-charset): Don't turn off display before
7051         querying charset.
7052
7053         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7054         stuff to undisplayer function in Emacs.
7055         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7056
7057         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7058         text/calendar parts.
7059
7060 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7063         decoding text/calendar parts.
7064
7065         * message.el (message-forward-make-body-mime): Always mark body as
7066         having no illegible text; remove signed-or-encrypted argument.
7067         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7068
7069         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7070         (mml-generate-mime-1): Don't encode body if it is specified to be in
7071         raw form; don't make buffer be unibyte when inserting multibyte string.
7072
7073 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7074
7075         * sha1.el: Fix up comment style.
7076         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7077         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7078
7079         * hex-util.el: Fix up comment style.
7080         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7081
7082         * gnus-salt.el: Use with-current-buffer.
7083         (gnus-pick-setup-message): Fix long-standing typo.
7084
7085 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * imap.el (imap-logout-timeout): New variable.
7088         (imap-logout, imap-logout-wait): New functions.
7089         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7090
7091         * nnimap.el (nnimap-logout-timeout): New server variable.
7092         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7093         nnimap-logout-timeout.
7094
7095         * gnus-art.el (gnus-article-summary-command-nosave)
7096         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7097
7098 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus.el (gnus-maximum-newsgroup): New variable.
7101
7102         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7103         according to gnus-maximum-newsgroup.
7104
7105         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7106         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7107         Limit the range of articles according to gnus-maximum-newsgroup.
7108
7109 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7110
7111         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7112         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7113         Don't perform gnus-configure-windows here; reuse existing sticky
7114         article buffer.
7115
7116         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7117         it doesn't exist in gnus-article-mode.
7118
7119 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7122         (gnus-agent-decoded-group-name): New function.
7123         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7124         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7125
7126 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7127
7128         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7129         Add binding for gnus-sticky-article.
7130         (gnus-summary-exit): Don't kill sticky article buffers.
7131
7132         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7133         article buffer.
7134         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7135         (gnus-kill-sticky-article-buffers): New commands.
7136
7137 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * nntp.el (nntp-xref-number-is-evil): New server variable.
7140         (nntp-find-group-and-number): If it is non-nil, don't trust article
7141         numbers in the Xref header.
7142
7143 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-agent.el (gnus-agent-read-group): New function.
7146         (gnus-agent-flush-group, gnus-agent-expire-group)
7147         (gnus-agent-regenerate-group): Use it.
7148         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7149         nnmail-pathname-coding-system.
7150
7151 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7154
7155         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7156         that are unread as unread, and also as selected so that information of
7157         marks having been changed by a user may be updated when exiting group.
7158
7159 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7162         calculated ignoring signature parts to gnus-treat-article.
7163
7164 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7167         a point here in order to keep the window start.
7168         (gnus-insert-mime-security-button): Make a button overlay without the
7169         front stickiness.
7170         (gnus-mime-display-security): Goto the end of a button.
7171
7172         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7173
7174 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7177         group-name-at-point.
7178         (gnus-group-completing-read): New function that offers decoded
7179         non-ASCII group names for completion.
7180         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7181         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7182         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7183         (gnus-group-fetch-control): Use it.
7184         (gnus-fetch-group): Use group-name-at-point for the initial value
7185         rather than the default value; use gnus-alive-p.
7186
7187         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7188         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7189         (gnus-summary-post-news): Use gnus-group-completing-read.
7190
7191         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7192         (gnus-read-move-group-name): Decode group name for completion.
7193
7194 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7197         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7198         Yamaoka slightly modified the code).
7199
7200 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7203         (nnmail-split-incoming): Bind it.
7204
7205         * nnml.el (nnml-group-name-charset): New function.
7206         (nnml-decoded-group-name): Use it; don't decode group name if
7207         nnmail-group-names-not-encoded-p is non-nil.
7208         (nnml-encoded-group-name): New function.
7209         (nnml-group-pathname): Inline nnml-decoded-group-name.
7210         (nnml-request-expire-articles): Decode group name in message.
7211         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7212         nnmail-pathname-coding-system.
7213         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7214         not decoded ones according to nnmail-group-names-not-encoded-p.
7215         (nnml-generate-active-info): Use nnml-encoded-group-name.
7216
7217 2007-08-08  Glenn Morris  <rgm@gnu.org>
7218
7219         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7220         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7221         doc-strings and comments.
7222
7223 2007-07-25  Glenn Morris  <rgm@gnu.org>
7224
7225         * Relicense all FSF files to GPLv3 or later.
7226
7227 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-sum.el (gnus-summary-move-article): Make
7230         gnus-summary-respool-article work.
7231
7232 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7235         string.
7236
7237 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7238
7239         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7240         that should be ignored when comparing distant RSS articles with local
7241         ones.
7242         (nnrss-make-hash-index): New function.  Create a hash index according
7243         to the ignored fields.
7244         (nnrss-check-group): Use it.
7245
7246 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7249
7250         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7251
7252         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7253         the new optional argument ENCODED is non-nil.
7254         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7255         coding system for encoding group name.
7256         (gnus-group-make-rss-group): Pass un-encoded group name to
7257         gnus-group-make-group.
7258         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7259         encoded.
7260
7261         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7262         Encode group name to which articles are moved or copied.
7263         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7264         coding system for encoding Newsgroup, Followup-To and Xref headers.
7265
7266         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7267         marks; use nnheader-file-coding-system to write a file.
7268         (nnagent-retrieve-headers): Bind file-name-coding-system to
7269         nnmail-pathname-coding-system.
7270
7271         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7272
7273         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7274         (nnml-request-article, nnml-request-create-group)
7275         (nnml-request-rename-group, nnml-find-id)
7276         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7277         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7278         (nnml-save-marks): Use nnml-group-pathname instead of
7279         nnmail-group-pathname.
7280
7281         (nnml-request-create-group, nnml-request-expire-articles)
7282         (nnml-request-move-article, nnml-request-delete-group)
7283         (nnml-deletable-article-p, nnml-possibly-create-directory)
7284         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7285         (nnml-open-marks): Bind file-name-coding-system to
7286         nnmail-pathname-coding-system.
7287
7288         (nnml-request-article): Pass server argument to nnml-find-group-number.
7289         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7290         server argument to nnml-possibly-create-directory.
7291         (nnml-request-accept-article): Pass server argument to
7292         nnml-active-number and nnml-save-mail.
7293         (nnml-find-group-number): Pass server argument to nnml-find-id.
7294         (nnml-request-update-info): Pass server argument to
7295         nnml-marks-changed-p.
7296
7297         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7298         (nnml-save-mail, nnml-active-number): Add server argument.
7299
7300         (nnml-request-delete-group): Warn if group is missing.
7301         (nnml-get-nov-buffer): Decode group name.
7302         (nnml-generate-active-info): Encode group name.
7303         (nnml-open-marks): Decode group name in messages.
7304
7305 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7308         if it is not specified.
7309         (gnus-article-pipe-part, gnus-article-save-part)
7310         (gnus-article-interactively-view-part, gnus-article-copy-part)
7311         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7312         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7313         (gnus-article-replace-part, gnus-article-delete-part)
7314         (gnus-article-view-part-as-type): Pass raw prefix argument to
7315         gnus-article-part-wrapper.
7316
7317 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-agent.el (gnus-agent-save-active): Bind
7320         nnheader-file-coding-system to gnus-agent-file-coding-system.
7321
7322         * gnus-cache.el (gnus-cache-save-buffers)
7323         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7324         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7325         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7326         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7327         (gnus-cache-generate-active, gnus-cache-rename-group)
7328         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7329         (gnus-cache-update-overview-total-fetched-for): Bind
7330         file-name-coding-system to nnmail-pathname-coding-system.
7331         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7332         variables.
7333         (gnus-cache-decoded-group-name): New function.
7334         (gnus-cache-file-name): Use it.
7335         (gnus-cache-generate-active): Use non-decoded group name for active.
7336
7337         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7338         right place.
7339         (gnus-write-active-file): Don't break non-ASCII group names.
7340
7341         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7342         nnmail-pathname-coding-system.
7343
7344         * lpath.el: Bind default-file-name-coding-system,
7345         file-name-coding-system and language-info-alist for XEmacs.
7346
7347         * gnus-uu.el (gnus-uu-decode-save): Typo.
7348
7349 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7352
7353 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7356         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7357         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7358         (gnus-agent-flush-group, gnus-agent-flush-cache)
7359         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7360         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7361         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7362         (gnus-agent-regenerate-group)
7363         (gnus-agent-update-files-total-fetched-for)
7364         (gnus-agent-update-view-total-fetched-for): Bind
7365         file-name-coding-system to nnmail-pathname-coding-system.
7366         (gnus-agent-group-pathname): Don't encode file names by
7367         nnmail-pathname-coding-system.
7368         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7369         coding-system-for-write instead of buffer-file-coding-system to
7370         gnus-agent-file-coding-system.
7371
7372         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7373         Decode group name.
7374
7375         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7376
7377         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7378         (gnus-read-newsrc-el-file): Make group names unibyte.
7379
7380         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7381         nnmail-pathname-coding-system.
7382
7383         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7384         (nnrss-request-delete-group): Bind file-name-coding-system to
7385         nnmail-pathname-coding-system.
7386         (nnrss-read-server-data, nnrss-read-group-data): Bind
7387         file-name-coding-system correctly.
7388         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7389
7390         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7391         (nntp-server-to-method-cache): New variable.
7392         (nntp-group-pathname): New function that decodes non-ASCII group names.
7393         (nntp-possibly-create-directory, nntp-marks-changed-p)
7394         (nntp-save-marks, nntp-open-marks): Use it.
7395         (nntp-possibly-create-directory, nntp-open-marks):
7396         Bind file-name-coding-system to nnmail-pathname-coding-system.
7397         (nntp-open-marks): Decode group names when bootstrapping marks.
7398
7399         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7400         Newsgroups and Folowup-To headers.
7401
7402 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7405         (gnus-server-closed-face, gnus-server-denied-face)
7406         (gnus-server-offline-face): Remove variable.
7407         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7408
7409         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7410         of modifying message-stack directly for XEmacs.
7411
7412         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7413         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7414         if the coding-system argument is nil for XEmacs.
7415
7416         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7417         mm-charset-override-alist.
7418
7419         * rfc2047.el: Don't require base64; require rfc2045 for the function
7420         rfc2045-encode-string.
7421         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7422         to quote the parameter value.
7423
7424 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7427         form in gnus-group-name-charset-method-alist.
7428
7429         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7430         overrides the default layout edit-form.
7431
7432         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7433
7434         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7435
7436 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7439         as unfetched articles.
7440
7441 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7444
7445 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7448         original back end that keeps marks in the local system.
7449
7450 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7453         arg of pop-to-buffer for XEmacs.
7454         (gnus-article-read-summary-keys): Ditto; don't restore window
7455         configuration if summary command ends up with neither article buffer
7456         nor summary buffer; describe bindings if summary keys end with C-h.
7457
7458 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * message.el (message-fix-before-sending): Skip raw message part to be
7461         forwarded while checking illegible text.
7462         (message-forward-make-body-mime, message-forward-make-body): Mark
7463         signed or encrypted raw message as having no illegible text.
7464
7465 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7468         (gnus-message-with-timestamp-1): New macro.
7469         (gnus-message-with-timestamp): New function.
7470         (gnus-message): Use them.
7471
7472         * nnheader.el (nnheader-message): Use them.
7473
7474 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7477         .newsrc.eld file.
7478
7479 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-agent.el (gnus-agent-fetch-headers)
7482         (gnus-agent-retrieve-headers): Bind
7483         gnus-decode-encoded-address-function to identity.
7484
7485         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7486         available also when the server returns simply a dot.
7487
7488         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7489
7490 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7493
7494 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-ems.el (gnus-x-splash): Make it work.
7497
7498         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7499         from being used.
7500
7501         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7502
7503 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7506         4th and the 5th arguments.
7507
7508         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7509         the front stickiness.
7510         (gnus-article-summary-command-nosave): Correct the order of the
7511         arguments passed to pop-to-buffer.
7512         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7513         summary command ends up with the article buffer.
7514
7515         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7516         the same faces.
7517
7518 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7519
7520         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7521
7522 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7523
7524         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7525         * gnus-sum.el (gnus-summary-highlight):
7526         * pgg.el (pgg-sign-region, pgg-sign):
7527         * mail-source.el (mail-source-delete-old-incoming-confirm):
7528         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7529
7530 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-art.el (gnus-mime-view-part-externally)
7533         (gnus-mime-view-part-internally): Fix predicate function passed to
7534         completing-read.
7535
7536         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7537
7538         * gnus.el (gnus-update-message-archive-method): Add :version.
7539
7540 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus.el (gnus-update-message-archive-method): New variable.
7543
7544         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7545         according to gnus-message-archive-method if
7546         gnus-update-message-archive-method is non-nil.
7547
7548 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7551         by Loic Dachary <loic@dachary.org>.
7552         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7553
7554 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * message.el (message-pop-to-buffer): Add switch-function argument.
7557         (message-mail): Pass switch-function argument to it.
7558
7559 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7562         Improve doc string.
7563
7564 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7567         (gnus-header-content)
7568         * gnus-cite.el (gnus-cite-10)
7569         * gnus-srvr.el (gnus-server-closed)
7570         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7571         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7572         (gnus-group-mail-3-empty, gnus-group-mail-low)
7573         (gnus-group-mail-low-empty, gnus-splash)
7574         * message.el (message-header-to, message-header-cc)
7575         (message-header-subject, message-header-other, message-header-name)
7576         (message-header-xheader, message-separator, message-cited-text)
7577         (message-mml): Lighten colors of faces used for dark background.
7578
7579 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7580
7581         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7582         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7583
7584 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * message.el (message-narrow-to-headers-or-head):
7587         Ignore mail-header-separator in the body.
7588
7589 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7592         same as window size.
7593
7594 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7595
7596         * message.el (message-font-lock-keywords): Use message-header-xheader
7597         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7598         ahead of the anything pattern, to get it recognised.
7599
7600 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7603         spam.el loads uses it in the compiled defadvice form.
7604
7605 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7606
7607         * gnus-sum.el (gnus-articles-to-read)
7608         (gnus-summary-insert-old-articles): Don't truncate group name for
7609         `read-string'.
7610
7611         * gnus-util.el (gnus-limit-string): Delete this function.
7612
7613         * gnus-sum.el (gnus-simplify-subject-fully): Use
7614         `truncate-string-to-width' instead.
7615
7616 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7617
7618         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7619         if, on summary exit, the next group has to be selected.
7620         (gnus-summary-exit): Use it.
7621
7622 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7625         non-break space.
7626
7627 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7630         Check if group is not a directory.
7631         (nnfolder-request-expire-articles): Don't delete articles if the target
7632         group is not available.
7633
7634         * nnml.el (nnml-request-create-group): Properly check if group is not a
7635         file.
7636         (nnml-request-expire-articles): Don't delete articles if the target
7637         group is not available.
7638
7639         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7640         Don't quote characters that are within parentheses.
7641
7642 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7645         (gnus-handle-ephemeral-exit): Select article according to it.
7646
7647 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * message.el (message-insert-formated-citation-line): Remove newline.
7650         (message-citation-line-format): Add final \n here so that the user can
7651         avoid a blank line.
7652
7653 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7654
7655         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7656         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7657         Update lanl/arXiv support.
7658
7659 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus.el: Bump version number.
7662
7663 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7664
7665         * gnus.el (gnus-version-number): Bump version.
7666
7667 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7668
7669         * gnus.el: No Gnus v0.6 is released.
7670
7671 2007-04-27  Didier Verna  <didier@xemacs.org>
7672
7673         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7674         * gmm-utils.el (gmm-regexp-concat): here.
7675         * message.el: Don't require 'gnus-util.
7676         (message-dont-reply-to-names): Handle name change above.
7677         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7678
7679 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7682         since the initial value varies according to the system.
7683
7684 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7687
7688 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7689
7690         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7691
7692 2007-04-24  Didier Verna  <didier@xemacs.org>
7693
7694         Improve the type of gnus-ignored-from-addresses.
7695         * gnus-util.el (gnus-orify-regexp): New function.
7696         * message.el (gnus-util): Require it.
7697         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7698         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7699         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7700
7701 2007-04-24  Didier Verna  <didier@xemacs.org>
7702
7703         * gnus-sum.el:
7704         * gnus-utils.el: Fix some trailing whitespaces.
7705
7706 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7709         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7710         article's Message-ID; refer parent article in summary buffer.
7711
7712         * message.el (message-bounce): Call mime-to-mml.
7713
7714         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7715         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7716         optimize and/or forms properly.
7717
7718 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7721         URL.
7722
7723 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7726
7727 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7730         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7731         displayed of multipart/alternative part if it is invoked from summary
7732         buffer.
7733
7734         * mm-view.el (mm-inline-text-html-render-with-w3m)
7735         (mm-inline-text-html-render-with-w3m-standalone)
7736         (mm-inline-render-with-function): Use mail-parse-charset by default.
7737
7738 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7739
7740         * parse-time.el (parse-time-string-chars): Check if CHAR
7741         is less than the length of parse-time-syntax.
7742
7743 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7746         from gnus-newsgroup-processable.
7747
7748 2007-04-16  Didier Verna  <didier@xemacs.org>
7749
7750         * gnus-msg.el (gnus-configure-posting-styles): Handle
7751         message-signature-directory properly with :file syntax.  Reported by
7752         "Leo".
7753
7754 2007-04-11  Didier Verna  <didier@xemacs.org>
7755
7756         New user option: message-signature-directory.
7757         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7758         * message.el (message-insert-signature): Ditto.
7759         * message.el (message-signature-file): Doc update.
7760         * message.el (message-signature-directory): New.
7761
7762 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-msg.el (gnus-inews-yank-articles): Use
7765         message-exchange-point-and-mark instead of exchange-point-and-mark.
7766
7767 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * message.el (message-yank-original): Make sure cited text ends with
7770         newline; don't exchange point and mark.
7771
7772 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7773
7774         * tls.el (open-tls-stream): Properly handle case where there
7775         is no associated buffer.
7776
7777 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7778
7779         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7780         message-yank-original, make sure (< mark TEXT point).
7781
7782 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * message.el (message-fill-column): New variable.
7785         (message-mode): Use it.  Add comment on a possible new hook.
7786
7787         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7788         (nnmail-get-new-mail): Reformat.
7789
7790         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7791
7792         * gmm-utils.el: Fix Commentary.
7793         (gmm-tool-bar-from-list): Fix typo in doc string.
7794
7795 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7796
7797         * message.el (message-yank-original): Don't switch point and mark
7798         unnecessarily to put point and mark as documented.
7799
7800 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7803         from the message heads.
7804
7805 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7806
7807         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7808         article buffer does not have a window.  This may not be the best
7809         solution but is certainly better than setting the start of the null,
7810         that is the current, window.
7811
7812 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7815         (gnus-draft-setup): Run it.
7816
7817         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7818         gnus-score-fast-scoring.  Allow regexp.
7819         (gnus-score-headers): Use it.
7820
7821         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7822         XEmacs.
7823
7824         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7825         string.
7826         (gnus-button-alist): Also catch `<f1> k ...'.
7827         (gnus-treat-display-x-face): Fix doc string.
7828
7829 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7830
7831         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7832         evaluation of gnus-extended-version to ensure correct generation of the
7833         User-Agent header when message-generate-headers-first is used.
7834
7835 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7836
7837         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7838         hashcash-path is nil.  Don't call callback with incorrect number of
7839         parameters if val is 0.
7840
7841 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7842
7843         * message.el (message-required-news-headers):
7844         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7845
7846 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7847
7848         * tls.el (open-tls-stream): In handshake-waiting loop,
7849         don't wait more if there is output available to process.
7850
7851 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7852
7853         * tls.el (tls-program): Doc fix.
7854
7855 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * message.el (message-generate-new-buffers): Change the meaning of the
7858         nil value; add `standard' to the choices; treat t as `unique'; improve
7859         doc string.
7860         (gnus-select-frame-set-input-focus): Autoload.
7861         (message-buffer-name): Search for the existing message buffer if
7862         message-generate-new-buffers is nil or `standard'; treat the value t of
7863         message-generate-new-buffers as `unique'.
7864         (message-pop-to-buffer): Raise the frame already displaying the message
7865         buffer; clear the echo area after querying.
7866         (message-setup): Pass the `continue' argument to compose-mail.
7867         (message-mail): Prefer `switch-function' if it is given; search for the
7868         existing message buffer if the `continue' argument is non-nil; pass
7869         continue and switch-function arguments to compose-mail by way of
7870         message-setup.
7871         (message-mail-other-window): Adjust argument of message-setup.
7872         (message-mail-other-frame): Ditto.
7873
7874 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7877         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7878         to turn font-lock on when turning gnus-message-citation-mode on.
7879
7880 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7881
7882         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7883         (mml-smime-function-alist): New variable; add epg as the backend.
7884         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7885         mml-smime- functions instead.
7886         * mm-view.el: Require smime.
7887
7888 2007-03-05  Didier Verna  <didier@xemacs.org>
7889
7890         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7891         instead of just inheritance for posting styles.
7892         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7893
7894 2007-02-24  Chris Moore  <dooglus@gmail.com>
7895
7896         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7897         * pgg-pgp.el (pgg-pgp-encrypt-region):
7898         * pgg-gpg.el (pgg-gpg-encrypt-region):
7899         Check pgg-encrypt-for-me if no other recipients.
7900
7901 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7902
7903         * tls.el (tls-certtool-program): Fix custom type.
7904
7905 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7908         and point-at-eol instead of line-(beginning|end)-position.
7909
7910         * assistant.el (assistant-parse-buffer): Ditto.
7911
7912         * netrc.el (netrc-parse-services): Ditto.
7913
7914 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7915
7916         * mml2015.el (mml2015-epg-find-usable-key): New function.
7917         (mml2015-epg-sign): Use it.
7918         (mml2015-epg-encrypt): Use it.
7919
7920 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * message.el (message-make-in-reply-to): Quote name containing
7923         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7924         if there are special characters.  Reported by NAKAJI Hiroyuki
7925         <nakaji@jp.freebsd.org>.
7926
7927 2007-02-27  Didier Verna  <didier@xemacs.org>
7928
7929         Include the group parameters as well as the topic ones in the
7930         inheritance filter process.
7931         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7932         argument GROUP-PARAMS-LIST.
7933         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7934
7935 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * nntp.el (nntp-never-echoes-commands)
7938         (nntp-open-connection-functions-never-echo-commands): New variables.
7939         (nntp-send-command): Use them.
7940
7941 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7942
7943         * mml2015.el (mml2015-epg-verify): Simplified.
7944
7945 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mml.el (mml-content-disposition-alist): New user option.
7948         (mml-content-disposition): New function.
7949         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7950         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7951
7952 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7953
7954         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7955         verification.
7956
7957 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7958
7959         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7960         articles posted in the last 24 hours.
7961
7962 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7963
7964         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7965
7966 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7967
7968         * nntp.el (nntp-send-command): Don't wait for echoes when
7969         nntp-open-ssl-stream is used.
7970
7971 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7974         (gnus-message-add-citation-keywords)
7975         (gnus-message-remove-citation-keywords): Remove.
7976         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7977         directly, make the variables in font-lock-defaults buffer-local, add
7978         gnus-message-citation-keywords to them and then update the value of
7979         font-lock-keywords.
7980
7981 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * message.el (message-cite-original-1): Don't call
7984         gnus-article-highlight-citation.
7985
7986         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7987         citations; fix line count.
7988
7989 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7992         (gnus-message-add-citation-keywords)
7993         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7994         versions of font-lock-add-keywords and font-lock-remove-keywords to
7995         work with XEmacs correctly.
7996
7997 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-cite.el (gnus-cite-face-list): Set the values of
8000         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8001         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8002         (gnus-message-cite-prefix-regexp): New variable.
8003         (gnus-message-search-citation-line): Use it; protect against long
8004         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8005         the 0th match data for Emacs.
8006         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8007         (gnus-message-add-citation-keywords): Append keywords rather than
8008         prepending; emulate font-lock-add-keywords if it is not available.
8009         (gnus-message-remove-citation-keywords): Emulate
8010         font-lock-remove-keywords if it is not available.
8011
8012         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8013
8014         * message.el (message-cite-prefix-regexp): Set the value of
8015         gnus-message-cite-prefix-regexp.
8016
8017 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8018
8019         * nnweb.el (nnweb-google-parse-1): Update parser.
8020
8021 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8022
8023         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8024
8025 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8026
8027         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8028         regexp.
8029
8030 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8033         string-to-multibyte.
8034         (uudecode-decode-region-internal): Use it.
8035
8036         * lpath.el: Fbind string-as-multibyte for XEmacs.
8037
8038 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8041         custom choice.
8042
8043         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8044
8045 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8046
8047         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8048
8049         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8050         `write-region' to respect `mm-inhibit-file-name-handlers'.
8051
8052 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8055         Use gnus-home-directory instead of "~/" or "$HOME".
8056
8057 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8060         to mention filename.
8061         Add comments at beginning regarding usage.
8062         (encrypt-write-file-contents): Change interactive so a string is
8063         acceptable.  If the file has no associated model, show an error instead
8064         of a nonsense prompt.
8065
8066 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8067
8068         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8069         Thanks to Yoshihiko Yamada for kind notification of this typo.
8070
8071 2007-01-12  Kenichi Handa  <handa@m17n.org>
8072
8073         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8074         multibyte buffer.
8075
8076 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * gnus-score.el (gnus-score-fast-scoring): New variable.
8079         (gnus-score-headers): Use it.
8080
8081         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8082
8083         * message.el (message-cite-original-1): Call
8084         gnus-article-highlight-citation if requested.
8085         (message-make-from): Allow name and address as optional arguments.
8086
8087         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8088
8089         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8090         bugs to doc string.
8091         (gnus-button-alist): Add mid\\|message-id.
8092         (gnus-button-fetch-group): Extend for use in
8093         `browse-url-browser-function'.
8094         (gnus-button-url-regexp): Try to catch paired parentheses like in
8095         Wikipedia URLs.
8096
8097         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8098         Suggested by Simon Krahnke <overlord@gmx.li>.
8099
8100 2007-01-13  Romain Francoise  <romain@orebokech.com>
8101
8102         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8103         Update copyright.
8104
8105 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8106
8107         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8108
8109 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * gnus-registry.el (gnus-registry-unfollowed-groups)
8112         (gnus-registry-split-fancy-with-parent): Fix documentation.
8113
8114 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8117         from nnweb groups.
8118
8119 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8122         Xref urls.  Erase buffer before requesting head.
8123
8124 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8127         customizable.
8128
8129 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8130
8131         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8132         no signing key is found.
8133         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8134         no encrypting and/or signing key is found.
8135
8136 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8139
8140 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8141
8142         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8143         headers read from disk with the ones newly found in the current search.
8144         This should no longer cause problems, because the article numbers in
8145         Gmane's `nov.php' output are ignored since the previous change.
8146
8147 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8148
8149         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8150
8151 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8154         replace-regexp-in-string; bind url-version; fbind display-images-p and
8155         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8156         find-face and set-itimer-function for Emacs; bind itimer-list for
8157         Emacs.
8158
8159         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8160
8161 2007-01-01  Romain Francoise  <romain@orebokech.com>
8162
8163         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8164
8165 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8166
8167         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8168         `define-minor-mode' macro definition expanded properly.
8169         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8170         exclude it there.
8171
8172         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8173         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8174         `fboundp' test.
8175         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8176         This is OK to autoload in (S)XEmacs now.
8177
8178 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8181         keystroke.
8182         (gnus-summary-limit-to-singletons): Fix typo.
8183
8184         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8185         else fails.
8186
8187 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8188
8189         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8190         docstring.
8191
8192         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8193         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8194         (gnus-summary-insert-dormant-articles): Fix typo in message.
8195
8196 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8199         nil for XEmacs.
8200         (gnus-message-citation-mode): Don't autoload in XEmacs.
8201
8202         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8203
8204 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8205
8206         * nnimap.el (nnimap-expunge-search-string): Mention
8207         nnimap-search-uids-not-since-is-evil in docstring.
8208
8209 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * spam.el: Revert to make-obsolete-variable because
8212         define-obsolete-variable-alias is not supported in Emacs 21.
8213
8214         * spam.el (spam-ifile-path, spam-ifile-database-path)
8215         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8216         make-obsolete-variable.
8217         (spam-bsfilter-path, spam-bsfilter-program)
8218         (spam-spamassassin-path, spam-spamassassin-program)
8219         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8220         use "path" inappropriately.
8221         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8222         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8223         variable names.
8224
8225 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8226
8227         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8228         summary buffer.
8229
8230         * password.el (password-cache-remove): Use clear-string to burn
8231         password, if available.
8232
8233 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8236
8237         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8238
8239         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8240         (gnus-message-highlight-citation): Move defcustom here from
8241         gnus-cite.el.
8242         (gnus-message-citation-mode): Autoload.
8243
8244         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8245         checks to make it compile with XEmacs.
8246         (gnus-message-citation-mode): New minor mode.
8247         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8248         (gnus-message-highlight-citation): New variables.
8249         (gnus-message-search-citation-line)
8250         (gnus-message-add-citation-keywords)
8251         (gnus-message-remove-citation-keywords)
8252         (turn-on-gnus-message-citation-mode)
8253         (turn-off-gnus-message-citation-mode): New functions.
8254
8255 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8256
8257         * gnus-cite.el: Enable highlighting of different citation levels in
8258         message-mode.
8259
8260 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * message.el (message-make-fqdn): Fix comment.
8263         (message-bogus-system-names): Add ".local".
8264
8265         * spam.el (spam-ifile-path, spam-ifile-program)
8266         (spam-ifile-database-path, spam-ifile-database)
8267         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8268         Don't use "path" inappropriately.
8269         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8270         strings.
8271         (spam-check-ifile, spam-ifile-register-with-ifile)
8272         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8273         new variable names.
8274
8275         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8276         (gnus-treat-display-smileys): Simplify using
8277         gnus-image-type-available-p.
8278
8279         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8280         available.
8281
8282         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8283         `display-images-p' if available.
8284
8285 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8288         one after turning on the buffer's multibyteness instead of decoding
8289         them directly in the unibyte buffer that causes unexpected conversion
8290         in Emacs 23 (unicode).
8291
8292 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8293
8294         * message.el (message-generate-hashcash): Fix custom type.
8295
8296 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8299
8300 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8303         disconnect icons.  Add help text.
8304
8305 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8308         negated to be consistent with the others we handle.
8309
8310 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8313         version of gnus-summary-buffer to something, so that we can use two
8314         article buffers at the same time.
8315
8316 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8317
8318         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8319         trigger all the extra headers.
8320         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8321         sorting.
8322
8323 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8324
8325         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8326         solid groups.
8327
8328 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8329
8330         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8331
8332 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * legacy-gnus-agent.el: Add Copyright notice.
8335
8336 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8337
8338         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8339
8340 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8343
8344         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8345         to make it work reliably in CVS Emacs.
8346         (gnus-summary-limit-strange-charsets-predicate)
8347         (gnus-summary-limit-to-predicate): New functions.
8348
8349 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8350
8351         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8352         specifying array size.
8353         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8354         array if it is too small.
8355         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8356         (gnus-sort-threads-loop): New function.
8357
8358 2006-12-06  Chris Moore  <dooglus@gmail.com>
8359
8360         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8361         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8362
8363 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8364
8365         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8366         options.
8367
8368 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8371         DOS-ing the recipient.
8372
8373         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8374         the headers when creating the mapping to avoid mismappings.
8375         (nnweb-gmane-create-mapping): Always nix out old mapping.
8376
8377 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8380         and mm-verify-option to never.
8381
8382 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * message.el (message-signed-or-encrypted-p): New function.
8385         (message-forward-make-body): Use it.
8386
8387         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8388         Replace encode-coding-string with mm-encode-coding-string.
8389
8390 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * nneething.el (nneething-decode-file-name): Replace
8393         decode-coding-string with mm-decode-coding-string.
8394
8395         * gnus-int.el (gnus-open-server): Say failed server's name.
8396
8397 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8398
8399         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8400         strings to a single string.  Quote `errors-file-name'.
8401         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8402         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8403         Adjust calls.  Use `shell-quote-argument'.
8404
8405 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8406
8407         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8408         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8409
8410         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8411         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8412         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8413         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8414         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8415         (gnus-subscribe-newsgroup, gnus-1):
8416         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8417         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8418         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8419         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8420
8421 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8424         keystroke.
8425         (gnus-summary-limit-to-bodies): Implement headersp.
8426
8427 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8430
8431 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8434
8435 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * message.el (message-generate-hashcash): Expand range of values to
8438         include `opportunistic'.
8439         (message-send-mail): Use it.
8440
8441 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8442
8443         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8444         and comment it.
8445
8446         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8447
8448 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * gnus-util.el (gnus-extract-address-components): Improve comment.
8451
8452 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-util.el (gnus-extract-address-components): Work with address in
8455         which the name portion contains @.
8456
8457         * lpath.el: Fbind custom-autoload.
8458
8459 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * gnus.el (gnus-start): Move custom group up.
8462         (gnus-select-method): Don't autoload, but make it available for
8463         `customize-variable'.
8464         (gnus-getenv-nntpserver): Don't autoload.
8465
8466 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8467
8468         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8469
8470 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * message.el (message-sendmail-extra-arguments): New variable.
8473         (message-send-mail-with-sendmail): Use it.
8474
8475 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8478         mm-with-unibyte-current-buffer to make string unibyte.
8479
8480         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8481         mm-string-as-multibyte.
8482
8483 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8484
8485         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8486         Reported by Werner Koch <wk@gnupg.org>.
8487
8488 2006-11-14  Daiki Ueno  <ueno@p360>
8489
8490         * mml2015.el: Autoload epa-select-keys when compiling.
8491
8492 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8493
8494         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8495         message-options.
8496         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8497
8498 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8499
8500         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8501         EasyPG (< 0.0.6).
8502         (mml2015-always-trust): New user option.
8503         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8504         prompt.
8505
8506 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * nntp.el (nntp-authinfo-force): New variable.
8509         (nntp-send-authinfo): Use it.
8510
8511 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8514         decode encoded words.  Improve prompt.  Add comment about forwarding.
8515         (message-replacement-char): Move up.
8516
8517 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8518
8519         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8520         instead of gnus-intersection because arguments of gnus-sorted-nunion
8521         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8522
8523 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8526         (message-simplify-subject-functions): Enable
8527         message-strip-subject-encoded-words by default.
8528
8529 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * message.el (message-strip-subject-encoded-words): New function.
8532         (message-simplify-subject-functions): New variable.
8533         (message-simplify-subject): Use it.  Fix typo in doc string.
8534         Support message-strip-subject-encoded-words.
8535
8536 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8537
8538         * gnus-diary.el (gnus-diary-delay-format-function):
8539         * nndiary.el (nndiary-reminders):
8540         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8541
8542 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gnus-art.el (article-hide-boring-headers): Fetch date from
8545         gnus-original-article-buffer to avoid problems with localized date
8546         strings.
8547
8548 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8551
8552 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8555         New variables.
8556         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8557         (mm-charset-synonym-alist): Move some entries to
8558         mm-codepage-iso-8859-list.
8559         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8560         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8561
8562 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8565
8566 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8569         with Emacs 21 and XEmacs.
8570
8571 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8572
8573         * spam.el (spam-parse-address): New function for better parsing,
8574         catching errors, etc.
8575         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8576
8577 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * mm-view.el: Add interactive arg to html2text autoload.
8580
8581 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8584
8585 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8588         variables.
8589         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8590         (mm-charset-synonym-alist): Move some entries to
8591         mm-codepage-iso-8859-list.
8592
8593         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8594
8595 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * message.el (message-citation-line-format)
8598         (message-insert-formated-citation-line): Fix implementation of %E, %N
8599         and %n according to the doc string.
8600
8601 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8602
8603         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8604         car-safe to avoid bad parses.
8605
8606 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8609         names.
8610
8611         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8612
8613 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8616         header.
8617
8618         * message.el (message-draft-headers): Add Date.
8619         (message-headers-to-generate): Fix typo in docstring.
8620
8621         * nndraft.el (nndraft-required-headers): New variable.
8622         (nndraft-generate-headers): Use it.
8623
8624         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8625
8626 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * gnus-registry.el (gnus-registry-wash-for-keywords)
8629         (gnus-registry-find-keywords): New functions to allow easy searching of
8630         articles that are in the registry.
8631
8632 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8633
8634         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8635         ietf-drums-parse-address instead of gnus-extract-address-components.
8636         Reported by Damien Elmes <damien@repose.cx>.
8637
8638 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus.el (gnus-mime): Remove unused custom group.
8641
8642 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8643
8644         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8645         "blank line" when searching for end of armor headers.
8646
8647 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gmm-utils.el (gmm-write-region): Fix variable name.
8650
8651 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gmm-utils.el (gmm-write-region): New function based on compatibility
8654         code from `mm-make-temp-file'.
8655
8656         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8657
8658         * nnmaildir.el (nnmaildir--update-nov)
8659         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8660         Use `gmm-write-region'.
8661
8662 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8665         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8666
8667         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8668
8669         * message.el (message-replacement-char): New variable.
8670         (message-fix-before-sending): Use it.
8671         (message-simplify-subject): New function to remove duplicate code.
8672         (message-reply, message-followup): Use it.
8673
8674         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8675         gnus-summary-limit-to-articles.
8676
8677 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-util.el (gnus-with-local-quit): New macro.
8680
8681         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8682
8683 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8684
8685         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8686         ignore non-string data.
8687
8688 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8689
8690         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8691         non-string data (needs to be done in the registry too).
8692
8693 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8694
8695         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8696         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8697         (gnus-registry-split-fancy-with-parent)
8698         (gnus-registry-fetch-simplified-message-subject-fast)
8699         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8700         Remove text properties on ingress into the registry and when it's saved.
8701         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8702         registry from entries with no groups.
8703
8704 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8707         function to remove string properties.
8708
8709 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gmm-utils.el (gmm): Adjust custom version.
8712
8713         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8714         custom version.
8715
8716         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8717
8718 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-art.el (gnus-insert-prev-page-button)
8721         (gnus-insert-next-page-button): Simplify.  Reformat.
8722
8723 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8724
8725         * gnus-art.el (gnus-insert-prev-page-button)
8726         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8727
8728 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8729
8730         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8731
8732 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8733
8734         * gnus-art.el (gnus-insert-mime-button)
8735         (gnus-insert-mime-security-button):
8736         Apply gnus-article-button-face to MIME and security buttons.
8737
8738 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8741         readable.
8742
8743 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8746
8747 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8748
8749         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8750         `browse-url-of-file' instead of `browse-url'.
8751
8752 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8753
8754         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8755         regexp.  Articles containing quotation were cut prematurely.
8756
8757 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * message.el (message-cite-original-1): Use nobody by default for the
8760         value of From header.
8761         (message-reply): Ditto.
8762
8763 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8764
8765         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8766         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8767         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8768
8769 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8772         mails in the doc string.  Add some URLs in comment.
8773         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8774
8775 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8778         backslashes handling and the way to find boundaries of quoted strings.
8779
8780 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8781
8782         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8783         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8784         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8785         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8786
8787 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8790         doc string.
8791         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8792
8793 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * lpath.el: Fbind epg-check-configuration.
8796
8797 2006-09-06  Simon Josefsson  <jas@extundo.com>
8798
8799         * mml2015.el (mml2015-use): Doc fix, mention epg.
8800
8801 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8802
8803         * mml2015.el (mml2015-use): Default to epg, if available.
8804
8805 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8806
8807         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8808         message-sender.
8809         (mml1991-epg-encrypt): Ditto.
8810         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8811         message-sender.
8812         (mml2015-epg-encrypt): Ditto.
8813
8814 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8815
8816         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8817         several common directories.
8818
8819 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8820
8821         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8822         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8823
8824 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-art.el (article-decode-encoded-words): Make it fast.
8827
8828 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8831
8832         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8833         in quoted string into `\'.
8834
8835 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8838         Use standard-syntax-table.
8839
8840 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-decode-address-function): New variable.
8843         (article-decode-encoded-words): Use it to decode headers which are
8844         assumed to contain addresses.
8845         (gnus-mime-delete-part): Remove useless `or'.
8846
8847         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8848         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8849         (gnus-nov-parse-line): Use it to decode From header.
8850         (gnus-get-newsgroup-headers): Ditto.
8851         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8852
8853         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8854         (mail-decode-encoded-address-string): New alias.
8855
8856         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8857         New function.
8858         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8859         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8860         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8861         (rfc2047-decode-string): Ditto.
8862         (rfc2047-decode-address-region): New function.
8863         (rfc2047-decode-address-string): New function.
8864
8865 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * message.el (message-caesar-buffer-body): Allow rotating headers.
8868
8869         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8870
8871         * message.el (message-insert-formated-citation-line): Fix %f.
8872         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8873
8874 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8877         (gnus-bookmark-mouse-available-p): New macro.
8878         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8879         (gnus-bookmark-bmenu-show-infos): Use it.
8880         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8881         (gnus-bookmark-bmenu-hide-infos): Ditto.
8882         (gnus-bookmark-remove-properties): New function.
8883         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8884         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8885         (gnus-bookmark-write-file): Bind coding-system-for-write.
8886         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8887         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8888         group before selecting it.
8889         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8890         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8891         quit-window if it is not available; use gnus-mouse-2 and bind it to
8892         gnus-bookmark-bmenu-select-by-mouse.
8893         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8894         (gnus-bookmark-bmenu-select-by-mouse): New function.
8895
8896 2006-08-13  Romain Francoise  <romain@orebokech.com>
8897
8898         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8899         space.
8900
8901 2006-08-10  Romain Francoise  <romain@orebokech.com>
8902
8903         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8904         (dns-mode-soa-auto-increment-serial): New user option.
8905         (dns-mode-soa-maybe-increment-serial): New function.
8906         (dns-mode): Add the latter to `write-contents-functions'.
8907
8908 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * compface.el (uncompface): Use binary rather than raw-text-unix.
8911
8912 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * compface.el (uncompface): Make sure the eol conversion doesn't take
8915         place when communicating with the external programs.  Reported by
8916         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8917
8918 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8921
8922 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8923
8924         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8925         Make it more robust by parsing author and date independently.
8926
8927 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8930
8931 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8932
8933         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8934         first matching secret key.
8935         (mml2015-epg-encrypt): Ditto.
8936
8937         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8938         first matching secret key.
8939         (mml1991-epg-encrypt): Ditto.
8940
8941         * mml2015.el (mml2015-encrypt-to-self): New user option.
8942         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8943         mml2015-epg-encrypt-to-self is set.
8944
8945         * mml1991.el (mml1991-encrypt-to-self): New variable.
8946         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8947         mml1991-epg-encrypt-to-self is set.
8948
8949         * mml2015.el (mml2015-signers): New user option.
8950         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8951         (mml2015-epg-encrypt): Allow to select signing keys.
8952
8953         * mml1991.el (mml1991-signers): New variable.
8954         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8955         (mml1991-epg-encrypt): Allow to select signing keys.
8956
8957 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * nnheader.el (nnheader-insert-head): Make it work even if the file
8960         uses CRLF for the line-break code.
8961
8962 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8963
8964         * mml2015.el: Require mml-sec instead of password.
8965         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8966         (mml2015-cache-passphrase): Inherit the default value from
8967         mml-secure-cache-passphrase.
8968         (mml2015-passphrase-cache-expiry): Inherit the default value from
8969         mml-secure-passphrase-cache-expiry.
8970
8971         * mml1991.el: Require mml-sec instead of password.
8972         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8973         (mml1991-cache-passphrase): Inherit the default value from
8974         mml-secure-cache-passphrase.
8975         (mml1991-passphrase-cache-expiry): Inherit the default value from
8976         mml-secure-passphrase-cache-expiry.
8977
8978         * mml-sec.el: Require password.
8979         (mml-secure-verbose): New user option.
8980         (mml-secure-cache-passphrase): New user option.
8981         (mml-secure-passphrase-cache-expiry): New user option.
8982
8983 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8984
8985         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8986         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8987         andreas@altroot.de (Andreas Vögele).
8988
8989         FIXME: Use `tiny change'?
8990
8991 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8994         workaround for the url package included with Emacs.
8995
8996         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8997
8998 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9001         correctly.  This fixes a bug caused by the 2006-05-12 change.
9002
9003 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9004
9005         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9006         some information about the error when saying that the `bogus' mail
9007         group will be used.
9008
9009 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9012         string.
9013
9014 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9015
9016         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9017
9018 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9019
9020         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9021
9022 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9023
9024         * mml1991.el (mml1991-function-alist): Add epg.
9025         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9026         (mml1991-epg-encrypt): New functions.
9027
9028 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9029
9030         * mml2015.el (mml2015-verbose): New variable.
9031         (mml2015-cache-passphrase): Ditto.
9032         (mml2015-passphrase-cache-expiry): Ditto.
9033         (mml2015-function-alist): Add epg.
9034         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9035         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9036         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9037         functions.
9038
9039 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9040
9041         * message.el (message-cite-original-1): Preserve region when removing
9042         quoted text due to X-No-Archive in order to avoid bogus attribution
9043         when citing multiple messages.
9044
9045 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9046
9047         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9048         Kenneth Jacker <khj@be.cs.appstate.edu>.
9049
9050 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gnus-diary.el (gnus-user-format-function-d)
9053         (gnus-user-format-function-D): Autoload.
9054
9055         * imap.el (Commentary): Fix typo.
9056
9057         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9058         2006-04-22 contribution.
9059
9060 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9061
9062         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9063         It didn't really fix the bogosity I'm seeing with solid web groups.
9064
9065 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9066
9067         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9068         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9069         created using server names.  If we use the feature without declaring
9070         it, Gnus does not properly manage server and group state.
9071
9072         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9073         bound.
9074
9075 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9076
9077         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9078         looking up the method using GROUP's prefix before inventing a new one.
9079         It is used on killed/unknown groups in various places where returning
9080         an all-new method isn't expected by the caller.
9081
9082         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9083         and match semantics of gnus-group-real-prefix.
9084
9085 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * nnmail.el (nnmail-broken-references-mailers): New variable.
9088         (nnmail-ignore-broken-references): New function generalizing
9089         nnmail-fix-eudora-headers.
9090         (nnmail-fix-eudora-headers): Now obsolete.
9091
9092         * gnus-art.el (gnus-button-handle-custom): Support
9093         `customize-apropos*'.
9094
9095 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9098
9099         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9100         articles.
9101
9102 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * message.el (message-cite-reply-above): New variable.
9105         (message-yank-original): Use it.
9106
9107 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9110
9111 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9114         as read.
9115
9116         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9117
9118 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9121         (gnus-bookmark-default-file): Use gnus-directory.
9122         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9123         Remove "*" in doc string.
9124         (gnus-bookmark-write-file): Simplify.
9125         (gnus-bookmark-maybe-sort-alist): Use `when'.
9126         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9127         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9128         FIXME about Emacs 21 and XEmacs compatibility.
9129         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9130         compatibility.
9131         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9132         compatibility.
9133         (gnus-bookmark-menu-heading): Fix version.
9134
9135 2006-06-19  Bastien Guerry  <bzg@altern.org>
9136
9137         * gnus-bookmark.el: New file.
9138
9139 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * message.el (message-syntax-checks): Doc fix.
9142
9143 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9146         unsubscribed groups as if they were killed ones.  It causes duplicate
9147         entries in gnus-newsrc-alist.
9148
9149 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * message.el (message-syntax-checks): Doc fix.
9152         (message-send-mail): Add check for continuation headers.
9153         (message-check-news-header-syntax): Fix regexp used to check for
9154         continuation headers.
9155
9156 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9159
9160 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9163
9164 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9167         default-truncate-lines.
9168
9169 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9172         to fill the utf-8 entry.
9173
9174         * lpath.el: Fbind unicode-precedence-list.
9175
9176 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9177
9178         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9179
9180 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9181
9182         * gnus-agent.el (directory-files-and-attributes): Move all the way
9183         forward (the third and final move).
9184         (gnus-agent-read-agentview): Trap reconstruction errors due to
9185         nonexistant directory.  Handle by returning nil.
9186
9187 2006-05-30  Didier Verna  <didier@xemacs.org>
9188
9189         * message.el (message-dont-reply-to-names): Update the custom type.
9190         * message.el (message-dont-reply-to-names): New defsubst: potentially
9191         convert a list of regexps into a single one.
9192         * message.el (message-get-reply-headers): Use it.
9193         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9194
9195 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-agent.el (directory-files-and-attributes): Move forward.
9198
9199 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * gnus-ml.el (gnus-mailing-list-subscribe)
9202         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9203         (gnus-mailing-list-message): Fix doc strings.
9204
9205 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9206
9207         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9208         of doing it manually.
9209
9210 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9213         comment.
9214
9215 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9216
9217         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9218         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9219         (gnus-agent-read-local): All symbols allocated in my-obarray.
9220         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9221         (gnus-agent-regenerate-group): Check numeric names to see if they are
9222         messages or groups.
9223         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9224         better way of do this...)
9225
9226         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9227         'dummy.group' (there should be a better way of do this...)
9228
9229 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9232         (gnus-saved-headers): Ditto.
9233         (gnus-default-article-saver): Mention functions may have properties.
9234         (gnus-article-save): Override gnus-save-all-headers and
9235         gnus-saved-headers by :headers property which saver function may have.
9236         (gnus-summary-save-in-file): Add :headers property.
9237         (gnus-summary-write-to-file): Ditto.
9238
9239         * gnus-sum.el (gnus-summary-save-article): Bind
9240         gnus-prompt-before-saving to t when saving many articles in a file;
9241         always show all headers.
9242
9243         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9244
9245 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9248         marks.
9249
9250         * message.el (message-indent-citation): Add optional arguments to allow
9251         using it outside of message buffers.
9252
9253         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9254         (gnus-article-treat-unfold-headers): Use it.
9255         (gnus-article-truncate-lines): New variable.
9256         (gnus-article-mode): Use it.
9257         (gnus-article-toggle-truncate-lines): New function.
9258
9259         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9260         gnus-article-toggle-truncate-lines.
9261
9262         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9263         coding system in XEmacs, use binary.
9264
9265 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9268         after-load-alist.
9269
9270         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9271         this function should save decoded articles.
9272         (gnus-summary-write-to-file): Use property to specify this function
9273         should save decoded articles and specify gnus-summary-save-in-file
9274         should be used to save articles other than the first one when saving
9275         many articles.
9276         (gnus-summary-save-body-in-file): Use property to specify this
9277         function should save decoded articles.
9278         (gnus-summary-write-body-to-file): Use property to specify this
9279         function should save decoded articles and specify
9280         gnus-summary-save-body-in-file should be used to save articles other
9281         than the first one when saving many articles.
9282
9283         * gnus-sum.el (gnus-summary-save-article): Simplify.
9284
9285 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-default-article-saver): Add
9288         gnus-summary-write-body-to-file.
9289         (gnus-article-save-coding-system): Don't use coding system object
9290         in XEmacs.
9291         (gnus-read-save-file-name): Add optional `dir-var' argument which
9292         specifies directory in which files are saved; work even if optional
9293         `variable' argument is not specified.
9294         (gnus-summary-write-to-file): Read file name.
9295         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9296         (gnus-summary-write-body-to-file): New function.
9297
9298         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9299         (gnus-summary-local-variables): Add it.
9300         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9301         (gnus-summary-save-article): Remove optional `decode' argument;
9302         determine whether to decode articles by the value of
9303         gnus-default-article-saver; when saving many files using
9304         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9305         it first and use gnus-summary-save-in-file or
9306         gnus-summary-save-body-in-file thereafter unless
9307         gnus-prompt-before-saving is always; move point to article which
9308         will be saved.
9309         (gnus-summary-save-article-file): Revert.
9310         (gnus-summary-write-article-file): Revert.
9311         (gnus-summary-save-article-body-file): Revert.
9312         (gnus-summary-write-article-body-file): New function.
9313
9314 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-art.el (gnus-default-article-saver): Doc fix.
9317         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9318         from gnus-summary-save-article-coding-system, and default to a
9319         certain coding system.
9320         (gnus-output-to-file): Add coding cookie and encode text according
9321         to gnus-article-save-coding-system; don't use mm-append-to-file.
9322
9323         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9324         gnus-art.el and rename to gnus-article-save-coding-system.
9325         (gnus-summary-save-article): Require gnus-art; don't show all
9326         headers if it decodes articles; don't add coding cookie here;
9327         don't bind mm-text-coding-system-for-write.
9328         (gnus-summary-save-article-file): Save decoded articles.
9329         (gnus-summary-write-article-file): When saving many files, use
9330         gnus-summary-write-to-file first and gnus-summary-save-in-file
9331         thereafter unless gnus-prompt-before-saving is always.
9332         (gnus-summary-save-article-body-file): Save decoded articles.
9333
9334         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9335
9336 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * nnrss.el (nnrss-check-group): Bind hash-index.
9339
9340 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9341
9342         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9343         its hash index.  Store this hash in `nnrss-group-data'.
9344         (nnrss-read-group-data): Update accordingly.
9345
9346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9349         entry.
9350
9351         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9352         gnus-article-browse-html-article.
9353
9354 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9355
9356         * gnus-sum.el (gnus-summary-mime-map): Add
9357         gnus-article-browse-html-article.
9358
9359         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9360
9361 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9364         suitable coding systems in customize.
9365
9366 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * mail-source.el (mail-sources): Fix custom type.
9369
9370 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9373         (gnus-summary-expire-articles-now): Shorten prompt.
9374
9375         * gmm-utils.el (wid-edit): Require.
9376         (defun-gmm): Renamed from `gmm-defun-compat'.
9377         (gmm-image-search-load-path): Use it.
9378         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9379
9380 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9383         variable.
9384         (gnus-summary-save-article): Add optional `decode' argument.  If
9385         it is set and gnus-summary-save-article-coding-system is non-nil,
9386         save decoded article.
9387         (gnus-summary-write-article-file): Save decoded article if
9388         gnus-summary-save-article-coding-system is non-nil.
9389
9390         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9391         type.
9392
9393 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9396
9397 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9400         first to test gnus-single-article-buffer which may be buffer-local.
9401
9402         * gnus-sum.el (gnus-summary-setup-buffer): Make
9403         gnus-single-article-buffer buffer-local and nil in ephemeral
9404         group; make gnus-article-buffer, gnus-article-current, and
9405         gnus-original-article-buffer always buffer-local.
9406         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9407         group.
9408         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9409
9410 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * nnml.el (nnml-request-compact-group): Compressed files might not
9413         have .gz extension.
9414
9415 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9416
9417         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9418         (mm-copy-to-buffer): Use with-current-buffer.
9419         (mm-display-part): Simplify.
9420         (mm-inlinable-p): Add optional arg `type'.
9421
9422 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9423
9424         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9425         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9426         Try harder to show the attachment internally or externally using
9427         gnus-mime-view-part-as-type.
9428
9429 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * message.el (message-from-style, message-signature-separator)
9432         (message-user-organization-file, message-send-mail-function)
9433         (message-citation-line-function, message-yank-prefix)
9434         (message-indent-citation-function, message-signature)
9435         (message-signature-file, message-signature-insert-empty-line):
9436         Remove autoloads.
9437
9438         * gnus-art.el (gnus-buttonized-mime-types): Remove
9439         "multipart/signed".  Revert 2006-04-26 change.
9440
9441 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus.el (gnus-version-number): Bump version.
9444
9445 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9446
9447         * gnus.el: No Gnus v0.5 is released.
9448
9449 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9450
9451         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9452         fetching articles by message-id.
9453
9454 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * message.el (hashcash): Require hashcash as normal.
9457
9458         * ecomplete.el (ecomplete-highlight-match-line): Use
9459         point-at-eol.
9460         (ecomplete-highlight-match-line): Use `highlight', because that
9461         face exists in both Emacs and XEmacs.
9462
9463         * message.el (message-display-abbrev): Use point-at-bol.
9464
9465         * mail-source.el: Don't require timer/timer-funcs.
9466
9467         * gnus-async.el: Ditto.
9468
9469         * password.el: Ditto.
9470
9471         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9472
9473         * mm-url.el: Ditto.
9474
9475         * gnus-xmas.el: Don't require timer-funcs.
9476
9477         * mm-util.el: Require timer/timer-funcs.
9478
9479 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9480
9481         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9482         Close.
9483
9484 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9487         unibyte after clear-decrypt function runs.
9488
9489         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9490         returns as a unibyte string.
9491
9492 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * lpath.el: Revert.
9495
9496         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9497         (pgg-gpg-process-sentinel): Revert.
9498
9499         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9500         (pgg-pgp-lookup-key): Revert.
9501
9502         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9503         (pgg-pgp5-lookup-key): Revert.
9504
9505         * pgg.el (pgg-fetch-key): Revert.
9506
9507 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * lpath.el: Fbind string-as-multibyte for XEmacs.
9510
9511         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9512         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9513         (mml1991-pgg-encrypt): Ditto.
9514
9515         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9516         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9517         a multibyte buffer.
9518
9519         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9520         (pgg-pgp-lookup-key): Ditto.
9521
9522         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9523         (pgg-pgp5-lookup-key): Ditto.
9524
9525         * pgg.el (pgg-fetch-key): Ditto.
9526
9527 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * message.el (message-user-organization-file): Check several
9530         locations of the organization file.
9531
9532         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9533         Add gnus-article-view-part-as-type.
9534
9535         * gnus-art.el (gnus-article-view-part-as-type): New function.
9536
9537         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9538         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9539
9540         * mml.el: Simplify autoload.
9541         (mml-mode): defvar dnd-protocol-alist instead of using
9542         symbol-value.
9543         (mml-default-directory): New variable.
9544         (mml-minibuffer-read-file): Use it.
9545         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9546
9547         * message.el (message-citation-line-format): New variable.
9548         (message-insert-formated-citation-line): New function.
9549         (message-citation-line-function): Add
9550         `message-insert-formated-citation-line' to custom type.
9551
9552         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9553         to doc string.
9554
9555         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9556         depending on mm-verify-option.
9557
9558 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9561         binding pgg-* variables; reimplement the section which prevents
9562         MIME header from being signed.
9563         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9564         pgg-text-mode; remove a blank line at the top of body.
9565
9566         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9567         lines at the top of body; use gnus-newsgroup-charset if there's no
9568         Charset header.
9569
9570 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * message.el (message-self-insert-commands): Doc fix.
9573
9574         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9575         (mm-uu-pgp-encrypted-test): Ditto.
9576         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9577         between header and body; return application/pgp-encrypted handle
9578         if decryption failed; decode decrypted body by charset.
9579
9580         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9581         element match to application/pgp-*.
9582
9583 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9584
9585         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9586         HTML.
9587
9588 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * mail-source.el (mail-source-call-script): Message the error
9591         string.
9592
9593 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-util.el (gnus-byte-compile): Use it.
9596
9597 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9598
9599         * gnus-util.el (kill-empty-logs): New function.
9600
9601 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (message-mail-alias-type): Doc fix.
9604         (message-mail-alias-type-p): New function.
9605         (message-send): Use it.
9606         (message-mode): Ditto.
9607         (message-strip-forbidden-properties): Ditto.
9608
9609         * ecomplete.el (ecomplete-database-file-coding-system): New
9610         variable.
9611         (ecomplete-save): Use it.
9612         (ecomplete-setup): Use it.
9613
9614 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * message.el (message-self-insert-commands): New variable.
9617         (message-strip-forbidden-properties): Use it.
9618
9619 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9622         that doesn't make XEmacs choke.
9623
9624 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-util.el (gnus-replace-in-string):
9627         Prefer replace-regexp-in-string over of replace-in-string.
9628
9629 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-util.el (gnus-select-frame-set-input-focus):
9632         Use select-frame-set-input-focus if it is available in XEmacs; use
9633         definition defined in Emacs 22 for old Emacsen.
9634
9635         * dgnushack.el: Autoload unmorse-region for XEmacs.
9636
9637         * lpath.el: Bind cursor-in-non-selected-windows and
9638         select-frame-set-input-focus for XEmacs.
9639
9640 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9643
9644 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-registry.el (gnus-registry-cache-save): Remove text
9647         properties when saving via the temp buffer.
9648
9649 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * message.el (message-generate-hashcash): Honor custom type.
9652
9653 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * message.el (message-generate-hashcash): Default to non-nil when
9656         hashcash is found.
9657
9658         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9659         (gnus-refer-thread-limit): Increase default to 500.
9660
9661         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9662
9663         * flow-fill.el (fill-flowed): Allow delete-space.
9664
9665 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9668         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9669         Remove autoloads.
9670
9671 2006-04-18  Simon Josefsson  <jas@extundo.com>
9672
9673         * message.el (message-generate-hashcash): Default to.
9674
9675 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9678         concatenating segments rather than before concatenating them.
9679
9680 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9683
9684 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9687
9688         * message.el (message-forward-make-body-plain): Allow
9689         message-forward-ignored-headers to be a list.
9690         (message-remove-ignored-headers): Factor out into function.
9691         (message-forward-make-body-mml): Use it.
9692
9693         * imap.el (imap-quote-specials): New function.
9694         (imap-login-auth): Quote specials.
9695
9696         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9697         (rfc2231-parse-string): Allow concatanation of parameters that
9698         aren't contiguous.  The test case is
9699           (mail-header-parse-content-type "message/external-body;
9700             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9701             access-type=LOCAL-FILE;
9702             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9703
9704 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9705
9706         * nntp.el (nntp-accept-process-output): Return the value of
9707         `nnheader-accept-process-output'.
9708
9709 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9712         (gnus-button-alist): Recognize more diff formats.
9713         (gnus-button-patch): Strip directory.
9714
9715 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9718         Emacs 22 when setting focus.
9719
9720 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus-art.el (gnus-article-treat-types): Do treatment of
9723         text/x-verbatim parts.
9724         (gnus-button-patch): New command.
9725
9726         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9727         addresses that contain invalid characters.
9728
9729 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * message.el (message-put-addresses-in-ecomplete): Use
9732         gnus-replace-in-string.
9733         (message-is-yours-p): Use the more correct
9734         mail-header-parse-address instead of
9735         mail-extract-address-components.
9736         (message-put-addresses-in-ecomplete): Fix typo.
9737
9738         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9739         keystroke.
9740
9741         * gnus-art.el (gnus-treatment-function-alist): Change order of
9742         newsgroups/generic header folding to avoid double-folding.
9743
9744         * message.el (message-hidden-headers): Add X-Draft-From.
9745
9746         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9747         command.
9748         (gnus-summary-repeat-search-article-backward): New command.
9749
9750         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9751         groups in the parent topic.
9752
9753 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9754
9755         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9756         (spam-extra-header-to-number): Return the CRM114 number as a
9757         number instead of a string.
9758
9759 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * gnus-art.el (gnus-face-properties-alist): Moved here from
9762         gnus-fun.
9763
9764         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9765
9766 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * message.el (message-strip-forbidden-properties): Only display on
9769         self-insert-command.
9770
9771         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9772         reindent.
9773         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9774
9775 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9776
9777         * smiley.el (smiley-style): Fix typo.
9778
9779 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * hashcash.el (hashcash-insert-payment-async-2): Use
9782         message-goto-eoh instead of doing it manually.
9783         (mail-add-payment): Use message-narrow-to-header instead of trying
9784         to do the same itself.
9785
9786         * message.el (message-hidden-headers): Add Face.
9787
9788         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9789         reparenting code.
9790         (gnus-summary-reparent-children): Refactored out code.
9791         (gnus-summary-thread-map): New keystroke.
9792         (gnus-summary-reparent-children): Make into command.
9793
9794         * smiley.el (smiley-style): Default to `medium' if using a large
9795         font.
9796
9797         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9798         does it itself.
9799
9800         * message.el (message-point-in-header-p): Simplify definition.
9801
9802 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9803
9804         * nnagent.el (nnagent-request-set-mark): Silence log file
9805         writing.
9806         (nnagent-request-set-mark): Use write-region instead of
9807         append-to-file.
9808
9809         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9810         strange select method.
9811
9812         * ecomplete.el (ecomplete-display-matches): Get highlightling
9813         right.
9814         (ecomplete-display-matches): Use literals.
9815         (ecomplete-display-matches): Disable message logging.
9816
9817         * message.el (message-display-abbrev): Small optimization.
9818
9819         * ecomplete.el (ecomplete-display-matches): Allow automatic
9820         display.
9821
9822         * message.el (message-strip-forbidden-properties): Display
9823         abbrevs.
9824         (message-display-abbrev): Get automatic display right.
9825
9826         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9827         keystrokes.
9828
9829 2006-04-13  Romain Francoise  <romain@orebokech.com>
9830
9831         TODO: Backport to v5-10!
9832
9833         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9834         Moved here (and renamed) from gnus-registry.el.
9835
9836         * gnus-registry.el: Require gnus-util.
9837         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9838
9839 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus-group.el (gnus-group-catchup-current): Change
9842         if-then-else-if-then-else into cond.
9843         (gnus-group-catchup): Indent.
9844         (group-name-at-point): New function.
9845         (gnus-fetch-group): Provide default from thing at point.
9846
9847 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * message.el (message-display-abbrev): Fix regexp.
9850
9851         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9852         choosing.
9853         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9854         dead variables.
9855
9856         * message.el (message-newline-and-indent): Remove debugging.
9857         (message-display-abbrev): Use new implementation.
9858
9859 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-art.el (gnus-article-mode): Set
9862         cursor-in-non-selected-windows to nil.
9863
9864         * smiley.el: Revert previous change.
9865         (smiley-data-directory): defvar it before using it in the
9866         defcustom of `smiley-style'.
9867
9868 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * message.el (message-newline-and-indent): New function.
9871
9872         * ecomplete.el: Implement more bits.
9873
9874         * message.el (message-put-addresses-in-ecomplete): Clean up the
9875         string.
9876
9877         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9878
9879         * gnus-sum.el (gnus-summary-save-parts): Bind
9880         gnus-summary-save-parts-counter and use it to make unique file
9881         names.
9882
9883         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9884
9885         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9886         parameter to say whether to actually parse the individual
9887         addresses.
9888
9889         * message.el (message-put-addresses-in-ecomplete): New function.
9890         (ecomplete): Require.
9891         (message-mail-alias-type): Add ecomplete as an option.
9892
9893 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9894
9895         * flow-fill.el (fill-flowed): Remove trailing space from blank
9896         quoted lines.
9897
9898 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * smiley.el (smiley-style): Move definition later to avoid a
9901         compilation warning.
9902
9903 2006-04-12  Kenichi Handa  <handa@m17n.org>
9904
9905         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9906         buffer and then decode the buffer text if necessary.
9907         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9908         first, and after mm-encode-body, change the buffer to unibyte.
9909         Use mm-disable-multibyte instead of set-buffer-multibyte.
9910
9911 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9914         Content-Type header instead of Content-Disposition header.
9915         (gnus-mime-inline-part): Ditto.
9916         (gnus-mime-view-part-as-charset): Ignore charset that the part
9917         specifies.
9918
9919         * mm-decode.el (mm-display-part): Work with external parts and
9920         usual parts similarly.
9921
9922         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9923         instead of gnus-display-mime.
9924
9925         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9926         instead of with-temp-buffer.
9927
9928         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9929         tag to summarized topics part in order to encode non-ASCII text.
9930
9931 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * smiley.el (smiley-style): New variable.
9934         (smiley-directory): New function.
9935         (smiley-data-directory): Derive from `smiley-style' using
9936         `smiley-directory'.
9937         (smiley-regexp-alist): Add new entries.
9938
9939         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9940         (gnus-article-browse-delete-temp): Add :version.
9941
9942 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9943
9944         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9945         the sieve region.
9946
9947 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * gnus.el (gnus-version-number): Bump version.
9950
9951 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gnus.el: No Gnus v0.4 is released.
9954
9955 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9958         layout.
9959
9960         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9961         unknown charset.
9962
9963         * message.el (message-header-synonyms): Add Original-To to the
9964         default.
9965
9966         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9967         optional parameter.
9968
9969 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-fun.el (gnus): Require it for gnus-directory.
9972
9973 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9976
9977 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9978
9979         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9980
9981 2006-04-05  Simon Josefsson  <jas@extundo.com>
9982
9983         * password.el (password-reset): New function.
9984
9985 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9986
9987         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9988         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9989
9990 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9993         Some whitespace was matched into the url, which broke browsing hits
9994         > 100 when mm-url-use-external was nil.
9995
9996 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9999         gnus-extra-headers for 'Newsgroups.
10000
10001         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10002         bound.
10003
10004 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10005
10006         * pgg-gpg.el: Clean up process buffers every time gpg processes
10007         complete.
10008
10009 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10012         doc string.
10013
10014 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10015
10016         * pgg-gpg.el (pgg-gpg-process-filter)
10017         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10018
10019         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10020         lines, temporary fix.
10021
10022 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10025
10026 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10027
10028         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10029         default-enable-multibyte-characters.  This reverts the change from
10030         revision 6.17 which is no longer necessary because the passphrase
10031         is sent separately now.  GnuPG messages are unreadable under
10032         multibyte locales with default-enable-multibyte-characters set to
10033         nil.
10034
10035 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * message.el (message-tool-bar-gnome): Move "spell".
10038
10039 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10042         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10043         instead.
10044
10045 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10046
10047         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10048         newsgroups handling for NNTP overviews which don't include
10049         Newsgroups.
10050
10051 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10052
10053         * message.el (message-resend): Bind message-generate-hashcash to nil.
10054
10055 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10056
10057         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10058         when searching for already-paid recipients.
10059
10060 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10061
10062         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10063         passphrases when it is not needed.
10064         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10065         passphrase stuff from gpg, should only be necessary when you use
10066         gpg with a smartcard.
10067
10068 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mml.el (mml-insert-mime): Ignore cached contents of
10071         message/external-body part.
10072
10073         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10074         (mm-insert-part): Ditto.
10075
10076 2006-03-23  Simon Josefsson  <jas@extundo.com>
10077
10078         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10079         Reiner.
10080         (pgg-gpg-use-agent-p): Use it again.
10081
10082 2006-03-23  Simon Josefsson  <jas@extundo.com>
10083
10084         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10085         older emacsen.
10086         (pgg-gpg-use-agent-p): Don't use it.
10087
10088 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10091         if we can.
10092
10093 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10094
10095         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10096         (pgg-gpg-update-agent): New function.
10097         (pgg-gpg-use-agent-p): New function.
10098         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10099         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10100         (pgg-gpg-sign-region): Use it.
10101
10102 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10105         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10106
10107 2006-03-21  Simon Josefsson  <jas@extundo.com>
10108
10109         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10110         <wilde@sha-bang.de>.
10111         (pgg-gpg-use-agent): New variable.
10112         (pgg-gpg-process-region): Use it.
10113         (pgg-gpg-encrypt-region): Likewise.
10114         (pgg-gpg-encrypt-symmetric-region): Likewise.
10115         (pgg-gpg-decrypt-region): Likewise.
10116         (pgg-gpg-sign-region): Likewise.
10117         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10118
10119 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10122
10123         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10124         Add comment on version.
10125
10126 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * smiley.el: Add missing test smiley.
10129
10130 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * mm-decode.el (mm-with-part): New macro.
10133         (mm-get-part): Use it; work with message/external-body as well.
10134         (mm-save-part): Treat name and filename equally.
10135
10136         * mm-extern.el (mm-extern-cache-contents): New function.
10137         (mm-inline-external-body): Use it; force the part to be displayed;
10138         move undisplayer added to the cached handle to the parent.
10139
10140         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10141         (gnus-mime-view-part-as-type): Work with message/external-body.
10142
10143         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10144
10145 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10148         images in image-load-path.  [Sync with image.el, revision 1.60, in
10149         Emacs.]
10150
10151 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10154         path rather than symbol.  Always return list of directories.
10155         Guarantee that image directory comes first.  [Sync with image.el,
10156         revision 1.59, in Emacs.]
10157
10158         * message.el (message-make-tool-bar): Adjust to new API of
10159         `gmm-image-load-path-for-library'.
10160
10161         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10162
10163         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10164
10165 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10166
10167         * gnus-art.el (gnus-article-only-boring-p):
10168         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10169         intangible text.
10170         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10171
10172 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10175         `defun' instead of `gmm-defun-compat'.
10176
10177 2006-03-14  Simon Josefsson  <jas@extundo.com>
10178
10179         * message.el (message-unique-id): Don't use message-number-base36
10180         if (user-uid) is a float.
10181         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10182
10183 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10186
10187         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10188         empty line between a part and a message part.
10189
10190 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * smiley.el: Add more test smileys.
10193         (smiley-data-directory, smiley-regexp-alist)
10194         (gnus-smiley-file-types): Fix doc strings.
10195         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10196         adding new elements.
10197         (smiley-mouse-map): Unused code.  Make it a comment.
10198
10199 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10202         scan latest NoCeM messages instead of old ones.
10203         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10204         delimiters that are recently used.
10205         (gnus-nocem-load-cache): Add autoload cookie.
10206
10207         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10208
10209         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10210         level which is larger than gnus-use-nocem is specified.
10211
10212         * gnus-group.el (gnus-group-get-new-news): Ditto.
10213
10214 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * gnus-util.el (gnus-tool-bar-update): New function.
10217
10218         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10219         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10220
10221         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10222
10223         * gnus-group.el (gnus-group-redraw-when-idle)
10224         (gnus-group-redraw-check): Remove.
10225         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10226
10227 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10230         if optional last element is specified in splits (FIELD VALUE...).
10231
10232 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10235         to gmm-image-load-path-for-library.  Call with no-error argument.
10236         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10237
10238         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10239
10240         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10241
10242         * gmm-utils.el (gmm-image-load-path): Remove alias.
10243
10244 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gmm-utils.el (gmm-image-load-path): Add alias.
10247
10248         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10249         nnml-generate-nov-databases-1.
10250         (nnml-generate-nov-databases): Use it.
10251         (nnml-generate-nov-databases-directory): Document no-active
10252         argument.
10253
10254         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10255         directory if path is t.  Add no-error.
10256
10257         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10258         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10259
10260         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10261         resetting gnus-article-browse-html-temp-list.
10262
10263         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10264         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10265         Add example to docstring.  Rename local variables.  Move error
10266         checks to default case in cond and simplify.
10267
10268 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10271         handle is multipart when calling it recursively.
10272         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10273
10274 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10275
10276         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10277         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10278
10279 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10282         is loaded.
10283
10284         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10285         loaded.
10286
10287 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10290         to "Emacs 23 (unicode)" in doc string.
10291
10292         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10293         "Emacs 23 (unicode)" in comment.
10294
10295 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10298
10299         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10300         characters 160 through 255 in Emacs 23.
10301
10302 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10305         gnus-article-browse-html-temp.
10306         (gnus-article-browse-delete-temp): Make it customizable.  Add
10307         `file'.  Adjust doc string.
10308         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10309         query for each file.  Adjust doc string.
10310         (gnus-article-browse-html-parts): Add
10311         `gnus-article-browse-delete-temp-files' to
10312         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10313
10314 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10315
10316         * gnus-art.el (gnus-article-browse-html-temp)
10317         (gnus-article-browse-delete-temp): New variables.
10318         (gnus-article-browse-delete-temp-files): New function.
10319         (gnus-article-browse-html-parts): Use it.
10320
10321 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10324
10325         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10326         string.
10327
10328         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10329         gnus-summary-insert-new-articles when unplugged.  Remove
10330         gnus-summary-search-article-forward.
10331
10332         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10333         display-visual-class instead of display-color-cells.
10334
10335 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * dgnushack.el: Autoload customize-group for XEmacs.
10338
10339         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10340         message/* containing non-ASCII text properly.
10341
10342 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * message.el: Require gmm-utils, remove autoloads.
10345         (message-tool-bar): Set default based on
10346         gmm-tool-bar-style.
10347         (message-tool-bar-gnome): Add gmm-customize-mode.
10348
10349         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10350         gmm-tool-bar-style.
10351         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10352
10353         * gnus-group.el (gnus-group-tool-bar): Set default based on
10354         gmm-tool-bar-style.
10355         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10356
10357         * gmm-utils.el (gmm-image-directory): Rename variable from
10358         gmm-image-load-path.
10359         (gmm-image-load-path): Use gmm-image-directory.
10360         (gmm-customize-mode): New function.
10361         (gmm-tool-bar-style): New variable.
10362
10363         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10364         gnus-group-redraw-line-number.
10365         (gnus-group-redraw-check): Simplify.
10366         (gnus-group-tool-bar-update): Remove redraw check.
10367         (gnus-group-make-tool-bar): Add redraw check.
10368
10369 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10370
10371         * gnus-art.el (gnus-button): Add missing parentheses.
10372
10373 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * lpath.el: Fbind line-number-at-pos.
10376
10377 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10380
10381 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * gnus-art.el (gnus-button): New face.
10384         (gnus-article-button-face): Use it.
10385
10386         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10387         gnus-summary-next-page.  Re-order.
10388
10389         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10390         next-node are now included.
10391         (gnus-group-redraw-line-number): New internal variable.
10392         (gnus-group-redraw-check): Helper function for updating the tool
10393         bar.
10394         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10395
10396         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10397
10398         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10399         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10400         Use it to match format of Spamassassin 3.0 and later.  Reported by
10401         IRIE Tetsuya <irie@t.email.ne.jp>.
10402         (spam-check-bogofilter)
10403         (spam-bogofilter-register-with-bogofilter): Fix args of
10404         `gnus-error' calls.
10405
10406 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10409         unnecessary interaction when sending queued mails.  Reported by
10410         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10411
10412 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10415         first or last are nil.
10416
10417 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10418
10419         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10420
10421 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422
10423         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10424
10425 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * dns.el (query-dns): Protect more against buggy tcp output.
10428
10429 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10432         nov.php.
10433
10434 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10435
10436         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10437         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10438         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10439         output on the server side.
10440         (nnweb-google-create-mapping): Update regexps and add some
10441         progress indication.
10442
10443 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10446         gnus-agent-toggle-plugged.  Re-order icons.
10447         (gnus-group-tool-bar-gnome): Add
10448         gnus-group-{prev,next}-unread-group.
10449         (gnus-group-tool-bar-gnome): Re-order icons.
10450
10451         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10452         gnus-summary-insert-new-articles.
10453
10454         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10455         comments.
10456
10457         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10458         also available in Emacs 21.3.
10459
10460         * message.el (message-fix-before-sending): Change "Emacs 22" to
10461         "Emacs 23 (unicode)" in comment.
10462
10463         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10464         "Emacs 23 (unicode)" in comment.
10465
10466         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10467         comment.
10468         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10469
10470         * mm-view.el (mm-fill-flowed): Add :version.
10471
10472 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10475         and load-path.
10476
10477 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * message.el: Autoload gmm-image-load-path.
10480         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10481         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10482         consitency.
10483
10484         * gmm-utils.el (gmm-image-load-path): Also search in
10485         "../etc/images".  Don't set gmm-image-load-path if we don't find
10486         the image.
10487
10488 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gmm-utils.el (gmm-image-load-path): Don't make
10491         `gmm-image-load-path' include subdirectories which the second arg
10492         `image' might specify.
10493
10494         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10495         subdirectory to icon file names.
10496
10497         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10498
10499 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10502         gmm-image-load-path calls.
10503
10504         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10505
10506         * message.el (message-make-tool-bar): Ditto.
10507
10508         * mml.el (mml-preview): Added comment concerning tool bar icons.
10509
10510         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10511         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10512
10513         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10514         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10515
10516         * message.el (message-tool-bar-gnome): Use new icon names.
10517         (message-make-tool-bar): Use `gmm-image-load-path'.
10518
10519         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10520         functions from MH-E.
10521         (gmm-image-load-path): New variable from MH-E.
10522         (gmm-image-load-path): New function from MH-E.  Added arguments
10523         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10524         *-image-load-path-called-flag.
10525
10526 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10527
10528         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10529
10530 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10531
10532         * nnimap.el (nnimap-request-move-article): Change folder back to
10533         source group before deleting.
10534
10535 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10538
10539         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10540         mm-url.
10541
10542         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10543
10544 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10547         coding system which mm-charset-to-coding-system returns for a
10548         given charset is valid.
10549
10550 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10551
10552         * html2text.el (html2text-remove-tag-list):
10553         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10554
10555 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10556
10557         * gnus-cus.el: Revert 2005-10-17 change.
10558
10559 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-art.el (article-strip-banner): Call
10562         article-really-strip-banner only when the regexp match is made.
10563
10564 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-art.el (article-strip-banner): Use
10567         gnus-extract-address-components instead of
10568         mail-header-parse-addresses to make it work with non-ASCII text;
10569         remove mail-encode-encoded-word-string.
10570
10571         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10572         values which are surrounded with \"...\"; make it never cause a
10573         Lisp error; give up parsing of parameters if it failed in
10574         extracting type.
10575
10576 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10577
10578         * smime.el (smime-cert-by-ldap-1): Fix bug where
10579         `smime-ldap-search' returns results without userCertificates.
10580
10581 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10584
10585 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * spam.el (spam-check-spamassassin-headers): Adapt format for
10588         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10589         <ari@mbf.ocn.ne.jp>.
10590         (spam-list-of-processors): Add spam-use-gmane.
10591
10592 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10595         make-temp-file; make it work with XEmacs as well.
10596
10597         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10598         mm-make-temp-file.
10599
10600         * mm-decode.el (mm-display-external): Use the 3rd arg of
10601         mm-make-temp-file.
10602         (mm-create-image-xemacs): Ditto.
10603
10604 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10607         with message-narrow-to-headers.
10608         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10609         (gnus-draft-check-draft-articles): New function.
10610         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10611
10612 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-art.el (gnus-article-browse-html-parts):
10615         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10616         Don't use suffix argument for mm-make-temp-file for Emacs 21
10617         compatibility.  Remove useless `format'.
10618
10619 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10620
10621         * nnweb.el (nnweb-google-wash-article): Update regexps.
10622         (nnweb-group-alist): Use defvoo instead of defvar.
10623
10624 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10627         re-loading nn* modules.
10628
10629 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10632         for `tool-bar-mode' and don't check it's default-value.
10633
10634         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10635
10636         * message.el (message-make-tool-bar): Ditto.
10637
10638         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10639         `substring'.  Shorten tmp-file name.
10640
10641         * gnus.el: Remove bogus comment.
10642
10643 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10644
10645         * gnus-art.el (gnus-article-browse-html-parts): New function.
10646         (gnus-article-browse-html-article): New function for viewing html
10647         articles with a browser.
10648
10649 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10650
10651         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10652         in elisp.
10653         (pgg-gpg-encrypt-symmetric-region): Ditto.
10654         (pgg-gpg-sign-region): Ditto.
10655
10656         * pgg-def.el (pgg-text-mode): New variable.
10657
10658         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10659         (mml2015-pgg-encrypt): Ditto.
10660
10661         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10662         (mml1991-pgg-encrypt): Ditto.
10663
10664 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10667         message-make-date instead of current-time-string.
10668
10669         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10670         to gnus-decoded which mm-uu might set.
10671
10672 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10675         don't decode quoted parameters; remove misimported Emacs code.
10676         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10677         (rfc2231-decode-encoded-string): Don't use split-string which
10678         behaves differently according to Emacs version; use
10679         mm-decode-coding-region to convert charset to coding-system.
10680         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10681         (rfc2231-encode-string): Remove misimported Emacs code.
10682
10683 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10686         when calling mail-header-parse-content-type.
10687         (article-de-quoted-unreadable): Ditto.
10688         (article-de-base64-unreadable): Ditto.
10689         (article-wash-html): Ditto.
10690
10691         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10692         calling mail-header-parse-content-type and
10693         mail-header-parse-content-disposition.
10694         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10695         mail-header-parse-content-type.
10696
10697         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10698         insert charset and format parameters; encode description after
10699         inserting it to buffer.
10700         (mml-insert-parameter): Fold lines properly even if a parameter is
10701         segmented into two or more lines; change the max column to 76.
10702
10703         * rfc1843.el (rfc1843-decode-article-body): Don't use
10704         ignore-errors when calling mail-header-parse-content-type.
10705
10706         * rfc2231.el (rfc2231-parse-string): Return at least type if
10707         possible; don't cause an error even if it fails in parsing of
10708         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10709         (rfc2231-encode-string): Don't break lines at the beginning, leave
10710         it to mml-insert-parameter.
10711
10712         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10713         calling mail-header-parse-content-type.
10714
10715 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * spam-report.el (spam-report-gmane-use-article-number):
10718         Improve doc string.
10719         (spam-report-gmane-internal): Check if a suitable header was found
10720         in the article.
10721
10722 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10725         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10726
10727 2006-02-05  Romain Francoise  <romain@orebokech.com>
10728
10729         Update copyright notices of all files in the gnus directory.
10730
10731 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10732
10733         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10734
10735 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10738         segmented lines of parameter value to cope with Thunderbird 1.5
10739         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10740         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10741         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10742
10743 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10744
10745         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10746         parts.
10747
10748 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10749
10750         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10751         there's only one active file for all servers.
10752         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10753         solid groups.  Gnus might have used a FAST request to select the group.
10754         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10755         and nnweb-search redundantly in the active file.
10756         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10757         (nnweb-request-create-group): Don't use ARGS.
10758         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10759         initialisations.  Let nnoo do the work.
10760
10761 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10764         Say the part has been decoded.
10765
10766         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10767
10768 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10769
10770         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10771         mailcap-viewer-test-cache when there's no 'test clause, since that
10772         will invert the meaning of a "nil" test previously determined by
10773         mailcap-mailcap-entry-passes-test.
10774
10775 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10778         compiling.
10779
10780         * gnus-sum.el: Ditto.
10781
10782         * message.el: Don't bind tool-bar-map when compiling.
10783
10784 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10787
10788 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10789
10790         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10791         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10792         current Google Groups.
10793
10794 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10797         and tool-bar-mode.
10798
10799         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10800         and tool-bar-mode.
10801
10802         * message.el (message-tool-bar-update): Simplify.
10803         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10804
10805         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10806         gnus-summary-buffer.
10807         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10808         gnus-summary-reply.
10809
10810         * gmm-utils.el (gmm): Add :version.
10811
10812 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * Makefile.in (clean): New rule.
10815         (distclean): Use it.
10816
10817 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10818
10819         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10820         autoload.
10821
10822 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gmm-utils.el (gmm-verbose): Add :group.
10825
10826 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * message.el: Change some comments WRT tool-bars.
10829
10830         * gnus-sum.el (gnus-summary-tool-bar)
10831         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10832         (gnus-summary-tool-bar-zap-list): New variables.
10833         (gnus-summary-make-tool-bar): Complete rewrite using
10834         `gmm-tool-bar-from-list'.
10835
10836         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10837         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10838         variables.
10839         (gnus-group-make-tool-bar): Complete rewrite using
10840         `gmm-tool-bar-from-list'.
10841         (gnus-group-tool-bar-update): New function.
10842
10843         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10844
10845 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10848         is dissected into a single part of which the type is the same as
10849         the given one; decode charset.
10850
10851 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10852
10853         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10854         into alists as symbol not string, since that's what
10855         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10856         look for.
10857
10858 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10861         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10862
10863         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10864
10865 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10868         (gnus-xmas-mime-security-button-menu): New function.
10869
10870         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10871         (gnus-mime-security-button-menu): New definition.
10872         (gnus-mime-security-button-map): Use them.
10873         (gnus-mime-security-button-menu): New function.
10874         (gnus-insert-mime-security-button): Addition to help echo.
10875         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10876         (gnus-mime-security-pipe-part): New functions.
10877
10878         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10879         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10880
10881         * mm-decode.el (mm-handle-set-disposition): Remove.
10882         (mm-handle-set-description): Remove.
10883
10884 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10887         (mm-w3m-standalone-supports-m17n-p): New function.
10888         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10889         w3m usage.
10890
10891         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10892         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10893
10894 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * message.el (message-tool-bar-zap-list): Use
10897         gmm-tool-bar-zap-list as custom type.
10898         (message-tool-bar-update): New function.
10899         (message-tool-bar, message-tool-bar-gnome)
10900         (message-tool-bar-retro): Add message-tool-bar-update.
10901         (message-tool-bar-gnome): Add flyspell-buffer.
10902
10903         * gnus-util.el (gnus-error): Describe `args'.
10904
10905         * gmm-utils.el (gmm-error): Describe `args'.
10906         (gmm-tool-bar-zap-list): New widget.
10907         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10908
10909 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10912         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10913         the number of recursive calls.
10914
10915         * mm-decode.el (mm-handle-set-disposition): New macro.
10916         (mm-handle-set-description): New macro.
10917
10918 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10921         encoding.
10922
10923 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * message.el (message-tool-bar-zap-list, message-tool-bar)
10926         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10927         (message-tool-bar-local-item-from-menu): Remove.
10928         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10929         (message-make-tool-bar): New function.
10930         (message-mode): Use `message-make-tool-bar'.
10931
10932         * gmm-utils.el: New file.
10933         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10934         (gmm-lazy): New widget copied from `nnmail.el'.
10935         (gmm-tool-bar-from-list): New function for creating customizable
10936         tool bars.
10937         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10938         output.
10939         (gmm): Add :prefix to defgroup.
10940
10941 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10942
10943         * gmm-utils.el (gmm-widget-p): New function.
10944
10945 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * mml.el (mml-attach-file): Describe `description' in doc string.
10948         (mml-menu): Add Emacs MIME manual and PGG manual.
10949
10950 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10951
10952         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10953
10954 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10955
10956         * nntp.el (nntp-end-of-line): Doc fix.
10957
10958 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10959
10960         * imap.el (imap-open): Handle case where buffer is a buffer
10961         object.
10962
10963 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10964
10965         * gnus-delay.el (gnus-delay): Don't autoload.
10966         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10967         to be re-loaded when customizing the `gnus-delay' group.
10968
10969 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10970
10971         * message.el (message-insert-citation-line): Use newlines.
10972
10973 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10974
10975         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10976         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10977         these routines, so the passphrase can be managed externally and
10978         passed in to the system.
10979         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10980         pgg-add-passphrase-to-cache function.
10981
10982         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10983         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10984         these routines, so the passphrase can be managed externally and
10985         passed in to the system.
10986         (pgg-pgp5-sign-region): Use new name of
10987         pgg-add-passphrase-to-cache function.
10988
10989 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10990
10991         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10992         part of the decoded armor to find the key-identifier.
10993         (pgg-gpg-lookup-key-owner): New function to return the
10994         human-readable identifier of a key owner.
10995         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10996         itself.
10997         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10998         the key value) if we have a key and can match it against a secret
10999         key.  Also, added a note pointing out fact that the prompt only
11000         indicates the first matching key.
11001
11002         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11003         pgg-decrypt-region.
11004         (pgg-add-passphrase-to-cache): Rename from
11005         `pgg-add-passphrase-cache' to reduce confusion (all callers
11006         changed).
11007         (pgg-remove-passphrase-from-cache): Rename from
11008         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11009         changed).
11010         (pgg-read-passphrase, pgg-add-passphrase-cache)
11011         (pgg-remove-passphrase-cache): Add informative docstrings.
11012         (pgg-decrypt): Convey provided passphrase in subordinate call to
11013         pgg-decrypt-region.
11014
11015 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11016
11017         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11018         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11019         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11020         'passphrase' argument, so the passphrase can be managed externally
11021         and then passed in to the system.
11022
11023         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11024         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11025         so the passphrase cache can be used reliably with identifiers
11026         besides a pgp packet's key id.
11027
11028         * pgg-gpg.el (pgg-gpg-encrypt-region)
11029         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11030         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11031         these routines, so the passphrase can be managed externally and
11032         passed in to the system.
11033
11034         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11035         'notruncate' argument, so the passphrase cache can be used
11036         reliably with identifiers besides a pgp packet's key id.
11037
11038 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11039
11040         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11041         symmetric encryption.
11042         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11043         encrypted session key.
11044         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11045         message ask for the passphrase in a proper way.
11046
11047         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11048         New user commands for symmetric encryption.
11049
11050 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11053
11054         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11055
11056 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11057
11058         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11059
11060 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * mm-decode.el (mm-inlined-types): Add application/pgp.
11063         (mm-automatic-display): Ditto.
11064
11065         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11066         part as text.
11067
11068 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * nnrss.el: Update copyright.
11071         (nnrss-opml-import): Query whether to subscribe to each entry.
11072
11073         * gnus-art.el:
11074         * gnus-sum.el:
11075         * gnus-xmas.el:
11076         * messagexmas.el:
11077         * mm-uu.el:
11078         * mm-view.el: Update copyright.
11079
11080 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * message.el (message-info): New function.
11083         (message-mode-menu): Add it.
11084         Update copyright.
11085
11086         * ChangeLog: Fix and update copyright.
11087
11088 2006-01-13  Romain Francoise  <romain@orebokech.com>
11089
11090         * message.el (message-forward-subject-name-subject): Prefer the
11091         address to 'nowhere' if the sender has no name.
11092         Fix typo.  Update copyright year.
11093
11094 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (article-wash-html): Use
11097         gnus-summary-show-article-charset-alist if a numeric arg is given.
11098         (gnus-article-wash-html-with-w3m-standalone): New function.
11099
11100         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11101         mm-inline-text-html-render-with-w3m-standalone.
11102         (mm-text-html-washer-alist): Map w3m-standalone to
11103         gnus-article-wash-html-with-w3m-standalone.
11104         (mm-inline-text-html-render-with-w3m-standalone): New function.
11105
11106 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11109         Improve LaTeX.
11110
11111 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11114         (nnrss-request-article): Render text/plain parts as HTML.
11115
11116         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11117         the buffer.
11118
11119 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11122         custom definition of `gnus-posting-styles'.
11123
11124         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11125         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11126
11127 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11130         Use nntp for bug archive.
11131
11132 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11135         parts.
11136         (nnrss-normalize-date): New function converts ISO 8601 date into
11137         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11138         (nnrss-check-group): Use it.
11139
11140 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11143
11144         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11145         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11146         (nnrss-insert-w3): Ditto.
11147
11148 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11151         the articles to be forwarded including the case where neither a
11152         number of articles nor a region is specified.
11153
11154 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * nnrss.el (nnrss-request-article): Fix last change; fill
11157         text/plain parts.
11158
11159 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11162         in text/plain part.
11163         (nnrss-check-group): Don't add excessive newline to dc:subject.
11164
11165 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11166
11167         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11168         article.
11169
11170 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11173         (nnml-use-compressed-files, nnml-save-mail): Support other
11174         comression programs such as bzip2.
11175
11176 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * dns.el (query-dns): Make sure we check the buffer size before
11179         removing tcp headers.
11180
11181 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11184         remove MIME buttons associated with multipart/alternative parts.
11185         (gnus-mime-display-alternative): Tag buttons using `article-type'
11186         text property.
11187
11188         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11189         associated with multipart/alternative parts.
11190
11191         * gnus-art.el (gnus-signature-separator): Fix custom type.
11192
11193         * mm-decode.el (mm-inlined-types): Fix custom type.
11194         (mm-keep-viewer-alive-types): Ditto.
11195         (mm-automatic-display): Ditto.
11196         (mm-attachment-override-types): Ditto.
11197         (mm-inline-override-types): Ditto.
11198         (mm-automatic-external-display): Ditto.
11199
11200 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * spam-report.el (spam-report-user-mail-address)
11203         (spam-report-user-agent): New variables.
11204         (spam-report-url-ping-plain): Use spam-report-user-agent.
11205
11206 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11207
11208         * gnus-art.el (gnus-button-handle-custom): Do not just use
11209         `customize-apropos' for any "M-x customize-*" button but the
11210         function called for.  Accept both the function name and its
11211         argument in order to achieve this.
11212         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11213         function name to `gnus-button-handle-custom' in case of "M-x
11214         customize-*" buttons.
11215
11216 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11219         multipart/alternative and add xref to mm-discouraged-alternatives
11220         in doc string.
11221
11222         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11223         gnus-buttonized-mime-types in doc string.
11224
11225 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11228         Suggest image/.* in the doc string.
11229
11230 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11233         message-marks (Debian bug #342521).
11234
11235 2005-12-12  Simon Josefsson  <jas@extundo.com>
11236
11237         * password.el (password-read-from-cache): Add.
11238         (password-read): Use it.
11239
11240 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11243         us-ascii as a MIME charset.
11244
11245         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11246         against the case where the 2nd arg TYPE is nil.
11247
11248 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * pop3.el (pop3-stream-type): Fix custom version.
11251
11252         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11253
11254 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11255
11256         * mm-decode.el (mm-display-external): Add missing cdr.
11257
11258 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11261         RFC1524) if it is in mailcap or add a suffix according to
11262         mailcap-mime-extensions when generating a temp filename; postpone
11263         deleting a temp file for 2 seconds for some wrappers, shell
11264         scripts, and so on, which might exit right after having started a
11265         viewer command as a background job.
11266
11267 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * nntp.el (nntp-marks-directory): Fix custom group.
11270
11271         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11272         steps when < 10.
11273
11274         * gnus-start.el (gnus-no-server-1): Mention
11275         `gnus-level-default-subscribed' in doc string.
11276
11277 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11278
11279         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11280         parens.
11281
11282 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-xmas.el (gnus-use-toolbar): Revert.
11285         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11286         gnus-use-toolbar is default.
11287
11288         * messagexmas.el (message-use-toolbar): Revert.
11289         (message-setup-toolbar): Use global default-toolbar if
11290         message-use-toolbar is default.
11291
11292 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11295         according to default-toolbar-visible-p.
11296
11297         * messagexmas.el (message-use-toolbar): Ditto.
11298
11299 2005-11-26  Dave Love  <fx@gnu.org>
11300
11301         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11302         (tls-program, tls-success): Provide openssl alternative.
11303
11304         * starttls.el: Doc fixes.
11305         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11306         SERVICE to PORT.
11307
11308         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11309         port null or service name.
11310         (starttls-negotiate): Autoload.
11311
11312 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * message.el (message-kill-to-signature): Fix interactive spec.
11315
11316 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * pop3.el (pop3-open-server): Recognize a string as a service name.
11319
11320 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11321
11322         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11323
11324 2005-11-23  Dave Love  <fx@gnu.org>
11325
11326         Add pop3s, pop3/starttls.
11327
11328         * pop3.el (pop3-authentication-scheme): Clarify doc.
11329         (open-tls-stream, starttls-open-stream): Autoload.
11330         (pop3-stream-type): New.
11331         (pop3-open-server): Use it.
11332
11333         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11334         for POP.
11335         (mail-source-keyword-map): Add :stream for POP.
11336         (mail-source-fetch-pop): Use pop3-stream-type.
11337
11338 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11341         of current-time-string.
11342
11343 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11344
11345         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11346         date header.
11347
11348 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11349
11350         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11351         it can seriously impact performance as it bypasses the agent's
11352         local caches.
11353
11354 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11355
11356         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11357         must be explicitly online rather than "not explicitly offline" for
11358         its flags to be synchronized.
11359
11360         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11361         that gnus-uu-unmark-thread will function correctly.
11362
11363         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11364         1024K is instead displayed as 1M.
11365
11366 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11369
11370 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11371
11372         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11373
11374 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11375
11376         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11377         error message to display actual error condition.
11378         (gnus-agent-save-local): Avoid saving symbols that are bound to
11379         nil as they simply result in a warning message in
11380         gnus-agent-read-local.
11381
11382 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11385         rather than make-variable-buffer-local for file-precious-flag.
11386
11387 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11388
11389         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11390         for duplicates which are removed.  The invalid sort check then
11391         triggers a rescan after the sort as sorting may have moved
11392         duplicate entries such that they can be cheaply detected.
11393
11394 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11397
11398 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11399
11400         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11401         internal variable to a custom variable.  Changed default value
11402         from compressed(2) to uncompressed(1).
11403         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11404         support for uncompressed agentview files.  Taken together, reading
11405         the agentview file should now be 6-7 times faster.
11406
11407 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11408
11409         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11410         as a buffer-local variable.  This avoids creating truncated
11411         dribble files as a result of a hang up, eg.
11412
11413 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11414
11415         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11416         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11417         XEmacs.
11418
11419 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-start.el (gnus-start-draft-setup): Enforce
11422         `gnus-draft-mode' for nndraft:drafts at startup.
11423
11424         * gnus.el (gnus-splash): Change custom group.
11425         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11426         allow-list argument.
11427
11428         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11429         string.
11430
11431 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-art.el (gnus-default-article-saver): Add user-defined
11434         `function' to custom type.
11435
11436 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11437
11438         * imap.el (imap-open): Handle case where buffer is a buffer
11439         object.
11440
11441 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11444         long lines.
11445         (gnus-cache-delete-group): Wrap doc strings.
11446
11447         * gnus-agent.el (gnus-agent-rename-group)
11448         (gnus-agent-delete-group): Wrap doc strings.
11449
11450 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * messagexmas.el (message-use-toolbar): Change the valid values
11453         into default, top, bottom, left, and right.
11454         (message-toolbar-thickness): New variable.
11455         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11456         well.
11457         (message-setup-toolbar): Make it work.
11458
11459         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11460         (gnus-use-toolbar): Change the valid values into default, top,
11461         bottom, left, and right.
11462         (gnus-toolbar-thickness): New variable.
11463         (gnus-xmas-setup-toolbar): New function.
11464         (gnus-xmas-setup-group-toolbar): Use it.
11465         (gnus-xmas-setup-summary-toolbar): Use it.
11466
11467 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * gnus-start.el (gnus-1): Add "native" to
11470         gnus-predefined-server-alist.
11471
11472         * gnus.el (gnus-method-to-server): Don't add "native" to the
11473         lists here, because that leads to problems when
11474         gnus-select-method is bound.
11475
11476 2005-11-09  Simon Josefsson  <jas@extundo.com>
11477
11478         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11479         use (not sort-by-date) instead.
11480
11481 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11482
11483         * gnus-delay.el (gnus-delay-group): Don't autoload.
11484         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11485         to be re-loaded when customizing the `gnus-delay' group.
11486
11487 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11488
11489         * message.el: Revert last changes.
11490         (message-insert-citation-line): Use newlines.
11491
11492 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11493
11494         * message.el (message-courtesy-message)
11495         (message-mark-insert-begin, message-mark-insert-end)
11496         (message-elide-ellipsis, message-cancel-message)
11497         (message-add-header, message-change-subject)
11498         (message-cross-post-followup-to-header)
11499         (message-cross-post-insert-note, message-reduce-to-to-cc)
11500         (message-widen-reply, message-delete-not-region)
11501         (message-kill-to-signature, message-insert-signature)
11502         (message-insert-importance-high, message-insert-importance-low)
11503         (message-insert-or-toggle-importance)
11504         (message-insert-disposition-notification-to)
11505         (message-indent-citation, message-yank-original)
11506         (message-cite-original-without-signature, message-cite-original)
11507         (message-insert-citation-line, message-position-on-field)
11508         (message-fix-before-sending, message-send-mail-partially)
11509         (message-send-mail, message-send-mail-with-sendmail)
11510         (message-send-mail-with-qmail, message-send-news)
11511         (message-check-news-header-syntax, message-generate-headers)
11512         (message-insert-courtesy-copy, message-fill-address)
11513         (message-fill-header, message-shorten-references)
11514         (message-setup-1, message-cancel-news)
11515         (message-forward-make-body-plain, message-forward-make-body-mime)
11516         (message-forward-make-body-mml, message-encode-message-body)
11517         (message-forward-make-body-digest-plain)
11518         (message-forward-make-body-digest-mime)
11519         (message-use-alternative-email-as-from): Insert `hard-newline'
11520         instead of ordinary newlines.
11521
11522 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * message.el (message-generate-headers): Downcase the argument
11525         given to message-check-element.
11526
11527 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11528
11529         * nntp.el (nntp-authinfo-rejected): New error condition.
11530         (nntp-wait-for): Use new error condition to signal authentication
11531         error.
11532         (nntp-retrieve-data): Rethrow new error condition to break out of
11533         recursive call to nntp-send-authinfo.
11534
11535 2005-11-08  Romain Francoise  <romain@orebokech.com>
11536
11537         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11538         (gnus-summary-exit-map): Bind to `Z p'.
11539         (gnus-summary-make-menu-bar): Add menu item.
11540
11541 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11544         (gnus-treat-*): Add `first' in all doc strings.
11545
11546         * gnus-group.el (gnus-group-compact-group): Fix typo.
11547
11548 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus.el (gnus-parameters-case-fold-search): New variable.
11551         (gnus-parameters-get-parameter): Use it.
11552
11553         * gnus-score.el (gnus-home-score-file): Doc fix.
11554
11555 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11556
11557         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11558
11559 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * mm-util.el (mm-special-display-p): New function.
11562
11563         * mml.el (mml-preview): Use it; doc fix.
11564
11565 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11566
11567         * imap.el (imap-open): Handle case where buffer is a buffer object.
11568
11569 2005-10-29  Romain Francoise  <romain@orebokech.com>
11570
11571         * message.el (message-fix-before-sending): Fix comment.
11572
11573 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11574
11575         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11576
11577 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11578
11579         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11580         Used in gnus-score.el.
11581
11582 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11585
11586 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11589         whitespace removed in revision 7.8.  Use concatenated string to
11590         protect trailing whitespace.
11591
11592 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11593
11594         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11595         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11596         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11597         Courier IMAP ("some version from 2004").  Mostly based on similar
11598         code in the same function.
11599
11600 2005-10-26  Didier Verna  <didier@xemacs.org>
11601
11602         * gnus-group.el (gnus-group-compact-group): Invalidate original
11603         article buffer.
11604         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11605         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11606         NOV database and in article itself.
11607         Invalidate article backlog.
11608
11609 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11612
11613 2005-10-26  Simon Josefsson  <jas@extundo.com>
11614
11615         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11616         part of 2004-07-25 change.
11617
11618 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * message.el (message-display-completion-list): New function.
11621         (message-expand-group): Use it; make sure the Completions buffer
11622         is modifiable.
11623 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11624
11625         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11626         user-mail-name is an empty string.
11627
11628 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11631         depending on gnus-score-decay-constant.
11632
11633         * encrypt.el (encrypt-insert-file-contents)
11634         (encrypt-write-file-contents): Don't use `gnus-message'.
11635
11636         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11637         arguments.
11638         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11639         arguments to mm-uu-verbatim-marks-extract.
11640         (mm-uu-hide-markers): New variable.
11641         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11642
11643         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11644         (gnus-convert-image-to-face-command): Use "convert" by default to
11645         allow other input image formats.
11646         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11647         accordingly.
11648
11649 2005-10-23  Simon Josefsson  <jas@extundo.com>
11650
11651         * imap.el (imap-gssapi-program): Align command line parameters
11652         with latest GNU SASL.
11653         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11654
11655 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11658         HTML.
11659         (nnslashdot-request-article): Ditto.
11660
11661         * lpath.el (featurep): Add nobreak-char-display.
11662
11663 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11664
11665         * mail-source.el (mail-source-fetch-pop): Require pop3.
11666         (mail-source-check-pop): Ditto.
11667
11668 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11671         errors.
11672
11673 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11676         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11677
11678         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11679
11680         * mm-bodies.el (mm-decode-string): Call
11681         `mm-charset-to-coding-system' with allow-override argument.
11682
11683 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11686         (rfc2047-charset-to-coding-system): New function.
11687         (rfc2047-decode-encoded-words): New function.
11688         (rfc2047-decode-region): Use them.
11689         (rfc2047-decode-cte): Remove.
11690         (rfc2047-parse-and-decode): Remove.
11691         (rfc2047-decode): Remove.
11692
11693 2005-10-15  Kenichi Handa  <handa@m17n.org>
11694
11695         * rfc2047.el (rfc2047-decode-cte): New function.
11696         (rfc2047-decode-region): Change the way to decode successive
11697         encoded-words: decode B- or Q-encoding in each encoded-word,
11698         concatenate them, and decode it as charset.
11699
11700 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * lpath.el: Fbind codepage-setup for XEmacs.
11703
11704 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11705
11706         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11707         widget-move-and-invoke.
11708         (gnus-custom-mode): Use gnus-custom-map.
11709
11710 2005-10-15  Bill Wohler  <wohler@newt.com>
11711
11712         * message.el (message-tool-bar-map): Renamed image file from
11713         mail_send to mail/send.
11714
11715 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11716
11717         * message.el (message-expand-group): Pass the common
11718         prefix substring of completion to `display-completion-list'.
11719
11720 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * mml-sec.el (mml-secure-method): New internal variable.
11723         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11724         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11725         functions using mml-secure-method.
11726
11727         * mml.el (mml-mode-map): Add key bindings for those functions.
11728         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11729         Harder <harder@myrealbox.com>.
11730         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11731         end of message if point is the headers of the message.
11732
11733         * message.el (message-in-body-p): New function.
11734
11735         * assistant.el: Autoload gnus-util and netrc.
11736
11737         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11738         Use `mm-charset-override-alist' only when decoding.
11739
11740         * mm-bodies.el (mm-decode-body): Call
11741         `mm-charset-to-coding-system' with allow-override argument.
11742
11743         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11744         `filename' from Content-Disposition if Content-Type doesn't
11745         provide `name'.
11746         (gnus-mime-view-part-as-type): Set default instead of
11747         initial-input.
11748
11749 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11750
11751         * format-spec.el (format-spec): Propagate text properties of % spec.
11752
11753 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gnus-art.el (gnus-treat-predicate): Add `first'.
11756
11757 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11760         (mm-charset-override-alist): New variable.
11761         (mm-charset-to-coding-system): Use it.
11762         (mm-codepage-setup): New helper function.
11763         (mm-charset-eval-alist): New variable.
11764         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11765         about unknown charsets.
11766
11767         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11768
11769 2005-10-04  David Hansen  <david.hansen@gmx.net>
11770
11771         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11772         (nnrss-check-group): Ditto.
11773
11774 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11777         Rename x-gnus-verbatim to x-verbatim.
11778         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11779
11780         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11781         x-verbatim.
11782
11783         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11784
11785         * gnus-util.el (gnus-remove-duplicates): Remove.
11786
11787         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11788         instead of gnus-remove-duplicates.
11789
11790         * message.el (message-remove-duplicates): Remove.
11791         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11792         message-remove-duplicates.
11793
11794         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11795         available, else use implementation from `delete-dups'.
11796
11797         * message.el (message-insert-expires): New function.
11798         (message-mode-map): Add key binding.
11799         (message-mode-field-menu): Add menu entry.
11800         (message-mode): Document it.
11801         (message-make-expires-date): Use `message-make-date'.
11802
11803 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11804
11805         * message.el (message-make-expires-date): New function.
11806
11807 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * Makefile.in (list-installed-shadows): New entry.
11810         (install): Use it.
11811         (remove-installed-shadows): New entry.
11812
11813         * dgnushack.el (dgnushack-default-load-path): New variable.
11814         (dgnushack-find-lisp-shadows): New function.
11815         (dgnushack-remove-lisp-shadows): New function.
11816
11817 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * Makefile.in (install-el-elc): New entry.
11820         (install): Use it so that .el files are necessarily installed.
11821
11822 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11825
11826 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11827
11828         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11829         function rather than the diff-mode.el package.
11830         (mm-display-external): Use with-current-buffer.
11831         (mm-viewer-completion-map, mm-viewer-completion-map):
11832         Move initialization inside declaration.
11833
11834 2005-09-29  Simon Josefsson  <jas@extundo.com>
11835
11836         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11837         autoload mail-check-payment.
11838         (spam-check-hashcash): Define unconditionally, since hashcash.el
11839         is part of Gnus now.  Ignore errors from payment checking.
11840
11841 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * message.el (message-bold-region, message-unbold-region): Rename
11844         from `bold-region' and `unbold-region'.
11845
11846         * message.el: Remove useless autoloads.
11847
11848 2005-09-28  Simon Josefsson  <jas@extundo.com>
11849
11850         * message.el (message-use-idna): Default to t.
11851         (message-use-idna): Test whether encoding works too.  Doc fix.
11852
11853 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * nntp.el (nntp-warn-about-losing-connection): Remove.
11856
11857 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11860         customizable.  Change default value.
11861         (mm-uu-diff-groups-regexp): Change default value.
11862         (mm-uu-type-alist): Add doc string.
11863         (mm-uu-configure): Add doc string.  Make it interactive.
11864         (mm-uu-tex-groups-regexp): New variable.
11865         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11866         (mm-uu-type-alist): Add LaTeX documents.
11867         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11868         of "text/verbatim".
11869         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11870
11871         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11872         instead of "text/verbatim".
11873
11874         * message.el (message-mark-inserted-region)
11875         (message-mark-insert-file): Use slrn style marks when called with
11876         prefix argument.
11877
11878 2005-09-27  Simon Josefsson  <jas@extundo.com>
11879
11880         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11881
11882 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11883
11884         * message.el (message-remove-duplicates): New function.
11885         Implementation borrowed from `gnus-remove-duplicates'.
11886         (message-idna-to-ascii-rhs): Also encode idna addresses in
11887         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11888         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11889         only ask about the same idna domain once per header and also tell
11890         in what header to replace the idna domain.
11891
11892         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11893         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11894         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11895         a header is decoded and not just the last one.
11896
11897 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11900         has been decoded.
11901
11902         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11903         (mm-insert-part): Don't modify text if it has been decoded.
11904
11905         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11906         decoded.
11907
11908         * mm-view.el (mm-inline-text): Don't strip text props unless
11909         decoding enriched or richtext parts.
11910
11911 2005-09-25  Romain Francoise  <romain@orebokech.com>
11912
11913         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11914         * gnus-start.el (gnus-subscribe-interactively):
11915         * gnus-uu.el (gnus-uu-grab-articles):
11916         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11917         space.
11918
11919 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11920
11921         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11922         * mm-view.el (mm-view-pkcs7-decrypt):
11923         * gnus-sum.el (gnus-summary-limit-to-extra)
11924         (gnus-summary-respool-article, gnus-read-move-group-name):
11925         * gnus-score.el (gnus-summary-increase-score):
11926         * gnus-util.el (gnus-completing-read-with-default):
11927         * gnus-art.el (gnus-read-save-file-name)
11928         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11929         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11930         * message.el (message-check-news-header-syntax):
11931         Follow convention for reading with the minibuffer.
11932
11933 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * spam-report.el (spam-report-url-ping-plain):
11936         Use gnus-extended-version as User-Agent.
11937
11938         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11939         default value is nil.
11940
11941         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11942         (mm-uu-verbatim-marks-extract): New function.
11943         (mm-uu-extract): New face.
11944         (mm-uu-copy-to-buffer): Use it.
11945
11946         * spam-report.el (spam-report-gmane-ham): Renamed from
11947         `spam-report-gmane-unspam'.
11948         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11949         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11950
11951         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11952         Autoload.
11953         (spam-report-gmane-unregister-routine): Renamed
11954         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11955
11956 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11959         (spam-report-gmane-unregister-routine): Add support for gmane
11960         unregistration.
11961
11962         * spam-report.el (spam-report-gmane-unspam)
11963         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11964         (spam-report-gmane): Change to take a single article and do unspam
11965         registration.
11966
11967 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * mm-url.el (mm-url-decode-entities): Fix regexp.
11970
11971 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11974         default to nil, to be able to use Gnus at all.  If the default
11975         switches to something else, then the function should be fixed not
11976         be exceedingly slow.
11977
11978 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11979
11980         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11981         fail hard.
11982
11983         * spam-report.el: Add better Keywords line.
11984
11985         * spam.el: Add Maintainer and better Keywords line.
11986
11987 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-art.el (gnus-article-replace-part)
11990         (gnus-mime-replace-part): New functions.
11991         (gnus-mime-action-alist, gnus-mime-button-commands)
11992         (gnus-mime-save-part-and-strip): Added file argument.
11993         (gnus-article-part-wrapper): Added interactive argument.
11994
11995         * gnus-sum.el (gnus-summary-mime-map): Add
11996         `gnus-article-replace-part'.
11997
11998 2005-09-19  Didier Verna  <didier@xemacs.org>
11999
12000         The nnml compaction feature:
12001         * nnml.el (nnml-request-compact-group): New function.
12002         * nnml.el (nnml-request-compact): New function.
12003         * gnus-int.el (gnus-request-compact-group): New function.
12004         * gnus-int.el (gnus-request-compact): New function.
12005         * gnus-group.el (gnus-group-compact-group): New function.
12006         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12007         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12008         * gnus-srvr.el (gnus-server-compact-server): New function.
12009         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12010         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12011
12012 2005-09-18  Deepak Goel  <deego@gnufans.org>
12013
12014         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12015         format spec.
12016
12017 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12020
12021 2005-09-15  Romain Francoise  <romain@orebokech.com>
12022
12023         * message.el (message-fill-paragraph): Clarify docstring.
12024
12025 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-art.el (gnus-mime-display-part): Protect against broken
12028         MIME messages.
12029
12030 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12033         before parsing header.
12034
12035 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12036
12037         * html2text.el (html2text-replace-list): Add new entities.
12038
12039 2005-09-11  Romain Francoise  <romain@orebokech.com>
12040
12041         * message.el (message-alternative-emails): Improve docstring.
12042         (message-setup-1): Call `message-use-alternative-email-as-from'
12043         after `message-setup-hook' to give it precedence over posting
12044         styles, etc.
12045         (message-use-alternative-email-as-from): Add docstring.  Remove
12046         the original From header if present.
12047
12048         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12049         (nnml-save-mail): Use it.
12050
12051         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12052         articles.  Add new argument `silent'.
12053         (gnus-uu-mark-all): Report the total number of marked articles.
12054
12055 2005-09-10  Romain Francoise  <romain@orebokech.com>
12056
12057         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12058         (gnus-uu-mark-series): Likewise.
12059
12060 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * spam-report.el (spam-report-gmane): Fix generation of spam
12063         report URL.
12064
12065 2005-09-10  Simon Josefsson  <jas@extundo.com>
12066
12067         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12068         t, based on discussion on the ding list with Robert Epprecht
12069         <epprecht@solnet.ch>.
12070
12071 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * spam-report.el (spam-report-gmane): Make it work without
12074         X-Report-Spam header.  Gmane now only provides Archived-At.
12075         This is only used if `spam-report-gmane-use-article-number' is nil.
12076         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12077
12078         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12079         make `gnus-summary-sort-by-recipient' work with threading.
12080
12081         * nnweb.el (nnweb-google-wash-article): Print a message if article
12082         is not available.
12083
12084 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12085
12086         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12087         change.  Decode text/* parts content before displaying.
12088
12089 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12092
12093 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12096
12097         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12098         url-package-name, url-package-version,
12099         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12100         w3m-display-inline-images, and w3m-minor-mode-map.
12101
12102 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * message.el (message-tab-body-function): Fix mismatched custom type.
12105
12106         * gnus.el (gnus-group-change-level-function): Ditto.
12107
12108         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12109
12110         * gnus-art.el (gnus-signature-limit)
12111         (gnus-article-mime-part-function): Ditto.
12112
12113 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * mml.el (mml-mode): Silence the byte compiler.
12116
12117         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12118         using `(sit-for 0)' before moving the point to the specified part;
12119         skip unbuttonized parts.
12120         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12121         return to the summary window if gnus-auto-select-part is non-nil.
12122
12123 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12126         variables.
12127         (mml-dnd-attach-file, mml-mode): Use them.
12128
12129         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12130         Make fetching article by MID work again for Google Groups.  Added
12131         FIXME concerning gnus-group-make-web-group.
12132
12133         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12134         Don't depend on Gnus by using mail-extract-address-components if
12135         gnus-extract-address-components is not bound.
12136
12137 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * gnus-art.el (gnus-mime-display-security): Don't display the
12140         signature, but only the signed part.
12141
12142 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12145
12146         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12147         list, not listp.
12148
12149 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12150
12151         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12152         when encoding.
12153
12154         * mm-bodies.el (mm-decode-content-transfer-encoding):
12155         De-canonicalize CRLF for all text content types, not just
12156         text/plain.
12157
12158 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12161         valid article; point arrow and cursor at the MIME button.
12162
12163 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12166         Suggested by Dan Christensen <jdc@uwo.ca>.
12167
12168         * mm-decode.el (mm-save-part): Enable change of prompt.
12169
12170 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12171
12172         * gnus-msg.el (gnus-inews-add-send-actions): Made
12173         `message-post-method' lambda parameter ARG `&optional'.
12174
12175 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-sum.el (gnus-summary-mime-map): Added
12178         gnus-article-save-part-and-strip, gnus-article-delete-part and
12179         gnus-article-jump-to-part.
12180
12181         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12182         (gnus-article-edit-part): Use it.
12183         (gnus-article-part-wrapper): Added no-handle argument.
12184         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12185         functions.
12186
12187 2005-08-29  Romain Francoise  <romain@orebokech.com>
12188
12189         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12190         docstring.
12191         (gnus-face-from-file): Likewise.
12192
12193 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12196         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12197         non-nil.
12198         (gnus-auto-select-part): New variable.
12199         (gnus-article-jump-to-part): New function.
12200         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12201         (gnus-mime-delete-part): Allow selecting specified part after
12202         deleting or stripping parts.
12203         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12204         part if argument is bogus.
12205
12206 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12207
12208         * gnus-art.el (w3m-minor-mode-map):
12209         * gnus-spec.el (gnus-newsrc-file-version):
12210         * gnus-util.el (nnmail-active-file-coding-system)
12211         (gnus-original-article-buffer, gnus-user-agent):
12212         * gnus.el (gnus-ham-process-destinations)
12213         (gnus-parameter-ham-marks-alist)
12214         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12215         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12216         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12217         * mm-decode.el (gnus-current-window-configuration):
12218         * mm-extern.el (gnus-article-mime-handles):
12219         * mm-url.el (url-current-object, url-package-name)
12220         (url-package-version):
12221         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12222         (smime-keys, w3m-cid-retrieve-function-alist)
12223         (w3m-current-buffer, w3m-display-inline-images)
12224         (w3m-minor-mode-map):
12225         * mml-smime.el (gnus-extract-address-components):
12226         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12227         (gnus-newsrc-hashtb, message-default-charset)
12228         (message-deletable-headers, message-options)
12229         (message-posting-charset, message-required-mail-headers)
12230         (message-required-news-headers):
12231         * mml1991.el (mc-pgp-always-sign):
12232         * mml2015.el (mc-pgp-always-sign):
12233         * nnheader.el (nnmail-extra-headers):
12234         * rfc1843.el (gnus-decode-encoded-word-function)
12235         (gnus-decode-header-function, gnus-newsgroup-name):
12236         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12237
12238 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12239
12240         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12241         the end of the date treatments.
12242
12243 2005-08-15  Simon Josefsson  <jas@extundo.com>
12244
12245         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12246         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12247         Capello and Romain Francoise.
12248         (pgg-fetch-key-function): Removed, not used?
12249         (pgg-insert-url-with-w3): Require url, to get
12250         url-insert-file-contents regardless of where it is defined.
12251
12252 2005-08-13  Romain Francoise  <romain@orebokech.com>
12253
12254         * message.el (message-cite-original-1): New function.
12255         (message-cite-original): Use it.
12256         (message-cite-original-without-signature): Ditto.
12257
12258 2005-08-08  Romain Francoise  <romain@orebokech.com>
12259
12260         * message.el (message-yank-empty-prefix): New variable.
12261         (message-indent-citation): Use it.
12262         (message-cite-original-without-signature): Respect X-No-Archive.
12263
12264 2005-08-08  Simon Josefsson  <jas@extundo.com>
12265
12266         * pgg.el: Autoload url-insert-file-contents instead of loading
12267         w3/url.
12268         (pgg-insert-url-with-w3): Don't load url here.
12269
12270 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12271
12272         * message.el (message-kill-to-signature): Don't insert newline at
12273         bol.
12274         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12275
12276 2005-08-06  Romain Francoise  <romain@orebokech.com>
12277
12278         * message.el (message-user-fqdn): Fix typo in docstring.
12279
12280 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12281
12282         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12283
12284         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12285
12286 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * mm-bodies.el (mm-encode-body): Use coding system rather than
12289         charset to encode text.
12290
12291         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12292         number of charsets if utf-8 is available (XEmacs).
12293
12294 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12297         taken from `gnus-button-mid-or-mail-regexp'.
12298         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12299         (gnus-button-alist): Improve regexp for domain part of the MIDs
12300         for news:localpart@domain buttons.
12301         (gnus-button-ctan-directory-regexp): Update.
12302
12303 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * sieve-manage.el (sieve-manage-interactive-login): Use
12306         make-local-variable rather than make-variable-buffer-local.
12307         (sieve-manage-open): Ditto.
12308         (sieve-manage-authenticate): Ditto.
12309
12310         * mml.el (mml-generate-mime-1): Make the content type default to
12311         text/plain if the filename is not specified.
12312
12313 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12316         instead of insert-buffer.
12317
12318         * message.el (message-yank-original): Ditto; set the mark at the
12319         end of the yanked message.
12320
12321 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12324         lines to scroll rather than to stop it.
12325
12326         * mml.el (mml-generate-default-type): Add doc string.
12327         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12328         default to application/octet-stream when determining the content
12329         type if it is not specified for the part or the mml contents; add
12330         a comment about mml-generate-default-type.
12331
12332 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12335         make it default to application/octet-stream when determining the
12336         content type if it is not specified for the external contents.
12337
12338 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12341         segmented parameter but also other parameters might be there.
12342
12343 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * mm-decode.el (mm-display-external): Delete temp file, directory
12346         and buffer immediately if the external process is exited.
12347
12348 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12351         fewer lines than that of scroll-margin.
12352         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12353
12354 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-art.el (gnus-article-next-page): Revert.
12357         (gnus-article-beginning-of-window): New macro.
12358         (gnus-article-next-page-1): Use it.
12359         (gnus-article-prev-page): Ditto.
12360         (gnus-article-edit-part): Use insert-buffer-substring instead of
12361         insert-buffer.
12362         (gnus-article-edit-exit): Ditto.
12363
12364         * gnus-util.el (gnus-beginning-of-window): Remove.
12365         (gnus-end-of-window): Remove.
12366
12367         * lpath.el: Don't bind header-line-format and scroll-margin.
12368
12369 2005-07-25  Simon Josefsson  <jas@extundo.com>
12370
12371         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12372         to have the url package without w3.  Reported by Daiki Ueno
12373         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12374
12375 2005-07-20  Didier Verna  <didier@xemacs.org>
12376
12377         * gnus-diary.el: Remove the description comment (nndiary is now
12378         properly documented in the Gnus manual).
12379         Fix the spelling of "Back End".
12380         * nndiary.el: Ditto.
12381         Fix the copyright notice.
12382
12383 2005-07-18  Romain Francoise  <romain@orebokech.com>
12384
12385         * gnus-sum.el (gnus-summary-to-prefix)
12386         (gnus-summary-newsgroup-prefix): New variables.
12387         (gnus-summary-from-or-to-or-newsgroups): Use them.
12388
12389 2005-07-17  Romain Francoise  <romain@orebokech.com>
12390
12391         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12392         space as it's generally not especially interesting to the user.
12393
12394 2005-07-16  Romain Francoise  <romain@orebokech.com>
12395
12396         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12397         nil to avoid prompting and file modification if one of the
12398         messages at the top of the nnfolder file contains a copyright
12399         notice.
12400         Update copyright notice.
12401
12402         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12403         instead of `current-time-string' as the latter creates a time
12404         string that is not RFC 2822 compliant (it lacks the zone).
12405         Update copyright notice.
12406
12407 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12408
12409         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12410         for text/rtf.  Display default in prompt.  Pass default for M-n.
12411
12412         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12413
12414 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-msg.el (gnus-button-mailto): Remove
12417         save-selected-window-window hackery because it relies on
12418         save-selected-window internals.
12419
12420 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12423         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12424         (gnus-article-prev-page): Ditto.
12425
12426         * gnus-util.el (gnus-beginning-of-window): New function.
12427         (gnus-end-of-window): New function.
12428
12429         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12430
12431 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12432
12433         * gnus-score.el (gnus-score-edit-all-score): Set
12434         gnus-score-edit-exit-function to gnus-score-edit-done and call
12435         gnus-message.
12436
12437 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12438
12439         * gnus-msg.el (gnus-button-mailto): Remove
12440         save-selected-window-window hackery because it relies on
12441         save-selected-window internals.
12442
12443 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12446         add-minor-mode.
12447         (gnus-binary-mode): Ditto.
12448
12449         * gnus-topic.el (gnus-topic-mode): Ditto.
12450
12451 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12452
12453         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12454         (gnus-article-prev-page): Take scroll-margin into consideration.
12455
12456 2005-07-04  Lute Kamstra  <lute@gnu.org>
12457
12458         Update FSF's address in GPL notices.
12459
12460 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12461
12462         * gnus.el (gnus-exit):
12463         * gnus-group.el (gnus-group-icons):
12464         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12465
12466         * gnus-nocem.el (gnus-nocem):
12467         * message.el (message-various, message-buffers, message-sending)
12468         (message-interface, message-forwarding, message-insertion)
12469         (message-headers, message-news, message-mail):
12470         * pgg-gpg.el (pgg-gpg):
12471         * pgg-parse.el (pgg-parse):
12472         * pgg-pgp.el (pgg-pgp):
12473         * pgg-pgp5.el (pgg-pgp5):
12474         * pop3.el (pop3): Finish `defgroup' description with period.
12475
12476 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (article-display-face): Improve the efficiency.
12479         (article-display-x-face): Ditto; remove grey x-face stuff.
12480
12481 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (article-display-face): Correct the position in
12484         which Faces are inserted.
12485
12486 2005-06-29  Didier Verna  <didier@xemacs.org>
12487
12488         * gnus-art.el (article-display-face): Display faces in correct
12489         order.
12490
12491 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12494         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12495         (gnus-nocem-check-article): Fetch the Type header.
12496         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12497         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12498         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12499         make sure gnus-nocem-hashtb is initialized.
12500         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12501         (gnus-nocem-unwanted-article-p): Ditto.
12502
12503         * pgg.el (pgg-verify): Return the verification result.
12504
12505 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12506
12507         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12508         is ascii.
12509
12510 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12511
12512         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12513         `show-nonbreak-escape'.
12514
12515 2005-06-23  Lute Kamstra  <lute@gnu.org>
12516
12517         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12518
12519         * dig.el (dig-mode):
12520         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12521
12522 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12523
12524         * nnimap.el (nnimap-split-download-body): Fix spellings.
12525
12526 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12527
12528         * gnus-art.el (gnus-article-encrypt-body):
12529         * gnus-cus.el (gnus-score-customize):
12530         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12531         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12532
12533 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12534
12535         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12536         header by looking for magic "MII" at the beginnig.
12537
12538 2005-06-16  Miles Bader  <miles@gnu.org>
12539
12540         * gnus-xmas.el (gnus-xmas-group-startup-message):
12541         Use renamed gnus-splash face.
12542
12543         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12544         (assistant-field-face): New backward-compatibility alias for renamed
12545         face.
12546         (assistant-render-text): Use renamed assistant-field face.
12547
12548         * spam.el (spam): Remove "-face" suffix from face name.
12549         (spam-face): New backward-compatibility alias for renamed face.
12550         (spam-face, spam-initialize): Use renamed spam face.
12551
12552         * message.el (message-header-to, message-header-cc)
12553         (message-header-subject, message-header-newsgroups)
12554         (message-header-other, message-header-name)
12555         (message-header-xheader, message-separator, message-cited-text)
12556         (message-mml): Remove "-face" suffix from face names.
12557         (message-header-to-face, message-header-cc-face)
12558         (message-header-subject-face, message-header-newsgroups-face)
12559         (message-header-other-face, message-header-name-face)
12560         (message-header-xheader-face, message-separator-face)
12561         (message-cited-text-face, message-mml-face):
12562         New backward-compatibility aliases for renamed faces.
12563         (message-font-lock-keywords): Use renamed message faces.
12564
12565         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12566         (sieve-test-commands, sieve-tagged-arguments):
12567         Remove "-face" suffix from face names.
12568         (sieve-control-commands-face, sieve-action-commands-face)
12569         (sieve-test-commands-face, sieve-tagged-arguments-face):
12570         New backward-compatibility aliases for renamed faces.
12571         (sieve-control-commands-face, sieve-action-commands-face)
12572         (sieve-test-commands-face, sieve-tagged-arguments-face):
12573         Use renamed sieve faces.
12574
12575         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12576         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12577         (gnus-group-news-3-empty, gnus-group-news-4)
12578         (gnus-group-news-4-empty, gnus-group-news-5)
12579         (gnus-group-news-5-empty, gnus-group-news-6)
12580         (gnus-group-news-6-empty, gnus-group-news-low)
12581         (gnus-group-news-low-empty, gnus-group-mail-1)
12582         (gnus-group-mail-1-empty, gnus-group-mail-2)
12583         (gnus-group-mail-2-empty, gnus-group-mail-3)
12584         (gnus-group-mail-3-empty, gnus-group-mail-low)
12585         (gnus-group-mail-low-empty, gnus-summary-selected)
12586         (gnus-summary-cancelled, gnus-summary-high-ticked)
12587         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12588         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12589         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12590         (gnus-summary-low-undownloaded)
12591         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12592         (gnus-summary-low-unread, gnus-summary-normal-unread)
12593         (gnus-summary-high-read, gnus-summary-low-read)
12594         (gnus-summary-normal-read, gnus-splash):
12595         Remove "-face" suffix from face names.
12596         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12597         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12598         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12599         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12600         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12601         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12602         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12603         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12604         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12605         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12606         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12607         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12608         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12609         (gnus-summary-normal-ticked-face)
12610         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12611         (gnus-summary-normal-ancient-face)
12612         (gnus-summary-high-undownloaded-face)
12613         (gnus-summary-low-undownloaded-face)
12614         (gnus-summary-normal-undownloaded-face)
12615         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12616         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12617         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12618         (gnus-splash-face):
12619         New backward-compatibility aliases for renamed faces.
12620         (gnus-group-startup-message): Use renamed gnus faces.
12621
12622         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12623         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12624         (gnus-server-agent): Remove "-face" suffix from face names.
12625         (gnus-server-agent-face, gnus-server-opened-face)
12626         (gnus-server-closed-face, gnus-server-denied-face)
12627         (gnus-server-offline-face):
12628         New backward-compatibility aliases for renamed faces.
12629         (gnus-server-agent-face, gnus-server-opened-face)
12630         (gnus-server-closed-face, gnus-server-denied-face)
12631         (gnus-server-offline-face): Use renamed gnus faces.
12632
12633         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12634         Remove "-face" suffix from face names.
12635         (gnus-picon-xbm-face, gnus-picon-face):
12636         New backward-compatibility aliases for renamed faces.
12637
12638         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12639         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12640         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12641         (gnus-cite-11): Remove "-face" suffix from face names.
12642         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12643         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12644         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12645         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12646         New backward-compatibility aliases for renamed faces.
12647         (gnus-cite-attribution-face, gnus-cite-face-list)
12648         (gnus-article-boring-faces): Use renamed gnus faces.
12649
12650         * gnus-art.el (gnus-signature, gnus-header-from)
12651         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12652         (gnus-header-content): Remove "-face" suffix from face names.
12653         (gnus-signature-face, gnus-header-from-face)
12654         (gnus-header-subject-face, gnus-header-newsgroups-face)
12655         (gnus-header-name-face, gnus-header-content-face):
12656         New backward-compatibility aliases for renamed faces.
12657         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12658
12659         * gnus-sum.el (gnus-summary-selected-face)
12660         (gnus-summary-highlight): Use renamed gnus faces.
12661         * gnus-group.el (gnus-group-highlight): Likewise.
12662
12663 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12664
12665         * gnus-sieve.el (gnus-sieve-article-add-rule):
12666         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12667         * spam-stat.el (spam-stat-buffer-change-to-spam)
12668         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12669
12670         * message.el (message-is-yours-p):
12671         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12672
12673 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * mm-view.el (mm-inline-text): Withdraw the last change.
12676
12677 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12680         executing enriched-decode.
12681
12682 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12685         charset of tar files.
12686
12687 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12688
12689         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12690
12691 2005-06-04  Lute Kamstra  <lute@gnu.org>
12692
12693         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12694         information is never recorded.
12695
12696 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12697
12698         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12699
12700 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * pop3.el (pop3-apop): Run md5 in the binary mode.
12703
12704         * starttls.el (starttls-set-process-query-on-exit-flag):
12705         Use eval-and-compile.
12706
12707 2005-05-31  Simon Josefsson  <jas@extundo.com>
12708
12709         * smime.el (smime-replace-in-string): Define.
12710         (smime-cert-by-ldap-1): Use it.
12711
12712 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-art.el (article-display-x-face): Replace
12715         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12716
12717         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12718         set-process-query-on-exit-flag or process-kill-without-query.
12719
12720         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12721         loop instead of replace-regexp.
12722
12723         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12724         instead of process-kill-without-query if it is available.
12725
12726         * lpath.el: Fbind ldap-search-entries.
12727
12728         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12729         instead of find-file-hooks if it is available.
12730
12731         * mml1991.el: Bind pgg-default-user-id when compiling.
12732
12733         * mml2015.el: Bind pgg-default-user-id when compiling.
12734
12735         * nndraft.el (nndraft-request-associate-buffer):
12736         Use write-contents-functions instead of write-contents-hooks if it is
12737         available.
12738
12739         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12740         instead of find-file-hooks if it is available.
12741
12742         * nntp.el (nntp-open-connection): Replace
12743         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12744         (nntp-open-ssl-stream): Ditto.
12745         (nntp-open-tls-stream): Ditto.
12746
12747         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12748         set-process-query-on-exit-flag or process-kill-without-query.
12749         (starttls-open-stream-gnutls): Use it instead of
12750         process-kill-without-query.
12751         (starttls-open-stream): Ditto.
12752
12753 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12754
12755         * smime.el (smime-cert-by-ldap-1): Don't use
12756         replace-regexp-in-string.
12757
12758 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12759
12760         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12761
12762         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12763         in PEM format.  Adjust to the XEmacs compability.
12764
12765 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12768         by `string-to-number'.
12769         * gnus-agent.el (gnus-agent-regenerate-group)
12770         (gnus-agent-fetch-articles): Ditto.
12771         * gnus-art.el (gnus-button-fetch-group): Ditto.
12772         * gnus-cache.el (gnus-cache-generate-active)
12773         (gnus-cache-articles-in-group): Ditto.
12774         * gnus-group.el (gnus-group-set-current-level)
12775         (gnus-group-insert-group-line): Ditto.
12776         * gnus-score.el (gnus-score-set-expunge-below)
12777         (gnus-score-set-mark-below, gnus-summary-score-effect)
12778         (gnus-summary-score-entry): Ditto.
12779         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12780         (gnus-soup-pack): Ditto.
12781         * gnus-spec.el (gnus-xmas-format): Ditto.
12782         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12783         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12784         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12785         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12786         * nndb.el (nndb-get-remote-expire-response): Ditto.
12787         * nndiary.el (nndiary-parse-schedule-value)
12788         (nndiary-string-to-number, nndiary-request-replace-article)
12789         (nndiary-request-article): Ditto.
12790         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12791         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12792         * nneething.el (nneething-make-head): Ditto.
12793         * nnfolder.el (nnfolder-request-article)
12794         (nnfolder-retrieve-headers): Ditto.
12795         * nnheader.el (nnheader-file-to-number): Ditto.
12796         * nnkiboze.el (nnkiboze-request-article): Ditto.
12797         * nnmail.el (nnmail-process-unix-mail-format)
12798         (nnmail-process-babyl-mail-format): Ditto.
12799         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12800         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12801         (nnmh-request-create-group, nnmh-request-list-1)
12802         (nnmh-request-group, nnmh-request-article): Ditto.
12803         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12804         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12805         * nnsoup.el (nnsoup-make-active): Ditto.
12806         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12807         * nntp.el (nntp-find-group-and-number)
12808         (nntp-retrieve-headers-with-xover): Ditto.
12809         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12810         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12811         (pgg-format-key-identifier): Ditto.
12812         * pop3.el (pop3-last, pop3-stat): Ditto.
12813         * qp.el (quoted-printable-decode-region): Ditto.
12814
12815         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12816         of concat.
12817
12818 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12821
12822         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12823
12824         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12825
12826         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12827
12828         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12829
12830         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12831
12832         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12833         (gnus-carpal-mode): Ditto.
12834
12835         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12836         (gnus-browse-mode): Ditto.
12837
12838         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12839
12840         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12841
12842 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12843
12844         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12845
12846 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * gnus-util.el (gnus-run-mode-hooks): New function.
12849
12850         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12851
12852         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12853         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12854
12855 2005-05-27  Lute Kamstra  <lute@gnu.org>
12856
12857         * dns-mode.el (dns-mode): Specify customization group.
12858
12859 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12860
12861         * gnus-agent.el (gnus-agent-make-mode-line-string):
12862         Use mode-line-highlight as mouse-face.
12863
12864 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * canlock.el (canlock): Change the parent group to news.
12867
12868         * deuglify.el (gnus-outlook-deuglify): Add :group.
12869
12870         * dig.el (dig): Add :group.
12871
12872         * dns-mode.el (dns-mode): Add :group.
12873
12874         * encrypt.el (encrypt): Add :group.
12875
12876         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12877         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12878         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12879         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12880         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12881
12882         * gnus-diary.el (gnus-diary): Add :group.
12883
12884         * gnus.el (gnus-group-news-1-face): Add :group.
12885         (gnus-group-news-1-empty-face): Ditto.
12886         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12887         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12888         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12889         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12890         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12891         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12892         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12893         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12894         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12895         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12896         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12897         (gnus-summary-high-ticked-face): Ditto.
12898         (gnus-summary-low-ticked-face): Ditto.
12899         (gnus-summary-normal-ticked-face): Ditto.
12900         (gnus-summary-high-ancient-face): Ditto.
12901         (gnus-summary-low-ancient-face): Ditto.
12902         (gnus-summary-normal-ancient-face): Ditto.
12903         (gnus-summary-high-undownloaded-face): Ditto.
12904         (gnus-summary-low-undownloaded-face): Ditto.
12905         (gnus-summary-normal-undownloaded-face): Ditto.
12906         (gnus-summary-high-unread-face): Ditto.
12907         (gnus-summary-low-unread-face): Ditto.
12908         (gnus-summary-normal-unread-face): Ditto.
12909         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12910         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12911
12912         * hashcash.el (hashcash): New custom group.
12913         (hashcash-default-payment): Add :group.
12914         (hashcash-payment-alist): Ditto.
12915         (hashcash-default-accept-payment): Ditto.
12916         (hashcash-accept-resources): Ditto.
12917         (hashcash-path): Ditto.
12918         (hashcash-extra-generate-parameters): Ditto.
12919         (hashcash-double-spend-database): Ditto.
12920         (hashcash-in-news): Ditto.
12921
12922         * message.el (message-minibuffer-local-map): Add :group.
12923
12924         * netrc.el (netrc): Add :group.
12925
12926         * sieve-manage.el (sieve-manage-log): Add :group.
12927         (sieve-manage-default-user): Diito.
12928         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12929         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12930         (sieve-manage-authenticators): Ditto.
12931         (sieve-manage-authenticator-alist): Ditto.
12932         (sieve-manage-default-port): Ditto.
12933
12934         * sieve-mode.el (sieve-control-commands-face): Add :group.
12935         (sieve-action-commands-face): Ditto.
12936         (sieve-test-commands-face): Ditto.
12937         (sieve-tagged-arguments-face): Ditto.
12938
12939         * smime.el (smime): Add :group.
12940
12941         * spam-report.el (spam-report): Add :group.
12942
12943         * spam.el (spam, spam-face): Add :group.
12944
12945 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12946
12947         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12948         return \n.\n.\n at the end of articles.  Protect against that.
12949         (nntp-with-open-group): Allow debugging.
12950
12951         * nnheader.el (mail-header-set-extra): Make into a function
12952         because I just could't understand how to quote the list properly.
12953
12954         * dns.el (query-dns-cached): New function.
12955
12956 2005-05-26  Lute Kamstra  <lute@gnu.org>
12957
12958         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12959
12960 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12963
12964         * gnus-art.el: Don't autoload mail-extract-address-components.
12965
12966         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12967         eval-and-compile to evaluate it.
12968
12969         * hashcash.el: Don't autoload executable-find.
12970
12971         * nndb.el: Don't declare the nndb back end two or more times; don't
12972         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12973
12974         * nntp.el: Autoload format-spec instead of format; use
12975         eval-and-compile to evaluate autoload forms.
12976
12977 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12978
12979         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12980
12981 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * gnus.el (gnus-version-number): Bump version.
12984
12985 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12986
12987         * gnus.el: No Gnus v0.3 is released.
12988
12989 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * lpath.el (featurep): Bind show-nonbreak-escape.
12992
12993 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-art.el (gnus-article-edit-part): Disable undo.
12996
12997 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13000         gnus-article-date-lapsed-new-header is t if date timer is active;
13001         skip headers in which the original date value is empty.
13002         (gnus-article-save-original-date): Redefine it as a macro.
13003         (gnus-display-mime): Use it.
13004
13005 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (article-date-ut): Support converting date in
13008         forwarded parts as well.
13009         (gnus-article-save-original-date): New function.
13010         (gnus-display-mime): Use it.
13011
13012 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13013
13014         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13015         enclosure element of <item>.
13016
13017 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * message.el (message-kill-buffer-query): Renamed from
13020         `message-kill-buffer-query-if-modified'.  Added :version.
13021
13022 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13025         window layout.
13026
13027 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * mml.el: Autoload dnd when compiling.
13030
13031 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13034         x-dnd-*.
13035
13036 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * qp.el (quoted-printable-encode-region): Save excursion.
13039
13040 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13041
13042         * message.el (message-kill-buffer-query-if-modified): Add new variable
13043         so the user can kill a modified message buffer quickly.
13044         (message-kill-buffer): Use it.
13045
13046 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * lpath.el: Fbind display-time-event-handler; don't fbind
13049         string-to-multibyte.
13050
13051         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13052
13053 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13056         contained in text because xml.el decodes entities) with LFs.
13057
13058 2005-04-11  Lute Kamstra  <lute@gnu.org>
13059
13060         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13061         differently.
13062
13063 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13064
13065         * mm-util.el (mm-detect-coding-region): Typo.
13066
13067 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13070
13071 2005-04-06  Deepak Goel  <deego@gnufans.org>
13072
13073         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13074         user-function allow user modifications of the scores.
13075         (spam-stat-score-buffer-user): New function, to allow
13076         user-computed modifications to the score.
13077         (spam-stat-score-buffer-user-functions): List of additional
13078         scoring functions.
13079         (spam-stat-error-holder): Global temporary error holder.
13080         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13081         variable.
13082
13083 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13084
13085         * gnus-registry.el (gnus-registry-clean-empty-function)
13086         (gnus-registry-trim, gnus-registry-fetch-groups)
13087         (gnus-registry-delete-group): Groups that match
13088         `gnus-registry-ignored-groups' are removed from the registry
13089         entries, not just ignored for splitting.  This helps clean up the
13090         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13091         to get all the groups a message ID is in.
13092
13093         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13094         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13095         (spam-stat-score-buffer-user-functions): Add :number custom type.
13096
13097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13100         argument in XEmacs.
13101
13102         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13103         (nnrss-request-group): Decode group name first.
13104         (nnrss-request-article): Make a text/plain article if mml-to-mime
13105         failed.
13106         (nnrss-get-encoding): Return a compatible encoding according to
13107         nnrss-compatible-encoding-alist.
13108         (nnrss-find-el): Use consp instead of listp.
13109         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13110
13111 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13114         which Emacs 20 doesn't support.
13115         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13116
13117 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13120         silence the byte compiler inside the defun.
13121
13122         * gnus-demon.el (parse-time-string): Add autoload.
13123
13124         * gnus-delay.el (parse-time-string): Add autoload.
13125
13126         * gnus-art.el (parse-time-string): Add autoload.
13127
13128         * nnultimate.el (parse-time): Require for `parse-time-string'.
13129
13130 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13133
13134         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13135
13136         * smime.el (smime-ldap-host-list): Add :version.
13137
13138 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13141         pass it to `gnus-browse-read-group'.
13142         (gnus-browse-read-group): Add NUMBER argument and pass it to
13143         `gnus-group-read-ephemeral-group'.
13144
13145         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13146         argument and pass it to `gnus-group-read-group'.
13147
13148 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13149
13150         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13151         mm-xemacs-find-mime-charset-1 if we have the mule feature
13152         available at runtime.
13153
13154 2005-03-25  Werner Lemberg  <wl@gnu.org>
13155
13156         * nnmaildir.el: Replace `illegal' with `invalid'.
13157
13158 2005-03-23  Lute Kamstra  <lute@gnu.org>
13159
13160         * time-date.el: Add comment on time value formats.
13161         Don't require parse-time.
13162         (with-decoded-time-value): New macro.
13163         (encode-time-value): New function.
13164         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13165         (days-to-time): Return a valid time value when arg is huge.
13166         (time-since): Use time-subtract.
13167         (time-to-number-of-days): Use time-to-seconds.
13168
13169 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13170
13171         * gnus-start.el (gnus-display-time-event-handler):
13172         Check display-time-timer at runtime rather than only at load time
13173         in case display-time-mode is turned off in the mean time.
13174
13175 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13178         used.
13179
13180         * nneething.el (nneething-map-file-directory): Derive from
13181         `gnus-directory'.
13182
13183         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13184         the To/Cc button.
13185
13186 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * nnmaildir.el (nnmaildir-request-accept-article):
13189         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13190
13191 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13192
13193         * gnus-async.el: Require timer-funcs at compile time when in
13194         XEmacs for `run-with-idle-timer'.
13195
13196 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13197
13198         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13199         autoloaded function.
13200
13201 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13202
13203         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13204
13205 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13206
13207         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13208
13209 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13212         gnus-expert-user to default.
13213
13214 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13215
13216         * nnimap.el (nnimap-open-server): Ditto.
13217
13218         * imap.el (imap-authenticate): Fix typo.
13219
13220 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13221
13222         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13223         buffer (since IMAP server might return FETCH response out of
13224         order, and the nntp buffer must be sorted).
13225
13226 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13227
13228         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13229         comparison on string.
13230
13231         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13232         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13233         (gnus-agent-summary-fetch-series): Modified to protect against
13234         gnus-agent-summary-fetch-group clearing processable flags.
13235         (gnus-agent-synchronize-group-flags): Update live group buffer as
13236         synchronization may occur due to the user toggle the plugged
13237         status.
13238         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13239         successfully downloaded.
13240         (gnus-agent-expire-group-1): Avoid using markers when the overview
13241         is in ascending order; greatly improves performance.
13242         (gnus-agent-regenerate-group): Use
13243         gnus-agent-synchronize-group-flags to reset read status in both
13244         gnus and server.
13245         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13246
13247 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * message.el: Don't autoload former message-utils variables.
13250         (message-strip-subject-trailing-was): Change doc string.
13251
13252         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13253         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13254         (nnweb-google-search): Add "hl=en" here.
13255         (nnweb-google-parse-1, nnweb-google-create-mapping):
13256         Don't hardcode URL.
13257
13258 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * message.el (message-get-reply-headers, message-followup):
13261         Mention related variables `message-use-followup-to' and
13262         `message-use-mail-followup-to', in the information buffer.
13263
13264         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13265         of broken groups(-beta).google.com.
13266
13267 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13270         parameter to invoked gnus-request-move-article; remove the
13271         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13272         all at once instead of once per article.
13273         (gnus-summary-remove-process-mark): Accept a list of articles as
13274         well as a single article for processing.
13275
13276         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13277         parameter.
13278
13279         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13280
13281         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13282
13283         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13284         parameter.
13285
13286         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13287         parameter.
13288
13289         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13290         parameter and remove the gnus-sum-hint-move-is-internal variable.
13291
13292         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13293         parameter.
13294
13295         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13296         parameter.
13297
13298         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13299         parameter.
13300
13301         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13302
13303         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13304         parameter.
13305
13306         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13307         parameter.
13308
13309 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13310
13311         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13312         a more conservative way.
13313
13314 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13315
13316         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13317         buffer, so it moves the window's cursor.
13318
13319 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13320
13321         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13322         `mm-dissect-multipart' and receive the from field as an (optional)
13323         argument from `mm-dissect-multipart'.
13324         (mm-dissect-multipart): Receive the from field as an argument and
13325         pass it on when we call `mm-dissect-buffer' on MIME parts.
13326         Fixes verification/decryption of signed/encrypted MIME parts.
13327
13328 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13329
13330         * gnus-sum.el (gnus-summary-move-article): Set
13331         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13332         whatever it calls (right now, only nnimap-request-move article
13333         respects it).
13334
13335         * nnimap.el (nnimap-request-move-article): When
13336         gnus-sum-hint-move-is-internal is set, don't do the extra
13337         nnimap-request-article.
13338
13339 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13342
13343         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13344         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13345
13346         * gnus-sum.el (gnus-summary-caesar-message):
13347         Apply `gnus-treat-article' after rotation.
13348
13349         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13350         doc string.
13351
13352 2005-02-22  Simon Josefsson  <jas@extundo.com>
13353
13354         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13355         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13356         <arne@arnested.dk>.
13357         (encrypt): Add password-cache and password-cache-expiry as group
13358         members.
13359
13360 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13361
13362         * smime.el (smime-ldap-host-list): Doc fix.
13363         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13364         cache) password.
13365         (smime-sign-region): Use it.
13366         (smime-decrypt-region): Use it.
13367         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13368         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13369         fails.
13370         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13371         certificate from DER to PEM format rather than calling openssl.
13372
13373         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13374
13375         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13376         for signing/encryption.
13377
13378         * mml.el (mml-parse-1): Use them.
13379
13380 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13381
13382         * nnrss.el (nnrss-verbose): Removed.
13383         (nnrss-request-group): Use `nnheader-message' instead.
13384
13385 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13386
13387         * nnrss.el (nnrss-verbose): New variable.
13388         (nnrss-request-group): Make it say nnrss is requesting a group.
13389
13390 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13393         Handle news URL with given port correctly.
13394
13395 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13398         containing special characters.
13399
13400         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13401
13402         * mml.el (mime-to-mml): Ditto.
13403
13404         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13405         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13406         (rfc2047-decode-region): Quote decoded words containing special
13407         characters when rfc2047-quote-decoded-words-containing-tspecials
13408         is non-nil.
13409
13410 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13413
13414         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13415
13416 2005-02-15  Simon Josefsson  <jas@extundo.com>
13417
13418         * nnimap.el (nnimap-debug): Doc fix.
13419
13420         * imap.el (imap-debug): Doc fix.
13421
13422 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13425
13426 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13427
13428         * gnus.el (spam-contents): Improve docs for spam-contents
13429         parameter in its variable incarnation.
13430
13431 2005-02-14  Simon Josefsson  <jas@extundo.com>
13432
13433         * smime-ldap.el: Use require instead of load-library for ldap.
13434         (smime-ldap-search): Indent.
13435         (smime-ldap-search-internal): Shorten line.
13436
13437         * smime.el (smime-cert-by-dns): Add doc-string.
13438         (smime-cert-by-ldap-1): Indent.
13439
13440         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13441         mml-smime-get-dns-ldap.
13442         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13443
13444 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13445
13446         * smime.el: Require smime-ldap.
13447         (smime-ldap-host-list): New variable.
13448         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13449
13450         * mml-smime.el (mml-smime-encrypt-query): New function.
13451         (mml-smime-encrypt-query): Use it.
13452
13453         * smime-ldap.el: New file.
13454
13455 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13458
13459 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13462         argument in doc string.  Make query for type more clear.
13463
13464 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * gnus.el (gnus-group-startup-message): Search for gnus images in
13467         etc/images/gnus.
13468         * mm-util.el (mm-image-load-path): Likewise.
13469         * smiley.el (smiley-data-directory): Search for smilies in
13470         etc/images/smilies.
13471
13472 2005-02-09  Kim F. Storm  <storm@cua.dk>
13473
13474         Change Emacs release version from 21.4 to 22.1 throughout.
13475         Change Emacs development version from 21.3.50 to 22.0.50.
13476
13477 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13480
13481         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13482         non-Mule XEmacs as well.
13483         (mm-decompress-buffer): Signal an error intentionally if it does
13484         not decompress compressed data because auto-compression-mode is
13485         disabled.
13486
13487 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13488
13489         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13490         an ID in the registry even if it has no groups.
13491
13492 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13495         merge it into mm-decompress-buffer.
13496         (gnus-mime-copy-part): Use the MIME part charset, the value which
13497         a user specified or gnus-newsgroup-charset for decoding, like
13498         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13499         save-buffer what was used.  Suggested by Kevin Ryde
13500         <user42@zip.com.au>.
13501         (gnus-mime-inline-part): Allow the name parameter as well as the
13502         filename parameter; force decompressing of compressed data; always
13503         display contents being not decoded as unibyte.
13504
13505         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13506         as well as the filename parameter.
13507
13508         * mm-util.el (mm-decompress-buffer): Merge
13509         gnus-mime-jka-compr-maybe-uncompress.
13510         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13511         of compressed data.
13512
13513 2005-02-08  Simon Josefsson  <jas@extundo.com>
13514
13515         * imap.el (imap-log): Doc fix.
13516
13517 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13520         the coding cookies; decompress compressed parts.
13521
13522         * mml.el (mml-generate-mime-1): Add the charset parameter according
13523         to the value which a user specified manually or the coding cookie.
13524
13525         * mm-util.el (mm-string-to-multibyte): New function.
13526         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13527         (mm-coding-system-to-mime-charset): New function.
13528         (mm-decompress-buffer): New function.
13529         (mm-find-buffer-file-coding-system): New function.
13530
13531         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13532         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13533         parts.
13534
13535 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13536
13537         * mm-view.el (mm-display-inline-fontify): Decode a part according
13538         to the charset parameter.
13539
13540 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13543         prefix arg is neither nil nor a number, as info specifies.
13544
13545 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13548         timestamps.
13549
13550 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13551
13552         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13553         groups error checking and notify user.
13554
13555 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13556
13557         * message.el (message-send-mail-function): Check existence of
13558         sendmail-program first before using default value
13559         `message-send-mail-with-sendmail'.  Otherwise use more generic
13560         `smtpmail-send-it'.
13561
13562 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * nntp.el (nntp-request-update-info): Always return nil.
13565
13566 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13567
13568         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13569
13570 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13571
13572         * message.el (message-beginning-of-line): Change the behavior when
13573         invoked between BOL and : so that it first moves backward.
13574
13575 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13578         article buffer when editing of the article is discarded.
13579         (gnus-article-prepare): Revert.
13580
13581 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (gnus-article-prepare):
13584         Remove message-strip-forbidden-properties from the local hook.
13585
13586 2005-01-27  Simon Josefsson  <jas@extundo.com>
13587
13588         * password.el (password-cache-add): Only start one timer per key.
13589         Reported by Derek Atkins <warlord@MIT.EDU>.
13590
13591 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13592
13593         * run-at-time.el: Removed.  It is no longer needed as
13594         timer-funcs.el in the xemacs-base package has a working version of
13595         `run-at-time'.
13596
13597         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13598
13599         * password.el: Require timer-funcs instead of run-at-time in
13600         XEmacs.
13601         Remove `password-run-at-time' macro.
13602         (password-cache-add): Use `run-at-time' instead of
13603         `password-run-at-time'.
13604
13605         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13606         Remove `nnheader-cancel-function-timers' alias,
13607         `cancel-function-timers' exists in XEmacs in timer-funcs.
13608
13609         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13610         for `run-with-idle-timer'.
13611
13612         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13613         for `run-at-time'.
13614
13615         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13616         for `with-timeout'.
13617
13618         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13619         the same as for XEmacs 21.4.
13620         No need to ignore `run-with-idle-timer', this function exists in
13621         XEmacs now in timer-funcs.el in the xemacs-base package.
13622         (dgnushack-compile): No need to delete
13623         run-at-time.el from the list of files to compile because it
13624         doesn't exist anymore.
13625
13626 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13629         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13630
13631 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13632
13633         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13634         sensitively.
13635
13636 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13637
13638         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13639
13640 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13643         which will be inserted according to the multibyteness of a buffer
13644         rather than the type of contents.  Suggested by ARISAWA Akihiro
13645         <ari@mbf.ocn.ne.jp>.
13646
13647         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13648         of string which old xml.el may return rather than a string.
13649
13650 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13653
13654 2005-01-16  Simon Josefsson  <jas@extundo.com>
13655
13656         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13657         idn/idna.el isn't available.
13658         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13659         <michael@waxrat.com>.
13660
13661         * hashcash.el: Remove non-FSF copyright header.
13662
13663         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13664         (hashcash-generate-payment): Use it.
13665         (hashcash-generate-payment-async): Use it.
13666
13667 2005-01-15  Simon Josefsson  <jas@extundo.com>
13668
13669         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13670         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13671
13672         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13673         gnus-summary-idna-message.
13674         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13675         (gnus-summary-idna-message): New function.
13676
13677 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13680         gnus-novice-user.
13681
13682 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * nnrss.el (nnrss-request-delete-group): Delete entries in
13685         nnrss-group-alist as well.
13686         (nnrss-save-server-data): Insert newline.
13687
13688 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus.el (gnus-user-agent): Use list of symbols instead of
13691         symbols.  Display full version number for (S)XEmacs.  Optionally
13692         display (S)XEmacs codename.
13693
13694         * gnus-util.el (gnus-emacs-version): Update for new
13695         `gnus-user-agent'.
13696
13697         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13698         Gnus version.
13699
13700 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13703         which is unreadable in some setups.
13704
13705 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-spec.el (gnus-update-format-specifications): Flush the
13708         group format spec cache if it doesn't support decoded group names.
13709
13710 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13713         Allow to apply decay on score files matching a regexp.
13714
13715 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13718         compatibility in %g and %c.
13719
13720 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13723         name for only %g and %c.
13724         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13725         of gnus-tmp-group to decoded group name.
13726         (gnus-group-make-rss-group): Exclude `/'s from group names.
13727
13728 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * nnrss.el (nnrss-get-encoding): Fix regexp.
13731
13732 2004-12-27  Simon Josefsson  <jas@extundo.com>
13733
13734         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13735         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13736         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13737
13738 2004-12-17  Kim F. Storm  <storm@cua.dk>
13739
13740         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13741
13742         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13743
13744 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13745
13746         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13747
13748 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * nnrss.el: Require rfc2047 and mml.
13751         (nnrss-file-coding-system): New variable.
13752         (nnrss-format-string): Redefine it as an inline function.
13753         (nnrss-decode-group-name): New function.
13754         (nnrss-string-as-multibyte): Remove.
13755         (nnrss-retrieve-headers): Decode group name; don't use
13756         nnrss-format-string.
13757         (nnrss-request-group): Decode group name.
13758         (nnrss-request-article): Decode group name; allow a Message-ID as
13759         well as an article number; don't use nnrss-format-string; encode a
13760         Message-ID string which may contain non-ASCII characters; use
13761         mml-to-mime to compose a MIME article.
13762         (nnrss-request-expire-articles): Decode group name.
13763         (nnrss-request-delete-group): Decode group name.
13764         (nnrss-fetch): Clarify error message.
13765         (nnrss-read-server-data): Use insert-file-contents instead of load;
13766         bind file-name-coding-system; use multibyte buffer.
13767         (nnrss-save-server-data): Bind coding-system-for-write to the
13768         value of nnrss-file-coding-system; bind file-name-coding-system;
13769         add coding cookie.
13770         (nnrss-read-group-data): Use insert-file-contents instead of load;
13771         bind file-name-coding-system; use multibyte buffer.
13772         (nnrss-save-group-data): Bind coding-system-for-write to the
13773         value of nnrss-file-coding-system; bind file-name-coding-system.
13774         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13775         make it work with non-ASCII text.
13776         (nnrss-find-el): Make it work with old xml.el as well.
13777
13778 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13779
13780         * nnrss.el (nnrss-get-encoding): New function.
13781         (nnrss-fetch): Use unibyte buffer initially; bind
13782         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13783         decode contents according to the encoding attribute.
13784         (nnrss-save-group-data): Add coding cookie.
13785         (nnrss-mime-encode-string): New function.
13786         (nnrss-check-group): Use it to encode subject and author.
13787
13788 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13791         imaginary variable.
13792
13793 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13796         correctly even if there are wide characters.
13797
13798 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13799
13800         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13801         downcased symbol names; make a new cache instead of reusing
13802         bbdb-hashtable.
13803
13804 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13807         concatenating segments rather than before concatenating them.
13808         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13809
13810         * message.el (message-get-reply-headers): Bind `extra'.
13811
13812 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * message.el (message-extra-wide-headers): New variable.
13815         (message-get-reply-headers): Use it.
13816
13817 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13820         (gnus-agent-group-pathname): Ditto.
13821
13822         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13823
13824         * gnus-group.el (gnus-group-make-group): Decode group name.
13825         (gnus-group-make-rss-group): Register the group data after opening
13826         the nnrss group.
13827
13828 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13829
13830         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13831         by expiry now get marked as read.
13832
13833 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13836
13837 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13838
13839         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13840         unify Latin characters in XEmacs.
13841         (mm-find-mime-charset-region): Use it.
13842
13843 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-util.el (gnus-delete-directory): New function.
13846
13847         * gnus-agent.el (gnus-agent-delete-group): Use it.
13848
13849         * gnus-cache.el (gnus-cache-delete-group): Use it.
13850
13851 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13854         names.
13855
13856 2004-12-16  Simon Josefsson  <jas@extundo.com>
13857
13858         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13859
13860 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13863
13864         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13865         (gnus-group-set-current-level): Decode group name.
13866
13867 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13868
13869         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13870         failed.
13871
13872 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-group.el (gnus-group-delete-group): Decode group name.
13875         (gnus-group-make-rss-group): Encode group name.
13876         (gnus-group-catchup-current): Decode group name.
13877         (gnus-group-kill-group): Decode group name.
13878
13879 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13880
13881         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13882
13883 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gnus-group.el (gnus-group-make-rss-group):
13886         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13887
13888         * gnus-start.el (gnus-setup-news): Honor user's setting to
13889         gnus-message-archive-method.  Suggested by Lute Kamstra
13890         <lute@gnu.org>.
13891
13892 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13893
13894         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13895         global counterparts of the buffer-local variables.
13896
13897 2004-11-16  Romain Francoise  <romain@orebokech.com>
13898
13899         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13900         counterparts of the buffer-local variables.
13901
13902 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * message.el (message-forbidden-properties): Fixed typo in doc
13905         string.
13906
13907 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * gnus-util.el (gnus-replace-in-string): Added doc string.
13910
13911         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13912         to avoid problems when splitting mails with many recipients.
13913
13914 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13915
13916         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13917         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13918
13919 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13920
13921         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13922         if there is no hashtable in memory or file modification time is
13923         newer than cached timestamp.
13924
13925 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13928         not-matching option.
13929
13930 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13933         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13934         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13935         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13936         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13937         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13938
13939 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * message.el (message-forward-make-body-mml): Remove headers
13942         according to message-forward-ignored-headers if a message is decoded.
13943
13944 2004-12-02  Romain Francoise  <romain@orebokech.com>
13945
13946         * message.el (message-forward-make-body-plain): Always remove
13947         headers according to message-forward-ignored-headers.
13948
13949 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13950
13951         * spam.el (spam-summary-prepare-exit): Remove the
13952         gnus-summary-limit pop for now, it has problems with ham marks for
13953         me.
13954
13955 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13958         correctly.
13959
13960 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13961
13962         * format-spec.el (format-spec): Message the char.
13963
13964 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * gnus-art.el (gnus-split-methods): Reformat comments.
13967
13968         * spam.el (spam-summary-prepare-exit): Remove article limits
13969         before exiting the summary buffer.
13970
13971 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13974         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13975
13976         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13977         order to silence the byte compiler.
13978
13979         * spam.el: Fix the way to silence the byte compiler, which
13980         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13981         bbdb-search-simple, spam-BBDB-register-routine,
13982         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13983         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13984         spam-stat-buffer-is-spam, spam-stat-load,
13985         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13986         spam-stat-save and spam-stat-split-fancy.
13987
13988 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13991         which may confuse users.
13992         (canlock-password-for-verify): Ditto.
13993
13994         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13995
13996         * gnus-art.el (gnus-emphasis-alist): Ditto.
13997
13998         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13999
14000         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14001
14002         * gnus-start.el (gnus-save-killed-list): Ditto.
14003
14004         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14005         (gnus-sum-thread-tree-root): Ditto.
14006         (gnus-sum-thread-tree-false-root): Ditto.
14007         (gnus-sum-thread-tree-single-indent): Ditto.
14008
14009         * message.el (message-courtesy-message): Ditto.
14010         (message-archive-note): Ditto.
14011         (message-subscribed-address-file): Ditto.
14012         (message-user-fqdn): Ditto.
14013
14014         * spam-report.el (spam-report-gmane-regex): Ditto.
14015
14016         * spam.el (spam-blackhole-good-server-regex): Ditto.
14017
14018 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * mml.el (mml-preview): Widen the message buffer before copying
14021         the contents to the preview buffer; sort headers before previewing.
14022
14023         * message.el (message-hidden-headers): Fix the way to avoid a bug
14024         in the `repeat' widget in Emacs 21.3 or earlier.
14025
14026 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * message.el (message-hidden-headers): Default to "^References:".
14029         Improve customization type.  Suggested by Reiner Steib
14030         <Reiner.Steib@gmx.de>.
14031
14032 2004-11-25  Romain Francoise  <romain@orebokech.com>
14033
14034         * message.el (message-strip-forbidden-properties): Remove check for
14035         obsolete `message-hidden' text property, hidden headers are not
14036         accessible in the buffer anymore.
14037
14038 2004-11-22  Romain Francoise  <romain@orebokech.com>
14039
14040         * message.el (message-header-format-alist): Add `From' in list
14041         so that it can be sorted.
14042         (message-fix-before-sending): Widen and sort headers before
14043         sending.
14044         (message-hide-headers): Use narrowing to hide headers by moving
14045         them to the top of the buffer and narrowing to the region
14046         underneath.
14047
14048 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14049
14050         * message.el (message-strip-forbidden-properties): Bind
14051         buffer-read-only (etc) to nil.
14052
14053 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14056         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14057
14058 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14059
14060         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14061
14062 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14063
14064         * dns.el (query-dns): Use sit-for to time instead of
14065         accept-process-output, since that doesn't seem to work on udp
14066         sockets.
14067
14068 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14071
14072 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14073
14074         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14075         doc string.  Improve doc string.
14076
14077 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * nntp.el (nntp-request-update-info): Return nil if
14080         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14081         may not call gnus-activate-group which uselessly issues the GROUP
14082         commands for all nntp groups and wastes time.  Reported by Romain
14083         Francoise <romain@orebokech.com>.
14084
14085         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14086
14087 2004-11-15  Simon Josefsson  <jas@extundo.com>
14088
14089         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14090         headers separately.
14091         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14092         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14093
14094 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-start.el (gnus-convert-old-newsrc):
14097         Assign legacy-gnus-agent to 5.10.7.
14098
14099 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14100
14101         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14102         start of the lines.
14103
14104 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14105
14106         * hashcash.el (hashcash-default-payment): Change default to 20.
14107         (hashcash-default-accept-payment): Change default to 20.
14108         (hashcash-process-alist): New variable.
14109         (hashcash-generate-payment-async): Add.
14110         (hashcash-already-paid-p): Add.
14111         (hashcash-insert-payment): Don't generate payments twice.
14112         (hashcash-insert-payment-async): Add.
14113         (hashcash-insert-payment-async-2): Add.
14114         (hashcash-cancel-async): Add.
14115         (hashcash-wait-async): Add.
14116         (hashcash-processes-running-p): Add.
14117         (hashcash-wait-or-cancel): Add.
14118         (mail-add-payment): New optional argument.  Conditionally start
14119         asynchronous calculation.
14120         (mail-add-payment-async): Add.
14121
14122         * message.el (message-send-mail): Wait for asynchronous hashcash
14123         results.  Don't clobber existing X-Hashcash headers.
14124         (message-setup-1): Call mail-add-payment-async when
14125         message-generate-hashcash is non-nil.
14126
14127 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14128
14129         * message.el (message-use-alternative-email-as-from): Examine the
14130         From header as well; use message-make-from in order to include a
14131         user's full name.
14132
14133 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14136         default; improve customization type.
14137         (gnus-emphasis-custom-with-format): New macro.
14138         (gnus-emphasis-custom-value-to-external): New function.
14139         (gnus-emphasis-custom-value-to-internal): New function.
14140
14141 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * dns.el (query-dns): Resolve reverse addresses.
14144
14145 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14146
14147         * gnus-group.el (gnus-group-get-new-news): Use it.
14148
14149         * gnus-start.el (gnus-check-reasonable-setup): New function.
14150
14151 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14154         "Args out of range" error.  Reported by Arnaud Giersch
14155         <arnaud.giersch@free.fr>.
14156
14157 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14158
14159         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14160
14161 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14162
14163         * spam.el (spam group): Add :version.
14164
14165         * pgg-def.el (pgg group): Add :version.
14166
14167 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-art.el (gnus-article-edit-article): Don't associate the
14170         article buffer with a draft file.  This is a temporary measure
14171         against the 2004-08-22 change to gnus-article-edit-mode.
14172
14173 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14176         (html2text-format-tags): Remove unused variable `attr'.
14177
14178 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14181
14182         * tls.el (tls-process-connection-type, tls-success)
14183         (tls-certtool-program): Add :version.
14184
14185         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14186         (starttls-extra-arguments, starttls-process-connection-type)
14187         (starttls-connect, starttls-failure, starttls-success): Add :version.
14188
14189         * spam-stat.el (spam-stat): Add :version.
14190
14191         * sieve.el (sieve): Add :version.
14192
14193         * sha1.el (sha1): Add :version.
14194         (sha1-use-external): Remove redundant version.
14195
14196         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14197         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14198         (nnmail-split-fancy-match-partial-words)
14199         (nnmail-split-lowercase-expanded): Add :version.
14200
14201         * nndiary.el (nndiary): Add :version.
14202
14203         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14204
14205         * mml-sec.el (mml-default-sign-method)
14206         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14207         Add :version.
14208
14209         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14210
14211         * mm-url.el (mm-url-use-external, mm-url-program)
14212         (mm-url-arguments): Add :version.
14213
14214         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14215         (mm-attachment-file-modes, mm-decrypt-option)
14216         (mm-w3m-safe-url-regexp): Add :version.
14217
14218         * message.el (message-cite-prefix-regexp)
14219         (message-sendmail-envelope-from, message-minibuffer-local-map)
14220         (message-user-fqdn, message-completion-alist): Add :version.
14221
14222         * gnus-win.el (gnus-configure-windows-hook)
14223         (gnus-use-frames-on-any-display): Add :version.
14224
14225         * gnus-art.el (gnus-article-address-banner-alist)
14226         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14227         (gnus-treat-from-picon, gnus-treat-mail-picon)
14228         (gnus-treat-x-pgp-sig): Add :version.
14229
14230         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14231         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14232         (gnus-summary-article-delete-hook)
14233         (gnus-summary-display-while-building): Add :version.
14234
14235         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14236         (gnus-get-top-new-news-hook): Add :version.
14237
14238         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14239         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14240
14241         * gnus-registry.el (gnus-registry): Add :version.
14242
14243         * gnus-spec.el (gnus-use-correct-string-widths)
14244         (gnus-make-format-preserve-properties): Add :version.
14245
14246         * gnus.el (gnus-group-charter-alist)
14247         (gnus-group-fetch-control-use-browse-url)
14248         (gnus-install-group-spam-parameters): Add :version.
14249
14250         * gnus-diary.el (gnus-diary): Add :version.
14251
14252         * gnus-delay.el (gnus-delay): Add :version.
14253
14254         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14255         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14256         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14257         Add :version.
14258
14259         * gnus-agent.el (gnus-agent-max-fetch-size)
14260         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14261         (gnus-agent-prompt-send-queue): Add :version.
14262
14263         * deuglify.el (gnus-outlook-deuglify): Add :version.
14264
14265         * html2text.el: Beautify code.  Improve doc strings.  Some
14266         checkdoc cleanup.
14267         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14268
14269 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14270
14271         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14272
14273 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14276         when package is loaded.
14277
14278         * spam.el (spam-summary-score-preferred-header): Add global preference
14279         for people who want to override the default SpamAssassin over
14280         Bogofilter preference (when both are set).
14281         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14282         (spam-user-format-function-S): Check
14283         spam-summary-score-preferred-header.
14284         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14285         (spam-user-format-function-S): Format the score correctly.
14286
14287 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14290         signature file.  Suggested by Manoj Srivastava
14291         <srivasta@golden-gryphon.com>.
14292
14293         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14294         iso-2022-jp even in the Japanese language environment.
14295         Suggested by Jason Rumney <jasonr@gnu.org>.
14296
14297 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14300         use the same characters as the dummy marks; make it free from
14301         getting affected by the language environment.
14302         (gnus-summary-read-group-1): Update mark positions only when the
14303         format spec is updated.
14304
14305         * gnus-spec.el (gnus-update-format-specifications): Return a list
14306         of updated types.
14307
14308 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14311         of boundp to check if display-warning is available.
14312
14313 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14314
14315         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14316
14317 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * nnspool.el (nnspool-spool-directory): Use news-path if the
14320         news-directory variable is not bound.
14321
14322         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14323         function instead of display-warning if it is not available.
14324
14325 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14328         v5-10: Use `point-at-bol'.
14329
14330 2004-10-26  Simon Josefsson  <jas@extundo.com>
14331
14332         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14333         <chenggao@gmail.com>.
14334
14335 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14338         instead.
14339
14340 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14341
14342         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14343         to remove a server from the nnimap-server-buffer-alist.
14344         (nnimap-open-connection, nnimap-close-server): Use it.
14345
14346         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14347
14348 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14351         running the major-mode function.
14352
14353 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14356         dummy marks in the right way.
14357
14358 2004-10-18  David Edmondson  <dme@dme.org>
14359
14360         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14361         excessively.
14362
14363 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * gnus-util.el (gnus-split-references): Accept a nil references
14366         string and go on blissfully.
14367
14368         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14369         cases where the references string is non-nil but has no references.
14370
14371         * encrypt.el: Add autoload tags.
14372
14373         * spam.el (spam-resolve-registrations-routine): Remove article
14374         from unregistration list too.  Reported by David Hanak
14375         <dhanak@isis.vanderbilt.edu>
14376
14377 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14380         nil.  Changed custom type.
14381
14382 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14385
14386         * gnus-sum.el (gnus-summary-move-article): Use it.
14387
14388 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * encrypt.el: Add autoload cookies.
14391
14392         * spam.el (spam-backend-article-list-property)
14393         (spam-backend-get-article-todo-list)
14394         (spam-backend-put-article-todo-list)
14395         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14396         Resolve registrations separately.
14397         (spam-register-routine): Format comments.
14398         (spam-unregister-routine, spam-register-routine): Always call with
14399         specific-articles, no default list.
14400         (spam-summary-prepare-exit): Use the spam-classifications function.
14401
14402         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14403         gnus-encrypt.el.
14404
14405         * encrypt.el: Copied from gnus-encrypt.el.
14406
14407         * gnus-encrypt.el: Commented that it's obsolete.
14408
14409 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14412         (gnus-score-save): Use it.
14413
14414         * message.el (message-bury): Use `window-dedicated-p'.
14415
14416 2004-10-15  Simon Josefsson  <jas@extundo.com>
14417
14418         * pop3.el (top-level): Don't require nnheader.
14419         (pop3-read-timeout): Add.
14420         (pop3-accept-process-output): Add.
14421         (pop3-read-response, pop3-retr): Use it.
14422
14423 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14424
14425         * spam.el (spam-register-routine): Move comment.
14426         (spam-verify-bogofilter): Use 'unknown for the initial
14427         spam-bogofilter-valid state, not 'never.
14428
14429         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14430         for netrc-machine.
14431
14432         * nnimap.el (nnimap-open-connection): Use
14433         netrc-machine-user-or-password.
14434
14435 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14436
14437         * gnus-registry.el (gnus-registry-unload-hook):
14438         Set as a variable with add-hook.
14439
14440         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14441         of news-path.
14442
14443         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14444
14445         * spam.el: Delete duplicate `provide'.
14446         (spam-unload-hook): Set as a variable with add-hook.
14447
14448 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14451         in the doc string.
14452
14453         * message.el (message-ignored-news-headers)
14454         (message-ignored-supersedes-headers)
14455         (message-ignored-resent-headers)
14456         (message-forward-ignored-headers): Improve custom type.
14457
14458 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * message.el (message-tokenize-header): Fix 2004-09-06 change
14461         which used point-min in the wrong place.
14462
14463 2004-10-12  Simon Josefsson  <jas@extundo.com>
14464
14465         * tls.el (tls-certtool-program): New variable.
14466         (tls-certificate-information): New function, based on
14467         ssl-certificate-information.
14468
14469 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * compface.el: Move the version of ELisp-based uncompface program
14472         to the contrib directory because of the copyright problem.
14473
14474 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * message.el (message-kill-buffer): Raise the current frame.
14477
14478 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14481
14482         * gnus.el (message-y-or-n-p): Autoload.
14483
14484         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14485         (pop3-password-required, pop3-authentication-scheme)
14486         (pop3-leave-mail-on-server): Made customizable.
14487         (pop3): New custom group.
14488         (pop3-retr): Remove `sleep-for' statements.
14489         Suggested by Dave Love <fx@gnu.org>.
14490
14491         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14492         Windows/DOS.
14493
14494         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14495         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14496         Dave Love <fx@gnu.org>.
14497
14498         * mml.el (mml-minibuffer-read-disposition): Require match.
14499         Suggested by Dave Love <fx@gnu.org>.
14500
14501 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14504         doc string.
14505
14506 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14509
14510 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14511
14512         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14513         instead of calling `mm-insert-inline', to decode text/* parts
14514         before displaying them.
14515
14516 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * mm-uu.el (mm-uu-text-plain-type): New variable.
14519         (mm-uu-pgp-signed-extract-1): Use it.
14520         (mm-uu-pgp-encrypted-extract-1): Use it.
14521         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14522         bind mm-uu-text-plain-type with that value.
14523         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14524         mm-uu-dissect.
14525
14526 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-group.el (gnus-update-group-mark-positions):
14529         * gnus-sum.el (gnus-update-summary-mark-positions):
14530         * message.el (message-check-news-body-syntax):
14531         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14532         of string-as-multibyte.
14533
14534 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
14540         8-bit unibyte values to a multibyte string for search functions.
14541
14542 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14545         (mm-uu-dissect-text-parts): New function.
14546
14547         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14548         dissect text parts.
14549
14550         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14551         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14552
14553         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14554
14555         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14556         gnus-current-topics instead of gnus-current-topic.
14557
14558 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14559
14560         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14561
14562 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14563
14564         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14565         where approriate.
14566
14567         * nnml.el (nnml-generate-active-info): do.
14568
14569         * nndiary.el (nndiary-generate-active-info): do.
14570
14571         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14572         (gnus-topic-move): do.
14573
14574         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14575         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14576
14577         * gnus-srvr.el (gnus-server-prepare)
14578         (gnus-server-open-all-servers): do.
14579
14580         * gnus-msg.el (gnus-summary-cancel-article)
14581         (gnus-summary-resend-message)
14582         (gnus-summary-mail-crosspost-complaint): do.
14583
14584         * gnus-move.el (gnus-change-server): do.
14585
14586         * gnus-group.el (gnus-group-unmark-all-groups)
14587         (gnus-group-set-current-level): do.
14588
14589 2004-10-04  Simon Josefsson  <jas@extundo.com>
14590
14591         * message.el (message-generate-hashcash): Doc fix.
14592
14593 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14594
14595         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14596         avoid infinite recursion via gnus-get-function.
14597
14598 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14599
14600         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14601
14602         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14603
14604         * nnmail.el (nnmail-split-history): do.
14605
14606         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14607         (nnml-request-delete-group): do.
14608
14609         * nnslashdot.el (nnslashdot-read-groups): do.
14610
14611         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14612         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14613
14614         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14615         (nnspool-sift-nov-with-sed): Use last.
14616         (nnspool-retrieve-headers-with-nov): Use mapc.
14617         (nnspool-request-newgroups): Use dolist.
14618         (nnspool-request-group): Use last.
14619
14620         * nntp.el (nntp-read-server-type): Use dolist.
14621
14622         * nnvirtual.el (nnvirtual-create-mapping)
14623         (nnvirtual-update-read-and-marked): Use dolist.
14624         (nnvirtual-convert-headers): Simplify.
14625
14626 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14627
14628         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14629         support for sync'ing tick marks.
14630
14631 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14634         there's no visible header.
14635
14636 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14637
14638         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14639         necessary, pass full group name to gnus-request-set-marks.
14640
14641 2004-10-01  Simon Josefsson  <jas@extundo.com>
14642
14643         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14644         acroread.
14645
14646 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647
14648         * spam-report.el (spam-report-gmane): Fix interactive.
14649
14650         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14651
14652         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14653         when writing file.
14654         (gnus-agent-synchronize-flags): Don't default to being
14655         interactive.
14656
14657 2004-09-30  Simon Josefsson  <jas@extundo.com>
14658
14659         * message.el (message-generate-hashcash): Add.
14660         (message-send-mail): Use it, call mail-add-payment.
14661
14662 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14665
14666 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14667
14668         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14669         gnus-requst-update-info with explicit code to sync the in-memory
14670         info read flags with the marks being sync'd to the backend.
14671
14672         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14673
14674 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14675
14676         * spam.el (spam-verify-bogofilter): Add new function.
14677         (spam-check-bogofilter)
14678         (spam-bogofilter-register-with-bogofilter): Use it.
14679         (spam-verify-bogofilter): Add small fixes.
14680
14681 2004-09-28  Simon Josefsson  <jas@extundo.com>
14682
14683         * hashcash.el (hashcash-generate-payment): Revert.
14684
14685 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14686
14687         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14688         gnus-extract-references instead of gnus-split-references.
14689
14690         * gnus-util.el (gnus-extract-references): Add new function, analogous
14691         to gnus-split-references but extracts only the message-ID without
14692         anything extra.
14693
14694         * hashcash.el (hashcash-generate-payment)
14695         (hashcash-check-payment): Do the right thing if hashcash-path is
14696         nil (because the hashcash program could not be found).
14697
14698         * spam.el (spam-use-hashcash): Remove comment.
14699
14700 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14701
14702         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14703         (gnus-cache-enter-article, gnus-cache-remove-article)
14704         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14705
14706         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14707
14708         * gnus-art.el (article-hide-boring-headers)
14709         (article-translate-strings, article-display-face)
14710         (gnus-article-mime-match-handle-first)
14711         (gnus-article-highlight-headers)
14712         (gnus-article-add-buttons-to-head): do.
14713
14714 2004-09-27  Simon Josefsson  <jas@extundo.com>
14715
14716         * hashcash.el: New version, from
14717         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14718         ../contrib/.
14719
14720 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14723
14724 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14725
14726         * gnus-dup.el (gnus-dup-open): Use mapc.
14727         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14728
14729         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14730         Reported by Stefan Wiens <s.wi@gmx.net>.
14731
14732         * gnus.el (gnus-shutdown): Use dolist.
14733
14734         * gnus-undo.el (gnus-undo): Use mapc.
14735
14736         * nnrss.el (nnrss-generate-active): do.
14737
14738         * message.el (message-cite-original-without-signature)
14739         (message-cite-original): Use mapc.
14740         (message-do-actions, message-make-forward-subject): Use dolist.
14741
14742 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14743
14744         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14745         deletion to remove entire duplicate line.  Fixes merged article
14746         number bug.
14747
14748 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14749
14750         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14751         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14752         first ask if you want to open a server and then, even when you
14753         responded with no, asking if you want to synchronize the server's
14754         flags.
14755         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14756         multi-line expressions.
14757         (gnus-agent-synchronize-group-flags): New internal function.
14758         Updates marks in memory (in the info structure) AND in the
14759         backend.
14760
14761         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14762
14763         * nnagent.el (nnagent-request-set-mark): Use
14764         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14765         method, to ensure that synchronization updates marks in the
14766         backend and in the info (in memory) structure.
14767
14768 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14771         convention fully; don't miss the root article of a thread; make
14772         the X-Draft-From header with correct article numbers.
14773
14774 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14775
14776         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14777         unless plugged.  Disable the agent so that an open failure causes
14778         an error.
14779
14780         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14781         Reverted 2004-09-21 change.  The backend must be opened while
14782         synchronizing flags even when the backend stores the flags
14783         locally.
14784
14785 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14788         in `header' match.  Reported by Svend Tollak Munkejord.
14789
14790         * message.el (message-cite-original): Fix use of
14791         `message-cite-articles-with-x-no-archive'.
14792
14793 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14796         (gnus-window-to-buffer): Ditto.
14797
14798         * mml.el (mml-preview-buffer): New variable.
14799         (mml-preview): Manage window layout with gnus-buffer-configuration.
14800
14801         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14802         X-Draft-From header even if those articles aren't quoted.
14803
14804 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14805
14806         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14807         (gnus-request-set-mark, gnus-request-update-mark): Use new
14808         g-s-t-u-l-m to decide to use backend even when unplugged.
14809
14810 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14813         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14814
14815 2004-09-20  Simon Josefsson  <jas@extundo.com>
14816
14817         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14818         "utf-16-le".
14819
14820 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14821
14822         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14823
14824 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * uudecode.el (uudecode-use-external): Add :version.
14827
14828         * smime.el (smime-CA-file, smime-encrypt-cipher)
14829         (smime-dns-server): Add :version.
14830
14831         * smiley.el (gnus-smiley-file-types): Add :version.
14832
14833         * sha1.el (sha1-use-external): Add :version.
14834
14835         * pgg-def.el (pgg-query-keyserver): Add :version.
14836
14837         * nnmail.el (nnmail-fancy-expiry-targets)
14838         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14839         Add :version.
14840
14841         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14842         (nnimap-retrieve-groups-asynchronous): Add :version.
14843         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14844
14845         * mml.el (mml-content-disposition-parameters)
14846         (mml-insert-mime-headers-always): Add :version.
14847
14848         * mm-util.el (mm-coding-system-priorities): Add :version.
14849
14850         * mm-decode.el (mm-inline-text-html-with-images)
14851         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14852         (mm-verify-option): Add :version.
14853         (mm-text-html-renderer): Change :version.
14854
14855         * message.el (message-fcc-externalize-attachments)
14856         (message-required-headers, message-draft-headers)
14857         (message-subject-trailing-was-query)
14858         (message-subject-trailing-was-ask-regexp)
14859         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14860         (message-mark-insert-end, message-archive-header)
14861         (message-archive-note, message-cross-post-default)
14862         (message-cross-post-note, message-followup-to-note)
14863         (message-cross-post-note-function, message-use-mail-followup-to)
14864         (message-subscribed-address-functions)
14865         (message-subscribed-address-file, message-subscribed-addresses)
14866         (message-subscribed-regexps, message-allow-no-recipients)
14867         (message-yank-cited-prefix, message-signature-insert-empty-line)
14868         (message-hidden-headers, message-hierarchical-addresses)
14869         (message-mail-user-agent, message-use-idna)
14870         (message-valid-fqdn-regexp)
14871         (message-strip-special-text-properties, message-header-synonyms)
14872         (message-beginning-of-line, message-tab-body-function): Add :version.
14873         (message-insert-canlock, message-wide-reply-confirm-recipients):
14874         Change :version.
14875
14876         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14877         and :version.
14878         (mail-source-delete-old-incoming-confirm)
14879         (mail-source-movemail-program): Add :version.
14880
14881         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14882         (gnus-agent-cache, gnus-agent): Change :version.
14883
14884         * gnus-util.el (gnus-use-byte-compile): Change :version.
14885
14886         * gnus-sum.el (gnus-summary-make-false-root-always)
14887         (gnus-summary-default-high-score)
14888         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14889         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14890         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14891         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14892         (gnus-sum-thread-tree-single-indent)
14893         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14894         (gnus-sum-thread-tree-leaf-with-other)
14895         (gnus-sum-thread-tree-single-leaf): Add :version.
14896         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14897         (gnus-article-loose-mime): Change :version.
14898
14899         * gnus-start.el (gnus-backup-startup-file)
14900         (gnus-save-startup-file-via-temp-buffer): Add :version.
14901
14902         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14903         (gnus-server-offline-face): Add :version.
14904
14905         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14906
14907         * gnus-msg.el (gnus-gcc-externalize-attachments)
14908         (gnus-debug-files, gnus-debug-exclude-variables)
14909         (gnus-discouraged-post-methods): Change :version.
14910         (gnus-confirm-mail-reply-to-news)
14911         (gnus-confirm-treat-mail-like-news): Add :version.
14912
14913         * gnus-int.el (gnus-server-unopen-status): Add :version.
14914
14915         * gnus-group.el (gnus-group-jump-to-group-prompt)
14916         (gnus-large-ephemeral-newsgroup)
14917         (gnus-fetch-old-ephemeral-headers): Add :version.
14918
14919         * gnus-fun.el (gnus-x-face-directory)
14920         (gnus-convert-pbm-to-x-face-command)
14921         (gnus-convert-image-to-x-face-command)
14922         (gnus-convert-image-to-face-command): Add :version.
14923
14924         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14925
14926         * gnus-cite.el (gnus-cite-blank-line-after-header)
14927         (gnus-article-boring-faces): Add :version.
14928
14929         * gnus-art.el (gnus-buttonized-mime-types)
14930         (gnus-inhibit-mime-unbuttonizing)
14931         (gnus-treat-display-face)
14932         (gnus-treat-body-boundary): Change :version.
14933         (gnus-body-boundary-delimiter, gnus-picon-databases)
14934         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14935         (gnus-treat-date-english, gnus-treat-fold-headers)
14936         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14937         (gnus-treat-mail-picon, gnus-treat-wash-html)
14938         (gnus-article-encrypt-protocol)
14939         (gnus-use-idna, gnus-article-over-scroll)
14940         (gnus-mime-display-multipart-alternative-as-mixed)
14941         (gnus-mime-display-multipart-related-as-mixed)
14942         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14943         (gnus-ctan-url, gnus-button-ctan-handler)
14944         (gnus-button-handle-ctan-bogus-regexp)
14945         (gnus-button-ctan-directory-regexp)
14946         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14947         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14948         (gnus-button-man-level, gnus-button-emacs-level)
14949         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14950
14951         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14952         (gnus-agent-go-online): Change :version.
14953         (gnus-agent-expire-unagentized-dirs)
14954         (gnus-agent-auto-agentize-methods): Add :version.
14955
14956         * flow-fill.el (fill-flowed-display-column)
14957         (fill-flowed-encode-column): Add :version.
14958
14959         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14960         (gnus-outlook-deuglify-unwrap-max)
14961         (gnus-outlook-deuglify-cite-marks)
14962         (gnus-outlook-deuglify-unwrap-stop-chars)
14963         (gnus-outlook-deuglify-no-wrap-chars)
14964         (gnus-outlook-deuglify-attrib-cut-regexp)
14965         (gnus-outlook-deuglify-attrib-verb-regexp)
14966         (gnus-outlook-deuglify-attrib-end-regexp)
14967         (gnus-outlook-display-hook): Add :version.
14968
14969         * binhex.el (binhex-use-external): Add :version.
14970
14971 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14974         and `invisible'.
14975
14976 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14979         in gnus-registry-trim.
14980
14981 2004-09-13  Simon Josefsson  <jas@extundo.com>
14982
14983         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14984
14985         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14986
14987         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14988         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14989         <yamaoka@jpl.org>.
14990         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14991         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14992         <yamaoka@jpl.org>.
14993
14994         * sieve.el (sieve-manage-mode): Ditto.
14995
14996 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14999
15000 2004-09-11  Simon Josefsson  <jas@extundo.com>
15001
15002         * dns-mode.el: Add.
15003
15004         * mm-view.el (mm-display-dns-inline): Add.
15005
15006         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15007         (mm-automatic-display): Ditto.
15008
15009         * mailcap.el (mailcap-mime-data): Add text/dns.
15010         (mailcap-mime-extensions): Map .soa to text/dns.
15011
15012 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15013
15014         * gnus-art.el (article-decode-mime-words, article-babel)
15015         (gnus-article-highlight-signature, gnus-article-add-buttons)
15016         (gnus-signature-toggle): Remove unnecessary bindings of
15017         `inhibit-read-only' inherited from v5.10 merge.
15018
15019 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * nntp.el (nntp): New customization group.
15022         (nntp-authinfo-file): Add customization group.
15023
15024         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15025
15026         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15027
15028         * gnus.el (to-address, to-list, subscribed)
15029         (large-newsgroup-initial): Ditto.
15030
15031         * flow-fill.el (fill-flowed-display-column)
15032         (fill-flowed-encode-column): Ditto.
15033
15034 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15035
15036         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15037         Use point-min rather than 1.
15038         (message-send-mail): Use buffer-size rather than point-max.
15039
15040         * gnus-sum.el (gnus-summary-search-article-forward):
15041         Signal a specific `search-failed' rather than a generic `error'.
15042
15043         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15044         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15045         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15046
15047 2004-09-10  Simon Josefsson  <jas@extundo.com>
15048
15049         * nndb.el (require): Remove tcp and duplicate cl.
15050
15051 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-agent.el (directory-files-and-attributes): Move forward.
15054
15055 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15056
15057         * gnus-agent.el (directory-files-and-attributes): Optionally
15058         defined to support XEmacs.
15059
15060 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15061
15062         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15063         to avoid run-time CL dependencies.
15064         (gnus-agent-unfetch-articles): New function.
15065         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15066         article numbers even when local .overview file is missing.
15067         (gnus-agent-read-article-number): New function.  Only accepts
15068         27-bit article numbers.
15069         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15070         gnus-agent-read-article-number.
15071         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15072         from backend while recognizing that article numbers in .overview
15073         must be valid.
15074         (gnus-agent-update-files-total-fetched-for): Use
15075         directory-files-and-attributes to improve performance.
15076         * gnus-int.el (gnus-request-move-article): Use
15077         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15078         improve performance.
15079
15080         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15081         some users confused by references to .newsrc when they only have a
15082         .newsrc.eld file.
15083         (gnus-convert-mark-converter-prompt)
15084         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15085         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15086         New function.  Used internally to only display 'gnus converting
15087         files' message when actually necessary.
15088
15089         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15090         methods now autoloaded.
15091
15092 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15095         identifiers.
15096
15097 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * gnus-picon.el: Fix indentation and closing parenthesis.
15100
15101 2004-09-01  Simon Josefsson  <jas@extundo.com>
15102
15103         * message.el (message-canlock-generate): Require sha1, not
15104         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15105         to require within a function.  Sadly, if sha1.el isn't loaded, the
15106         let binding in m-c-g will hide the defcustom definition, which is
15107         bad.)
15108
15109         * canlock.el: Require sha1, not sha1-el.
15110
15111         * message.el: Don't autoload sha1 (there is a autoload cookie in
15112         sha1.el).
15113
15114         * sha1-el.el: Renamed to sha1.el.
15115
15116 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15117
15118         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15119
15120 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15121
15122         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15123
15124 2004-08-30  Kim F. Storm  <storm@cua.dk>
15125
15126         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15127
15128         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15129         Add :group 'nnimap.
15130
15131 2004-08-30  Andreas Schwab  <schwab@suse.de>
15132
15133         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15134         ?* and ?\;.
15135
15136         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15137         and ?\' to symbol instead of whitespace.
15138
15139 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15142
15143         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15144         instead of re-search-forward.
15145
15146         * gnus-uu.el (gnus-uu-save-article): Ditto.
15147         (gnus-uu-post-encode-uuencode): Ditto.
15148
15149         * html2text.el (html2text-clean-list-items): Ditto.
15150         (html2text-clean-dtdd): Ditto.
15151         (html2text-format-tags): Ditto.
15152
15153         * message.el (message-send-mail-with-sendmail): Fix regexp.
15154         (message-fill-field-general): Use search-forward instead of
15155         re-search-forward.
15156         (unbold-region): Ditto.
15157
15158         * nnrss.el (nnrss-request-article): Ditto.
15159
15160         * nnslashdot.el (nnslashdot-request-article): Ditto.
15161
15162         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15163
15164         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15165         "Unrecognized menu descriptor" error in XEmacs.
15166
15167 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15168
15169         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15170         parent article of a sparse article in the thread hashtb.
15171
15172 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15173
15174         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15175         (nnmail-expand-newtext): Lowercase expanded entries if
15176         nnmail-split-lowercase-expanded is non-nil.
15177
15178 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15181
15182         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15183         of gnus-tmp-news-method into string under XEmacs.  It will be
15184         passed to gnus-correct-length which takes only a string argument.
15185
15186 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-util.el (gnus-bind-print-variables): New macro.
15189         (gnus-prin1): Use it.
15190         (gnus-prin1-to-string): Use it.
15191         (gnus-pp): New function.
15192         (gnus-pp-to-string): New function.
15193
15194         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15195         Replace pp-to-string with gnus-pp-to-string.
15196         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15197         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15198         * gnus-msg.el (gnus-debug): Ditto.
15199         * gnus-score.el (gnus-score-save): Ditto.
15200         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15201         gnus-pp-to-string.
15202         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15203         with gnus-pp.
15204         * score-mode.el (gnus-score-pretty-print): Ditto.
15205         * webmail.el (webmail-debug): Ditto.
15206
15207 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (article-display-face, article-display-x-face):
15210         Use buffer-read-only.
15211
15212 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (article-hide-list-identifiers):
15215         Bind inhibit-read-only as t.
15216
15217 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15220
15221 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15224         (gnus-narrow-to-page): Don't assume point-min == 1.
15225         (gnus-article-edit-mode): Derive from message-mode.
15226
15227         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15228         point-min == 1.
15229
15230         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15231         Disable incorrect use of `assert'.
15232
15233         * message.el (message-mode): Set comment-start-skip.
15234
15235
15236 2004-08-22  Sam Steingold  <sds@gnu.org>
15237
15238         * pop3.el (pop3-leave-mail-on-server): New user variable.
15239         (pop3-movemail): Delete mail only when it is nil.
15240
15241 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15244
15245         * mml.el (mml-preview): Use `pop-to-buffer'.
15246
15247         * message.el (message-goto-mail-followup-to): Insert after "To".
15248         (message-carefully-insert-headers): Add comment.
15249
15250         * gnus.el: Remove unused variable `gnus-article-check-size'.
15251
15252         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15253
15254         * gnus-art.el (gnus-button-alist): Improve
15255         `gnus-button-handle-library' entry.
15256
15257 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15258
15259         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15260         downcase, since XEmacs capitalizes error messages differently.
15261
15262 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15263
15264         * nntp.el: Add (require 'gnus) due to reference to
15265         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15266
15267 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15268
15269         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15270         `mm-fill-flowed'.
15271
15272         * mm-decode.el (mm-dissect-singlepart): Check it.
15273
15274 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15275
15276         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15277         'imap' for netrc parsing.
15278
15279 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * mailcap.el (mailcap-mime-data): Mark as risky.
15282
15283 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15286         may be included in the encoded word.
15287         (rfc2047-encode): Don't append a space if the encoded word
15288         includes close parenthesis.
15289
15290 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15293         of text within parentheses.
15294
15295 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15298         (gnus-encrypt-write-file-contents): Make the password key the file
15299         name PLUS the cipher, not just the cipher.  Also remove failed
15300         passwords from the cache.
15301
15302 2004-08-06  Simon Josefsson  <jas@extundo.com>
15303
15304         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15305         fix.
15306
15307 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15310         LWSP.
15311
15312 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15313
15314         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15315         to append in-reply-to: data to the references: header.
15316
15317         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15318         (netrc-parse): Use gnus-encrypt.el functions.
15319
15320         * gnus-encrypt.el: Add new file for encryption support; currently
15321         does only a few GPG ciphers and an internal XOR cipher.
15322
15323         * password.el: Add comments on using password-read-and-add.
15324         (password-read-and-add): Add function to read and add the
15325         password to the cache at once.
15326
15327 2004-07-28  Simon Josefsson  <jas@extundo.com>
15328
15329         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15330         parameter (but don't use it, for now).
15331
15332         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15333         instead of hard coding to nil.
15334
15335 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15338         as mm-inline-image-xemacs does.
15339
15340 2004-07-26  Simon Josefsson  <jas@extundo.com>
15341
15342         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15343         Revert part of 2004-07-17 change below.
15344
15345 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15348         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15349
15350 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15351
15352         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15353         quotes that actually start with ">" at the beginning of the
15354         lines.
15355
15356 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * rfc2047.el (rfc2047-encode-region): Fix last change.
15359         (rfc2047-encode-parameter): Remove useless concat.
15360
15361 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15364         encode special characters; fix some kind of misconfigured headers;
15365         signal a real error if debug-on-quit or debug-on-error is non-nil.
15366         (rfc2047-encode-max-chars): New variable.
15367         (rfc2047-encode-1): Use it.
15368         (rfc2047-encode-parameter): New function.
15369
15370         * mml.el (mml-insert-parameter): Remove an excessive space.
15371
15372 2004-07-17  Simon Josefsson  <jas@extundo.com>
15373
15374         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15375         Kai Grossjohann <kai@emptydomain.de>.
15376         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15377         (gnus-group-make-menu-bar): Ditto.
15378
15379         * gnus-util.el (gnus-group-server): Add.
15380
15381 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * message.el (message-clone-locals): Clone sendmail and smtp
15384         variables.
15385
15386 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * rfc2047.el (rfc2047-encode-region): Fix last change.
15389
15390 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15393         characters as non-special.
15394
15395 2004-07-09  Simon Josefsson  <jas@extundo.com>
15396
15397         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15398         Users will lose all flag changes made while unplugged with
15399         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15400         good default.  See numerous reports on ding mailing list.
15401
15402 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15405         add generate-head-function and generate-article-function to the
15406         rfc822-forward entry.
15407         (nndoc-rfc822-forward-generate-article): New function.
15408         (nndoc-rfc822-forward-generate-head): New function.
15409
15410         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15411
15412 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15413
15414         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15415         respect display group parameter and gnus-summary-expunge-below.
15416         (gnus-articles-to-read): Remove unused reference to display group
15417         parameter.
15418
15419 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15420
15421         * nnheader.el (nnheader-uniquify-message-id): New experimental
15422         variable.
15423         (nnheader-nov-read-message-id): Use it.
15424
15425         * spam-report.el (spam-report-gmane): Add interactive.
15426
15427 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15430         qp-or-base64 for the application/* types.
15431
15432 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15433
15434         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15435
15436 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15439         trim value.
15440
15441 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15442
15443         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15444         New macro and function.
15445         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15446
15447 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15450         after-load-alist.
15451
15452 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15453
15454         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15455         update info that isn't there.
15456
15457 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15458
15459         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15460         entry.
15461
15462 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * mm-view.el (mm-inline-render-with-function): Use multibyte
15465         buffer; decode html source by charset.
15466
15467         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15468
15469         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15470         Mule-UCS is loaded under XEmacs.
15471         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15472
15473 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15474
15475         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15476
15477 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * mm-util.el (mm-coding-system-p): Return a coding-system.
15480         (mm-mime-mule-charset-alist): Use shift_jis instead of
15481         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15482         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15483         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15484         instead of japanese-shift-jis and iso-latin-1 respectively in
15485         order to share the default value with both Emacs and XEmacs-mule.
15486         (mm-mule-charset-to-mime-charset): Make
15487         mm-coding-system-priorities effective.
15488         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15489         while predicating of candidates upon the priorities.
15490
15491 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15492
15493         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15494         gnus-uu-invert-processable.
15495
15496         * gnus.el: Autoload gnus-uu-invert-processable.
15497
15498 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * mm-util.el (mm-with-multibyte-buffer): New macro.
15501
15502         * rfc2047.el (rfc2047-encode-string): Use it.
15503         (rfc2047-encode-region): Move point to the end of the region after
15504         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15505
15506 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15509         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15510
15511 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15514         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15515         Karl Chen <quarl@nospam.quarl.org>.
15516
15517 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15518
15519         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15520         invalid addresses.
15521
15522 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15523
15524         * spam.el: Change section markers, revise TODO list.
15525         (spam-backends): Make new master list of all installed backends.
15526         (spam-summary-exit-behavior): Add new variable to determine how
15527         messages moves are done at summary exit.
15528         (spam-move-spam-nonspam-groups-only)
15529         (spam-process-ham-in-nonham-groups)
15530         (spam-process-ham-in-spam-groups): Remove variables, the
15531         spam-summary-exit-behavior variable should be used to manage this
15532         behavior.
15533         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15534         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15535         and spam-old-spam-articles.
15536         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15537         Add empty variables, placeholders for the backends they represent.
15538         (spam-set-difference): Move, unchanged.
15539         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15540         unless the user has a processor variable.
15541         (spam-classifications, spam-classification-valid-p)
15542         (spam-backend-properties, spam-backend-property-valid-p)
15543         (spam-backend-function-type-valid-p)
15544         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15545         (spam-report-articles-gmane, spam-report-articles-resend):
15546         Remove functions, they are not needed.
15547         (spam-install-backend-super, spam-backend-list)
15548         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15549         (spam-backend-function, spam-backend-ham-registration-function)
15550         (spam-backend-spam-registration-function)
15551         (spam-backend-ham-unregistration-function)
15552         (spam-backend-spam-unregistration-function)
15553         (spam-backend-statistical-p, spam-backend-mover-p)
15554         (spam-install-backend-alias, spam-install-checkonly-backend)
15555         (spam-install-mover-backend, spam-install-nocheck-backend)
15556         (spam-install-backend, spam-install-statistical-backend)
15557         (spam-install-statistical-checkonly-backend): Add backend installation
15558         support.
15559         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15560         (spam-group-processor-p): Use the new backend code and respect the
15561         summary exit behavior.
15562         (spam-mark-spam-as-expired-and-move-routine): Remove.
15563         (spam-summary-prepare): Change to use the new spam-old-articles
15564         variable.
15565         (spam-copy-or-move-routine, spam-copy-spam-routine)
15566         (spam-move-spam-routine, spam-copy-ham-routine)
15567         (spam-move-ham-routine): Add code to copy/move ham or spam.
15568         (spam-fetch-field-fast): Improve doc and code, plus allow the
15569         'number request.
15570         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15571         variables.
15572         (spam-split, spam-find-spam): Use the new backend code.
15573         (spam-registration-functions): Remove variable.
15574         (spam-unregister-routine): Add convenience wrapper.
15575         (spam-log-undo-registration, spam-register-routine)
15576         (spam-log-processing-to-registry)
15577         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15578         where possible.
15579         (spam-check-gmane-xref, spam-check-regex-headers)
15580         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15581         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15582         (spam-check-bogofilter-headers, spam-check-spamoracle)
15583         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15584         (spam-check-crm114-headers): Use the spam-split-group that
15585         spam-split prepares, no need to determine it every time.
15586
15587         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15588         to the nnheader-parse-naked-head call.
15589
15590         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15591
15592         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15593         the nnheader-nov-read-message-id call.
15594
15595 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15598         gnus-activate-group twice.  Suggested by Markus Peter
15599         <warp@spin.de>.
15600
15601 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (gnus-article-time-format): Exchange the order of
15604         day and month in the default value; fix customization type.
15605         (article-date-ut): Use add-text-properties.
15606         (article-make-date-line): Use message-make-date instead of
15607         current-time-string.
15608
15609         * message.el (message-fetch-field): Don't use set-text-properties.
15610         (message-make-date): Simplify.
15611
15612         * messagexmas.el (message-xmas-make-date): New function.
15613         (message-xmas-redefine): Defalias message-make-date to it.
15614
15615 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15618         (rfc2047-encode-region): Treat text within parentheses as special;
15619         show the original text when error has occurred.
15620
15621         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15622         already-computed method to gnus-activate-group.
15623
15624         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15625         same select-methods identical Lisp objects.
15626
15627         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15628         object when modifying the info.
15629
15630 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15633         gnus-opened-servers since it has never been opened with the new
15634         configuration yet.
15635
15636 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15639         arg to nnheader-generate-fake-message-id.
15640
15641 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15644         number and build a fake message ID localized to a group and
15645         article number (so it's repeatable from that point on).
15646         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15647         ID format.
15648
15649         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15650         nnheader-generate-fake-message-id with the article number.
15651
15652 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15653
15654         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15655         end-of-buffer.
15656
15657 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15658
15659         * message.el (message-ignored-supersedes-headers): Add Approved.
15660
15661 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15664         goto-char.
15665         (rfc2047-encode): Fold the line before encoding.
15666
15667 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15670         folding -- not all headers can be folded, and this should be done
15671         by the message composition mode.  Probably.  I think.
15672
15673 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15676         fast.
15677
15678         * gnus-ems.el (gnus-remove-image): Don't use
15679         message-text-with-property; remove only the image found first.
15680
15681         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15682         found first.
15683
15684 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15685
15686         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15687
15688 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * message.el (message-text-with-property): Make it fast and accept
15691         optional arguments.
15692         (message-strip-forbidden-properties): Use it.
15693         (message-fix-before-sending): Follow the m-t-w-p change.
15694
15695         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15696
15697 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-art.el (article-hide-headers): Don't change the buffer
15700         mistakenly when performing mml-preview even if
15701         gnus-single-article-buffer is nil.
15702
15703 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15704
15705         * message.el (message-expand-name-databases): New user option.
15706         (message-expand-name): Use it.
15707
15708 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15709
15710         * spam.el (spam-report-articles-resend)
15711         (spam-report-resend-register-routine): Allow ham reporting.
15712         (spam-report-resend-register-ham-routine): Add wrapper.
15713         (spam-registration-functions): Add ham resending functions.
15714         (spam-list-of-processors): Add ham resend processor.
15715
15716         * gnus.el (ham-resend-to): Add new group parameter.
15717         (spam-process): Add ham resend option.
15718
15719         * spam-report.el (spam-report-resend): Allow reporting ham.
15720         (spam-report-resend-ham): Add wrapper.
15721
15722 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15723
15724         * message.el (message-cite-articles-with-x-no-archive): New
15725         variable.
15726         (message-cite-original): Use it.
15727
15728 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15729
15730         * message.el (message-cite-original): Respect X-No-Archive.
15731
15732 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-art.el (article-hide-headers): Refer to the values for
15735         gnus-ignored-headers and gnus-visible-headers in the summary
15736         buffer since a user may have set them as group parameters.
15737
15738 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * assistant.el (assistant-node-name): Add convenience function.
15741         (assistant-render-text, assistant-render-node): Add error handling,
15742         plus handle multiple next nodes.
15743         (assistant-find-next-node): Comment out for now.
15744         (assistant-find-next-nodes): Add function, returns list of next
15745         nodes.
15746
15747 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * mail-source.el (mail-source-directory): Fix doc-string.
15750
15751 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15752
15753         * assistant.el (assistant-render-text, assistant-eval): Add :set
15754         widget type, which is different because it takes and returns a
15755         list.  Much hilarity ensues.
15756
15757 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15760
15761         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15762         doc-string.
15763
15764         * gnus-start.el (gnus-activate-group): Added doc-string.
15765
15766 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15769
15770 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * assistant.el (assistant-render-text): Try to add a :set
15773         widget, more to come.
15774
15775         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15776         strings.
15777         (spam-report-articles-resend)
15778         (spam-register-routine): Do registration iff any articles warrant
15779         it.
15780         (spam-summary-prepare-exit): Change log message for nil group
15781         destinations.
15782
15783 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15784
15785         * spam.el (spam-report-resend-register-routine): Allow
15786         spam-report-resend-to to be a group parameter or a global value.
15787
15788 2004-05-26  Simon Josefsson  <jas@extundo.com>
15789
15790         * starttls.el: Merge with my GNUTLS based starttls.el.
15791         (starttls-gnutls-program, starttls-use-gnutls)
15792         (starttls-extra-arguments, starttls-process-connection-type)
15793         (starttls-connect, starttls-failure, starttls-success): New
15794         variables.
15795         (starttls-program, starttls-extra-args): Doc fix.
15796         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15797         functions.
15798         (starttls-negotiate, starttls-open-stream): Check
15799         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15800         function if it is set.
15801
15802 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15805         structured fields.
15806
15807 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15810
15811 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15814         variable.
15815         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15816         assigning the spam-mark to new messages.
15817
15818 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15819
15820         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15821
15822 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15825
15826         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15827         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15828         default.
15829
15830 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15831
15832         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15833         correct data.
15834
15835 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15836
15837         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15838         (spam-group-processor-p): Fix function.
15839         (spam-group-processor-multiple-p)
15840         (spam-group-spam-processor-report-gmane-p)
15841         (spam-group-spam-processor-report-resend-p)
15842         (spam-group-spam-processor-bogofilter-p)
15843         (spam-group-spam-processor-blacklist-p)
15844         (spam-group-spam-processor-ifile-p)
15845         (spam-group-ham-processor-ifile-p)
15846         (spam-group-spam-processor-spamoracle-p)
15847         (spam-group-spam-processor-crm114-p)
15848         (spam-group-ham-processor-bogofilter-p)
15849         (spam-group-spam-processor-stat-p)
15850         (spam-group-ham-processor-stat-p)
15851         (spam-group-ham-processor-whitelist-p)
15852         (spam-group-ham-processor-BBDB-p)
15853         (spam-group-ham-processor-spamoracle-p)
15854         (spam-group-ham-processor-copy-p): Remove functions with some
15855         prejudice against unneeded code.
15856         (spam-report-articles-resend)
15857         (spam-report-resend-register-routine): Allow the group/topic
15858         spam-resend-to value to override spam-report-resend-to.
15859         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15860         properly now.
15861
15862         * gnus.el (spam-resend-to): Add group/topic parameter.
15863         (spam-process): Move the OBSOLETE processors to the end of the
15864         choices.
15865
15866 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15867
15868         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15869         with resend-to set to nil, and then ask the user if necessary.
15870         (spam-report-resend): spam-report-resend takes a list of articles, not
15871         separate article numbers.
15872
15873 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15876         addition to emacs-w3m.
15877
15878 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15879
15880         * assistant.el (assistant-authinfo-data): New function.
15881         (assistant-eval): Eval for entire assistant.
15882
15883         * netrc.el (netrc-services-file): New variable.
15884         (netrc-parse-services): New function.
15885         (netrc-find-service-name): New function.
15886         (netrc-find-service-number): New function.
15887         (netrc-port-equal): New function.
15888         (netrc-machine): Use it.
15889
15890         * nnimap.el (nnimap-open-connection): Use netrc.
15891
15892         * gnus-util.el (gnus-netrc-get): Remove aliases.
15893
15894         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15895
15896         * assistant.el (wid-edit): Fix compilation.
15897
15898         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15899
15900 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15901
15902         * gnus-util.el (gnus-set-file-modes): New function.  (small
15903         patch).
15904
15905 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15906
15907         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15908
15909         * assistant.el (assistant-render-node): Fix up rendering and
15910         read-only text.
15911         (assistant-render-node): Reset.
15912         (assistant-make-read-only): Not sticky.
15913
15914 2004-05-20  Danny Siu  <dsiu@adobe.com>
15915
15916         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15917         centered even when gnus-auto-center-summary is t.
15918
15919 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15920
15921         * dns.el (dns-get-txt-answer): New function.
15922         (dns-read-txt): Ditto.
15923         (query-dns): Use it.
15924
15925 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15928         active for foreign groups even if the group level is higher than
15929         the specified value.
15930
15931 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15932
15933         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15934         non-active groups.
15935
15936         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15937
15938 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15939
15940         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15941
15942 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15945         (spam-crm114-header, spam-crm114-spam-switch)
15946         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15947         (spam-crm114-positive-spam-header)
15948         (spam-crm114-database-directory, spam-list-of-processors)
15949         (spam-group-spam-processor-crm114-p)
15950         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15951         (spam-generic-score, spam-list-of-checks)
15952         (spam-list-of-statistical-checks, spam-registration-functions)
15953         (spam-check-crm114-headers, spam-crm114-score)
15954         (spam-check-crm114, spam-crm114-register-with-crm114)
15955         (spam-crm114-register-spam-routine)
15956         (spam-crm114-unregister-spam-routine)
15957         (spam-crm114-register-ham-routine)
15958         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15959         asjo@koldfront.dk (Adam Sjøgren).
15960
15961         * gnus.el: Add spam-use-crm114.
15962
15963         * spam.el (spam-list-of-processors, spam-registration-functions):
15964         Add spam-use-resend.
15965         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15966         (spam-report-articles-gmane): Add doc fix.
15967         (spam-report-articles-resend, spam-report-resend-register-routine):
15968         Add wrappers around spam-report-resend-to.
15969
15970         * spam-report.el (spam-report-resend-to, spam-report-resend):
15971         Add support for resending spam.
15972         (spam-report-gmane): Fix line length >80.
15973
15974         * gnus.el (spam-process): Add spam-use-resend.
15975
15976 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15977
15978         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15979         number of processed spam messages.
15980         (spam-ham-copy-or-move-routine): Return the number of processed
15981         ham messages.
15982         (spam-summary-prepare-exit): Use the above values to decide
15983         whether status messages shouled be displayed.
15984
15985 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15988         `rfc2047-encoding-function-alist' in order to avoid conflicting
15989         with the old version.
15990         (rfc2047-encode-region): Concatenate words containing non-ASCII
15991         characters in structured fields; don't encode space-delimited
15992         ASCII words even in unstructured fields; don't break words at
15993         char-category boundaries.
15994         (rfc2047-encode-1): New function.
15995         (rfc2047-encode): Use it; encode text so that it occupies the
15996         maximum width within 76-column; work correctly on Q encoding for
15997         iso-2022-* charsets.
15998         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15999         sure not to break a line just after the header name.
16000         (rfc2047-b-encode-region): Removed.
16001         (rfc2047-b-encode-string): New function.
16002         (rfc2047-q-encode-region): Removed.
16003         (rfc2047-q-encode-string): New function.
16004
16005         * mm-util.el (mm-replace-in-string): New function.
16006
16007 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16008
16009         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16010         get it right.
16011         (gnus-inews-make-draft): Really.
16012
16013 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16014
16015         * nnmh.el (nnmh-request-list-1): Don't check the link count
16016         before descending.  (small patch)
16017
16018 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16019
16020         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16021         stuff.
16022
16023         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16024         on real group name.
16025
16026         * gnus-art.el (gnus-signature-limit): Doc fix.
16027
16028         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16029
16030         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16031
16032 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16033
16034         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16035         isn't a string.
16036
16037 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038
16039         * gnus-draft.el (gnus-draft-send): Bind
16040         rfc2047-encode-encoded-words.
16041
16042         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16043         (rfc2047-encodable-p): Say that =? needs encoding.
16044         (rfc2047-encode-encoded-words): New variable.
16045
16046         * gnus-group.el (gnus-group-select-group): Doc fix.
16047
16048         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16049
16050         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16051         to nil.
16052
16053         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16054
16055         * nnheader.el (nnheader-get-lines-and-char): New function.
16056
16057 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-msg.el (gnus-summary-followup-with-original): Document
16060         yanking of region when active.
16061
16062 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16065         groups if the group level is higher than the specified value.
16066
16067 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16070         (gnus-group-jump-to-group): Added prefix argument using
16071         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16072         non-active group.
16073
16074         * compface.el (uncompface): Be verbose when changing
16075         `uncompface-use-external'.
16076
16077         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16078         handle manual section.
16079
16080 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16081
16082         * gnus-art.el (gnus-button-alist): Revert previous change.
16083
16084 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16087
16088 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16091         whether backend can accept message.
16092
16093         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16094
16095 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16096
16097         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16098         Avoid creating directory when nntp-marks-is-evil is true.
16099         Reported by Reiner Steib.
16100
16101 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * gnus-picon.el (gnus-picon-style): New variable.
16104         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16105         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16106         Jesper Harder <harder@ifa.au.dk>.
16107
16108 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16109
16110         * message.el (message-fill-field): Return point.
16111         (message-generate-headers): Go to end of field.
16112
16113         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16114         stuff for non-living groups.
16115
16116 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16117
16118         * gnus-art.el (gnus-article-followup-with-original)
16119         (gnus-article-reply-with-original): gnus-mark-active-p ->
16120         gnus-region-active-p.
16121
16122 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16125         only when there is spam or ham to be processed.
16126
16127 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128
16129         * mail-source.el (mail-source-delete-crash-box): Refactor.
16130         (mail-source-fetch): Use it.
16131         (mail-source-fetch-file): Ditto.
16132         (mail-source-fetch-directory): Run postscript in loop.
16133         (mail-source-fetch-pop): Delete.
16134         (mail-source-fetch-maildir): Ditto.
16135         (mail-source-fetch-imap): Ditto.
16136
16137         * imap.el (imap-authenticators): Comment out sasl.
16138
16139         * message.el (message-skip-to-next-address): New function.
16140         (message-fill-header-address): Refactor.
16141         (message-fill-address): Use it.
16142         (message-delete-address): Use it.
16143         (message-fill-header-general): Refactor.
16144         (message-fill-field-address): Rename.
16145         (message-narrow-to-field): Find the start of the header.
16146         (message-header-format-alist): Don't pre-fill.
16147         (message-fill-header): Removed.
16148         (message-insert-header): New function.
16149         (message-shorten-references): Use it.
16150
16151         * rfc2047.el (rfc2047-field-value): Strip props.
16152
16153         * mail-parse.el (mail-header-make-address): New alias.
16154
16155         * ietf-drums.el (ietf-drums-make-address): New function.
16156
16157         * imap.el: Add compiler directives.
16158
16159         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16160
16161         * gnus-art.el (article-decode-idna-rhs): Don't use
16162         message-idna-inside-rhs-p.
16163
16164 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16165
16166         * message.el (message-idna-inside-rhs-p): Removed.
16167         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16168
16169         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16170         false positives.
16171
16172 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16173
16174         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16175
16176 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16177
16178         * nneething.el (nneething-file-name): Don't create spurious
16179         files.
16180
16181         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16182         (gnus-inews-do-gcc): Remove sleep.
16183
16184         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16185         part under point.
16186
16187         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16188         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16189
16190 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * spam.el (spam-summary-prepare-exit): Fixed (length).
16193
16194 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16197         as expired without moving it" message when there are spam
16198         messages left.
16199
16200 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16201
16202         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16203         header is not nil.
16204
16205 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16206
16207         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16208         nntp-possibly-create-directory, not nntp-possibly-change-group.
16209         (nntp-marks-changed-p): New arg SERVER.
16210         (nntp-request-update-info): Adjust caller.
16211
16212 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16213
16214         * nntp.el (nntp-save-marks): Pass missing arg.
16215
16216 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16217
16218         * nntp.el: Support marks.
16219         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16220         (nntp-marks-modtime, nntp-marks-directory): New variables.
16221         (nntp-request-set-mark, nntp-request-update-info)
16222         (nntp-possibly-create-directory, nntp-marks-changed-p)
16223         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16224         functions.
16225
16226 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16227
16228         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16229         (gnus-xmas-redefine): Rename.
16230
16231         * gnus-score.el (gnus-score-insert-help): Use
16232         gnus-select-lowest-window.
16233
16234         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16235         appt-select-lowest-window and rename to gnus-select-lowest-window.
16236
16237         * gnus.el: do.
16238
16239 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16240
16241         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16242         encodings of MIME-encoded words, in order to improve
16243         interoperability with several broken MUAs.
16244
16245 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16246
16247         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16248         tags, only when charsets are not specified in headers.
16249         (mm-inline-text-html-render-with-w3m): Ditto.
16250
16251         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16252         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16253
16254 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16255
16256         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16257         instead of MIME-decoded from fields when checking
16258         `gnus-article-address-banner-alist'.
16259
16260 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16261
16262         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16263         description rather than subject.
16264
16265 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16266
16267         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16268
16269 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270
16271         * gnus.el (gnus-version-number): Bump.
16272
16273 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16274
16275         * gnus.el: No Gnus v0.2 is released.
16276
16277 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278
16279         * gnus-agent.el (gnus-agent-read-agentview): Inline
16280         gnus-uncompress-range.
16281
16282 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16283
16284         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16285         `exec-installed-p'.
16286
16287 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16288
16289         * gnus.el (spam-process, spam-autodetect-methods): Add
16290         bsfilter and bsfilter-headers.
16291
16292         * spam.el (spam-bsfilter): New customize group.
16293         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16294         (spam-bsfilter-header, spam-bsfilter-probability-header)
16295         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16296         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16297         (spam-bsfilter-database-directory): New options.
16298         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16299         (spam-list-of-statistical-checks, spam-registration-functions):
16300         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16301         (spam-bsfilter-score): New command.
16302         (spam-check-bsfilter-headers, spam-check-bsfilter)
16303         (spam-bsfilter-register-with-bsfilter)
16304         (spam-bsfilter-register-spam-routine)
16305         (spam-bsfilter-unregister-spam-routine)
16306         (spam-bsfilter-register-ham-routine)
16307         (spam-bsfilter-unregister-ham-routine): New functions.
16308         (spam-generic-score): Support bsfilter; Accept an optional argument
16309         to recalcurate spam score even if scoring header has already been
16310         added.
16311         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16312         optional argument to recalcurate spam score even if scoring header
16313         has already been added.
16314
16315 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16316
16317         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16318         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16319         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16320         link is missing.
16321
16322 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16325         (html2text-get-attr): Rewrite.
16326
16327         * message.el (message-setup-1): Remove redundant put-text-property
16328         on mail-header-separator.
16329
16330 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16331
16332         * gnus-registry.el (gnus-registry-cache-whitespace)
16333         (gnus-registry-action, gnus-registry-spool-action)
16334         (gnus-registry-split-fancy-with-parent): Change message levels
16335         from 5 to 3 or 7, as needed.
16336
16337         * spam.el (spam-summary-prepare-exit)
16338         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16339         (spam-split, spam-find-spam, spam-log-undo-registration)
16340         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16341         level from 5 to 6.
16342
16343 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16346         2004-03-04 change).
16347
16348 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16349
16350         * sieve-manage.el (sieve-manage-open):
16351         * nnweb.el (nnweb-insert-html):
16352         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16353         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16354         * nnspool.el (nnspool-request-group):
16355         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16356         * nnml.el (nnml-request-update-info):
16357         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16358         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16359         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16360         (nnimap-request-set-mark):
16361         * nnfolder.el (nnfolder-request-update-info):
16362         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16363         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16364         * gnus-uu.el (gnus-uu-find-articles-matching):
16365         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16366         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16367         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16368         * gnus-nocem.el (gnus-nocem-scan-groups):
16369         * gnus-int.el (gnus-start-news-server):
16370         * gnus-group.el (gnus-group-make-kiboze-group)
16371         (gnus-group-browse-foreign-server):
16372         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16373         Use mapc when appropriate.
16374
16375 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16376
16377         FIXME: Make separate entries for each person.
16378
16379         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16380         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16381         <shields@msrl.com>:
16382
16383         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16384         may need for spam sorting and scoring.
16385         (spam-user-format-function-S): Add user format function suitable for
16386         general use.
16387         (spam-article-sort-by-spam-status): Add sorting function for summary
16388         sorting.
16389         (spam-extra-header-to-number): Add function to get a score from a
16390         header.
16391         (spam-summary-score): Add function to get a numeric score from the
16392         headers.
16393         (spam-generic-score): Fix function doc, was in wrong place.
16394         (spam-initialize): Take symbols when it's run, and install the
16395         extra headers that spam-necessary-extra-headers thinks we need.
16396
16397 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16400         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16401
16402 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16403
16404         * gnus-sum.el (gnus-set-global-variables)
16405         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16406         (gnus-article-get-xrefs, gnus-summary-best-group)
16407         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16408         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16409         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16410         Use with-current-buffer.
16411
16412 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16413
16414         * spam.el (spam-summary-prepare-exit): Simplify logic.
16415         (spam-fetch-article-header): Read the article header if it's not
16416         available.
16417         (spam-list-articles): Simplify logic.
16418         (spam-filelist-register-routine): Fix bug with unregister-list.
16419
16420         * gnus-registry.el: Fix comments at beginning.
16421
16422 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16423
16424         * message.el (message-cater-to-broken-inn): Remove.
16425         (message-shorten-references): Make sure the total folded length of
16426         References is shorter than 998 characters to cater to a bug in INN
16427         2.3.  Also, don't pretend that references aren't folded -- this
16428         hasn't worked for a while.
16429
16430 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16431
16432         * gnus-agent.el (gnus-agentize):
16433         gnus-agent-send-mail-real-function no longer set to current value
16434         of message-send-mail-function but rather a lambda that calls
16435         message-send-mail-function.  The change makes the agent real-time
16436         responsive to user changes to message-send-mail-function.
16437
16438 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16439
16440         * legacy-gnus-agent.el
16441         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16442         help from Florian Weimer <fw@deneb.enyo.de>
16443
16444 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * nnmail.el (nnmail-cache-insert): Revert last change.
16447
16448 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * nnmail.el (nnmail-cache-insert): Always check whether
16451         nnmail-cache-ignore-groups matches a group name.
16452
16453 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16454
16455         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16456         (spam-find-spam, spam-log-processing-to-registry)
16457         (spam-log-registered-p, spam-log-unregistration-needed-p)
16458         (spam-log-undo-registration): Use gnus-message instead of
16459         gnus-error, none of these errors are fatal.
16460
16461         * gnus-registry.el (gnus-registry-clean-empty-function)
16462         (gnus-registry-clean-empty): Remove only empty entries without
16463         extra data.
16464
16465 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam-stat.el (spam-stat-buffer-change-to-spam)
16468         (spam-stat-buffer-change-to-non-spam): Change (error) to
16469         (gnus-message 8) invocation.
16470
16471 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * nntp.el (nntp-via-netcat-command): New variable.
16474         (nntp-via-netcat-switches): New variable.
16475         (nntp-open-via-rlogin-and-netcat): New function.
16476         (nntp-open-connection-function): Doc fix.
16477         (nntp-telnet-command): Doc fix.
16478         (nntp-end-of-line): Doc fix.
16479         (nntp-via-rlogin-command): Doc fix.
16480         (nntp-via-user-name): Doc fix.
16481         (nntp-via-address): Doc fix.
16482
16483 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16486         error in Emacs 21.1.
16487
16488 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16491
16492 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16493
16494         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16495         (gnus-agent-with-refreshed-group): New macro.
16496         (gnus-agent-rename-group): New function.
16497         (gnus-agent-delete-group): New function.
16498         (gnus-agent-save-group-info): Use gnus-command-method when
16499         `method' parameter is nil.  Don't write nil entries into the
16500         active file.
16501         (gnus-agent-get-group-info): New function.
16502         (gnus-agent-fetch-articles): Use
16503         gnus-agent-update-files-total-fetched-for to increment disk space
16504         used.
16505         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16506         gnus-agent-update-view-total-fetched-for to increment disk space
16507         used.
16508         (gnus-agent-get-local): Added optional parameters to avoid calling
16509         gnus-group-real-name and gnus-find-method-for-group.
16510         (gnus-agent-set-local): Delete stored entry if either min, or max,
16511         are nil.
16512         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16513         quit, use gnus-agent-regenerate-group to record existance of any
16514         articles fetched to disk before the quit occurred.
16515         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16516         gnus-agent-update-view-total-fetched-for, and
16517         gnus-agent-update-files-total-fetched-for to decrement disk space
16518         used.
16519         (gnus-agent-retrieve-headers): Use
16520         gnus-agent-update-view-total-fetched-for to increment disk space
16521         used.
16522         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16523         with gnus-agent-update-files-total-fetched-for to decrement disk
16524         space and fresh group buffer.
16525         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16526         (gnus-agent-need-update-total-fetched-for): New variable.
16527         (gnus-agent-update-files-total-fetched-for): New function.
16528         (gnus-agent-update-view-total-fetched-for): New function.
16529         (gnus-agent-total-fetched-for): New function.
16530
16531         * gnus-cache.el (gnus-cache-save-buffers): Use
16532         gnus-cache-update-overview-total-fetched-for to change disk space
16533         used by this group.
16534         (gnus-cache-possibly-enter-article): Use
16535         gnus-cache-update-file-total-fetched-for to increment disk space
16536         used by this group.
16537         (gnus-cache-possibly-remove-article): Use
16538         gnus-cache-update-file-total-fetched-for to decrement disk space
16539         used by this group.
16540         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16541         (gnus-cache-rename-group): New function.
16542         (gnus-cache-delete-group): New function.
16543         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16544         (gnus-cache-need-update-total-fetched-for): New variable.
16545         (gnus-cache-with-refreshed-group): New macro.
16546         (gnus-cache-update-file-total-fetched-for): New function.
16547         (gnus-cache-update-overview-total-fetched-for): New function.
16548         (gnus-cache-rename-group-total-fetched-for): New function.
16549         (gnus-cache-delete-group-total-fetched-for): New function.
16550         (gnus-cache-total-fetched-for): New function.
16551
16552         * gnus-group.el: Require gnus-sum and autoload functions to
16553         resolve warnings when gnus-group.el compiled alone.
16554         (gnus-group-line-format): Documented new %F.
16555         (size of Fetched data) group line format; identifies disk space
16556         used by agent and cache.
16557         (gnus-group-line-format-alist): Defined new F format.
16558         (gnus-total-fetched-for): New function.
16559         (gnus-group-delete-group): No longer update
16560         gnus-cache-active-altered as gnus-request-delete-group now keeps
16561         the cache in sync.
16562         (gnus-group-list-active): Let the agent store a server's active
16563         list if currently plugged.
16564
16565         * gnus-int.el (gnus-request-delete-group):
16566         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16567         local disk in sync with the server.
16568         (gnus-request-rename-group):
16569         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16570         local disk in sync with the server.
16571
16572         * gnus-start.el (gnus-get-unread-articles):
16573         Cosmetic simplification to logic.
16574
16575         * gnus-util.el (gnus-rename-file): New function.
16576
16577 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16578
16579         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16580
16581 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16584         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16585
16586 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16589         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16590
16591 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16592
16593         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16594
16595 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16596
16597         * spam.el (spam-set-difference): Add function to replace
16598         gnus-set-difference in spam.el.
16599         (spam-summary-prepare-exit): Use spam-set-difference.
16600
16601 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16602
16603         * gnus-registry.el (gnus-registry-cache-file): Update to use
16604         gnus-dribble-directory OR gnus-home-directory OR ~.
16605         (gnus-registry-split-fancy-with-parent): Fix doc.
16606
16607 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * message.el (message-exchange-point-and-mark): Use
16610         message-mark-active-p.  Suggested by Jesper Harder
16611         <harder@ifa.au.dk>.
16612
16613 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * message.el (message-exchange-point-and-mark): Don't activate
16616         region if it was inactive.  Suggested by Hiroshi Fujishima
16617         <pooh@nature.tsukuba.ac.jp>.
16618
16619 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-art.el (article-display-face): Display Faces in the same
16622         order as X-Faces.
16623
16624 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16627
16628 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16631         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16632         (gnus-article-mime-hierarchy): Remove.
16633         (gnus-article-mime-hierarchy-next): Remove.
16634         (gnus-article-mode): Revert 2004-03-19 change.
16635         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16636         (gnus-insert-mime-button): Revert 2004-03-19 change.
16637         (gnus-mime-accumulate-hierarchy): Remove.
16638         (gnus-mime-enter-multipart): Remove.
16639         (gnus-mime-leave-multipart): Remove.
16640         (gnus-mime-display-part): Revert 2004-03-19 change.
16641         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16642
16643         * mml.el (mml-preview): Revert 2004-03-19 change.
16644
16645 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16646
16647         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16648
16649 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16652         t while entering a file name using the mm-with-multibyte macro.
16653         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16654
16655         * mm-util.el (mm-with-multibyte): New macro.
16656
16657 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16660         user option.
16661         (gnus-mime-multipart-functions): Doc and customization fix.
16662         (gnus-article-mime-hierarchy): New variable.
16663         (gnus-article-mime-hierarchy-next): New variable.
16664         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16665         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16666         gnus-article-mime-hierarchy-next to nil.
16667         (gnus-insert-mime-button): Show hierarchy numbers.
16668         (gnus-mime-accumulate-hierarchy): New function.
16669         (gnus-mime-enter-multipart): New function.
16670         (gnus-mime-leave-multipart): New function.
16671         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16672         (gnus-mime-display-alternative): Show hierarchy numbers.
16673
16674         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16675         gnus-article-mime-hierarchy-next to nil.
16676
16677 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16678
16679         * dns.el: Don't require gnus-xmas.
16680
16681 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16682
16683         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16684         inline PGP.
16685         (mml-menu): Disable mml-quote-region if mark is inactive.
16686
16687 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16690         when the group's active is not available.
16691
16692 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16695         error.
16696
16697 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * imap.el (imap-store-password): New variable.
16700         (imap-interactive-login): Use it.
16701         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16702
16703 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16706         window-start and hscroll to summary window.
16707
16708 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16709
16710         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16711         conversion message to newsrc-dribble when an actual conversion is
16712         performed.
16713
16714 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16715
16716         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16717
16718 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * mm-decode.el (mm-complicated-handles): New function reviving
16721         former definition of mm-multiple-handles.
16722
16723         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16724         (gnus-mime-delete-part): Use it.
16725
16726 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16727
16728         * gnus-agent.el (gnus-agent-read-local): Bind
16729         nnheader-file-coding-system to gnus-agent-file-coding-system to
16730         avoid the implicit assumption that they will always be equal.
16731         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16732         coding-system-for-write, as the with-temp-file macro first prints
16733         to a buffer then saves the buffer.
16734
16735 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-art.el (gnus-article-edit-part): New function.
16738         (gnus-mime-save-part-and-strip): Use it; do query instead of
16739         signaling an error; don't use mm-multiple-handles.
16740         (gnus-mime-delete-part): Ditto.
16741
16742 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16743
16744         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16745         old file versions.
16746         (gnus-group-prepare-hook): Removed function that converted list
16747         form of gnus-agent-expire-days to group properties.
16748
16749         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16750         (gnus-request-accept-article): Re-indented.
16751
16752         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16753         converters to handle old agent file formats.  Added logic for a
16754         "backup before upgrading warning".
16755         (gnus-convert-mark-converter-prompt): Developers can mark
16756         functions as needing (default), or not needing,
16757         gnus-convert-old-newsrc's "backup before upgrading warning".
16758         (gnus-convert-converter-needs-prompt): Tests whether the user
16759         should be protected from potentially irreversable changes by the
16760         function.
16761
16762         * legacy-gnus-agent.el: New.  Provides converters that are only
16763         loaded when gnus-convert-old-newsrc needs to call them.
16764
16765 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * mail-source.el (mail-source-touch-pop): Doc fix.
16768
16769         * message.el (message-smtpmail-send-it): Doc fix.
16770
16771 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16772
16773         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16774
16775         * nnmail.el (nnmail-split-fancy): do.
16776
16777         * gnus-kill.el (gnus-kill, gnus-execute): do.
16778
16779 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16780
16781         * gnus-sum.el (gnus-widget-reversible-match)
16782         (gnus-widget-reversible-to-internal)
16783         (gnus-widget-reversible-to-external): New functions.
16784         (gnus-widget-reversible): New widget.
16785         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16786
16787 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16788
16789         * gnus-sum.el (gnus-thread-sort-functions)
16790         (gnus-article-sort-functions): Document `(not F)' items.
16791
16792 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * spam.el (spam-use-gmane-xref): Add new backend.
16795         (spam-gmane-xref-spam-group): Add variable to control the name of the
16796         Gmane spam group.
16797         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16798         (spam-regex-headers-spam, spam-regex-headers-ham)
16799         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16800         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16801         backends and checks.
16802         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16803
16804         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16805         an autodetect method.
16806
16807 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16808
16809         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16810         articles are being added to a group.
16811         (gnus-request-replace-article): Inform the agent that articles
16812         need to be uncached as the cached contents are no longer valid.
16813
16814 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * binhex.el: Don't autoload executable-find.
16817
16818         * canlock.el: Don't autoload mail-fetch-field.
16819
16820         * dgnushack.el: Autoload c-mode for XEmacs.
16821
16822         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16823
16824         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16825         rmail-dont-reply-to and rmail-output.
16826
16827         * gnus-score.el: Don't autoload ffap-string-at-point.
16828
16829         * gnus-setup.el: Don't autoload sc-cite-original.
16830
16831         * imap.el: Don't autoload base64-decode-string,
16832         base64-encode-string and md5.
16833
16834         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16835         and rmail-msg-restore-non-pruned-header.
16836
16837         * mm-decode.el: Don't autoload executable-find.
16838
16839         * mm-url.el: Don't autoload executable-find.
16840
16841         * mm-view.el: Don't autoload diff-mode.
16842
16843         * nndb.el: Don't autoload news-reply-mode, news-setup,
16844         cancel-timer and telnet.
16845
16846         * password.el: Don't autoload run-at-time for Emacs.
16847
16848         * sha1-el.el: Don't autoload executable-find.
16849
16850         * sieve-mode.el: Don't autoload c-mode.
16851
16852         * uudecode.el: Don't autoload executable-find.
16853
16854 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16855
16856         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16857         (gnus-agent-possibly-alter-active): Avoid null in numeric
16858         comparison.
16859         (gnus-agent-set-local): Refuse to save null in local object table.
16860         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16861         list of articles that will be marked as unread.
16862
16863 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16866
16867 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16868
16869         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16870         language tags.
16871
16872 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16873
16874         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16875         Don't bind "obarray".
16876
16877         * gnus-sum.el (gnus-thread-sort-functions): Added
16878         `gnus-thread-sort-by-most-recent-number' and
16879         `gnus-thread-sort-by-most-recent-date'.
16880         Reported by Kai Grossjohann <kai@emptydomain.de>.
16881
16882 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16885
16886 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16887
16888         * gnus-cus.el (gnus-agent-customize-category): Removed
16889         ignore-errors macro reference that required cl to be loaded at
16890         run-time.
16891
16892         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16893         single-interval range of the form (min . max).  Previously the
16894         range had to look like ((min . max)).  Likewise, return
16895         (min . max) rather than ((min . max)).
16896         (gnus-range-map): Use gnus-range-normalize to accept
16897         single-interval range.
16898
16899         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16900         the cache, but not the agent, now appear with their usual face.
16901
16902         * dgnushack.el (loaddir): New variable that is bound to the
16903         directory containing the dgnushack.el file. Use loaddir, rather
16904         than srcdir, to update load-path. Change lets dgnushack compile
16905         code in directories other than GNUS/lisp.
16906
16907 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * lpath.el: Don't bind w3m-safe-url-regexp.
16910
16911         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16912         w3m-safe-url-regexp variable buffer-local.
16913
16914         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16915
16916 2004-02-27  Simon Josefsson  <jas@extundo.com>
16917
16918         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16919         gnus-group-real-prefix.
16920         (gnus-summary-move-article): Use it, instead of
16921         gnus-group-real-prefix.
16922
16923 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * lpath.el: Bind w3m-safe-url-regexp.
16926
16927         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16928         w3m-safe-url-regexp variable buffer-local and set it as the value
16929         of mm-w3m-safe-url-regexp.
16930
16931         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16932
16933         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16934         parsing gnus-posting-styles when the message is not for replying.
16935
16936         * dgnushack.el: Autoload sgml-mode for XEmacs.
16937
16938         * nnrss.el (nnrss-opml-export): Use
16939         mm-set-buffer-file-coding-system instead of
16940         set-buffer-file-coding-system.
16941
16942 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16943
16944         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16945         of checkdoc.el).
16946         * nnrss.el: do.
16947         * gnus-mlspl.el: do.
16948         * gnus-ml.el: do.
16949         * gnus-srvr.el: do.
16950
16951         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16952
16953 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16954
16955         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16956         Corrections to custom-manual links.
16957
16958         * gnus-art.el (gnus-article): Ditto.
16959
16960         * mm-decode.el (mime-display, mime-security): Ditto.
16961
16962 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16963
16964         * flow-fill.el: Typo.
16965
16966 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16967
16968         * spam-wash.el: New file.
16969
16970 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16971
16972         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16973
16974 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16975
16976         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16977         to be run with new-articles as LIST1, not LIST2.
16978         (spam-registration-functions): Add spam-use-ham-copy as a nil
16979         registration backend.
16980
16981 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * spam-stat.el (spam-stat-washing-hook): New option.
16984         (spam-stat-buffer-words): Use it.
16985         (spam-stat-process-directory, spam-stat-test-directory): Use
16986         insert-file-contents-literally.
16987         (spam-stat-coding-system): New variable.
16988         (spam-stat-load, spam-stat-save): Use it.
16989
16990 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * spam-report.el (spam-report-plug-agent): Quote
16993         spam-report-url-to-file and spam-report-url-ping-plain.
16994
16995 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16998         / in mailto URLs.
16999
17000 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * spam-report.el (spam-report-process-queue): Fix interactive use.
17003         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17004         (spam-report-unplug-agent): Doc fixes.
17005         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17006         (spam-report-agentize, spam-report-deagentize): Autoload.
17007
17008 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17011
17012         * message.el (message-setup-fill-variables): Add mml tags to
17013         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17014         <ajk@iu.edu>.
17015         (message-mode): Don't modify paragraph-separate there.
17016
17017 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * compface.el (uncompface-use-external): Default to undecided.
17020         (uncompface-use-external-threshold): New variable.
17021         (uncompface-float-time): New macro.
17022         (uncompface): Determine whether to use the external decoder if
17023         uncompface-use-external is undecided.
17024
17025 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026
17027         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17028         after images.
17029
17030         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17031
17032 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17035
17036         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17037
17038         * gnus-sum.el (gnus-summary-limit-to-age)
17039         (gnus-summary-limit-children): do.
17040
17041         * gnus-int.el (gnus-request-scan): do.
17042
17043         * gnus-group.el (gnus-group-suspend): do.
17044
17045         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17046
17047         * gnus-cite.el (gnus-cite-parse-attributions): do.
17048
17049         * gnus-agent.el (gnus-summary-set-agent-mark)
17050         (gnus-agent-regenerate-group): do.
17051
17052         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17053
17054         * binhex.el (binhex-decode-region-internal): do.
17055
17056 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-fun.el (gnus-face-properties-alist): New user option.
17059         (gnus-display-x-face-in-from): Use it.
17060
17061         * gnus-art.el (article-display-face): Ditto.
17062
17063         * compface.el (uncompface-use-external): Default to nil.
17064
17065 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17066
17067         * nntp.el (nntp-erase-buffer): New function.
17068         (nntp-retrieve-data, nntp-send-command)
17069         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17070         (nntp-possibly-change-group): Use it.
17071
17072         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17073         with-current-buffer.
17074
17075 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17076
17077         * compface.el: Merge the ELisp-based uncompface program.
17078         (compface): New customization group.
17079         (uncompface-use-external): New user option.
17080         (uncompface): Call uncompface-internal if uncompface-use-external
17081         is nil.
17082         (uncompface-internal): New function.  Note that there are also
17083         some other functions and variables added for this function.
17084
17085 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17086
17087         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17088         if necessary.
17089
17090 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam-report.el (spam-report-unplug-agent)
17093         (spam-report-plug-agent, spam-report-deagentize)
17094         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17095         Add support for the Agent in spam-report: when unplugged, report to a
17096         file; when plugged, submit all the requests.
17097
17098         * spam.el (spam-register-routine): Fix message about
17099         registration.
17100
17101 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17102
17103         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17104         dependencies.
17105         (rfc2047-encode): Use it.
17106
17107         * gnus-art.el (gnus-button-marker-list): Move before first
17108         reference.
17109
17110         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17111         (imap-parse-body): Fix format string mismatch.
17112
17113         * gnus-score.el (gnus-summary-increase-score): do.
17114
17115         * nnrss.el (nnrss-close): New function.
17116
17117 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17118
17119         * nnrss.el (nnrss-make-filename): New function.
17120         (nnrss-request-delete-group, nnrss-read-server-data)
17121         (nnrss-save-server-data, nnrss-read-group-data)
17122         (nnrss-save-group-data): Use it.
17123         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17124         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17125         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17126
17127 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17128
17129         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17130
17131 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17132
17133         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17134         files.
17135
17136         * message.el (message-generate-headers-first): Don't quote nil
17137         and t in docstrings.
17138
17139         * imap.el (imap-id): do.
17140
17141         * gnus-agent.el (gnus-agent-consider-all-articles)
17142         (gnus-agent-queue-mail): do.
17143
17144 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * spam-report.el (spam-report-process-queue): New function.
17147         Process requests from `spam-report-requests-file'.
17148         (spam-report-process-queue): Doc fix.
17149
17150 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-register-routine)
17153         (spam-log-processing-to-registry, spam-log-registered-p)
17154         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17155         Change "check" to "spam-check" for semi-clarity.
17156
17157 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * pop3.el: Require nnheader.
17160
17161         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17162
17163         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17164
17165         * gnus-picon.el: Require cl.
17166
17167         * gnus-fun.el: Require gnus-ems and gnus-util.
17168
17169         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17170
17171         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17172
17173         * gnus-art.el (gnus-article-edit-mode): Define before first
17174         reference.
17175
17176 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17177
17178         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17179         (gnus-uu-post-encoded): Use point-at-bol.
17180
17181         * gnus-topic.el (gnus-group-active-topic-p): do.
17182
17183         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17184
17185         * gnus-group.el (gnus-group-kill-region): do.
17186
17187         * gnus-art.el (article-date-ut): do.
17188
17189         * message.el (message-fetch-field): Remove redundant
17190         case-fold-search binding.
17191         (message-narrow-to-field): Simplify.
17192
17193 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * spam.el (spam-directory): Derive from `gnus-directory'.
17196
17197         * spam-report.el (spam-report-url-to-file)
17198         (spam-report-requests-file): New function and variable for offline
17199         reporting.
17200         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17201         and user defined function.
17202         (spam-report-url-ping-mm-url): Remove doubled slash.
17203
17204 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17207
17208 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17211         format string mismatch.
17212
17213         * sieve.el (sieve-deactivate-all): do.
17214
17215         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17216
17217         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17218
17219         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17220
17221         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17222
17223 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17226         the list of checks.
17227
17228 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17229
17230         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17231         padding.
17232
17233 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17234
17235         * mm-view.el (mm-fill-flowed): New variable.
17236         (mm-inline-text): Use it.
17237
17238 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17239
17240         * spam.el (spam-spamassassin-register-ham-routine)
17241         (spam-spamassassin-register-spam-routine): Fix function names.
17242
17243 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * gnus.el (gnus-tmp-grouplens): Remove.
17246         (gnus-summary-line-format): Remove grouplens.
17247
17248         * gnus-group.el (gnus-group-line-format): Ditto.
17249
17250         * gnus-spec.el (gnus-format-specs): Ditto.
17251         (gnus-update-format-specifications): Flush the group format spec
17252         cache if there's the grouplens stuff.
17253         (gnus-parse-simple-format): Replace %l with the empty string.
17254
17255 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17256
17257         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17258         omission.
17259
17260 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17263         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17264
17265 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17266
17267         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17268         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17269         New macros and functions.
17270         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17271         Handle > NLINK_MAX messages.
17272         * nnmaildir.el (nnmaildir-request-set-mark): Use
17273         nnmaildir--emlink-p and nnmaildir--eexist-p.
17274
17275 2004-01-25  Alex Schroeder  <alex@gnu.org>
17276
17277         * spam-stat.el (spam-stat-process-directory-age): New option.
17278         (spam-stat-process-directory): Use it.
17279
17280 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17281
17282         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17283         (spam-stat-save): Accept prefix argument.
17284
17285 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17286
17287         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17288         links" error.
17289
17290 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17293         the rest of the and/or forms.
17294
17295 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17296
17297         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17298         compatibility with old .newsrc.eld files.
17299
17300         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17301
17302         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17303
17304         * gnus-start.el (gnus-1): do.
17305
17306         * gnus-group.el (gnus-group-line-format-alist): do.
17307
17308         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17309
17310         * gnus-gl.el: Remove.
17311
17312 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17313
17314         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17315         marks consisting of a single range {for example, (3 . 5)} rather
17316         than a list of a single range { ((3 . 5)) }.
17317
17318 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17319
17320         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17321         with-current-buffer.
17322         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17323         avoid consing a string.
17324
17325         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17326         Remove obsolete entries for big5 and gb2312.
17327
17328 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17329
17330         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17331         uncompressed list.
17332
17333 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17334
17335         * spam-stat.el (spam-stat-strip-xref): New function.
17336         (spam-stat-process-directory): Use it.
17337
17338         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17339         here -- it's done in message-fetch-field.
17340
17341 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17342
17343         * gnus-agent.el (gnus-agent-queue-mail)
17344         (gnus-agent-prompt-send-queue): New variables.
17345         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17346         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17347         "nndraft:queue" along to gnus-draft-send.  Use
17348         gnus-agent-prompt-send-queue.
17349         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17350         is "nndraft:queue".  Suggested by Gaute Strokkenes
17351         <gs234@srcf.ucam.org>
17352
17353         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17354         (agent-enable-undownloaded-faces): Added.
17355         (gnus-agent-cat-groups): Use eval-and-compile, not
17356         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17357         method of gnus-agent-cat-groups even when the buffer has been
17358         evaled.
17359         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17360         delete gnus-agent-save-active-1.
17361         (gnus-agent-save-groups): Deleted.  Identical to
17362         gnus-agent-save-active.
17363         (gnus-agent-write-active): No longer adjust agent's copy of active
17364         file as agent's adjustments are now stored in their own
17365         file.  Removed optional parameter.
17366         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17367         servers.  Add use of min/max range limits from server's local
17368         file.
17369         (gnus-agent-save-alist): Removed unused optional argument.
17370         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17371         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17372         (gnus-agent-set-local): A per-server file that keeps min/max range
17373         limits for articles known to the agent.  Provides a fast mechanism
17374         for altering many active ranges.
17375         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17376         active file (local makes it unnecessary).
17377         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17378
17379         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17380         (agent-enable-undownloaded-faces): Added.
17381
17382         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17383         disable it when sending to "nndraft:queue".
17384         (gnus-group-send-queue): Add safety check to avoid sending queue
17385         when unplugged.
17386
17387         * gnus-group.el (gnus-group-catchup): Use new
17388         gnus-sequence-of-unread-articles, not
17389         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17390         numbers of articles.  Use gnus-range-map to avoid having to
17391         uncompress the unread list.
17392         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17393         Fixed invalid ange-ftp reference.
17394
17395         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17396         (gnus-sorted-range-intersection): Intersection of two ranges
17397         without requiring that they first be uncompressed.
17398
17399         * gnus-start.el (gnus-activate-group): Unless blocked by the
17400         caller, possibly expand the active range to include both cached
17401         and agentized articles.
17402         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17403         multiple version-dependent converters.
17404         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17405         gnus-agent-save-active.
17406         (gnus-save-newsrc-file): Save dirty agent range limits.
17407
17408         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17409         gnus-agent-possibly-alter-active.
17410         (gnus-adjust-marked-articles): Faster handling of simple lists.
17411
17412 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17413
17414         * spam-stat.el (spam-stat-test-directory): New optional argument
17415         displays a list of files detected.  Suggested by Andrew Cohen
17416         <cohen@andy.bu.edu>.
17417         (spam-stat-buffer-words-with-scores): Don't narrow and change
17418         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17419
17420 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17421
17422         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17423         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17424         (spam-spamassassin-arguments)
17425         (spam-spamassassin-spam-flag-header)
17426         (spam-spamassassin-positive-spam-flag-header)
17427         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17428         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17429         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17430         (spam-list-of-processors, spam-list-of-checks)
17431         (spam-list-of-statistical-checks, spam-registration-functions)
17432         (spam-check-spamassassin-headers, spam-check-spamassassin)
17433         (spam-spamassassin-score)
17434         (spam-spamassassin-register-with-sa-learn)
17435         (spam-spamassassin-register-spam-routine)
17436         (spam-spamassassin-register-ham-routine)
17437         (spam-assassin-register-spam-routine)
17438         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17439         (spam-bogofilter-score): Fix to show article before scoring.
17440
17441 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17444         default scoring function.
17445         (spam-generic-score): Call spam-spamassassin-score if
17446         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17447         spam-bogofilter-score otherwise.
17448
17449         * gnus.el (spam-process, spam-autodetect-methods): Add
17450         spamassassin and spamassassin-headers.
17451
17452 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17453
17454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17455         Suppress unnecessary messages.
17456
17457 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17458
17459         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17460         make-hash-table.
17461
17462 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17463
17464         * canlock.el (base64-encode-string): Don't autoload it.
17465
17466 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * run-at-time.el: Remove useless (require 'itimer),
17469         eval-and-compile and (featurep 'xemacs).
17470
17471 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17472
17473         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17474         GROUP is a virtual group.
17475
17476 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17477
17478         * gnus.el: Autoload `message-y-or-n-p'.
17479
17480 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17481
17482         * pgg-parse.el: Remove unnecessary (require 'custom).
17483
17484         * pgg-def.el: do.
17485
17486         * nnmail.el: do.
17487
17488         * gnus-undo.el: do.
17489
17490         * gnus-picon.el: do.
17491
17492         * gnus-util.el: do.
17493
17494 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17495
17496         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17497
17498 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17501         handle, as well as a list.
17502
17503         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17504         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17505         (mm-w3m-cid-retrieve): Simplify.
17506
17507 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17508
17509         * message.el (message-kill-to-signature): Allow prefix arg to
17510         specify number of lines to keep before signature.
17511
17512 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17513
17514         * message.el (message-kill-to-signature): Change docstring.
17515
17516 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * canlock.el: Always require sha1-el.
17519         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17520
17521         * message.el: Autoload sha1 only when compiling.
17522
17523         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17524         eudc-expand-inline for XEmacs.
17525
17526 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * message.el (message-canlock-generate): Require sha1-el.
17529
17530 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17531
17532         * message.el (message-expand-name): Silence the byte compiler.
17533
17534         * lpath.el: Add detect-coding-system.
17535
17536         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17537         cus-edit.
17538
17539 2004-01-13  Simon Josefsson  <jas@extundo.com>
17540
17541         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17542         Invoke gnus-score-mode.  Reported by
17543         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17544
17545         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17546         Jim Blandy <jimb@redhat.com> (tiny change).
17547
17548 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17549
17550         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17551
17552 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17553
17554         * spam.el (spam-get-article-as-string): Update to use
17555         gnus-request-article-this-buffer, much simpler.
17556         (spam-get-article-as-buffer): Remove.
17557
17558 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17559
17560         * message.el (message-expand-name): Use EUDC if the user uses that.
17561
17562 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17563
17564         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17565         character for the encoding to avoid consing a string.
17566
17567         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17568         unnecessarily.
17569
17570         * mm-util.el (mm-replace-chars-in-string): Remove.
17571
17572         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17573         of mm-replace-chars-in-string.
17574
17575 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17576
17577         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17578
17579         * mm-util.el (mm-subst-char-in-string): Support inplace.
17580
17581         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17582         a new string in every iteration.  Use shy groups.
17583
17584 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17585
17586         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17587         * gnus-soup.el (gnus-soup-group-brew):
17588         * gnus-msg.el (gnus-put-message):
17589         * gnus-move.el (gnus-group-move-group-to-server):
17590         * gnus-kill.el (gnus-batch-score):
17591         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17592         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17593         (gnus-group-update-group, gnus-group-read-group)
17594         (gnus-group-make-group, gnus-group-make-help-group)
17595         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17596         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17597         (gnus-group-sort-by-unread, gnus-group-catchup)
17598         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17599         (gnus-group-yank-group, gnus-group-set-info)
17600         (gnus-group-list-groups):
17601         * gnus.el (gnus-generate-new-group-name):
17602         * gnus-delay.el (gnus-delay-send-queue):
17603         * nnvirtual.el (nnvirtual-catchup-group):
17604         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17605         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17606         (gnus-group-prepare-topics, gnus-topic-check-topology):
17607         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17608         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17609         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17610         (gnus-group-make-articles-read):
17611         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17612         (gnus-group-change-level, gnus-kill-newsgroup)
17613         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17614         (gnus-get-unread-articles, gnus-make-articles-unread)
17615         (gnus-make-ascending-articles-unread): Use accessor
17616         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17617         to get group information for improved readability.
17618
17619
17620 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17621
17622         * gnus-art.el (article-decode-mime-words, article-babel)
17623         (gnus-article-highlight-signature, gnus-article-add-buttons)
17624         (gnus-signature-toggle): Use gnus-with-article-buffer.
17625
17626         * gnus-art.el (gnus-article-highlight-headers)
17627         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17628
17629         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17630         (gnus-article-set-globals, gnus-request-article-this-buffer)
17631         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17632         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17633         (gnus-mime-display-alternative): Use with-current-buffer.
17634
17635 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17636
17637         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17638         also under 80 char limit, and call gnus-error if needed.
17639         (spam-fetch-article-header): Fix - it was a
17640         buffer-local variable (gnus-newsgroup-data).
17641         (spam-find-spam): Use spam-generate-fake-headers, forget about
17642         spam-insert-fake-headers.
17643         (spam-insert-fake-headers): Remove.
17644
17645 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17646
17647         * deuglify.el (gnus-article-outlook-unwrap-lines)
17648         (gnus-outlook-rearrange-article)
17649         (gnus-outlook-repair-attribution-outlook)
17650         (gnus-outlook-repair-attribution-block)
17651         (gnus-outlook-repair-attribution-other): Remove redundant
17652         save-excursion.
17653
17654 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17657         (spam-fetch-field-subject-fast)
17658         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17659         (spam-fetch-article-header): Add functions to deal with Gnus
17660         internals for fast retrieval of article header data.
17661         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17662
17663 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * pop3.el (pop3-md5): Remove.
17666         (pop3-apop): Replace pop3-md5 with md5.
17667
17668         * mm-bodies.el: base64 is always built-in.
17669
17670         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17671         with-current-buffer.
17672
17673 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * canlock.el (canlock-insert-header): Remove excessive grouping in
17676         regexp.
17677
17678         * gnus-sum.el (gnus-summary-read-document): Ditto.
17679
17680         * gnus-uu.el (gnus-uu-part-number): Ditto.
17681
17682         * html2text.el (html2text-remove-tags): Ditto.
17683         (html2text-format-tags): Ditto.
17684         (html2text-format-single-elements): Ditto.
17685
17686         * mml.el (mml-parse-1): Ditto.
17687
17688 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17691
17692         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17693
17694         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17695
17696         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17697
17698 2003-11-15  Simon Josefsson  <jas@extundo.com>
17699
17700         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17701         (pgg-gpg-lookup-key): Use regexp match instead of
17702         split-string (split-string is different between emacs 21.2 and
17703         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17704
17705 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17706
17707         * gnus-art.el (gnus-mime-view-all-parts)
17708         (gnus-article-part-wrapper, gnus-article-view-part): Use
17709         with-current-buffer.
17710
17711 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17712
17713         * spam.el (spam-disable-spam-split-during-ham-respool)
17714         (spam-spamoracle-database, spam-cache-lookups)
17715         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17716         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17717         (spam-group-ham-marks, spam-group-spam-marks)
17718         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17719         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17720         also add spam-use-blackholes to the statistical checks.
17721         (spam-fetch-field-fast): Add interface to fetching fields, may
17722         become a macro.
17723         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17724         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17725         (spam-insert-fake-headers): Fake an article when needed.
17726         (spam-find-spam): Fake article when possible.
17727         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17728         (spam-check-bogofilter-headers): Use message-fetch-field instead
17729         of nnmail-fetch-field.
17730
17731 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17734
17735 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * spam.el (spam-split): Do not require spam-use-CHECK to be
17738         enabled if that check is passed to spam-split explicitly; also
17739         fix so 'spam doesn't get converted to spam-split-group when
17740         spam-split-symbolic-return is t.
17741         (spam-find-spam): Find registrations of the article and use those
17742         instead of re-running spam-split to find the spam/ham
17743         classification of the article.
17744         (spam-log-processing-to-registry, spam-log-registered-p)
17745         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17746         Use gnus-error instead of gnus-message.
17747         (spam-log-registration-type): Add function to determine the
17748         classification of a message based on registry entries; will
17749         return nil if both 'spam and 'ham are found.
17750         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17751         a reasonably fast local cache without the loading errors.
17752         (spam-cache-lookups): Set to t by default.
17753         (spam-find-spam): Don't try to guess spam-cache-lookups.
17754         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17755         spam-caches entry.
17756         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17757         caching of whitelist/blacklist entries.
17758         (spam-check-whitelist, spam-check-blacklist): Invoke
17759         spam-from-listed-p with a type, not a cache variable.
17760         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17761
17762 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17763
17764         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17765
17766         * nnmail.el (nnmail-split-fancy): do.
17767
17768         * mml.el (mml-parse): do.
17769
17770         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17771         (gnus-score-adaptive): do.
17772
17773 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17776         (gnus-mime-button-map): Don't set keymap parent.
17777         (gnus-button-ctan-directory-regexp): Use shy grouping.
17778         (gnus-prev-page-map): Don't set keymap parent.
17779         (gnus-prev-page-map): Remove duplicated one.
17780         (gnus-next-page-map): Don't set keymap parent.
17781         (gnus-mime-security-button-map): Ditto.
17782
17783         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17784         version number.
17785
17786         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17787
17788 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17789
17790         * canlock.el (canlock-sha1-function): Remove.
17791         (canlock-sha1-function-for-verify): Remove.
17792         (canlock-openssl-program): Remove.
17793         (canlock-openssl-args): Remove.
17794         (canlock-ignore-errors): Remove.
17795         (canlock-sha1-with-openssl): Remove.
17796         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17797         (canlock-verify): Don't use canlock-ignore-errors.
17798
17799         * sha1-el.el (sha1-string-external): Make it can return a string
17800         in binary form.
17801         (sha1-region-external): Ditto.
17802         (sha1-string-internal): Ditto.
17803         (sha1-region-internal): Ditto.
17804         (sha1-region): Ditto.
17805         (sha1-string): Ditto.
17806         (sha1): Ditto.
17807
17808 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17809
17810         * spam.el (spam-report-articles-gmane): New command.
17811
17812 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17815
17816         * run-at-time.el (run-at-time-saved): Remove.
17817         (run-at-time): Doc fix.
17818
17819 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17822         (gnus-summary-limit-map): Add it.
17823         (gnus-summary-make-menu-bar): do.
17824
17825 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17828         Make attempt at some caching support (done for BBDB only now).
17829         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17830         addresses to be checked.
17831         (spam-clear-cache-BBDB): Add function, to be invoked by
17832         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17833         (spam-check-BBDB): Check and use the caches, if
17834         spam-cache-lookups is on, remove superfluous (provide).
17835
17836 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17839
17840 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17841
17842         * run-at-time.el (run-at-time-saved): Move to after the definition
17843         of `run-at-time'.
17844
17845         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17846
17847 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17850         mm-w3m-local-map-property.
17851
17852         * mm-view.el (mm-w3m-mode-map): Remove.
17853         (mm-w3m-local-map-property): Remove.
17854         (mm-inline-text-html-render-with-w3m): Don't use
17855         mm-w3m-local-map-property.
17856
17857 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * run-at-time.el: New file.
17860
17861         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17862         under Emacs.
17863
17864         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17865         of gnus-set-text-properties.
17866
17867         * gnus-uu.el (gnus-uu-save-article): Ditto.
17868
17869         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17870
17871         * gnus-cite.el (gnus-cite-parse): Ditto.
17872
17873         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17874         of gnus-.
17875
17876         * gnus-xmas.el (run-at-time): Require run-at-time.
17877
17878         * gnus.el: Changed calls to nnheader-run-at-time and
17879         password-run-at-time throughout to use run-at-time directly.
17880
17881         * password.el: Removed definition of run-at-time.
17882
17883         * nnheaderxm.el: Remove definition of run-at-time.
17884
17885 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17886
17887         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17888         in prompt.
17889
17890 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17891
17892         * messagexmas.el (message-xmas-redefine): Alias
17893         `message-make-caesar-translation-table' to
17894         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17895         version.
17896
17897         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17898         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17899         `gnus-xmas-set-text-properties'.
17900         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17901         `gnus-xmas-completing-read'.
17902         (gnus-xmas-completing-read): Removed.
17903         (gnus-xmas-open-network-stream): Removed.
17904
17905         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17906         XEmacs version.
17907
17908         * dns.el (dns-make-network-process): Use `open-network-stream'
17909         instead of `gnus-xmas-open-network-stream'.
17910
17911         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17912
17913         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17914
17915 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * gnus-art.el (gnus-mime-display-alternative)
17918         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17919         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17920         Don't use gnus-local-map-property.
17921
17922         * gnus-util.el (gnus-local-map-property): Remove.
17923
17924         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17925         gnus-completing-read-maybe-default with completing-read.
17926
17927         * gnus-util.el (gnus-completing-read): do.
17928         (gnus-completing-read-maybe-default): Remove.
17929
17930 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17931
17932         * password.el: Only autoload `run-at-time' if not XEmacs.
17933         Only autoload the itimer functions if XEmacs.
17934
17935 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17938         XEmacsen.
17939
17940         * dgnushack.el: Autoload executable-find for XEmacs.
17941
17942 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17943
17944         * gnus-art.el (gnus-read-string): Remove.
17945         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17946         read-string.
17947
17948 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * netrc.el: Autoload password-read.
17951         (netrc): Add configuration group.
17952         (netrc-encoding-method, netrc-openssl-path): Add
17953         variables for encoding and decoding of files with symmetric
17954         ciphers.
17955         (netrc-encode): Add assistant function to encode a file with
17956         netrc-encoding-method.
17957         (netrc-parse): Add interactive parameter, added optional
17958         decoding if netrc-encoding-method is non-nil but otherwise
17959         behavior is standard.
17960         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17961         Do s/encode/encrypt/ everywhere.
17962
17963         * spam.el: Remove executable-find autoload.
17964
17965 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17966
17967         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17968
17969         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17970
17971 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17972
17973         * gnus-art.el (gnus-treat-ansi-sequences)
17974         (article-treat-ansi-sequences): New variable and function.
17975         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17976
17977         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17978         Use it.
17979
17980 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * mm-util.el (mm-quote-arg): Remove.
17983
17984         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17985         shell-quote-argument.
17986
17987         * gnus-uu.el (gnus-uu-command): do.
17988
17989         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17990
17991         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17992         with make-char.
17993
17994         * mm-util.el (mm-make-char): Remove.
17995
17996         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17997         add-minor-mode.
17998
17999         * gnus-undo.el (gnus-undo-mode): do.
18000
18001         * gnus-topic.el (gnus-topic-mode): do.
18002
18003         * gnus-sum.el (gnus-dead-summary-mode): do.
18004
18005         * gnus-start.el (gnus-slave-mode): do.
18006
18007         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18008
18009         * gnus-ml.el (gnus-mailing-list-mode): do.
18010
18011         * gnus-gl.el (gnus-grouplens-mode): do.
18012
18013         * gnus-draft.el (gnus-draft-mode): do.
18014
18015         * gnus-dired.el (gnus-dired-mode): do.
18016
18017         * gnus-ems.el (gnus-add-minor-mode): Remove.
18018
18019         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18020         Replace gnus-char-width with char-width.
18021
18022         * gnus-ems.el (gnus-char-width): Remove.
18023
18024         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18025         Replace gnus-char-width with char-width.
18026
18027         * gnus-ems.el (gnus-char-width): Remove.
18028
18029         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18030         definition.
18031         Remove Emacs 20 hash table compatibility code.
18032
18033         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18034         20 compatibility code.
18035
18036         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18037
18038         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18039
18040         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18041         with point-at-{eol,bol}.
18042
18043         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18044
18045         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18046
18047         * flow-fill.el (fill-flowed-point-at-bol)
18048         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18049
18050         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18051         Replace with point-at-{eol,bol} throughout all files.
18052
18053 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * ntlm.el (ntlm-string-as-unibyte): New macro.
18056         (ntlm-build-auth-response): Use it.
18057
18058         Remove Emacs 20 stuff:
18059         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18060         (butlast, mapc, remove): Remove the compiler macros.
18061         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18062         of delq and copy-sequence.
18063         * gnus-art.el (popup-menu): Remove the compiler macro.
18064         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18065         Emacs 20.
18066
18067 2004-01-05  Simon Josefsson  <jas@extundo.com>
18068
18069         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18070         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18071         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18072         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18073         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18074         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18075         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18076         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18077         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18078         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18079         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18080         string-xor into ntlm-string-xor.  Suggested by
18081         Jesper Harder <harder@myrealbox.com>.
18082
18083         * ntlm.el: Don't include poem.
18084
18085         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18086         Jesper Harder <harder@myrealbox.com>.
18087
18088         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18089
18090         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18091         probably breaks emacs with DL patch, but do we care? Is anyone
18092         still using the DL stuff?)
18093
18094         * sieve-manage.el: Use the password package.
18095         (sieve-manage-read-passwd): Remove.
18096         (sieve-manage-interactive-login): Use password.  Re-add
18097         condition-case around loop.
18098
18099         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18100         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18101         the password package.
18102
18103 2003-02-19  Simon Josefsson  <jas@extundo.com>
18104
18105         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18106         token.
18107
18108 2002-08-07  Simon Josefsson  <jas@extundo.com>
18109
18110         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18111         (sieve-manage-authenticators):
18112         (sieve-manage-authenticator-alist): Add some SASL mechs.
18113         (sieve-sasl-auth): New function.
18114         (sieve-manage-cram-md5-auth):
18115         (sieve-manage-plain-auth): Rewrite using SASL library.
18116         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18117         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18118         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18119         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18120
18121 2004-01-05  Simon Josefsson  <jas@extundo.com>
18122
18123         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18124         New files.
18125
18126 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18127
18128         * gnus-group.el (gnus-no-groups-message): Update.
18129
18130         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18131
18132 2003-11-09  Simon Josefsson  <jas@extundo.com>
18133
18134         * imap.el: Support for ID IMAP extension (RFC 2971).
18135         (imap-local-variables): Add imap-id.
18136         (imap-id): New variable.
18137         (imap-id): New function.
18138         (imap-parse-response): Parse untagged ID response.
18139         * nnimap.el (nnimap-id): New variable.
18140         (nnimap-open-connection): Use it.
18141
18142 2003-12-28  Simon Josefsson  <jas@extundo.com>
18143
18144         * gnus-score.el (gnus-score-edit-all-score): New.
18145         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18146
18147 2004-01-04  Simon Josefsson  <jas@extundo.com>
18148
18149         * password.el: Add.
18150
18151 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18152
18153         * dns.el (dns-query-types): Fix typo.
18154         (dns-query-types): New function.
18155         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18156         PTR and SOA replies, see RFC 1035.
18157
18158 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18161
18162         * Moved to Changelog.2.
18163
18164 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18165
18166         * gnus.el (gnus-version-number): Bump version.
18167
18168 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18169
18170         * gnus.el: No Gnus v0.1 is released.
18171
18172 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18173
18174         * gnus.el: No Gnus v0.0 is released.
18175
18176 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18177
18178         * gnus.el (gnus-version-number): Bump.
18179         (gnus-version): No.
18180
18181 See ChangeLog.2 for earlier changes.
18182
18183     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18184       Free Software Foundation, Inc.
18185
18186   This file is part of GNU Emacs.
18187
18188   GNU Emacs is free software: you can redistribute it and/or modify
18189   it under the terms of the GNU General Public License as published by
18190   the Free Software Foundation, either version 3 of the License, or
18191   (at your option) any later version.
18192
18193   GNU Emacs is distributed in the hope that it will be useful,
18194   but WITHOUT ANY WARRANTY; without even the implied warranty of
18195   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18196   GNU General Public License for more details.
18197
18198   You should have received a copy of the GNU General Public License
18199   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18200
18201 ;; Local Variables:
18202 ;; coding: utf-8
18203 ;; fill-column: 79
18204 ;; add-log-time-zone-rule: t
18205 ;; End: