* rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
[gnus] / lisp / ChangeLog
1 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4
5         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6         mailbox that doesn't exist.
7
8 2010-10-12  Julien Danjou  <julien@danjou.info>
9
10         * shr.el (shr-tag-img): Encode URL properly when retrieving.
11         (shr-get-image-data): Encode URL properly when fetching from cache.
12         (shr-tag-img): Use aligned-to spaces to align correctly images.
13
14         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
15         before inserting the Gravatar.
16
17         * shr.el (shr-tag-img): Add align attribute support for <img>.
18
19 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-gravatar.el (gnus-art): Required.
22
23         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
24         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
25         Remove long obsoleted functions.
26
27 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
30
31         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
32
33         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
34         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
35         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
36         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
37         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
38         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
39         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
40
41 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * nnimap.el (nnimap-request-rename-group): Select group read-only
44         before renaming it.
45
46         * shr.el (shr-insert): Fix up the white space only regexp.
47
48         * nnimap.el (nnimap-transform-split-mail): Not all articles have
49         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
50
51         * shr.el (shr-current-column): New function.
52         (shr-find-fill-point): New function.
53
54 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
55
56         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
57         numbers.
58
59 2010-10-11  Julien Danjou  <julien@danjou.info>
60
61         * shr.el (shr-hr-line): Add.
62         (shr-tag-hr): Use shr-hr-line to specify which character to use to
63         display hr lines.
64         (shr-max-columns): Do not change state to nil if we just inserting
65         spaces.
66
67 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-topic.el (gnus-topic-read-group): If after the last group,
70         select the last group.
71
72 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
75
76 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
77
78         * dig.el (dig-mode-map): Declare and define in one step.
79
80 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
83         for Gnus.
84         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
85         (nnimap-update-qresync-info): Mark \Seen articles as read.
86
87         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
88         non-variable, too.
89
90         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
91         available.
92         (nnimap-update-info): Rely more on the current active than the param
93         active to avoid marking articles as read too much.
94
95         * auth-source.el (auth-source-create): Use (user-login-name) for the
96         user name default.
97
98         * nnimap.el (nnimap-update-info): If the server doesn't return any
99         useful info, just use the previous info.
100         (nnimap-update-info): Prefer old info over start-article.
101         (nnimap-update-qresync-info): Finish implementing QRESYNC.
102
103 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
104
105         * nnir.el (autoload): Clean up autoloads.
106         (nnir-imap-default-search-key): Renamed from
107         nnir-imap-search-field. Use key rather than value.
108         (nnir-imap-search-other): New variable.
109         (nnir-read-parm): Use it.
110         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
111         (gnus-summary-nnir-goto-thread): Modify to work with imap.
112
113 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
114
115         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
116         the process, too.
117
118 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
121         Allbery.
122
123         * shr.el: Rework the way things are indented by <li> slightly.
124
125         * gnus.el (gnus-group-set-parameter): Fix typo.
126
127         * nnimap.el: Start implementing QRESYNC support.
128
129 2010-10-09  Julien Danjou  <julien@danjou.info>
130
131         * nnir.el (nnir-engines): Fix too many arguments.
132
133 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
136         group is the "last", so that the backends like nnfolder actually save
137         their folders.
138
139         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
140         try to use that for the tls stream.
141         (nnimap-retrieve-group-data-early): Rework the marks code to heed
142         UIDVALIDITY and find out which groups are read-only and not.
143         (nnimap-get-flags): Use the same marks parsing code as the rest of
144         nnimap.
145
146 2010-10-09  Julien Danjou  <julien@danjou.info>
147
148         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
149
150         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
151         retrieving gravatars.
152
153         * shr.el (shr-table-corner): Add.
154         (shr-table-line): Add.
155         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
156
157 2010-10-08  Julien Danjou  <julien@danjou.info>
158
159         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
160
161 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
164
165         * gnus-sum.el (gnus-mark-article-as-unread)
166         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
167         (gnus-summary-set-bookmark): Use it.
168
169         * gnus-msg.el (gnus-setup-message): Use it.
170
171         * gnus-demon.el (gnus-demon-remove-handler): Use it.
172
173         * gnus.el (gnus-group-remove-parameter): Use it.
174
175         * gnus-group.el (gnus-group-make-web-group): Use it.
176
177         * gnus-demon.el (gnus-demon-remove-handler): Use it.
178
179         * nnregistry.el: Update docs to mention manual.
180
181         * gnus-registry.el: Update docs to mention nnregistry.el.
182         (gnus-registry-initialize): Don't install nnregistry refer method
183         automatically.
184         (gnus-registry-install-nnregistry): Remove it.
185
186 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * shr.el (shr-insert): Don't insert double spaces.
189
190 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-gravatar.el (gnus-treat-from-gravatar)
193         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
194         called interactively.
195
196         * gnus-art.el (gnus-mime-view-part-externally)
197         (gnus-mime-view-part-internally): Make predicate function passed to
198         gnus-mime-view-part-as-type assume argument is a mime type, not a list
199         of a mime type.
200
201         * shr.el (shr-table-widths): Don't use cl function `reduce'.
202
203 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * shr.el (require): Require cl when compiling.
206         (shr-tag-hr): New function.
207
208         * nnimap.el (nnimap-update-info): Remove double setting of high.
209         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
210         makes nnimap work properly on Courier again.
211
212         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
213         the variable for backwards compatability.
214
215         * mm-decode.el (mm-save-part): If given a non-directory result, expand
216         the file name before using to avoid setting mm-default-directory to
217         nil.
218
219         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
220         bidning gnus-agent variables.
221
222         * shr.el (shr-render-td): Use a cache for the table rendering function
223         to avoid getting an exponential rendering behaviour in nested tables.
224         (shr-insert): Rework the line-breaking algorithm.
225         (shr-insert): Don't leave trailing spaces.
226         (shr-insert-table): Also insert empty TDs.
227         (shr-tag-blockquote): Ensure paragraphs after </ul>.
228
229 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
230
231         * gnus-sum.el (gnus-number): Rename from `number'.
232         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
233         (gnus-summary-limit-children): Update uses correspondingly.
234
235 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
238         (gnus-gravatar-transform-address): Don't show avatars of people of
239         which mail addresses match gnus-gravatar-too-ugly.
240
241 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * shr.el (shr-table-widths): Expand TD elements to fill available
244         space.
245
246 2010-10-07  Julien Danjou  <julien@danjou.info>
247
248         * nnimap.el (nnimap-request-rename-group): Add this method.
249
250 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
253         name from XEmacs' function-arglist.
254
255         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
256         gravatar under XEmacs.
257
258 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * auth-source.el: Update docs with TODO items.
261
262         * gnus-sync.el: Update docs to explain state and plans.
263
264         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
265         Hooks for mark updates.
266         (gnus-request-set-mark, gnus-request-update-mark): Use them.
267
268         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
269         hooks with arguments, which is needed for mark update hooks.
270
271 2010-10-06  Julien Danjou  <julien@danjou.info>
272
273         * gnus.el (gnus-expand-group-parameter): Only return and act on what
274         was matched.
275
276         * sieve-manage.el: Update example in `Commentary'.
277
278         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
279
280         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
281         not 2000.
282         (sieve-manage-authenticate): Re-add function.
283
284 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * shr.el (shr-insert): Get 'space transition right.
287         (shr-render-td): Only delete space at the end of the TD.
288
289         * nnimap.el (nnimap-open-connection): Prepare to support
290         open-gnutls-stream.
291
292         * shr.el: Rearrange function order to be more logical.
293
294 2010-10-06  Julien Danjou  <julien@danjou.info>
295
296         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
297         (nnrss-discover-feed): Remove 404 URL in docstring.
298
299         * nnir.el: Fix Swish-E URL.
300         Fix Namazu URL.
301
302         * message.el (message-change-subject): Remove 404 URL in a comment.
303
304 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
307         called interactively.
308
309         * gnus-util.el (gnus-remove-if): Allow hash table.
310         (gnus-remove-if-not): New function.
311
312         * gnus-art.el (gnus-mime-view-part-as-type)
313         * gnus-score.el (gnus-summary-score-effect)
314         * gnus-sum.el (gnus-read-move-group-name):
315         Replace remove-if-not with gnus-remove-if-not.
316
317         * gnus-group.el (gnus-group-completing-read):
318         Regard collection as a hash table if it is not a list.
319
320 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * shr.el (shr-render-td): Allow blank/missing <TD>s.
323
324         * shr.el: Document the table-rendering algorithm.
325
326 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
329         for Emacsen having no `libxml-parse-html-region' support.
330
331 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
334         invalid URLs.
335
336         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
337         line-broken.
338         (shr-tag-img): Ignore image fetching errors.
339         (shr-overlays-in-region): Compute overlay positions correctly.
340
341         * mm-decode.el (mm-shr): Require shr.
342
343         * gnus-art.el (gnus-blocked-images): Move variable here.
344
345         * shr.el (shr-insert-table): Bind free variable.
346
347         * mm-decode.el (mm-shr): Bind shr-content-function.
348
349         * shr.el (shr-content-function): New variable.
350
351         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
352         added for symmetry.
353
354         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
355
356         * gnus-group.el (gnus-group-make-group): Doc fix.
357
358         * nnimap.el (nnimap-request-newgroups): Return success.
359
360         * shr.el (shr-find-elements): New function.
361         (shr-tag-table): Put all the images after the table.
362         (shr-tag-table): Really inhibit images inside the table.
363         (shr-collect-overlays): Copy over overlays from the TD elements to the
364         main document.
365
366         * mm-decode.el (mm-shr): Bind shr-blocked-images to
367         gnus-blocked-images.
368
369 2010-10-05  Julien Danjou  <julien@danjou.info>
370
371         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
372
373         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
374         (gnus-html-maximum-image-size): Add this function.
375         (gnus-html-put-image): Use gnus-html-maximum-image-size.
376
377         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
378         server-value of the capability is nil.
379
380 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * shr.el (shr-tag-em): Add <EM> tag.
383
384 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
385
386         * sieve-manage.el (sieve-manage-default-stream): Make default stream
387         customizable.
388
389         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
390         handing broken links to browse-url.
391
392 2010-10-05  Julien Danjou  <julien@danjou.info>
393
394         * gnus-util.el (gnus-emacs-completing-read)
395         (gnus-iswitchb-completing-read): Use autoload rather than require.
396
397 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
400         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
401         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
402         iswitchb-temp-buflist for XEmacs.
403
404         * gnus-util.el (gnus-completing-read-function): Exclude
405         gnus-icompleting-read and gnus-ido-completing-read from candidates for
406         XEmacs since iswitchb.el is very old and ido.el is unavailable in
407         XEmacs.
408
409         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
410         not to use `delete-dups' that is unavailable in XEmacs 21.4.
411
412         * gnus-html.el: Don't require help-fns under XEmacs.
413         (gnus-html-schedule-image-fetching): Work for XEmacs.
414
415         * mm-decode.el (mm-shr): Decode contents by charset.
416
417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
420         unknown.
421
422         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
423         (shr-get-image-data): Ensure against the cache file missing.
424
425         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
426         for data.
427
428         * spam-report.el (spam-report-url-ping-plain): Don't query about
429         killing the process.
430
431         * shr.el (shr-render-td): Protect against too-wide text.
432
433 2010-10-04  Julien Danjou  <julien@danjou.info>
434
435         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
436         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
437
438         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
439         retrieved.
440
441 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * shr.el (browse-url): Required.
444         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
445         lines.
446         (shr-show-alt-text, shr-browse-image): New commands.
447         (shr-browse-url, shr-copy-url): New commands.
448
449         * gnus-sum.el (gnus-widen-article-window): New variable.
450         (gnus-summary-select-article-buffer): Use it.
451
452         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
453         without @ signs.
454
455 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
456
457         * nnir.el (nnir-run-imap): Remove spurious space in search string.
458
459 2010-10-04  Julien Danjou  <julien@danjou.info>
460
461         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
462         for XEmacs.
463
464 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
467
468         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
469         (nnimap-close-server): Implement.
470
471         * dgnushack.el (iswitchb): Require to shut up the compiler.
472
473         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
474         (shr-insert): Tweak line breaking.
475         (shr-insert): Handle <pre> better.
476         (shr-tag-li): Get <li> indentation right.
477         (shr-tag-li): Get <li> indentation even righter.
478         (shr-tag-blockquote): Ensure paragraph start.
479         (shr-make-table): Tweak table generation.
480         (shr-make-table): Fix typo.
481
482         * shr.el: Implement table rendering.
483
484 2010-10-04  Julien Danjou  <julien@danjou.info>
485
486         * gnus-html.el (gnus-html-put-image): Fix resize image code.
487
488 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * shr.el (shr-insert): Use string anchors instead of line anchors.
491
492 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * shr.el: Add headings.
495         (shr-ensure-paragraph): Actually work.
496         (shr-tag-li): Make <ul> prettier.
497         (shr-insert): Get white space at the beginning/end of elements right.
498         (shr-tag-p): Collapse subsequent <p>s.
499         (shr-ensure-paragraph): Don't insert double line feeds after blank
500         lines.
501         (shr-insert): \t is also space.
502         (shr-tag-s): Fix "s" tag name function.
503         (shr-tag-s): Fix face prop name.
504
505 2010-10-03  Julien Danjou  <julien@danjou.info>
506
507         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
508
509         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
510         gnus-window-inside-pixel-edges.
511
512         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
513         gnus-ems.
514
515         * mm-view.el (mm-inline-image-emacs): Support image resizing.
516
517         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
518         function.
519
520         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
521         resize choice.
522
523 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
526         beginning of the buffer.
527
528         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
529         article buffer again.
530
531         * shr.el (shr-tag-p): Don't insert newlines at the start of the
532         buffer.
533
534         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
535         when it's at the start of the buffer.
536
537         * shr.el (shr-tag-blockquote): Convert name.
538         (shr-rescale-image): Use the right image-size variant.
539
540         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
541         buffer isn't shown, then select the current article first instead of
542         bugging out.
543         (gnus-summary-select-article-buffer): Show both the article and summary
544         buffers again.
545
546         * shr.el (shr-fontize-cont): Protect against regions with no text.
547         Rename tag functions to shr-tag-* for enhanced security.
548         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
549
550 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
551
552         * shr.el (shr-insert):
553         * pop3.el (pop3-movemail):
554         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
555         loaded.
556
557 2010-10-03  Glenn Morris  <rgm@gnu.org>
558
559         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
560
561         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
562
563         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
564
565         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
566
567         * gnus-util.el (gnus-make-local-hook): Simplify.
568
569 2010-10-02  Julien Danjou  <julien@danjou.info>
570
571         * gnus-util.el (gnus-iswitchb-completing-read): New function.
572         (gnus-ido-completing-read): New function.
573         (gnus-emacs-completing-read): New function.
574         (gnus-completing-read): Use gnus-completing-read-function.
575         Add gnus-completing-read-function.
576
577 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * shr.el (shr-insert-document): Autoload.
580         (shr-img): Be silent.
581         (shr-insert): Add a newline after every picture before text.
582         (shr-add-font): Use overlays for combining faces.
583         (shr-insert): Pass upwards the text start point.
584
585         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
586         possible.
587         (mm-shr): New function.
588
589 2010-10-02  Julien Danjou  <julien@danjou.info>
590
591         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
592         should go backward.
593
594 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
595
596         * shr.el (shr): Fix typo in provide call.
597
598 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el: New file.
601
602         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
603
604         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
605         completing read.
606
607 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
610         we're being queried about.  Suggested by Dan Jacobson.
611
612         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
613         by Jason Eisner.
614
615         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
616         table, too.  Suggested by Stefan Wiens.
617         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
618         the table unnecessary.  Suggested by Stefan Wiens.
619
620         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
621         longer needed, and probably doesn't work either, as pointed out by
622         Stefan Wiens.
623         (gnus-summary-exit): Remove call to the clearing function.
624         (gnus-summary-exit-no-update): Ditto.
625
626         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
627         instead of gnus-eval-in-buffer-window to avoid popping up frames.
628         Reported by Stefan Monnier.
629         (gnus-summary-save-in-rmail): Ditto.
630
631         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
632         article buffer, instead of both the article buffer and the summary
633         buffer.  Sort of suggested by Dan Jacobson.
634
635         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
636
637         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
638         Suggested by Dan Jacobson.
639
640         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
641         documentation clearer.
642
643         * message.el (message-shorten-references): Comment on the number "21".
644         Suggested by Stefan Monnier.
645
646         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
647         Suggested by Dan Jacobson.
648
649         * gnus.el (gnus-large-newsgroup): Mention
650         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
651
652         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
653         externalize attachments.  Bug reported by Steve Wen.
654
655         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
656         really message anything to the user.
657
658         * nnmail.el (nnmail-article-group): Allow using the fancy split method
659         directly.
660
661         * nnimap.el (nnimap-request-group): Low higher than high to signal no
662         messages in empty groups.
663
664 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
665
666         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
667         non-UIDNEXT group.
668
669 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
672         not the value from the collection.
673
674         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
675         values.  This sometimes happens on some groups that have no info.
676         (nnimap-request-newgroups): New function.
677
678 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
681         check into `gnus-registry-initialize'.
682         (gnus-registry-initialize): Ditto.
683         Fix and extend header docs.
684
685 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
688         regexp backtrace overflows.
689
690         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
691         for starttls that tls.el implements; i.e. openssl.
692
693         * tls.el (tls-starttls-switches): Give up on using starttls with
694         gnutls-cli.
695         (tls-program): Add --insecure to be consistent with the defaults from
696         openssl s_client.  Now all three commands are insecure.
697
698 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * lpath.el: Bind completion-styles-alist for XEmacs.
701
702         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
703         (gravatar-create-image): New function that's an alias to
704         gnus-xmas-create-image, gnus-create-image, or create-image.
705         (gravatar-data->image): Use it.
706
707 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
710         install the nnregistry refer method.
711         (gnus-registry-install-hooks): Use it.
712         (gnus-registry-unfollowed-groups): Add nnmairix to the default
713         unfollowed groups.
714
715 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
716
717         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
718         expanding threads.
719
720 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * nnir.el: Use the server names without suffixes (bug #7009).
723
724         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
725         unencrypted to STARTTLS, if possible.
726
727 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
728
729         * message.el (message-ignored-supersedes-headers): Strip Injection-*
730         headers before superseding.
731
732 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * nnrss.el (nnrss-use-local): Add documentation.
735
736         * nnimap.el (nnimap-extend-tls-programs): New function.
737         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
738         (nnimap-wait-for-connection): Accept the greeting from the stupid
739         output from openssl s_client -starttls, too.
740
741         * tls.el (tls-starttls-switches): New variable.
742         (tls-find-starttls-argument): Use it.
743         (open-tls-stream): Ditto.
744
745         * netrc.el (netrc-credentials): Return the value of the "default"
746         entry.
747         (netrc-machine): Ditto.
748
749         * nnimap.el (nnimap-find-article-by-message-id): Really return the
750         article number.
751         (nnimap-split-fancy): New variable.
752         (nnimap-split-incoming-mail): Use it.
753
754         * nntp.el (nntp-server-list-active-group): Document.
755
756         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
757         SELECT to get the message-id.
758
759         * mail-source.el (mail-sources): Removed webmail support.
760         (defvar): Ditto.
761         (mail-source-fetcher-alist): Ditto.
762         (mail-source-fetch-webmail): Removed.
763
764         * webmail.el: Removed -- doesn't seem relevant any more.
765
766         * gnus.el: Fix up make-obsolete-variable declarations throughout.
767
768         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
769         the \r.
770
771 2010-09-30  Julien Danjou  <julien@danjou.info>
772
773         * gnus-agent.el (gnus-agent-add-group): Fix call to
774         gnus-completing-read.
775
776 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * nndoc.el (nndoc-retrieve-groups): New function.
779
780         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
781         `default', use nnmail-split-methods.
782         (nnimap-request-article): Downcase the NILs so that they are nil.
783
784         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
785         symbol.
786
787         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
788         code, since if the user has requested network, that's what they ought
789         to get.
790         (nnimap-request-set-mark): Erase the buffer before issuing commands.
791         (nnimap-split-rule): Mark as obsolete.
792
793         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
794         variable.
795
796         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
797         correct slot, too.
798
799 2010-09-29  Julien Danjou  <julien@danjou.info>
800
801         * gnus.el (gnus-local-domain): Declare variable obsolete.
802
803         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
804         computing.
805         (gnus-ido-completing-read): Require ido.
806
807 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-registry.el: Don't prompt on load, which makes it impossible to
810         build Gnus.
811
812         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
813         when interpreting the structures.
814         (nnimap-request-accept-article): Add \r\n to the lines to make this
815         work with Cyrus.
816
817         * nndraft.el (nndraft-request-expire-articles): Use the group name
818         instead if "nndraft".  Fix found by Nils Ackermann.
819
820 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
821
822         * nnregistry.el: Added.
823
824 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
825
826         * nnmail.el (group, group-art-list, group-art):
827         Remove unneeded directives.
828
829 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
832         (mm-mime-charset)
833         * rfc2047.el (rfc2047-syntax-table)
834         * utf7.el (utf7-utf-16-coding-system): Comment fix.
835
836         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
837         rather than `insert-file-contents' and `eval-region'.
838
839         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
840         construction.
841
842         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
843
844         * time-date.el: No need to require cl for Emacs 21.
845
846 2010-09-29  Julien Danjou  <julien@danjou.info>
847
848         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
849         replacement of `gnus-gravatar-relief' to mimic
850         `gnus-faces-properties-alist'.
851         Add :version property.
852
853 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * mail-source.el (mail-source-report-new-mail)
856         * message.el (message-default-mail-headers)
857         * mm-decode.el (mm-valid-image-format-p): Comment fix.
858
859         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
860
861 2010-09-28  Julien Danjou  <julien@danjou.info>
862
863         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
864         mail-address contains the same string as real-name.
865
866         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
867         non-blank in header, otherwise it'll get stripped.
868
869         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
870         real-name, and then for mail address rather than doing : or , search.
871
872 2010-09-27  Julien Danjou  <julien@danjou.info>
873
874         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
875         (gnus-server-goto-server): Use gnus-completing-read.
876
877         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
878
879         * mm-util.el (defalias): Use gnus-completing-read.
880         (mm-codepage-setup): Use gnus-completing-read.
881
882         * smime.el (smime-sign-buffer): Use gnus-completing-read.
883         (smime-decrypt-buffer): Use gnus-completing-read.
884
885         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
886
887         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
888         (mml-minibuffer-read-disposition): Use gnus-completing-read.
889         (mml-insert-multipart): Use gnus-completing-read.
890
891         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
892
893         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
894
895         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
896
897         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
898
899         * gnus.el (gnus-read-method): Use gnus-completing-read.
900
901         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
902
903         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
904         (gnus-mime-action-on-part): Use gnus-completing-read.
905         (gnus-article-encrypt-body): Use gnus-completing-read.
906
907         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
908         (gnus-topic-move-matching): Use gnus-completing-read.
909         (gnus-topic-copy-matching): Use gnus-completing-read.
910         (gnus-topic-sort-topics): Use gnus-completing-read.
911         (gnus-topic-move): Use gnus-completing-read.
912
913         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
914         (gnus-agent-add-group): Use gnus-completing-read.
915
916         * nnmairix.el (nnmairix-create-server-and-default-group): Use
917         gnus-completing-read.
918         (nnmairix-update-groups): Use gnus-completing-read.
919         (nnmairix-get-server): Use gnus-completing-read.
920         (nnmairix-backend-to-server): Use gnus-completing-read.
921         (nnmairix-goto-original-article): Use gnus-completing-read.
922         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
923
924         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
925
926         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
927         (gnus-group-make-useful-group): Use gnus-completing-read.
928         (gnus-group-make-web-group): Use gnus-completing-read.
929         (gnus-group-add-to-virtual): Use gnus-completing-read.
930         (gnus-group-browse-foreign-server): Use gnus-completing-read.
931
932         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
933         (gnus-summary-limit-to-extra): Use gnus-completing-read.
934         (gnus-summary-execute-command): Use gnus-completing-read.
935         (gnus-summary-respool-article): Use gnus-completing-read.
936         (gnus-read-move-group-name): Use gnus-completing-read.
937
938         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
939         (gnus-summary-score-effect): Use gnus-completing-read.
940
941         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
942
943         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
944         right completing-read function.
945         (gnus-use-ido): New variable
946         (gnus-completing-read-with-default): Remove.
947
948 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
951         x-focus-frame.
952
953         * nnimap.el (auth-source-forget-user-or-password)
954         (auth-source-user-or-password): Autoload.
955
956         * message.el (message-from-style, message-interactive)
957         (message-cite-prefix-regexp, message-sendmail-envelope-from)
958         (message-yank-prefix, message-indentation-spaces, message-signature)
959         (message-signature-file): Add comment.
960
961 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
964         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
965         new articles.
966
967         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
968         parts.
969         (nnimap-request-article): Work with the t setting, too.
970
971         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
972         that you don't get flashes of other buffers.
973         (gnus-summary-show-complete-article): Intern before setting.
974
975 2010-09-27  David Engster  <dengste@eml.cc>
976
977         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
978         well as HEADERS.
979         (nnmairix-retrieve-headers): Provide new argument for the above.
980
981 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-summary-move-article): Don't alter
984         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
985         group.
986
987         * nnimap.el (nnimap-update-info): Don't destructively alter active.
988
989         * message.el (message-cite-prefix-regexp): Revert my last edit.
990
991         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
992         variable instead of the Gnus variable.
993
994         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
995
996         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
997         again.
998
999         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1000         since some servers don't like it.
1001         (nnimap-open-connection): Forget credentials if the server says the
1002         password was wrong.
1003         (nnimap-parse-line): Protect against invalid data.
1004
1005         * gnus-sum.el (gnus-summary-move-article): Add comment.
1006         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1007         nothing alters it while scanning for new messages.
1008
1009         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1010         which may or may not help.
1011         (nnimap-open-connection): If we're doing a stream connection, and then
1012         discover we're on a STARTTLS-capable server, then open a STARTTLS
1013         connection instead.
1014
1015 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnimap.el (utf7): Required.
1018
1019         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1020         prefix.
1021
1022 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1023
1024         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1025
1026 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * nnimap.el (nnimap-request-accept-article): Message the error on
1029         error.
1030
1031 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1034
1035 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nndoc.el (nndoc-request-list): Return success always.
1038
1039         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1040         `fetch-old' -- we only want to fetch the articles we've requested.  The
1041         rest are in the agent, probably.
1042         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1043         disappeared server" to something low.  It's not important.
1044
1045         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1046         arrived before the FETCH data.
1047
1048         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1049         target here, because we don't know the Gnus name of the group.
1050
1051         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1052         for the correct group.
1053
1054         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1055
1056         * gnus.el (gnus): Give a final warning after startup.
1057
1058         * gnus-util.el (gnus-action-message-log): New variable.
1059         (gnus-message): Use it.
1060         (gnus-final-warning): New function.
1061
1062         * nnimap.el (nnimap-open-connection): Record the greeting.
1063         (nnimap): Add greeting.
1064
1065 2010-09-26  Julien Danjou  <julien@danjou.info>
1066
1067         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1068         arguments.
1069         (gnus-html-wash-images): Fix spec computing to include start/end.
1070
1071         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1072
1073 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1076         deletion.
1077         (nnimap-retrieve-headers): Don't select the group, because that's
1078         already done by nnimap-possibly-change-group.
1079
1080         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1081         (gnus-picon-transform-address): Use it.
1082
1083         * mail-source.el (mail-source-value): Revert previous patch.
1084
1085         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1086         on failure.
1087         (nnimap-open-connection): Look up both virtual and physical server name
1088         credentials.
1089
1090         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1091
1092 2009-02-07  Dave Love  <fx@gnu.org>
1093
1094         * tls.el (open-tls-stream): Don't query killing process.
1095
1096 2009-02-08  Dave Love  <fx@gnu.org>
1097
1098         * gnus-win.el (gnus-window-to-buffer-helper,
1099         gnus-all-windows-visible-p): Function needn't be a symbol.
1100
1101         * mail-source.el (mail-source-value): Function needn't be a symbol.
1102
1103 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * message.el (message-cite-prefix-regexp): Remove } from the cite
1106         prefix.
1107
1108         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1109         highlight again, so that the highlight is correct.
1110
1111         * gnus-picon.el (gnus-picon): Remove again.
1112         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1113
1114         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1115         doing the header highlightling, so that the background colour of the
1116         picon is correct.
1117
1118         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1119         (gnus-picon): Ditto.
1120         (gnus-picon): Reinstate.  The background colour for picons is white.
1121         (gnus-picon-insert-glyph): Make the background white.
1122
1123         * nnml.el (nnml-open-nov): Don't return dead buffers.
1124
1125         * auth-source.el (auth-source-create): Query the user for whether to
1126         store the credentials.
1127
1128         * netrc.el (netrc-store-data): New function.
1129
1130         * auth-source.el (auth-source-user-or-password): Use the existing auth
1131         sources, if any, for creation.
1132
1133         * gnus.el (gnus-group-fast-parameter): Return the last matching
1134         parameter instead of the first matching parameter.
1135
1136 2010-09-26  Julien Danjou  <julien@danjou.info>
1137
1138         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1139
1140 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * mml2015.el (mml2015-use): Remove gpg support.
1143
1144         * mml1991.el (mml1991-function-alist): Remove gpg function.
1145         (mml1991-gpg-sign): Removed.
1146
1147 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1148
1149         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1150         (gnus-browse-unsubscribe-current-group): Document it.
1151         (gnus-browse-unsubscribe-group): Use it.
1152
1153 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1156         address to the To list for easier response.
1157
1158         * gnus.el (gnus-play-startup-jingle): Removed.
1159         (gnus-splash): Don't play jingle.
1160         (gnus): Silence gnus-load message.
1161
1162         * gnus-art.el (gnus-treat-play-sounds): Removed.
1163
1164         * gnus.el (gnus-play-jingle): Remove audio support.
1165
1166         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1167
1168         * earcon.el: Removed -- no users.
1169
1170         * gnus-audio.el: Removed -- no users of this package.
1171
1172         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1173
1174         * gnus-start.el (gnus-setup-news): Remove nocem support.
1175
1176         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1177
1178         * gnus.el (gnus-use-nocem): Removed.
1179
1180         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1181         Removed.
1182
1183         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1184         uses NoCeM any more.
1185
1186         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1187         (gnus-button-ctan-handler): Ditto.
1188         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1189         (gnus-button-ctan-directory-regexp): Ditto.
1190         (gnus-button-handle-ctan): Ditto.
1191         (gnus-button-tex-level): Ditto.
1192         (gnus-button-alist): Removed CTAN stuff.
1193
1194 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1197         nnimap-streaming test.
1198
1199         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1200         servers twice.
1201
1202         * nnimap.el (nnimap-open-connection): Add more error reporting when
1203         nnimap fails early.
1204
1205         * nnheader.el (nnheader-get-report-string): New function.
1206         (nnheader-get-report): Use it.
1207
1208         * gnus-int.el (gnus-check-server): Say what the error was when opening
1209         failed.
1210
1211         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1212         using streaming.
1213
1214 2010-09-25  Julien Danjou  <julien@danjou.info>
1215
1216         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1217         gnus-window-inside-pixel-edges.
1218
1219 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1222
1223         * mm-decode.el (mm-save-part): Allow saving to other directories the
1224         normal Emacs way.
1225
1226         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1227         by Jay Berkenbilt.
1228
1229         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1230         there isn't a single byte.
1231
1232         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1233         just do it.  It doesn't really seem to matter what the user responds
1234         here, I think, so it's just a confusing question.
1235
1236         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1237         non-streaming case.
1238
1239         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1240         (gnus-article-encrypt-body): Use it.
1241
1242         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1243         keystroke.
1244
1245         * nnimap.el (nnimap-find-wanted-parts-1): Use
1246         gnus-fetch-partial-articles.
1247
1248         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1249
1250         * nnimap.el (nnimap-insert-partial-structure): New function.
1251         (nnimap-get-partial-article): New function.
1252         (nnimap-request-article): Use it.
1253         (nnimap-wait-for-response): Return whether the wait was successful.
1254         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1255         retrieval wasn't successful.
1256         (nnimap-retrieve-group-data-early): Allow throttling servers.
1257         (nnimap-streaming): New variable.
1258         (nnimap-fetch-partial-articles): Removed.
1259
1260         * mm-decode.el (mm-with-part): Protect against killed buffers.
1261
1262         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1263         for prettier summary display.
1264
1265 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1266
1267         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1268         directly.
1269
1270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1273         apparently third-party libraries depend on it.
1274
1275         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1276         before starting negotiation.
1277
1278         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1279         privacy reasons.
1280         (gnus-treat-mail-gravatar): Ditto.
1281
1282         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1283         buffer when inserting images.  Inserting text into the headers, for
1284         instance, can make them invalid.
1285
1286 2010-09-25  Julien Danjou  <julien@danjou.info>
1287
1288         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1289         variables.
1290
1291         * nnheader.el: Remove useless variables news-reply-yank-from and
1292         news-reply-yank-message-id.
1293
1294         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1295         variables.
1296
1297         * mml1991.el: Remove useless mml1991-verbose.
1298
1299         * gnus.el: Remove useless variable gnus-use-generic-from.
1300         Remove obsolete variable gnus-topic-indentation.
1301
1302         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1303
1304         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1305
1306         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1307
1308         * gnus-group.el: Remove useless gnus-group-icon-cache.
1309         Remove useless gnus-ephemeral-group-server.
1310
1311         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1312
1313         * mml2015.el: Remove useless mml2015-verbose.
1314
1315         * mml-smime.el: Remove useless mml-smime-verbose.
1316
1317         * gnus.el: Remove useless gnus-local-domain.
1318
1319         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1320         gnus-gravatar-size.
1321
1322         * gnus-art.el: Remove useless gnus-treat-translate.
1323
1324 2010-09-24  Julien Danjou  <julien@danjou.info>
1325
1326         * gnus-sum.el: Add support for Gravatars.
1327
1328         * gnus-art.el: Add support for Gravatars.
1329
1330         * gnus-gravatar.el: Add this file.
1331
1332         * gravatar.el: Add this file.
1333
1334 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1337
1338         * gnus-group.el (gnus-group-fetch-faq): Removed.
1339
1340         * gnus.el (gnus-group-faq-directory): Removed.
1341
1342         * gnus-group.el (gnus-group-fetch-charter): Removed.
1343
1344         * gnus.el (gnus-group-charter-alist): Removed.
1345
1346         * gnus-group.el (gnus-group-archive-directory): Removed.
1347         (gnus-group-recent-archive-directory): Ditto.
1348         (gnus-group-make-archive-group): Removed.
1349
1350         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1351
1352         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1353         use the same article number for all the cached articles.
1354
1355         * nnimap.el (nnimap-command): Register the last command time so
1356         that we can use it for idling NOOPs.
1357         (nnimap-open-connection): Start the keeplive timer.
1358         (nnimap-make-process-buffer): Store all the process buffers.
1359         (nnimap-keepalive): New function.
1360
1361         * starttls.el: (starttls-open-stream): Add autoload cookie.
1362
1363 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1364
1365         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1366         handling.
1367
1368 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1371         its data structures.
1372
1373         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1374         instead of the cl.el copy-list.
1375         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1376         equalp.
1377
1378 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1381         and tool-bar-local-item-from-menu.
1382
1383         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1384         mode-line-highlight face for Emacs.
1385
1386         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1387         loading gnus-sum.elc; fix comment for canlock-verify.
1388         (gnus-article-jump-to-part): Use read-number.
1389         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1390         Emacs pre-21 compatible code for help-echo.
1391         (gnus-article-next-page-1): No need to adjust the number of lines.
1392         (gnus-article-describe-bindings): Always use help-buffer.
1393
1394         * gnus-audio.el (gnus-audio-inline-sound)
1395         * gnus-cus.el (gnus-custom-mode)
1396         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1397
1398         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1399
1400         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1401         compatible code.
1402
1403 2010-09-24  Glenn Morris  <rgm@gnu.org>
1404
1405         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1406         visiting the fcc file in rmail-mode.
1407
1408         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1409
1410 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * nnir.el: Silence the byte compiler.
1413
1414         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1415         alias to browse-url-url-encode-chars if any.
1416         (gnus-html-encode-url): Use it.
1417
1418 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-start.el (gnus-use-backend-marks): New variable.
1421         (gnus-get-unread-articles-in-group): Use it.
1422
1423         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1424         makeover.
1425
1426 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1429
1430 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1433         Removed.
1434         (gnus-setup-news-hook): Removed
1435         gnus-fixup-nnimap-unread-after-getting-new-news.
1436
1437         * gnus-int.el (gnus-request-update-info): Protect against backends not
1438         having the function.
1439
1440         * nnimap.el (nnimap-stream): Mention starttls.
1441         (nnimap-open-connection): Add starttls support.
1442
1443 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1444
1445         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1446
1447 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1450         BODYSTRUCTUREs.
1451         (nnimap-transform-headers): Unfold quoted {42} headers.
1452
1453         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1454         the info.
1455         (gnus-get-unread-articles): Only call updatep on backends that support
1456         it.
1457
1458         * nnweb.el (nnweb-request-update-info): NOOP.
1459
1460         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1461
1462         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1463         since it only deals with marks.
1464
1465         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1466         gnus-request-marks, and make a new gnus-request-update-info.
1467
1468         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1469         the active instead of the high number, which is usually too low.
1470
1471 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1474         * encrypt.el: Removed.
1475
1476 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1479         server in symbolic form.
1480
1481         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1482         0.9.
1483
1484 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1487         (nnimap-update-info): Fix up code slightly.
1488
1489         * gnus-int.el (gnus-open-server): Add tracing for performance
1490         debugging.
1491
1492         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1493         (gnus-group-insert-group-line): Pass the real group name so that it
1494         gets the right data.
1495
1496         * gnus-start.el (gnus-get-unread-articles): Don't have
1497         `gnus-get-unread-articles-in-group' update info, since that can be
1498         really slow and doesn't seem to be needed?
1499
1500 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1501
1502         * time-date.el (date-to-time): Try using parse-time-string first before
1503         using the slower timezone-make-date-arpa-standard.
1504
1505 2010-09-22  Julien Danjou  <julien@danjou.info>
1506
1507         * gnus-group.el (gnus-group-insert-group-line): Call
1508         gnus-group-highlight-line.
1509         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1510         default hook list.
1511         (gnus-group-update-eval-form): Add new function.
1512         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1513         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1514
1515 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1518         immediate, then expire all articles.
1519         (nnimap-update-info): Fix off-by-one errors.
1520         (nnimap-flags-to-marks): Would return no marks lists for group with no
1521         flags.  Instead return the other data.
1522
1523 2010-09-22  Julien Danjou  <julien@danjou.info>
1524
1525         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1526         Only return an icon.
1527         (gnus-group-insert-group-line): Compute icon to return.
1528
1529         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1530         variable.
1531         (gnus-html-image-fetched): Only cache if
1532         gnus-html-image-automatic-caching is set.
1533         (gnus-html-image-fetched): Check for errors.
1534
1535 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1538         once per method on `g'.  This ensures that backends like nnfolder don't
1539         open all their folders.
1540
1541         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1542         (nnimap-request-list): Nix out group in the correct buffer.
1543         (nnimap-parse-flags): Implement by using `read' instead of
1544         hand-parsing.
1545         (nnimap-flags-to-marks): Pass on permanent-flags.
1546         (nnimap-make-process-buffer): Record the server name.
1547         (nnimap-parse-flags): Fix typo.
1548         (nnimap-request-scan): Run split on the server in general, not just a
1549         single group.
1550
1551         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1552         parameter, and propagate this downwards.
1553
1554         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1555         since EXAMINE changes it on the server.
1556
1557         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1558         this command might take a while.
1559
1560 2010-09-22  Julien Danjou  <julien@danjou.info>
1561
1562         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1563         harmful if you have 2 images side-by-side, they can't be properly
1564         update on text deletion.  Using text-property is safer here.
1565         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1566         data.
1567
1568 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnimap.el (nnimap-expunge-inbox): Removed.
1571         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1572         (nnimap-expunge): Flip default to t.
1573
1574         * gnus.el (gnus-method-to-server): Don't push things to the cache
1575         unless it's unique.
1576         (gnus-server-to-method): Ditto.
1577
1578 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1579
1580         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1581
1582 2010-09-22  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1585         get the start of data.
1586         (gnus-html-encode-url): Add this function to encode special chars in
1587         URL.
1588         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1589         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1590
1591         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1592         default.
1593         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1594
1595         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1596         images alt-text.
1597         (gnus-html-put-image): Put alt-text as help-echo.
1598
1599 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1602         * mm-util.el (mm-decompress-buffer)
1603         * nnir.el (nnir-run-find-grep)
1604         * pop3.el (pop3-list): Use 3rd arg of split-string.
1605
1606         * time-date.el (format-seconds): Comment fix.
1607
1608         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1609         and byte-optimize-form-code-walker.
1610         (dgnushack-make-auto-load): Don't advise make-autoload.
1611
1612         * lpath.el: Remove Emacs 21 stuff.
1613
1614 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1617         outside the active range.  Suggested by Dan Christensen.
1618
1619         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1620         slightly later to avoid double-getting it.
1621
1622         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1623         previous patch.
1624
1625         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1626
1627 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1628
1629         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1630
1631 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-int.el (gnus-open-server): Give a better error message in the
1634         "go offline" case.
1635
1636         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1637         marks for nnimap, which is seldom the right thing to do.
1638
1639         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1640         (gnus-same-method-different-name): New function.
1641
1642         * nnimap.el (parse-time): Require.
1643
1644         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1645         method in the presence of many similar methods.
1646
1647         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1648
1649         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1650         nnml-inhibit-expiry.
1651
1652         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1653         find out whether methods are equal.
1654
1655         * nnimap.el (nnimap-find-expired-articles): New function.
1656         (nnimap-process-expiry-targets): New function.
1657         (nnimap-request-move-article): Request the article before looking at
1658         what the Message-ID is.  Fix found by Andrew Cohen.
1659         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1660
1661         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1662         for oldness in addition to being a predicate.
1663
1664         * nnimap.el (nnimap-request-group): When we have zero articles, return
1665         the right data to Gnus.
1666         (nnimap-request-expire-articles): Only delete articles immediately if
1667         the target is 'delete.
1668
1669         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1670         method, this would bug out.
1671
1672         * gnus-group.el (gnus-group-expunge-group): Renamed from
1673         gnus-group-nnimap-expunge, and implemented as a normal interface
1674         function.
1675
1676         * gnus-int.el (gnus-request-expunge-group): New function.
1677
1678         * nnimap.el (nnimap-request-create-group): Implement.
1679         (nnimap-request-expunge-group): New function.
1680
1681 2010-09-21  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1684         (gnus-html-cache-expired): Add new function.
1685         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1686         wethever we should display image for fetch it.
1687         Compute alt-text earlier to pass it to the fetching function too.
1688         (gnus-html-schedule-image-fetching): Change function argument to only
1689         get one image at a time, not a list.
1690         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1691         cache.
1692         (gnus-html-get-image-data): New function to retrieve image data from
1693         cache.
1694         (gnus-html-put-image): Change buffer argument to use image data rather
1695         than file, and place image above region rather than inserting a new
1696         one. Do not take alt-text as argument, since it's useless now: we place
1697         the image above alt-text.
1698         (gnus-html-prune-cache): Remove.
1699         (gnus-html-show-images): Start to fetch image when we find one, do not
1700         push into a temporary list.
1701         (gnus-html-prefetch-images): Only fetch image if they have expired.
1702         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1703         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1704
1705 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1708
1709 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1712         spec inser "*" if the group isn't active instead of 0.
1713
1714         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1715         opening the server.
1716         (nnimap-request-delete-group): Implement group deletion.
1717         (nnimap-transform-headers): Return the size of the entire message in
1718         the Bytes header, not just the size of the first part.
1719         (nnimap-request-move-article): When moving an article from nnimap,
1720         request the article first so the accepting form has an article to
1721         accept.  Reported by Dan Christensen.
1722         (nnimap-command): Make sure that the error message doesn't error out.
1723
1724 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1725
1726         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1727         we haven't requested anything.
1728
1729 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1732         "".  Fix found by Andrew Cohen.
1733
1734         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1735         instead of -encode-string.
1736
1737 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1740
1741         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1742         by mm-subst-char-in-string.
1743
1744 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1747         waiting for the connection string.
1748
1749         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1750         arriving.
1751
1752         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1753         bogus characters.  This allows selecting certain Gmail groups.
1754
1755         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1756         (nnimap-fetch-partial-articles): New variable.
1757         (nnimap-open-connection): When looking for credentials, also use the
1758         nnimap-server-port.
1759         (nnimap-request-article): Return the group/article number, so that Gnus
1760         `^' works as expected.
1761         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1762         them.
1763
1764         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1765         comments.
1766         (gnus-methods-sloppily-equal): New function.
1767         (gnus): When using the development version of Gnus, load the gnus-load
1768         file.
1769
1770         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1771         `gnus-open-server' on each method before trying to scan them etc.  This
1772         ensures that all the backend parameters are set correctly.
1773
1774         * nnimap.el (nnimap-authenticator): New variable.
1775         (nnimap-open-connection): Allow anonymous login.
1776         (nnimap-transform-headers): The chars header is called Chars not
1777         Bytes.
1778         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1779         drops.
1780
1781         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1782         patch, found by Knut Anders Hatlen.
1783
1784 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1785
1786         * gnus-agent.el (gnus-agent-batch-confirmation)
1787         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1788         to gnus-message.
1789         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1790         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1791         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1792         * gnus-int.el (gnus-open-server): Likewise.
1793         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1794         (gnus-score-check-syntax): Likewise.
1795         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1796         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1797         Likewise.
1798         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1799
1800 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1803         calling conventions so that prefetch doesn't bug out.
1804
1805 2010-09-19  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1808         rather than `subst-char-in-region' in order to be able to replace ASCII
1809         char by UTF-8 ones.
1810
1811         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1812         than curl.
1813         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1814         the right URL and ALT text on images.
1815         (gnus-html-wash-tags): Fix tag case.
1816         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1817         (gnus-article-html): Add -o display_ins_del=2 option.
1818         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1819
1820 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1823         the extra mail headers, which sometimes seem to happen for unknown
1824         reasons.
1825
1826         * mail-parse.el (mail-header-encode-parameter): Define as
1827         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1828         (or most, perhaps?) mail readers don't understand the latter, but do
1829         understand the former.
1830
1831         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1832         to nil, so that no methods are automatically agentized.  I think this
1833         is probably what most users want.
1834
1835         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1836         from url-retrieve, for instance about invalid URLs.
1837
1838         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1839         groups that have no articles.
1840         (nnimap-request-article): Check that we really got an article when we
1841         requested one.
1842
1843         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1844         doesn't exist.
1845
1846         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1847         nntp buffer so the agent can save it.
1848         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1849         that CRLF doesn't get translated to \n.
1850         (nnimap-open-connection): Don't make 'shell commands only send \n.
1851
1852 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1853
1854         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1855         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1856         Update var name.
1857         (nnml-generate-nov-file): Use dolist.
1858         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1859         Use with-current-buffer.
1860
1861 2010-09-18  Julien Danjou  <julien@danjou.info>
1862
1863         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1864         parallel.
1865
1866 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1869         the range update right.
1870         (nnimap-request-group): Don't make `M-g' bug out on group with no
1871         marks.
1872         (nnoo): Required, so that other packages can require nnimap.
1873         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1874         command we're looking for.  This helps when the server sends more
1875         responses after we've gotten everything we expected.
1876         (nnimap): Add a `newlinep' field to keep track of end-of-line
1877         conventions.
1878         Don't send CRLF to things that don't want it.
1879         (nnimap-request-accept-article): Ditto.
1880
1881 2010-09-18  Julien Danjou  <julien@danjou.info>
1882
1883         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1884         than curl to retrieve images.
1885
1886 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1889         the marks.
1890         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1891         (nnimap-wait-for-connection): New function.
1892         (nnimap-open-connection): If we have PREAUTH, don't query for login
1893         credentials.
1894         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1895         when doing a partial update.
1896
1897 2010-09-18  Julien Danjou  <julien@danjou.info>
1898
1899         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1900         tags.
1901
1902 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnimap-credentials): New function.
1905         (nnimap-open-connection): Use the new function to look for credentials
1906         also on the numeric equivalents of "imap" and "imaps".
1907
1908         * gnus-start.el (gnus-activate-group): Send the info to
1909         gnus-request-group.
1910
1911         * nnimap.el (nnimap-request-group): Have the "check" version of the
1912         function parse flags and update the info, so that a `M-g' get a total
1913         resync of all flags from the group.
1914
1915         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1916         to allow backends to alter the info on group selection.  Also alter all
1917         the backend -request-group functions to take the parameter.
1918
1919         * nnimap.el (nnimap-store-info): New function.
1920         (nnimap-update-info): Store the info for later usage.
1921         (nnimap-request-group): Use the stored info for the dont-check case, so
1922         that we don't retrieve all marks when we enter a group.
1923
1924         * nnimap.el: Use deffoo instead of defun for interface functions.
1925
1926         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1927         update the group info.  This makes the nndraft groups, for instance, go
1928         back to their old behaviour.
1929
1930         * gnus-sum.el (gnus-select-newsgroup): Indent.
1931
1932         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1933         in.
1934         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1935         nothing.
1936
1937         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1938         from methods that are denied.
1939
1940         * gnus-int.el (gnus-method-denied-p): New function.
1941
1942         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1943         store the password instead of netrc.
1944         (nnimap-open-connection): Don't error out when we can't make a
1945         connections.
1946
1947         * auth-source.el (auth-source-create): In the password prompt, say what
1948         we're querying for.  Also prompt for user name if that hasn't been
1949         given.
1950
1951         * nnimap.el (nnimap-with-process-buffer): Removed.
1952
1953 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1956         method when we're reading from the agent.
1957
1958         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1959
1960         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1961         that's probably most useful for users.
1962
1963         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1964         "failed" all the time.
1965
1966         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1967         ...)) with (with-current-buffer ... ).
1968
1969         * nntp.el (nntp-open-server): Return whether the open was successful or
1970         not.
1971
1972         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1973         select an unread unseen article first.
1974
1975         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1976         /etc/services, supply some sensible port defaults.
1977
1978         * dgnushack.el: Define netrc-credentials.
1979
1980 2010-09-17  Julien Danjou  <julien@danjou.info>
1981
1982         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1983
1984 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1985
1986         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1987         doesn't have any parameters.
1988
1989 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1992         only upcased checks.
1993
1994         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1995
1996         * nnimap.el (nnimap-open-shell-stream): New function.
1997         (nnimap-open-connection): Use it.
1998         (nnimap-transform-headers): Get the number of lines in each message.
1999         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2000         number of lines.
2001         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2002         problem.
2003
2004         * utf7.el (utf7-encode): Autoload.
2005
2006         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2007         to allow the mail splitting to not return a default group.  This is
2008         useful for nnimap, which will leave unmatched mail in the inbox.
2009
2010         * nnimap.el: Rewritten.
2011
2012         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2013         nnimap usage.
2014
2015         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2016         if the move is internal, so that nnimap can do fast internal moves.
2017
2018         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2019         data.
2020         (gnus-read-active-for-groups): Support finishing the early retrieval of
2021         data.
2022
2023         * gnus-range.el (gnus-range-nconcat): New function.
2024
2025         * gnus-int.el (gnus-finish-retrieve-group-infos)
2026         (gnus-retrieve-group-data-early): New functions.
2027
2028 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2029
2030         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2031         (nnrss-retrieve-groups):
2032         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2033         (pop3-quit): Use with-current-buffer.
2034
2035 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2038         instead of nnheader-accept-process-output.
2039
2040         * dgnushack.el (dgnushack-compile): Add comment.
2041
2042         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2043
2044         * gnus-html.el (gnus-html-schedule-image-fetching)
2045         (gnus-html-prefetch-images): Replace process-kill-without-query by
2046         gnus-set-process-query-on-exit-flag.
2047
2048 2010-09-16  Romain Francoise  <romain@orebokech.com>
2049
2050         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2051
2052 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2055         parameter to unintern is mandatory-ish in Emacs 24.
2056
2057         * gnus-html.el (gnus-html-schedule-image-fetching)
2058         (gnus-html-prefetch-images): Check for curl before using it.
2059
2060         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2061         depend on curl, which isn't essential.
2062
2063         * imap.el: Revert back to version
2064         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2065         seem problematic.
2066
2067 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2068
2069         * gnus-registry.el (gnus-registry-install-shortcuts):
2070         Explicitly pass `obarray' to `unintern' to avoid a warning.
2071
2072 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2075         change.
2076
2077         * nnrss.el (nnrss-request-list): Removed this function and related
2078         functions, including the moreover stuff.
2079
2080 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * nnrss.el (nnrss-retrieve-groups): New function.
2083
2084 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2085
2086         * .dir-locals.el: Add no-byte-compile cookie.
2087
2088 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * time-date.el (format-seconds): Comment fix.
2091
2092         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2093         for back end that doesn't support request-scan.
2094
2095 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2098         then do request scans from the backends.
2099
2100         * netrc.el (netrc-credentials): New conveniency function.
2101
2102         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2103         avoid running a hook per line, since this takes a lot of time,
2104         profiling shows.
2105         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2106         directly if gnus-visual-p is true.
2107
2108 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2111         groups; replace mapcar with dolist which is a bit faster; pass groups
2112         info to gnus-read-active-file-1.
2113         (gnus-read-active-file-1): Scan only specified groups if the new
2114         optional arg `infos' is given.
2115
2116 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2119
2120         * pop3.el (pop3-movemail): Removed.
2121         (pop3-streaming-movemail): Renamed to pop3-movemail.
2122
2123         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2124         don't restrict end-tag searches to the end of the line.
2125
2126 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2129         articles of every unchecked group to t, which means unknown since the
2130         server has never been opened.
2131
2132 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-html.el (gnus-html-show-alt-text): New command.
2135         (gnus-html-browse-image): Ditto.
2136         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2137         to browse the image directly.
2138         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2139         better.
2140
2141         * gnus-async.el (gnus-async-article-callback): Call
2142         `gnus-html-prefetch-images' unconditionally.
2143
2144         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2145         before feeding URLs to curl.
2146
2147 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2150         internal images as deletable by `W D D'.
2151
2152         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2153         (gnus-async-article-callback): Fix typo.
2154
2155 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2158         current line to work around bugs in the output from w3m.
2159
2160         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2161         for groups that want that.
2162
2163         * nntp.el (nntp-wait-for-string): Supply a timeout for
2164         accept-process-output to ensure progress.
2165
2166         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2167         level to get unread articles from, then use that for foreign groups,
2168         too.
2169
2170         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2171         confuses the rest of the function.
2172
2173         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2174         for the methods that support -retrieve-groups, too.
2175
2176         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2177
2178 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2181         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2182
2183         * pop3.el: Require cl when compiling.
2184         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2185
2186 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2189         that aren't going to be activated.
2190         (gnus-get-unread-articles): Fix up the last commit.
2191
2192         * gnus-html.el (gnus-article-html): Allow calling without specifying
2193         the handle.  In that case, dissect the buffer first.
2194
2195         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2196
2197         * nnimap.el (nnimap-open-connection): Revert the change that would look
2198         into authinfo for imaps instead of imap.
2199
2200         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2201         say that you don't want to call gnus-request-group with don-check, but
2202         do check the reponse.  This is for virtual groups only.
2203         (gnus-get-unread-articles): Count the archive groups as secondary, so
2204         that they're activated the same way as before.
2205
2206         * imap.el (imap-message-map): Removed optional buffer parameter, since
2207         no callers use it.
2208         (imap-message-get): Ditto.
2209         (imap-message-put): Ditto.
2210         (imap-mailbox-map): Ditto.
2211         (imap-mailbox-put): Ditto.
2212         (imap-mailbox-get): Ditto.
2213         (imap-mailbox-get): Revert last change for this function.
2214
2215         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2216         case-insensitively.
2217         (nnimap-debug): Removed.
2218
2219         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2220         to use `imap-fetch' instead.  According to the comments, this should be
2221         safe, since all other IMAP clients use the 1:* syntax.
2222         (imap-enable-exchange-bug-workaround): Removed.
2223         (imap-debug): Removed -- doesn't seem very useful.
2224
2225         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2226         mail from a file, and the file doesn't exist.
2227
2228         * imap.el (imap-log): New convenience function used throughout instead
2229         of repeating the same code all over the place.
2230
2231         * pop3.el (pop3-streaming-movemail): Return t for success.
2232
2233         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2234         .authinfo if we're using ssl connection.
2235
2236         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2237         already have if we're in a main Gnus `g' run.
2238
2239         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2240
2241 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2244
2245         * nnmh.el (nnmh-request-list-1): Bind `file'.
2246
2247         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2248         alias to set-process-query-on-exit-flag or process-kill-without-query.
2249         (pop3-open-server): Use it.
2250
2251 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2254         box to the Incoming file.  Fixes mistake in previous checkin.
2255
2256         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2257         request loop (for debugging purposes) removed.
2258
2259         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2260         culprit is more visible.
2261         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2262         (nnml-add-incremental-nov): New functions to do "incremental" nov
2263         updates, where we just append to the end of the existing nov files
2264         without reading/writing them in full.
2265
2266         * mail-source.el (mail-source-delete-crash-box): Really only check the
2267         incoming files once in a while.
2268
2269         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2270
2271         * mail-source.el (mail-source-delete-crash-box): Only check the
2272         incoming files for deletion once per day to save a lot of file
2273         accesses.
2274
2275         * pop3.el (pop3-logon): Fix up unbound variable typo.
2276
2277         * mail-source.el (pop3-streaming-movemail): Autoload.
2278
2279         * pop3.el (pop3-streaming-movemail): Respect
2280         pop3-leave-mail-on-server.
2281
2282         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2283         retrieval.
2284
2285         * pop3.el (pop3-process-filter): Removed unused function.
2286         (pop3-streaming-movemail, pop3-send-streaming-command)
2287         (pop3-wait-for-messages, pop3-write-to-file)
2288         (pop3-number-of-responses): New functions for streaming pop3
2289         retrieval.
2290
2291         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2292         come from no known methods.
2293         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2294         list.
2295
2296         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2297         message sizes.
2298         (pop3-movemail): Use erase-buffer instead of looping and deleting
2299         regions, which seems rather odd.
2300
2301         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2302         file once per `g' run.
2303
2304         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2305         directories.  This makes the draft queue directory work.
2306
2307         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2308         data from the backends, so that we only request the list of groups from
2309         each method once.  This should speed things up considerably.
2310
2311         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2312         detect that it's not implemented.
2313
2314         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2315         we actually do recurse down into the tree, but don't stat all leaf
2316         nodes.
2317
2318         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2319         then say so instead of bugging out.
2320
2321         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2322         files exist before trying to read them.
2323
2324         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2325         around <pre_int>.
2326
2327         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2328
2329         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2330
2331 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * mm-util.el (mm-image-load-path): Just return the image directories,
2334         not all directories in the path in addition to the image directories.
2335         (mm-image-load-path): Maintain a cache of the image directories so that
2336         the `g' command in Gnus doesn't have to stat dozens of directories each
2337         time.
2338
2339         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2340         (gnus-html-wash-tags): Add a new `i' command to insert images.
2341         (gnus-html-insert-image): New command and keystroke.
2342         (gnus-html-redisplay-with-images): New command and keystroke.
2343         (gnus-html-show-images): Renamed command.
2344         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2345         spacers.
2346         (gnus-html-wash-tags): Decode entities at the end, so that entities
2347         inside the tags don't mess up the rest of the "parsing".
2348
2349         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2350         so that nnimap methods aren't agentized by default.  There's apparently
2351         many problems related to agent/imap behaviour.
2352
2353         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2354
2355         * gnus-html.el: Doc fix.
2356
2357 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2360         specifier-spec-list for Emacs 21.
2361
2362         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2363         glyph-width and glyph-height instead of display-graphic-p and
2364         image-size; make avoidance of displaying small images work for XEmacs.
2365
2366         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2367         for XEmacs.
2368
2369         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2370         of symbol that holds plist data.
2371         (gnus-process-plist): Remove plist of process after getting it.
2372
2373 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * message.el (message-generate-hashcash): Change default to
2376         'opportunistic if hashcash is installed.
2377
2378         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2379         (gnus-html-put-image): Only call image-size once, since it's somewhat
2380         time-consuming on remote X servers.
2381
2382 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2385         type on data, not a file name.
2386
2387         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2388         window-pixel-edges for Emacs 21.
2389
2390         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2391         decoded contents.
2392         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2393
2394 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2397         group line format, since it isn't very interesting.
2398
2399         * gnus-agent.el (gnus-agent-short-article),
2400         (gnus-agent-long-article): Increase values for these two variables,
2401         since most people are likely to have more network connection and
2402         storage than before.
2403
2404         * gnus.el (gnus-refer-article-method): Change default to 'current.
2405         When referring an article, the common behaviour is to refer it from the
2406         current select method, not the native select method.  The chances of
2407         the native select method having the message in question is rather slim
2408         these days.
2409
2410         * gnus-sum.el (gnus-auto-select-subject): Change default to
2411         `unseen-or-unread'.  I think it's likely that most people want to
2412         select an unseen article over a previously seen, but unread one.
2413
2414         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2415         means that in the article buffer none of the minor mode elements will
2416         be shown, usually, and this is not desirable in most cases.
2417
2418         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2419         that commands like `d' (and the like) go to the next line in the
2420         buffer, instead of the next unread article.  I think this is the
2421         behaviour that is most natural for most users.
2422         (gnus-single-article-buffer): Change default to nil, so that people can
2423         have as many article buffers open as they have summary buffer.  I think
2424         this is the most natural way for the groups to behave.
2425
2426         * message.el (message-generate-new-buffers): Change default to
2427         `unsent', so that all new message buffers start their names with the
2428         string "*unsent", and it's easier to find the buffers if you move from
2429         them.
2430
2431 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2434         small.  They're probably tracking images.
2435         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2436         (gnus-html-rescale-image): Yet another try at getting the image sizing
2437         right.
2438
2439         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2440         nntp-marks-file-name is nil.
2441
2442 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * gnus-html.el (gnus-html-wash-tags)
2445         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2446         Better logging.
2447
2448 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2451
2452         * gnus-html.el (gnus-html-wash-tags): Check the value of
2453         gnus-blocked-images in the summary buffer.
2454
2455 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2458
2459 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2462         like "a", it seems like.
2463         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2464         since it needs to be picked from the correct buffer.
2465
2466         * nnwfm.el: Removed.
2467
2468         * nnlistserv.el: Removed.
2469
2470 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2471
2472         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2473         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2474
2475 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnkiboze.el: Removed.
2478
2479         * nndb.el: Removed.
2480
2481         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2482         alt text.
2483         (gnus-html-rescale-image): Try to get the rescaling logic right for
2484         images that are just wide and not tall.
2485
2486         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2487         overshadow variable bindings.
2488
2489 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * gnus-html.el (gnus-html-wash-tags)
2492         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2493         extra logging.
2494
2495 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2498         (gnus-max-image-proportion): New variable.
2499         (gnus-html-rescale-image): New function.
2500         (gnus-html-put-image): Rescale images.
2501
2502 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2503
2504         Fix up some byte-compiler warnings.
2505         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2506         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2507         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2508         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2509         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2510         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2511         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2512
2513 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-html.el (gnus-article-html): Decode contents by charset.
2516
2517 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2520         (gnus-html-frame-width, gnus-blocked-images)
2521         * message.el (message-prune-recipient-rules): Add custom version.
2522         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2523
2524         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2525         functions.
2526
2527         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2528         gnus-process-get.
2529
2530 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2531
2532         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2533         instead of lsub directly.
2534
2535 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnwarchive.el: Removed.
2538
2539         * gnus-soup.el: Removed.
2540
2541         * nnsoup.el: Removed.
2542
2543         * nnultimate.el: Removed.
2544
2545         * gnus-html.el (gnus-blocked-images): New variable.
2546
2547         * message.el (message-prune-recipients): New function.
2548         (message-prune-recipient-rules): New variable.
2549
2550         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2551         guess whether a long line is natural text or not.
2552
2553         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2554         gnus-process-plist and friends for compatibility.
2555
2556 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2557
2558         * gnus-html.el: Require packages that define macros used in this file.
2559         (gnus-article-mouse-face): Declare to silence byte-compiler.
2560         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2561         process-get.
2562         (gnus-html-put-image): Use plist-get to avoid getf.
2563         (gnus-html-prefetch-images): Use with-current-buffer.
2564
2565 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-ems.el: Provide compatibility functions for
2568         gnus-set-process-plist.
2569
2570         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2571         header-line-format for XEmacs 21.4.
2572
2573         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2574         * gnus.el (gnus-valid-select-methods)
2575         * message.el (message-send-mail-partially-limit)
2576         * mm-decode.el (mm-text-html-renderer)
2577         * mml.el (mml-insert-mime-headers-always)
2578         * smiley.el (smiley-regexp-alist): Bump custom version.
2579
2580 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-html.el: require mm-url.
2583         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2584         with the url to `url'.
2585         (gnus-html-wash-tags): Support cid: URLs/images.
2586
2587 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2590         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2591         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2592
2593         * gnus-move.el: Removed file, since it doesn't really work.
2594
2595         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2596         UTF-8.  This seems to fix problems with some German web feeds.
2597
2598         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2599         at the top so that the proper colours are applied.
2600
2601         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2602         don't have dots in their names.
2603
2604         * gnus-art.el (gnus-article-view-part): Doc fix.
2605
2606         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2607         XEmacs-compatible.
2608         (gnus-html-put-image): Don't do images on non-graphic displays.
2609
2610         * nnslashdot.el: Removed this unused backend.
2611
2612         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2613         actions.
2614         (gnus-undo-register-1): Revert last change.
2615
2616         * gnus-group.el (gnus-group-completing-read): Protect against not
2617         having completion-styles bound.
2618
2619         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2620         make broken recipients happier.
2621
2622         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2623
2624         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2625         point parameter.
2626
2627         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2628
2629         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2630         completion-styles for group selection.
2631
2632 2009-02-04  Andreas Schwab  <schwab@suse.de>
2633
2634         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2635         headers and regexp-quote the match if necessary.
2636
2637 2009-03-24  Miles Bader  <miles@gnu.org>
2638
2639         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2640         the blinking smiley.
2641
2642 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2643
2644         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2645         blink smiley.
2646
2647 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2650         where the dribbel file lives exists.
2651
2652         * message.el (message-send-mail-partially-limit): Change the default to
2653         nil, since most people don't want this.
2654
2655         * mm-url.el (mm-url-decode-entities): Also decode entities like
2656         &#x3212.
2657
2658 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2659
2660         * gnus-sum.el (gnus-summary-idna-message):
2661         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2662         Hyperlink urls in docstrings with URL `...'.
2663
2664 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2665
2666         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2667         functions.
2668
2669 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2672         say what the mouseover text should be.
2673
2674         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2675         version of the mm-w3m-safe-url-regexp variable to only download images
2676         in the groups where we want that to happen.
2677
2678         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2679
2680         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2681         easier debugging.
2682         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2683         big pictures in the article buffer.
2684
2685         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2686         gnus-article-html.
2687         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2688         w3m.
2689
2690         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2691
2692 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2695         which doesn't exist.
2696
2697         * message.el (message-inhibit-ecomplete): New variable to allow some
2698         function to inhibit ecomplete address storage.
2699         (message-resend): Disable ecomplete message storage when resending
2700         messages.
2701
2702         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2703
2704 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2707         Save excursion while copying, moving, and deleting articles in order to
2708         prevent the cursor from jumping to unforeseen place.
2709
2710 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * lpath.el: No need to bind bookmark-current-buffer,
2713         bookmark-yank-point and bookmark-make-record-function.
2714
2715 2010-08-17  Glenn Morris  <rgm@gnu.org>
2716
2717         * gnus-sync.el: Require gnus components whose functions are used.
2718
2719         * gnus-art.el (bookmark-make-record-function):
2720         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2721         Declare for compiler.
2722
2723         * mm-url.el (mml-compute-boundary): Autoload.
2724
2725 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2728
2729 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         Typo fix "hoo4a" -> "hook".
2732
2733         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2734
2735 2010-08-14  Glenn Morris  <rgm@gnu.org>
2736
2737         * gnus-sync.el (gnus-sync): Fix defgroup version.
2738
2739 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2740
2741         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2742
2743         * gnus-sync.el: Fix docs.
2744         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2745         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2746
2747 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         Optimizations for gnus-sync.el.
2750
2751         * gnus-sync.el: Add docs about gnus-sync-backend
2752         possibilities.
2753         (gnus-sync-save): Remove unnecessary message.
2754         (gnus-sync-read): Optimize and show what groups were skipped.
2755
2756 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         Minor bug fixes for gnus-sync.el.
2759
2760         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2761         read the sync on get-new-news.
2762
2763         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2764         quiet.
2765
2766         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2767
2768 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2769
2770         Make saving and restoring of hidden threads work with overlays.
2771         Patch applied by Ted Zlatanov.
2772
2773         * gnus-sum.el (gnus-hidden-threads-configuration)
2774         (gnus-restore-hidden-threads-configuration): Update to deal with text
2775         properties, rather than searching for a magic character.
2776
2777 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         New gnus-sync.el library for synchronization of marks.
2780
2781         * gnus-sync.el: New library for synchronization of marks.
2782
2783         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2784         renamed from `gnus-registry-grep-in-list'.
2785
2786         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2787
2788         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2789
2790 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2793         determining charset of text fails.
2794
2795 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * nnmail.el (nnmail-get-new-mail-1): Revert.
2798
2799         * nnml.el (nnml-active-number): Make sure names of newly created groups
2800         in nnml-group-alist are encoded.
2801
2802 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2805         containing non-ASCII characters in active file for nnml back end.
2806
2807 2010-07-24  David Engster  <dengste@eml.cc>
2808
2809         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2810         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2811
2812 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2813
2814         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2815         tag (Bug#6654).
2816
2817 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2820         the article buffer, not the summary buffer.
2821
2822 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2825         Emacs 23 as well.
2826
2827 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2830         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2831
2832 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2833
2834         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2835         Patch applied by Karl Fogel.
2836
2837         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2838         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2839
2840 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2841
2842         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2843         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2844         C-w still not working correctly from Article buffers; Thierry's
2845         patch to fix that will be applied after this.
2846
2847         * gnus-art.el (bookmark-make-record-function): New local variable.
2848
2849         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2850         article buffer.
2851         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2852
2853 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2854
2855         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2856         on changes in bookmark.el.
2857
2858 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2861         `no-log' instead of message not to log prompt string.
2862
2863 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2864
2865         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2866         the *other* type of HTML form submission.
2867
2868 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2869
2870         * auth-source.el (auth-source-pick): If choice does not contain a
2871         questioned keyword, set the check to t.
2872
2873 2010-06-12  Romain Francoise  <romain@orebokech.com>
2874
2875         * gnus-util.el (gnus-date-get-time): Move up before first use.
2876
2877 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2880         (gnus-article-edit-part): Bind it to make last part that is substituted
2881         or deleted visible.
2882         (gnus-mime-display-single): Buttonize part of which id equals to
2883         gnus-mime-buttonized-part-id.
2884
2885 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2886
2887         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2888         (gnus-dd-mmm): Use gnus-date-get-time.
2889         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2890         simplify logic.
2891         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2892         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2893
2894 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2895
2896         * auth-source.el (top): Autoload `secrets-list-collections',
2897         `secrets-create-item', `secrets-delete-item'.
2898         (auth-sources): Fix tag string.
2899         (auth-get-source, auth-source-retrieve, auth-source-create)
2900         (auth-source-delete): New defuns.
2901         (auth-source-pick): Rewrite in order to avoid 2 passes.
2902         (auth-source-forget-user-or-password): New parameter USERNAME.
2903         (auth-source-user-or-password): New parameters CREATE-MISSING and
2904         DELETE-EXISTING.  Retrieve password interactively, if needed.
2905
2906 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2907
2908         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2909         deleting unused directories when gnus-expert-user is t.
2910
2911 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2914         for each temp file when gnus-article-browse-delete-temp is ask.
2915
2916 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2917
2918         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2919         Lisp calls to delete-backward-char by calls to delete-char.
2920
2921 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2922
2923         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2924
2925 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2926
2927         * password-cache.el (password-cache-remove): Fix docstring.
2928
2929 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2932         article unless decoding article to be saved.
2933
2934 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2937         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2938         generated within the mm-with-unibyte-current-buffer macro.
2939
2940 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2943         to nil when we're in a mml-preview buffer and no group is selected.
2944
2945 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2946
2947         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2948         when catching the `C-g'.  Reported by "Leo".
2949
2950 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * message.el (message-forward-make-body-plain)
2953         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2954         multibyte-string-p.
2955
2956         * lpath.el: Revert.
2957
2958 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * message.el (message-forward-make-body-mml): Assume original message
2961         is multibyte string; error on unibyte.
2962         (message-forward-make-body-plain): Ditto; don't add excessive newline
2963         in body end.
2964
2965         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2966
2967 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2968
2969         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2970         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2971
2972 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * mm-extern.el (mm-extern-url): Don't use
2975         mm-with-unibyte-current-buffer.
2976         (mm-extern-cache-contents): Use with-current-buffer instead of
2977         save-excursion + set-buffer.
2978
2979 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * mm-util.el (mm-emacs-mule): Remove.
2982
2983 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2984
2985         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2986         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2987         change.
2988
2989 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2992         bind the default value of enable-multibyte-characters to nil.
2993
2994 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * message.el (message-forward-make-body-plain)
2997         (message-forward-make-body-mml):
2998         Don't use mm-with-unibyte-current-buffer.
2999
3000 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3001
3002         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3003
3004 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3005
3006         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3007         (Bug#5592).
3008
3009 2010-05-07  Julien Danjou  <julien@danjou.info>
3010
3011         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3012         it to mm-pipe-part.
3013
3014         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3015         it is given.
3016
3017 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * binhex.el (binhex-decode-region-internal)
3020         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3021         (dns-query)
3022         * nnweb.el (nnweb-gmane-search)
3023         * pgg-parse.el (pgg-parse-armor)
3024         * pgg.el (pgg-verify-region)
3025         * sha1.el (sha1-string-external)
3026         * uudecode.el (uudecode-decode-region-internal)
3027         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3028         XEmacs.
3029
3030         * gnus-art.el (gnus-article-browse-html-parts)
3031         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3032         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3033         make-temp-file.
3034
3035         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3036         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3037         compiling.
3038
3039         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3040         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3041         XEmacs when compiling.
3042
3043         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3044         gnus-pick-mode-off-hook for XEmacs when compiling.
3045         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3046         gnus-binary-mode-off-hook for XEmacs when compiling.
3047
3048         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3049         nil if char-charset is not available.
3050
3051         * imap.el (imap-disable-multibyte)
3052         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3053         macros.
3054
3055         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3056         instead of encode-coding-string.
3057
3058         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3059         'xemacs) instead of mm-emacs-mule to switch function definitions.
3060         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3061
3062         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3063         bind temporary-file-directory for XEmacs;
3064         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3065         timer-set-function for XEmacs 21.4 and SXEmacs;
3066         bind timer-list for XEmacs 21.4 and SXEmacs;
3067         fbind char-charset and find-charset-region for non-Mule XEmacs;
3068         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3069         encode-coding-region and encode-coding-string for XEmacs having no
3070         file-coding feature.
3071
3072 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3073
3074         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3075
3076 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3079         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3080
3081 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3082
3083         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3084         alias `jka-compr-delete-temp-file' no longer exists.
3085
3086 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         Use define-minor-mode in Gnus where applicable.
3089         * mml.el (mml-mode): Use define-minor-mode.
3090         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3091         (gnus-undo-mode): Use define-minor-mode.
3092         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3093         (gnus-dead-summary-mode): Use define-minor-mode.
3094         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3095         Initialize in declaration.
3096         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3097         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3098         (gnus-mailing-list-mode): Use define-minor-mode.
3099         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3100         (gnus-draft-mode): Use define-minor-mode.
3101         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3102         (gnus-dired-mode): Use define-minor-mode.
3103
3104 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3105
3106         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3107         handles on recursive mml-to-mime translation and check them for
3108         boundary delimiter collisions.  Reported by Greg Troxel.
3109
3110 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3113
3114 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3115
3116         * mm-util.el (mm-find-buffer-file-coding-system):
3117         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3118
3119 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3120
3121         * message.el (message-generate-headers): Record insertion of optional
3122         headers as well.  Otherwise the check to prevent repeated insertion of
3123         optional headers is a no-op.
3124
3125 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * smime.el: Don't mention CVS.
3128
3129         * nnrss.el (nnrss-fetch): Don't mention CVS.
3130
3131         * nnir.el: Don't mention CVS.
3132
3133 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3134
3135         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3136
3137 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * lpath.el: Fbind bookmark-default-handler,
3140         bookmark-get-bookmark-record, bookmark-make-record-default,
3141         bookmark-prop-get for Emacs <23 and XEmacs.
3142
3143 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3144
3145         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3146         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3147         Use with-current-buffer to silence the byte-compiler.
3148         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3149         bother to require `gnus'.
3150         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3151
3152 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3153
3154         * gnus-sum.el (gnus-summary-bookmark-make-record)
3155         (gnus-summary-bookmark-jump): New functions.
3156         (gnus-summary-mode): Setup bookmark support.
3157
3158 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3159
3160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3161         if set.
3162
3163 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3166         gnus-article-browse-html-save-cid-image; make it work recursively for
3167         forwarded messages as well.
3168         (gnus-article-browse-html-parts): Work when prefix arg is given.
3169         (gnus-article-browse-html-article): Doc fix.
3170
3171 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3172
3173         * message.el (message-default-mail-headers):
3174         (message-default-headers): Carry the value mail-default-headers over
3175         into message-default-mail-headers, rather than message-default-headers.
3176
3177 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3178
3179         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3180         charset.
3181
3182         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3183         charset into the <meta> tag when the article is encoded to utf-8.
3184
3185 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3188         directories as well.
3189         (gnus-article-browse-html-parts): Work for images that do not specify
3190         file names; delete temp directory when quitting; insert header at the
3191         right place; use file: scheme for image files.
3192
3193 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3194
3195         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3196         (gnus-article-browse-html-parts): Use it to make temporary cid image
3197         files in addition to html file so that browser may display them.
3198
3199 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3202
3203 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3206
3207 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3210         about Secret Service API sources.  Improve Customize options.
3211         (auth-source-pick): Change to accept any number of search parameters.
3212         Implement fallbacks iteratively, not recursively.  Add scoring on the
3213         second pass and sort by score.  Call Secret Service API when needed.
3214         (auth-source-user-or-password): Use it.  Call Secret Service API
3215         directly when needed to get the user name and the password.
3216
3217 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3218
3219         * message.el (message-interactive): Doc fix.
3220         (message-qmail-inject-args): Reflow.
3221         (message-kill-to-signature): Fix typo in docstring.
3222
3223         * smiley.el (smiley-buffer): Fix typo in docstring.
3224
3225 2010-03-24  Glenn Morris  <rgm@gnu.org>
3226
3227         * mail-source.el (gnus-message): Declare.
3228         (mail-source-delete-old-incoming): Require gnus-util.
3229
3230 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3233
3234         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3235
3236         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3237         password-cache's default if it is not bound.
3238         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3239         password-cache-expiry's default if it is not bound.
3240
3241         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3242         available in Emacs 21.
3243
3244         * lpath.el: Suppress compiler warnings for:
3245         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3246         XEmacs;
3247         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3248         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3249         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3250
3251 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * auth-source.el (auth-sources): Fix up definition so extra parameters
3254         are always inline.
3255
3256 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3257
3258         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3259         wasn't updated after mismatch.  Clear cached mailbox info correctly
3260         when uidvalidity changes.
3261         (nnimap-group-prefixed-name): New function to avoid some code
3262         duplication.
3263         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3264         (nnimap-request-group): Use it.
3265         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3266         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3267         with many imap folders.  This is done by caching the group status from
3268         the imap server persistently in a group parameter `imap-status'.  (This
3269         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3270         but not persistently, so every Gnus startup was still very slow.)
3271
3272 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3275         delete the extra newline.  Otherwise editing of :string and :number
3276         types don't work.
3277
3278 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3281         secrets.el dependency.
3282         (auth-sources): Add optional user name.  Add secrets.el configuration
3283         choice (unused right now).
3284
3285 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3288         `gnus-registry-install-shortcuts' fill in the functions.
3289
3290         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3291         warnings.
3292         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3293         (gnus-registry-install-shortcuts): Populate and use it in a
3294         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3295
3296 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3297
3298         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3299         In-place substitutions for the group name encoding/decoding.
3300         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3301         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3302         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3303         (nnimap-update-unseen, nnimap-request-list)
3304         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3305         (nnimap-request-set-mark, nnimap-split-to-groups)
3306         (nnimap-split-articles, nnimap-request-newgroups)
3307         (nnimap-request-create-group, nnimap-request-accept-article)
3308         (nnimap-request-delete-group, nnimap-request-rename-group)
3309         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3310         `encoded-mbx' for consistency.
3311         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3312         variable `imap-current-mailbox'.
3313
3314         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3315         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3316
3317 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3318
3319         * pop3.el (pop3-display-message-size-flag): Display message size byte
3320         counts during POP3 download.
3321         (pop3-movemail): Use it.
3322         (pop3-list): Implement listing of available messages.
3323
3324 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3325
3326         * nnir.el (nnir-get-article-nov-override-function): New function to
3327         override the normal NOV retrieval.
3328         (nnir-retrieve-headers): Use it.
3329
3330 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3331
3332         * auth-source.el (netrc-machine-user-or-password): Autoload.
3333
3334 2010-03-19  Glenn Morris  <rgm@gnu.org>
3335
3336         Stop message.el from loading about 40 libraries it doesn't always need.
3337         The general approach is to autoload rather than require, and to
3338         require in the specific functions rather than the file.  (Bug#5642)
3339
3340         * gmm-utils.el: Don't require wid-edit.
3341         (widget-create-child-value, widget-convert, widget-default-get):
3342         Autoload.
3343
3344         * gnus-util.el: Don't require time-date, netrc.
3345         (message-fetch-field, gnus-group-name-decode): Declare rather than
3346         autoloading.
3347         (gnus-fetch-field): Require message.
3348         (gnus-decode-newsgroups): Require gnus-group.
3349
3350         * ietf-drums.el: Don't require time-date.
3351
3352         * message.el: Don't require hashcash, canlock, ecomplete.
3353         Do require mail-utils.  Require nnheader only when compiling.
3354         (smtpmail-default-smtp-server): Remove declaration.
3355         (message-send-mail-function): Check smtpmail-default-smtp-server
3356         is bound rather than requiring smtpmail.
3357         (message-auto-save-directory, message-insert-signature): Use
3358         expand-file-name rather than nnheader-concat.
3359         (nnheader-insert-file-contents): Autoload.
3360         (hashcash-wait-async): Declare.
3361         (message-send-mail): Only call gnus-setup-posting-charset if
3362         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3363         (message-send-mail-with-sendmail): Require sendmail.
3364         (canlock-password, canlock-password-for-verify): Declare.
3365         (message-canlock-password): Require canlock.
3366         (nnheader-get-report): Autoload.
3367         (gnus-setup-posting-charset): Declare.
3368         (message-send-news): Require gnus-msg.
3369         (message-make-references, message-make-in-reply-to): Use mail-header-id
3370         rather than the alias mail-header-message-id.
3371         (ecomplete-add-item, ecomplete-save): Declare.
3372         (message-put-addresses-in-ecomplete): Require ecomplete.
3373         (ecomplete-display-matches): Autoload.
3374
3375         * mm-decode.el: Don't require mailcap, gnus-util.
3376         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3377         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3378         Autoload.
3379         (mailcap-mime-extensions): Declare.
3380
3381         * mm-encode.el: Don't require mailcap.
3382         (mailcap-extension-to-mime): Autoload.
3383
3384         * mml-sec.el: Don't require password-cache.
3385
3386         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3387         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3388         (mml-minibuffer-read-type): Require mailcap.
3389         (mml-preview): Require gnus-msg.
3390
3391         * mml1991.el: Require password-cache.
3392         (password-cache-expiry): Remove declaration.
3393
3394         * mml2015.el: Require password-cache.
3395         (password-cache-expiry): Remove declaration.
3396
3397         * nneething.el (mailcap): Require mailcap.
3398
3399         * nnheader.el (declare-function): Add compatibility stub.
3400         (message-remove-header): Declare rather than autoload.
3401         (nnheader-replace-header): Require message.
3402
3403         * nnimap.el (declare-function): Add compatibility stub.
3404         (netrc-parse, netrc-machine-user-or-password): Declare.
3405         (nnimap-open-connection): Require netrc.
3406
3407         * nntp.el (declare-function): Add compatibility stub.
3408         (netrc-parse, netrc-machine, netrc-get): Declare.
3409         (nntp-send-authinfo): Require netrc.
3410
3411         * rfc2047.el: Don't require qp.
3412         (quoted-printable-encode-region, quoted-printable-decode-string):
3413         Autoload.
3414
3415         * sieve-mode.el: Don't require easymenu.
3416         (easy-menu-add-item): Autoload it.
3417
3418         * spam-stat.el (time-to-number-of-days): Autoload it.
3419
3420 2010-03-19  Glenn Morris  <rgm@gnu.org>
3421
3422         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3423
3424 2010-03-18  Glenn Morris  <rgm@gnu.org>
3425
3426         * hashcash.el (declare-function): Remove duplicate definition.
3427
3428 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3429
3430         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3431         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3432         value if any backslash escapes).
3433
3434 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3437         if it is available.  (bug#5647)
3438
3439         * lpath.el: Suppress compiler warning for coding-system-from-name for
3440         Emacs 21 and XEmacs.
3441
3442 2010-03-14  Juri Linkov  <juri@jurta.org>
3443
3444         * hmac-def.el:
3445         * hmac-md5.el:
3446         * netrc.el: Fix keywords.
3447
3448 2010-02-26  Glenn Morris  <rgm@gnu.org>
3449
3450         * message.el (message-send-mail-function): Change the default, so that
3451         it inherits from a customized send-mail-function.  (Bug#5643)
3452
3453 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3454
3455         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3456         shell-command-to-string signals an error (bug#5299).
3457
3458 2010-02-24  Glenn Morris  <rgm@gnu.org>
3459
3460         * message.el (message-smtpmail-send-it)
3461         (message-send-mail-with-mailclient): Doc fixes.
3462
3463 2010-02-16  Glenn Morris  <rgm@gnu.org>
3464
3465         * message.el (message-default-mail-headers): Change the default value
3466         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3467
3468 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3471         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3472
3473 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3474
3475         * time-date.el (date-to-time): Doc fix (Bug#5408).
3476
3477 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3478
3479         * message.el (message-mail): Just pass yank-action on to message-setup.
3480         (message-setup): Handle (FUN . ARGS) form of yank-action.
3481         (message-with-reply-buffer, message-widen-reply)
3482         (message-yank-original): Handle non-buffer values of
3483         message-reply-buffer (Bug#4080).
3484         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3485
3486 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3487
3488         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3489         Fix typo in docstring.
3490
3491 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3492
3493         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3494         response.
3495
3496 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3499
3500         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3501
3502         * message.el (message-check-news-header-syntax): Protect against a
3503         string that `rfc822-addresses' returns when parsing fails.
3504
3505 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3508         (gnus-previous-char-property-change): New functions.
3509
3510         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3511
3512 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3513
3514         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3515         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3516
3517 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3518
3519         * message.el (message-exchange-point-and-mark): Rework last change to
3520         avoid using optional arg of exchange-point-and-mark, for backward
3521         compatibility.
3522
3523 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3524
3525         * message.el (message-exchange-point-and-mark): Call
3526         exchange-point-and-mark with an argument rather than setting
3527         mark-active by hand (Bug#5175).
3528
3529 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * nntp.el (nntp-service-to-port): Work for service expressed with
3532         numeric string; replace [:digit:] with [0-9] for XEmacs.
3533
3534 2009-12-17  Glenn Morris  <rgm@gnu.org>
3535
3536         * gnus-group.el (gnus-bug-group-download-format-alist):
3537         Change emacs entry to debbugs.gnu.org.  Bump :version.
3538
3539 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3540
3541         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3542
3543 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * message.el (message-info): Explain why we use `Info-goto-node'.
3546
3547 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3550
3551 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3552
3553         * message.el (message-completion-in-region): New compatibility function.
3554         (message-expand-group): Use it.
3555
3556 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3559         with no unread article should be listed if the 2nd arg `predicate' is
3560         given.
3561
3562 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3565
3566 2009-11-29  Juri Linkov  <juri@jurta.org>
3567
3568         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3569         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3570         on `gnus-recenter'. (Bug#4698, Bug#4981)
3571
3572 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3573
3574         * sha1.el (sha1-string-external): default-directory "/" in case
3575         otherwise non-existent.  process-connection-type pipe for touch of
3576         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3577
3578 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3579
3580         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3581         it's comms related and sgml-mode.el has "comm" on that basis too.
3582
3583 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3586         containing tspecial characters if they have been already quoted.
3587
3588 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3589
3590         * dns-mode.el (auto-mode-alist): Purecopy string.
3591
3592 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3593
3594         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3595
3596 2009-10-24  Glenn Morris  <rgm@gnu.org>
3597
3598         * gnus-art.el (help-xref-stack-item): Define for compiler.
3599
3600 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3601
3602         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3603
3604 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3607
3608 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3611         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3612
3613 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3616         (gnus-overlays-in): New alias to overlays-in.
3617
3618         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3619         gnus-overlay-get, and gnus-delete-overlay.
3620         (gnus-summary-show-thread): Make it work as well for systems in which
3621         next-single-char-property-change is not available.
3622         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3623
3624         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3625         (gnus-overlay-get): New alias to extent-property.
3626         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3627
3628         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3629         SXEmacs.
3630
3631         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3632         SXEmacs.
3633
3634 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3637
3638 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3639
3640         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3641         and XEmacs that don't have `remove-overlays'.
3642
3643 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3646         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3647         selective display.  Use overlays instead.
3648
3649 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3650
3651         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3652
3653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3654
3655         * spam-stat.el (spam-stat-load): Fix typo in message.
3656
3657 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3658
3659         * dig.el (dig-invoke): Fix typo in docstring.
3660         (query-dig): Reflow docstring.
3661
3662 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3663
3664         * gnus-art.el (gnus-article-encrypt-body):
3665         * message.el (message-check-recipients):
3666         * mm-util.el (mm-codepage-setup):
3667         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3668         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3669
3670 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3671
3672         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3673         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3674         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3675         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3676         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3677
3678 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3679
3680         * dig.el: Add "Keywords: comm", as per net-utils.el.
3681
3682 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3683
3684         * dig.el (dig-mode): Use define-derived-mode.
3685
3686 2009-09-19  Glenn Morris  <rgm@gnu.org>
3687
3688         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3689
3690 2009-09-18  Glenn Morris  <rgm@gnu.org>
3691
3692         * gnus-diary.el (gnus-diary-check-message):
3693         * message.el (message-insert-formatted-citation-line):
3694         * nnbabyl.el (top-level):
3695         * nndiary.el (nndiary-schedule):
3696         Fix typos in condition-case handlers.
3697
3698 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3701         configuration that provides the sole article window in a frame;
3702         position point correctly after deleting a part.
3703
3704 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3705
3706         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3707         (spam-resolve-registrations-routine): Use it to unregister articles
3708         that change status.
3709
3710 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3713         with XEmacs.
3714         (parse-time-string-chars): Use it.
3715
3716 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3717
3718         * imap.el (imap-interactive-login): Better messages.
3719         (imap-open): Fix bug with renamed buffer on reconnect.
3720         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3721         for easier debugging and cleaner code.  On successful (guessed based on
3722         server capabilities) secondary authentication, set imap-state
3723         correctly.
3724         (imap-last-authenticator): Define imap-last-authenticator as a variable
3725         to avoid warnings.
3726
3727 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * nnrss.el (nnrss-request-article): Remove binding of
3730         default-enable-multibyte-characters that has gotten needless by
3731         the 2007-07-13 change in rfc2047-encode-message-header.
3732
3733         * mml.el (mml-insert-multipart): Error on the message header.
3734         (mml-insert-part): Error on the message header; position point at
3735         the end of a MIME tag.
3736
3737 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * time-date.el (autoload): Expand define-obsolete-function-alias into
3740         defalias and make-obsolete for old Emacsen that Gnus supports.
3741         (with-no-warnings): Define it for old Emacsen.
3742         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3743         is available.
3744         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3745         float-time is available; suppress compile warning for time-to-seconds.
3746
3747         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3748         (gnus-float-time): Alias to float-time if it exists.
3749
3750         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3751         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3752         float-time is available; suppress compile warning for time-to-seconds.
3753
3754         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3755         XEmacs.
3756
3757 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * imap.el (imap-message-map): Docstring fix.
3760
3761 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3764         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3765         Add the optional argument `encoding' that overrides the default.
3766
3767         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3768         mm-encode-buffer.
3769
3770 2009-09-04  Glenn Morris  <rgm@gnu.org>
3771
3772         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3773         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3774         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3775         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3776         * mm-util.el (mm-with-unibyte-current-buffer)
3777         (mm-find-buffer-file-coding-system):
3778         * yenc.el (yenc-decode-region): Use default-value rather than
3779         default-enable-multibyte-characters.
3780
3781 2009-09-03  Glenn Morris  <rgm@gnu.org>
3782
3783         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3784         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3785         than default-enable-multibyte-characters.
3786
3787 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3788
3789         * gnus-art.el (gnus-article-read-summary-keys):
3790         Fix gnus-buffer-configuration's value temporarily used.
3791
3792 2009-09-02  Glenn Morris  <rgm@gnu.org>
3793
3794         * gnus-util.el (gnus-float-time): New function.
3795         * gnus-delay.el (gnus-delay-article):
3796         * gnus-sum.el (gnus-thread-latest-date):
3797         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3798         * nnspool.el (nnspool-request-newgroups):
3799         Use gnus-float-time rather than time-to-seconds.
3800         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3801
3802         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3803         (gnus-header-subject-face, gnus-header-newsgroups-face)
3804         (gnus-header-name-face, gnus-header-content-face):
3805         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3806         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3807         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3808         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3809         (gnus-cite-face-11):
3810         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3811         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3812         (gnus-server-closed-face, gnus-server-denied-face)
3813         (gnus-server-offline-face):
3814         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3815         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3816         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3817         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3818         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3819         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3820         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3821         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3822         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3823         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3824         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3825         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3826         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3827         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3828         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3829         (gnus-summary-high-undownloaded-face)
3830         (gnus-summary-low-undownloaded-face)
3831         (gnus-summary-normal-undownloaded-face)
3832         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3833         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3834         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3835         (gnus-splash-face):
3836         * message.el (message-header-to-face, message-header-cc-face)
3837         (message-header-subject-face, message-header-newsgroups-face)
3838         (message-header-other-face, message-header-name-face)
3839         (message-header-xheader-face, message-separator-face)
3840         (message-cited-text-face, message-mml-face):
3841         * sieve-mode.el (sieve-control-commands-face)
3842         (sieve-action-commands-face, sieve-test-commands-face)
3843         (sieve-tagged-arguments-face):
3844         * spam.el (spam-face):
3845         Mark face aliases with "-face" in the name as obsolete.
3846
3847 2009-09-01  Glenn Morris  <rgm@gnu.org>
3848
3849         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3850         than goto-line.
3851
3852 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3855         Don't move point if the command is invoked inside the message header.
3856
3857 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3858
3859         * imap.el (imap-send-command): Simplify.
3860         (imap-wait-for-tag): point-max -> buffer-size.
3861
3862 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3863
3864         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3865         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3866         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3867         * nnir.el (nnir-swish-e-index-file):
3868         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3869         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3870         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3871         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3872         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3873         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3874
3875 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3878         Don't save excursion.
3879
3880 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3881
3882         * nnheader.el (nnheader-find-file-noselect):
3883         * mm-util.el (mm-insert-file-contents):
3884         Use (default-value 'major-mode) instead of default-major-mode.
3885
3886 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3887
3888         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3889
3890 2009-08-26  Glenn Morris  <rgm@gnu.org>
3891
3892         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3893         than placing in files.el.
3894
3895 2009-08-25  Glenn Morris  <rgm@gnu.org>
3896
3897         * nnir.el (top-level): Don't require cl at run-time.
3898         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3899         Replace cl-function substitute with gnus-replace-in-string.
3900         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3901         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3902         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3903         simplified expansions.
3904
3905 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3906
3907         * dig.el (dig): Add autoload cookie.
3908
3909 2009-08-22  Glenn Morris  <rgm@gnu.org>
3910
3911         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3912         goto-line.
3913
3914 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3915
3916         * parse-time.el (parse-time-string-chars): Save match data.
3917
3918 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3919
3920         * parse-time.el (parse-time-string-chars): Compute using character
3921         classes, to handle non-ascii characters (Bug#3190).
3922
3923 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3926
3927         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3928         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3929         (gnus-mm-display-part, gnus-mime-display-single)
3930         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3931         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3932
3933         * gnus-sum.el
3934         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3935         (gnus-summary-move-article): Add expirable mark to articles copied or
3936         moved to group that has auto-expire turned on if the option is non-nil.
3937
3938 2009-07-24  Glenn Morris  <rgm@gnu.org>
3939
3940         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3941         Fix typo.  (Bug#3903)
3942
3943 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3946         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3947         that should not be used for draft articles.
3948         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3949         that has no concern in minor mode keys.
3950         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3951         Abolish.
3952
3953 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3956         article without making inquiry to a user for unknown encoding.
3957
3958         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3959         (nnmaildir--scan): Assume i-node and device number that file-attributes
3960         returns might be cons-cell.
3961
3962         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3963
3964         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3965
3966 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * auth-source.el: Remove docs now in auth.texi.  Don't use
3969         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3970         `auth-source-hide-passwords' and use them.
3971
3972 2009-07-15  Glenn Morris  <rgm@gnu.org>
3973
3974         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3975
3976 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3979         excessive whitespace from the default values of title and description.
3980
3981 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3984         mail-fetch-field to fetch Content-Description header in order to
3985         exclude newlines.
3986
3987 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3988
3989         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3990         format used by GnuPG 2.0.11.
3991
3992 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3995         to deleted part.
3996
3997 2009-05-30  David Engster  <dengste@eml.cc>
3998
3999         * nnmairix.el: Remove old documentation in the commentary block.
4000         (nnmairix-request-group): Do not update active file for nnml back ends.
4001         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4002         end so that overview files are ignored.
4003         (nnmairix-update-groups): Make updating the groups more robust by using
4004         marks.
4005         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4006         with dollar characters in message-id.
4007
4008 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4011         2008-12-25 in dns.el.
4012
4013 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4014
4015         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4016         could happen if the text is only composed of spaces and/or tabs.
4017
4018 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4019
4020         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4021         when sending a queued message to avoid extra mml tags.
4022
4023 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4026
4027 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4030         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4031         rmail-toggle-header for XEmacs;
4032         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4033
4034 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-dired.el: Remove autoload for gnus-setup-message.
4037         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4038         displaying Gnus logo; always use compose-mail.
4039
4040 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4043
4044 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4047         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4048         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4049         available.
4050         (gnus-nocem-epg-verify): New function.
4051
4052 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4055
4056 2009-02-15  Glenn Morris  <rgm@gnu.org>
4057
4058         * gnus-util.el (rmail-insert-rmail-file-header)
4059         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4060         autoloads.
4061         (rmail-default-rmail-file): Remove unnecessary declaration.
4062         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4063
4064 2009-02-14  Glenn Morris  <rgm@gnu.org>
4065
4066         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4067         variable (only used in gnus-util, which declares it anyway).
4068         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4069         which was only needed by gnus-art (changed to not use it any more).
4070         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4071         only used in gnus-util, which autoloads it itself.
4072         (rmail-update-summary): Fix autoload.
4073
4074         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4075         rather than rmail-output-to-rmail-file.
4076
4077 2009-02-07  Glenn Morris  <rgm@gnu.org>
4078
4079         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4080         autoload of function that no longer exists.
4081         (rmail-toggle-header): Declare.
4082         (message-forward-rmail-make-body): Handle mbox Rmail.
4083
4084 2009-01-31  Glenn Morris  <rgm@gnu.org>
4085
4086         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4087         2009-01-09 change.
4088
4089 2009-01-31  Dave Love  <fx@gnu.org>
4090
4091         * imap.el (imap-fetch-safe): Bind debug-on-error.
4092         (imap-debug): Add imap-fetch-safe.
4093
4094 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4097         (auth-source-forget-all-cached): New convenience function.
4098         (auth-source-user-or-password): Accept list of modes or a single mode.
4099
4100         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4101         auth-source modes.
4102
4103         * netrc.el (netrc-machine-user-or-password): Use list of
4104         auth-source modes.
4105
4106         * nnimap.el (nnimap-open-connection): Use list of
4107         auth-source modes.
4108
4109         * nntp.el (nntp-send-authinfo): Use list of
4110         auth-source modes.
4111
4112 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4115         now.
4116
4117 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4120         coding system in XEmacs; add a workaround for XEmacs.
4121
4122         * lpath.el: Fbind coding-system-aliasee.
4123
4124 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4127         of current-language-environment.
4128
4129 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4130
4131         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4132         available at runtime.
4133
4134 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4137
4138 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4139
4140         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4141         the greatest positive fixnum value doesn't work under an XEmacs with
4142         bignum support; use the most-positive-fixnum constant instead,
4143         available since Emacs 21.1 with cl and XEmacs 21.1.
4144
4145 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4148         XEmacs gets not to work.
4149
4150 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-util.el (mm-coding-system-priorities): Allow the value like
4153         "Japanese (UTF-8)" of current-language-environment.
4154
4155 2009-01-09  Glenn Morris  <rgm@gnu.org>
4156
4157         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4158         with last-command-event.
4159
4160 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4163         in the doc string.
4164
4165         * message.el (message-fix-before-sending): Amend comment.
4166
4167 2009-01-08  Dave Love  <fx@gnu.org>
4168
4169         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4170
4171 2009-01-07  David Engster  <dengste@eml.cc>
4172
4173         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4174         simplified server definitions by converting it via
4175         gnus-server-to-method.
4176
4177 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4180         parameter's operands.
4181
4182 2009-01-06  David Engster  <dengste@eml.cc>
4183
4184         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4185         primary select method (for gnus-group-mark-article-as-read).
4186
4187 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4188
4189         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4190         `(gnus)Face', not `(gnus)X-Face'.
4191
4192 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * mm-util.el (mm-ucs-to-char): New function.
4195
4196         * mm-url.el (mm-url-decode-entities): Use it.
4197
4198         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4199         unicode-to-char.
4200
4201 2009-01-05  Dave Love  <fx@gnu.org>
4202
4203         * time-date.el: Require cl for `declare'.
4204
4205 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4208         Dave Love.
4209
4210 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * message.el (message-fix-before-sending): Add `eight-bit' to
4213         illegible-text check.
4214
4215 2009-01-03  Michael Olson  <mwolson@gnu.org>
4216
4217         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4218         `headers' is nil.  This can occur if the IMAP server does not have
4219         permissions to read messages from a folder, but can write new messages
4220         to the folder.
4221         (nnimap-request-article-part): Do not insert `data' if it is nil.
4222
4223         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4224         characters which will confuse `read', so skip past them.
4225
4226 2009-01-01  Dave Love  <fx@gnu.org>
4227
4228         * imap.el (imap-string-to-integer): Fix typo.
4229         (imap-fetch-safe): New function.
4230         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4231
4232         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4233
4234         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4235         (imap-parse-greeting): Fix doc strings.
4236         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4237         (imap-parse-flag-list): Make messages unique.
4238         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4239
4240         * nnimap.el: Fix author email.
4241         (nnimap-split-rule): Add FIXME comment.
4242         (nnimap-debug): Fix doc string.
4243
4244 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4247
4248 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4251         nslookup if resolv.conf isn't available.
4252         (dns-query): Rename from query-dns.
4253         (dns-query-cached): Rename from query-dns-cached.
4254
4255 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4258         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4259         to check if those variables exist (first appeared in Emacs 18.50).
4260
4261 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * mm-util.el (mm-line-number-at-pos): New function.
4264
4265         * spam-report.el (spam-report-process-queue): Use it.
4266
4267 2008-12-24  David Engster  <dengste@eml.cc>
4268
4269         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4270         parameters that haven't existed as variables as buffer-local variables.
4271
4272 2008-12-23  Dave Love  <fx@gnu.org>
4273
4274         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4275         cadar.
4276
4277         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4278         imap-starttls-p.
4279         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4280
4281 2008-12-22  Dave Love  <fx@gnu.org>
4282
4283         * imap.el: Fix author email.  Doc fixes.
4284         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4285         reply.
4286
4287 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * spam-report.el (spam-report-gmane-max-requests): New constant.
4290         (spam-report-gmane-wait): New variable.
4291         (spam-report-gmane-ham, spam-report-gmane-spam)
4292         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4293         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4294         the server.
4295
4296         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4297         Add explanations.
4298
4299         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4300         nnheader-accept-process-output and nnheader-read-timeout if available.
4301         (pop3-movemail): Use it.
4302
4303         * message.el (message-check-news-body-syntax): Fix signature check if
4304         there's an attachment.
4305
4306 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * mm-util.el: Add comments to the mm- emulating functions.
4309
4310 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4313         by Stephen Berman <stephen.berman@gmx.net>.
4314
4315 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * mm-util.el (mm-substring-no-properties): New function.
4318         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4319         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4320         (mm-string-to-multibyte): Doc fix.
4321
4322         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4323
4324 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * mml.el (mml-attach-file): Strip text properties from file name.
4327         (Bug#1574)
4328
4329 2008-12-16  Glenn Morris  <rgm@gnu.org>
4330
4331         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4332
4333 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4336         knows since the charset specified might be a bogus alias that
4337         mm-charset-synonym-alist provides.
4338
4339 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4342         "ISO_8859-1".
4343
4344         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4345
4346 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mm-util.el (mm-charset-eval-alist):
4349         Define it before mm-charset-to-coding-system.
4350         (mm-charset-to-coding-system): Add optional argument `silent';
4351         define it before mm-charset-override-alist.
4352         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4353         default value if it can be used in Emacs currently running;
4354         silence mm-charset-to-coding-system.
4355
4356 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4359         `allow-override' which says whether to use `mm-charset-override-alist'.
4360         (rfc2047-decode-encoded-words): Use it.
4361
4362         * mm-util.el (mm-charset-override-alist): Fix custom type;
4363         add `(gb2312 . gbk)' to choices.
4364
4365 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4368         fast.
4369
4370         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4371
4372         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4373
4374 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4375
4376         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4377         on links.
4378
4379         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4380
4381 2008-12-03  Lute Kamstra  <lute@gnu.org>
4382
4383         * sha1.el: Remove leading * from docstrings of defcustoms,
4384         deffaces, defconsts and defuns.
4385
4386 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4389         users' addresses that don't have domain parts.
4390         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4391         rather than message-narrow-to-head since there will be the message
4392         header separator.
4393
4394 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4395
4396         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4397         since the result is inserted in a unibyte buffer anyway.
4398         (nnimap-demule-use-string-to-multibyte): Remove.
4399         (nnimap-demule): Alias it to mm-string-to-multibyte.
4400
4401 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4404         variable for debugging bug#464 and bug#1174.
4405         (nnimap-demule): Use it.
4406
4407 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4410         score calculation correctly.
4411
4412 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4413
4414         * message.el (message-send-mail): Just set the buffer to unibyte
4415         rather than use mm-with-unibyte-current-buffer which does a lot more.
4416         (message-send-mail-partially): Don't bother with
4417         mm-with-unibyte-current-buffer since it's already been made unibyte by
4418         message-send-mail.
4419
4420 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4423
4424 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4427
4428 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4431         require itself and to remove `with-no-warnings'.
4432
4433 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4434
4435         * starttls.el (starttls-any-program-available): Get the name of the
4436         available TLS layer program.
4437         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4438         well as the host name in the "opening" message.
4439
4440         * auth-source.el (auth-source-cache, auth-source-do-cache)
4441         (auth-source-user-or-password): Cache passwords and logins by default,
4442         allow override with `auth-source-do-cache'.
4443         (auth-source-forget-user-or-password): Allow users to remove cache
4444         entries if needed.
4445
4446 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4447
4448         * md4.el (md4-buffer): Fix typo in docstring.
4449         (md4, md4-64): Doc fixes.
4450         (md4-pack-int32): Reflow docstring.
4451
4452 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4455         condition-case to only the forward-sexp call.
4456
4457 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4460         quotes contained.  Make it more robust regardless by an extra
4461         condition-case wrapper.
4462
4463 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4466
4467 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * nnml.el (nnml-request-expire-articles): Check if the function set to
4470         `nnmail-expiry-target' returns the symbol `delete'.
4471
4472         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4473
4474         * nnmail.el (nnmail-expiry-target): Fix custom type.
4475
4476 2008-10-02  Glenn Morris  <rgm@gnu.org>
4477
4478         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4479         Silence compiler warning.
4480
4481 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4482
4483         * tls.el (open-tls-stream): Show the actual command being
4484         executed, instead of the format string.
4485
4486 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * lpath.el: Fbind codepage-setup for Emacs 23.
4489
4490 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4491
4492         * mml.el (mml-menu): Don't assume mml2015 is bound.
4493
4494 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4497         exists.
4498
4499 2008-09-27  Glenn Morris  <rgm@gnu.org>
4500
4501         * gnus-util.el (mail-header-remove-comments): Autoload it.
4502
4503 2008-09-27  Andreas Schwab  <schwab@suse.de>
4504
4505         * gnus-util.el (gnus-split-references): Strip comments.
4506         (gnus-parent-id): Likewise.
4507
4508 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4509
4510         * message.el (message-confirm-send): Fix version.
4511
4512 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * message.el (message-idna-to-ascii-rhs-1): Use
4515         mail-extract-address-components rather than mail-header-parse-addresses
4516         that is an alias by default to ietf-drums-parse-addresses that does not
4517         support non-ASCII names in headers' contents.
4518
4519 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * message.el (message-confirm-send): Fixed variable documentation to
4522         avoid the "y/n" wording.
4523
4524 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4525
4526         * message.el (message-set-auto-save-file-name): Save to a different
4527         filename so multiple messages (especially drafts) can be recovered.
4528
4529 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4530
4531         * message.el (message-confirm-send): Add appropriate version.
4532
4533 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4536         defvar.
4537
4538 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4539
4540         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4541         (mm-pkcs7-enveloped-magic): Ditto.
4542
4543 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4544
4545         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4546         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4547
4548 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4551         default, it's better.
4552
4553 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4554
4555         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4556         summary line gnus-number property and ignore them (with a warning
4557         message).
4558
4559 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4562         macro caddr in the interactive form since it won't be expanded.
4563
4564 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4567         `charset'; fix name of function called recursively.
4568         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4569
4570 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4573         (gnus-mime-set-charset-parameters): New function.
4574         (gnus-mime-view-part-as-charset): Use it to correctly display part
4575         specifying wrong charset.
4576
4577 2008-09-08  David Engster  <dengste@eml.cc>
4578
4579         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4580         in completing-read for back end server.
4581
4582 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * message.el (message-confirm-send): New variable to confirm sending a
4585         message.
4586         (message-send): Use it.
4587
4588 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4591
4592 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4595
4596 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4599         prevent tracking too many groups.
4600         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4601         Use it.
4602
4603 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4604
4605         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4606         moving point to the bottom of the window in order to avoid recentering.
4607
4608 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4611
4612         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4613         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4614         (gnus-article-beginning-of-window): Fix calculation.
4615
4616 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-msg.el (gnus-summary-supersede-article)
4619         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4620         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4621         message header.
4622
4623 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4624
4625         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4626         pending output coming after the status change.
4627
4628 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4629
4630         * message.el:
4631         * gnus-start.el:
4632         * gnus-registry.el: Remove VMS support.
4633
4634 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4637         macro.
4638         (rfc2104-hash): Use it.
4639
4640 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4643         (gnus-summary-sort-by-most-recent-date): New commands.
4644         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4645         and menu entries.
4646
4647 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4650         don't redisplay article for raw contents; remove plural articles stuff.
4651
4652         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4653         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4654         on gnus-summary-save-article; display results properly.
4655
4656 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * lpath.el: No need to fbind ns-focus-frame.
4659
4660 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4663
4664 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4667         gnus-save-all-headers.
4668
4669 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4670
4671         * gnus-util.el (ns-focus-frame): Remove declaration.
4672         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4673         like x.
4674
4675 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4676
4677         * rfc2104.el (rfc2104-zero): Delete defconst.
4678         (rfc2104-hex-alist): Likewise.
4679         (rfc2104-hex-to-int): Delete func.
4680         (rfc2104-hexstring-to-bitstring): Likewise.
4681         (rfc2104-nybbles): New defconst.
4682         (rfc2104-hash): Rewrite for speed.
4683
4684 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * tls.el (open-tls-stream): Make it work with the 2nd argument
4687         BUFFER that is a string but does not exist as a buffer object, as
4688         mentioned in the doc-string.
4689
4690 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4693         SXEmacs.
4694
4695 2008-07-16  Glenn Morris  <rgm@gnu.org>
4696
4697         * gnus-util.el (ns-focus-frame): Declare for compiler.
4698
4699 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4702         set as a group parameter.
4703         (gnus-summary-save-in-pipe): Work when it is called independently.
4704         (gnus-summary-pipe-to-muttprint): Don't modify
4705         gnus-summary-pipe-output-default-command.
4706
4707 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4708
4709         * message.el (message-send-mail-with-sendmail):
4710         Display the error message.
4711
4712 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-default-article-saver):
4715         Add gnus-summary-save-in-pipe to choices.
4716         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4717         gnus-summary-pipe-output-default-command as the default command.
4718         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4719         instead of gnus-last-shell-command.
4720
4721         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4722         New user option.
4723         (gnus-summary-muttprint-program): Mention the value will be changed.
4724         (gnus-summary-save-article): Force showing of all headers.
4725         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4726
4727 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4728
4729         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4730
4731 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4732
4733         * nnimap.el (nnimap-id):
4734         * sieve-manage.el (sieve-manage-open): Doc fixes.
4735
4736 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4737
4738         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4739         if available.
4740
4741 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4742
4743         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4744
4745         * nnkiboze.el (nnkiboze-generate-group):
4746         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4747
4748         * nnmairix.el: Require CL.
4749
4750 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * dgnushack.el: Autoload get-display-table and put-display-table for
4753         XEmacs 21.5.
4754
4755         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4756         21.4 and SXEmacs.
4757
4758 2008-06-15  David Engster  <dengste@eml.cc>
4759
4760         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4761
4762 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4763
4764         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4765         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4766         runtime choice under XEmacs.
4767
4768         * gnus-sum.el (gnus-summary-set-display-table):
4769         Use `gnus-put-display-table', `gnus-get-display-table',
4770         `gnus-set-display-table' for the display table, instead of `aset'.
4771
4772         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4773         Use `gnus-put-display-table', `gnus-get-display-table',
4774         `gnus-set-display-table' for the display table.
4775
4776 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * nnmairix.el: Add autoloads.
4779
4780 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4781
4782         * nnmairix.el (nnmairix-delete-recreate-group)
4783         (nnmairix-update-and-clear-marks): Fix error messages.
4784
4785 2008-06-14  David Engster  <dengste@eml.cc>
4786
4787         * nnmairix.el: Upgrade to version 0.6.
4788         (nnmairix-group-toggle-propmarks-this-group)
4789         (nnmairix-group-toggle-readmarks-this-group)
4790         (nnmairix-group-delete-recreate-this-group)
4791         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4792         (nnmairix-remove-tick-mark-original-article): New commands.
4793         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4794         (nnmairix-propagate-marks-to-nnmairix-groups)
4795         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4796         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4797         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4798         functions needed for marks propagation and manipulation of read marks.
4799         (nnmairix-update-groups): New function.
4800         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4801         (nnmairix-determine-original-group-from-registry)
4802         (nnmairix-determine-original-group-from-path)
4803         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4804         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4805         New helper functions.
4806         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4807         keystrokes for new commands.
4808         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4809         (nnmairix-request-group): Check allow-fast group parameter.
4810         (nnmairix-request-create-group): Set allow-fast group parameter if
4811         nnmairix-allowfast-default is set.
4812         (nnmairix-close-group): Propagate marks upon closing if needed.
4813         (nnmairix-group-toggle-threads-this-group): Use new.
4814         nnmairix-group-toggle-parameter helper function.
4815         (nnmairix-search): Better check for empty search result.
4816         (nnmairix-goto-original-article): Use new helper functions for
4817         determining original article.
4818         (nnmairix-show-original-article): Make sure message-id is in brackets.
4819         (nnmairix-call-mairix-binary): Change variable name.
4820         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4821         helper function.
4822         (nnmairix-widget-toggle-activate): Fix doc string.
4823
4824 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * nnir.el: Require edmacro when compiling with XEmacs.
4827         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4828         available in Emacs 21.
4829
4830 2008-06-11  Glenn Morris  <rgm@gnu.org>
4831
4832         * gnus-util.el (x-focus-frame):
4833         * gnus.el (image-size):
4834         * mm-decode.el (image-size): Declare.
4835
4836         * gnus-picon.el (declare-function): Add compat definition.
4837         (image-size): Declare.
4838
4839         * gnus-group.el (tool-bar-map):
4840         * gnus-sum.el (tool-bar-map): Define for compiler.
4841
4842         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4843
4844         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4845
4846         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4847         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4848         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4849         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4850         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4851         * sieve-manage.el, spam-report.el, spam.el:
4852         Remove unnecessary eval-and-compile of autoloads.
4853
4854 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4855
4856         * auth-source.el: Precise Tramp doc.
4857
4858 2008-06-07  Glenn Morris  <rgm@gnu.org>
4859
4860         * nnmairix.el: Remove unnecessary eval-when-compile.
4861
4862 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * lpath.el: Fbind propertize for XEmacs 21.4.
4865
4866 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * nnir.el: Move here from ../contrib.
4869
4870 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * gnus-util.el (gnus-read-shell-command): New function.
4873         * mm-decode.el (mm-pipe-part):
4874         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4875
4876 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4879
4880 2008-06-03  Glenn Morris  <rgm@gnu.org>
4881
4882         * pop3.el (nnheader-accept-process-output): Autoload it.
4883
4884 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4887         are not 2-digit hexadecimal characters that follow `%'s.
4888
4889 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * message.el (message-bogus-recipient-p): Fix type in doc string.
4892         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4893         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4894         Improve custom options.
4895         (message-bogus-recipient-p): Adjust accordingly.
4896
4897 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4898
4899         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4900         long-form month and day names.
4901
4902 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * dgnushack.el: Autoload debug, eudc-expand-inline and
4905         pgg-snarf-keys-region for XEmacs.
4906
4907         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4908
4909         * nnmairix.el: Require edmacro when compiling with XEmacs.
4910
4911 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4912
4913         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4914         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4915
4916 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * auth-source.el: Add more docs.
4919
4920         * netrc.el (netrc-machine): Always match if the port is not given.
4921
4922 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4925         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4926         retrieval faster in some cases, but might make CPU usage larger.  If
4927         this has any bad side effects, we might revert this change.
4928
4929         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4930         seems to make mail retrieval much, much faster.
4931         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4932         unconditionally.
4933
4934         * gnus-draft.el (gnus-group-send-queue): Bind
4935         message-send-mail-partially-limit to nil to avoid being prompted.
4936
4937 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4940
4941         * message.el (message-bogus-address-regexp): Fix and improve custom
4942         type.
4943         (message-setup-hook): Add message-check-recipients as custom option.
4944
4945 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * message.el (message-cite-function): Remove bogus autoload which crept
4948         in during merge from v5-10.
4949
4950 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4953
4954         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4955
4956         * auth-source.el: Preliminary Tramp docs.
4957         (auth-sources): Change the default auth-sources to use
4958         EPA .gpg files.
4959
4960 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * nntp.el: Autoload `auth-source-user-or-password'.
4963         (nntp-send-authinfo): Use it.
4964
4965         * nnimap.el: Autoload `auth-source-user-or-password'.
4966         (nnimap-open-connection): Use it.
4967
4968         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4969         for the gnus-message function.
4970         (auth-source-user-or-password): Use it.
4971
4972 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4973
4974         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4975         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4976         (rfc2104-hash): Use it.
4977
4978 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4979
4980         * gnus-art.el (gnus-article-toggle-truncate-lines):
4981         Don't use `iff' in docstring.
4982
4983 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4986
4987         * gnus-util.el (gnus-extract-address-component-name)
4988         (gnus-extract-address-component-email): Convenience functions around
4989         `gnus-extract-address-components'.
4990
4991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4992         Use `gnus-extract-address-component-email' to fix bug of comparing full
4993         sender name to `user-mail-address'.
4994
4995 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4996
4997         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4998         catch/throw to optimize.
4999         (gnus-registry-find-keywords): Just use member to find a keyword.
5000
5001 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5002
5003         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5004         is current before calling gnus-server-prepare.
5005         (gnus-server-setup-buffer, gnus-server-update-server)
5006         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5007
5008 2008-05-04  Juri Linkov  <juri@jurta.org>
5009
5010         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5011         (mailcap-file-default-commands): Use mailcap-replace-in-string
5012         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5013         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5014
5015 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5016
5017         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5018
5019 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5020
5021         * gnus.el: Bump version to 0.11.
5022
5023 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5024
5025         * gnus.el: No Gnus v0.10 is released.
5026
5027 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5030         hooks.
5031         (gnus-update-read-articles): Speed up non-marks-using users.
5032         (gnus-use-marks): Define gnus-use-marks.
5033         (gnus-propagate-marks): Rename variable to something more sensible.
5034
5035 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5036
5037         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5038         (gmm-image-load-path-for-library): Fix typos in docstrings.
5039         (gmm-message): Reflow docstring.
5040
5041 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * mail-source.el (mail-source-set-1, mail-source-bind):
5044         Move auth-source code out of the macro to clean it up and fix bugs.
5045
5046 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5049         by sender if it's equal to user-mail-address, it's likely to be
5050         useless.
5051
5052         * mail-source.el (mail-source-bind): Don't use user or password if they
5053         are not bound.  Unintern them if they are nil.  Don't use server unless
5054         it's bound, and default it to empty string otherwise.
5055
5056 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5057
5058         * mail-source.el: Load auth-source.el.
5059         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5060         get user name or password, if auth-sources is set up.
5061
5062         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5063         strategy of splitting with parent.
5064         (gnus-registry-split-fancy-with-parent)
5065         (gnus-registry-post-process-groups): Use it and fix prior
5066         bug (returning a list as the split result).
5067
5068         * auth-source.el (auth-sources): Remove server parameter.
5069         (auth-source-pick, auth-source-user-or-password)
5070         (auth-source-user-or-password-imap)
5071         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5072         (auth-source-user-or-password-sftp)
5073         (auth-source-user-or-password-smtp): Remove server parameter.
5074
5075 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5076
5077         * smime.el (smime-sign-region, smime-encrypt-region)
5078         (smime-decrypt-region):
5079         Remove redundant calls to `generate-new-buffer-name'.
5080
5081 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5082
5083         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5084         Don't use QP for message/rfc822.
5085         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5086
5087 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5088
5089         * sieve-manage.el (sieve-string-bytes): Remove.
5090         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5091         correct byte-length only if the process's coding-system is the same as
5092         the one used internally by Emacs to represent strings.
5093
5094 2008-04-22  Juri Linkov  <juri@jurta.org>
5095
5096         * mailcap.el (mailcap-file-default-commands): New function.
5097
5098 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * message.el (message-signature-separator, message-cite-function):
5101         Change custom version.
5102
5103 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5104
5105         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5106         commands.
5107         (tls-checktrust): Ditto.
5108
5109 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * mm-decode.el (mm-display-external): Make temp file read-only.
5112
5113 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5116         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5117         `C-c C-f d'.
5118
5119 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5120
5121         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5122
5123 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * gnus.el: Bump version to 0.9.
5126
5127 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * gnus.el: No Gnus v0.8 is released.
5130
5131 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * mail-source.el (mail-source-value):
5134         Prefer fboundp to functionp so it works with macros as well.
5135
5136 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5139         Fix last change in case the element is not even a symbol.
5140
5141 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5142
5143         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5144         Prefer fboundp to functionp so it works with macros as well.
5145
5146 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         * auth-source.el: Added docs.
5149         (auth-sources): Modify format to support server.
5150         (auth-source-pick, auth-source-user-or-password)
5151         (auth-source-user-or-password-imap)
5152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5153         (auth-source-user-or-password-sftp)
5154         (auth-source-user-or-password-smtp): Add server parameter.
5155
5156 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * gnus-registry.el: Initialize the registry when gnus-registry-install
5159         is t.
5160
5161 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * compface.el (uncompface): Make buffer unibyte.
5164
5165 2008-04-05  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5168
5169 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5170
5171         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5172         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5173
5174         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5175         multibyteness after rather than before erasing it.
5176
5177         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5178         mm-with-multibyte.
5179         (gnus-request-article-this-buffer): Make sure the proper decoding is
5180         used if gnus-original-article-buffer happens to be unibyte.
5181
5182         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5183         default-enable-multibyte-characters.
5184
5185         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5186         default-enable-multibyte-characters.
5187
5188         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5189
5190         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5191
5192 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5193
5194         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5195         (imap-message-copyuid-1): Use it.
5196         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5197         J. Williams in
5198         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5199
5200         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5201         imap-enable-exchange-bug-workaround.
5202         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5203
5204 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5205
5206         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5207         a 100 byte status-checks into a 2-3MB transfer for each group.
5208         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5209         to enable bug workaround or not.
5210         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5211
5212 2008-03-31  Glenn Morris  <rgm@gnu.org>
5213
5214         * message.el (mml2015-use): Declare for compiler.
5215         (message-info): Require mml2015 when appropriate.
5216
5217 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5220         whitespace.
5221
5222 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5225         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5226         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5227         (nntp-service-to-port): New function.
5228         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5229         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5230         (nntp-open-netcat-stream): New function.
5231         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5232
5233 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5234
5235         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5236
5237 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5238
5239         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5240
5241 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5242
5243         * dns.el (dns-write): Use set-buffer-multibyte.
5244
5245 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5246
5247         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5248
5249 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * message.el (message-signature-separator): Change default.
5252         Improve custom type.
5253         (message-cite-function): Change default to
5254         message-cite-original-without-signature.
5255
5256         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5257         toggle.
5258
5259         * message.el (message-check-news-body-syntax): Fix signature check.
5260         (message-setup-1): Mark buffer as unmodified _after_ running
5261         message-setup-hook and handling message-alternative-emails.
5262         (message-shorten-references): Be more strict when building list of
5263         valid references to comply with GNKSA.
5264
5265         * gnus-group.el (gnus-read-ephemeral-bug-group)
5266         (gnus-read-ephemeral-debian-bug-group)
5267         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5268
5269         * message.el (message-info): Don't use booleanp which isn't supported
5270         in Emacs 21 and XEmacs.
5271
5272 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5275         gnus-group-gmane-group-download-format.
5276         (gnus-group-read-ephemeral-gmane-group): Rename from
5277         gnus-group-read-ephemeral-gmane-group.
5278         (gnus-read-ephemeral-gmane-group-url): Rename from
5279         gnus-group-read-ephemeral-gmane-group-url.
5280         (gnus-bug-group-download-format-alist): New variable.
5281         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5282         (gnus-read-ephemeral-emacs-bug-group): New commands.
5283
5284 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5287         (gnus-visible-headers): Improve custom type.
5288
5289 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * mml.el (mml-menu): Add workarounds for XEmacs.
5292
5293         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5294         X-Boundary header.
5295
5296         * message.el (message-simplify-recipients): Fix previous commit.
5297
5298 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5299
5300         * mm-util.el (mm-set-buffer-multibyte): New function.
5301         * mm-decode.el (mm-copy-to-buffer): Use it.
5302
5303 2008-03-19  Glenn Morris  <rgm@gnu.org>
5304
5305         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5306         Accidentally removed in the sync process with Emacs.
5307
5308 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * message.el (message-alter-recipients-discard-bogus-full-name):
5311         New function.
5312         (message-alter-recipients-function): New variable.
5313         (message-get-reply-headers): Use it.
5314         (message-replace-header): New helper function.
5315         (message-recipients-without-full-name): New variable.
5316         (message-simplify-recipients): New command.
5317
5318         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5319
5320         * message.el (message-info): Handle EasyPG manual.
5321
5322         * mml.el (mml-menu): Add entry for EasyPG.
5323
5324 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5325
5326         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5327         parameter.
5328
5329         * message.el (message-disassociate-draft): Specify drafts group name
5330         fully.
5331
5332 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5335         unnecessary duplicates from the match list.
5336
5337 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5340
5341         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5342
5343         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5344         args of `how-many' of which the XEmacs version doesn't take; declare
5345         Info-index-next as function.
5346
5347 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * gnus-score.el (gnus-score-headers): Fix handling of
5350         gnus-inhibit-slow-scoring.
5351
5352         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5353         string.
5354         (gnus-button-url-regexp): Improve handling of parenthesis.
5355         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5356         (gnus-button-handle-info-keystrokes): Handle index entries.
5357
5358 2008-03-15  Glenn Morris  <rgm@gnu.org>
5359
5360         * parse-time.el (parse-time-string): Simplify.
5361
5362 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5365         Incoming* files.
5366
5367 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5370         (auth-source-pick): Use it.
5371
5372 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         * binhex.el (binhex-decode-region-internal):
5375         * uudecode.el (uudecode-decode-region-internal):
5376         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5377         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5378         setting default-enable-multibyte-characters.
5379
5380 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5381
5382         * auth-source.el (auth-source-protocols)
5383         (auth-source-protocols-customize, auth-source-choices): Added and
5384         modified variable customizations and defaults.
5385         (auth-source-pick, auth-source-user-or-password)
5386         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5387         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5388         (auth-source-user-or-password-sftp)
5389         (auth-source-user-or-password-smtp): Use new variables and provide an
5390         interface to netrc.el.
5391
5392 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5395         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5396         Make sure the nntp port to specify is a string.
5397
5398 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * nntp.el: Use with-current-buffer.
5401         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5402         dubious mm-with-unibyte-current-buffer.
5403         (nntp-with-open-group-function): New function extracted from
5404         nntp-with-open-group macro.
5405         (nntp-with-open-group): Use the function, so it's easier to debug.
5406         Add indentation and debugging info.
5407         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5408         the use of the netcat alternatives.
5409
5410         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5411         Avoid mm-string-as-multibyte as well.
5412
5413         * nnweb.el (nnweb-insert-html):
5414         Remove use of nnheader-string-as-multibyte.
5415
5416         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5417         (nnheader-string-as-multibyte): Remove.
5418
5419         * mm-view.el: Use inhibit-read-only.
5420         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5421         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5422         or unibyte-string.
5423
5424         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5425         (mm-uu-yenc-extract): Use with-current-buffer.
5426
5427         * gnus-soup.el (gnus-soup-send-packet): Don't use
5428         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5429
5430         * nnmh.el: Use with-current-buffer.
5431         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5432         mm-string-as-multibyte on the output of mm-encode-coding-string.
5433
5434         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5435         (nnimap-request-move-article): Use with-current-buffer.
5436
5437         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5438         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5439         conversion uses string-make-unibyte rather than string-as-unibyte.
5440
5441         * gnus-msg.el: Use with-current-buffer.
5442
5443         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5444
5445 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5446
5447         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5448         string for caching if it is 'PIN.
5449
5450 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * lpath.el: Consider the case without Emacs/W3.
5453
5454 2008-03-08  Glenn Morris  <rgm@gnu.org>
5455
5456         * time-date.el (date-to-time, time-subtract, time-add)
5457         (safe-date-to-time): Doc fixes.
5458
5459 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5460
5461         * mail-source.el (mail-source-delete-old-incoming-confirm):
5462         Change default to nil.
5463         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5464
5465 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * lpath.el: Rearrange.
5468
5469         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5470         (gnus-article-goto-prev-page): Work for articles having ^L's.
5471
5472         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5473
5474         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5475
5476 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5477
5478         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5479         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5480         (gnus-bookmark-jump): Adjust some variable names.
5481
5482 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * auth-source.el: New package.
5485         (auth-source-choices): Add customization entry point variable.
5486
5487         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5488         bug.
5489
5490 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5493         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5494         (gnus-registry-install-shortcuts): Rename from
5495         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5496         the `gnus-registry-mark-map' keymap dynamically from
5497         `gnus-registry-marks'.  The generated functions update the summary line
5498         when a registry mark is added or deleted, and will call
5499         `gnus-registry-install-p' (see the comments in the code).
5500         (gnus-registry-user-format-function-M): Use concat intelligently.
5501
5502         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5503         the registry mark functions.
5504
5505 2008-03-05  Glenn Morris  <rgm@gnu.org>
5506
5507         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5508         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5509         gnus-art.
5510         (top-level): No need to load own source when compiling.
5511
5512 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5515         Suggested by <chris.anderton@zetnet.co.uk>.
5516
5517 2008-03-04  Glenn Morris  <rgm@gnu.org>
5518
5519         * gnus-sum.el (top-level): No need to require gnus when compiling,
5520         since unconditionally required near start of file.
5521         (gnus-summary-display-while-building): Move definition before use.
5522
5523 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5526         formatting function.
5527
5528 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5531         with plists.
5532         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5533         Use new format.
5534
5535 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5538         `where-is-internal' that returns a range of key sequences.
5539
5540 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5543
5544         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5545         (gnus-summary-jump-to-group): Consider windows on other displayed
5546         frames as well.  Similar changes might be needed elsewhere, but that's
5547         the one I've bumped into during my use.
5548
5549         * nndoc.el (nndoc-oe-dbx-type-p):
5550         * gnus-msg.el (gnus-debug):
5551         * gnus-group.el (gnus-update-group-mark-positions):
5552         Use mm-string-to-multibyte.
5553
5554 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5557         doesn't handle NotDashEscaped.
5558
5559         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5560         (mml-dnd-attach-options): Fix typo in custom choice.
5561
5562         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5563         nndoc-article-type to mbox.
5564         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5565
5566         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5567         to nil, instead of html2text.
5568
5569         * imap.el (imap-debug): Add `imap-ping-server'.
5570
5571         * gnus-bookmark.el: Add FIXMEs.
5572
5573         * message.el (message-form-letter-separator)
5574         (message-send-form-letter-delay): New variables.
5575         (message-send-form-letter): Use them.  New command to send form
5576         letters.  Requested by Uwe Siart.
5577         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5578
5579 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * Update copyright years.
5582
5583 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         Sync from EMACS_22_BASE.
5586
5587         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5588
5589 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5590
5591         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5592         empty author.
5593
5594 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * gnus-registry.el (gnus-registry-marks): Add variable for
5597         customization of marks and their appearance.
5598         (gnus-registry-read-mark): Use it.
5599         (gnus-registry-do-marks): Add utility function to loop through
5600         `gnus-registry-marks'.
5601         (gnus-registry-install-shortcuts-and-menus): Add function to install
5602         shortcuts and menus.
5603         (gnus-registry-initialize): Use it.
5604         (gnus-registry-default-mark): Clarify documentation.
5605
5606 2008-02-29  Glenn Morris  <rgm@gnu.org>
5607
5608         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5609         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5610         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5611         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5612         Change defcustom :version from 23.0 to 23.1.
5613
5614 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el (gnus-registry-follow-group-p)
5617         (gnus-registry-post-process-groups): Add functions to aid registry
5618         splitting and improve logging.  Clarify behavior in function
5619         documentation.
5620         (gnus-registry-split-fancy-with-parent): Use them.
5621
5622 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5623
5624         * gnus-art.el: Use with-current-buffer.
5625
5626 2008-02-27  David Engster  <dengste@eml.cc>
5627
5628         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5629         Express real group name in the response.
5630
5631 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5634         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5635         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5636         autoload gnus-registry-fetch-group when compiling.
5637         (nnmairix-request-group-with-article-number-correction): Remove
5638         unreferenced argument passed to nnmairix-call-backend.
5639
5640 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5643         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5644         Wilde.
5645
5646 2008-02-27  Glenn Morris  <rgm@gnu.org>
5647
5648         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5649         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5650         variables to defconsts.  Convert comments to doc-strings.
5651         (nnmairix-last-server, nnmairix-current-server): Convert from free
5652         variables to defvars.  Convert comments to doc-strings.
5653         (gnus-registry-fetch-group): Autoload.
5654         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5655         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5656         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5657         caddr.
5658         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5659         nnmairix-request-group-with-article-number-correction call.
5660         (nnmairix-fast, nnmairix-group): New, less general names, for free
5661         variables passed from nnmairix-request-group to
5662         nnmairix-request-group-with-article-number-correction.  Declare.
5663         (nnmairix-request-group-with-article-number-correction):
5664         Use nnmairix-fast, nnmairix-group rather than fast, group.
5665
5666 2008-02-26  David Engster  <dengste@eml.cc>
5667
5668         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5669         version 0.5.
5670
5671 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5674         instead of making an extra function call.  Don't add the current group
5675         to articles only when they have the group.  Use
5676         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5677         Reported by David <de_bb@arcor.de>.
5678
5679 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5682         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5683
5684 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * mail-source.el (mail-source-delete-incoming): Change default.
5687         Supplement doc string.
5688
5689         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5690
5691 2008-02-14  Glenn Morris  <rgm@gnu.org>
5692
5693         * time-date.el (format-seconds): New function.
5694
5695 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * nnmail.el (nnmail-message-id-cache-file): Derive from
5698         `gnus-home-directory'.
5699
5700 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5703         Document negative prefix.
5704
5705         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5706
5707 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * message.el (message-unsent-separator): Add the Exim bounce
5710         separator.
5711
5712 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5713
5714         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5715         list.
5716         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5717         recipient/signer list.
5718
5719 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * Makefile.in (datarootdir): Define.
5722         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5723         name that might contain whitespace.
5724
5725 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5728         fbound (Emacs 23 unicode), signal an error.
5729
5730 2008-02-08  Glenn Morris  <rgm@gnu.org>
5731
5732         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5733
5734 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5735
5736         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5737         ports to the calls to `netrc-machine-user-or-password' in addition to
5738         "imap" and "imaps".
5739
5740 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5741
5742         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5743
5744         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5745
5746 2008-02-01  Kenichi Handa  <handa@m17n.org>
5747
5748         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5749         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5750         (rfc2104-hash): Convert the result of concat to unibyte string.
5751
5752 2008-02-01  Dave Love  <fx@gnu.org>
5753
5754         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5755         coding-system-for-read.
5756         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5757
5758 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5761         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5762         <hanche@math.ntnu.no>.
5763
5764 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5767
5768         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5769
5770 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5771
5772         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5773         * message.el (message-beginning-of-line): Use featurep instead of bound
5774         tests in order to resolve conditionals at compile time.
5775
5776 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5777
5778         * mail-source.el (mail-sources): Add `group' choice.
5779
5780         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5781         parameter `in-group' to control into which group the articles go.
5782         Add treatment of `group' mail-source.
5783
5784 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5787
5788         * mm-decode.el (mm-dissect-buffer): Decode description.
5789
5790         * mml.el (mml-to-mime): Encode message header first.
5791
5792 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5795         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5796
5797         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5798         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5799
5800 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5803
5804 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5807         prefix keys.
5808         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5809         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5810         gnus-xmas.el.
5811
5812         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5813         (gnus-xmas-article-describe-bindings): New function.
5814         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5815         gnus-xmas-article-describe-bindings.
5816
5817         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5818
5819 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5822         Add new variables for article mark management.
5823         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5824         list of extra data entries which, when present, will indicate that the
5825         article ID should not be trimmed from the registry.
5826         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5827         functions.
5828         (gnus-registry-read-mark): New function to read a mark name from the
5829         user.
5830         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5831         (gnus-registry-set-article-mark-internal): New functions to add and
5832         remove marks.
5833         (gnus-registry-get-article-marks): New function to show the marks for
5834         an article, or retrieve them for further use.
5835
5836 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5839         keys when no argument is given.
5840
5841 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * imap.el (imap-ping-server): New variable.
5844         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5845         (imap-ping-server): Minor doc string fixes.
5846
5847 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5848
5849         * imap.el (imap-ping-server): New function.
5850         (imap-opened): Call imap-ping-server.
5851
5852 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * gnus-sum.el (gnus-article-sort-by-random)
5855         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5856         jidanni@jidanni.org.
5857
5858 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-article-describe-bindings): New function.
5861         (gnus-article-read-summary-keys): Use it.
5862         (gnus-article-mode-map): Bind `C-h b' to it.
5863
5864 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5867         XEmacs.
5868         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5869         against non-character events.
5870
5871         * lpath.el: Fbind map-keymap for Emacs 21.
5872
5873 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5876         command.
5877         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5878         instead of END.  Change name of the temp file.
5879         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5880         customizable.
5881
5882 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5885         bind `S W' to gnus-article-wide-reply-with-original; set default
5886         binding to gnus-article-read-summary-send-keys.
5887         (gnus-article-read-summary-keys): Fix the order of keys; display
5888         continuation keys correctly in the echo area; describe bindings
5889         correctly when keys end with `C-h'.
5890         (gnus-article-read-summary-send-keys): New function.
5891         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5892         for gnus-article-read-summary-send-keys; display continuation keys
5893         correctly in the echo area.
5894         (gnus-article-reply-with-original): Ignore prefix argument.
5895         (gnus-article-wide-reply-with-original): New function.
5896
5897         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5898         Emacs 21.
5899
5900 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5903         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5904
5905 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5908         (gnus-group-read-ephemeral-gmane-group): New command.
5909
5910 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5911
5912         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5913
5914 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * message.el (message-send-mail-function): Increase custom version.
5917
5918         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5919         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5920
5921 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5924         for the cases where imap-authenticate is called with a nil buffer
5925         parameter.
5926
5927 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5930         html parts correctly; support forwarded messages.
5931         (gnus-article-browse-html-article): Remove work buffers.
5932
5933         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5934         compiling.
5935         (netrc-bound-and-true-p): New macro.
5936         (netrc-parse): Use it instead of bound-and-true-p that is not available
5937         in XEmacs 21.4.
5938
5939 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5940
5941         * gnus-registry.el (gnus-registry-mark-article)
5942         (gnus-registry-article-marks): Add functionality to mark articles
5943         through the Gnus registry.
5944
5945         * encrypt.el: Clarify documentation for the new pgg method.
5946         (encrypt-file-alist): Add PGG option.
5947         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5948         functionality.  Abstract password key and messaging to external
5949         functions.
5950         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5951         (encrypt-message-method-and-cipher): Add new convenience external
5952         functions.
5953         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5954         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5955
5956         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5957         (netrc-parse): Use encrypt-file-alist to determine if
5958         encrypt-find-model or encrypt-insert-file-contents should be used.
5959
5960         * encrypt.el: Clarify documentation.  Load password-cache or
5961         password, whichever one is found first, instead of autoloading.
5962
5963 2007-12-19  Glenn Morris  <rgm@gnu.org>
5964
5965         * mml.el (message-options-set, message-narrow-to-head)
5966         (message-in-body-p, message-mail-p, message-encode-message-body):
5967         Autoload.
5968         (message-remove-header, message-narrow-to-headers-or-head)
5969         (message-subscribed-p, message-make-mail-followup-to)
5970         (message-position-on-field, message-news-p)
5971         (message-options-set-recipient, message-generate-headers)
5972         (message-sort-headers): Declare as functions.
5973
5974 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5977         convention in doc string.
5978
5979 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5982         title to html parts.
5983         (gnus-article-browse-html-article): Pass message header to it.
5984
5985         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5986
5987 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5990         or password compatible with XEmacs.
5991
5992 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5995         format document.
5996         (gnus-mime-delete-part): Don't write description line if empty.
5997         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5998
5999 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6000
6001         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6002         (gnus-summary-mark-read-and-unread-as-read)
6003         (gnus-summary-mark-current-read-and-unread-as-read)
6004         (gnus-summary-mark-unread-as-ticked): Doc fix.
6005         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6006
6007 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6010         Christoph Conrad <christoph.conrad@gmx.de>.
6011
6012 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6015         yes-or-no-p.
6016
6017 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * mm-decode.el (mm-add-meta-html-tag): New function.
6020         (mm-save-part-to-file, mm-pipe-part): Use it.
6021
6022         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6023         gnus-y-or-n-p instead of y-or-n-p.
6024         (gnus-article-browse-html-parts): Work with message/external-body; use
6025         mm-add-meta-html-tag.
6026
6027 2007-12-11  Glenn Morris  <rgm@gnu.org>
6028
6029         * gnus-cache.el: Require gnus-sum not just when compiling.
6030
6031         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6032
6033         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6034         definitions before use.
6035
6036         * mm-decode.el: Require gnus-util.
6037         (mm-remove-part): Only call delete-annotation on XEmacs.
6038
6039         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6040
6041         * nnmail.el: Require gnus-int.
6042
6043         * spam.el: Move `require's before `eval-when-compile's.
6044
6045         * gnus-ems.el (gnus-alive-p):
6046         * gnus-fun.el (message-goto-eoh):
6047         * gnus-util.el (gnus-group-name-decode):
6048         * mail-source.el (gnus-compress-sequence):
6049         * message.el (Info-goto-node, format-spec):
6050         * mm-bodies.el (message-options-get):
6051         * mm-decode.el (mm-view-pkcs7):
6052         * mm-util.el (gmm-write-region):
6053         * mml-smime.el (mml-compute-boundary)
6054         (gnus-completing-read-with-default):
6055         * mml.el (widget-button-press, gnus-make-hashtable):
6056         * mml1991.el (mm-decode-content-transfer-encoding)
6057         (mm-encode-content-transfer-encoding)
6058         (message-options-get, message-options-set):
6059         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6060         * nnfolder.el (gnus-request-group):
6061         * nnheader.el (ietf-drums-unfold-fws):
6062         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6063         * smime.el (gnus-run-mode-hooks):
6064         * spam-stat.el (gnus-message): Autoload.
6065
6066         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6067         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6068         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6069         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6070         Add declare-function compatibility definition.
6071
6072         * gnus-cache.el (nnvirtual-find-group-art):
6073         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6074         (gnus-add-image, gnus-add-wash-type):
6075         * gnus-group.el (nnkiboze-score-file):
6076         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6077         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6078         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6079         (message-tokenize-header, gnus-get-buffer-create)
6080         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6081         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6082         * gnus.el (gnus-group-decoded-name):
6083         * mail-source.el (imap-capability):
6084         * mm-bodies.el (message-options-set):
6085         * mm-decode.el (gnus-configure-windows):
6086         * mm-extern.el (message-goto-body):
6087         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6088         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6089         (epg-sub-key-validity, message-options-set):
6090         * mml.el (widget-event-point, gnus-configure-windows):
6091         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6092         * mml2015.el (epg-check-configuration, epg-configuration)
6093         (message-options-set):
6094         * nndb.el (nndb-request-article):
6095         * nnfolder.el (gnus-request-create-group):
6096         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6097         * nnmaildir.el (gnus-group-mark-article-read):
6098         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6099         * rfc1843.el (message-fetch-field):
6100         * spam.el (gnus-extract-address-components):
6101         Declare as functions.
6102
6103 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6106
6107         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6108
6109         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6110         bind show-trailing-whitespace for XEmacs.
6111
6112 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6115         new no-op macro for backward compatibility.
6116
6117         * imap.el (imap-string-to-integer): New function.
6118
6119 2007-12-09  Glenn Morris  <rgm@gnu.org>
6120
6121         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6122
6123         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6124         * message.el, mm-view.el, sieve-manage.el, smime.el:
6125         Add declare-function compatibility definition.
6126
6127         * gnus-art.el (w3-region, w3m-region, Info-menu):
6128         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6129         * gnus-sum.el (gnus-get-predicate):
6130         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6131         * message.el (mail-abbrev-in-expansion-header-p):
6132         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6133         (w3m-detect-meta-charset, w3m-region):
6134         * sieve-manage.el (password-read, password-cache-add)
6135         (password-cache-remove):
6136         * smime.el (password-read-and-add): Declare as functions.
6137
6138 2007-12-08  David Kastrup  <dak@gnu.org>
6139
6140         * gnus-sum.el (gnus-summary-simplify-subject-query):
6141         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6142         `message'.
6143
6144 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6147         it to bind idna-program, installation-directory, defined-colors, and
6148         face-attribute for XEmacs of the version that compiles defcustom forms.
6149
6150 2007-12-07  Glenn Morris  <rgm@gnu.org>
6151
6152         * gnus-art.el (article-make-date-line): Revert previous change.
6153
6154 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6157
6158 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6159
6160         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6161         Call gnus-add-to-range ranges only once with a prepared article-list.
6162
6163 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6164
6165         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6166         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6167         group names with backslashes.  Reported by Tassilo Horn
6168         <tassilo@member.fsf.org>.
6169
6170 2007-12-06  Deepak Goel  <deego3@gmail.com>
6171
6172         * gnus-art.el (article-make-date-line):
6173         * gnus-start.el (gnus-load):
6174         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6175
6176 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-use-idna)
6179         * gnus-start.el (gnus-site-init-file)
6180         * message.el (message-use-idna)
6181         * mm-uu.el (mm-uu-hide-markers)
6182         * smiley.el (smiley-style): Revert changes that suppress warnings.
6183
6184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6187         specify charset to html source.  Reported by Christoph Conrad
6188         <christoph.conrad@gmx.de>.
6189
6190 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6193         idna-program in order to suppress byte compile warning issued by XEmacs
6194         that came to byte compile the default value section of defcustom forms
6195         recently.
6196
6197         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6198         value of installation-directory.
6199
6200         * message.el (message-use-idna): Don't directly refer to the value of
6201         idna-program.
6202
6203         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6204
6205         * smiley.el (smiley-style): Don't directly call face-attribute.
6206
6207 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6210
6211         * gnus-dired.el: Reduce Gnus dependencies.
6212         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6213         require.  Use autoloads instead.
6214         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6215         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6216         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6217         (gnus-dired-mode): Adjust doc string.
6218         (gnus-dired-mail-mode): New variable.
6219         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6220         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6221         (gnus-dired-mail-buffers): New function.  Return mail or message
6222         composition buffers.
6223         (gnus-dired-attach): Use it.
6224         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6225         NO-DECODE.
6226         (gnus-dired-print): Use `gnus-print-buffer' depending on
6227         `gnus-dired-mail-mode'.
6228
6229 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * rfc2047.el (rfc2047-encoded-word-regexp)
6232         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6233         explaining what regexp patterns are for.
6234
6235 2007-12-04  Glenn Morris  <rgm@gnu.org>
6236
6237         * password.el: Move to password-cache.el.
6238
6239         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6240         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6241         * mml-smime.el (password-read, password-cache-add)
6242         (password-cache-remove):
6243         No need to autoload, since mml-sec requires password.
6244
6245         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6246         * message.el (gnus-extract-address-components):
6247         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6248
6249         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6250         password.
6251
6252 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * mailcap.el: Reduce dependencies.
6255         (mail-header-parse-content-type): Autoload.
6256         (mailcap-delete-duplicates): New alias.
6257         (mailcap-mime-info): Add optional argument NO-DECODE.
6258         (mailcap-mime-types): Use mailcap-delete-duplicates.
6259
6260         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6261
6262 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6263
6264         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6265         (imap-parse-status): Upcase status-att for servers that sends them
6266         lower-case (e.g., MS Exchange 2007).
6267
6268 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6271         function.
6272
6273         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6274         (gnus-uu-yenc-article): New function.
6275
6276         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6277
6278         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6279         buffer.
6280
6281 2007-12-02  Glenn Morris  <rgm@gnu.org>
6282
6283         * binhex.el (binhex): New custom group.
6284         (binhex-decoder-program, binhex-decoder-switches)
6285         (binhex-use-external): Move to the binhex custom group.
6286
6287         * uudecode.el (uudecode): New custom group.
6288         (uudecode-decoder-program, uudecode-decoder-switches)
6289         (uudecode-use-external): Move to the uudecode custom group.
6290
6291         * netrc.el (top-level): Don't load `encrypt' features.
6292         (netrc-parse): Don't use encrypt.
6293         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6294
6295         * encrypt.el: Remove file.
6296
6297 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6300         matches on patches.
6301
6302         * gnus-art.el (gnus-article-browse-html-article): Mention
6303         `mm-text-html-renderer' in the doc string.
6304
6305         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6306         string.  Add comments.
6307
6308         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6309         if rhs is ASCII.
6310
6311 2007-12-01  Glenn Morris  <rgm@gnu.org>
6312
6313         * mail-source.el (top-level): Require format-spec before
6314         eval-when-compile.
6315
6316 2007-11-30  Glenn Morris  <rgm@gnu.org>
6317
6318         * encrypt.el: Require password, rather than autoloading password-read.
6319
6320 2007-11-29  Glenn Morris  <rgm@gnu.org>
6321
6322         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6323         (sasl-make-client, sasl-next-step, sasl-step-data)
6324         (sasl-step-set-data): Declare as functions.
6325
6326 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6329
6330 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6331
6332         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6333         certs should be verified and what is to be done in the event of a
6334         verification failure.
6335
6336         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6337         caller can indicate whether the cache should be disregarded for this
6338         call.  This way the result of the call is reproducible at all times and
6339         can be considered a canonical server name for the supplied method.
6340         (gnus-agent-method-p): Canonicalize server names by pushing their
6341         method through `gnus-method-to-server' using the no-cache argument.
6342
6343         * gnus-srvr.el (gnus-server-insert-server-line): Call
6344         `gnus-method-to-server' with `no-cache' argument.
6345
6346         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6347         gnus-agent-possibly-synchronize-flags as this should be called when the
6348         server is actually being opened.
6349         (gnus-agent-possibly-synchronize-flags)
6350         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6351         flags file of an agentized server to the latter function.
6352
6353         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6354         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6355         after a connection has been established successfully.
6356
6357 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (article-display-face): Force to display face if called
6360         interactively; check if gnus-article-x-face-too-ugly matches author.
6361         (article-display-x-face): Display face even if From header is missing
6362         as article-display-face does.
6363
6364 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6365
6366         * hashcash.el (message-narrow-to-headers-or-head)
6367         (message-fetch-field, message-goto-eoh)
6368         (message-narrow-to-headers): Declare as functions.
6369
6370 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * mail-source.el (mail-sources): Default to fetch from file for
6373         compatibility with default of nnmail-spool-file.
6374
6375 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6378         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6379         to look for encoded word that should be encoded again.
6380         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6381         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6382         encoding pattern.
6383         (rfc2047-decode-region): Switch strict regexp and loose one according
6384         to rfc2047-allow-irregular-q-encoded-words.
6385
6386 2007-11-25  Romain Francoise  <romain@orebokech.com>
6387
6388         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6389
6390 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * tls.el (tls-program): Provide more custom choices from
6393         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6394         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6395
6396 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6399         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6400
6401         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6402         `nnmail-spool-file'.
6403
6404         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6405         `nnmail-spool-file'.
6406
6407         * gnus-move.el (gnus-change-server): Ditto.
6408
6409         * gnus-kill.el (gnus-batch-score): Ditto.
6410
6411         * gnus-cache.el (gnus-jog-cache): Ditto.
6412
6413         * gnus-msg.el (gnus-summary-reply):
6414         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6415
6416 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6419         version.  Minor improvement to doc strings.
6420         (tls-program): Add comment.
6421
6422 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6423
6424         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6425         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6426         mismatch between the hostname provided in the certificate and the name
6427         of the host connnecting to.
6428         (open-tls-stream): Use them.  Check certificates against trusted root
6429         certificates.
6430
6431 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * gnus-cache.el (gnus-cache-generate-nov-databases):
6434         Use nnml-generate-nov-databases-directory instead of
6435         nnml-generate-nov-databases-1.
6436
6437 2007-11-24  Glenn Morris  <rgm@gnu.org>
6438
6439         * message.el (message-tool-bar-retro): Update for rename
6440         mail_send.xpm->mail-send.xpm.
6441
6442 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6445         `smime-ldap-search' for Emacs 22 and up.
6446
6447 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6448
6449         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6450
6451         * message.el (message-send-mail-function): Fix error convention.
6452         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6453         (message-widen-reply, message-send-mail, message-talkative-question)
6454         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6455         (message-clone-locals, message-send-news): Use with-current-buffer.
6456         (message-insert-or-toggle-importance): Remove unused var `valid'.
6457         (message-make-references): Remove unused var `new-references'.
6458         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6459
6460 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6461
6462         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6463         (spam-split-symbolic-return-positive): Reflow docstring.
6464         (spam-backends, spam-summary-exit-behavior)
6465         (spam-mark-ham-unread-before-move-from-spam-group)
6466         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6467         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6468         (spam-clear-cache, spam-backend-check, spam-install-backend)
6469         (spam-install-statistical-backend, spam-list-of-processors)
6470         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6471         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6472         (spam-check-crm114, spam-initialize, spam-unload-hook):
6473         Fix typos in docstrings.
6474
6475 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6478         been checked if they have never been read and those group levels are
6479         higher than the one that a user specified.
6480
6481 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6484         foreign groups unless a group level is specified by a user.
6485         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6486
6487 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * message.el (message-send-mail-function): Require sendmail.
6490
6491 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * message.el (message-send-mail-function): Check for smtpmail too.
6494
6495         * utf7.el (utf7-encode, utf7-decode): Use coding system
6496         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6497
6498         * message.el (message-send-mail-function): New function.
6499         (message-send-mail-function): Set default using
6500         message-send-mail-function.  Adjust doc string.
6501         (message-send-mail-with-mailclient): New function.
6502
6503 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6504
6505         * smime.el (from):
6506         * rfc2047.el (message-posting-charset):
6507         * qp.el (mm-use-ultra-safe-encoding):
6508         * pop3.el (parse-time-months):
6509         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6510         * nnml.el (files):
6511         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6512         (jka-compr-compression-info-list, ange-ftp-path-format)
6513         (efs-path-regexp):
6514         * nndiary.el (files):
6515         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6516         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6517         (epg-digest-algorithm-alist, inhibit-redisplay)
6518         (password-cache-expiry):
6519         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6520         (pgg-output-buffer, password-cache-expiry):
6521         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6522         (efs-path-regexp):
6523         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6524         (inhibit-redisplay):
6525         * mm-uu.el (file-name, start-point, end-point, entry)
6526         (gnus-newsgroup-name, gnus-newsgroup-charset):
6527         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6528         (latin-unity-ucs-list):
6529         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6530         (mm-uu-binhex-decode-function):
6531         * message.el (gnus-message-group-art, gnus-list-identifiers)
6532         (rmail-enable-mime-composing, gnus-local-organization)
6533         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6534         (gnus-read-active-file, facemenu-add-face-function)
6535         (facemenu-remove-face-function, gnus-article-decoded-p)
6536         (tool-bar-mode):
6537         * mail-source.el (display-time-mail-function):
6538         * gnus-util.el (nnmail-pathname-coding-system)
6539         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6540         (gnus-original-article-buffer, gnus-user-agent)
6541         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6542         (xemacs-codename, sxemacs-codename, emacs-program-version):
6543         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6544         * gnus-start.el (gnus-agent-covered-methods)
6545         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6546         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6547         (gnus-newsgroup-headers, gnus-group-list-mode)
6548         (gnus-group-mark-positions, gnus-newsgroup-data)
6549         (gnus-newsgroup-unreads, nnoo-state-alist)
6550         (gnus-current-select-method, mail-sources)
6551         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6552         (nnmail-spool-file, gnus-cache-active-hashtb):
6553         * gnus-mh.el (mh-lib-progs):
6554         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6555         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6556         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6557         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6558         (gnus-group-buffer):
6559         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6560         (font-lock-set-defaults):
6561         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6562         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6563         (gnus-summary-post-menu, total-parts, type, condition, length):
6564         * gnus-agent.el (gnus-agent-read-agentview):
6565         * flow-fill.el (show-trailing-whitespace):
6566         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6567         eval-and-compile wrappers for byte compiler pacifiers.
6568
6569         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6570         (mm-display-inline-fontify): Check for featurep 'xemacs not
6571         extent-list.
6572
6573         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6574         itimer-list.
6575         (mm-create-image-xemacs): Only do something for XEmacs.
6576         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6577
6578         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6579
6580         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6581         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6582
6583 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6584
6585         * nnimap.el (nnimap-split-download-body):
6586         * gnus-demon.el (gnus-demon):
6587         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6588
6589 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6592         macros.
6593         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6594         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6595         copy data from unibyte buffer to multibyte current buffer.
6596         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6597         to copy data from unibyte current buffer to multibyte buffer.
6598         (nntp-make-process-buffer): Make process buffer unibyte.
6599
6600         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6601
6602 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6603
6604         * pop3.el (pop3-open-server): Accept and process data more robustly at
6605         connexion start to avoid spurious "POP SSL connexion failed" errors.
6606
6607 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6610         read group names.
6611
6612 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6615
6616 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6619         (nnmail-save-active): Use a unibyte buffer when saving active file,
6620         which may contain non-ASCII group names.
6621
6622         * nnml.el (nnml-request-group): Decode group names in messages.
6623
6624 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-citation-line-function)
6627         (message-insert-formatted-citation-line): Fix spelling of
6628         `message-insert-formated-citation-line'.
6629
6630 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6631
6632         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6633
6634 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6637         nnmail-pathname-coding-system.
6638
6639         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6640         that a user enters; decode group names in messages.
6641
6642         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6643
6644 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6647
6648         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6649
6650         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6651         risky local variable.
6652
6653         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6654
6655 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * encrypt.el: Improve documentation to fix function name typo.
6658         Reported by Daiki Ueno <ueno@unixuser.org>.
6659
6660 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6663         even if the point is not in the last page of an article.
6664         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6665         back to the previous page.
6666
6667 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6670
6671 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6674
6675 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * message.el (message-check-news-body-syntax): Avoid
6678         mm-string-as-multibyte.
6679         (message-hide-headers): Don't assume (point-min)==1.
6680
6681 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * message.el (message-remove-blank-cited-lines): Fix if remove is
6684         given.
6685         (message-bogus-address-regexp): New variable.
6686         (message-bogus-recipient-p): New function.
6687         (message-check-recipients): New command.
6688         (message-syntax-checks): Add `bogus-recipient'.
6689         (message-fix-before-sending): Add `bogus-recipient'.
6690
6691         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6692         (gnus-treat-body-boundary): Don't test window-system.
6693
6694 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6695
6696         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6697
6698 2007-10-28  Miles Bader  <miles@gnu.org>
6699
6700         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6701         at compile-time too.
6702
6703 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-msg.el (gnus-message-setup-hook): Add
6706         `message-remove-blank-cited-lines' to options.
6707
6708 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * message.el (message-remove-blank-cited-lines): New function.
6711         Suggested by Karl Plästerer.
6712
6713 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6716         mapc.
6717
6718         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6719         (top-level): Use mapc to set functions to be traced for debugging.
6720
6721         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6722         called for effect with while loop.
6723
6724         * message.el (message-talkative-question): Replace mapcar called for
6725         effect with mapc.
6726
6727         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6728         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6729         called for effect with dolist.
6730
6731         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6732
6733         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6734         gnus-extra-headers and nnmail-extra-headers.
6735
6736         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6737         called for effect with dolist.
6738         (top-level): Use mapc to set functions to be traced for debugging.
6739
6740         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6741         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6742         dolist.
6743
6744         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6745         Replace mapcar called for effect with mapc.
6746         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6747         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6748         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6749         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6750
6751         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6752         remove-if that's a cl function.
6753
6754         * webmail.el (webmail-debug): Replace mapcar called for effect with
6755         dolist.
6756
6757         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6758         with mapc.
6759
6760 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6763         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6764         with while loop.
6765
6766         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6767         functions from article-* functions.
6768         (gnus-multi-decode-header): Replace mapcar called for effect with
6769         dolist.
6770
6771         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6772         (gnus-bookmark-show-details): Replace mapcar called for effect with
6773         while loop.
6774
6775         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6776         called for effect with while loop.
6777
6778         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6779         with dolist.
6780
6781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6782         mapcar called for effect with dolist.
6783
6784         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6785
6786         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6787         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6788         Replace mapcar called for effect with dolist.
6789         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6790         mapc.
6791
6792         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6793         Replace mapcar called for effect with dolist.
6794         (gnus-topic-list): Replace mapcar called for effect with mapc.
6795
6796         * gnus.el: Use mapc instead of mapcar to add autoloads.
6797
6798 2007-10-23  Richard Stallman  <rms@gnu.org>
6799
6800         * gnus-group.el (gnus-group-highlight): Mark as risky.
6801
6802 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus.el (gnus-server-to-method): Return method found first in
6805         gnus-newsrc-alist.
6806
6807         * gnus-art.el (gnus-article-highlight-signature)
6808         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6809         button overlay without the front stickiness.
6810
6811 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6812
6813         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6814         overview buffer needed a catch to receive its throw.
6815         (gnus-agent-flush-cache): Declared as interactive to make this function
6816         easier to use.
6817
6818 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6821         `next-line'.
6822
6823 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6826         exclude address matching message-dont-reply-to-names.
6827
6828 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-util.el (gnus-string<): New function.
6831
6832         * gnus-sum.el (gnus-article-sort-by-author)
6833         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6834
6835 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6838         the frame-focus tag is set in gnus-buffer-configuration.
6839
6840 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6843         the front stickiness.
6844
6845 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6848         url pattern; remove duplicate one.
6849         (gnus-article-extend-url-button): New function.
6850         (gnus-article-add-buttons): Use it.
6851         (gnus-button-push): Use concatenated url that it makes.
6852
6853 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6854
6855         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6856
6857 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6858
6859         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6860         Don't hardcode point-min==1.
6861
6862 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6865         Fix comment about "iso8859-1".
6866
6867 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6868
6869         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6870         ones returned from the verify-function.
6871
6872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6873         mml2015-extract-cleartext-signature if extraction failed.
6874
6875 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6876
6877         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6878         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6879         failed.
6880
6881 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6884
6885 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6888         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6889         recommends to use EasyPG instead of PGG.
6890
6891         * pgg.el: Revert to revision 6.23.2.16.
6892
6893         * pgg-def.el: Revert to revision 6.6.2.14.
6894
6895         * pgg-gpg.el: Revert to revision 6.23.2.34.
6896
6897 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6900         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6901         thread for both the null and zero (kill/expire thread) universal prefix
6902         cases.
6903         (gnus-summary-expire-thread): Add new function to expire a thread,
6904         using gnus-summary-kill-thread.
6905         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6906         shortcuts for gnus-summary-expire-thread.
6907         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6908         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6909
6910 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6913         extras value, so an extras entry can be deleted.
6914         (gnus-registry-delete-extra-entry): Use it.
6915         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6916         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6917         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6918         storage through the gnus-registry, and provide an appropriate API for
6919         it.
6920
6921 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6924         Suggested by Leo <sdl.web@gmail.com>.
6925
6926         * gnus.el: Do.
6927
6928 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6931         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6932
6933         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6934
6935         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6936         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6937
6938 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6941         newline.
6942         (nnmbox-request-accept-article): Don't change article in source buffer;
6943         narrow to header to use message-fetch-field rather than
6944         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6945         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6946         as delimiters; make sure article ends with newline.
6947         (nnmbox-delete-mail): Correct last position of article to be deleted;
6948         ignore X-Gnus-Newsgroup header in article body.
6949         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6950         positions; make sure article ends with newline.
6951
6952         * message.el (message-display-abbrev): Don't infloop when a user
6953         inserts SPC in the beginning of header.
6954
6955         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6956         coding-system-for-read and coding-system-for-write for XEmacs having no
6957         file-coding feature.
6958
6959         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6960
6961 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6964         list of groups not followed by default.  Fix type to be regexp.
6965         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6966
6967 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6968
6969         * hmac-def.el (define-hmac-function): Switch from old-style to
6970         new-style backquotes.
6971
6972         * md4.el (md4-make-step): Likewise.
6973
6974 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6977         raw-text coding system when saving .newsrc file, which may contain
6978         non-ASCII group names.
6979
6980 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-cus.el (gnus-score-extra): New widget.
6983         (gnus-score-extra-convert): New function.
6984         (gnus-score-customize): Use it for Extra.
6985
6986 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6987
6988         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6989         (mml2015-mailcrypt-clear-verify): Use it.
6990         (mml2015-gpg-clear-verify): Use it.
6991         (mml2015-pgg-clear-verify): Use it.
6992         (mml2015-epg-clear-verify): Replace the current part with the output
6993         from GnuPG; don't extract the plaintext by itself.
6994
6995         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6996         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6997         mml2015-clear-verify-function; don't touch the armor headers or
6998         dash-escaped text here.
6999
7000 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7003         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7004         parts, or application/octet-stream as a last resort.
7005         (gnus-mime-view-part-as-type): Don't toggle display.
7006         (gnus-mime-view-part-as-charset): Don't turn off display before
7007         querying charset.
7008
7009         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7010         stuff to undisplayer function in Emacs.
7011         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7012
7013         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7014         text/calendar parts.
7015
7016 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7019         decoding text/calendar parts.
7020
7021         * message.el (message-forward-make-body-mime): Always mark body as
7022         having no illegible text; remove signed-or-encrypted argument.
7023         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7024
7025         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7026         (mml-generate-mime-1): Don't encode body if it is specified to be in
7027         raw form; don't make buffer be unibyte when inserting multibyte string.
7028
7029 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7030
7031         * sha1.el: Fix up comment style.
7032         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7033         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7034
7035         * hex-util.el: Fix up comment style.
7036         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7037
7038         * gnus-salt.el: Use with-current-buffer.
7039         (gnus-pick-setup-message): Fix long-standing typo.
7040
7041 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * imap.el (imap-logout-timeout): New variable.
7044         (imap-logout, imap-logout-wait): New functions.
7045         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7046
7047         * nnimap.el (nnimap-logout-timeout): New server variable.
7048         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7049         nnimap-logout-timeout.
7050
7051         * gnus-art.el (gnus-article-summary-command-nosave)
7052         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7053
7054 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus.el (gnus-maximum-newsgroup): New variable.
7057
7058         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7059         according to gnus-maximum-newsgroup.
7060
7061         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7062         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7063         Limit the range of articles according to gnus-maximum-newsgroup.
7064
7065 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7066
7067         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7068         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7069         Don't perform gnus-configure-windows here; reuse existing sticky
7070         article buffer.
7071
7072         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7073         it doesn't exist in gnus-article-mode.
7074
7075 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7078         (gnus-agent-decoded-group-name): New function.
7079         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7080         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7081
7082 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7083
7084         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7085         Add binding for gnus-sticky-article.
7086         (gnus-summary-exit): Don't kill sticky article buffers.
7087
7088         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7089         article buffer.
7090         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7091         (gnus-kill-sticky-article-buffers): New commands.
7092
7093 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * nntp.el (nntp-xref-number-is-evil): New server variable.
7096         (nntp-find-group-and-number): If it is non-nil, don't trust article
7097         numbers in the Xref header.
7098
7099 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-agent.el (gnus-agent-read-group): New function.
7102         (gnus-agent-flush-group, gnus-agent-expire-group)
7103         (gnus-agent-regenerate-group): Use it.
7104         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7105         nnmail-pathname-coding-system.
7106
7107 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7110
7111         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7112         that are unread as unread, and also as selected so that information of
7113         marks having been changed by a user may be updated when exiting group.
7114
7115 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7118         calculated ignoring signature parts to gnus-treat-article.
7119
7120 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7123         a point here in order to keep the window start.
7124         (gnus-insert-mime-security-button): Make a button overlay without the
7125         front stickiness.
7126         (gnus-mime-display-security): Goto the end of a button.
7127
7128         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7129
7130 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7133         group-name-at-point.
7134         (gnus-group-completing-read): New function that offers decoded
7135         non-ASCII group names for completion.
7136         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7137         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7138         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7139         (gnus-group-fetch-control): Use it.
7140         (gnus-fetch-group): Use group-name-at-point for the initial value
7141         rather than the default value; use gnus-alive-p.
7142
7143         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7144         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7145         (gnus-summary-post-news): Use gnus-group-completing-read.
7146
7147         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7148         (gnus-read-move-group-name): Decode group name for completion.
7149
7150 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7153         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7154         Yamaoka slightly modified the code).
7155
7156 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7159         (nnmail-split-incoming): Bind it.
7160
7161         * nnml.el (nnml-group-name-charset): New function.
7162         (nnml-decoded-group-name): Use it; don't decode group name if
7163         nnmail-group-names-not-encoded-p is non-nil.
7164         (nnml-encoded-group-name): New function.
7165         (nnml-group-pathname): Inline nnml-decoded-group-name.
7166         (nnml-request-expire-articles): Decode group name in message.
7167         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7168         nnmail-pathname-coding-system.
7169         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7170         not decoded ones according to nnmail-group-names-not-encoded-p.
7171         (nnml-generate-active-info): Use nnml-encoded-group-name.
7172
7173 2007-08-08  Glenn Morris  <rgm@gnu.org>
7174
7175         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7176         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7177         doc-strings and comments.
7178
7179 2007-07-25  Glenn Morris  <rgm@gnu.org>
7180
7181         * Relicense all FSF files to GPLv3 or later.
7182
7183 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-sum.el (gnus-summary-move-article): Make
7186         gnus-summary-respool-article work.
7187
7188 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7191         string.
7192
7193 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7194
7195         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7196         that should be ignored when comparing distant RSS articles with local
7197         ones.
7198         (nnrss-make-hash-index): New function.  Create a hash index according
7199         to the ignored fields.
7200         (nnrss-check-group): Use it.
7201
7202 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7205
7206         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7207
7208         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7209         the new optional argument ENCODED is non-nil.
7210         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7211         coding system for encoding group name.
7212         (gnus-group-make-rss-group): Pass un-encoded group name to
7213         gnus-group-make-group.
7214         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7215         encoded.
7216
7217         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7218         Encode group name to which articles are moved or copied.
7219         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7220         coding system for encoding Newsgroup, Followup-To and Xref headers.
7221
7222         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7223         marks; use nnheader-file-coding-system to write a file.
7224         (nnagent-retrieve-headers): Bind file-name-coding-system to
7225         nnmail-pathname-coding-system.
7226
7227         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7228
7229         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7230         (nnml-request-article, nnml-request-create-group)
7231         (nnml-request-rename-group, nnml-find-id)
7232         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7233         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7234         (nnml-save-marks): Use nnml-group-pathname instead of
7235         nnmail-group-pathname.
7236
7237         (nnml-request-create-group, nnml-request-expire-articles)
7238         (nnml-request-move-article, nnml-request-delete-group)
7239         (nnml-deletable-article-p, nnml-possibly-create-directory)
7240         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7241         (nnml-open-marks): Bind file-name-coding-system to
7242         nnmail-pathname-coding-system.
7243
7244         (nnml-request-article): Pass server argument to nnml-find-group-number.
7245         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7246         server argument to nnml-possibly-create-directory.
7247         (nnml-request-accept-article): Pass server argument to
7248         nnml-active-number and nnml-save-mail.
7249         (nnml-find-group-number): Pass server argument to nnml-find-id.
7250         (nnml-request-update-info): Pass server argument to
7251         nnml-marks-changed-p.
7252
7253         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7254         (nnml-save-mail, nnml-active-number): Add server argument.
7255
7256         (nnml-request-delete-group): Warn if group is missing.
7257         (nnml-get-nov-buffer): Decode group name.
7258         (nnml-generate-active-info): Encode group name.
7259         (nnml-open-marks): Decode group name in messages.
7260
7261 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7264         if it is not specified.
7265         (gnus-article-pipe-part, gnus-article-save-part)
7266         (gnus-article-interactively-view-part, gnus-article-copy-part)
7267         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7268         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7269         (gnus-article-replace-part, gnus-article-delete-part)
7270         (gnus-article-view-part-as-type): Pass raw prefix argument to
7271         gnus-article-part-wrapper.
7272
7273 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-agent.el (gnus-agent-save-active): Bind
7276         nnheader-file-coding-system to gnus-agent-file-coding-system.
7277
7278         * gnus-cache.el (gnus-cache-save-buffers)
7279         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7280         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7281         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7282         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7283         (gnus-cache-generate-active, gnus-cache-rename-group)
7284         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7285         (gnus-cache-update-overview-total-fetched-for): Bind
7286         file-name-coding-system to nnmail-pathname-coding-system.
7287         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7288         variables.
7289         (gnus-cache-decoded-group-name): New function.
7290         (gnus-cache-file-name): Use it.
7291         (gnus-cache-generate-active): Use non-decoded group name for active.
7292
7293         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7294         right place.
7295         (gnus-write-active-file): Don't break non-ASCII group names.
7296
7297         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7298         nnmail-pathname-coding-system.
7299
7300         * lpath.el: Bind default-file-name-coding-system,
7301         file-name-coding-system and language-info-alist for XEmacs.
7302
7303         * gnus-uu.el (gnus-uu-decode-save): Typo.
7304
7305 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7308
7309 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7312         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7313         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7314         (gnus-agent-flush-group, gnus-agent-flush-cache)
7315         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7316         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7317         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7318         (gnus-agent-regenerate-group)
7319         (gnus-agent-update-files-total-fetched-for)
7320         (gnus-agent-update-view-total-fetched-for): Bind
7321         file-name-coding-system to nnmail-pathname-coding-system.
7322         (gnus-agent-group-pathname): Don't encode file names by
7323         nnmail-pathname-coding-system.
7324         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7325         coding-system-for-write instead of buffer-file-coding-system to
7326         gnus-agent-file-coding-system.
7327
7328         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7329         Decode group name.
7330
7331         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7332
7333         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7334         (gnus-read-newsrc-el-file): Make group names unibyte.
7335
7336         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7337         nnmail-pathname-coding-system.
7338
7339         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7340         (nnrss-request-delete-group): Bind file-name-coding-system to
7341         nnmail-pathname-coding-system.
7342         (nnrss-read-server-data, nnrss-read-group-data): Bind
7343         file-name-coding-system correctly.
7344         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7345
7346         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7347         (nntp-server-to-method-cache): New variable.
7348         (nntp-group-pathname): New function that decodes non-ASCII group names.
7349         (nntp-possibly-create-directory, nntp-marks-changed-p)
7350         (nntp-save-marks, nntp-open-marks): Use it.
7351         (nntp-possibly-create-directory, nntp-open-marks):
7352         Bind file-name-coding-system to nnmail-pathname-coding-system.
7353         (nntp-open-marks): Decode group names when bootstrapping marks.
7354
7355         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7356         Newsgroups and Folowup-To headers.
7357
7358 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7361         (gnus-server-closed-face, gnus-server-denied-face)
7362         (gnus-server-offline-face): Remove variable.
7363         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7364
7365         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7366         of modifying message-stack directly for XEmacs.
7367
7368         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7369         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7370         if the coding-system argument is nil for XEmacs.
7371
7372         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7373         mm-charset-override-alist.
7374
7375         * rfc2047.el: Don't require base64; require rfc2045 for the function
7376         rfc2045-encode-string.
7377         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7378         to quote the parameter value.
7379
7380 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7383         form in gnus-group-name-charset-method-alist.
7384
7385         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7386         overrides the default layout edit-form.
7387
7388         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7389
7390         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7391
7392 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7395         as unfetched articles.
7396
7397 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7400
7401 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7404         original back end that keeps marks in the local system.
7405
7406 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7409         arg of pop-to-buffer for XEmacs.
7410         (gnus-article-read-summary-keys): Ditto; don't restore window
7411         configuration if summary command ends up with neither article buffer
7412         nor summary buffer; describe bindings if summary keys end with C-h.
7413
7414 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * message.el (message-fix-before-sending): Skip raw message part to be
7417         forwarded while checking illegible text.
7418         (message-forward-make-body-mime, message-forward-make-body): Mark
7419         signed or encrypted raw message as having no illegible text.
7420
7421 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7424         (gnus-message-with-timestamp-1): New macro.
7425         (gnus-message-with-timestamp): New function.
7426         (gnus-message): Use them.
7427
7428         * nnheader.el (nnheader-message): Use them.
7429
7430 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7433         .newsrc.eld file.
7434
7435 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-agent.el (gnus-agent-fetch-headers)
7438         (gnus-agent-retrieve-headers): Bind
7439         gnus-decode-encoded-address-function to identity.
7440
7441         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7442         available also when the server returns simply a dot.
7443
7444         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7445
7446 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7449
7450 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-ems.el (gnus-x-splash): Make it work.
7453
7454         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7455         from being used.
7456
7457         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7458
7459 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7462         4th and the 5th arguments.
7463
7464         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7465         the front stickiness.
7466         (gnus-article-summary-command-nosave): Correct the order of the
7467         arguments passed to pop-to-buffer.
7468         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7469         summary command ends up with the article buffer.
7470
7471         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7472         the same faces.
7473
7474 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7475
7476         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7477
7478 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7479
7480         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7481         * gnus-sum.el (gnus-summary-highlight):
7482         * pgg.el (pgg-sign-region, pgg-sign):
7483         * mail-source.el (mail-source-delete-old-incoming-confirm):
7484         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7485
7486 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-mime-view-part-externally)
7489         (gnus-mime-view-part-internally): Fix predicate function passed to
7490         completing-read.
7491
7492         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7493
7494         * gnus.el (gnus-update-message-archive-method): Add :version.
7495
7496 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus.el (gnus-update-message-archive-method): New variable.
7499
7500         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7501         according to gnus-message-archive-method if
7502         gnus-update-message-archive-method is non-nil.
7503
7504 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7507         by Loic Dachary <loic@dachary.org>.
7508         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7509
7510 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * message.el (message-pop-to-buffer): Add switch-function argument.
7513         (message-mail): Pass switch-function argument to it.
7514
7515 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7518         Improve doc string.
7519
7520 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7523         (gnus-header-content)
7524         * gnus-cite.el (gnus-cite-10)
7525         * gnus-srvr.el (gnus-server-closed)
7526         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7527         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7528         (gnus-group-mail-3-empty, gnus-group-mail-low)
7529         (gnus-group-mail-low-empty, gnus-splash)
7530         * message.el (message-header-to, message-header-cc)
7531         (message-header-subject, message-header-other, message-header-name)
7532         (message-header-xheader, message-separator, message-cited-text)
7533         (message-mml): Lighten colors of faces used for dark background.
7534
7535 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7536
7537         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7538         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7539
7540 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * message.el (message-narrow-to-headers-or-head):
7543         Ignore mail-header-separator in the body.
7544
7545 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7548         same as window size.
7549
7550 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7551
7552         * message.el (message-font-lock-keywords): Use message-header-xheader
7553         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7554         ahead of the anything pattern, to get it recognised.
7555
7556 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7559         spam.el loads uses it in the compiled defadvice form.
7560
7561 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7562
7563         * gnus-sum.el (gnus-articles-to-read)
7564         (gnus-summary-insert-old-articles): Don't truncate group name for
7565         `read-string'.
7566
7567         * gnus-util.el (gnus-limit-string): Delete this function.
7568
7569         * gnus-sum.el (gnus-simplify-subject-fully): Use
7570         `truncate-string-to-width' instead.
7571
7572 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7573
7574         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7575         if, on summary exit, the next group has to be selected.
7576         (gnus-summary-exit): Use it.
7577
7578 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7581         non-break space.
7582
7583 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7586         Check if group is not a directory.
7587         (nnfolder-request-expire-articles): Don't delete articles if the target
7588         group is not available.
7589
7590         * nnml.el (nnml-request-create-group): Properly check if group is not a
7591         file.
7592         (nnml-request-expire-articles): Don't delete articles if the target
7593         group is not available.
7594
7595         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7596         Don't quote characters that are within parentheses.
7597
7598 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7601         (gnus-handle-ephemeral-exit): Select article according to it.
7602
7603 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * message.el (message-insert-formated-citation-line): Remove newline.
7606         (message-citation-line-format): Add final \n here so that the user can
7607         avoid a blank line.
7608
7609 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7610
7611         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7612         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7613         Update lanl/arXiv support.
7614
7615 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gnus.el: Bump version number.
7618
7619 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus.el (gnus-version-number): Bump version.
7622
7623 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7624
7625         * gnus.el: No Gnus v0.6 is released.
7626
7627 2007-04-27  Didier Verna  <didier@xemacs.org>
7628
7629         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7630         * gmm-utils.el (gmm-regexp-concat): here.
7631         * message.el: Don't require 'gnus-util.
7632         (message-dont-reply-to-names): Handle name change above.
7633         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7634
7635 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7638         since the initial value varies according to the system.
7639
7640 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7643
7644 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7645
7646         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7647
7648 2007-04-24  Didier Verna  <didier@xemacs.org>
7649
7650         Improve the type of gnus-ignored-from-addresses.
7651         * gnus-util.el (gnus-orify-regexp): New function.
7652         * message.el (gnus-util): Require it.
7653         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7654         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7656
7657 2007-04-24  Didier Verna  <didier@xemacs.org>
7658
7659         * gnus-sum.el:
7660         * gnus-utils.el: Fix some trailing whitespaces.
7661
7662 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7665         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7666         article's Message-ID; refer parent article in summary buffer.
7667
7668         * message.el (message-bounce): Call mime-to-mml.
7669
7670         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7671         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7672         optimize and/or forms properly.
7673
7674 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7677         URL.
7678
7679 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7682
7683 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7686         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7687         displayed of multipart/alternative part if it is invoked from summary
7688         buffer.
7689
7690         * mm-view.el (mm-inline-text-html-render-with-w3m)
7691         (mm-inline-text-html-render-with-w3m-standalone)
7692         (mm-inline-render-with-function): Use mail-parse-charset by default.
7693
7694 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7695
7696         * parse-time.el (parse-time-string-chars): Check if CHAR
7697         is less than the length of parse-time-syntax.
7698
7699 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7702         from gnus-newsgroup-processable.
7703
7704 2007-04-16  Didier Verna  <didier@xemacs.org>
7705
7706         * gnus-msg.el (gnus-configure-posting-styles): Handle
7707         message-signature-directory properly with :file syntax.  Reported by
7708         "Leo".
7709
7710 2007-04-11  Didier Verna  <didier@xemacs.org>
7711
7712         New user option: message-signature-directory.
7713         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7714         * message.el (message-insert-signature): Ditto.
7715         * message.el (message-signature-file): Doc update.
7716         * message.el (message-signature-directory): New.
7717
7718 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-msg.el (gnus-inews-yank-articles): Use
7721         message-exchange-point-and-mark instead of exchange-point-and-mark.
7722
7723 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * message.el (message-yank-original): Make sure cited text ends with
7726         newline; don't exchange point and mark.
7727
7728 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7729
7730         * tls.el (open-tls-stream): Properly handle case where there
7731         is no associated buffer.
7732
7733 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7734
7735         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7736         message-yank-original, make sure (< mark TEXT point).
7737
7738 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * message.el (message-fill-column): New variable.
7741         (message-mode): Use it.  Add comment on a possible new hook.
7742
7743         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7744         (nnmail-get-new-mail): Reformat.
7745
7746         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7747
7748         * gmm-utils.el: Fix Commentary.
7749         (gmm-tool-bar-from-list): Fix typo in doc string.
7750
7751 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7752
7753         * message.el (message-yank-original): Don't switch point and mark
7754         unnecessarily to put point and mark as documented.
7755
7756 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7759         from the message heads.
7760
7761 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7762
7763         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7764         article buffer does not have a window.  This may not be the best
7765         solution but is certainly better than setting the start of the null,
7766         that is the current, window.
7767
7768 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7771         (gnus-draft-setup): Run it.
7772
7773         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7774         gnus-score-fast-scoring.  Allow regexp.
7775         (gnus-score-headers): Use it.
7776
7777         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7778         XEmacs.
7779
7780         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7781         string.
7782         (gnus-button-alist): Also catch `<f1> k ...'.
7783         (gnus-treat-display-x-face): Fix doc string.
7784
7785 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7788         evaluation of gnus-extended-version to ensure correct generation of the
7789         User-Agent header when message-generate-headers-first is used.
7790
7791 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7792
7793         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7794         hashcash-path is nil.  Don't call callback with incorrect number of
7795         parameters if val is 0.
7796
7797 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7798
7799         * message.el (message-required-news-headers):
7800         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7801
7802 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7803
7804         * tls.el (open-tls-stream): In handshake-waiting loop,
7805         don't wait more if there is output available to process.
7806
7807 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7808
7809         * tls.el (tls-program): Doc fix.
7810
7811 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * message.el (message-generate-new-buffers): Change the meaning of the
7814         nil value; add `standard' to the choices; treat t as `unique'; improve
7815         doc string.
7816         (gnus-select-frame-set-input-focus): Autoload.
7817         (message-buffer-name): Search for the existing message buffer if
7818         message-generate-new-buffers is nil or `standard'; treat the value t of
7819         message-generate-new-buffers as `unique'.
7820         (message-pop-to-buffer): Raise the frame already displaying the message
7821         buffer; clear the echo area after querying.
7822         (message-setup): Pass the `continue' argument to compose-mail.
7823         (message-mail): Prefer `switch-function' if it is given; search for the
7824         existing message buffer if the `continue' argument is non-nil; pass
7825         continue and switch-function arguments to compose-mail by way of
7826         message-setup.
7827         (message-mail-other-window): Adjust argument of message-setup.
7828         (message-mail-other-frame): Ditto.
7829
7830 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7833         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7834         to turn font-lock on when turning gnus-message-citation-mode on.
7835
7836 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7837
7838         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7839         (mml-smime-function-alist): New variable; add epg as the backend.
7840         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7841         mml-smime- functions instead.
7842         * mm-view.el: Require smime.
7843
7844 2007-03-05  Didier Verna  <didier@xemacs.org>
7845
7846         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7847         instead of just inheritance for posting styles.
7848         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7849
7850 2007-02-24  Chris Moore  <dooglus@gmail.com>
7851
7852         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7853         * pgg-pgp.el (pgg-pgp-encrypt-region):
7854         * pgg-gpg.el (pgg-gpg-encrypt-region):
7855         Check pgg-encrypt-for-me if no other recipients.
7856
7857 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7858
7859         * tls.el (tls-certtool-program): Fix custom type.
7860
7861 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7864         and point-at-eol instead of line-(beginning|end)-position.
7865
7866         * assistant.el (assistant-parse-buffer): Ditto.
7867
7868         * netrc.el (netrc-parse-services): Ditto.
7869
7870 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7871
7872         * mml2015.el (mml2015-epg-find-usable-key): New function.
7873         (mml2015-epg-sign): Use it.
7874         (mml2015-epg-encrypt): Use it.
7875
7876 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * message.el (message-make-in-reply-to): Quote name containing
7879         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7880         if there are special characters.  Reported by NAKAJI Hiroyuki
7881         <nakaji@jp.freebsd.org>.
7882
7883 2007-02-27  Didier Verna  <didier@xemacs.org>
7884
7885         Include the group parameters as well as the topic ones in the
7886         inheritance filter process.
7887         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7888         argument GROUP-PARAMS-LIST.
7889         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7890
7891 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * nntp.el (nntp-never-echoes-commands)
7894         (nntp-open-connection-functions-never-echo-commands): New variables.
7895         (nntp-send-command): Use them.
7896
7897 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7898
7899         * mml2015.el (mml2015-epg-verify): Simplified.
7900
7901 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mml.el (mml-content-disposition-alist): New user option.
7904         (mml-content-disposition): New function.
7905         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7906         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7907
7908 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7909
7910         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7911         verification.
7912
7913 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7914
7915         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7916         articles posted in the last 24 hours.
7917
7918 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7919
7920         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7921
7922 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7923
7924         * nntp.el (nntp-send-command): Don't wait for echoes when
7925         nntp-open-ssl-stream is used.
7926
7927 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7930         (gnus-message-add-citation-keywords)
7931         (gnus-message-remove-citation-keywords): Remove.
7932         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7933         directly, make the variables in font-lock-defaults buffer-local, add
7934         gnus-message-citation-keywords to them and then update the value of
7935         font-lock-keywords.
7936
7937 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * message.el (message-cite-original-1): Don't call
7940         gnus-article-highlight-citation.
7941
7942         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7943         citations; fix line count.
7944
7945 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7948         (gnus-message-add-citation-keywords)
7949         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7950         versions of font-lock-add-keywords and font-lock-remove-keywords to
7951         work with XEmacs correctly.
7952
7953 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-cite.el (gnus-cite-face-list): Set the values of
7956         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7957         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7958         (gnus-message-cite-prefix-regexp): New variable.
7959         (gnus-message-search-citation-line): Use it; protect against long
7960         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7961         the 0th match data for Emacs.
7962         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7963         (gnus-message-add-citation-keywords): Append keywords rather than
7964         prepending; emulate font-lock-add-keywords if it is not available.
7965         (gnus-message-remove-citation-keywords): Emulate
7966         font-lock-remove-keywords if it is not available.
7967
7968         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7969
7970         * message.el (message-cite-prefix-regexp): Set the value of
7971         gnus-message-cite-prefix-regexp.
7972
7973 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7974
7975         * nnweb.el (nnweb-google-parse-1): Update parser.
7976
7977 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7978
7979         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7980
7981 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7982
7983         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7984         regexp.
7985
7986 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7989         string-to-multibyte.
7990         (uudecode-decode-region-internal): Use it.
7991
7992         * lpath.el: Fbind string-as-multibyte for XEmacs.
7993
7994 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7997         custom choice.
7998
7999         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8000
8001 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8002
8003         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8004
8005         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8006         `write-region' to respect `mm-inhibit-file-name-handlers'.
8007
8008 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8011         Use gnus-home-directory instead of "~/" or "$HOME".
8012
8013 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8016         to mention filename.
8017         Add comments at beginning regarding usage.
8018         (encrypt-write-file-contents): Change interactive so a string is
8019         acceptable.  If the file has no associated model, show an error instead
8020         of a nonsense prompt.
8021
8022 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8023
8024         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8025         Thanks to Yoshihiko Yamada for kind notification of this typo.
8026
8027 2007-01-12  Kenichi Handa  <handa@m17n.org>
8028
8029         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8030         multibyte buffer.
8031
8032 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-score.el (gnus-score-fast-scoring): New variable.
8035         (gnus-score-headers): Use it.
8036
8037         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8038
8039         * message.el (message-cite-original-1): Call
8040         gnus-article-highlight-citation if requested.
8041         (message-make-from): Allow name and address as optional arguments.
8042
8043         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8044
8045         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8046         bugs to doc string.
8047         (gnus-button-alist): Add mid\\|message-id.
8048         (gnus-button-fetch-group): Extend for use in
8049         `browse-url-browser-function'.
8050         (gnus-button-url-regexp): Try to catch paired parentheses like in
8051         Wikipedia URLs.
8052
8053         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8054         Suggested by Simon Krahnke <overlord@gmx.li>.
8055
8056 2007-01-13  Romain Francoise  <romain@orebokech.com>
8057
8058         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8059         Update copyright.
8060
8061 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8062
8063         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8064
8065 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * gnus-registry.el (gnus-registry-unfollowed-groups)
8068         (gnus-registry-split-fancy-with-parent): Fix documentation.
8069
8070 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8073         from nnweb groups.
8074
8075 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8078         Xref urls.  Erase buffer before requesting head.
8079
8080 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8083         customizable.
8084
8085 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8086
8087         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8088         no signing key is found.
8089         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8090         no encrypting and/or signing key is found.
8091
8092 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8095
8096 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8097
8098         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8099         headers read from disk with the ones newly found in the current search.
8100         This should no longer cause problems, because the article numbers in
8101         Gmane's `nov.php' output are ignored since the previous change.
8102
8103 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8104
8105         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8106
8107 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8110         replace-regexp-in-string; bind url-version; fbind display-images-p and
8111         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8112         find-face and set-itimer-function for Emacs; bind itimer-list for
8113         Emacs.
8114
8115         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8116
8117 2007-01-01  Romain Francoise  <romain@orebokech.com>
8118
8119         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8120
8121 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8122
8123         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8124         `define-minor-mode' macro definition expanded properly.
8125         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8126         exclude it there.
8127
8128         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8129         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8130         `fboundp' test.
8131         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8132         This is OK to autoload in (S)XEmacs now.
8133
8134 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8137         keystroke.
8138         (gnus-summary-limit-to-singletons): Fix typo.
8139
8140         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8141         else fails.
8142
8143 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8144
8145         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8146         docstring.
8147
8148         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8149         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8150         (gnus-summary-insert-dormant-articles): Fix typo in message.
8151
8152 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8155         nil for XEmacs.
8156         (gnus-message-citation-mode): Don't autoload in XEmacs.
8157
8158         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8159
8160 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8161
8162         * nnimap.el (nnimap-expunge-search-string): Mention
8163         nnimap-search-uids-not-since-is-evil in docstring.
8164
8165 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * spam.el: Revert to make-obsolete-variable because
8168         define-obsolete-variable-alias is not supported in Emacs 21.
8169
8170         * spam.el (spam-ifile-path, spam-ifile-database-path)
8171         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8172         make-obsolete-variable.
8173         (spam-bsfilter-path, spam-bsfilter-program)
8174         (spam-spamassassin-path, spam-spamassassin-program)
8175         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8176         use "path" inappropriately.
8177         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8178         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8179         variable names.
8180
8181 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8182
8183         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8184         summary buffer.
8185
8186         * password.el (password-cache-remove): Use clear-string to burn
8187         password, if available.
8188
8189 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8192
8193         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8194
8195         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8196         (gnus-message-highlight-citation): Move defcustom here from
8197         gnus-cite.el.
8198         (gnus-message-citation-mode): Autoload.
8199
8200         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8201         checks to make it compile with XEmacs.
8202         (gnus-message-citation-mode): New minor mode.
8203         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8204         (gnus-message-highlight-citation): New variables.
8205         (gnus-message-search-citation-line)
8206         (gnus-message-add-citation-keywords)
8207         (gnus-message-remove-citation-keywords)
8208         (turn-on-gnus-message-citation-mode)
8209         (turn-off-gnus-message-citation-mode): New functions.
8210
8211 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8212
8213         * gnus-cite.el: Enable highlighting of different citation levels in
8214         message-mode.
8215
8216 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * message.el (message-make-fqdn): Fix comment.
8219         (message-bogus-system-names): Add ".local".
8220
8221         * spam.el (spam-ifile-path, spam-ifile-program)
8222         (spam-ifile-database-path, spam-ifile-database)
8223         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8224         Don't use "path" inappropriately.
8225         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8226         strings.
8227         (spam-check-ifile, spam-ifile-register-with-ifile)
8228         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8229         new variable names.
8230
8231         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8232         (gnus-treat-display-smileys): Simplify using
8233         gnus-image-type-available-p.
8234
8235         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8236         available.
8237
8238         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8239         `display-images-p' if available.
8240
8241 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8244         one after turning on the buffer's multibyteness instead of decoding
8245         them directly in the unibyte buffer that causes unexpected conversion
8246         in Emacs 23 (unicode).
8247
8248 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8249
8250         * message.el (message-generate-hashcash): Fix custom type.
8251
8252 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8255
8256 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8259         disconnect icons.  Add help text.
8260
8261 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8264         negated to be consistent with the others we handle.
8265
8266 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8269         version of gnus-summary-buffer to something, so that we can use two
8270         article buffers at the same time.
8271
8272 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8275         trigger all the extra headers.
8276         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8277         sorting.
8278
8279 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8280
8281         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8282         solid groups.
8283
8284 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8285
8286         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8287
8288 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * legacy-gnus-agent.el: Add Copyright notice.
8291
8292 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8293
8294         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8295
8296 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8299
8300         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8301         to make it work reliably in CVS Emacs.
8302         (gnus-summary-limit-strange-charsets-predicate)
8303         (gnus-summary-limit-to-predicate): New functions.
8304
8305 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8306
8307         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8308         specifying array size.
8309         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8310         array if it is too small.
8311         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8312         (gnus-sort-threads-loop): New function.
8313
8314 2006-12-06  Chris Moore  <dooglus@gmail.com>
8315
8316         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8317         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8318
8319 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8320
8321         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8322         options.
8323
8324 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8327         DOS-ing the recipient.
8328
8329         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8330         the headers when creating the mapping to avoid mismappings.
8331         (nnweb-gmane-create-mapping): Always nix out old mapping.
8332
8333 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8336         and mm-verify-option to never.
8337
8338 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * message.el (message-signed-or-encrypted-p): New function.
8341         (message-forward-make-body): Use it.
8342
8343         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8344         Replace encode-coding-string with mm-encode-coding-string.
8345
8346 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * nneething.el (nneething-decode-file-name): Replace
8349         decode-coding-string with mm-decode-coding-string.
8350
8351         * gnus-int.el (gnus-open-server): Say failed server's name.
8352
8353 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8354
8355         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8356         strings to a single string.  Quote `errors-file-name'.
8357         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8358         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8359         Adjust calls.  Use `shell-quote-argument'.
8360
8361 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8362
8363         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8364         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8365
8366         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8367         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8368         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8369         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8370         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8371         (gnus-subscribe-newsgroup, gnus-1):
8372         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8373         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8374         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8375         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8376
8377 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8380         keystroke.
8381         (gnus-summary-limit-to-bodies): Implement headersp.
8382
8383 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384
8385         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8386
8387 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8390
8391 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392
8393         * message.el (message-generate-hashcash): Expand range of values to
8394         include `opportunistic'.
8395         (message-send-mail): Use it.
8396
8397 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8398
8399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8400         and comment it.
8401
8402         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8403
8404 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-util.el (gnus-extract-address-components): Improve comment.
8407
8408 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-util.el (gnus-extract-address-components): Work with address in
8411         which the name portion contains @.
8412
8413         * lpath.el: Fbind custom-autoload.
8414
8415 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus.el (gnus-start): Move custom group up.
8418         (gnus-select-method): Don't autoload, but make it available for
8419         `customize-variable'.
8420         (gnus-getenv-nntpserver): Don't autoload.
8421
8422 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8425
8426 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * message.el (message-sendmail-extra-arguments): New variable.
8429         (message-send-mail-with-sendmail): Use it.
8430
8431 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8434         mm-with-unibyte-current-buffer to make string unibyte.
8435
8436         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8437         mm-string-as-multibyte.
8438
8439 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8440
8441         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8442         Reported by Werner Koch <wk@gnupg.org>.
8443
8444 2006-11-14  Daiki Ueno  <ueno@p360>
8445
8446         * mml2015.el: Autoload epa-select-keys when compiling.
8447
8448 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8449
8450         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8451         message-options.
8452         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8453
8454 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8455
8456         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8457         EasyPG (< 0.0.6).
8458         (mml2015-always-trust): New user option.
8459         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8460         prompt.
8461
8462 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * nntp.el (nntp-authinfo-force): New variable.
8465         (nntp-send-authinfo): Use it.
8466
8467 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8470         decode encoded words.  Improve prompt.  Add comment about forwarding.
8471         (message-replacement-char): Move up.
8472
8473 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8474
8475         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8476         instead of gnus-intersection because arguments of gnus-sorted-nunion
8477         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8478
8479 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8482         (message-simplify-subject-functions): Enable
8483         message-strip-subject-encoded-words by default.
8484
8485 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * message.el (message-strip-subject-encoded-words): New function.
8488         (message-simplify-subject-functions): New variable.
8489         (message-simplify-subject): Use it.  Fix typo in doc string.
8490         Support message-strip-subject-encoded-words.
8491
8492 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8493
8494         * gnus-diary.el (gnus-diary-delay-format-function):
8495         * nndiary.el (nndiary-reminders):
8496         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8497
8498 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8499
8500         * gnus-art.el (article-hide-boring-headers): Fetch date from
8501         gnus-original-article-buffer to avoid problems with localized date
8502         strings.
8503
8504 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8507
8508 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8511         New variables.
8512         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8513         (mm-charset-synonym-alist): Move some entries to
8514         mm-codepage-iso-8859-list.
8515         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8516         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8517
8518 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8521
8522 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8525         with Emacs 21 and XEmacs.
8526
8527 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * spam.el (spam-parse-address): New function for better parsing,
8530         catching errors, etc.
8531         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8532
8533 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mm-view.el: Add interactive arg to html2text autoload.
8536
8537 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8540
8541 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8544         variables.
8545         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8546         (mm-charset-synonym-alist): Move some entries to
8547         mm-codepage-iso-8859-list.
8548
8549         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8550
8551 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * message.el (message-citation-line-format)
8554         (message-insert-formated-citation-line): Fix implementation of %E, %N
8555         and %n according to the doc string.
8556
8557 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8558
8559         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8560         car-safe to avoid bad parses.
8561
8562 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8565         names.
8566
8567         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8568
8569 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8572         header.
8573
8574         * message.el (message-draft-headers): Add Date.
8575         (message-headers-to-generate): Fix typo in docstring.
8576
8577         * nndraft.el (nndraft-required-headers): New variable.
8578         (nndraft-generate-headers): Use it.
8579
8580         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8581
8582 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8583
8584         * gnus-registry.el (gnus-registry-wash-for-keywords)
8585         (gnus-registry-find-keywords): New functions to allow easy searching of
8586         articles that are in the registry.
8587
8588 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8589
8590         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8591         ietf-drums-parse-address instead of gnus-extract-address-components.
8592         Reported by Damien Elmes <damien@repose.cx>.
8593
8594 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gnus.el (gnus-mime): Remove unused custom group.
8597
8598 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8599
8600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8601         "blank line" when searching for end of armor headers.
8602
8603 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gmm-utils.el (gmm-write-region): Fix variable name.
8606
8607 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gmm-utils.el (gmm-write-region): New function based on compatibility
8610         code from `mm-make-temp-file'.
8611
8612         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8613
8614         * nnmaildir.el (nnmaildir--update-nov)
8615         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8616         Use `gmm-write-region'.
8617
8618 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8621         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8622
8623         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8624
8625         * message.el (message-replacement-char): New variable.
8626         (message-fix-before-sending): Use it.
8627         (message-simplify-subject): New function to remove duplicate code.
8628         (message-reply, message-followup): Use it.
8629
8630         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8631         gnus-summary-limit-to-articles.
8632
8633 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-util.el (gnus-with-local-quit): New macro.
8636
8637         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8638
8639 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8642         ignore non-string data.
8643
8644 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8647         non-string data (needs to be done in the registry too).
8648
8649 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8650
8651         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8652         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8653         (gnus-registry-split-fancy-with-parent)
8654         (gnus-registry-fetch-simplified-message-subject-fast)
8655         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8656         Remove text properties on ingress into the registry and when it's saved.
8657         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8658         registry from entries with no groups.
8659
8660 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8661
8662         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8663         function to remove string properties.
8664
8665 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gmm-utils.el (gmm): Adjust custom version.
8668
8669         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8670         custom version.
8671
8672         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8673
8674 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * gnus-art.el (gnus-insert-prev-page-button)
8677         (gnus-insert-next-page-button): Simplify.  Reformat.
8678
8679 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8680
8681         * gnus-art.el (gnus-insert-prev-page-button)
8682         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8683
8684 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8685
8686         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8687
8688 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8689
8690         * gnus-art.el (gnus-insert-mime-button)
8691         (gnus-insert-mime-security-button):
8692         Apply gnus-article-button-face to MIME and security buttons.
8693
8694 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8697         readable.
8698
8699 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8702
8703 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8704
8705         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8706         `browse-url-of-file' instead of `browse-url'.
8707
8708 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8709
8710         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8711         regexp.  Articles containing quotation were cut prematurely.
8712
8713 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * message.el (message-cite-original-1): Use nobody by default for the
8716         value of From header.
8717         (message-reply): Ditto.
8718
8719 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8720
8721         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8722         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8723         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8724
8725 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8728         mails in the doc string.  Add some URLs in comment.
8729         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8730
8731 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8734         backslashes handling and the way to find boundaries of quoted strings.
8735
8736 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8737
8738         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8739         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8740         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8741         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8742
8743 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8746         doc string.
8747         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8748
8749 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * lpath.el: Fbind epg-check-configuration.
8752
8753 2006-09-06  Simon Josefsson  <jas@extundo.com>
8754
8755         * mml2015.el (mml2015-use): Doc fix, mention epg.
8756
8757 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8758
8759         * mml2015.el (mml2015-use): Default to epg, if available.
8760
8761 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8764         message-sender.
8765         (mml1991-epg-encrypt): Ditto.
8766         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8767         message-sender.
8768         (mml2015-epg-encrypt): Ditto.
8769
8770 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8771
8772         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8773         several common directories.
8774
8775 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8776
8777         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8778         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8779
8780 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-art.el (article-decode-encoded-words): Make it fast.
8783
8784 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8787
8788         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8789         in quoted string into `\'.
8790
8791 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8794         Use standard-syntax-table.
8795
8796 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-art.el (gnus-decode-address-function): New variable.
8799         (article-decode-encoded-words): Use it to decode headers which are
8800         assumed to contain addresses.
8801         (gnus-mime-delete-part): Remove useless `or'.
8802
8803         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8804         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8805         (gnus-nov-parse-line): Use it to decode From header.
8806         (gnus-get-newsgroup-headers): Ditto.
8807         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8808
8809         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8810         (mail-decode-encoded-address-string): New alias.
8811
8812         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8813         New function.
8814         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8815         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8816         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8817         (rfc2047-decode-string): Ditto.
8818         (rfc2047-decode-address-region): New function.
8819         (rfc2047-decode-address-string): New function.
8820
8821 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * message.el (message-caesar-buffer-body): Allow rotating headers.
8824
8825         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8826
8827         * message.el (message-insert-formated-citation-line): Fix %f.
8828         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8829
8830 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8833         (gnus-bookmark-mouse-available-p): New macro.
8834         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8835         (gnus-bookmark-bmenu-show-infos): Use it.
8836         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8837         (gnus-bookmark-bmenu-hide-infos): Ditto.
8838         (gnus-bookmark-remove-properties): New function.
8839         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8840         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8841         (gnus-bookmark-write-file): Bind coding-system-for-write.
8842         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8843         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8844         group before selecting it.
8845         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8846         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8847         quit-window if it is not available; use gnus-mouse-2 and bind it to
8848         gnus-bookmark-bmenu-select-by-mouse.
8849         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8850         (gnus-bookmark-bmenu-select-by-mouse): New function.
8851
8852 2006-08-13  Romain Francoise  <romain@orebokech.com>
8853
8854         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8855         space.
8856
8857 2006-08-10  Romain Francoise  <romain@orebokech.com>
8858
8859         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8860         (dns-mode-soa-auto-increment-serial): New user option.
8861         (dns-mode-soa-maybe-increment-serial): New function.
8862         (dns-mode): Add the latter to `write-contents-functions'.
8863
8864 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * compface.el (uncompface): Use binary rather than raw-text-unix.
8867
8868 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * compface.el (uncompface): Make sure the eol conversion doesn't take
8871         place when communicating with the external programs.  Reported by
8872         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8873
8874 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8877
8878 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8879
8880         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8881         Make it more robust by parsing author and date independently.
8882
8883 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8886
8887 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8888
8889         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8890         first matching secret key.
8891         (mml2015-epg-encrypt): Ditto.
8892
8893         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8894         first matching secret key.
8895         (mml1991-epg-encrypt): Ditto.
8896
8897         * mml2015.el (mml2015-encrypt-to-self): New user option.
8898         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8899         mml2015-epg-encrypt-to-self is set.
8900
8901         * mml1991.el (mml1991-encrypt-to-self): New variable.
8902         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8903         mml1991-epg-encrypt-to-self is set.
8904
8905         * mml2015.el (mml2015-signers): New user option.
8906         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8907         (mml2015-epg-encrypt): Allow to select signing keys.
8908
8909         * mml1991.el (mml1991-signers): New variable.
8910         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8911         (mml1991-epg-encrypt): Allow to select signing keys.
8912
8913 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * nnheader.el (nnheader-insert-head): Make it work even if the file
8916         uses CRLF for the line-break code.
8917
8918 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8919
8920         * mml2015.el: Require mml-sec instead of password.
8921         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8922         (mml2015-cache-passphrase): Inherit the default value from
8923         mml-secure-cache-passphrase.
8924         (mml2015-passphrase-cache-expiry): Inherit the default value from
8925         mml-secure-passphrase-cache-expiry.
8926
8927         * mml1991.el: Require mml-sec instead of password.
8928         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8929         (mml1991-cache-passphrase): Inherit the default value from
8930         mml-secure-cache-passphrase.
8931         (mml1991-passphrase-cache-expiry): Inherit the default value from
8932         mml-secure-passphrase-cache-expiry.
8933
8934         * mml-sec.el: Require password.
8935         (mml-secure-verbose): New user option.
8936         (mml-secure-cache-passphrase): New user option.
8937         (mml-secure-passphrase-cache-expiry): New user option.
8938
8939 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8940
8941         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8942         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8943         andreas@altroot.de (Andreas Vögele).
8944
8945         FIXME: Use `tiny change'?
8946
8947 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8948
8949         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8950         workaround for the url package included with Emacs.
8951
8952         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8953
8954 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8957         correctly.  This fixes a bug caused by the 2006-05-12 change.
8958
8959 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8960
8961         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8962         some information about the error when saying that the `bogus' mail
8963         group will be used.
8964
8965 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8968         string.
8969
8970 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8971
8972         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8973
8974 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8975
8976         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8977
8978 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8979
8980         * mml1991.el (mml1991-function-alist): Add epg.
8981         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8982         (mml1991-epg-encrypt): New functions.
8983
8984 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8985
8986         * mml2015.el (mml2015-verbose): New variable.
8987         (mml2015-cache-passphrase): Ditto.
8988         (mml2015-passphrase-cache-expiry): Ditto.
8989         (mml2015-function-alist): Add epg.
8990         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8991         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8992         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8993         functions.
8994
8995 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8996
8997         * message.el (message-cite-original-1): Preserve region when removing
8998         quoted text due to X-No-Archive in order to avoid bogus attribution
8999         when citing multiple messages.
9000
9001 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9002
9003         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9004         Kenneth Jacker <khj@be.cs.appstate.edu>.
9005
9006 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gnus-diary.el (gnus-user-format-function-d)
9009         (gnus-user-format-function-D): Autoload.
9010
9011         * imap.el (Commentary): Fix typo.
9012
9013         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9014         2006-04-22 contribution.
9015
9016 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9017
9018         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9019         It didn't really fix the bogosity I'm seeing with solid web groups.
9020
9021 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9022
9023         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9024         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9025         created using server names.  If we use the feature without declaring
9026         it, Gnus does not properly manage server and group state.
9027
9028         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9029         bound.
9030
9031 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9032
9033         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9034         looking up the method using GROUP's prefix before inventing a new one.
9035         It is used on killed/unknown groups in various places where returning
9036         an all-new method isn't expected by the caller.
9037
9038         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9039         and match semantics of gnus-group-real-prefix.
9040
9041 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * nnmail.el (nnmail-broken-references-mailers): New variable.
9044         (nnmail-ignore-broken-references): New function generalizing
9045         nnmail-fix-eudora-headers.
9046         (nnmail-fix-eudora-headers): Now obsolete.
9047
9048         * gnus-art.el (gnus-button-handle-custom): Support
9049         `customize-apropos*'.
9050
9051 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9054
9055         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9056         articles.
9057
9058 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * message.el (message-cite-reply-above): New variable.
9061         (message-yank-original): Use it.
9062
9063 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9066
9067 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9070         as read.
9071
9072         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9073
9074 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9077         (gnus-bookmark-default-file): Use gnus-directory.
9078         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9079         Remove "*" in doc string.
9080         (gnus-bookmark-write-file): Simplify.
9081         (gnus-bookmark-maybe-sort-alist): Use `when'.
9082         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9083         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9084         FIXME about Emacs 21 and XEmacs compatibility.
9085         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9086         compatibility.
9087         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9088         compatibility.
9089         (gnus-bookmark-menu-heading): Fix version.
9090
9091 2006-06-19  Bastien Guerry  <bzg@altern.org>
9092
9093         * gnus-bookmark.el: New file.
9094
9095 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * message.el (message-syntax-checks): Doc fix.
9098
9099 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9100
9101         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9102         unsubscribed groups as if they were killed ones.  It causes duplicate
9103         entries in gnus-newsrc-alist.
9104
9105 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * message.el (message-syntax-checks): Doc fix.
9108         (message-send-mail): Add check for continuation headers.
9109         (message-check-news-header-syntax): Fix regexp used to check for
9110         continuation headers.
9111
9112 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9115
9116 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9119
9120 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9123         default-truncate-lines.
9124
9125 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9128         to fill the utf-8 entry.
9129
9130         * lpath.el: Fbind unicode-precedence-list.
9131
9132 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9133
9134         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9135
9136 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9137
9138         * gnus-agent.el (directory-files-and-attributes): Move all the way
9139         forward (the third and final move).
9140         (gnus-agent-read-agentview): Trap reconstruction errors due to
9141         nonexistant directory.  Handle by returning nil.
9142
9143 2006-05-30  Didier Verna  <didier@xemacs.org>
9144
9145         * message.el (message-dont-reply-to-names): Update the custom type.
9146         * message.el (message-dont-reply-to-names): New defsubst: potentially
9147         convert a list of regexps into a single one.
9148         * message.el (message-get-reply-headers): Use it.
9149         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9150
9151 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-agent.el (directory-files-and-attributes): Move forward.
9154
9155 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-ml.el (gnus-mailing-list-subscribe)
9158         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9159         (gnus-mailing-list-message): Fix doc strings.
9160
9161 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9162
9163         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9164         of doing it manually.
9165
9166 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9169         comment.
9170
9171 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9172
9173         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9174         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9175         (gnus-agent-read-local): All symbols allocated in my-obarray.
9176         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9177         (gnus-agent-regenerate-group): Check numeric names to see if they are
9178         messages or groups.
9179         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9180         better way of do this...)
9181
9182         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9183         'dummy.group' (there should be a better way of do this...)
9184
9185 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9188         (gnus-saved-headers): Ditto.
9189         (gnus-default-article-saver): Mention functions may have properties.
9190         (gnus-article-save): Override gnus-save-all-headers and
9191         gnus-saved-headers by :headers property which saver function may have.
9192         (gnus-summary-save-in-file): Add :headers property.
9193         (gnus-summary-write-to-file): Ditto.
9194
9195         * gnus-sum.el (gnus-summary-save-article): Bind
9196         gnus-prompt-before-saving to t when saving many articles in a file;
9197         always show all headers.
9198
9199         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9200
9201 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9204         marks.
9205
9206         * message.el (message-indent-citation): Add optional arguments to allow
9207         using it outside of message buffers.
9208
9209         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9210         (gnus-article-treat-unfold-headers): Use it.
9211         (gnus-article-truncate-lines): New variable.
9212         (gnus-article-mode): Use it.
9213         (gnus-article-toggle-truncate-lines): New function.
9214
9215         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9216         gnus-article-toggle-truncate-lines.
9217
9218         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9219         coding system in XEmacs, use binary.
9220
9221 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9224         after-load-alist.
9225
9226         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9227         this function should save decoded articles.
9228         (gnus-summary-write-to-file): Use property to specify this function
9229         should save decoded articles and specify gnus-summary-save-in-file
9230         should be used to save articles other than the first one when saving
9231         many articles.
9232         (gnus-summary-save-body-in-file): Use property to specify this
9233         function should save decoded articles.
9234         (gnus-summary-write-body-to-file): Use property to specify this
9235         function should save decoded articles and specify
9236         gnus-summary-save-body-in-file should be used to save articles other
9237         than the first one when saving many articles.
9238
9239         * gnus-sum.el (gnus-summary-save-article): Simplify.
9240
9241 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-default-article-saver): Add
9244         gnus-summary-write-body-to-file.
9245         (gnus-article-save-coding-system): Don't use coding system object
9246         in XEmacs.
9247         (gnus-read-save-file-name): Add optional `dir-var' argument which
9248         specifies directory in which files are saved; work even if optional
9249         `variable' argument is not specified.
9250         (gnus-summary-write-to-file): Read file name.
9251         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9252         (gnus-summary-write-body-to-file): New function.
9253
9254         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9255         (gnus-summary-local-variables): Add it.
9256         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9257         (gnus-summary-save-article): Remove optional `decode' argument;
9258         determine whether to decode articles by the value of
9259         gnus-default-article-saver; when saving many files using
9260         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9261         it first and use gnus-summary-save-in-file or
9262         gnus-summary-save-body-in-file thereafter unless
9263         gnus-prompt-before-saving is always; move point to article which
9264         will be saved.
9265         (gnus-summary-save-article-file): Revert.
9266         (gnus-summary-write-article-file): Revert.
9267         (gnus-summary-save-article-body-file): Revert.
9268         (gnus-summary-write-article-body-file): New function.
9269
9270 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-art.el (gnus-default-article-saver): Doc fix.
9273         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9274         from gnus-summary-save-article-coding-system, and default to a
9275         certain coding system.
9276         (gnus-output-to-file): Add coding cookie and encode text according
9277         to gnus-article-save-coding-system; don't use mm-append-to-file.
9278
9279         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9280         gnus-art.el and rename to gnus-article-save-coding-system.
9281         (gnus-summary-save-article): Require gnus-art; don't show all
9282         headers if it decodes articles; don't add coding cookie here;
9283         don't bind mm-text-coding-system-for-write.
9284         (gnus-summary-save-article-file): Save decoded articles.
9285         (gnus-summary-write-article-file): When saving many files, use
9286         gnus-summary-write-to-file first and gnus-summary-save-in-file
9287         thereafter unless gnus-prompt-before-saving is always.
9288         (gnus-summary-save-article-body-file): Save decoded articles.
9289
9290         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9291
9292 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * nnrss.el (nnrss-check-group): Bind hash-index.
9295
9296 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9297
9298         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9299         its hash index.  Store this hash in `nnrss-group-data'.
9300         (nnrss-read-group-data): Update accordingly.
9301
9302 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9305         entry.
9306
9307         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9308         gnus-article-browse-html-article.
9309
9310 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9311
9312         * gnus-sum.el (gnus-summary-mime-map): Add
9313         gnus-article-browse-html-article.
9314
9315         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9316
9317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9320         suitable coding systems in customize.
9321
9322 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * mail-source.el (mail-sources): Fix custom type.
9325
9326 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9329         (gnus-summary-expire-articles-now): Shorten prompt.
9330
9331         * gmm-utils.el (wid-edit): Require.
9332         (defun-gmm): Renamed from `gmm-defun-compat'.
9333         (gmm-image-search-load-path): Use it.
9334         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9335
9336 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9339         variable.
9340         (gnus-summary-save-article): Add optional `decode' argument.  If
9341         it is set and gnus-summary-save-article-coding-system is non-nil,
9342         save decoded article.
9343         (gnus-summary-write-article-file): Save decoded article if
9344         gnus-summary-save-article-coding-system is non-nil.
9345
9346         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9347         type.
9348
9349 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9352
9353 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9356         first to test gnus-single-article-buffer which may be buffer-local.
9357
9358         * gnus-sum.el (gnus-summary-setup-buffer): Make
9359         gnus-single-article-buffer buffer-local and nil in ephemeral
9360         group; make gnus-article-buffer, gnus-article-current, and
9361         gnus-original-article-buffer always buffer-local.
9362         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9363         group.
9364         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9365
9366 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * nnml.el (nnml-request-compact-group): Compressed files might not
9369         have .gz extension.
9370
9371 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9372
9373         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9374         (mm-copy-to-buffer): Use with-current-buffer.
9375         (mm-display-part): Simplify.
9376         (mm-inlinable-p): Add optional arg `type'.
9377
9378 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9379
9380         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9381         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9382         Try harder to show the attachment internally or externally using
9383         gnus-mime-view-part-as-type.
9384
9385 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * message.el (message-from-style, message-signature-separator)
9388         (message-user-organization-file, message-send-mail-function)
9389         (message-citation-line-function, message-yank-prefix)
9390         (message-indent-citation-function, message-signature)
9391         (message-signature-file, message-signature-insert-empty-line):
9392         Remove autoloads.
9393
9394         * gnus-art.el (gnus-buttonized-mime-types): Remove
9395         "multipart/signed".  Revert 2006-04-26 change.
9396
9397 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * gnus.el (gnus-version-number): Bump version.
9400
9401 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9402
9403         * gnus.el: No Gnus v0.5 is released.
9404
9405 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9406
9407         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9408         fetching articles by message-id.
9409
9410 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * message.el (hashcash): Require hashcash as normal.
9413
9414         * ecomplete.el (ecomplete-highlight-match-line): Use
9415         point-at-eol.
9416         (ecomplete-highlight-match-line): Use `highlight', because that
9417         face exists in both Emacs and XEmacs.
9418
9419         * message.el (message-display-abbrev): Use point-at-bol.
9420
9421         * mail-source.el: Don't require timer/timer-funcs.
9422
9423         * gnus-async.el: Ditto.
9424
9425         * password.el: Ditto.
9426
9427         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9428
9429         * mm-url.el: Ditto.
9430
9431         * gnus-xmas.el: Don't require timer-funcs.
9432
9433         * mm-util.el: Require timer/timer-funcs.
9434
9435 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9436
9437         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9438         Close.
9439
9440 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9443         unibyte after clear-decrypt function runs.
9444
9445         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9446         returns as a unibyte string.
9447
9448 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * lpath.el: Revert.
9451
9452         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9453         (pgg-gpg-process-sentinel): Revert.
9454
9455         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9456         (pgg-pgp-lookup-key): Revert.
9457
9458         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9459         (pgg-pgp5-lookup-key): Revert.
9460
9461         * pgg.el (pgg-fetch-key): Revert.
9462
9463 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * lpath.el: Fbind string-as-multibyte for XEmacs.
9466
9467         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9468         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9469         (mml1991-pgg-encrypt): Ditto.
9470
9471         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9472         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9473         a multibyte buffer.
9474
9475         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9476         (pgg-pgp-lookup-key): Ditto.
9477
9478         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9479         (pgg-pgp5-lookup-key): Ditto.
9480
9481         * pgg.el (pgg-fetch-key): Ditto.
9482
9483 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * message.el (message-user-organization-file): Check several
9486         locations of the organization file.
9487
9488         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9489         Add gnus-article-view-part-as-type.
9490
9491         * gnus-art.el (gnus-article-view-part-as-type): New function.
9492
9493         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9494         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9495
9496         * mml.el: Simplify autoload.
9497         (mml-mode): defvar dnd-protocol-alist instead of using
9498         symbol-value.
9499         (mml-default-directory): New variable.
9500         (mml-minibuffer-read-file): Use it.
9501         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9502
9503         * message.el (message-citation-line-format): New variable.
9504         (message-insert-formated-citation-line): New function.
9505         (message-citation-line-function): Add
9506         `message-insert-formated-citation-line' to custom type.
9507
9508         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9509         to doc string.
9510
9511         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9512         depending on mm-verify-option.
9513
9514 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9517         binding pgg-* variables; reimplement the section which prevents
9518         MIME header from being signed.
9519         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9520         pgg-text-mode; remove a blank line at the top of body.
9521
9522         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9523         lines at the top of body; use gnus-newsgroup-charset if there's no
9524         Charset header.
9525
9526 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * message.el (message-self-insert-commands): Doc fix.
9529
9530         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9531         (mm-uu-pgp-encrypted-test): Ditto.
9532         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9533         between header and body; return application/pgp-encrypted handle
9534         if decryption failed; decode decrypted body by charset.
9535
9536         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9537         element match to application/pgp-*.
9538
9539 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9540
9541         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9542         HTML.
9543
9544 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * mail-source.el (mail-source-call-script): Message the error
9547         string.
9548
9549 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-util.el (gnus-byte-compile): Use it.
9552
9553 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9554
9555         * gnus-util.el (kill-empty-logs): New function.
9556
9557 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * message.el (message-mail-alias-type): Doc fix.
9560         (message-mail-alias-type-p): New function.
9561         (message-send): Use it.
9562         (message-mode): Ditto.
9563         (message-strip-forbidden-properties): Ditto.
9564
9565         * ecomplete.el (ecomplete-database-file-coding-system): New
9566         variable.
9567         (ecomplete-save): Use it.
9568         (ecomplete-setup): Use it.
9569
9570 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * message.el (message-self-insert-commands): New variable.
9573         (message-strip-forbidden-properties): Use it.
9574
9575 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9578         that doesn't make XEmacs choke.
9579
9580 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * gnus-util.el (gnus-replace-in-string):
9583         Prefer replace-regexp-in-string over of replace-in-string.
9584
9585 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-util.el (gnus-select-frame-set-input-focus):
9588         Use select-frame-set-input-focus if it is available in XEmacs; use
9589         definition defined in Emacs 22 for old Emacsen.
9590
9591         * dgnushack.el: Autoload unmorse-region for XEmacs.
9592
9593         * lpath.el: Bind cursor-in-non-selected-windows and
9594         select-frame-set-input-focus for XEmacs.
9595
9596 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9599
9600 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9601
9602         * gnus-registry.el (gnus-registry-cache-save): Remove text
9603         properties when saving via the temp buffer.
9604
9605 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * message.el (message-generate-hashcash): Honor custom type.
9608
9609 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * message.el (message-generate-hashcash): Default to non-nil when
9612         hashcash is found.
9613
9614         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9615         (gnus-refer-thread-limit): Increase default to 500.
9616
9617         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9618
9619         * flow-fill.el (fill-flowed): Allow delete-space.
9620
9621 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9624         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9625         Remove autoloads.
9626
9627 2006-04-18  Simon Josefsson  <jas@extundo.com>
9628
9629         * message.el (message-generate-hashcash): Default to.
9630
9631 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9634         concatenating segments rather than before concatenating them.
9635
9636 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9639
9640 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9643
9644         * message.el (message-forward-make-body-plain): Allow
9645         message-forward-ignored-headers to be a list.
9646         (message-remove-ignored-headers): Factor out into function.
9647         (message-forward-make-body-mml): Use it.
9648
9649         * imap.el (imap-quote-specials): New function.
9650         (imap-login-auth): Quote specials.
9651
9652         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9653         (rfc2231-parse-string): Allow concatanation of parameters that
9654         aren't contiguous.  The test case is
9655           (mail-header-parse-content-type "message/external-body;
9656             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9657             access-type=LOCAL-FILE;
9658             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9659
9660 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9661
9662         * nntp.el (nntp-accept-process-output): Return the value of
9663         `nnheader-accept-process-output'.
9664
9665 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9668         (gnus-button-alist): Recognize more diff formats.
9669         (gnus-button-patch): Strip directory.
9670
9671 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9674         Emacs 22 when setting focus.
9675
9676 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus-art.el (gnus-article-treat-types): Do treatment of
9679         text/x-verbatim parts.
9680         (gnus-button-patch): New command.
9681
9682         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9683         addresses that contain invalid characters.
9684
9685 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * message.el (message-put-addresses-in-ecomplete): Use
9688         gnus-replace-in-string.
9689         (message-is-yours-p): Use the more correct
9690         mail-header-parse-address instead of
9691         mail-extract-address-components.
9692         (message-put-addresses-in-ecomplete): Fix typo.
9693
9694         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9695         keystroke.
9696
9697         * gnus-art.el (gnus-treatment-function-alist): Change order of
9698         newsgroups/generic header folding to avoid double-folding.
9699
9700         * message.el (message-hidden-headers): Add X-Draft-From.
9701
9702         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9703         command.
9704         (gnus-summary-repeat-search-article-backward): New command.
9705
9706         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9707         groups in the parent topic.
9708
9709 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9710
9711         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9712         (spam-extra-header-to-number): Return the CRM114 number as a
9713         number instead of a string.
9714
9715 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * gnus-art.el (gnus-face-properties-alist): Moved here from
9718         gnus-fun.
9719
9720         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9721
9722 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * message.el (message-strip-forbidden-properties): Only display on
9725         self-insert-command.
9726
9727         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9728         reindent.
9729         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9730
9731 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9732
9733         * smiley.el (smiley-style): Fix typo.
9734
9735 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * hashcash.el (hashcash-insert-payment-async-2): Use
9738         message-goto-eoh instead of doing it manually.
9739         (mail-add-payment): Use message-narrow-to-header instead of trying
9740         to do the same itself.
9741
9742         * message.el (message-hidden-headers): Add Face.
9743
9744         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9745         reparenting code.
9746         (gnus-summary-reparent-children): Refactored out code.
9747         (gnus-summary-thread-map): New keystroke.
9748         (gnus-summary-reparent-children): Make into command.
9749
9750         * smiley.el (smiley-style): Default to `medium' if using a large
9751         font.
9752
9753         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9754         does it itself.
9755
9756         * message.el (message-point-in-header-p): Simplify definition.
9757
9758 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * nnagent.el (nnagent-request-set-mark): Silence log file
9761         writing.
9762         (nnagent-request-set-mark): Use write-region instead of
9763         append-to-file.
9764
9765         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9766         strange select method.
9767
9768         * ecomplete.el (ecomplete-display-matches): Get highlightling
9769         right.
9770         (ecomplete-display-matches): Use literals.
9771         (ecomplete-display-matches): Disable message logging.
9772
9773         * message.el (message-display-abbrev): Small optimization.
9774
9775         * ecomplete.el (ecomplete-display-matches): Allow automatic
9776         display.
9777
9778         * message.el (message-strip-forbidden-properties): Display
9779         abbrevs.
9780         (message-display-abbrev): Get automatic display right.
9781
9782         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9783         keystrokes.
9784
9785 2006-04-13  Romain Francoise  <romain@orebokech.com>
9786
9787         TODO: Backport to v5-10!
9788
9789         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9790         Moved here (and renamed) from gnus-registry.el.
9791
9792         * gnus-registry.el: Require gnus-util.
9793         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9794
9795 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * gnus-group.el (gnus-group-catchup-current): Change
9798         if-then-else-if-then-else into cond.
9799         (gnus-group-catchup): Indent.
9800         (group-name-at-point): New function.
9801         (gnus-fetch-group): Provide default from thing at point.
9802
9803 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * message.el (message-display-abbrev): Fix regexp.
9806
9807         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9808         choosing.
9809         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9810         dead variables.
9811
9812         * message.el (message-newline-and-indent): Remove debugging.
9813         (message-display-abbrev): Use new implementation.
9814
9815 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-art.el (gnus-article-mode): Set
9818         cursor-in-non-selected-windows to nil.
9819
9820         * smiley.el: Revert previous change.
9821         (smiley-data-directory): defvar it before using it in the
9822         defcustom of `smiley-style'.
9823
9824 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * message.el (message-newline-and-indent): New function.
9827
9828         * ecomplete.el: Implement more bits.
9829
9830         * message.el (message-put-addresses-in-ecomplete): Clean up the
9831         string.
9832
9833         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9834
9835         * gnus-sum.el (gnus-summary-save-parts): Bind
9836         gnus-summary-save-parts-counter and use it to make unique file
9837         names.
9838
9839         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9840
9841         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9842         parameter to say whether to actually parse the individual
9843         addresses.
9844
9845         * message.el (message-put-addresses-in-ecomplete): New function.
9846         (ecomplete): Require.
9847         (message-mail-alias-type): Add ecomplete as an option.
9848
9849 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9850
9851         * flow-fill.el (fill-flowed): Remove trailing space from blank
9852         quoted lines.
9853
9854 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * smiley.el (smiley-style): Move definition later to avoid a
9857         compilation warning.
9858
9859 2006-04-12  Kenichi Handa  <handa@m17n.org>
9860
9861         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9862         buffer and then decode the buffer text if necessary.
9863         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9864         first, and after mm-encode-body, change the buffer to unibyte.
9865         Use mm-disable-multibyte instead of set-buffer-multibyte.
9866
9867 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9870         Content-Type header instead of Content-Disposition header.
9871         (gnus-mime-inline-part): Ditto.
9872         (gnus-mime-view-part-as-charset): Ignore charset that the part
9873         specifies.
9874
9875         * mm-decode.el (mm-display-part): Work with external parts and
9876         usual parts similarly.
9877
9878         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9879         instead of gnus-display-mime.
9880
9881         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9882         instead of with-temp-buffer.
9883
9884         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9885         tag to summarized topics part in order to encode non-ASCII text.
9886
9887 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * smiley.el (smiley-style): New variable.
9890         (smiley-directory): New function.
9891         (smiley-data-directory): Derive from `smiley-style' using
9892         `smiley-directory'.
9893         (smiley-regexp-alist): Add new entries.
9894
9895         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9896         (gnus-article-browse-delete-temp): Add :version.
9897
9898 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9899
9900         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9901         the sieve region.
9902
9903 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus.el (gnus-version-number): Bump version.
9906
9907 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus.el: No Gnus v0.4 is released.
9910
9911 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9914         layout.
9915
9916         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9917         unknown charset.
9918
9919         * message.el (message-header-synonyms): Add Original-To to the
9920         default.
9921
9922         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9923         optional parameter.
9924
9925 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-fun.el (gnus): Require it for gnus-directory.
9928
9929 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9932
9933 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9934
9935         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9936
9937 2006-04-05  Simon Josefsson  <jas@extundo.com>
9938
9939         * password.el (password-reset): New function.
9940
9941 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9942
9943         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9944         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9945
9946 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9947
9948         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9949         Some whitespace was matched into the url, which broke browsing hits
9950         > 100 when mm-url-use-external was nil.
9951
9952 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9955         gnus-extra-headers for 'Newsgroups.
9956
9957         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9958         bound.
9959
9960 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9961
9962         * pgg-gpg.el: Clean up process buffers every time gpg processes
9963         complete.
9964
9965 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9968         doc string.
9969
9970 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9971
9972         * pgg-gpg.el (pgg-gpg-process-filter)
9973         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9974
9975         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9976         lines, temporary fix.
9977
9978 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9981
9982 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9985         default-enable-multibyte-characters.  This reverts the change from
9986         revision 6.17 which is no longer necessary because the passphrase
9987         is sent separately now.  GnuPG messages are unreadable under
9988         multibyte locales with default-enable-multibyte-characters set to
9989         nil.
9990
9991 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * message.el (message-tool-bar-gnome): Move "spell".
9994
9995 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9998         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9999         instead.
10000
10001 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10002
10003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10004         newsgroups handling for NNTP overviews which don't include
10005         Newsgroups.
10006
10007 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10008
10009         * message.el (message-resend): Bind message-generate-hashcash to nil.
10010
10011 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10012
10013         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10014         when searching for already-paid recipients.
10015
10016 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10017
10018         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10019         passphrases when it is not needed.
10020         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10021         passphrase stuff from gpg, should only be necessary when you use
10022         gpg with a smartcard.
10023
10024 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * mml.el (mml-insert-mime): Ignore cached contents of
10027         message/external-body part.
10028
10029         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10030         (mm-insert-part): Ditto.
10031
10032 2006-03-23  Simon Josefsson  <jas@extundo.com>
10033
10034         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10035         Reiner.
10036         (pgg-gpg-use-agent-p): Use it again.
10037
10038 2006-03-23  Simon Josefsson  <jas@extundo.com>
10039
10040         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10041         older emacsen.
10042         (pgg-gpg-use-agent-p): Don't use it.
10043
10044 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10047         if we can.
10048
10049 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10050
10051         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10052         (pgg-gpg-update-agent): New function.
10053         (pgg-gpg-use-agent-p): New function.
10054         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10055         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10056         (pgg-gpg-sign-region): Use it.
10057
10058 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10061         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10062
10063 2006-03-21  Simon Josefsson  <jas@extundo.com>
10064
10065         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10066         <wilde@sha-bang.de>.
10067         (pgg-gpg-use-agent): New variable.
10068         (pgg-gpg-process-region): Use it.
10069         (pgg-gpg-encrypt-region): Likewise.
10070         (pgg-gpg-encrypt-symmetric-region): Likewise.
10071         (pgg-gpg-decrypt-region): Likewise.
10072         (pgg-gpg-sign-region): Likewise.
10073         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10074
10075 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10078
10079         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10080         Add comment on version.
10081
10082 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * smiley.el: Add missing test smiley.
10085
10086 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * mm-decode.el (mm-with-part): New macro.
10089         (mm-get-part): Use it; work with message/external-body as well.
10090         (mm-save-part): Treat name and filename equally.
10091
10092         * mm-extern.el (mm-extern-cache-contents): New function.
10093         (mm-inline-external-body): Use it; force the part to be displayed;
10094         move undisplayer added to the cached handle to the parent.
10095
10096         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10097         (gnus-mime-view-part-as-type): Work with message/external-body.
10098
10099         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10100
10101 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10104         images in image-load-path.  [Sync with image.el, revision 1.60, in
10105         Emacs.]
10106
10107 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10110         path rather than symbol.  Always return list of directories.
10111         Guarantee that image directory comes first.  [Sync with image.el,
10112         revision 1.59, in Emacs.]
10113
10114         * message.el (message-make-tool-bar): Adjust to new API of
10115         `gmm-image-load-path-for-library'.
10116
10117         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10118
10119         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10120
10121 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10122
10123         * gnus-art.el (gnus-article-only-boring-p):
10124         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10125         intangible text.
10126         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10127
10128 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10131         `defun' instead of `gmm-defun-compat'.
10132
10133 2006-03-14  Simon Josefsson  <jas@extundo.com>
10134
10135         * message.el (message-unique-id): Don't use message-number-base36
10136         if (user-uid) is a float.
10137         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10138
10139 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10142
10143         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10144         empty line between a part and a message part.
10145
10146 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * smiley.el: Add more test smileys.
10149         (smiley-data-directory, smiley-regexp-alist)
10150         (gnus-smiley-file-types): Fix doc strings.
10151         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10152         adding new elements.
10153         (smiley-mouse-map): Unused code.  Make it a comment.
10154
10155 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10158         scan latest NoCeM messages instead of old ones.
10159         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10160         delimiters that are recently used.
10161         (gnus-nocem-load-cache): Add autoload cookie.
10162
10163         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10164
10165         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10166         level which is larger than gnus-use-nocem is specified.
10167
10168         * gnus-group.el (gnus-group-get-new-news): Ditto.
10169
10170 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-util.el (gnus-tool-bar-update): New function.
10173
10174         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10175         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10176
10177         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10178
10179         * gnus-group.el (gnus-group-redraw-when-idle)
10180         (gnus-group-redraw-check): Remove.
10181         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10182
10183 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10186         if optional last element is specified in splits (FIELD VALUE...).
10187
10188 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10191         to gmm-image-load-path-for-library.  Call with no-error argument.
10192         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10193
10194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10195
10196         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10197
10198         * gmm-utils.el (gmm-image-load-path): Remove alias.
10199
10200 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * gmm-utils.el (gmm-image-load-path): Add alias.
10203
10204         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10205         nnml-generate-nov-databases-1.
10206         (nnml-generate-nov-databases): Use it.
10207         (nnml-generate-nov-databases-directory): Document no-active
10208         argument.
10209
10210         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10211         directory if path is t.  Add no-error.
10212
10213         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10214         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10215
10216         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10217         resetting gnus-article-browse-html-temp-list.
10218
10219         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10220         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10221         Add example to docstring.  Rename local variables.  Move error
10222         checks to default case in cond and simplify.
10223
10224 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10227         handle is multipart when calling it recursively.
10228         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10229
10230 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10231
10232         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10233         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10234
10235 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10238         is loaded.
10239
10240         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10241         loaded.
10242
10243 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10246         to "Emacs 23 (unicode)" in doc string.
10247
10248         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10249         "Emacs 23 (unicode)" in comment.
10250
10251 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10254
10255         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10256         characters 160 through 255 in Emacs 23.
10257
10258 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10261         gnus-article-browse-html-temp.
10262         (gnus-article-browse-delete-temp): Make it customizable.  Add
10263         `file'.  Adjust doc string.
10264         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10265         query for each file.  Adjust doc string.
10266         (gnus-article-browse-html-parts): Add
10267         `gnus-article-browse-delete-temp-files' to
10268         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10269
10270 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10271
10272         * gnus-art.el (gnus-article-browse-html-temp)
10273         (gnus-article-browse-delete-temp): New variables.
10274         (gnus-article-browse-delete-temp-files): New function.
10275         (gnus-article-browse-html-parts): Use it.
10276
10277 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10280
10281         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10282         string.
10283
10284         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10285         gnus-summary-insert-new-articles when unplugged.  Remove
10286         gnus-summary-search-article-forward.
10287
10288         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10289         display-visual-class instead of display-color-cells.
10290
10291 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * dgnushack.el: Autoload customize-group for XEmacs.
10294
10295         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10296         message/* containing non-ASCII text properly.
10297
10298 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * message.el: Require gmm-utils, remove autoloads.
10301         (message-tool-bar): Set default based on
10302         gmm-tool-bar-style.
10303         (message-tool-bar-gnome): Add gmm-customize-mode.
10304
10305         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10306         gmm-tool-bar-style.
10307         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10308
10309         * gnus-group.el (gnus-group-tool-bar): Set default based on
10310         gmm-tool-bar-style.
10311         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10312
10313         * gmm-utils.el (gmm-image-directory): Rename variable from
10314         gmm-image-load-path.
10315         (gmm-image-load-path): Use gmm-image-directory.
10316         (gmm-customize-mode): New function.
10317         (gmm-tool-bar-style): New variable.
10318
10319         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10320         gnus-group-redraw-line-number.
10321         (gnus-group-redraw-check): Simplify.
10322         (gnus-group-tool-bar-update): Remove redraw check.
10323         (gnus-group-make-tool-bar): Add redraw check.
10324
10325 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10326
10327         * gnus-art.el (gnus-button): Add missing parentheses.
10328
10329 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * lpath.el: Fbind line-number-at-pos.
10332
10333 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10336
10337 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-art.el (gnus-button): New face.
10340         (gnus-article-button-face): Use it.
10341
10342         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10343         gnus-summary-next-page.  Re-order.
10344
10345         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10346         next-node are now included.
10347         (gnus-group-redraw-line-number): New internal variable.
10348         (gnus-group-redraw-check): Helper function for updating the tool
10349         bar.
10350         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10351
10352         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10353
10354         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10355         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10356         Use it to match format of Spamassassin 3.0 and later.  Reported by
10357         IRIE Tetsuya <irie@t.email.ne.jp>.
10358         (spam-check-bogofilter)
10359         (spam-bogofilter-register-with-bogofilter): Fix args of
10360         `gnus-error' calls.
10361
10362 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10365         unnecessary interaction when sending queued mails.  Reported by
10366         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10367
10368 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10371         first or last are nil.
10372
10373 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10374
10375         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10376
10377 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10380
10381 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * dns.el (query-dns): Protect more against buggy tcp output.
10384
10385 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10388         nov.php.
10389
10390 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10391
10392         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10393         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10394         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10395         output on the server side.
10396         (nnweb-google-create-mapping): Update regexps and add some
10397         progress indication.
10398
10399 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10402         gnus-agent-toggle-plugged.  Re-order icons.
10403         (gnus-group-tool-bar-gnome): Add
10404         gnus-group-{prev,next}-unread-group.
10405         (gnus-group-tool-bar-gnome): Re-order icons.
10406
10407         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10408         gnus-summary-insert-new-articles.
10409
10410         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10411         comments.
10412
10413         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10414         also available in Emacs 21.3.
10415
10416         * message.el (message-fix-before-sending): Change "Emacs 22" to
10417         "Emacs 23 (unicode)" in comment.
10418
10419         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10420         "Emacs 23 (unicode)" in comment.
10421
10422         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10423         comment.
10424         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10425
10426         * mm-view.el (mm-fill-flowed): Add :version.
10427
10428 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10431         and load-path.
10432
10433 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * message.el: Autoload gmm-image-load-path.
10436         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10437         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10438         consitency.
10439
10440         * gmm-utils.el (gmm-image-load-path): Also search in
10441         "../etc/images".  Don't set gmm-image-load-path if we don't find
10442         the image.
10443
10444 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gmm-utils.el (gmm-image-load-path): Don't make
10447         `gmm-image-load-path' include subdirectories which the second arg
10448         `image' might specify.
10449
10450         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10451         subdirectory to icon file names.
10452
10453         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10454
10455 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10458         gmm-image-load-path calls.
10459
10460         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10461
10462         * message.el (message-make-tool-bar): Ditto.
10463
10464         * mml.el (mml-preview): Added comment concerning tool bar icons.
10465
10466         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10467         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10468
10469         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10470         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10471
10472         * message.el (message-tool-bar-gnome): Use new icon names.
10473         (message-make-tool-bar): Use `gmm-image-load-path'.
10474
10475         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10476         functions from MH-E.
10477         (gmm-image-load-path): New variable from MH-E.
10478         (gmm-image-load-path): New function from MH-E.  Added arguments
10479         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10480         *-image-load-path-called-flag.
10481
10482 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10483
10484         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10485
10486 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10487
10488         * nnimap.el (nnimap-request-move-article): Change folder back to
10489         source group before deleting.
10490
10491 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10494
10495         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10496         mm-url.
10497
10498         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10499
10500 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10503         coding system which mm-charset-to-coding-system returns for a
10504         given charset is valid.
10505
10506 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10507
10508         * html2text.el (html2text-remove-tag-list):
10509         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10510
10511 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10512
10513         * gnus-cus.el: Revert 2005-10-17 change.
10514
10515 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-art.el (article-strip-banner): Call
10518         article-really-strip-banner only when the regexp match is made.
10519
10520 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-art.el (article-strip-banner): Use
10523         gnus-extract-address-components instead of
10524         mail-header-parse-addresses to make it work with non-ASCII text;
10525         remove mail-encode-encoded-word-string.
10526
10527         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10528         values which are surrounded with \"...\"; make it never cause a
10529         Lisp error; give up parsing of parameters if it failed in
10530         extracting type.
10531
10532 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10533
10534         * smime.el (smime-cert-by-ldap-1): Fix bug where
10535         `smime-ldap-search' returns results without userCertificates.
10536
10537 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10540
10541 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * spam.el (spam-check-spamassassin-headers): Adapt format for
10544         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10545         <ari@mbf.ocn.ne.jp>.
10546         (spam-list-of-processors): Add spam-use-gmane.
10547
10548 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10551         make-temp-file; make it work with XEmacs as well.
10552
10553         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10554         mm-make-temp-file.
10555
10556         * mm-decode.el (mm-display-external): Use the 3rd arg of
10557         mm-make-temp-file.
10558         (mm-create-image-xemacs): Ditto.
10559
10560 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10563         with message-narrow-to-headers.
10564         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10565         (gnus-draft-check-draft-articles): New function.
10566         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10567
10568 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * gnus-art.el (gnus-article-browse-html-parts):
10571         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10572         Don't use suffix argument for mm-make-temp-file for Emacs 21
10573         compatibility.  Remove useless `format'.
10574
10575 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10576
10577         * nnweb.el (nnweb-google-wash-article): Update regexps.
10578         (nnweb-group-alist): Use defvoo instead of defvar.
10579
10580 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10583         re-loading nn* modules.
10584
10585 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10588         for `tool-bar-mode' and don't check it's default-value.
10589
10590         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10591
10592         * message.el (message-make-tool-bar): Ditto.
10593
10594         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10595         `substring'.  Shorten tmp-file name.
10596
10597         * gnus.el: Remove bogus comment.
10598
10599 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10600
10601         * gnus-art.el (gnus-article-browse-html-parts): New function.
10602         (gnus-article-browse-html-article): New function for viewing html
10603         articles with a browser.
10604
10605 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10606
10607         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10608         in elisp.
10609         (pgg-gpg-encrypt-symmetric-region): Ditto.
10610         (pgg-gpg-sign-region): Ditto.
10611
10612         * pgg-def.el (pgg-text-mode): New variable.
10613
10614         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10615         (mml2015-pgg-encrypt): Ditto.
10616
10617         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10618         (mml1991-pgg-encrypt): Ditto.
10619
10620 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10623         message-make-date instead of current-time-string.
10624
10625         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10626         to gnus-decoded which mm-uu might set.
10627
10628 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10631         don't decode quoted parameters; remove misimported Emacs code.
10632         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10633         (rfc2231-decode-encoded-string): Don't use split-string which
10634         behaves differently according to Emacs version; use
10635         mm-decode-coding-region to convert charset to coding-system.
10636         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10637         (rfc2231-encode-string): Remove misimported Emacs code.
10638
10639 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10642         when calling mail-header-parse-content-type.
10643         (article-de-quoted-unreadable): Ditto.
10644         (article-de-base64-unreadable): Ditto.
10645         (article-wash-html): Ditto.
10646
10647         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10648         calling mail-header-parse-content-type and
10649         mail-header-parse-content-disposition.
10650         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10651         mail-header-parse-content-type.
10652
10653         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10654         insert charset and format parameters; encode description after
10655         inserting it to buffer.
10656         (mml-insert-parameter): Fold lines properly even if a parameter is
10657         segmented into two or more lines; change the max column to 76.
10658
10659         * rfc1843.el (rfc1843-decode-article-body): Don't use
10660         ignore-errors when calling mail-header-parse-content-type.
10661
10662         * rfc2231.el (rfc2231-parse-string): Return at least type if
10663         possible; don't cause an error even if it fails in parsing of
10664         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10665         (rfc2231-encode-string): Don't break lines at the beginning, leave
10666         it to mml-insert-parameter.
10667
10668         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10669         calling mail-header-parse-content-type.
10670
10671 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * spam-report.el (spam-report-gmane-use-article-number):
10674         Improve doc string.
10675         (spam-report-gmane-internal): Check if a suitable header was found
10676         in the article.
10677
10678 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10681         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10682
10683 2006-02-05  Romain Francoise  <romain@orebokech.com>
10684
10685         Update copyright notices of all files in the gnus directory.
10686
10687 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10688
10689         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10690
10691 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10694         segmented lines of parameter value to cope with Thunderbird 1.5
10695         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10697         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10698
10699 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10700
10701         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10702         parts.
10703
10704 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10705
10706         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10707         there's only one active file for all servers.
10708         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10709         solid groups.  Gnus might have used a FAST request to select the group.
10710         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10711         and nnweb-search redundantly in the active file.
10712         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10713         (nnweb-request-create-group): Don't use ARGS.
10714         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10715         initialisations.  Let nnoo do the work.
10716
10717 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10720         Say the part has been decoded.
10721
10722         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10723
10724 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10725
10726         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10727         mailcap-viewer-test-cache when there's no 'test clause, since that
10728         will invert the meaning of a "nil" test previously determined by
10729         mailcap-mailcap-entry-passes-test.
10730
10731 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10734         compiling.
10735
10736         * gnus-sum.el: Ditto.
10737
10738         * message.el: Don't bind tool-bar-map when compiling.
10739
10740 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10743
10744 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10745
10746         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10747         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10748         current Google Groups.
10749
10750 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10753         and tool-bar-mode.
10754
10755         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10756         and tool-bar-mode.
10757
10758         * message.el (message-tool-bar-update): Simplify.
10759         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10760
10761         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10762         gnus-summary-buffer.
10763         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10764         gnus-summary-reply.
10765
10766         * gmm-utils.el (gmm): Add :version.
10767
10768 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * Makefile.in (clean): New rule.
10771         (distclean): Use it.
10772
10773 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10774
10775         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10776         autoload.
10777
10778 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gmm-utils.el (gmm-verbose): Add :group.
10781
10782 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * message.el: Change some comments WRT tool-bars.
10785
10786         * gnus-sum.el (gnus-summary-tool-bar)
10787         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10788         (gnus-summary-tool-bar-zap-list): New variables.
10789         (gnus-summary-make-tool-bar): Complete rewrite using
10790         `gmm-tool-bar-from-list'.
10791
10792         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10793         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10794         variables.
10795         (gnus-group-make-tool-bar): Complete rewrite using
10796         `gmm-tool-bar-from-list'.
10797         (gnus-group-tool-bar-update): New function.
10798
10799         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10800
10801 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10804         is dissected into a single part of which the type is the same as
10805         the given one; decode charset.
10806
10807 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10808
10809         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10810         into alists as symbol not string, since that's what
10811         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10812         look for.
10813
10814 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10817         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10818
10819         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10820
10821 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10824         (gnus-xmas-mime-security-button-menu): New function.
10825
10826         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10827         (gnus-mime-security-button-menu): New definition.
10828         (gnus-mime-security-button-map): Use them.
10829         (gnus-mime-security-button-menu): New function.
10830         (gnus-insert-mime-security-button): Addition to help echo.
10831         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10832         (gnus-mime-security-pipe-part): New functions.
10833
10834         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10835         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10836
10837         * mm-decode.el (mm-handle-set-disposition): Remove.
10838         (mm-handle-set-description): Remove.
10839
10840 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10843         (mm-w3m-standalone-supports-m17n-p): New function.
10844         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10845         w3m usage.
10846
10847         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10848         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10849
10850 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * message.el (message-tool-bar-zap-list): Use
10853         gmm-tool-bar-zap-list as custom type.
10854         (message-tool-bar-update): New function.
10855         (message-tool-bar, message-tool-bar-gnome)
10856         (message-tool-bar-retro): Add message-tool-bar-update.
10857         (message-tool-bar-gnome): Add flyspell-buffer.
10858
10859         * gnus-util.el (gnus-error): Describe `args'.
10860
10861         * gmm-utils.el (gmm-error): Describe `args'.
10862         (gmm-tool-bar-zap-list): New widget.
10863         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10864
10865 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10868         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10869         the number of recursive calls.
10870
10871         * mm-decode.el (mm-handle-set-disposition): New macro.
10872         (mm-handle-set-description): New macro.
10873
10874 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10877         encoding.
10878
10879 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-tool-bar-zap-list, message-tool-bar)
10882         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10883         (message-tool-bar-local-item-from-menu): Remove.
10884         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10885         (message-make-tool-bar): New function.
10886         (message-mode): Use `message-make-tool-bar'.
10887
10888         * gmm-utils.el: New file.
10889         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10890         (gmm-lazy): New widget copied from `nnmail.el'.
10891         (gmm-tool-bar-from-list): New function for creating customizable
10892         tool bars.
10893         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10894         output.
10895         (gmm): Add :prefix to defgroup.
10896
10897 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10898
10899         * gmm-utils.el (gmm-widget-p): New function.
10900
10901 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * mml.el (mml-attach-file): Describe `description' in doc string.
10904         (mml-menu): Add Emacs MIME manual and PGG manual.
10905
10906 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10907
10908         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10909
10910 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10911
10912         * nntp.el (nntp-end-of-line): Doc fix.
10913
10914 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10915
10916         * imap.el (imap-open): Handle case where buffer is a buffer
10917         object.
10918
10919 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10920
10921         * gnus-delay.el (gnus-delay): Don't autoload.
10922         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10923         to be re-loaded when customizing the `gnus-delay' group.
10924
10925 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10926
10927         * message.el (message-insert-citation-line): Use newlines.
10928
10929 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10930
10931         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10932         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10933         these routines, so the passphrase can be managed externally and
10934         passed in to the system.
10935         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10936         pgg-add-passphrase-to-cache function.
10937
10938         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10939         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10940         these routines, so the passphrase can be managed externally and
10941         passed in to the system.
10942         (pgg-pgp5-sign-region): Use new name of
10943         pgg-add-passphrase-to-cache function.
10944
10945 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10946
10947         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10948         part of the decoded armor to find the key-identifier.
10949         (pgg-gpg-lookup-key-owner): New function to return the
10950         human-readable identifier of a key owner.
10951         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10952         itself.
10953         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10954         the key value) if we have a key and can match it against a secret
10955         key.  Also, added a note pointing out fact that the prompt only
10956         indicates the first matching key.
10957
10958         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10959         pgg-decrypt-region.
10960         (pgg-add-passphrase-to-cache): Rename from
10961         `pgg-add-passphrase-cache' to reduce confusion (all callers
10962         changed).
10963         (pgg-remove-passphrase-from-cache): Rename from
10964         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10965         changed).
10966         (pgg-read-passphrase, pgg-add-passphrase-cache)
10967         (pgg-remove-passphrase-cache): Add informative docstrings.
10968         (pgg-decrypt): Convey provided passphrase in subordinate call to
10969         pgg-decrypt-region.
10970
10971 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10972
10973         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10974         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10975         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10976         'passphrase' argument, so the passphrase can be managed externally
10977         and then passed in to the system.
10978
10979         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10980         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10981         so the passphrase cache can be used reliably with identifiers
10982         besides a pgp packet's key id.
10983
10984         * pgg-gpg.el (pgg-gpg-encrypt-region)
10985         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10986         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10987         these routines, so the passphrase can be managed externally and
10988         passed in to the system.
10989
10990         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10991         'notruncate' argument, so the passphrase cache can be used
10992         reliably with identifiers besides a pgp packet's key id.
10993
10994 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10995
10996         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10997         symmetric encryption.
10998         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10999         encrypted session key.
11000         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11001         message ask for the passphrase in a proper way.
11002
11003         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11004         New user commands for symmetric encryption.
11005
11006 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11009
11010         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11011
11012 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11013
11014         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11015
11016 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * mm-decode.el (mm-inlined-types): Add application/pgp.
11019         (mm-automatic-display): Ditto.
11020
11021         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11022         part as text.
11023
11024 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * nnrss.el: Update copyright.
11027         (nnrss-opml-import): Query whether to subscribe to each entry.
11028
11029         * gnus-art.el:
11030         * gnus-sum.el:
11031         * gnus-xmas.el:
11032         * messagexmas.el:
11033         * mm-uu.el:
11034         * mm-view.el: Update copyright.
11035
11036 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * message.el (message-info): New function.
11039         (message-mode-menu): Add it.
11040         Update copyright.
11041
11042         * ChangeLog: Fix and update copyright.
11043
11044 2006-01-13  Romain Francoise  <romain@orebokech.com>
11045
11046         * message.el (message-forward-subject-name-subject): Prefer the
11047         address to 'nowhere' if the sender has no name.
11048         Fix typo.  Update copyright year.
11049
11050 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * gnus-art.el (article-wash-html): Use
11053         gnus-summary-show-article-charset-alist if a numeric arg is given.
11054         (gnus-article-wash-html-with-w3m-standalone): New function.
11055
11056         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11057         mm-inline-text-html-render-with-w3m-standalone.
11058         (mm-text-html-washer-alist): Map w3m-standalone to
11059         gnus-article-wash-html-with-w3m-standalone.
11060         (mm-inline-text-html-render-with-w3m-standalone): New function.
11061
11062 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11065         Improve LaTeX.
11066
11067 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11070         (nnrss-request-article): Render text/plain parts as HTML.
11071
11072         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11073         the buffer.
11074
11075 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11078         custom definition of `gnus-posting-styles'.
11079
11080         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11081         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11082
11083 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11086         Use nntp for bug archive.
11087
11088 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11091         parts.
11092         (nnrss-normalize-date): New function converts ISO 8601 date into
11093         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11094         (nnrss-check-group): Use it.
11095
11096 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11099
11100         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11101         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11102         (nnrss-insert-w3): Ditto.
11103
11104 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11107         the articles to be forwarded including the case where neither a
11108         number of articles nor a region is specified.
11109
11110 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * nnrss.el (nnrss-request-article): Fix last change; fill
11113         text/plain parts.
11114
11115 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11118         in text/plain part.
11119         (nnrss-check-group): Don't add excessive newline to dc:subject.
11120
11121 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11122
11123         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11124         article.
11125
11126 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11129         (nnml-use-compressed-files, nnml-save-mail): Support other
11130         comression programs such as bzip2.
11131
11132 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * dns.el (query-dns): Make sure we check the buffer size before
11135         removing tcp headers.
11136
11137 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11140         remove MIME buttons associated with multipart/alternative parts.
11141         (gnus-mime-display-alternative): Tag buttons using `article-type'
11142         text property.
11143
11144         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11145         associated with multipart/alternative parts.
11146
11147         * gnus-art.el (gnus-signature-separator): Fix custom type.
11148
11149         * mm-decode.el (mm-inlined-types): Fix custom type.
11150         (mm-keep-viewer-alive-types): Ditto.
11151         (mm-automatic-display): Ditto.
11152         (mm-attachment-override-types): Ditto.
11153         (mm-inline-override-types): Ditto.
11154         (mm-automatic-external-display): Ditto.
11155
11156 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * spam-report.el (spam-report-user-mail-address)
11159         (spam-report-user-agent): New variables.
11160         (spam-report-url-ping-plain): Use spam-report-user-agent.
11161
11162 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11163
11164         * gnus-art.el (gnus-button-handle-custom): Do not just use
11165         `customize-apropos' for any "M-x customize-*" button but the
11166         function called for.  Accept both the function name and its
11167         argument in order to achieve this.
11168         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11169         function name to `gnus-button-handle-custom' in case of "M-x
11170         customize-*" buttons.
11171
11172 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11175         multipart/alternative and add xref to mm-discouraged-alternatives
11176         in doc string.
11177
11178         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11179         gnus-buttonized-mime-types in doc string.
11180
11181 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11184         Suggest image/.* in the doc string.
11185
11186 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11189         message-marks (Debian bug #342521).
11190
11191 2005-12-12  Simon Josefsson  <jas@extundo.com>
11192
11193         * password.el (password-read-from-cache): Add.
11194         (password-read): Use it.
11195
11196 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11199         us-ascii as a MIME charset.
11200
11201         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11202         against the case where the 2nd arg TYPE is nil.
11203
11204 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * pop3.el (pop3-stream-type): Fix custom version.
11207
11208         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11209
11210 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11211
11212         * mm-decode.el (mm-display-external): Add missing cdr.
11213
11214 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11217         RFC1524) if it is in mailcap or add a suffix according to
11218         mailcap-mime-extensions when generating a temp filename; postpone
11219         deleting a temp file for 2 seconds for some wrappers, shell
11220         scripts, and so on, which might exit right after having started a
11221         viewer command as a background job.
11222
11223 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * nntp.el (nntp-marks-directory): Fix custom group.
11226
11227         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11228         steps when < 10.
11229
11230         * gnus-start.el (gnus-no-server-1): Mention
11231         `gnus-level-default-subscribed' in doc string.
11232
11233 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11234
11235         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11236         parens.
11237
11238 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-xmas.el (gnus-use-toolbar): Revert.
11241         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11242         gnus-use-toolbar is default.
11243
11244         * messagexmas.el (message-use-toolbar): Revert.
11245         (message-setup-toolbar): Use global default-toolbar if
11246         message-use-toolbar is default.
11247
11248 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11251         according to default-toolbar-visible-p.
11252
11253         * messagexmas.el (message-use-toolbar): Ditto.
11254
11255 2005-11-26  Dave Love  <fx@gnu.org>
11256
11257         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11258         (tls-program, tls-success): Provide openssl alternative.
11259
11260         * starttls.el: Doc fixes.
11261         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11262         SERVICE to PORT.
11263
11264         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11265         port null or service name.
11266         (starttls-negotiate): Autoload.
11267
11268 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * message.el (message-kill-to-signature): Fix interactive spec.
11271
11272 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * pop3.el (pop3-open-server): Recognize a string as a service name.
11275
11276 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11277
11278         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11279
11280 2005-11-23  Dave Love  <fx@gnu.org>
11281
11282         Add pop3s, pop3/starttls.
11283
11284         * pop3.el (pop3-authentication-scheme): Clarify doc.
11285         (open-tls-stream, starttls-open-stream): Autoload.
11286         (pop3-stream-type): New.
11287         (pop3-open-server): Use it.
11288
11289         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11290         for POP.
11291         (mail-source-keyword-map): Add :stream for POP.
11292         (mail-source-fetch-pop): Use pop3-stream-type.
11293
11294 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11297         of current-time-string.
11298
11299 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11300
11301         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11302         date header.
11303
11304 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11305
11306         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11307         it can seriously impact performance as it bypasses the agent's
11308         local caches.
11309
11310 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11311
11312         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11313         must be explicitly online rather than "not explicitly offline" for
11314         its flags to be synchronized.
11315
11316         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11317         that gnus-uu-unmark-thread will function correctly.
11318
11319         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11320         1024K is instead displayed as 1M.
11321
11322 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11325
11326 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11327
11328         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11329
11330 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11331
11332         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11333         error message to display actual error condition.
11334         (gnus-agent-save-local): Avoid saving symbols that are bound to
11335         nil as they simply result in a warning message in
11336         gnus-agent-read-local.
11337
11338 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11341         rather than make-variable-buffer-local for file-precious-flag.
11342
11343 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11344
11345         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11346         for duplicates which are removed.  The invalid sort check then
11347         triggers a rescan after the sort as sorting may have moved
11348         duplicate entries such that they can be cheaply detected.
11349
11350 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11353
11354 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11355
11356         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11357         internal variable to a custom variable.  Changed default value
11358         from compressed(2) to uncompressed(1).
11359         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11360         support for uncompressed agentview files.  Taken together, reading
11361         the agentview file should now be 6-7 times faster.
11362
11363 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11364
11365         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11366         as a buffer-local variable.  This avoids creating truncated
11367         dribble files as a result of a hang up, eg.
11368
11369 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11370
11371         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11372         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11373         XEmacs.
11374
11375 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-start.el (gnus-start-draft-setup): Enforce
11378         `gnus-draft-mode' for nndraft:drafts at startup.
11379
11380         * gnus.el (gnus-splash): Change custom group.
11381         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11382         allow-list argument.
11383
11384         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11385         string.
11386
11387 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-default-article-saver): Add user-defined
11390         `function' to custom type.
11391
11392 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11393
11394         * imap.el (imap-open): Handle case where buffer is a buffer
11395         object.
11396
11397 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11400         long lines.
11401         (gnus-cache-delete-group): Wrap doc strings.
11402
11403         * gnus-agent.el (gnus-agent-rename-group)
11404         (gnus-agent-delete-group): Wrap doc strings.
11405
11406 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * messagexmas.el (message-use-toolbar): Change the valid values
11409         into default, top, bottom, left, and right.
11410         (message-toolbar-thickness): New variable.
11411         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11412         well.
11413         (message-setup-toolbar): Make it work.
11414
11415         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11416         (gnus-use-toolbar): Change the valid values into default, top,
11417         bottom, left, and right.
11418         (gnus-toolbar-thickness): New variable.
11419         (gnus-xmas-setup-toolbar): New function.
11420         (gnus-xmas-setup-group-toolbar): Use it.
11421         (gnus-xmas-setup-summary-toolbar): Use it.
11422
11423 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11424
11425         * gnus-start.el (gnus-1): Add "native" to
11426         gnus-predefined-server-alist.
11427
11428         * gnus.el (gnus-method-to-server): Don't add "native" to the
11429         lists here, because that leads to problems when
11430         gnus-select-method is bound.
11431
11432 2005-11-09  Simon Josefsson  <jas@extundo.com>
11433
11434         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11435         use (not sort-by-date) instead.
11436
11437 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * gnus-delay.el (gnus-delay-group): Don't autoload.
11440         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11441         to be re-loaded when customizing the `gnus-delay' group.
11442
11443 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11444
11445         * message.el: Revert last changes.
11446         (message-insert-citation-line): Use newlines.
11447
11448 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11449
11450         * message.el (message-courtesy-message)
11451         (message-mark-insert-begin, message-mark-insert-end)
11452         (message-elide-ellipsis, message-cancel-message)
11453         (message-add-header, message-change-subject)
11454         (message-cross-post-followup-to-header)
11455         (message-cross-post-insert-note, message-reduce-to-to-cc)
11456         (message-widen-reply, message-delete-not-region)
11457         (message-kill-to-signature, message-insert-signature)
11458         (message-insert-importance-high, message-insert-importance-low)
11459         (message-insert-or-toggle-importance)
11460         (message-insert-disposition-notification-to)
11461         (message-indent-citation, message-yank-original)
11462         (message-cite-original-without-signature, message-cite-original)
11463         (message-insert-citation-line, message-position-on-field)
11464         (message-fix-before-sending, message-send-mail-partially)
11465         (message-send-mail, message-send-mail-with-sendmail)
11466         (message-send-mail-with-qmail, message-send-news)
11467         (message-check-news-header-syntax, message-generate-headers)
11468         (message-insert-courtesy-copy, message-fill-address)
11469         (message-fill-header, message-shorten-references)
11470         (message-setup-1, message-cancel-news)
11471         (message-forward-make-body-plain, message-forward-make-body-mime)
11472         (message-forward-make-body-mml, message-encode-message-body)
11473         (message-forward-make-body-digest-plain)
11474         (message-forward-make-body-digest-mime)
11475         (message-use-alternative-email-as-from): Insert `hard-newline'
11476         instead of ordinary newlines.
11477
11478 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * message.el (message-generate-headers): Downcase the argument
11481         given to message-check-element.
11482
11483 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11484
11485         * nntp.el (nntp-authinfo-rejected): New error condition.
11486         (nntp-wait-for): Use new error condition to signal authentication
11487         error.
11488         (nntp-retrieve-data): Rethrow new error condition to break out of
11489         recursive call to nntp-send-authinfo.
11490
11491 2005-11-08  Romain Francoise  <romain@orebokech.com>
11492
11493         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11494         (gnus-summary-exit-map): Bind to `Z p'.
11495         (gnus-summary-make-menu-bar): Add menu item.
11496
11497 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11500         (gnus-treat-*): Add `first' in all doc strings.
11501
11502         * gnus-group.el (gnus-group-compact-group): Fix typo.
11503
11504 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus.el (gnus-parameters-case-fold-search): New variable.
11507         (gnus-parameters-get-parameter): Use it.
11508
11509         * gnus-score.el (gnus-home-score-file): Doc fix.
11510
11511 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11512
11513         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11514
11515 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * mm-util.el (mm-special-display-p): New function.
11518
11519         * mml.el (mml-preview): Use it; doc fix.
11520
11521 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11522
11523         * imap.el (imap-open): Handle case where buffer is a buffer object.
11524
11525 2005-10-29  Romain Francoise  <romain@orebokech.com>
11526
11527         * message.el (message-fix-before-sending): Fix comment.
11528
11529 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11530
11531         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11532
11533 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11534
11535         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11536         Used in gnus-score.el.
11537
11538 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11541
11542 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11545         whitespace removed in revision 7.8.  Use concatenated string to
11546         protect trailing whitespace.
11547
11548 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11549
11550         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11551         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11552         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11553         Courier IMAP ("some version from 2004").  Mostly based on similar
11554         code in the same function.
11555
11556 2005-10-26  Didier Verna  <didier@xemacs.org>
11557
11558         * gnus-group.el (gnus-group-compact-group): Invalidate original
11559         article buffer.
11560         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11561         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11562         NOV database and in article itself.
11563         Invalidate article backlog.
11564
11565 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11568
11569 2005-10-26  Simon Josefsson  <jas@extundo.com>
11570
11571         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11572         part of 2004-07-25 change.
11573
11574 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * message.el (message-display-completion-list): New function.
11577         (message-expand-group): Use it; make sure the Completions buffer
11578         is modifiable.
11579 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11580
11581         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11582         user-mail-name is an empty string.
11583
11584 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11587         depending on gnus-score-decay-constant.
11588
11589         * encrypt.el (encrypt-insert-file-contents)
11590         (encrypt-write-file-contents): Don't use `gnus-message'.
11591
11592         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11593         arguments.
11594         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11595         arguments to mm-uu-verbatim-marks-extract.
11596         (mm-uu-hide-markers): New variable.
11597         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11598
11599         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11600         (gnus-convert-image-to-face-command): Use "convert" by default to
11601         allow other input image formats.
11602         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11603         accordingly.
11604
11605 2005-10-23  Simon Josefsson  <jas@extundo.com>
11606
11607         * imap.el (imap-gssapi-program): Align command line parameters
11608         with latest GNU SASL.
11609         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11610
11611 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11614         HTML.
11615         (nnslashdot-request-article): Ditto.
11616
11617         * lpath.el (featurep): Add nobreak-char-display.
11618
11619 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11620
11621         * mail-source.el (mail-source-fetch-pop): Require pop3.
11622         (mail-source-check-pop): Ditto.
11623
11624 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11627         errors.
11628
11629 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11632         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11633
11634         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11635
11636         * mm-bodies.el (mm-decode-string): Call
11637         `mm-charset-to-coding-system' with allow-override argument.
11638
11639 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11642         (rfc2047-charset-to-coding-system): New function.
11643         (rfc2047-decode-encoded-words): New function.
11644         (rfc2047-decode-region): Use them.
11645         (rfc2047-decode-cte): Remove.
11646         (rfc2047-parse-and-decode): Remove.
11647         (rfc2047-decode): Remove.
11648
11649 2005-10-15  Kenichi Handa  <handa@m17n.org>
11650
11651         * rfc2047.el (rfc2047-decode-cte): New function.
11652         (rfc2047-decode-region): Change the way to decode successive
11653         encoded-words: decode B- or Q-encoding in each encoded-word,
11654         concatenate them, and decode it as charset.
11655
11656 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * lpath.el: Fbind codepage-setup for XEmacs.
11659
11660 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11661
11662         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11663         widget-move-and-invoke.
11664         (gnus-custom-mode): Use gnus-custom-map.
11665
11666 2005-10-15  Bill Wohler  <wohler@newt.com>
11667
11668         * message.el (message-tool-bar-map): Renamed image file from
11669         mail_send to mail/send.
11670
11671 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11672
11673         * message.el (message-expand-group): Pass the common
11674         prefix substring of completion to `display-completion-list'.
11675
11676 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * mml-sec.el (mml-secure-method): New internal variable.
11679         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11680         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11681         functions using mml-secure-method.
11682
11683         * mml.el (mml-mode-map): Add key bindings for those functions.
11684         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11685         Harder <harder@myrealbox.com>.
11686         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11687         end of message if point is the headers of the message.
11688
11689         * message.el (message-in-body-p): New function.
11690
11691         * assistant.el: Autoload gnus-util and netrc.
11692
11693         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11694         Use `mm-charset-override-alist' only when decoding.
11695
11696         * mm-bodies.el (mm-decode-body): Call
11697         `mm-charset-to-coding-system' with allow-override argument.
11698
11699         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11700         `filename' from Content-Disposition if Content-Type doesn't
11701         provide `name'.
11702         (gnus-mime-view-part-as-type): Set default instead of
11703         initial-input.
11704
11705 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11706
11707         * format-spec.el (format-spec): Propagate text properties of % spec.
11708
11709 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-art.el (gnus-treat-predicate): Add `first'.
11712
11713 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11716         (mm-charset-override-alist): New variable.
11717         (mm-charset-to-coding-system): Use it.
11718         (mm-codepage-setup): New helper function.
11719         (mm-charset-eval-alist): New variable.
11720         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11721         about unknown charsets.
11722
11723         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11724
11725 2005-10-04  David Hansen  <david.hansen@gmx.net>
11726
11727         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11728         (nnrss-check-group): Ditto.
11729
11730 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11733         Rename x-gnus-verbatim to x-verbatim.
11734         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11735
11736         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11737         x-verbatim.
11738
11739         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11740
11741         * gnus-util.el (gnus-remove-duplicates): Remove.
11742
11743         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11744         instead of gnus-remove-duplicates.
11745
11746         * message.el (message-remove-duplicates): Remove.
11747         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11748         message-remove-duplicates.
11749
11750         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11751         available, else use implementation from `delete-dups'.
11752
11753         * message.el (message-insert-expires): New function.
11754         (message-mode-map): Add key binding.
11755         (message-mode-field-menu): Add menu entry.
11756         (message-mode): Document it.
11757         (message-make-expires-date): Use `message-make-date'.
11758
11759 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11760
11761         * message.el (message-make-expires-date): New function.
11762
11763 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * Makefile.in (list-installed-shadows): New entry.
11766         (install): Use it.
11767         (remove-installed-shadows): New entry.
11768
11769         * dgnushack.el (dgnushack-default-load-path): New variable.
11770         (dgnushack-find-lisp-shadows): New function.
11771         (dgnushack-remove-lisp-shadows): New function.
11772
11773 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * Makefile.in (install-el-elc): New entry.
11776         (install): Use it so that .el files are necessarily installed.
11777
11778 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11781
11782 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11783
11784         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11785         function rather than the diff-mode.el package.
11786         (mm-display-external): Use with-current-buffer.
11787         (mm-viewer-completion-map, mm-viewer-completion-map):
11788         Move initialization inside declaration.
11789
11790 2005-09-29  Simon Josefsson  <jas@extundo.com>
11791
11792         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11793         autoload mail-check-payment.
11794         (spam-check-hashcash): Define unconditionally, since hashcash.el
11795         is part of Gnus now.  Ignore errors from payment checking.
11796
11797 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * message.el (message-bold-region, message-unbold-region): Rename
11800         from `bold-region' and `unbold-region'.
11801
11802         * message.el: Remove useless autoloads.
11803
11804 2005-09-28  Simon Josefsson  <jas@extundo.com>
11805
11806         * message.el (message-use-idna): Default to t.
11807         (message-use-idna): Test whether encoding works too.  Doc fix.
11808
11809 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * nntp.el (nntp-warn-about-losing-connection): Remove.
11812
11813 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11816         customizable.  Change default value.
11817         (mm-uu-diff-groups-regexp): Change default value.
11818         (mm-uu-type-alist): Add doc string.
11819         (mm-uu-configure): Add doc string.  Make it interactive.
11820         (mm-uu-tex-groups-regexp): New variable.
11821         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11822         (mm-uu-type-alist): Add LaTeX documents.
11823         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11824         of "text/verbatim".
11825         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11826
11827         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11828         instead of "text/verbatim".
11829
11830         * message.el (message-mark-inserted-region)
11831         (message-mark-insert-file): Use slrn style marks when called with
11832         prefix argument.
11833
11834 2005-09-27  Simon Josefsson  <jas@extundo.com>
11835
11836         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11837
11838 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11839
11840         * message.el (message-remove-duplicates): New function.
11841         Implementation borrowed from `gnus-remove-duplicates'.
11842         (message-idna-to-ascii-rhs): Also encode idna addresses in
11843         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11844         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11845         only ask about the same idna domain once per header and also tell
11846         in what header to replace the idna domain.
11847
11848         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11849         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11850         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11851         a header is decoded and not just the last one.
11852
11853 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11856         has been decoded.
11857
11858         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11859         (mm-insert-part): Don't modify text if it has been decoded.
11860
11861         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11862         decoded.
11863
11864         * mm-view.el (mm-inline-text): Don't strip text props unless
11865         decoding enriched or richtext parts.
11866
11867 2005-09-25  Romain Francoise  <romain@orebokech.com>
11868
11869         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11870         * gnus-start.el (gnus-subscribe-interactively):
11871         * gnus-uu.el (gnus-uu-grab-articles):
11872         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11873         space.
11874
11875 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11876
11877         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11878         * mm-view.el (mm-view-pkcs7-decrypt):
11879         * gnus-sum.el (gnus-summary-limit-to-extra)
11880         (gnus-summary-respool-article, gnus-read-move-group-name):
11881         * gnus-score.el (gnus-summary-increase-score):
11882         * gnus-util.el (gnus-completing-read-with-default):
11883         * gnus-art.el (gnus-read-save-file-name)
11884         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11885         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11886         * message.el (message-check-news-header-syntax):
11887         Follow convention for reading with the minibuffer.
11888
11889 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * spam-report.el (spam-report-url-ping-plain):
11892         Use gnus-extended-version as User-Agent.
11893
11894         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11895         default value is nil.
11896
11897         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11898         (mm-uu-verbatim-marks-extract): New function.
11899         (mm-uu-extract): New face.
11900         (mm-uu-copy-to-buffer): Use it.
11901
11902         * spam-report.el (spam-report-gmane-ham): Renamed from
11903         `spam-report-gmane-unspam'.
11904         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11905         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11906
11907         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11908         Autoload.
11909         (spam-report-gmane-unregister-routine): Renamed
11910         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11911
11912 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11913
11914         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11915         (spam-report-gmane-unregister-routine): Add support for gmane
11916         unregistration.
11917
11918         * spam-report.el (spam-report-gmane-unspam)
11919         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11920         (spam-report-gmane): Change to take a single article and do unspam
11921         registration.
11922
11923 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * mm-url.el (mm-url-decode-entities): Fix regexp.
11926
11927 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11928
11929         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11930         default to nil, to be able to use Gnus at all.  If the default
11931         switches to something else, then the function should be fixed not
11932         be exceedingly slow.
11933
11934 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11935
11936         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11937         fail hard.
11938
11939         * spam-report.el: Add better Keywords line.
11940
11941         * spam.el: Add Maintainer and better Keywords line.
11942
11943 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-art.el (gnus-article-replace-part)
11946         (gnus-mime-replace-part): New functions.
11947         (gnus-mime-action-alist, gnus-mime-button-commands)
11948         (gnus-mime-save-part-and-strip): Added file argument.
11949         (gnus-article-part-wrapper): Added interactive argument.
11950
11951         * gnus-sum.el (gnus-summary-mime-map): Add
11952         `gnus-article-replace-part'.
11953
11954 2005-09-19  Didier Verna  <didier@xemacs.org>
11955
11956         The nnml compaction feature:
11957         * nnml.el (nnml-request-compact-group): New function.
11958         * nnml.el (nnml-request-compact): New function.
11959         * gnus-int.el (gnus-request-compact-group): New function.
11960         * gnus-int.el (gnus-request-compact): New function.
11961         * gnus-group.el (gnus-group-compact-group): New function.
11962         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11963         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11964         * gnus-srvr.el (gnus-server-compact-server): New function.
11965         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11966         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11967
11968 2005-09-18  Deepak Goel  <deego@gnufans.org>
11969
11970         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11971         format spec.
11972
11973 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11976
11977 2005-09-15  Romain Francoise  <romain@orebokech.com>
11978
11979         * message.el (message-fill-paragraph): Clarify docstring.
11980
11981 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-art.el (gnus-mime-display-part): Protect against broken
11984         MIME messages.
11985
11986 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11989         before parsing header.
11990
11991 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11992
11993         * html2text.el (html2text-replace-list): Add new entities.
11994
11995 2005-09-11  Romain Francoise  <romain@orebokech.com>
11996
11997         * message.el (message-alternative-emails): Improve docstring.
11998         (message-setup-1): Call `message-use-alternative-email-as-from'
11999         after `message-setup-hook' to give it precedence over posting
12000         styles, etc.
12001         (message-use-alternative-email-as-from): Add docstring.  Remove
12002         the original From header if present.
12003
12004         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12005         (nnml-save-mail): Use it.
12006
12007         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12008         articles.  Add new argument `silent'.
12009         (gnus-uu-mark-all): Report the total number of marked articles.
12010
12011 2005-09-10  Romain Francoise  <romain@orebokech.com>
12012
12013         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12014         (gnus-uu-mark-series): Likewise.
12015
12016 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * spam-report.el (spam-report-gmane): Fix generation of spam
12019         report URL.
12020
12021 2005-09-10  Simon Josefsson  <jas@extundo.com>
12022
12023         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12024         t, based on discussion on the ding list with Robert Epprecht
12025         <epprecht@solnet.ch>.
12026
12027 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * spam-report.el (spam-report-gmane): Make it work without
12030         X-Report-Spam header.  Gmane now only provides Archived-At.
12031         This is only used if `spam-report-gmane-use-article-number' is nil.
12032         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12033
12034         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12035         make `gnus-summary-sort-by-recipient' work with threading.
12036
12037         * nnweb.el (nnweb-google-wash-article): Print a message if article
12038         is not available.
12039
12040 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12041
12042         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12043         change.  Decode text/* parts content before displaying.
12044
12045 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12048
12049 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12052
12053         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12054         url-package-name, url-package-version,
12055         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12056         w3m-display-inline-images, and w3m-minor-mode-map.
12057
12058 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * message.el (message-tab-body-function): Fix mismatched custom type.
12061
12062         * gnus.el (gnus-group-change-level-function): Ditto.
12063
12064         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12065
12066         * gnus-art.el (gnus-signature-limit)
12067         (gnus-article-mime-part-function): Ditto.
12068
12069 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * mml.el (mml-mode): Silence the byte compiler.
12072
12073         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12074         using `(sit-for 0)' before moving the point to the specified part;
12075         skip unbuttonized parts.
12076         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12077         return to the summary window if gnus-auto-select-part is non-nil.
12078
12079 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12082         variables.
12083         (mml-dnd-attach-file, mml-mode): Use them.
12084
12085         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12086         Make fetching article by MID work again for Google Groups.  Added
12087         FIXME concerning gnus-group-make-web-group.
12088
12089         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12090         Don't depend on Gnus by using mail-extract-address-components if
12091         gnus-extract-address-components is not bound.
12092
12093 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094
12095         * gnus-art.el (gnus-mime-display-security): Don't display the
12096         signature, but only the signed part.
12097
12098 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12101
12102         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12103         list, not listp.
12104
12105 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12106
12107         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12108         when encoding.
12109
12110         * mm-bodies.el (mm-decode-content-transfer-encoding):
12111         De-canonicalize CRLF for all text content types, not just
12112         text/plain.
12113
12114 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12117         valid article; point arrow and cursor at the MIME button.
12118
12119 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12122         Suggested by Dan Christensen <jdc@uwo.ca>.
12123
12124         * mm-decode.el (mm-save-part): Enable change of prompt.
12125
12126 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12127
12128         * gnus-msg.el (gnus-inews-add-send-actions): Made
12129         `message-post-method' lambda parameter ARG `&optional'.
12130
12131 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * gnus-sum.el (gnus-summary-mime-map): Added
12134         gnus-article-save-part-and-strip, gnus-article-delete-part and
12135         gnus-article-jump-to-part.
12136
12137         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12138         (gnus-article-edit-part): Use it.
12139         (gnus-article-part-wrapper): Added no-handle argument.
12140         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12141         functions.
12142
12143 2005-08-29  Romain Francoise  <romain@orebokech.com>
12144
12145         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12146         docstring.
12147         (gnus-face-from-file): Likewise.
12148
12149 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12152         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12153         non-nil.
12154         (gnus-auto-select-part): New variable.
12155         (gnus-article-jump-to-part): New function.
12156         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12157         (gnus-mime-delete-part): Allow selecting specified part after
12158         deleting or stripping parts.
12159         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12160         part if argument is bogus.
12161
12162 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12163
12164         * gnus-art.el (w3m-minor-mode-map):
12165         * gnus-spec.el (gnus-newsrc-file-version):
12166         * gnus-util.el (nnmail-active-file-coding-system)
12167         (gnus-original-article-buffer, gnus-user-agent):
12168         * gnus.el (gnus-ham-process-destinations)
12169         (gnus-parameter-ham-marks-alist)
12170         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12171         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12172         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12173         * mm-decode.el (gnus-current-window-configuration):
12174         * mm-extern.el (gnus-article-mime-handles):
12175         * mm-url.el (url-current-object, url-package-name)
12176         (url-package-version):
12177         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12178         (smime-keys, w3m-cid-retrieve-function-alist)
12179         (w3m-current-buffer, w3m-display-inline-images)
12180         (w3m-minor-mode-map):
12181         * mml-smime.el (gnus-extract-address-components):
12182         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12183         (gnus-newsrc-hashtb, message-default-charset)
12184         (message-deletable-headers, message-options)
12185         (message-posting-charset, message-required-mail-headers)
12186         (message-required-news-headers):
12187         * mml1991.el (mc-pgp-always-sign):
12188         * mml2015.el (mc-pgp-always-sign):
12189         * nnheader.el (nnmail-extra-headers):
12190         * rfc1843.el (gnus-decode-encoded-word-function)
12191         (gnus-decode-header-function, gnus-newsgroup-name):
12192         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12193
12194 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12195
12196         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12197         the end of the date treatments.
12198
12199 2005-08-15  Simon Josefsson  <jas@extundo.com>
12200
12201         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12202         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12203         Capello and Romain Francoise.
12204         (pgg-fetch-key-function): Removed, not used?
12205         (pgg-insert-url-with-w3): Require url, to get
12206         url-insert-file-contents regardless of where it is defined.
12207
12208 2005-08-13  Romain Francoise  <romain@orebokech.com>
12209
12210         * message.el (message-cite-original-1): New function.
12211         (message-cite-original): Use it.
12212         (message-cite-original-without-signature): Ditto.
12213
12214 2005-08-08  Romain Francoise  <romain@orebokech.com>
12215
12216         * message.el (message-yank-empty-prefix): New variable.
12217         (message-indent-citation): Use it.
12218         (message-cite-original-without-signature): Respect X-No-Archive.
12219
12220 2005-08-08  Simon Josefsson  <jas@extundo.com>
12221
12222         * pgg.el: Autoload url-insert-file-contents instead of loading
12223         w3/url.
12224         (pgg-insert-url-with-w3): Don't load url here.
12225
12226 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12227
12228         * message.el (message-kill-to-signature): Don't insert newline at
12229         bol.
12230         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12231
12232 2005-08-06  Romain Francoise  <romain@orebokech.com>
12233
12234         * message.el (message-user-fqdn): Fix typo in docstring.
12235
12236 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12237
12238         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12239
12240         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12241
12242 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-bodies.el (mm-encode-body): Use coding system rather than
12245         charset to encode text.
12246
12247         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12248         number of charsets if utf-8 is available (XEmacs).
12249
12250 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12253         taken from `gnus-button-mid-or-mail-regexp'.
12254         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12255         (gnus-button-alist): Improve regexp for domain part of the MIDs
12256         for news:localpart@domain buttons.
12257         (gnus-button-ctan-directory-regexp): Update.
12258
12259 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * sieve-manage.el (sieve-manage-interactive-login): Use
12262         make-local-variable rather than make-variable-buffer-local.
12263         (sieve-manage-open): Ditto.
12264         (sieve-manage-authenticate): Ditto.
12265
12266         * mml.el (mml-generate-mime-1): Make the content type default to
12267         text/plain if the filename is not specified.
12268
12269 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12272         instead of insert-buffer.
12273
12274         * message.el (message-yank-original): Ditto; set the mark at the
12275         end of the yanked message.
12276
12277 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12280         lines to scroll rather than to stop it.
12281
12282         * mml.el (mml-generate-default-type): Add doc string.
12283         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12284         default to application/octet-stream when determining the content
12285         type if it is not specified for the part or the mml contents; add
12286         a comment about mml-generate-default-type.
12287
12288 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12291         make it default to application/octet-stream when determining the
12292         content type if it is not specified for the external contents.
12293
12294 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12297         segmented parameter but also other parameters might be there.
12298
12299 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * mm-decode.el (mm-display-external): Delete temp file, directory
12302         and buffer immediately if the external process is exited.
12303
12304 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12307         fewer lines than that of scroll-margin.
12308         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12309
12310 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-art.el (gnus-article-next-page): Revert.
12313         (gnus-article-beginning-of-window): New macro.
12314         (gnus-article-next-page-1): Use it.
12315         (gnus-article-prev-page): Ditto.
12316         (gnus-article-edit-part): Use insert-buffer-substring instead of
12317         insert-buffer.
12318         (gnus-article-edit-exit): Ditto.
12319
12320         * gnus-util.el (gnus-beginning-of-window): Remove.
12321         (gnus-end-of-window): Remove.
12322
12323         * lpath.el: Don't bind header-line-format and scroll-margin.
12324
12325 2005-07-25  Simon Josefsson  <jas@extundo.com>
12326
12327         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12328         to have the url package without w3.  Reported by Daiki Ueno
12329         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12330
12331 2005-07-20  Didier Verna  <didier@xemacs.org>
12332
12333         * gnus-diary.el: Remove the description comment (nndiary is now
12334         properly documented in the Gnus manual).
12335         Fix the spelling of "Back End".
12336         * nndiary.el: Ditto.
12337         Fix the copyright notice.
12338
12339 2005-07-18  Romain Francoise  <romain@orebokech.com>
12340
12341         * gnus-sum.el (gnus-summary-to-prefix)
12342         (gnus-summary-newsgroup-prefix): New variables.
12343         (gnus-summary-from-or-to-or-newsgroups): Use them.
12344
12345 2005-07-17  Romain Francoise  <romain@orebokech.com>
12346
12347         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12348         space as it's generally not especially interesting to the user.
12349
12350 2005-07-16  Romain Francoise  <romain@orebokech.com>
12351
12352         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12353         nil to avoid prompting and file modification if one of the
12354         messages at the top of the nnfolder file contains a copyright
12355         notice.
12356         Update copyright notice.
12357
12358         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12359         instead of `current-time-string' as the latter creates a time
12360         string that is not RFC 2822 compliant (it lacks the zone).
12361         Update copyright notice.
12362
12363 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12364
12365         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12366         for text/rtf.  Display default in prompt.  Pass default for M-n.
12367
12368         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12369
12370 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * gnus-msg.el (gnus-button-mailto): Remove
12373         save-selected-window-window hackery because it relies on
12374         save-selected-window internals.
12375
12376 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12379         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12380         (gnus-article-prev-page): Ditto.
12381
12382         * gnus-util.el (gnus-beginning-of-window): New function.
12383         (gnus-end-of-window): New function.
12384
12385         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12386
12387 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12388
12389         * gnus-score.el (gnus-score-edit-all-score): Set
12390         gnus-score-edit-exit-function to gnus-score-edit-done and call
12391         gnus-message.
12392
12393 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12394
12395         * gnus-msg.el (gnus-button-mailto): Remove
12396         save-selected-window-window hackery because it relies on
12397         save-selected-window internals.
12398
12399 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12402         add-minor-mode.
12403         (gnus-binary-mode): Ditto.
12404
12405         * gnus-topic.el (gnus-topic-mode): Ditto.
12406
12407 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12408
12409         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12410         (gnus-article-prev-page): Take scroll-margin into consideration.
12411
12412 2005-07-04  Lute Kamstra  <lute@gnu.org>
12413
12414         Update FSF's address in GPL notices.
12415
12416 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12417
12418         * gnus.el (gnus-exit):
12419         * gnus-group.el (gnus-group-icons):
12420         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12421
12422         * gnus-nocem.el (gnus-nocem):
12423         * message.el (message-various, message-buffers, message-sending)
12424         (message-interface, message-forwarding, message-insertion)
12425         (message-headers, message-news, message-mail):
12426         * pgg-gpg.el (pgg-gpg):
12427         * pgg-parse.el (pgg-parse):
12428         * pgg-pgp.el (pgg-pgp):
12429         * pgg-pgp5.el (pgg-pgp5):
12430         * pop3.el (pop3): Finish `defgroup' description with period.
12431
12432 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-art.el (article-display-face): Improve the efficiency.
12435         (article-display-x-face): Ditto; remove grey x-face stuff.
12436
12437 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (article-display-face): Correct the position in
12440         which Faces are inserted.
12441
12442 2005-06-29  Didier Verna  <didier@xemacs.org>
12443
12444         * gnus-art.el (article-display-face): Display faces in correct
12445         order.
12446
12447 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12450         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12451         (gnus-nocem-check-article): Fetch the Type header.
12452         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12453         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12454         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12455         make sure gnus-nocem-hashtb is initialized.
12456         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12457         (gnus-nocem-unwanted-article-p): Ditto.
12458
12459         * pgg.el (pgg-verify): Return the verification result.
12460
12461 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12464         is ascii.
12465
12466 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12467
12468         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12469         `show-nonbreak-escape'.
12470
12471 2005-06-23  Lute Kamstra  <lute@gnu.org>
12472
12473         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12474
12475         * dig.el (dig-mode):
12476         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12477
12478 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12479
12480         * nnimap.el (nnimap-split-download-body): Fix spellings.
12481
12482 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12483
12484         * gnus-art.el (gnus-article-encrypt-body):
12485         * gnus-cus.el (gnus-score-customize):
12486         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12487         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12488
12489 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12490
12491         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12492         header by looking for magic "MII" at the beginnig.
12493
12494 2005-06-16  Miles Bader  <miles@gnu.org>
12495
12496         * gnus-xmas.el (gnus-xmas-group-startup-message):
12497         Use renamed gnus-splash face.
12498
12499         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12500         (assistant-field-face): New backward-compatibility alias for renamed
12501         face.
12502         (assistant-render-text): Use renamed assistant-field face.
12503
12504         * spam.el (spam): Remove "-face" suffix from face name.
12505         (spam-face): New backward-compatibility alias for renamed face.
12506         (spam-face, spam-initialize): Use renamed spam face.
12507
12508         * message.el (message-header-to, message-header-cc)
12509         (message-header-subject, message-header-newsgroups)
12510         (message-header-other, message-header-name)
12511         (message-header-xheader, message-separator, message-cited-text)
12512         (message-mml): Remove "-face" suffix from face names.
12513         (message-header-to-face, message-header-cc-face)
12514         (message-header-subject-face, message-header-newsgroups-face)
12515         (message-header-other-face, message-header-name-face)
12516         (message-header-xheader-face, message-separator-face)
12517         (message-cited-text-face, message-mml-face):
12518         New backward-compatibility aliases for renamed faces.
12519         (message-font-lock-keywords): Use renamed message faces.
12520
12521         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12522         (sieve-test-commands, sieve-tagged-arguments):
12523         Remove "-face" suffix from face names.
12524         (sieve-control-commands-face, sieve-action-commands-face)
12525         (sieve-test-commands-face, sieve-tagged-arguments-face):
12526         New backward-compatibility aliases for renamed faces.
12527         (sieve-control-commands-face, sieve-action-commands-face)
12528         (sieve-test-commands-face, sieve-tagged-arguments-face):
12529         Use renamed sieve faces.
12530
12531         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12532         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12533         (gnus-group-news-3-empty, gnus-group-news-4)
12534         (gnus-group-news-4-empty, gnus-group-news-5)
12535         (gnus-group-news-5-empty, gnus-group-news-6)
12536         (gnus-group-news-6-empty, gnus-group-news-low)
12537         (gnus-group-news-low-empty, gnus-group-mail-1)
12538         (gnus-group-mail-1-empty, gnus-group-mail-2)
12539         (gnus-group-mail-2-empty, gnus-group-mail-3)
12540         (gnus-group-mail-3-empty, gnus-group-mail-low)
12541         (gnus-group-mail-low-empty, gnus-summary-selected)
12542         (gnus-summary-cancelled, gnus-summary-high-ticked)
12543         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12544         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12545         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12546         (gnus-summary-low-undownloaded)
12547         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12548         (gnus-summary-low-unread, gnus-summary-normal-unread)
12549         (gnus-summary-high-read, gnus-summary-low-read)
12550         (gnus-summary-normal-read, gnus-splash):
12551         Remove "-face" suffix from face names.
12552         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12553         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12554         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12555         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12556         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12557         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12558         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12559         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12560         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12561         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12562         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12563         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12564         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12565         (gnus-summary-normal-ticked-face)
12566         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12567         (gnus-summary-normal-ancient-face)
12568         (gnus-summary-high-undownloaded-face)
12569         (gnus-summary-low-undownloaded-face)
12570         (gnus-summary-normal-undownloaded-face)
12571         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12572         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12573         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12574         (gnus-splash-face):
12575         New backward-compatibility aliases for renamed faces.
12576         (gnus-group-startup-message): Use renamed gnus faces.
12577
12578         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12579         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12580         (gnus-server-agent): Remove "-face" suffix from face names.
12581         (gnus-server-agent-face, gnus-server-opened-face)
12582         (gnus-server-closed-face, gnus-server-denied-face)
12583         (gnus-server-offline-face):
12584         New backward-compatibility aliases for renamed faces.
12585         (gnus-server-agent-face, gnus-server-opened-face)
12586         (gnus-server-closed-face, gnus-server-denied-face)
12587         (gnus-server-offline-face): Use renamed gnus faces.
12588
12589         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12590         Remove "-face" suffix from face names.
12591         (gnus-picon-xbm-face, gnus-picon-face):
12592         New backward-compatibility aliases for renamed faces.
12593
12594         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12595         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12596         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12597         (gnus-cite-11): Remove "-face" suffix from face names.
12598         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12599         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12600         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12601         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12602         New backward-compatibility aliases for renamed faces.
12603         (gnus-cite-attribution-face, gnus-cite-face-list)
12604         (gnus-article-boring-faces): Use renamed gnus faces.
12605
12606         * gnus-art.el (gnus-signature, gnus-header-from)
12607         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12608         (gnus-header-content): Remove "-face" suffix from face names.
12609         (gnus-signature-face, gnus-header-from-face)
12610         (gnus-header-subject-face, gnus-header-newsgroups-face)
12611         (gnus-header-name-face, gnus-header-content-face):
12612         New backward-compatibility aliases for renamed faces.
12613         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12614
12615         * gnus-sum.el (gnus-summary-selected-face)
12616         (gnus-summary-highlight): Use renamed gnus faces.
12617         * gnus-group.el (gnus-group-highlight): Likewise.
12618
12619 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12620
12621         * gnus-sieve.el (gnus-sieve-article-add-rule):
12622         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12623         * spam-stat.el (spam-stat-buffer-change-to-spam)
12624         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12625
12626         * message.el (message-is-yours-p):
12627         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12628
12629 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * mm-view.el (mm-inline-text): Withdraw the last change.
12632
12633 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12636         executing enriched-decode.
12637
12638 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12641         charset of tar files.
12642
12643 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12644
12645         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12646
12647 2005-06-04  Lute Kamstra  <lute@gnu.org>
12648
12649         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12650         information is never recorded.
12651
12652 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12653
12654         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12655
12656 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * pop3.el (pop3-apop): Run md5 in the binary mode.
12659
12660         * starttls.el (starttls-set-process-query-on-exit-flag):
12661         Use eval-and-compile.
12662
12663 2005-05-31  Simon Josefsson  <jas@extundo.com>
12664
12665         * smime.el (smime-replace-in-string): Define.
12666         (smime-cert-by-ldap-1): Use it.
12667
12668 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (article-display-x-face): Replace
12671         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12672
12673         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12674         set-process-query-on-exit-flag or process-kill-without-query.
12675
12676         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12677         loop instead of replace-regexp.
12678
12679         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12680         instead of process-kill-without-query if it is available.
12681
12682         * lpath.el: Fbind ldap-search-entries.
12683
12684         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12685         instead of find-file-hooks if it is available.
12686
12687         * mml1991.el: Bind pgg-default-user-id when compiling.
12688
12689         * mml2015.el: Bind pgg-default-user-id when compiling.
12690
12691         * nndraft.el (nndraft-request-associate-buffer):
12692         Use write-contents-functions instead of write-contents-hooks if it is
12693         available.
12694
12695         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12696         instead of find-file-hooks if it is available.
12697
12698         * nntp.el (nntp-open-connection): Replace
12699         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12700         (nntp-open-ssl-stream): Ditto.
12701         (nntp-open-tls-stream): Ditto.
12702
12703         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12704         set-process-query-on-exit-flag or process-kill-without-query.
12705         (starttls-open-stream-gnutls): Use it instead of
12706         process-kill-without-query.
12707         (starttls-open-stream): Ditto.
12708
12709 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12710
12711         * smime.el (smime-cert-by-ldap-1): Don't use
12712         replace-regexp-in-string.
12713
12714 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12715
12716         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12717
12718         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12719         in PEM format.  Adjust to the XEmacs compability.
12720
12721 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12724         by `string-to-number'.
12725         * gnus-agent.el (gnus-agent-regenerate-group)
12726         (gnus-agent-fetch-articles): Ditto.
12727         * gnus-art.el (gnus-button-fetch-group): Ditto.
12728         * gnus-cache.el (gnus-cache-generate-active)
12729         (gnus-cache-articles-in-group): Ditto.
12730         * gnus-group.el (gnus-group-set-current-level)
12731         (gnus-group-insert-group-line): Ditto.
12732         * gnus-score.el (gnus-score-set-expunge-below)
12733         (gnus-score-set-mark-below, gnus-summary-score-effect)
12734         (gnus-summary-score-entry): Ditto.
12735         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12736         (gnus-soup-pack): Ditto.
12737         * gnus-spec.el (gnus-xmas-format): Ditto.
12738         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12739         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12740         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12741         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12742         * nndb.el (nndb-get-remote-expire-response): Ditto.
12743         * nndiary.el (nndiary-parse-schedule-value)
12744         (nndiary-string-to-number, nndiary-request-replace-article)
12745         (nndiary-request-article): Ditto.
12746         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12747         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12748         * nneething.el (nneething-make-head): Ditto.
12749         * nnfolder.el (nnfolder-request-article)
12750         (nnfolder-retrieve-headers): Ditto.
12751         * nnheader.el (nnheader-file-to-number): Ditto.
12752         * nnkiboze.el (nnkiboze-request-article): Ditto.
12753         * nnmail.el (nnmail-process-unix-mail-format)
12754         (nnmail-process-babyl-mail-format): Ditto.
12755         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12756         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12757         (nnmh-request-create-group, nnmh-request-list-1)
12758         (nnmh-request-group, nnmh-request-article): Ditto.
12759         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12760         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12761         * nnsoup.el (nnsoup-make-active): Ditto.
12762         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12763         * nntp.el (nntp-find-group-and-number)
12764         (nntp-retrieve-headers-with-xover): Ditto.
12765         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12766         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12767         (pgg-format-key-identifier): Ditto.
12768         * pop3.el (pop3-last, pop3-stat): Ditto.
12769         * qp.el (quoted-printable-decode-region): Ditto.
12770
12771         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12772         of concat.
12773
12774 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12777
12778         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12779
12780         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12781
12782         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12783
12784         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12785
12786         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12787
12788         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12789         (gnus-carpal-mode): Ditto.
12790
12791         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12792         (gnus-browse-mode): Ditto.
12793
12794         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12795
12796         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12797
12798 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12799
12800         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12801
12802 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-util.el (gnus-run-mode-hooks): New function.
12805
12806         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12807
12808         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12809         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12810
12811 2005-05-27  Lute Kamstra  <lute@gnu.org>
12812
12813         * dns-mode.el (dns-mode): Specify customization group.
12814
12815 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12816
12817         * gnus-agent.el (gnus-agent-make-mode-line-string):
12818         Use mode-line-highlight as mouse-face.
12819
12820 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * canlock.el (canlock): Change the parent group to news.
12823
12824         * deuglify.el (gnus-outlook-deuglify): Add :group.
12825
12826         * dig.el (dig): Add :group.
12827
12828         * dns-mode.el (dns-mode): Add :group.
12829
12830         * encrypt.el (encrypt): Add :group.
12831
12832         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12833         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12834         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12835         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12836         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12837
12838         * gnus-diary.el (gnus-diary): Add :group.
12839
12840         * gnus.el (gnus-group-news-1-face): Add :group.
12841         (gnus-group-news-1-empty-face): Ditto.
12842         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12843         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12844         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12845         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12846         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12847         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12848         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12849         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12850         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12851         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12852         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12853         (gnus-summary-high-ticked-face): Ditto.
12854         (gnus-summary-low-ticked-face): Ditto.
12855         (gnus-summary-normal-ticked-face): Ditto.
12856         (gnus-summary-high-ancient-face): Ditto.
12857         (gnus-summary-low-ancient-face): Ditto.
12858         (gnus-summary-normal-ancient-face): Ditto.
12859         (gnus-summary-high-undownloaded-face): Ditto.
12860         (gnus-summary-low-undownloaded-face): Ditto.
12861         (gnus-summary-normal-undownloaded-face): Ditto.
12862         (gnus-summary-high-unread-face): Ditto.
12863         (gnus-summary-low-unread-face): Ditto.
12864         (gnus-summary-normal-unread-face): Ditto.
12865         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12866         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12867
12868         * hashcash.el (hashcash): New custom group.
12869         (hashcash-default-payment): Add :group.
12870         (hashcash-payment-alist): Ditto.
12871         (hashcash-default-accept-payment): Ditto.
12872         (hashcash-accept-resources): Ditto.
12873         (hashcash-path): Ditto.
12874         (hashcash-extra-generate-parameters): Ditto.
12875         (hashcash-double-spend-database): Ditto.
12876         (hashcash-in-news): Ditto.
12877
12878         * message.el (message-minibuffer-local-map): Add :group.
12879
12880         * netrc.el (netrc): Add :group.
12881
12882         * sieve-manage.el (sieve-manage-log): Add :group.
12883         (sieve-manage-default-user): Diito.
12884         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12885         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12886         (sieve-manage-authenticators): Ditto.
12887         (sieve-manage-authenticator-alist): Ditto.
12888         (sieve-manage-default-port): Ditto.
12889
12890         * sieve-mode.el (sieve-control-commands-face): Add :group.
12891         (sieve-action-commands-face): Ditto.
12892         (sieve-test-commands-face): Ditto.
12893         (sieve-tagged-arguments-face): Ditto.
12894
12895         * smime.el (smime): Add :group.
12896
12897         * spam-report.el (spam-report): Add :group.
12898
12899         * spam.el (spam, spam-face): Add :group.
12900
12901 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12902
12903         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12904         return \n.\n.\n at the end of articles.  Protect against that.
12905         (nntp-with-open-group): Allow debugging.
12906
12907         * nnheader.el (mail-header-set-extra): Make into a function
12908         because I just could't understand how to quote the list properly.
12909
12910         * dns.el (query-dns-cached): New function.
12911
12912 2005-05-26  Lute Kamstra  <lute@gnu.org>
12913
12914         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12915
12916 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12919
12920         * gnus-art.el: Don't autoload mail-extract-address-components.
12921
12922         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12923         eval-and-compile to evaluate it.
12924
12925         * hashcash.el: Don't autoload executable-find.
12926
12927         * nndb.el: Don't declare the nndb back end two or more times; don't
12928         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12929
12930         * nntp.el: Autoload format-spec instead of format; use
12931         eval-and-compile to evaluate autoload forms.
12932
12933 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12934
12935         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12936
12937 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938
12939         * gnus.el (gnus-version-number): Bump version.
12940
12941 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12942
12943         * gnus.el: No Gnus v0.3 is released.
12944
12945 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12946
12947         * lpath.el (featurep): Bind show-nonbreak-escape.
12948
12949 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-article-edit-part): Disable undo.
12952
12953 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12956         gnus-article-date-lapsed-new-header is t if date timer is active;
12957         skip headers in which the original date value is empty.
12958         (gnus-article-save-original-date): Redefine it as a macro.
12959         (gnus-display-mime): Use it.
12960
12961 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-art.el (article-date-ut): Support converting date in
12964         forwarded parts as well.
12965         (gnus-article-save-original-date): New function.
12966         (gnus-display-mime): Use it.
12967
12968 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12969
12970         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12971         enclosure element of <item>.
12972
12973 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * message.el (message-kill-buffer-query): Renamed from
12976         `message-kill-buffer-query-if-modified'.  Added :version.
12977
12978 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12981         window layout.
12982
12983 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * mml.el: Autoload dnd when compiling.
12986
12987 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12990         x-dnd-*.
12991
12992 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * qp.el (quoted-printable-encode-region): Save excursion.
12995
12996 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * message.el (message-kill-buffer-query-if-modified): Add new variable
12999         so the user can kill a modified message buffer quickly.
13000         (message-kill-buffer): Use it.
13001
13002 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * lpath.el: Fbind display-time-event-handler; don't fbind
13005         string-to-multibyte.
13006
13007         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13008
13009 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13012         contained in text because xml.el decodes entities) with LFs.
13013
13014 2005-04-11  Lute Kamstra  <lute@gnu.org>
13015
13016         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13017         differently.
13018
13019 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13020
13021         * mm-util.el (mm-detect-coding-region): Typo.
13022
13023 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13026
13027 2005-04-06  Deepak Goel  <deego@gnufans.org>
13028
13029         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13030         user-function allow user modifications of the scores.
13031         (spam-stat-score-buffer-user): New function, to allow
13032         user-computed modifications to the score.
13033         (spam-stat-score-buffer-user-functions): List of additional
13034         scoring functions.
13035         (spam-stat-error-holder): Global temporary error holder.
13036         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13037         variable.
13038
13039 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13040
13041         * gnus-registry.el (gnus-registry-clean-empty-function)
13042         (gnus-registry-trim, gnus-registry-fetch-groups)
13043         (gnus-registry-delete-group): Groups that match
13044         `gnus-registry-ignored-groups' are removed from the registry
13045         entries, not just ignored for splitting.  This helps clean up the
13046         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13047         to get all the groups a message ID is in.
13048
13049         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13050         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13051         (spam-stat-score-buffer-user-functions): Add :number custom type.
13052
13053 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13056         argument in XEmacs.
13057
13058         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13059         (nnrss-request-group): Decode group name first.
13060         (nnrss-request-article): Make a text/plain article if mml-to-mime
13061         failed.
13062         (nnrss-get-encoding): Return a compatible encoding according to
13063         nnrss-compatible-encoding-alist.
13064         (nnrss-find-el): Use consp instead of listp.
13065         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13066
13067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13070         which Emacs 20 doesn't support.
13071         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13072
13073 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13076         silence the byte compiler inside the defun.
13077
13078         * gnus-demon.el (parse-time-string): Add autoload.
13079
13080         * gnus-delay.el (parse-time-string): Add autoload.
13081
13082         * gnus-art.el (parse-time-string): Add autoload.
13083
13084         * nnultimate.el (parse-time): Require for `parse-time-string'.
13085
13086 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13089
13090         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13091
13092         * smime.el (smime-ldap-host-list): Add :version.
13093
13094 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13097         pass it to `gnus-browse-read-group'.
13098         (gnus-browse-read-group): Add NUMBER argument and pass it to
13099         `gnus-group-read-ephemeral-group'.
13100
13101         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13102         argument and pass it to `gnus-group-read-group'.
13103
13104 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13105
13106         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13107         mm-xemacs-find-mime-charset-1 if we have the mule feature
13108         available at runtime.
13109
13110 2005-03-25  Werner Lemberg  <wl@gnu.org>
13111
13112         * nnmaildir.el: Replace `illegal' with `invalid'.
13113
13114 2005-03-23  Lute Kamstra  <lute@gnu.org>
13115
13116         * time-date.el: Add comment on time value formats.
13117         Don't require parse-time.
13118         (with-decoded-time-value): New macro.
13119         (encode-time-value): New function.
13120         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13121         (days-to-time): Return a valid time value when arg is huge.
13122         (time-since): Use time-subtract.
13123         (time-to-number-of-days): Use time-to-seconds.
13124
13125 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13126
13127         * gnus-start.el (gnus-display-time-event-handler):
13128         Check display-time-timer at runtime rather than only at load time
13129         in case display-time-mode is turned off in the mean time.
13130
13131 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13134         used.
13135
13136         * nneething.el (nneething-map-file-directory): Derive from
13137         `gnus-directory'.
13138
13139         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13140         the To/Cc button.
13141
13142 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * nnmaildir.el (nnmaildir-request-accept-article):
13145         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13146
13147 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13148
13149         * gnus-async.el: Require timer-funcs at compile time when in
13150         XEmacs for `run-with-idle-timer'.
13151
13152 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13153
13154         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13155         autoloaded function.
13156
13157 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13158
13159         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13160
13161 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13162
13163         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13164
13165 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13168         gnus-expert-user to default.
13169
13170 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13171
13172         * nnimap.el (nnimap-open-server): Ditto.
13173
13174         * imap.el (imap-authenticate): Fix typo.
13175
13176 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13177
13178         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13179         buffer (since IMAP server might return FETCH response out of
13180         order, and the nntp buffer must be sorted).
13181
13182 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13183
13184         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13185         comparison on string.
13186
13187         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13188         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13189         (gnus-agent-summary-fetch-series): Modified to protect against
13190         gnus-agent-summary-fetch-group clearing processable flags.
13191         (gnus-agent-synchronize-group-flags): Update live group buffer as
13192         synchronization may occur due to the user toggle the plugged
13193         status.
13194         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13195         successfully downloaded.
13196         (gnus-agent-expire-group-1): Avoid using markers when the overview
13197         is in ascending order; greatly improves performance.
13198         (gnus-agent-regenerate-group): Use
13199         gnus-agent-synchronize-group-flags to reset read status in both
13200         gnus and server.
13201         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13202
13203 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el: Don't autoload former message-utils variables.
13206         (message-strip-subject-trailing-was): Change doc string.
13207
13208         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13209         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13210         (nnweb-google-search): Add "hl=en" here.
13211         (nnweb-google-parse-1, nnweb-google-create-mapping):
13212         Don't hardcode URL.
13213
13214 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * message.el (message-get-reply-headers, message-followup):
13217         Mention related variables `message-use-followup-to' and
13218         `message-use-mail-followup-to', in the information buffer.
13219
13220         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13221         of broken groups(-beta).google.com.
13222
13223 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13224
13225         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13226         parameter to invoked gnus-request-move-article; remove the
13227         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13228         all at once instead of once per article.
13229         (gnus-summary-remove-process-mark): Accept a list of articles as
13230         well as a single article for processing.
13231
13232         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13233         parameter.
13234
13235         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13236
13237         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13238
13239         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13240         parameter.
13241
13242         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13243         parameter.
13244
13245         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13246         parameter and remove the gnus-sum-hint-move-is-internal variable.
13247
13248         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13249         parameter.
13250
13251         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13252         parameter.
13253
13254         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13255         parameter.
13256
13257         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13258
13259         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13260         parameter.
13261
13262         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13263         parameter.
13264
13265 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13266
13267         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13268         a more conservative way.
13269
13270 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13271
13272         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13273         buffer, so it moves the window's cursor.
13274
13275 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13276
13277         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13278         `mm-dissect-multipart' and receive the from field as an (optional)
13279         argument from `mm-dissect-multipart'.
13280         (mm-dissect-multipart): Receive the from field as an argument and
13281         pass it on when we call `mm-dissect-buffer' on MIME parts.
13282         Fixes verification/decryption of signed/encrypted MIME parts.
13283
13284 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13285
13286         * gnus-sum.el (gnus-summary-move-article): Set
13287         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13288         whatever it calls (right now, only nnimap-request-move article
13289         respects it).
13290
13291         * nnimap.el (nnimap-request-move-article): When
13292         gnus-sum-hint-move-is-internal is set, don't do the extra
13293         nnimap-request-article.
13294
13295 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13298
13299         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13300         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13301
13302         * gnus-sum.el (gnus-summary-caesar-message):
13303         Apply `gnus-treat-article' after rotation.
13304
13305         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13306         doc string.
13307
13308 2005-02-22  Simon Josefsson  <jas@extundo.com>
13309
13310         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13311         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13312         <arne@arnested.dk>.
13313         (encrypt): Add password-cache and password-cache-expiry as group
13314         members.
13315
13316 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13317
13318         * smime.el (smime-ldap-host-list): Doc fix.
13319         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13320         cache) password.
13321         (smime-sign-region): Use it.
13322         (smime-decrypt-region): Use it.
13323         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13324         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13325         fails.
13326         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13327         certificate from DER to PEM format rather than calling openssl.
13328
13329         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13330
13331         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13332         for signing/encryption.
13333
13334         * mml.el (mml-parse-1): Use them.
13335
13336 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13337
13338         * nnrss.el (nnrss-verbose): Removed.
13339         (nnrss-request-group): Use `nnheader-message' instead.
13340
13341 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13342
13343         * nnrss.el (nnrss-verbose): New variable.
13344         (nnrss-request-group): Make it say nnrss is requesting a group.
13345
13346 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13349         Handle news URL with given port correctly.
13350
13351 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13354         containing special characters.
13355
13356         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13357
13358         * mml.el (mime-to-mml): Ditto.
13359
13360         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13361         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13362         (rfc2047-decode-region): Quote decoded words containing special
13363         characters when rfc2047-quote-decoded-words-containing-tspecials
13364         is non-nil.
13365
13366 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13369
13370         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13371
13372 2005-02-15  Simon Josefsson  <jas@extundo.com>
13373
13374         * nnimap.el (nnimap-debug): Doc fix.
13375
13376         * imap.el (imap-debug): Doc fix.
13377
13378 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13381
13382 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * gnus.el (spam-contents): Improve docs for spam-contents
13385         parameter in its variable incarnation.
13386
13387 2005-02-14  Simon Josefsson  <jas@extundo.com>
13388
13389         * smime-ldap.el: Use require instead of load-library for ldap.
13390         (smime-ldap-search): Indent.
13391         (smime-ldap-search-internal): Shorten line.
13392
13393         * smime.el (smime-cert-by-dns): Add doc-string.
13394         (smime-cert-by-ldap-1): Indent.
13395
13396         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13397         mml-smime-get-dns-ldap.
13398         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13399
13400 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13401
13402         * smime.el: Require smime-ldap.
13403         (smime-ldap-host-list): New variable.
13404         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13405
13406         * mml-smime.el (mml-smime-encrypt-query): New function.
13407         (mml-smime-encrypt-query): Use it.
13408
13409         * smime-ldap.el: New file.
13410
13411 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13414
13415 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13418         argument in doc string.  Make query for type more clear.
13419
13420 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus.el (gnus-group-startup-message): Search for gnus images in
13423         etc/images/gnus.
13424         * mm-util.el (mm-image-load-path): Likewise.
13425         * smiley.el (smiley-data-directory): Search for smilies in
13426         etc/images/smilies.
13427
13428 2005-02-09  Kim F. Storm  <storm@cua.dk>
13429
13430         Change Emacs release version from 21.4 to 22.1 throughout.
13431         Change Emacs development version from 21.3.50 to 22.0.50.
13432
13433 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13436
13437         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13438         non-Mule XEmacs as well.
13439         (mm-decompress-buffer): Signal an error intentionally if it does
13440         not decompress compressed data because auto-compression-mode is
13441         disabled.
13442
13443 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13444
13445         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13446         an ID in the registry even if it has no groups.
13447
13448 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13451         merge it into mm-decompress-buffer.
13452         (gnus-mime-copy-part): Use the MIME part charset, the value which
13453         a user specified or gnus-newsgroup-charset for decoding, like
13454         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13455         save-buffer what was used.  Suggested by Kevin Ryde
13456         <user42@zip.com.au>.
13457         (gnus-mime-inline-part): Allow the name parameter as well as the
13458         filename parameter; force decompressing of compressed data; always
13459         display contents being not decoded as unibyte.
13460
13461         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13462         as well as the filename parameter.
13463
13464         * mm-util.el (mm-decompress-buffer): Merge
13465         gnus-mime-jka-compr-maybe-uncompress.
13466         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13467         of compressed data.
13468
13469 2005-02-08  Simon Josefsson  <jas@extundo.com>
13470
13471         * imap.el (imap-log): Doc fix.
13472
13473 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13476         the coding cookies; decompress compressed parts.
13477
13478         * mml.el (mml-generate-mime-1): Add the charset parameter according
13479         to the value which a user specified manually or the coding cookie.
13480
13481         * mm-util.el (mm-string-to-multibyte): New function.
13482         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13483         (mm-coding-system-to-mime-charset): New function.
13484         (mm-decompress-buffer): New function.
13485         (mm-find-buffer-file-coding-system): New function.
13486
13487         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13488         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13489         parts.
13490
13491 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13492
13493         * mm-view.el (mm-display-inline-fontify): Decode a part according
13494         to the charset parameter.
13495
13496 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13499         prefix arg is neither nil nor a number, as info specifies.
13500
13501 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13504         timestamps.
13505
13506 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13507
13508         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13509         groups error checking and notify user.
13510
13511 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13512
13513         * message.el (message-send-mail-function): Check existence of
13514         sendmail-program first before using default value
13515         `message-send-mail-with-sendmail'.  Otherwise use more generic
13516         `smtpmail-send-it'.
13517
13518 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * nntp.el (nntp-request-update-info): Always return nil.
13521
13522 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13523
13524         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13525
13526 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13527
13528         * message.el (message-beginning-of-line): Change the behavior when
13529         invoked between BOL and : so that it first moves backward.
13530
13531 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13534         article buffer when editing of the article is discarded.
13535         (gnus-article-prepare): Revert.
13536
13537 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-art.el (gnus-article-prepare):
13540         Remove message-strip-forbidden-properties from the local hook.
13541
13542 2005-01-27  Simon Josefsson  <jas@extundo.com>
13543
13544         * password.el (password-cache-add): Only start one timer per key.
13545         Reported by Derek Atkins <warlord@MIT.EDU>.
13546
13547 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13548
13549         * run-at-time.el: Removed.  It is no longer needed as
13550         timer-funcs.el in the xemacs-base package has a working version of
13551         `run-at-time'.
13552
13553         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13554
13555         * password.el: Require timer-funcs instead of run-at-time in
13556         XEmacs.
13557         Remove `password-run-at-time' macro.
13558         (password-cache-add): Use `run-at-time' instead of
13559         `password-run-at-time'.
13560
13561         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13562         Remove `nnheader-cancel-function-timers' alias,
13563         `cancel-function-timers' exists in XEmacs in timer-funcs.
13564
13565         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13566         for `run-with-idle-timer'.
13567
13568         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13569         for `run-at-time'.
13570
13571         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13572         for `with-timeout'.
13573
13574         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13575         the same as for XEmacs 21.4.
13576         No need to ignore `run-with-idle-timer', this function exists in
13577         XEmacs now in timer-funcs.el in the xemacs-base package.
13578         (dgnushack-compile): No need to delete
13579         run-at-time.el from the list of files to compile because it
13580         doesn't exist anymore.
13581
13582 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13585         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13586
13587 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13588
13589         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13590         sensitively.
13591
13592 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13593
13594         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13595
13596 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13599         which will be inserted according to the multibyteness of a buffer
13600         rather than the type of contents.  Suggested by ARISAWA Akihiro
13601         <ari@mbf.ocn.ne.jp>.
13602
13603         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13604         of string which old xml.el may return rather than a string.
13605
13606 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13609
13610 2005-01-16  Simon Josefsson  <jas@extundo.com>
13611
13612         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13613         idn/idna.el isn't available.
13614         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13615         <michael@waxrat.com>.
13616
13617         * hashcash.el: Remove non-FSF copyright header.
13618
13619         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13620         (hashcash-generate-payment): Use it.
13621         (hashcash-generate-payment-async): Use it.
13622
13623 2005-01-15  Simon Josefsson  <jas@extundo.com>
13624
13625         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13626         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13627
13628         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13629         gnus-summary-idna-message.
13630         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13631         (gnus-summary-idna-message): New function.
13632
13633 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13636         gnus-novice-user.
13637
13638 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * nnrss.el (nnrss-request-delete-group): Delete entries in
13641         nnrss-group-alist as well.
13642         (nnrss-save-server-data): Insert newline.
13643
13644 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * gnus.el (gnus-user-agent): Use list of symbols instead of
13647         symbols.  Display full version number for (S)XEmacs.  Optionally
13648         display (S)XEmacs codename.
13649
13650         * gnus-util.el (gnus-emacs-version): Update for new
13651         `gnus-user-agent'.
13652
13653         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13654         Gnus version.
13655
13656 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13659         which is unreadable in some setups.
13660
13661 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-spec.el (gnus-update-format-specifications): Flush the
13664         group format spec cache if it doesn't support decoded group names.
13665
13666 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13669         Allow to apply decay on score files matching a regexp.
13670
13671 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13674         compatibility in %g and %c.
13675
13676 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13679         name for only %g and %c.
13680         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13681         of gnus-tmp-group to decoded group name.
13682         (gnus-group-make-rss-group): Exclude `/'s from group names.
13683
13684 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * nnrss.el (nnrss-get-encoding): Fix regexp.
13687
13688 2004-12-27  Simon Josefsson  <jas@extundo.com>
13689
13690         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13691         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13692         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13693
13694 2004-12-17  Kim F. Storm  <storm@cua.dk>
13695
13696         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13697
13698         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13699
13700 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13701
13702         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13703
13704 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * nnrss.el: Require rfc2047 and mml.
13707         (nnrss-file-coding-system): New variable.
13708         (nnrss-format-string): Redefine it as an inline function.
13709         (nnrss-decode-group-name): New function.
13710         (nnrss-string-as-multibyte): Remove.
13711         (nnrss-retrieve-headers): Decode group name; don't use
13712         nnrss-format-string.
13713         (nnrss-request-group): Decode group name.
13714         (nnrss-request-article): Decode group name; allow a Message-ID as
13715         well as an article number; don't use nnrss-format-string; encode a
13716         Message-ID string which may contain non-ASCII characters; use
13717         mml-to-mime to compose a MIME article.
13718         (nnrss-request-expire-articles): Decode group name.
13719         (nnrss-request-delete-group): Decode group name.
13720         (nnrss-fetch): Clarify error message.
13721         (nnrss-read-server-data): Use insert-file-contents instead of load;
13722         bind file-name-coding-system; use multibyte buffer.
13723         (nnrss-save-server-data): Bind coding-system-for-write to the
13724         value of nnrss-file-coding-system; bind file-name-coding-system;
13725         add coding cookie.
13726         (nnrss-read-group-data): Use insert-file-contents instead of load;
13727         bind file-name-coding-system; use multibyte buffer.
13728         (nnrss-save-group-data): Bind coding-system-for-write to the
13729         value of nnrss-file-coding-system; bind file-name-coding-system.
13730         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13731         make it work with non-ASCII text.
13732         (nnrss-find-el): Make it work with old xml.el as well.
13733
13734 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13735
13736         * nnrss.el (nnrss-get-encoding): New function.
13737         (nnrss-fetch): Use unibyte buffer initially; bind
13738         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13739         decode contents according to the encoding attribute.
13740         (nnrss-save-group-data): Add coding cookie.
13741         (nnrss-mime-encode-string): New function.
13742         (nnrss-check-group): Use it to encode subject and author.
13743
13744 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13745
13746         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13747         imaginary variable.
13748
13749 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13752         correctly even if there are wide characters.
13753
13754 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13757         downcased symbol names; make a new cache instead of reusing
13758         bbdb-hashtable.
13759
13760 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13763         concatenating segments rather than before concatenating them.
13764         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13765
13766         * message.el (message-get-reply-headers): Bind `extra'.
13767
13768 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * message.el (message-extra-wide-headers): New variable.
13771         (message-get-reply-headers): Use it.
13772
13773 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13776         (gnus-agent-group-pathname): Ditto.
13777
13778         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13779
13780         * gnus-group.el (gnus-group-make-group): Decode group name.
13781         (gnus-group-make-rss-group): Register the group data after opening
13782         the nnrss group.
13783
13784 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13785
13786         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13787         by expiry now get marked as read.
13788
13789 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13792
13793 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13794
13795         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13796         unify Latin characters in XEmacs.
13797         (mm-find-mime-charset-region): Use it.
13798
13799 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-util.el (gnus-delete-directory): New function.
13802
13803         * gnus-agent.el (gnus-agent-delete-group): Use it.
13804
13805         * gnus-cache.el (gnus-cache-delete-group): Use it.
13806
13807 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13810         names.
13811
13812 2004-12-16  Simon Josefsson  <jas@extundo.com>
13813
13814         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13815
13816 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13819
13820         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13821         (gnus-group-set-current-level): Decode group name.
13822
13823 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13824
13825         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13826         failed.
13827
13828 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-group.el (gnus-group-delete-group): Decode group name.
13831         (gnus-group-make-rss-group): Encode group name.
13832         (gnus-group-catchup-current): Decode group name.
13833         (gnus-group-kill-group): Decode group name.
13834
13835 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13836
13837         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13838
13839 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-group.el (gnus-group-make-rss-group):
13842         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13843
13844         * gnus-start.el (gnus-setup-news): Honor user's setting to
13845         gnus-message-archive-method.  Suggested by Lute Kamstra
13846         <lute@gnu.org>.
13847
13848 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13849
13850         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13851         global counterparts of the buffer-local variables.
13852
13853 2004-11-16  Romain Francoise  <romain@orebokech.com>
13854
13855         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13856         counterparts of the buffer-local variables.
13857
13858 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * message.el (message-forbidden-properties): Fixed typo in doc
13861         string.
13862
13863 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * gnus-util.el (gnus-replace-in-string): Added doc string.
13866
13867         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13868         to avoid problems when splitting mails with many recipients.
13869
13870 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13871
13872         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13873         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13874
13875 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13876
13877         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13878         if there is no hashtable in memory or file modification time is
13879         newer than cached timestamp.
13880
13881 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13884         not-matching option.
13885
13886 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13889         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13890         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13891         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13892         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13893         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13894
13895 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * message.el (message-forward-make-body-mml): Remove headers
13898         according to message-forward-ignored-headers if a message is decoded.
13899
13900 2004-12-02  Romain Francoise  <romain@orebokech.com>
13901
13902         * message.el (message-forward-make-body-plain): Always remove
13903         headers according to message-forward-ignored-headers.
13904
13905 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13906
13907         * spam.el (spam-summary-prepare-exit): Remove the
13908         gnus-summary-limit pop for now, it has problems with ham marks for
13909         me.
13910
13911 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13912
13913         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13914         correctly.
13915
13916 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13917
13918         * format-spec.el (format-spec): Message the char.
13919
13920 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * gnus-art.el (gnus-split-methods): Reformat comments.
13923
13924         * spam.el (spam-summary-prepare-exit): Remove article limits
13925         before exiting the summary buffer.
13926
13927 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13930         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13931
13932         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13933         order to silence the byte compiler.
13934
13935         * spam.el: Fix the way to silence the byte compiler, which
13936         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13937         bbdb-search-simple, spam-BBDB-register-routine,
13938         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13939         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13940         spam-stat-buffer-is-spam, spam-stat-load,
13941         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13942         spam-stat-save and spam-stat-split-fancy.
13943
13944 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13947         which may confuse users.
13948         (canlock-password-for-verify): Ditto.
13949
13950         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13951
13952         * gnus-art.el (gnus-emphasis-alist): Ditto.
13953
13954         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13955
13956         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13957
13958         * gnus-start.el (gnus-save-killed-list): Ditto.
13959
13960         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13961         (gnus-sum-thread-tree-root): Ditto.
13962         (gnus-sum-thread-tree-false-root): Ditto.
13963         (gnus-sum-thread-tree-single-indent): Ditto.
13964
13965         * message.el (message-courtesy-message): Ditto.
13966         (message-archive-note): Ditto.
13967         (message-subscribed-address-file): Ditto.
13968         (message-user-fqdn): Ditto.
13969
13970         * spam-report.el (spam-report-gmane-regex): Ditto.
13971
13972         * spam.el (spam-blackhole-good-server-regex): Ditto.
13973
13974 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mml.el (mml-preview): Widen the message buffer before copying
13977         the contents to the preview buffer; sort headers before previewing.
13978
13979         * message.el (message-hidden-headers): Fix the way to avoid a bug
13980         in the `repeat' widget in Emacs 21.3 or earlier.
13981
13982 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * message.el (message-hidden-headers): Default to "^References:".
13985         Improve customization type.  Suggested by Reiner Steib
13986         <Reiner.Steib@gmx.de>.
13987
13988 2004-11-25  Romain Francoise  <romain@orebokech.com>
13989
13990         * message.el (message-strip-forbidden-properties): Remove check for
13991         obsolete `message-hidden' text property, hidden headers are not
13992         accessible in the buffer anymore.
13993
13994 2004-11-22  Romain Francoise  <romain@orebokech.com>
13995
13996         * message.el (message-header-format-alist): Add `From' in list
13997         so that it can be sorted.
13998         (message-fix-before-sending): Widen and sort headers before
13999         sending.
14000         (message-hide-headers): Use narrowing to hide headers by moving
14001         them to the top of the buffer and narrowing to the region
14002         underneath.
14003
14004 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14005
14006         * message.el (message-strip-forbidden-properties): Bind
14007         buffer-read-only (etc) to nil.
14008
14009 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14012         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14013
14014 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14015
14016         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14017
14018 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14019
14020         * dns.el (query-dns): Use sit-for to time instead of
14021         accept-process-output, since that doesn't seem to work on udp
14022         sockets.
14023
14024 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14027
14028 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14029
14030         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14031         doc string.  Improve doc string.
14032
14033 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * nntp.el (nntp-request-update-info): Return nil if
14036         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14037         may not call gnus-activate-group which uselessly issues the GROUP
14038         commands for all nntp groups and wastes time.  Reported by Romain
14039         Francoise <romain@orebokech.com>.
14040
14041         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14042
14043 2004-11-15  Simon Josefsson  <jas@extundo.com>
14044
14045         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14046         headers separately.
14047         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14048         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14049
14050 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-start.el (gnus-convert-old-newsrc):
14053         Assign legacy-gnus-agent to 5.10.7.
14054
14055 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14056
14057         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14058         start of the lines.
14059
14060 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14061
14062         * hashcash.el (hashcash-default-payment): Change default to 20.
14063         (hashcash-default-accept-payment): Change default to 20.
14064         (hashcash-process-alist): New variable.
14065         (hashcash-generate-payment-async): Add.
14066         (hashcash-already-paid-p): Add.
14067         (hashcash-insert-payment): Don't generate payments twice.
14068         (hashcash-insert-payment-async): Add.
14069         (hashcash-insert-payment-async-2): Add.
14070         (hashcash-cancel-async): Add.
14071         (hashcash-wait-async): Add.
14072         (hashcash-processes-running-p): Add.
14073         (hashcash-wait-or-cancel): Add.
14074         (mail-add-payment): New optional argument.  Conditionally start
14075         asynchronous calculation.
14076         (mail-add-payment-async): Add.
14077
14078         * message.el (message-send-mail): Wait for asynchronous hashcash
14079         results.  Don't clobber existing X-Hashcash headers.
14080         (message-setup-1): Call mail-add-payment-async when
14081         message-generate-hashcash is non-nil.
14082
14083 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14084
14085         * message.el (message-use-alternative-email-as-from): Examine the
14086         From header as well; use message-make-from in order to include a
14087         user's full name.
14088
14089 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14092         default; improve customization type.
14093         (gnus-emphasis-custom-with-format): New macro.
14094         (gnus-emphasis-custom-value-to-external): New function.
14095         (gnus-emphasis-custom-value-to-internal): New function.
14096
14097 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14098
14099         * dns.el (query-dns): Resolve reverse addresses.
14100
14101 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14102
14103         * gnus-group.el (gnus-group-get-new-news): Use it.
14104
14105         * gnus-start.el (gnus-check-reasonable-setup): New function.
14106
14107 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14110         "Args out of range" error.  Reported by Arnaud Giersch
14111         <arnaud.giersch@free.fr>.
14112
14113 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14114
14115         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14116
14117 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14118
14119         * spam.el (spam group): Add :version.
14120
14121         * pgg-def.el (pgg group): Add :version.
14122
14123 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (gnus-article-edit-article): Don't associate the
14126         article buffer with a draft file.  This is a temporary measure
14127         against the 2004-08-22 change to gnus-article-edit-mode.
14128
14129 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14132         (html2text-format-tags): Remove unused variable `attr'.
14133
14134 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14137
14138         * tls.el (tls-process-connection-type, tls-success)
14139         (tls-certtool-program): Add :version.
14140
14141         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14142         (starttls-extra-arguments, starttls-process-connection-type)
14143         (starttls-connect, starttls-failure, starttls-success): Add :version.
14144
14145         * spam-stat.el (spam-stat): Add :version.
14146
14147         * sieve.el (sieve): Add :version.
14148
14149         * sha1.el (sha1): Add :version.
14150         (sha1-use-external): Remove redundant version.
14151
14152         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14153         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14154         (nnmail-split-fancy-match-partial-words)
14155         (nnmail-split-lowercase-expanded): Add :version.
14156
14157         * nndiary.el (nndiary): Add :version.
14158
14159         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14160
14161         * mml-sec.el (mml-default-sign-method)
14162         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14163         Add :version.
14164
14165         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14166
14167         * mm-url.el (mm-url-use-external, mm-url-program)
14168         (mm-url-arguments): Add :version.
14169
14170         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14171         (mm-attachment-file-modes, mm-decrypt-option)
14172         (mm-w3m-safe-url-regexp): Add :version.
14173
14174         * message.el (message-cite-prefix-regexp)
14175         (message-sendmail-envelope-from, message-minibuffer-local-map)
14176         (message-user-fqdn, message-completion-alist): Add :version.
14177
14178         * gnus-win.el (gnus-configure-windows-hook)
14179         (gnus-use-frames-on-any-display): Add :version.
14180
14181         * gnus-art.el (gnus-article-address-banner-alist)
14182         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14183         (gnus-treat-from-picon, gnus-treat-mail-picon)
14184         (gnus-treat-x-pgp-sig): Add :version.
14185
14186         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14187         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14188         (gnus-summary-article-delete-hook)
14189         (gnus-summary-display-while-building): Add :version.
14190
14191         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14192         (gnus-get-top-new-news-hook): Add :version.
14193
14194         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14195         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14196
14197         * gnus-registry.el (gnus-registry): Add :version.
14198
14199         * gnus-spec.el (gnus-use-correct-string-widths)
14200         (gnus-make-format-preserve-properties): Add :version.
14201
14202         * gnus.el (gnus-group-charter-alist)
14203         (gnus-group-fetch-control-use-browse-url)
14204         (gnus-install-group-spam-parameters): Add :version.
14205
14206         * gnus-diary.el (gnus-diary): Add :version.
14207
14208         * gnus-delay.el (gnus-delay): Add :version.
14209
14210         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14211         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14212         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14213         Add :version.
14214
14215         * gnus-agent.el (gnus-agent-max-fetch-size)
14216         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14217         (gnus-agent-prompt-send-queue): Add :version.
14218
14219         * deuglify.el (gnus-outlook-deuglify): Add :version.
14220
14221         * html2text.el: Beautify code.  Improve doc strings.  Some
14222         checkdoc cleanup.
14223         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14224
14225 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14226
14227         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14228
14229 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14232         when package is loaded.
14233
14234         * spam.el (spam-summary-score-preferred-header): Add global preference
14235         for people who want to override the default SpamAssassin over
14236         Bogofilter preference (when both are set).
14237         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14238         (spam-user-format-function-S): Check
14239         spam-summary-score-preferred-header.
14240         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14241         (spam-user-format-function-S): Format the score correctly.
14242
14243 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14246         signature file.  Suggested by Manoj Srivastava
14247         <srivasta@golden-gryphon.com>.
14248
14249         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14250         iso-2022-jp even in the Japanese language environment.
14251         Suggested by Jason Rumney <jasonr@gnu.org>.
14252
14253 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14256         use the same characters as the dummy marks; make it free from
14257         getting affected by the language environment.
14258         (gnus-summary-read-group-1): Update mark positions only when the
14259         format spec is updated.
14260
14261         * gnus-spec.el (gnus-update-format-specifications): Return a list
14262         of updated types.
14263
14264 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14267         of boundp to check if display-warning is available.
14268
14269 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14270
14271         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14272
14273 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * nnspool.el (nnspool-spool-directory): Use news-path if the
14276         news-directory variable is not bound.
14277
14278         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14279         function instead of display-warning if it is not available.
14280
14281 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14284         v5-10: Use `point-at-bol'.
14285
14286 2004-10-26  Simon Josefsson  <jas@extundo.com>
14287
14288         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14289         <chenggao@gmail.com>.
14290
14291 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14294         instead.
14295
14296 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14297
14298         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14299         to remove a server from the nnimap-server-buffer-alist.
14300         (nnimap-open-connection, nnimap-close-server): Use it.
14301
14302         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14303
14304 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14307         running the major-mode function.
14308
14309 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14312         dummy marks in the right way.
14313
14314 2004-10-18  David Edmondson  <dme@dme.org>
14315
14316         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14317         excessively.
14318
14319 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * gnus-util.el (gnus-split-references): Accept a nil references
14322         string and go on blissfully.
14323
14324         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14325         cases where the references string is non-nil but has no references.
14326
14327         * encrypt.el: Add autoload tags.
14328
14329         * spam.el (spam-resolve-registrations-routine): Remove article
14330         from unregistration list too.  Reported by David Hanak
14331         <dhanak@isis.vanderbilt.edu>
14332
14333 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14336         nil.  Changed custom type.
14337
14338 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14341
14342         * gnus-sum.el (gnus-summary-move-article): Use it.
14343
14344 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * encrypt.el: Add autoload cookies.
14347
14348         * spam.el (spam-backend-article-list-property)
14349         (spam-backend-get-article-todo-list)
14350         (spam-backend-put-article-todo-list)
14351         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14352         Resolve registrations separately.
14353         (spam-register-routine): Format comments.
14354         (spam-unregister-routine, spam-register-routine): Always call with
14355         specific-articles, no default list.
14356         (spam-summary-prepare-exit): Use the spam-classifications function.
14357
14358         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14359         gnus-encrypt.el.
14360
14361         * encrypt.el: Copied from gnus-encrypt.el.
14362
14363         * gnus-encrypt.el: Commented that it's obsolete.
14364
14365 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14368         (gnus-score-save): Use it.
14369
14370         * message.el (message-bury): Use `window-dedicated-p'.
14371
14372 2004-10-15  Simon Josefsson  <jas@extundo.com>
14373
14374         * pop3.el (top-level): Don't require nnheader.
14375         (pop3-read-timeout): Add.
14376         (pop3-accept-process-output): Add.
14377         (pop3-read-response, pop3-retr): Use it.
14378
14379 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * spam.el (spam-register-routine): Move comment.
14382         (spam-verify-bogofilter): Use 'unknown for the initial
14383         spam-bogofilter-valid state, not 'never.
14384
14385         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14386         for netrc-machine.
14387
14388         * nnimap.el (nnimap-open-connection): Use
14389         netrc-machine-user-or-password.
14390
14391 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14392
14393         * gnus-registry.el (gnus-registry-unload-hook):
14394         Set as a variable with add-hook.
14395
14396         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14397         of news-path.
14398
14399         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14400
14401         * spam.el: Delete duplicate `provide'.
14402         (spam-unload-hook): Set as a variable with add-hook.
14403
14404 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14405
14406         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14407         in the doc string.
14408
14409         * message.el (message-ignored-news-headers)
14410         (message-ignored-supersedes-headers)
14411         (message-ignored-resent-headers)
14412         (message-forward-ignored-headers): Improve custom type.
14413
14414 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * message.el (message-tokenize-header): Fix 2004-09-06 change
14417         which used point-min in the wrong place.
14418
14419 2004-10-12  Simon Josefsson  <jas@extundo.com>
14420
14421         * tls.el (tls-certtool-program): New variable.
14422         (tls-certificate-information): New function, based on
14423         ssl-certificate-information.
14424
14425 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * compface.el: Move the version of ELisp-based uncompface program
14428         to the contrib directory because of the copyright problem.
14429
14430 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * message.el (message-kill-buffer): Raise the current frame.
14433
14434 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14437
14438         * gnus.el (message-y-or-n-p): Autoload.
14439
14440         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14441         (pop3-password-required, pop3-authentication-scheme)
14442         (pop3-leave-mail-on-server): Made customizable.
14443         (pop3): New custom group.
14444         (pop3-retr): Remove `sleep-for' statements.
14445         Suggested by Dave Love <fx@gnu.org>.
14446
14447         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14448         Windows/DOS.
14449
14450         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14451         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14452         Dave Love <fx@gnu.org>.
14453
14454         * mml.el (mml-minibuffer-read-disposition): Require match.
14455         Suggested by Dave Love <fx@gnu.org>.
14456
14457 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14460         doc string.
14461
14462 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14465
14466 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14467
14468         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14469         instead of calling `mm-insert-inline', to decode text/* parts
14470         before displaying them.
14471
14472 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * mm-uu.el (mm-uu-text-plain-type): New variable.
14475         (mm-uu-pgp-signed-extract-1): Use it.
14476         (mm-uu-pgp-encrypted-extract-1): Use it.
14477         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14478         bind mm-uu-text-plain-type with that value.
14479         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14480         mm-uu-dissect.
14481
14482 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-group.el (gnus-update-group-mark-positions):
14485         * gnus-sum.el (gnus-update-summary-mark-positions):
14486         * message.el (message-check-news-body-syntax):
14487         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14488         of string-as-multibyte.
14489
14490 2004-10-05  Juri Linkov  <juri@jurta.org>
14491
14492         * gnus-group.el (gnus-update-group-mark-positions):
14493         * gnus-sum.el (gnus-update-summary-mark-positions):
14494         * message.el (message-check-news-body-syntax):
14495         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14496         8-bit unibyte values to a multibyte string for search functions.
14497
14498 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14501         (mm-uu-dissect-text-parts): New function.
14502
14503         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14504         dissect text parts.
14505
14506         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14507         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14508
14509         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14510
14511         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14512         gnus-current-topics instead of gnus-current-topic.
14513
14514 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14517
14518 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14519
14520         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14521         where approriate.
14522
14523         * nnml.el (nnml-generate-active-info): do.
14524
14525         * nndiary.el (nndiary-generate-active-info): do.
14526
14527         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14528         (gnus-topic-move): do.
14529
14530         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14531         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14532
14533         * gnus-srvr.el (gnus-server-prepare)
14534         (gnus-server-open-all-servers): do.
14535
14536         * gnus-msg.el (gnus-summary-cancel-article)
14537         (gnus-summary-resend-message)
14538         (gnus-summary-mail-crosspost-complaint): do.
14539
14540         * gnus-move.el (gnus-change-server): do.
14541
14542         * gnus-group.el (gnus-group-unmark-all-groups)
14543         (gnus-group-set-current-level): do.
14544
14545 2004-10-04  Simon Josefsson  <jas@extundo.com>
14546
14547         * message.el (message-generate-hashcash): Doc fix.
14548
14549 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14550
14551         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14552         avoid infinite recursion via gnus-get-function.
14553
14554 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14555
14556         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14557
14558         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14559
14560         * nnmail.el (nnmail-split-history): do.
14561
14562         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14563         (nnml-request-delete-group): do.
14564
14565         * nnslashdot.el (nnslashdot-read-groups): do.
14566
14567         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14568         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14569
14570         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14571         (nnspool-sift-nov-with-sed): Use last.
14572         (nnspool-retrieve-headers-with-nov): Use mapc.
14573         (nnspool-request-newgroups): Use dolist.
14574         (nnspool-request-group): Use last.
14575
14576         * nntp.el (nntp-read-server-type): Use dolist.
14577
14578         * nnvirtual.el (nnvirtual-create-mapping)
14579         (nnvirtual-update-read-and-marked): Use dolist.
14580         (nnvirtual-convert-headers): Simplify.
14581
14582 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14583
14584         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14585         support for sync'ing tick marks.
14586
14587 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14590         there's no visible header.
14591
14592 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14593
14594         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14595         necessary, pass full group name to gnus-request-set-marks.
14596
14597 2004-10-01  Simon Josefsson  <jas@extundo.com>
14598
14599         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14600         acroread.
14601
14602 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14603
14604         * spam-report.el (spam-report-gmane): Fix interactive.
14605
14606         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14607
14608         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14609         when writing file.
14610         (gnus-agent-synchronize-flags): Don't default to being
14611         interactive.
14612
14613 2004-09-30  Simon Josefsson  <jas@extundo.com>
14614
14615         * message.el (message-generate-hashcash): Add.
14616         (message-send-mail): Use it, call mail-add-payment.
14617
14618 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14621
14622 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14623
14624         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14625         gnus-requst-update-info with explicit code to sync the in-memory
14626         info read flags with the marks being sync'd to the backend.
14627
14628         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14629
14630 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14631
14632         * spam.el (spam-verify-bogofilter): Add new function.
14633         (spam-check-bogofilter)
14634         (spam-bogofilter-register-with-bogofilter): Use it.
14635         (spam-verify-bogofilter): Add small fixes.
14636
14637 2004-09-28  Simon Josefsson  <jas@extundo.com>
14638
14639         * hashcash.el (hashcash-generate-payment): Revert.
14640
14641 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14644         gnus-extract-references instead of gnus-split-references.
14645
14646         * gnus-util.el (gnus-extract-references): Add new function, analogous
14647         to gnus-split-references but extracts only the message-ID without
14648         anything extra.
14649
14650         * hashcash.el (hashcash-generate-payment)
14651         (hashcash-check-payment): Do the right thing if hashcash-path is
14652         nil (because the hashcash program could not be found).
14653
14654         * spam.el (spam-use-hashcash): Remove comment.
14655
14656 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14657
14658         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14659         (gnus-cache-enter-article, gnus-cache-remove-article)
14660         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14661
14662         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14663
14664         * gnus-art.el (article-hide-boring-headers)
14665         (article-translate-strings, article-display-face)
14666         (gnus-article-mime-match-handle-first)
14667         (gnus-article-highlight-headers)
14668         (gnus-article-add-buttons-to-head): do.
14669
14670 2004-09-27  Simon Josefsson  <jas@extundo.com>
14671
14672         * hashcash.el: New version, from
14673         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14674         ../contrib/.
14675
14676 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14679
14680 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14681
14682         * gnus-dup.el (gnus-dup-open): Use mapc.
14683         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14684
14685         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14686         Reported by Stefan Wiens <s.wi@gmx.net>.
14687
14688         * gnus.el (gnus-shutdown): Use dolist.
14689
14690         * gnus-undo.el (gnus-undo): Use mapc.
14691
14692         * nnrss.el (nnrss-generate-active): do.
14693
14694         * message.el (message-cite-original-without-signature)
14695         (message-cite-original): Use mapc.
14696         (message-do-actions, message-make-forward-subject): Use dolist.
14697
14698 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14699
14700         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14701         deletion to remove entire duplicate line.  Fixes merged article
14702         number bug.
14703
14704 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14705
14706         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14707         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14708         first ask if you want to open a server and then, even when you
14709         responded with no, asking if you want to synchronize the server's
14710         flags.
14711         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14712         multi-line expressions.
14713         (gnus-agent-synchronize-group-flags): New internal function.
14714         Updates marks in memory (in the info structure) AND in the
14715         backend.
14716
14717         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14718
14719         * nnagent.el (nnagent-request-set-mark): Use
14720         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14721         method, to ensure that synchronization updates marks in the
14722         backend and in the info (in memory) structure.
14723
14724 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14727         convention fully; don't miss the root article of a thread; make
14728         the X-Draft-From header with correct article numbers.
14729
14730 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14731
14732         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14733         unless plugged.  Disable the agent so that an open failure causes
14734         an error.
14735
14736         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14737         Reverted 2004-09-21 change.  The backend must be opened while
14738         synchronizing flags even when the backend stores the flags
14739         locally.
14740
14741 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14744         in `header' match.  Reported by Svend Tollak Munkejord.
14745
14746         * message.el (message-cite-original): Fix use of
14747         `message-cite-articles-with-x-no-archive'.
14748
14749 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14752         (gnus-window-to-buffer): Ditto.
14753
14754         * mml.el (mml-preview-buffer): New variable.
14755         (mml-preview): Manage window layout with gnus-buffer-configuration.
14756
14757         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14758         X-Draft-From header even if those articles aren't quoted.
14759
14760 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14761
14762         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14763         (gnus-request-set-mark, gnus-request-update-mark): Use new
14764         g-s-t-u-l-m to decide to use backend even when unplugged.
14765
14766 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14769         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14770
14771 2004-09-20  Simon Josefsson  <jas@extundo.com>
14772
14773         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14774         "utf-16-le".
14775
14776 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14777
14778         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14779
14780 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * uudecode.el (uudecode-use-external): Add :version.
14783
14784         * smime.el (smime-CA-file, smime-encrypt-cipher)
14785         (smime-dns-server): Add :version.
14786
14787         * smiley.el (gnus-smiley-file-types): Add :version.
14788
14789         * sha1.el (sha1-use-external): Add :version.
14790
14791         * pgg-def.el (pgg-query-keyserver): Add :version.
14792
14793         * nnmail.el (nnmail-fancy-expiry-targets)
14794         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14795         Add :version.
14796
14797         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14798         (nnimap-retrieve-groups-asynchronous): Add :version.
14799         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14800
14801         * mml.el (mml-content-disposition-parameters)
14802         (mml-insert-mime-headers-always): Add :version.
14803
14804         * mm-util.el (mm-coding-system-priorities): Add :version.
14805
14806         * mm-decode.el (mm-inline-text-html-with-images)
14807         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14808         (mm-verify-option): Add :version.
14809         (mm-text-html-renderer): Change :version.
14810
14811         * message.el (message-fcc-externalize-attachments)
14812         (message-required-headers, message-draft-headers)
14813         (message-subject-trailing-was-query)
14814         (message-subject-trailing-was-ask-regexp)
14815         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14816         (message-mark-insert-end, message-archive-header)
14817         (message-archive-note, message-cross-post-default)
14818         (message-cross-post-note, message-followup-to-note)
14819         (message-cross-post-note-function, message-use-mail-followup-to)
14820         (message-subscribed-address-functions)
14821         (message-subscribed-address-file, message-subscribed-addresses)
14822         (message-subscribed-regexps, message-allow-no-recipients)
14823         (message-yank-cited-prefix, message-signature-insert-empty-line)
14824         (message-hidden-headers, message-hierarchical-addresses)
14825         (message-mail-user-agent, message-use-idna)
14826         (message-valid-fqdn-regexp)
14827         (message-strip-special-text-properties, message-header-synonyms)
14828         (message-beginning-of-line, message-tab-body-function): Add :version.
14829         (message-insert-canlock, message-wide-reply-confirm-recipients):
14830         Change :version.
14831
14832         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14833         and :version.
14834         (mail-source-delete-old-incoming-confirm)
14835         (mail-source-movemail-program): Add :version.
14836
14837         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14838         (gnus-agent-cache, gnus-agent): Change :version.
14839
14840         * gnus-util.el (gnus-use-byte-compile): Change :version.
14841
14842         * gnus-sum.el (gnus-summary-make-false-root-always)
14843         (gnus-summary-default-high-score)
14844         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14845         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14846         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14847         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14848         (gnus-sum-thread-tree-single-indent)
14849         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14850         (gnus-sum-thread-tree-leaf-with-other)
14851         (gnus-sum-thread-tree-single-leaf): Add :version.
14852         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14853         (gnus-article-loose-mime): Change :version.
14854
14855         * gnus-start.el (gnus-backup-startup-file)
14856         (gnus-save-startup-file-via-temp-buffer): Add :version.
14857
14858         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14859         (gnus-server-offline-face): Add :version.
14860
14861         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14862
14863         * gnus-msg.el (gnus-gcc-externalize-attachments)
14864         (gnus-debug-files, gnus-debug-exclude-variables)
14865         (gnus-discouraged-post-methods): Change :version.
14866         (gnus-confirm-mail-reply-to-news)
14867         (gnus-confirm-treat-mail-like-news): Add :version.
14868
14869         * gnus-int.el (gnus-server-unopen-status): Add :version.
14870
14871         * gnus-group.el (gnus-group-jump-to-group-prompt)
14872         (gnus-large-ephemeral-newsgroup)
14873         (gnus-fetch-old-ephemeral-headers): Add :version.
14874
14875         * gnus-fun.el (gnus-x-face-directory)
14876         (gnus-convert-pbm-to-x-face-command)
14877         (gnus-convert-image-to-x-face-command)
14878         (gnus-convert-image-to-face-command): Add :version.
14879
14880         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14881
14882         * gnus-cite.el (gnus-cite-blank-line-after-header)
14883         (gnus-article-boring-faces): Add :version.
14884
14885         * gnus-art.el (gnus-buttonized-mime-types)
14886         (gnus-inhibit-mime-unbuttonizing)
14887         (gnus-treat-display-face)
14888         (gnus-treat-body-boundary): Change :version.
14889         (gnus-body-boundary-delimiter, gnus-picon-databases)
14890         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14891         (gnus-treat-date-english, gnus-treat-fold-headers)
14892         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14893         (gnus-treat-mail-picon, gnus-treat-wash-html)
14894         (gnus-article-encrypt-protocol)
14895         (gnus-use-idna, gnus-article-over-scroll)
14896         (gnus-mime-display-multipart-alternative-as-mixed)
14897         (gnus-mime-display-multipart-related-as-mixed)
14898         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14899         (gnus-ctan-url, gnus-button-ctan-handler)
14900         (gnus-button-handle-ctan-bogus-regexp)
14901         (gnus-button-ctan-directory-regexp)
14902         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14903         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14904         (gnus-button-man-level, gnus-button-emacs-level)
14905         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14906
14907         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14908         (gnus-agent-go-online): Change :version.
14909         (gnus-agent-expire-unagentized-dirs)
14910         (gnus-agent-auto-agentize-methods): Add :version.
14911
14912         * flow-fill.el (fill-flowed-display-column)
14913         (fill-flowed-encode-column): Add :version.
14914
14915         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14916         (gnus-outlook-deuglify-unwrap-max)
14917         (gnus-outlook-deuglify-cite-marks)
14918         (gnus-outlook-deuglify-unwrap-stop-chars)
14919         (gnus-outlook-deuglify-no-wrap-chars)
14920         (gnus-outlook-deuglify-attrib-cut-regexp)
14921         (gnus-outlook-deuglify-attrib-verb-regexp)
14922         (gnus-outlook-deuglify-attrib-end-regexp)
14923         (gnus-outlook-display-hook): Add :version.
14924
14925         * binhex.el (binhex-use-external): Add :version.
14926
14927 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14930         and `invisible'.
14931
14932 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14933
14934         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14935         in gnus-registry-trim.
14936
14937 2004-09-13  Simon Josefsson  <jas@extundo.com>
14938
14939         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14940
14941         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14942
14943         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14944         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14945         <yamaoka@jpl.org>.
14946         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14947         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14948         <yamaoka@jpl.org>.
14949
14950         * sieve.el (sieve-manage-mode): Ditto.
14951
14952 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14955
14956 2004-09-11  Simon Josefsson  <jas@extundo.com>
14957
14958         * dns-mode.el: Add.
14959
14960         * mm-view.el (mm-display-dns-inline): Add.
14961
14962         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14963         (mm-automatic-display): Ditto.
14964
14965         * mailcap.el (mailcap-mime-data): Add text/dns.
14966         (mailcap-mime-extensions): Map .soa to text/dns.
14967
14968 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14969
14970         * gnus-art.el (article-decode-mime-words, article-babel)
14971         (gnus-article-highlight-signature, gnus-article-add-buttons)
14972         (gnus-signature-toggle): Remove unnecessary bindings of
14973         `inhibit-read-only' inherited from v5.10 merge.
14974
14975 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * nntp.el (nntp): New customization group.
14978         (nntp-authinfo-file): Add customization group.
14979
14980         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14981
14982         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14983
14984         * gnus.el (to-address, to-list, subscribed)
14985         (large-newsgroup-initial): Ditto.
14986
14987         * flow-fill.el (fill-flowed-display-column)
14988         (fill-flowed-encode-column): Ditto.
14989
14990 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14991
14992         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14993         Use point-min rather than 1.
14994         (message-send-mail): Use buffer-size rather than point-max.
14995
14996         * gnus-sum.el (gnus-summary-search-article-forward):
14997         Signal a specific `search-failed' rather than a generic `error'.
14998
14999         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15000         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15001         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15002
15003 2004-09-10  Simon Josefsson  <jas@extundo.com>
15004
15005         * nndb.el (require): Remove tcp and duplicate cl.
15006
15007 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-agent.el (directory-files-and-attributes): Move forward.
15010
15011 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15012
15013         * gnus-agent.el (directory-files-and-attributes): Optionally
15014         defined to support XEmacs.
15015
15016 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15017
15018         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15019         to avoid run-time CL dependencies.
15020         (gnus-agent-unfetch-articles): New function.
15021         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15022         article numbers even when local .overview file is missing.
15023         (gnus-agent-read-article-number): New function.  Only accepts
15024         27-bit article numbers.
15025         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15026         gnus-agent-read-article-number.
15027         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15028         from backend while recognizing that article numbers in .overview
15029         must be valid.
15030         (gnus-agent-update-files-total-fetched-for): Use
15031         directory-files-and-attributes to improve performance.
15032         * gnus-int.el (gnus-request-move-article): Use
15033         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15034         improve performance.
15035
15036         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15037         some users confused by references to .newsrc when they only have a
15038         .newsrc.eld file.
15039         (gnus-convert-mark-converter-prompt)
15040         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15041         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15042         New function.  Used internally to only display 'gnus converting
15043         files' message when actually necessary.
15044
15045         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15046         methods now autoloaded.
15047
15048 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15051         identifiers.
15052
15053 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15054
15055         * gnus-picon.el: Fix indentation and closing parenthesis.
15056
15057 2004-09-01  Simon Josefsson  <jas@extundo.com>
15058
15059         * message.el (message-canlock-generate): Require sha1, not
15060         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15061         to require within a function.  Sadly, if sha1.el isn't loaded, the
15062         let binding in m-c-g will hide the defcustom definition, which is
15063         bad.)
15064
15065         * canlock.el: Require sha1, not sha1-el.
15066
15067         * message.el: Don't autoload sha1 (there is a autoload cookie in
15068         sha1.el).
15069
15070         * sha1-el.el: Renamed to sha1.el.
15071
15072 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15073
15074         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15075
15076 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15077
15078         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15079
15080 2004-08-30  Kim F. Storm  <storm@cua.dk>
15081
15082         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15083
15084         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15085         Add :group 'nnimap.
15086
15087 2004-08-30  Andreas Schwab  <schwab@suse.de>
15088
15089         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15090         ?* and ?\;.
15091
15092         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15093         and ?\' to symbol instead of whitespace.
15094
15095 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15098
15099         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15100         instead of re-search-forward.
15101
15102         * gnus-uu.el (gnus-uu-save-article): Ditto.
15103         (gnus-uu-post-encode-uuencode): Ditto.
15104
15105         * html2text.el (html2text-clean-list-items): Ditto.
15106         (html2text-clean-dtdd): Ditto.
15107         (html2text-format-tags): Ditto.
15108
15109         * message.el (message-send-mail-with-sendmail): Fix regexp.
15110         (message-fill-field-general): Use search-forward instead of
15111         re-search-forward.
15112         (unbold-region): Ditto.
15113
15114         * nnrss.el (nnrss-request-article): Ditto.
15115
15116         * nnslashdot.el (nnslashdot-request-article): Ditto.
15117
15118         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15119
15120         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15121         "Unrecognized menu descriptor" error in XEmacs.
15122
15123 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15124
15125         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15126         parent article of a sparse article in the thread hashtb.
15127
15128 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15129
15130         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15131         (nnmail-expand-newtext): Lowercase expanded entries if
15132         nnmail-split-lowercase-expanded is non-nil.
15133
15134 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15137
15138         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15139         of gnus-tmp-news-method into string under XEmacs.  It will be
15140         passed to gnus-correct-length which takes only a string argument.
15141
15142 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-util.el (gnus-bind-print-variables): New macro.
15145         (gnus-prin1): Use it.
15146         (gnus-prin1-to-string): Use it.
15147         (gnus-pp): New function.
15148         (gnus-pp-to-string): New function.
15149
15150         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15151         Replace pp-to-string with gnus-pp-to-string.
15152         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15153         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15154         * gnus-msg.el (gnus-debug): Ditto.
15155         * gnus-score.el (gnus-score-save): Ditto.
15156         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15157         gnus-pp-to-string.
15158         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15159         with gnus-pp.
15160         * score-mode.el (gnus-score-pretty-print): Ditto.
15161         * webmail.el (webmail-debug): Ditto.
15162
15163 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-art.el (article-display-face, article-display-x-face):
15166         Use buffer-read-only.
15167
15168 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-art.el (article-hide-list-identifiers):
15171         Bind inhibit-read-only as t.
15172
15173 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15176
15177 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15178
15179         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15180         (gnus-narrow-to-page): Don't assume point-min == 1.
15181         (gnus-article-edit-mode): Derive from message-mode.
15182
15183         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15184         point-min == 1.
15185
15186         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15187         Disable incorrect use of `assert'.
15188
15189         * message.el (message-mode): Set comment-start-skip.
15190
15191
15192 2004-08-22  Sam Steingold  <sds@gnu.org>
15193
15194         * pop3.el (pop3-leave-mail-on-server): New user variable.
15195         (pop3-movemail): Delete mail only when it is nil.
15196
15197 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15200
15201         * mml.el (mml-preview): Use `pop-to-buffer'.
15202
15203         * message.el (message-goto-mail-followup-to): Insert after "To".
15204         (message-carefully-insert-headers): Add comment.
15205
15206         * gnus.el: Remove unused variable `gnus-article-check-size'.
15207
15208         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15209
15210         * gnus-art.el (gnus-button-alist): Improve
15211         `gnus-button-handle-library' entry.
15212
15213 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15214
15215         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15216         downcase, since XEmacs capitalizes error messages differently.
15217
15218 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * nntp.el: Add (require 'gnus) due to reference to
15221         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15222
15223 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15224
15225         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15226         `mm-fill-flowed'.
15227
15228         * mm-decode.el (mm-dissect-singlepart): Check it.
15229
15230 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15233         'imap' for netrc parsing.
15234
15235 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * mailcap.el (mailcap-mime-data): Mark as risky.
15238
15239 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15242         may be included in the encoded word.
15243         (rfc2047-encode): Don't append a space if the encoded word
15244         includes close parenthesis.
15245
15246 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15249         of text within parentheses.
15250
15251 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15254         (gnus-encrypt-write-file-contents): Make the password key the file
15255         name PLUS the cipher, not just the cipher.  Also remove failed
15256         passwords from the cache.
15257
15258 2004-08-06  Simon Josefsson  <jas@extundo.com>
15259
15260         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15261         fix.
15262
15263 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15266         LWSP.
15267
15268 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15271         to append in-reply-to: data to the references: header.
15272
15273         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15274         (netrc-parse): Use gnus-encrypt.el functions.
15275
15276         * gnus-encrypt.el: Add new file for encryption support; currently
15277         does only a few GPG ciphers and an internal XOR cipher.
15278
15279         * password.el: Add comments on using password-read-and-add.
15280         (password-read-and-add): Add function to read and add the
15281         password to the cache at once.
15282
15283 2004-07-28  Simon Josefsson  <jas@extundo.com>
15284
15285         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15286         parameter (but don't use it, for now).
15287
15288         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15289         instead of hard coding to nil.
15290
15291 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15294         as mm-inline-image-xemacs does.
15295
15296 2004-07-26  Simon Josefsson  <jas@extundo.com>
15297
15298         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15299         Revert part of 2004-07-17 change below.
15300
15301 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15304         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15305
15306 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15307
15308         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15309         quotes that actually start with ">" at the beginning of the
15310         lines.
15311
15312 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * rfc2047.el (rfc2047-encode-region): Fix last change.
15315         (rfc2047-encode-parameter): Remove useless concat.
15316
15317 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15320         encode special characters; fix some kind of misconfigured headers;
15321         signal a real error if debug-on-quit or debug-on-error is non-nil.
15322         (rfc2047-encode-max-chars): New variable.
15323         (rfc2047-encode-1): Use it.
15324         (rfc2047-encode-parameter): New function.
15325
15326         * mml.el (mml-insert-parameter): Remove an excessive space.
15327
15328 2004-07-17  Simon Josefsson  <jas@extundo.com>
15329
15330         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15331         Kai Grossjohann <kai@emptydomain.de>.
15332         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15333         (gnus-group-make-menu-bar): Ditto.
15334
15335         * gnus-util.el (gnus-group-server): Add.
15336
15337 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15338
15339         * message.el (message-clone-locals): Clone sendmail and smtp
15340         variables.
15341
15342 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * rfc2047.el (rfc2047-encode-region): Fix last change.
15345
15346 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15349         characters as non-special.
15350
15351 2004-07-09  Simon Josefsson  <jas@extundo.com>
15352
15353         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15354         Users will lose all flag changes made while unplugged with
15355         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15356         good default.  See numerous reports on ding mailing list.
15357
15358 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15361         add generate-head-function and generate-article-function to the
15362         rfc822-forward entry.
15363         (nndoc-rfc822-forward-generate-article): New function.
15364         (nndoc-rfc822-forward-generate-head): New function.
15365
15366         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15367
15368 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15369
15370         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15371         respect display group parameter and gnus-summary-expunge-below.
15372         (gnus-articles-to-read): Remove unused reference to display group
15373         parameter.
15374
15375 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15376
15377         * nnheader.el (nnheader-uniquify-message-id): New experimental
15378         variable.
15379         (nnheader-nov-read-message-id): Use it.
15380
15381         * spam-report.el (spam-report-gmane): Add interactive.
15382
15383 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15386         qp-or-base64 for the application/* types.
15387
15388 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15389
15390         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15391
15392 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15395         trim value.
15396
15397 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15398
15399         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15400         New macro and function.
15401         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15402
15403 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15406         after-load-alist.
15407
15408 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409
15410         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15411         update info that isn't there.
15412
15413 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15414
15415         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15416         entry.
15417
15418 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * mm-view.el (mm-inline-render-with-function): Use multibyte
15421         buffer; decode html source by charset.
15422
15423         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15424
15425         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15426         Mule-UCS is loaded under XEmacs.
15427         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15428
15429 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15430
15431         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15432
15433 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * mm-util.el (mm-coding-system-p): Return a coding-system.
15436         (mm-mime-mule-charset-alist): Use shift_jis instead of
15437         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15438         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15439         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15440         instead of japanese-shift-jis and iso-latin-1 respectively in
15441         order to share the default value with both Emacs and XEmacs-mule.
15442         (mm-mule-charset-to-mime-charset): Make
15443         mm-coding-system-priorities effective.
15444         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15445         while predicating of candidates upon the priorities.
15446
15447 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15450         gnus-uu-invert-processable.
15451
15452         * gnus.el: Autoload gnus-uu-invert-processable.
15453
15454 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mm-util.el (mm-with-multibyte-buffer): New macro.
15457
15458         * rfc2047.el (rfc2047-encode-string): Use it.
15459         (rfc2047-encode-region): Move point to the end of the region after
15460         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15461
15462 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15465         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15466
15467 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15470         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15471         Karl Chen <quarl@nospam.quarl.org>.
15472
15473 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15474
15475         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15476         invalid addresses.
15477
15478 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15479
15480         * spam.el: Change section markers, revise TODO list.
15481         (spam-backends): Make new master list of all installed backends.
15482         (spam-summary-exit-behavior): Add new variable to determine how
15483         messages moves are done at summary exit.
15484         (spam-move-spam-nonspam-groups-only)
15485         (spam-process-ham-in-nonham-groups)
15486         (spam-process-ham-in-spam-groups): Remove variables, the
15487         spam-summary-exit-behavior variable should be used to manage this
15488         behavior.
15489         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15490         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15491         and spam-old-spam-articles.
15492         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15493         Add empty variables, placeholders for the backends they represent.
15494         (spam-set-difference): Move, unchanged.
15495         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15496         unless the user has a processor variable.
15497         (spam-classifications, spam-classification-valid-p)
15498         (spam-backend-properties, spam-backend-property-valid-p)
15499         (spam-backend-function-type-valid-p)
15500         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15501         (spam-report-articles-gmane, spam-report-articles-resend):
15502         Remove functions, they are not needed.
15503         (spam-install-backend-super, spam-backend-list)
15504         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15505         (spam-backend-function, spam-backend-ham-registration-function)
15506         (spam-backend-spam-registration-function)
15507         (spam-backend-ham-unregistration-function)
15508         (spam-backend-spam-unregistration-function)
15509         (spam-backend-statistical-p, spam-backend-mover-p)
15510         (spam-install-backend-alias, spam-install-checkonly-backend)
15511         (spam-install-mover-backend, spam-install-nocheck-backend)
15512         (spam-install-backend, spam-install-statistical-backend)
15513         (spam-install-statistical-checkonly-backend): Add backend installation
15514         support.
15515         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15516         (spam-group-processor-p): Use the new backend code and respect the
15517         summary exit behavior.
15518         (spam-mark-spam-as-expired-and-move-routine): Remove.
15519         (spam-summary-prepare): Change to use the new spam-old-articles
15520         variable.
15521         (spam-copy-or-move-routine, spam-copy-spam-routine)
15522         (spam-move-spam-routine, spam-copy-ham-routine)
15523         (spam-move-ham-routine): Add code to copy/move ham or spam.
15524         (spam-fetch-field-fast): Improve doc and code, plus allow the
15525         'number request.
15526         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15527         variables.
15528         (spam-split, spam-find-spam): Use the new backend code.
15529         (spam-registration-functions): Remove variable.
15530         (spam-unregister-routine): Add convenience wrapper.
15531         (spam-log-undo-registration, spam-register-routine)
15532         (spam-log-processing-to-registry)
15533         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15534         where possible.
15535         (spam-check-gmane-xref, spam-check-regex-headers)
15536         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15537         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15538         (spam-check-bogofilter-headers, spam-check-spamoracle)
15539         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15540         (spam-check-crm114-headers): Use the spam-split-group that
15541         spam-split prepares, no need to determine it every time.
15542
15543         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15544         to the nnheader-parse-naked-head call.
15545
15546         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15547
15548         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15549         the nnheader-nov-read-message-id call.
15550
15551 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15554         gnus-activate-group twice.  Suggested by Markus Peter
15555         <warp@spin.de>.
15556
15557 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-art.el (gnus-article-time-format): Exchange the order of
15560         day and month in the default value; fix customization type.
15561         (article-date-ut): Use add-text-properties.
15562         (article-make-date-line): Use message-make-date instead of
15563         current-time-string.
15564
15565         * message.el (message-fetch-field): Don't use set-text-properties.
15566         (message-make-date): Simplify.
15567
15568         * messagexmas.el (message-xmas-make-date): New function.
15569         (message-xmas-redefine): Defalias message-make-date to it.
15570
15571 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15574         (rfc2047-encode-region): Treat text within parentheses as special;
15575         show the original text when error has occurred.
15576
15577         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15578         already-computed method to gnus-activate-group.
15579
15580         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15581         same select-methods identical Lisp objects.
15582
15583         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15584         object when modifying the info.
15585
15586 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15589         gnus-opened-servers since it has never been opened with the new
15590         configuration yet.
15591
15592 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15595         arg to nnheader-generate-fake-message-id.
15596
15597 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15598
15599         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15600         number and build a fake message ID localized to a group and
15601         article number (so it's repeatable from that point on).
15602         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15603         ID format.
15604
15605         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15606         nnheader-generate-fake-message-id with the article number.
15607
15608 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15609
15610         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15611         end-of-buffer.
15612
15613 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15614
15615         * message.el (message-ignored-supersedes-headers): Add Approved.
15616
15617 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15620         goto-char.
15621         (rfc2047-encode): Fold the line before encoding.
15622
15623 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15624
15625         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15626         folding -- not all headers can be folded, and this should be done
15627         by the message composition mode.  Probably.  I think.
15628
15629 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15632         fast.
15633
15634         * gnus-ems.el (gnus-remove-image): Don't use
15635         message-text-with-property; remove only the image found first.
15636
15637         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15638         found first.
15639
15640 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15641
15642         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15643
15644 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * message.el (message-text-with-property): Make it fast and accept
15647         optional arguments.
15648         (message-strip-forbidden-properties): Use it.
15649         (message-fix-before-sending): Follow the m-t-w-p change.
15650
15651         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15652
15653 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (article-hide-headers): Don't change the buffer
15656         mistakenly when performing mml-preview even if
15657         gnus-single-article-buffer is nil.
15658
15659 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15660
15661         * message.el (message-expand-name-databases): New user option.
15662         (message-expand-name): Use it.
15663
15664 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15665
15666         * spam.el (spam-report-articles-resend)
15667         (spam-report-resend-register-routine): Allow ham reporting.
15668         (spam-report-resend-register-ham-routine): Add wrapper.
15669         (spam-registration-functions): Add ham resending functions.
15670         (spam-list-of-processors): Add ham resend processor.
15671
15672         * gnus.el (ham-resend-to): Add new group parameter.
15673         (spam-process): Add ham resend option.
15674
15675         * spam-report.el (spam-report-resend): Allow reporting ham.
15676         (spam-report-resend-ham): Add wrapper.
15677
15678 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15679
15680         * message.el (message-cite-articles-with-x-no-archive): New
15681         variable.
15682         (message-cite-original): Use it.
15683
15684 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * message.el (message-cite-original): Respect X-No-Archive.
15687
15688 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el (article-hide-headers): Refer to the values for
15691         gnus-ignored-headers and gnus-visible-headers in the summary
15692         buffer since a user may have set them as group parameters.
15693
15694 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * assistant.el (assistant-node-name): Add convenience function.
15697         (assistant-render-text, assistant-render-node): Add error handling,
15698         plus handle multiple next nodes.
15699         (assistant-find-next-node): Comment out for now.
15700         (assistant-find-next-nodes): Add function, returns list of next
15701         nodes.
15702
15703 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * mail-source.el (mail-source-directory): Fix doc-string.
15706
15707 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * assistant.el (assistant-render-text, assistant-eval): Add :set
15710         widget type, which is different because it takes and returns a
15711         list.  Much hilarity ensues.
15712
15713 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15716
15717         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15718         doc-string.
15719
15720         * gnus-start.el (gnus-activate-group): Added doc-string.
15721
15722 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15725
15726 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15727
15728         * assistant.el (assistant-render-text): Try to add a :set
15729         widget, more to come.
15730
15731         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15732         strings.
15733         (spam-report-articles-resend)
15734         (spam-register-routine): Do registration iff any articles warrant
15735         it.
15736         (spam-summary-prepare-exit): Change log message for nil group
15737         destinations.
15738
15739 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15740
15741         * spam.el (spam-report-resend-register-routine): Allow
15742         spam-report-resend-to to be a group parameter or a global value.
15743
15744 2004-05-26  Simon Josefsson  <jas@extundo.com>
15745
15746         * starttls.el: Merge with my GNUTLS based starttls.el.
15747         (starttls-gnutls-program, starttls-use-gnutls)
15748         (starttls-extra-arguments, starttls-process-connection-type)
15749         (starttls-connect, starttls-failure, starttls-success): New
15750         variables.
15751         (starttls-program, starttls-extra-args): Doc fix.
15752         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15753         functions.
15754         (starttls-negotiate, starttls-open-stream): Check
15755         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15756         function if it is set.
15757
15758 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15761         structured fields.
15762
15763 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15766
15767 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15770         variable.
15771         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15772         assigning the spam-mark to new messages.
15773
15774 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15775
15776         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15777
15778 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15781
15782         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15783         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15784         default.
15785
15786 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15787
15788         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15789         correct data.
15790
15791 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15792
15793         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15794         (spam-group-processor-p): Fix function.
15795         (spam-group-processor-multiple-p)
15796         (spam-group-spam-processor-report-gmane-p)
15797         (spam-group-spam-processor-report-resend-p)
15798         (spam-group-spam-processor-bogofilter-p)
15799         (spam-group-spam-processor-blacklist-p)
15800         (spam-group-spam-processor-ifile-p)
15801         (spam-group-ham-processor-ifile-p)
15802         (spam-group-spam-processor-spamoracle-p)
15803         (spam-group-spam-processor-crm114-p)
15804         (spam-group-ham-processor-bogofilter-p)
15805         (spam-group-spam-processor-stat-p)
15806         (spam-group-ham-processor-stat-p)
15807         (spam-group-ham-processor-whitelist-p)
15808         (spam-group-ham-processor-BBDB-p)
15809         (spam-group-ham-processor-spamoracle-p)
15810         (spam-group-ham-processor-copy-p): Remove functions with some
15811         prejudice against unneeded code.
15812         (spam-report-articles-resend)
15813         (spam-report-resend-register-routine): Allow the group/topic
15814         spam-resend-to value to override spam-report-resend-to.
15815         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15816         properly now.
15817
15818         * gnus.el (spam-resend-to): Add group/topic parameter.
15819         (spam-process): Move the OBSOLETE processors to the end of the
15820         choices.
15821
15822 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15823
15824         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15825         with resend-to set to nil, and then ask the user if necessary.
15826         (spam-report-resend): spam-report-resend takes a list of articles, not
15827         separate article numbers.
15828
15829 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15832         addition to emacs-w3m.
15833
15834 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15835
15836         * assistant.el (assistant-authinfo-data): New function.
15837         (assistant-eval): Eval for entire assistant.
15838
15839         * netrc.el (netrc-services-file): New variable.
15840         (netrc-parse-services): New function.
15841         (netrc-find-service-name): New function.
15842         (netrc-find-service-number): New function.
15843         (netrc-port-equal): New function.
15844         (netrc-machine): Use it.
15845
15846         * nnimap.el (nnimap-open-connection): Use netrc.
15847
15848         * gnus-util.el (gnus-netrc-get): Remove aliases.
15849
15850         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15851
15852         * assistant.el (wid-edit): Fix compilation.
15853
15854         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15855
15856 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15857
15858         * gnus-util.el (gnus-set-file-modes): New function.  (small
15859         patch).
15860
15861 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15862
15863         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15864
15865         * assistant.el (assistant-render-node): Fix up rendering and
15866         read-only text.
15867         (assistant-render-node): Reset.
15868         (assistant-make-read-only): Not sticky.
15869
15870 2004-05-20  Danny Siu  <dsiu@adobe.com>
15871
15872         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15873         centered even when gnus-auto-center-summary is t.
15874
15875 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15876
15877         * dns.el (dns-get-txt-answer): New function.
15878         (dns-read-txt): Ditto.
15879         (query-dns): Use it.
15880
15881 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15884         active for foreign groups even if the group level is higher than
15885         the specified value.
15886
15887 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15890         non-active groups.
15891
15892         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15893
15894 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15895
15896         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15897
15898 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15901         (spam-crm114-header, spam-crm114-spam-switch)
15902         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15903         (spam-crm114-positive-spam-header)
15904         (spam-crm114-database-directory, spam-list-of-processors)
15905         (spam-group-spam-processor-crm114-p)
15906         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15907         (spam-generic-score, spam-list-of-checks)
15908         (spam-list-of-statistical-checks, spam-registration-functions)
15909         (spam-check-crm114-headers, spam-crm114-score)
15910         (spam-check-crm114, spam-crm114-register-with-crm114)
15911         (spam-crm114-register-spam-routine)
15912         (spam-crm114-unregister-spam-routine)
15913         (spam-crm114-register-ham-routine)
15914         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15915         asjo@koldfront.dk (Adam Sjøgren).
15916
15917         * gnus.el: Add spam-use-crm114.
15918
15919         * spam.el (spam-list-of-processors, spam-registration-functions):
15920         Add spam-use-resend.
15921         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15922         (spam-report-articles-gmane): Add doc fix.
15923         (spam-report-articles-resend, spam-report-resend-register-routine):
15924         Add wrappers around spam-report-resend-to.
15925
15926         * spam-report.el (spam-report-resend-to, spam-report-resend):
15927         Add support for resending spam.
15928         (spam-report-gmane): Fix line length >80.
15929
15930         * gnus.el (spam-process): Add spam-use-resend.
15931
15932 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15933
15934         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15935         number of processed spam messages.
15936         (spam-ham-copy-or-move-routine): Return the number of processed
15937         ham messages.
15938         (spam-summary-prepare-exit): Use the above values to decide
15939         whether status messages shouled be displayed.
15940
15941 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15944         `rfc2047-encoding-function-alist' in order to avoid conflicting
15945         with the old version.
15946         (rfc2047-encode-region): Concatenate words containing non-ASCII
15947         characters in structured fields; don't encode space-delimited
15948         ASCII words even in unstructured fields; don't break words at
15949         char-category boundaries.
15950         (rfc2047-encode-1): New function.
15951         (rfc2047-encode): Use it; encode text so that it occupies the
15952         maximum width within 76-column; work correctly on Q encoding for
15953         iso-2022-* charsets.
15954         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15955         sure not to break a line just after the header name.
15956         (rfc2047-b-encode-region): Removed.
15957         (rfc2047-b-encode-string): New function.
15958         (rfc2047-q-encode-region): Removed.
15959         (rfc2047-q-encode-string): New function.
15960
15961         * mm-util.el (mm-replace-in-string): New function.
15962
15963 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15964
15965         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15966         get it right.
15967         (gnus-inews-make-draft): Really.
15968
15969 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15970
15971         * nnmh.el (nnmh-request-list-1): Don't check the link count
15972         before descending.  (small patch)
15973
15974 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15975
15976         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15977         stuff.
15978
15979         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15980         on real group name.
15981
15982         * gnus-art.el (gnus-signature-limit): Doc fix.
15983
15984         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15985
15986         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15987
15988 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15989
15990         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15991         isn't a string.
15992
15993 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * gnus-draft.el (gnus-draft-send): Bind
15996         rfc2047-encode-encoded-words.
15997
15998         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15999         (rfc2047-encodable-p): Say that =? needs encoding.
16000         (rfc2047-encode-encoded-words): New variable.
16001
16002         * gnus-group.el (gnus-group-select-group): Doc fix.
16003
16004         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16005
16006         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16007         to nil.
16008
16009         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16010
16011         * nnheader.el (nnheader-get-lines-and-char): New function.
16012
16013 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-msg.el (gnus-summary-followup-with-original): Document
16016         yanking of region when active.
16017
16018 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16021         groups if the group level is higher than the specified value.
16022
16023 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16026         (gnus-group-jump-to-group): Added prefix argument using
16027         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16028         non-active group.
16029
16030         * compface.el (uncompface): Be verbose when changing
16031         `uncompface-use-external'.
16032
16033         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16034         handle manual section.
16035
16036 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16037
16038         * gnus-art.el (gnus-button-alist): Revert previous change.
16039
16040 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16043
16044 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16045
16046         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16047         whether backend can accept message.
16048
16049         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16050
16051 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16052
16053         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16054         Avoid creating directory when nntp-marks-is-evil is true.
16055         Reported by Reiner Steib.
16056
16057 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-picon.el (gnus-picon-style): New variable.
16060         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16061         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16062         Jesper Harder <harder@ifa.au.dk>.
16063
16064 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16065
16066         * message.el (message-fill-field): Return point.
16067         (message-generate-headers): Go to end of field.
16068
16069         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16070         stuff for non-living groups.
16071
16072 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16073
16074         * gnus-art.el (gnus-article-followup-with-original)
16075         (gnus-article-reply-with-original): gnus-mark-active-p ->
16076         gnus-region-active-p.
16077
16078 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16079
16080         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16081         only when there is spam or ham to be processed.
16082
16083 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16084
16085         * mail-source.el (mail-source-delete-crash-box): Refactor.
16086         (mail-source-fetch): Use it.
16087         (mail-source-fetch-file): Ditto.
16088         (mail-source-fetch-directory): Run postscript in loop.
16089         (mail-source-fetch-pop): Delete.
16090         (mail-source-fetch-maildir): Ditto.
16091         (mail-source-fetch-imap): Ditto.
16092
16093         * imap.el (imap-authenticators): Comment out sasl.
16094
16095         * message.el (message-skip-to-next-address): New function.
16096         (message-fill-header-address): Refactor.
16097         (message-fill-address): Use it.
16098         (message-delete-address): Use it.
16099         (message-fill-header-general): Refactor.
16100         (message-fill-field-address): Rename.
16101         (message-narrow-to-field): Find the start of the header.
16102         (message-header-format-alist): Don't pre-fill.
16103         (message-fill-header): Removed.
16104         (message-insert-header): New function.
16105         (message-shorten-references): Use it.
16106
16107         * rfc2047.el (rfc2047-field-value): Strip props.
16108
16109         * mail-parse.el (mail-header-make-address): New alias.
16110
16111         * ietf-drums.el (ietf-drums-make-address): New function.
16112
16113         * imap.el: Add compiler directives.
16114
16115         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16116
16117         * gnus-art.el (article-decode-idna-rhs): Don't use
16118         message-idna-inside-rhs-p.
16119
16120 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16121
16122         * message.el (message-idna-inside-rhs-p): Removed.
16123         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16124
16125         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16126         false positives.
16127
16128 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16129
16130         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16131
16132 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * nneething.el (nneething-file-name): Don't create spurious
16135         files.
16136
16137         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16138         (gnus-inews-do-gcc): Remove sleep.
16139
16140         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16141         part under point.
16142
16143         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16144         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16145
16146 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16147
16148         * spam.el (spam-summary-prepare-exit): Fixed (length).
16149
16150 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16153         as expired without moving it" message when there are spam
16154         messages left.
16155
16156 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16157
16158         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16159         header is not nil.
16160
16161 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16162
16163         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16164         nntp-possibly-create-directory, not nntp-possibly-change-group.
16165         (nntp-marks-changed-p): New arg SERVER.
16166         (nntp-request-update-info): Adjust caller.
16167
16168 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16169
16170         * nntp.el (nntp-save-marks): Pass missing arg.
16171
16172 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16173
16174         * nntp.el: Support marks.
16175         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16176         (nntp-marks-modtime, nntp-marks-directory): New variables.
16177         (nntp-request-set-mark, nntp-request-update-info)
16178         (nntp-possibly-create-directory, nntp-marks-changed-p)
16179         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16180         functions.
16181
16182 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16183
16184         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16185         (gnus-xmas-redefine): Rename.
16186
16187         * gnus-score.el (gnus-score-insert-help): Use
16188         gnus-select-lowest-window.
16189
16190         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16191         appt-select-lowest-window and rename to gnus-select-lowest-window.
16192
16193         * gnus.el: do.
16194
16195 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16196
16197         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16198         encodings of MIME-encoded words, in order to improve
16199         interoperability with several broken MUAs.
16200
16201 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16202
16203         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16204         tags, only when charsets are not specified in headers.
16205         (mm-inline-text-html-render-with-w3m): Ditto.
16206
16207         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16208         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16209
16210 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16211
16212         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16213         instead of MIME-decoded from fields when checking
16214         `gnus-article-address-banner-alist'.
16215
16216 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16217
16218         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16219         description rather than subject.
16220
16221 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16222
16223         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16224
16225 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * gnus.el (gnus-version-number): Bump.
16228
16229 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16230
16231         * gnus.el: No Gnus v0.2 is released.
16232
16233 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * gnus-agent.el (gnus-agent-read-agentview): Inline
16236         gnus-uncompress-range.
16237
16238 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16239
16240         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16241         `exec-installed-p'.
16242
16243 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16244
16245         * gnus.el (spam-process, spam-autodetect-methods): Add
16246         bsfilter and bsfilter-headers.
16247
16248         * spam.el (spam-bsfilter): New customize group.
16249         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16250         (spam-bsfilter-header, spam-bsfilter-probability-header)
16251         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16252         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16253         (spam-bsfilter-database-directory): New options.
16254         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16255         (spam-list-of-statistical-checks, spam-registration-functions):
16256         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16257         (spam-bsfilter-score): New command.
16258         (spam-check-bsfilter-headers, spam-check-bsfilter)
16259         (spam-bsfilter-register-with-bsfilter)
16260         (spam-bsfilter-register-spam-routine)
16261         (spam-bsfilter-unregister-spam-routine)
16262         (spam-bsfilter-register-ham-routine)
16263         (spam-bsfilter-unregister-ham-routine): New functions.
16264         (spam-generic-score): Support bsfilter; Accept an optional argument
16265         to recalcurate spam score even if scoring header has already been
16266         added.
16267         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16268         optional argument to recalcurate spam score even if scoring header
16269         has already been added.
16270
16271 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16272
16273         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16274         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16275         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16276         link is missing.
16277
16278 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16281         (html2text-get-attr): Rewrite.
16282
16283         * message.el (message-setup-1): Remove redundant put-text-property
16284         on mail-header-separator.
16285
16286 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16287
16288         * gnus-registry.el (gnus-registry-cache-whitespace)
16289         (gnus-registry-action, gnus-registry-spool-action)
16290         (gnus-registry-split-fancy-with-parent): Change message levels
16291         from 5 to 3 or 7, as needed.
16292
16293         * spam.el (spam-summary-prepare-exit)
16294         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16295         (spam-split, spam-find-spam, spam-log-undo-registration)
16296         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16297         level from 5 to 6.
16298
16299 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16302         2004-03-04 change).
16303
16304 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16305
16306         * sieve-manage.el (sieve-manage-open):
16307         * nnweb.el (nnweb-insert-html):
16308         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16309         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16310         * nnspool.el (nnspool-request-group):
16311         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16312         * nnml.el (nnml-request-update-info):
16313         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16314         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16315         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16316         (nnimap-request-set-mark):
16317         * nnfolder.el (nnfolder-request-update-info):
16318         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16319         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16320         * gnus-uu.el (gnus-uu-find-articles-matching):
16321         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16322         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16323         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16324         * gnus-nocem.el (gnus-nocem-scan-groups):
16325         * gnus-int.el (gnus-start-news-server):
16326         * gnus-group.el (gnus-group-make-kiboze-group)
16327         (gnus-group-browse-foreign-server):
16328         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16329         Use mapc when appropriate.
16330
16331 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16332
16333         FIXME: Make separate entries for each person.
16334
16335         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16336         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16337         <shields@msrl.com>:
16338
16339         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16340         may need for spam sorting and scoring.
16341         (spam-user-format-function-S): Add user format function suitable for
16342         general use.
16343         (spam-article-sort-by-spam-status): Add sorting function for summary
16344         sorting.
16345         (spam-extra-header-to-number): Add function to get a score from a
16346         header.
16347         (spam-summary-score): Add function to get a numeric score from the
16348         headers.
16349         (spam-generic-score): Fix function doc, was in wrong place.
16350         (spam-initialize): Take symbols when it's run, and install the
16351         extra headers that spam-necessary-extra-headers thinks we need.
16352
16353 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16354
16355         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16356         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16357
16358 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16359
16360         * gnus-sum.el (gnus-set-global-variables)
16361         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16362         (gnus-article-get-xrefs, gnus-summary-best-group)
16363         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16364         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16365         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16366         Use with-current-buffer.
16367
16368 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * spam.el (spam-summary-prepare-exit): Simplify logic.
16371         (spam-fetch-article-header): Read the article header if it's not
16372         available.
16373         (spam-list-articles): Simplify logic.
16374         (spam-filelist-register-routine): Fix bug with unregister-list.
16375
16376         * gnus-registry.el: Fix comments at beginning.
16377
16378 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * message.el (message-cater-to-broken-inn): Remove.
16381         (message-shorten-references): Make sure the total folded length of
16382         References is shorter than 998 characters to cater to a bug in INN
16383         2.3.  Also, don't pretend that references aren't folded -- this
16384         hasn't worked for a while.
16385
16386 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16387
16388         * gnus-agent.el (gnus-agentize):
16389         gnus-agent-send-mail-real-function no longer set to current value
16390         of message-send-mail-function but rather a lambda that calls
16391         message-send-mail-function.  The change makes the agent real-time
16392         responsive to user changes to message-send-mail-function.
16393
16394 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16395
16396         * legacy-gnus-agent.el
16397         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16398         help from Florian Weimer <fw@deneb.enyo.de>
16399
16400 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * nnmail.el (nnmail-cache-insert): Revert last change.
16403
16404 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * nnmail.el (nnmail-cache-insert): Always check whether
16407         nnmail-cache-ignore-groups matches a group name.
16408
16409 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16410
16411         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16412         (spam-find-spam, spam-log-processing-to-registry)
16413         (spam-log-registered-p, spam-log-unregistration-needed-p)
16414         (spam-log-undo-registration): Use gnus-message instead of
16415         gnus-error, none of these errors are fatal.
16416
16417         * gnus-registry.el (gnus-registry-clean-empty-function)
16418         (gnus-registry-clean-empty): Remove only empty entries without
16419         extra data.
16420
16421 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16422
16423         * spam-stat.el (spam-stat-buffer-change-to-spam)
16424         (spam-stat-buffer-change-to-non-spam): Change (error) to
16425         (gnus-message 8) invocation.
16426
16427 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * nntp.el (nntp-via-netcat-command): New variable.
16430         (nntp-via-netcat-switches): New variable.
16431         (nntp-open-via-rlogin-and-netcat): New function.
16432         (nntp-open-connection-function): Doc fix.
16433         (nntp-telnet-command): Doc fix.
16434         (nntp-end-of-line): Doc fix.
16435         (nntp-via-rlogin-command): Doc fix.
16436         (nntp-via-user-name): Doc fix.
16437         (nntp-via-address): Doc fix.
16438
16439 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16442         error in Emacs 21.1.
16443
16444 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16447
16448 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16449
16450         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16451         (gnus-agent-with-refreshed-group): New macro.
16452         (gnus-agent-rename-group): New function.
16453         (gnus-agent-delete-group): New function.
16454         (gnus-agent-save-group-info): Use gnus-command-method when
16455         `method' parameter is nil.  Don't write nil entries into the
16456         active file.
16457         (gnus-agent-get-group-info): New function.
16458         (gnus-agent-fetch-articles): Use
16459         gnus-agent-update-files-total-fetched-for to increment disk space
16460         used.
16461         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16462         gnus-agent-update-view-total-fetched-for to increment disk space
16463         used.
16464         (gnus-agent-get-local): Added optional parameters to avoid calling
16465         gnus-group-real-name and gnus-find-method-for-group.
16466         (gnus-agent-set-local): Delete stored entry if either min, or max,
16467         are nil.
16468         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16469         quit, use gnus-agent-regenerate-group to record existance of any
16470         articles fetched to disk before the quit occurred.
16471         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16472         gnus-agent-update-view-total-fetched-for, and
16473         gnus-agent-update-files-total-fetched-for to decrement disk space
16474         used.
16475         (gnus-agent-retrieve-headers): Use
16476         gnus-agent-update-view-total-fetched-for to increment disk space
16477         used.
16478         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16479         with gnus-agent-update-files-total-fetched-for to decrement disk
16480         space and fresh group buffer.
16481         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16482         (gnus-agent-need-update-total-fetched-for): New variable.
16483         (gnus-agent-update-files-total-fetched-for): New function.
16484         (gnus-agent-update-view-total-fetched-for): New function.
16485         (gnus-agent-total-fetched-for): New function.
16486
16487         * gnus-cache.el (gnus-cache-save-buffers): Use
16488         gnus-cache-update-overview-total-fetched-for to change disk space
16489         used by this group.
16490         (gnus-cache-possibly-enter-article): Use
16491         gnus-cache-update-file-total-fetched-for to increment disk space
16492         used by this group.
16493         (gnus-cache-possibly-remove-article): Use
16494         gnus-cache-update-file-total-fetched-for to decrement disk space
16495         used by this group.
16496         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16497         (gnus-cache-rename-group): New function.
16498         (gnus-cache-delete-group): New function.
16499         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16500         (gnus-cache-need-update-total-fetched-for): New variable.
16501         (gnus-cache-with-refreshed-group): New macro.
16502         (gnus-cache-update-file-total-fetched-for): New function.
16503         (gnus-cache-update-overview-total-fetched-for): New function.
16504         (gnus-cache-rename-group-total-fetched-for): New function.
16505         (gnus-cache-delete-group-total-fetched-for): New function.
16506         (gnus-cache-total-fetched-for): New function.
16507
16508         * gnus-group.el: Require gnus-sum and autoload functions to
16509         resolve warnings when gnus-group.el compiled alone.
16510         (gnus-group-line-format): Documented new %F.
16511         (size of Fetched data) group line format; identifies disk space
16512         used by agent and cache.
16513         (gnus-group-line-format-alist): Defined new F format.
16514         (gnus-total-fetched-for): New function.
16515         (gnus-group-delete-group): No longer update
16516         gnus-cache-active-altered as gnus-request-delete-group now keeps
16517         the cache in sync.
16518         (gnus-group-list-active): Let the agent store a server's active
16519         list if currently plugged.
16520
16521         * gnus-int.el (gnus-request-delete-group):
16522         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16523         local disk in sync with the server.
16524         (gnus-request-rename-group):
16525         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16526         local disk in sync with the server.
16527
16528         * gnus-start.el (gnus-get-unread-articles):
16529         Cosmetic simplification to logic.
16530
16531         * gnus-util.el (gnus-rename-file): New function.
16532
16533 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16534
16535         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16536
16537 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16538
16539         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16540         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16541
16542 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16543
16544         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16545         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16546
16547 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16548
16549         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16550
16551 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16552
16553         * spam.el (spam-set-difference): Add function to replace
16554         gnus-set-difference in spam.el.
16555         (spam-summary-prepare-exit): Use spam-set-difference.
16556
16557 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16558
16559         * gnus-registry.el (gnus-registry-cache-file): Update to use
16560         gnus-dribble-directory OR gnus-home-directory OR ~.
16561         (gnus-registry-split-fancy-with-parent): Fix doc.
16562
16563 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * message.el (message-exchange-point-and-mark): Use
16566         message-mark-active-p.  Suggested by Jesper Harder
16567         <harder@ifa.au.dk>.
16568
16569 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * message.el (message-exchange-point-and-mark): Don't activate
16572         region if it was inactive.  Suggested by Hiroshi Fujishima
16573         <pooh@nature.tsukuba.ac.jp>.
16574
16575 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * gnus-art.el (article-display-face): Display Faces in the same
16578         order as X-Faces.
16579
16580 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16583
16584 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16587         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16588         (gnus-article-mime-hierarchy): Remove.
16589         (gnus-article-mime-hierarchy-next): Remove.
16590         (gnus-article-mode): Revert 2004-03-19 change.
16591         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16592         (gnus-insert-mime-button): Revert 2004-03-19 change.
16593         (gnus-mime-accumulate-hierarchy): Remove.
16594         (gnus-mime-enter-multipart): Remove.
16595         (gnus-mime-leave-multipart): Remove.
16596         (gnus-mime-display-part): Revert 2004-03-19 change.
16597         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16598
16599         * mml.el (mml-preview): Revert 2004-03-19 change.
16600
16601 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16602
16603         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16604
16605 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16608         t while entering a file name using the mm-with-multibyte macro.
16609         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16610
16611         * mm-util.el (mm-with-multibyte): New macro.
16612
16613 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16616         user option.
16617         (gnus-mime-multipart-functions): Doc and customization fix.
16618         (gnus-article-mime-hierarchy): New variable.
16619         (gnus-article-mime-hierarchy-next): New variable.
16620         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16621         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16622         gnus-article-mime-hierarchy-next to nil.
16623         (gnus-insert-mime-button): Show hierarchy numbers.
16624         (gnus-mime-accumulate-hierarchy): New function.
16625         (gnus-mime-enter-multipart): New function.
16626         (gnus-mime-leave-multipart): New function.
16627         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16628         (gnus-mime-display-alternative): Show hierarchy numbers.
16629
16630         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16631         gnus-article-mime-hierarchy-next to nil.
16632
16633 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16634
16635         * dns.el: Don't require gnus-xmas.
16636
16637 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16638
16639         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16640         inline PGP.
16641         (mml-menu): Disable mml-quote-region if mark is inactive.
16642
16643 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16646         when the group's active is not available.
16647
16648 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16651         error.
16652
16653 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * imap.el (imap-store-password): New variable.
16656         (imap-interactive-login): Use it.
16657         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16658
16659 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16662         window-start and hscroll to summary window.
16663
16664 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16665
16666         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16667         conversion message to newsrc-dribble when an actual conversion is
16668         performed.
16669
16670 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16671
16672         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16673
16674 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * mm-decode.el (mm-complicated-handles): New function reviving
16677         former definition of mm-multiple-handles.
16678
16679         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16680         (gnus-mime-delete-part): Use it.
16681
16682 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16683
16684         * gnus-agent.el (gnus-agent-read-local): Bind
16685         nnheader-file-coding-system to gnus-agent-file-coding-system to
16686         avoid the implicit assumption that they will always be equal.
16687         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16688         coding-system-for-write, as the with-temp-file macro first prints
16689         to a buffer then saves the buffer.
16690
16691 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * gnus-art.el (gnus-article-edit-part): New function.
16694         (gnus-mime-save-part-and-strip): Use it; do query instead of
16695         signaling an error; don't use mm-multiple-handles.
16696         (gnus-mime-delete-part): Ditto.
16697
16698 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16699
16700         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16701         old file versions.
16702         (gnus-group-prepare-hook): Removed function that converted list
16703         form of gnus-agent-expire-days to group properties.
16704
16705         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16706         (gnus-request-accept-article): Re-indented.
16707
16708         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16709         converters to handle old agent file formats.  Added logic for a
16710         "backup before upgrading warning".
16711         (gnus-convert-mark-converter-prompt): Developers can mark
16712         functions as needing (default), or not needing,
16713         gnus-convert-old-newsrc's "backup before upgrading warning".
16714         (gnus-convert-converter-needs-prompt): Tests whether the user
16715         should be protected from potentially irreversable changes by the
16716         function.
16717
16718         * legacy-gnus-agent.el: New.  Provides converters that are only
16719         loaded when gnus-convert-old-newsrc needs to call them.
16720
16721 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * mail-source.el (mail-source-touch-pop): Doc fix.
16724
16725         * message.el (message-smtpmail-send-it): Doc fix.
16726
16727 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16728
16729         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16730
16731         * nnmail.el (nnmail-split-fancy): do.
16732
16733         * gnus-kill.el (gnus-kill, gnus-execute): do.
16734
16735 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16736
16737         * gnus-sum.el (gnus-widget-reversible-match)
16738         (gnus-widget-reversible-to-internal)
16739         (gnus-widget-reversible-to-external): New functions.
16740         (gnus-widget-reversible): New widget.
16741         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16742
16743 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16744
16745         * gnus-sum.el (gnus-thread-sort-functions)
16746         (gnus-article-sort-functions): Document `(not F)' items.
16747
16748 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * spam.el (spam-use-gmane-xref): Add new backend.
16751         (spam-gmane-xref-spam-group): Add variable to control the name of the
16752         Gmane spam group.
16753         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16754         (spam-regex-headers-spam, spam-regex-headers-ham)
16755         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16756         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16757         backends and checks.
16758         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16759
16760         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16761         an autodetect method.
16762
16763 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16764
16765         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16766         articles are being added to a group.
16767         (gnus-request-replace-article): Inform the agent that articles
16768         need to be uncached as the cached contents are no longer valid.
16769
16770 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * binhex.el: Don't autoload executable-find.
16773
16774         * canlock.el: Don't autoload mail-fetch-field.
16775
16776         * dgnushack.el: Autoload c-mode for XEmacs.
16777
16778         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16779
16780         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16781         rmail-dont-reply-to and rmail-output.
16782
16783         * gnus-score.el: Don't autoload ffap-string-at-point.
16784
16785         * gnus-setup.el: Don't autoload sc-cite-original.
16786
16787         * imap.el: Don't autoload base64-decode-string,
16788         base64-encode-string and md5.
16789
16790         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16791         and rmail-msg-restore-non-pruned-header.
16792
16793         * mm-decode.el: Don't autoload executable-find.
16794
16795         * mm-url.el: Don't autoload executable-find.
16796
16797         * mm-view.el: Don't autoload diff-mode.
16798
16799         * nndb.el: Don't autoload news-reply-mode, news-setup,
16800         cancel-timer and telnet.
16801
16802         * password.el: Don't autoload run-at-time for Emacs.
16803
16804         * sha1-el.el: Don't autoload executable-find.
16805
16806         * sieve-mode.el: Don't autoload c-mode.
16807
16808         * uudecode.el: Don't autoload executable-find.
16809
16810 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16811
16812         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16813         (gnus-agent-possibly-alter-active): Avoid null in numeric
16814         comparison.
16815         (gnus-agent-set-local): Refuse to save null in local object table.
16816         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16817         list of articles that will be marked as unread.
16818
16819 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16822
16823 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16824
16825         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16826         language tags.
16827
16828 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16829
16830         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16831         Don't bind "obarray".
16832
16833         * gnus-sum.el (gnus-thread-sort-functions): Added
16834         `gnus-thread-sort-by-most-recent-number' and
16835         `gnus-thread-sort-by-most-recent-date'.
16836         Reported by Kai Grossjohann <kai@emptydomain.de>.
16837
16838 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16841
16842 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16843
16844         * gnus-cus.el (gnus-agent-customize-category): Removed
16845         ignore-errors macro reference that required cl to be loaded at
16846         run-time.
16847
16848         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16849         single-interval range of the form (min . max).  Previously the
16850         range had to look like ((min . max)).  Likewise, return
16851         (min . max) rather than ((min . max)).
16852         (gnus-range-map): Use gnus-range-normalize to accept
16853         single-interval range.
16854
16855         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16856         the cache, but not the agent, now appear with their usual face.
16857
16858         * dgnushack.el (loaddir): New variable that is bound to the
16859         directory containing the dgnushack.el file. Use loaddir, rather
16860         than srcdir, to update load-path. Change lets dgnushack compile
16861         code in directories other than GNUS/lisp.
16862
16863 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * lpath.el: Don't bind w3m-safe-url-regexp.
16866
16867         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16868         w3m-safe-url-regexp variable buffer-local.
16869
16870         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16871
16872 2004-02-27  Simon Josefsson  <jas@extundo.com>
16873
16874         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16875         gnus-group-real-prefix.
16876         (gnus-summary-move-article): Use it, instead of
16877         gnus-group-real-prefix.
16878
16879 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * lpath.el: Bind w3m-safe-url-regexp.
16882
16883         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16884         w3m-safe-url-regexp variable buffer-local and set it as the value
16885         of mm-w3m-safe-url-regexp.
16886
16887         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16888
16889         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16890         parsing gnus-posting-styles when the message is not for replying.
16891
16892         * dgnushack.el: Autoload sgml-mode for XEmacs.
16893
16894         * nnrss.el (nnrss-opml-export): Use
16895         mm-set-buffer-file-coding-system instead of
16896         set-buffer-file-coding-system.
16897
16898 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16899
16900         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16901         of checkdoc.el).
16902         * nnrss.el: do.
16903         * gnus-mlspl.el: do.
16904         * gnus-ml.el: do.
16905         * gnus-srvr.el: do.
16906
16907         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16908
16909 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16910
16911         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16912         Corrections to custom-manual links.
16913
16914         * gnus-art.el (gnus-article): Ditto.
16915
16916         * mm-decode.el (mime-display, mime-security): Ditto.
16917
16918 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16919
16920         * flow-fill.el: Typo.
16921
16922 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16923
16924         * spam-wash.el: New file.
16925
16926 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16927
16928         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16929
16930 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16933         to be run with new-articles as LIST1, not LIST2.
16934         (spam-registration-functions): Add spam-use-ham-copy as a nil
16935         registration backend.
16936
16937 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16938
16939         * spam-stat.el (spam-stat-washing-hook): New option.
16940         (spam-stat-buffer-words): Use it.
16941         (spam-stat-process-directory, spam-stat-test-directory): Use
16942         insert-file-contents-literally.
16943         (spam-stat-coding-system): New variable.
16944         (spam-stat-load, spam-stat-save): Use it.
16945
16946 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * spam-report.el (spam-report-plug-agent): Quote
16949         spam-report-url-to-file and spam-report-url-ping-plain.
16950
16951 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16954         / in mailto URLs.
16955
16956 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * spam-report.el (spam-report-process-queue): Fix interactive use.
16959         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16960         (spam-report-unplug-agent): Doc fixes.
16961         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16962         (spam-report-agentize, spam-report-deagentize): Autoload.
16963
16964 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16967
16968         * message.el (message-setup-fill-variables): Add mml tags to
16969         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16970         <ajk@iu.edu>.
16971         (message-mode): Don't modify paragraph-separate there.
16972
16973 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * compface.el (uncompface-use-external): Default to undecided.
16976         (uncompface-use-external-threshold): New variable.
16977         (uncompface-float-time): New macro.
16978         (uncompface): Determine whether to use the external decoder if
16979         uncompface-use-external is undecided.
16980
16981 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16982
16983         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16984         after images.
16985
16986         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16987
16988 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16991
16992         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16993
16994         * gnus-sum.el (gnus-summary-limit-to-age)
16995         (gnus-summary-limit-children): do.
16996
16997         * gnus-int.el (gnus-request-scan): do.
16998
16999         * gnus-group.el (gnus-group-suspend): do.
17000
17001         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17002
17003         * gnus-cite.el (gnus-cite-parse-attributions): do.
17004
17005         * gnus-agent.el (gnus-summary-set-agent-mark)
17006         (gnus-agent-regenerate-group): do.
17007
17008         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17009
17010         * binhex.el (binhex-decode-region-internal): do.
17011
17012 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-fun.el (gnus-face-properties-alist): New user option.
17015         (gnus-display-x-face-in-from): Use it.
17016
17017         * gnus-art.el (article-display-face): Ditto.
17018
17019         * compface.el (uncompface-use-external): Default to nil.
17020
17021 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * nntp.el (nntp-erase-buffer): New function.
17024         (nntp-retrieve-data, nntp-send-command)
17025         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17026         (nntp-possibly-change-group): Use it.
17027
17028         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17029         with-current-buffer.
17030
17031 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17032
17033         * compface.el: Merge the ELisp-based uncompface program.
17034         (compface): New customization group.
17035         (uncompface-use-external): New user option.
17036         (uncompface): Call uncompface-internal if uncompface-use-external
17037         is nil.
17038         (uncompface-internal): New function.  Note that there are also
17039         some other functions and variables added for this function.
17040
17041 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17042
17043         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17044         if necessary.
17045
17046 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17047
17048         * spam-report.el (spam-report-unplug-agent)
17049         (spam-report-plug-agent, spam-report-deagentize)
17050         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17051         Add support for the Agent in spam-report: when unplugged, report to a
17052         file; when plugged, submit all the requests.
17053
17054         * spam.el (spam-register-routine): Fix message about
17055         registration.
17056
17057 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17058
17059         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17060         dependencies.
17061         (rfc2047-encode): Use it.
17062
17063         * gnus-art.el (gnus-button-marker-list): Move before first
17064         reference.
17065
17066         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17067         (imap-parse-body): Fix format string mismatch.
17068
17069         * gnus-score.el (gnus-summary-increase-score): do.
17070
17071         * nnrss.el (nnrss-close): New function.
17072
17073 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * nnrss.el (nnrss-make-filename): New function.
17076         (nnrss-request-delete-group, nnrss-read-server-data)
17077         (nnrss-save-server-data, nnrss-read-group-data)
17078         (nnrss-save-group-data): Use it.
17079         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17080         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17081         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17082
17083 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17084
17085         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17086
17087 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17088
17089         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17090         files.
17091
17092         * message.el (message-generate-headers-first): Don't quote nil
17093         and t in docstrings.
17094
17095         * imap.el (imap-id): do.
17096
17097         * gnus-agent.el (gnus-agent-consider-all-articles)
17098         (gnus-agent-queue-mail): do.
17099
17100 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * spam-report.el (spam-report-process-queue): New function.
17103         Process requests from `spam-report-requests-file'.
17104         (spam-report-process-queue): Doc fix.
17105
17106 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17107
17108         * spam.el (spam-register-routine)
17109         (spam-log-processing-to-registry, spam-log-registered-p)
17110         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17111         Change "check" to "spam-check" for semi-clarity.
17112
17113 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * pop3.el: Require nnheader.
17116
17117         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17118
17119         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17120
17121         * gnus-picon.el: Require cl.
17122
17123         * gnus-fun.el: Require gnus-ems and gnus-util.
17124
17125         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17126
17127         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17128
17129         * gnus-art.el (gnus-article-edit-mode): Define before first
17130         reference.
17131
17132 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17133
17134         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17135         (gnus-uu-post-encoded): Use point-at-bol.
17136
17137         * gnus-topic.el (gnus-group-active-topic-p): do.
17138
17139         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17140
17141         * gnus-group.el (gnus-group-kill-region): do.
17142
17143         * gnus-art.el (article-date-ut): do.
17144
17145         * message.el (message-fetch-field): Remove redundant
17146         case-fold-search binding.
17147         (message-narrow-to-field): Simplify.
17148
17149 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * spam.el (spam-directory): Derive from `gnus-directory'.
17152
17153         * spam-report.el (spam-report-url-to-file)
17154         (spam-report-requests-file): New function and variable for offline
17155         reporting.
17156         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17157         and user defined function.
17158         (spam-report-url-ping-mm-url): Remove doubled slash.
17159
17160 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17163
17164 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17167         format string mismatch.
17168
17169         * sieve.el (sieve-deactivate-all): do.
17170
17171         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17172
17173         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17174
17175         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17176
17177         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17178
17179 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17182         the list of checks.
17183
17184 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17187         padding.
17188
17189 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17190
17191         * mm-view.el (mm-fill-flowed): New variable.
17192         (mm-inline-text): Use it.
17193
17194 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17195
17196         * spam.el (spam-spamassassin-register-ham-routine)
17197         (spam-spamassassin-register-spam-routine): Fix function names.
17198
17199 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus.el (gnus-tmp-grouplens): Remove.
17202         (gnus-summary-line-format): Remove grouplens.
17203
17204         * gnus-group.el (gnus-group-line-format): Ditto.
17205
17206         * gnus-spec.el (gnus-format-specs): Ditto.
17207         (gnus-update-format-specifications): Flush the group format spec
17208         cache if there's the grouplens stuff.
17209         (gnus-parse-simple-format): Replace %l with the empty string.
17210
17211 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17212
17213         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17214         omission.
17215
17216 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17219         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17220
17221 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17222
17223         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17224         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17225         New macros and functions.
17226         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17227         Handle > NLINK_MAX messages.
17228         * nnmaildir.el (nnmaildir-request-set-mark): Use
17229         nnmaildir--emlink-p and nnmaildir--eexist-p.
17230
17231 2004-01-25  Alex Schroeder  <alex@gnu.org>
17232
17233         * spam-stat.el (spam-stat-process-directory-age): New option.
17234         (spam-stat-process-directory): Use it.
17235
17236 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17237
17238         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17239         (spam-stat-save): Accept prefix argument.
17240
17241 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17242
17243         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17244         links" error.
17245
17246 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17249         the rest of the and/or forms.
17250
17251 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17252
17253         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17254         compatibility with old .newsrc.eld files.
17255
17256         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17257
17258         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17259
17260         * gnus-start.el (gnus-1): do.
17261
17262         * gnus-group.el (gnus-group-line-format-alist): do.
17263
17264         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17265
17266         * gnus-gl.el: Remove.
17267
17268 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17269
17270         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17271         marks consisting of a single range {for example, (3 . 5)} rather
17272         than a list of a single range { ((3 . 5)) }.
17273
17274 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17277         with-current-buffer.
17278         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17279         avoid consing a string.
17280
17281         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17282         Remove obsolete entries for big5 and gb2312.
17283
17284 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17285
17286         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17287         uncompressed list.
17288
17289 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17290
17291         * spam-stat.el (spam-stat-strip-xref): New function.
17292         (spam-stat-process-directory): Use it.
17293
17294         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17295         here -- it's done in message-fetch-field.
17296
17297 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17298
17299         * gnus-agent.el (gnus-agent-queue-mail)
17300         (gnus-agent-prompt-send-queue): New variables.
17301         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17302         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17303         "nndraft:queue" along to gnus-draft-send.  Use
17304         gnus-agent-prompt-send-queue.
17305         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17306         is "nndraft:queue".  Suggested by Gaute Strokkenes
17307         <gs234@srcf.ucam.org>
17308
17309         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17310         (agent-enable-undownloaded-faces): Added.
17311         (gnus-agent-cat-groups): Use eval-and-compile, not
17312         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17313         method of gnus-agent-cat-groups even when the buffer has been
17314         evaled.
17315         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17316         delete gnus-agent-save-active-1.
17317         (gnus-agent-save-groups): Deleted.  Identical to
17318         gnus-agent-save-active.
17319         (gnus-agent-write-active): No longer adjust agent's copy of active
17320         file as agent's adjustments are now stored in their own
17321         file.  Removed optional parameter.
17322         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17323         servers.  Add use of min/max range limits from server's local
17324         file.
17325         (gnus-agent-save-alist): Removed unused optional argument.
17326         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17327         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17328         (gnus-agent-set-local): A per-server file that keeps min/max range
17329         limits for articles known to the agent.  Provides a fast mechanism
17330         for altering many active ranges.
17331         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17332         active file (local makes it unnecessary).
17333         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17334
17335         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17336         (agent-enable-undownloaded-faces): Added.
17337
17338         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17339         disable it when sending to "nndraft:queue".
17340         (gnus-group-send-queue): Add safety check to avoid sending queue
17341         when unplugged.
17342
17343         * gnus-group.el (gnus-group-catchup): Use new
17344         gnus-sequence-of-unread-articles, not
17345         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17346         numbers of articles.  Use gnus-range-map to avoid having to
17347         uncompress the unread list.
17348         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17349         Fixed invalid ange-ftp reference.
17350
17351         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17352         (gnus-sorted-range-intersection): Intersection of two ranges
17353         without requiring that they first be uncompressed.
17354
17355         * gnus-start.el (gnus-activate-group): Unless blocked by the
17356         caller, possibly expand the active range to include both cached
17357         and agentized articles.
17358         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17359         multiple version-dependent converters.
17360         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17361         gnus-agent-save-active.
17362         (gnus-save-newsrc-file): Save dirty agent range limits.
17363
17364         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17365         gnus-agent-possibly-alter-active.
17366         (gnus-adjust-marked-articles): Faster handling of simple lists.
17367
17368 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17369
17370         * spam-stat.el (spam-stat-test-directory): New optional argument
17371         displays a list of files detected.  Suggested by Andrew Cohen
17372         <cohen@andy.bu.edu>.
17373         (spam-stat-buffer-words-with-scores): Don't narrow and change
17374         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17375
17376 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17377
17378         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17379         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17380         (spam-spamassassin-arguments)
17381         (spam-spamassassin-spam-flag-header)
17382         (spam-spamassassin-positive-spam-flag-header)
17383         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17384         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17385         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17386         (spam-list-of-processors, spam-list-of-checks)
17387         (spam-list-of-statistical-checks, spam-registration-functions)
17388         (spam-check-spamassassin-headers, spam-check-spamassassin)
17389         (spam-spamassassin-score)
17390         (spam-spamassassin-register-with-sa-learn)
17391         (spam-spamassassin-register-spam-routine)
17392         (spam-spamassassin-register-ham-routine)
17393         (spam-assassin-register-spam-routine)
17394         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17395         (spam-bogofilter-score): Fix to show article before scoring.
17396
17397 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17398
17399         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17400         default scoring function.
17401         (spam-generic-score): Call spam-spamassassin-score if
17402         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17403         spam-bogofilter-score otherwise.
17404
17405         * gnus.el (spam-process, spam-autodetect-methods): Add
17406         spamassassin and spamassassin-headers.
17407
17408 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17409
17410         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17411         Suppress unnecessary messages.
17412
17413 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17416         make-hash-table.
17417
17418 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * canlock.el (base64-encode-string): Don't autoload it.
17421
17422 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * run-at-time.el: Remove useless (require 'itimer),
17425         eval-and-compile and (featurep 'xemacs).
17426
17427 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17428
17429         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17430         GROUP is a virtual group.
17431
17432 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17433
17434         * gnus.el: Autoload `message-y-or-n-p'.
17435
17436 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17437
17438         * pgg-parse.el: Remove unnecessary (require 'custom).
17439
17440         * pgg-def.el: do.
17441
17442         * nnmail.el: do.
17443
17444         * gnus-undo.el: do.
17445
17446         * gnus-picon.el: do.
17447
17448         * gnus-util.el: do.
17449
17450 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17453
17454 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17457         handle, as well as a list.
17458
17459         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17460         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17461         (mm-w3m-cid-retrieve): Simplify.
17462
17463 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17464
17465         * message.el (message-kill-to-signature): Allow prefix arg to
17466         specify number of lines to keep before signature.
17467
17468 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17469
17470         * message.el (message-kill-to-signature): Change docstring.
17471
17472 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * canlock.el: Always require sha1-el.
17475         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17476
17477         * message.el: Autoload sha1 only when compiling.
17478
17479         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17480         eudc-expand-inline for XEmacs.
17481
17482 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * message.el (message-canlock-generate): Require sha1-el.
17485
17486 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * message.el (message-expand-name): Silence the byte compiler.
17489
17490         * lpath.el: Add detect-coding-system.
17491
17492         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17493         cus-edit.
17494
17495 2004-01-13  Simon Josefsson  <jas@extundo.com>
17496
17497         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17498         Invoke gnus-score-mode.  Reported by
17499         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17500
17501         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17502         Jim Blandy <jimb@redhat.com> (tiny change).
17503
17504 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17505
17506         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17507
17508 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17509
17510         * spam.el (spam-get-article-as-string): Update to use
17511         gnus-request-article-this-buffer, much simpler.
17512         (spam-get-article-as-buffer): Remove.
17513
17514 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17515
17516         * message.el (message-expand-name): Use EUDC if the user uses that.
17517
17518 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17521         character for the encoding to avoid consing a string.
17522
17523         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17524         unnecessarily.
17525
17526         * mm-util.el (mm-replace-chars-in-string): Remove.
17527
17528         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17529         of mm-replace-chars-in-string.
17530
17531 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17534
17535         * mm-util.el (mm-subst-char-in-string): Support inplace.
17536
17537         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17538         a new string in every iteration.  Use shy groups.
17539
17540 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17543         * gnus-soup.el (gnus-soup-group-brew):
17544         * gnus-msg.el (gnus-put-message):
17545         * gnus-move.el (gnus-group-move-group-to-server):
17546         * gnus-kill.el (gnus-batch-score):
17547         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17548         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17549         (gnus-group-update-group, gnus-group-read-group)
17550         (gnus-group-make-group, gnus-group-make-help-group)
17551         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17552         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17553         (gnus-group-sort-by-unread, gnus-group-catchup)
17554         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17555         (gnus-group-yank-group, gnus-group-set-info)
17556         (gnus-group-list-groups):
17557         * gnus.el (gnus-generate-new-group-name):
17558         * gnus-delay.el (gnus-delay-send-queue):
17559         * nnvirtual.el (nnvirtual-catchup-group):
17560         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17561         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17562         (gnus-group-prepare-topics, gnus-topic-check-topology):
17563         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17564         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17565         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17566         (gnus-group-make-articles-read):
17567         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17568         (gnus-group-change-level, gnus-kill-newsgroup)
17569         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17570         (gnus-get-unread-articles, gnus-make-articles-unread)
17571         (gnus-make-ascending-articles-unread): Use accessor
17572         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17573         to get group information for improved readability.
17574
17575
17576 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17577
17578         * gnus-art.el (article-decode-mime-words, article-babel)
17579         (gnus-article-highlight-signature, gnus-article-add-buttons)
17580         (gnus-signature-toggle): Use gnus-with-article-buffer.
17581
17582         * gnus-art.el (gnus-article-highlight-headers)
17583         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17584
17585         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17586         (gnus-article-set-globals, gnus-request-article-this-buffer)
17587         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17588         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17589         (gnus-mime-display-alternative): Use with-current-buffer.
17590
17591 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17592
17593         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17594         also under 80 char limit, and call gnus-error if needed.
17595         (spam-fetch-article-header): Fix - it was a
17596         buffer-local variable (gnus-newsgroup-data).
17597         (spam-find-spam): Use spam-generate-fake-headers, forget about
17598         spam-insert-fake-headers.
17599         (spam-insert-fake-headers): Remove.
17600
17601 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * deuglify.el (gnus-article-outlook-unwrap-lines)
17604         (gnus-outlook-rearrange-article)
17605         (gnus-outlook-repair-attribution-outlook)
17606         (gnus-outlook-repair-attribution-block)
17607         (gnus-outlook-repair-attribution-other): Remove redundant
17608         save-excursion.
17609
17610 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17611
17612         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17613         (spam-fetch-field-subject-fast)
17614         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17615         (spam-fetch-article-header): Add functions to deal with Gnus
17616         internals for fast retrieval of article header data.
17617         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17618
17619 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * pop3.el (pop3-md5): Remove.
17622         (pop3-apop): Replace pop3-md5 with md5.
17623
17624         * mm-bodies.el: base64 is always built-in.
17625
17626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17627         with-current-buffer.
17628
17629 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * canlock.el (canlock-insert-header): Remove excessive grouping in
17632         regexp.
17633
17634         * gnus-sum.el (gnus-summary-read-document): Ditto.
17635
17636         * gnus-uu.el (gnus-uu-part-number): Ditto.
17637
17638         * html2text.el (html2text-remove-tags): Ditto.
17639         (html2text-format-tags): Ditto.
17640         (html2text-format-single-elements): Ditto.
17641
17642         * mml.el (mml-parse-1): Ditto.
17643
17644 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17647
17648         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17649
17650         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17651
17652         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17653
17654 2003-11-15  Simon Josefsson  <jas@extundo.com>
17655
17656         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17657         (pgg-gpg-lookup-key): Use regexp match instead of
17658         split-string (split-string is different between emacs 21.2 and
17659         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17660
17661 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17662
17663         * gnus-art.el (gnus-mime-view-all-parts)
17664         (gnus-article-part-wrapper, gnus-article-view-part): Use
17665         with-current-buffer.
17666
17667 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * spam.el (spam-disable-spam-split-during-ham-respool)
17670         (spam-spamoracle-database, spam-cache-lookups)
17671         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17672         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17673         (spam-group-ham-marks, spam-group-spam-marks)
17674         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17675         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17676         also add spam-use-blackholes to the statistical checks.
17677         (spam-fetch-field-fast): Add interface to fetching fields, may
17678         become a macro.
17679         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17680         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17681         (spam-insert-fake-headers): Fake an article when needed.
17682         (spam-find-spam): Fake article when possible.
17683         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17684         (spam-check-bogofilter-headers): Use message-fetch-field instead
17685         of nnmail-fetch-field.
17686
17687 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17688
17689         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17690
17691 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17692
17693         * spam.el (spam-split): Do not require spam-use-CHECK to be
17694         enabled if that check is passed to spam-split explicitly; also
17695         fix so 'spam doesn't get converted to spam-split-group when
17696         spam-split-symbolic-return is t.
17697         (spam-find-spam): Find registrations of the article and use those
17698         instead of re-running spam-split to find the spam/ham
17699         classification of the article.
17700         (spam-log-processing-to-registry, spam-log-registered-p)
17701         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17702         Use gnus-error instead of gnus-message.
17703         (spam-log-registration-type): Add function to determine the
17704         classification of a message based on registry entries; will
17705         return nil if both 'spam and 'ham are found.
17706         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17707         a reasonably fast local cache without the loading errors.
17708         (spam-cache-lookups): Set to t by default.
17709         (spam-find-spam): Don't try to guess spam-cache-lookups.
17710         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17711         spam-caches entry.
17712         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17713         caching of whitelist/blacklist entries.
17714         (spam-check-whitelist, spam-check-blacklist): Invoke
17715         spam-from-listed-p with a type, not a cache variable.
17716         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17717
17718 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17719
17720         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17721
17722         * nnmail.el (nnmail-split-fancy): do.
17723
17724         * mml.el (mml-parse): do.
17725
17726         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17727         (gnus-score-adaptive): do.
17728
17729 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17732         (gnus-mime-button-map): Don't set keymap parent.
17733         (gnus-button-ctan-directory-regexp): Use shy grouping.
17734         (gnus-prev-page-map): Don't set keymap parent.
17735         (gnus-prev-page-map): Remove duplicated one.
17736         (gnus-next-page-map): Don't set keymap parent.
17737         (gnus-mime-security-button-map): Ditto.
17738
17739         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17740         version number.
17741
17742         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17743
17744 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * canlock.el (canlock-sha1-function): Remove.
17747         (canlock-sha1-function-for-verify): Remove.
17748         (canlock-openssl-program): Remove.
17749         (canlock-openssl-args): Remove.
17750         (canlock-ignore-errors): Remove.
17751         (canlock-sha1-with-openssl): Remove.
17752         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17753         (canlock-verify): Don't use canlock-ignore-errors.
17754
17755         * sha1-el.el (sha1-string-external): Make it can return a string
17756         in binary form.
17757         (sha1-region-external): Ditto.
17758         (sha1-string-internal): Ditto.
17759         (sha1-region-internal): Ditto.
17760         (sha1-region): Ditto.
17761         (sha1-string): Ditto.
17762         (sha1): Ditto.
17763
17764 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * spam.el (spam-report-articles-gmane): New command.
17767
17768 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17771
17772         * run-at-time.el (run-at-time-saved): Remove.
17773         (run-at-time): Doc fix.
17774
17775 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17776
17777         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17778         (gnus-summary-limit-map): Add it.
17779         (gnus-summary-make-menu-bar): do.
17780
17781 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17784         Make attempt at some caching support (done for BBDB only now).
17785         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17786         addresses to be checked.
17787         (spam-clear-cache-BBDB): Add function, to be invoked by
17788         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17789         (spam-check-BBDB): Check and use the caches, if
17790         spam-cache-lookups is on, remove superfluous (provide).
17791
17792 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17795
17796 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17797
17798         * run-at-time.el (run-at-time-saved): Move to after the definition
17799         of `run-at-time'.
17800
17801         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17802
17803 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17806         mm-w3m-local-map-property.
17807
17808         * mm-view.el (mm-w3m-mode-map): Remove.
17809         (mm-w3m-local-map-property): Remove.
17810         (mm-inline-text-html-render-with-w3m): Don't use
17811         mm-w3m-local-map-property.
17812
17813 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17814
17815         * run-at-time.el: New file.
17816
17817         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17818         under Emacs.
17819
17820         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17821         of gnus-set-text-properties.
17822
17823         * gnus-uu.el (gnus-uu-save-article): Ditto.
17824
17825         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17826
17827         * gnus-cite.el (gnus-cite-parse): Ditto.
17828
17829         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17830         of gnus-.
17831
17832         * gnus-xmas.el (run-at-time): Require run-at-time.
17833
17834         * gnus.el: Changed calls to nnheader-run-at-time and
17835         password-run-at-time throughout to use run-at-time directly.
17836
17837         * password.el: Removed definition of run-at-time.
17838
17839         * nnheaderxm.el: Remove definition of run-at-time.
17840
17841 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17842
17843         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17844         in prompt.
17845
17846 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17847
17848         * messagexmas.el (message-xmas-redefine): Alias
17849         `message-make-caesar-translation-table' to
17850         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17851         version.
17852
17853         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17854         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17855         `gnus-xmas-set-text-properties'.
17856         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17857         `gnus-xmas-completing-read'.
17858         (gnus-xmas-completing-read): Removed.
17859         (gnus-xmas-open-network-stream): Removed.
17860
17861         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17862         XEmacs version.
17863
17864         * dns.el (dns-make-network-process): Use `open-network-stream'
17865         instead of `gnus-xmas-open-network-stream'.
17866
17867         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17868
17869         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17870
17871 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * gnus-art.el (gnus-mime-display-alternative)
17874         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17875         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17876         Don't use gnus-local-map-property.
17877
17878         * gnus-util.el (gnus-local-map-property): Remove.
17879
17880         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17881         gnus-completing-read-maybe-default with completing-read.
17882
17883         * gnus-util.el (gnus-completing-read): do.
17884         (gnus-completing-read-maybe-default): Remove.
17885
17886 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17887
17888         * password.el: Only autoload `run-at-time' if not XEmacs.
17889         Only autoload the itimer functions if XEmacs.
17890
17891 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17894         XEmacsen.
17895
17896         * dgnushack.el: Autoload executable-find for XEmacs.
17897
17898 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * gnus-art.el (gnus-read-string): Remove.
17901         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17902         read-string.
17903
17904 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17905
17906         * netrc.el: Autoload password-read.
17907         (netrc): Add configuration group.
17908         (netrc-encoding-method, netrc-openssl-path): Add
17909         variables for encoding and decoding of files with symmetric
17910         ciphers.
17911         (netrc-encode): Add assistant function to encode a file with
17912         netrc-encoding-method.
17913         (netrc-parse): Add interactive parameter, added optional
17914         decoding if netrc-encoding-method is non-nil but otherwise
17915         behavior is standard.
17916         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17917         Do s/encode/encrypt/ everywhere.
17918
17919         * spam.el: Remove executable-find autoload.
17920
17921 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17922
17923         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17924
17925         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17926
17927 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17928
17929         * gnus-art.el (gnus-treat-ansi-sequences)
17930         (article-treat-ansi-sequences): New variable and function.
17931         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17932
17933         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17934         Use it.
17935
17936 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17937
17938         * mm-util.el (mm-quote-arg): Remove.
17939
17940         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17941         shell-quote-argument.
17942
17943         * gnus-uu.el (gnus-uu-command): do.
17944
17945         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17946
17947         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17948         with make-char.
17949
17950         * mm-util.el (mm-make-char): Remove.
17951
17952         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17953         add-minor-mode.
17954
17955         * gnus-undo.el (gnus-undo-mode): do.
17956
17957         * gnus-topic.el (gnus-topic-mode): do.
17958
17959         * gnus-sum.el (gnus-dead-summary-mode): do.
17960
17961         * gnus-start.el (gnus-slave-mode): do.
17962
17963         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17964
17965         * gnus-ml.el (gnus-mailing-list-mode): do.
17966
17967         * gnus-gl.el (gnus-grouplens-mode): do.
17968
17969         * gnus-draft.el (gnus-draft-mode): do.
17970
17971         * gnus-dired.el (gnus-dired-mode): do.
17972
17973         * gnus-ems.el (gnus-add-minor-mode): Remove.
17974
17975         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17976         Replace gnus-char-width with char-width.
17977
17978         * gnus-ems.el (gnus-char-width): Remove.
17979
17980         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17981         Replace gnus-char-width with char-width.
17982
17983         * gnus-ems.el (gnus-char-width): Remove.
17984
17985         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17986         definition.
17987         Remove Emacs 20 hash table compatibility code.
17988
17989         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17990         20 compatibility code.
17991
17992         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17993
17994         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17995
17996         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17997         with point-at-{eol,bol}.
17998
17999         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18000
18001         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18002
18003         * flow-fill.el (fill-flowed-point-at-bol)
18004         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18005
18006         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18007         Replace with point-at-{eol,bol} throughout all files.
18008
18009 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * ntlm.el (ntlm-string-as-unibyte): New macro.
18012         (ntlm-build-auth-response): Use it.
18013
18014         Remove Emacs 20 stuff:
18015         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18016         (butlast, mapc, remove): Remove the compiler macros.
18017         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18018         of delq and copy-sequence.
18019         * gnus-art.el (popup-menu): Remove the compiler macro.
18020         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18021         Emacs 20.
18022
18023 2004-01-05  Simon Josefsson  <jas@extundo.com>
18024
18025         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18026         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18027         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18028         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18029         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18030         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18031         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18032         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18033         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18034         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18035         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18036         string-xor into ntlm-string-xor.  Suggested by
18037         Jesper Harder <harder@myrealbox.com>.
18038
18039         * ntlm.el: Don't include poem.
18040
18041         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18042         Jesper Harder <harder@myrealbox.com>.
18043
18044         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18045
18046         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18047         probably breaks emacs with DL patch, but do we care? Is anyone
18048         still using the DL stuff?)
18049
18050         * sieve-manage.el: Use the password package.
18051         (sieve-manage-read-passwd): Remove.
18052         (sieve-manage-interactive-login): Use password.  Re-add
18053         condition-case around loop.
18054
18055         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18056         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18057         the password package.
18058
18059 2003-02-19  Simon Josefsson  <jas@extundo.com>
18060
18061         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18062         token.
18063
18064 2002-08-07  Simon Josefsson  <jas@extundo.com>
18065
18066         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18067         (sieve-manage-authenticators):
18068         (sieve-manage-authenticator-alist): Add some SASL mechs.
18069         (sieve-sasl-auth): New function.
18070         (sieve-manage-cram-md5-auth):
18071         (sieve-manage-plain-auth): Rewrite using SASL library.
18072         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18073         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18074         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18075         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18076
18077 2004-01-05  Simon Josefsson  <jas@extundo.com>
18078
18079         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18080         New files.
18081
18082 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18083
18084         * gnus-group.el (gnus-no-groups-message): Update.
18085
18086         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18087
18088 2003-11-09  Simon Josefsson  <jas@extundo.com>
18089
18090         * imap.el: Support for ID IMAP extension (RFC 2971).
18091         (imap-local-variables): Add imap-id.
18092         (imap-id): New variable.
18093         (imap-id): New function.
18094         (imap-parse-response): Parse untagged ID response.
18095         * nnimap.el (nnimap-id): New variable.
18096         (nnimap-open-connection): Use it.
18097
18098 2003-12-28  Simon Josefsson  <jas@extundo.com>
18099
18100         * gnus-score.el (gnus-score-edit-all-score): New.
18101         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18102
18103 2004-01-04  Simon Josefsson  <jas@extundo.com>
18104
18105         * password.el: Add.
18106
18107 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18108
18109         * dns.el (dns-query-types): Fix typo.
18110         (dns-query-types): New function.
18111         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18112         PTR and SOA replies, see RFC 1035.
18113
18114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18117
18118         * Moved to Changelog.2.
18119
18120 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18121
18122         * gnus.el (gnus-version-number): Bump version.
18123
18124 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18125
18126         * gnus.el: No Gnus v0.1 is released.
18127
18128 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18129
18130         * gnus.el: No Gnus v0.0 is released.
18131
18132 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18133
18134         * gnus.el (gnus-version-number): Bump.
18135         (gnus-version): No.
18136
18137 See ChangeLog.2 for earlier changes.
18138
18139     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18140       Free Software Foundation, Inc.
18141
18142   This file is part of GNU Emacs.
18143
18144   GNU Emacs is free software: you can redistribute it and/or modify
18145   it under the terms of the GNU General Public License as published by
18146   the Free Software Foundation, either version 3 of the License, or
18147   (at your option) any later version.
18148
18149   GNU Emacs is distributed in the hope that it will be useful,
18150   but WITHOUT ANY WARRANTY; without even the implied warranty of
18151   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18152   GNU General Public License for more details.
18153
18154   You should have received a copy of the GNU General Public License
18155   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18156
18157 ;; Local Variables:
18158 ;; coding: utf-8
18159 ;; fill-column: 79
18160 ;; add-log-time-zone-rule: t
18161 ;; End: