Autoload gnus-run-hook-with-args from gnus-util.el.
[gnus] / lisp / ChangeLog
1 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4
5 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6
7         * dig.el (dig-mode-map): Declare and define in one step.
8
9 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
12         for Gnus.
13         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
14         (nnimap-update-qresync-info): Mark \Seen articles as read.
15
16         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
17         non-variable, too.
18
19         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
20         available.
21         (nnimap-update-info): Rely more on the current active than the param
22         active to avoid marking articles as read too much.
23
24         * auth-source.el (auth-source-create): Use (user-login-name) for the
25         user name default.
26
27         * nnimap.el (nnimap-update-info): If the server doesn't return any
28         useful info, just use the previous info.
29         (nnimap-update-info): Prefer old info over start-article.
30         (nnimap-update-qresync-info): Finish implementing QRESYNC.
31
32 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el (autoload): Clean up autoloads.
35         (nnir-imap-default-search-key): Renamed from
36         nnir-imap-search-field. Use key rather than value.
37         (nnir-imap-search-other): New variable.
38         (nnir-read-parm): Use it.
39         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
40         (gnus-summary-nnir-goto-thread): Modify to work with imap.
41
42 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
43
44         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
45         the process, too.
46
47 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
50         Allbery.
51
52         * shr.el: Rework the way things are indented by <li> slightly.
53
54         * gnus.el (gnus-group-set-parameter): Fix typo.
55
56         * nnimap.el: Start implementing QRESYNC support.
57
58 2010-10-09  Julien Danjou  <julien@danjou.info>
59
60         * nnir.el (nnir-engines): Fix too many arguments.
61
62 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
65         group is the "last", so that the backends like nnfolder actually save
66         their folders.
67
68         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
69         try to use that for the tls stream.
70         (nnimap-retrieve-group-data-early): Rework the marks code to heed
71         UIDVALIDITY and find out which groups are read-only and not.
72         (nnimap-get-flags): Use the same marks parsing code as the rest of
73         nnimap.
74
75 2010-10-09  Julien Danjou  <julien@danjou.info>
76
77         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
78
79         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
80         retrieving gravatars.
81
82         * shr.el (shr-table-corner): Add.
83         (shr-table-line): Add.
84         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
85
86 2010-10-08  Julien Danjou  <julien@danjou.info>
87
88         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
89
90 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
93
94         * gnus-sum.el (gnus-mark-article-as-unread)
95         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
96         (gnus-summary-set-bookmark): Use it.
97
98         * gnus-msg.el (gnus-setup-message): Use it.
99
100         * gnus-demon.el (gnus-demon-remove-handler): Use it.
101
102         * gnus.el (gnus-group-remove-parameter): Use it.
103
104         * gnus-group.el (gnus-group-make-web-group): Use it.
105
106         * gnus-demon.el (gnus-demon-remove-handler): Use it.
107
108         * nnregistry.el: Update docs to mention manual.
109
110         * gnus-registry.el: Update docs to mention nnregistry.el.
111         (gnus-registry-initialize): Don't install nnregistry refer method
112         automatically.
113         (gnus-registry-install-nnregistry): Remove it.
114
115 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-insert): Don't insert double spaces.
118
119 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-gravatar.el (gnus-treat-from-gravatar)
122         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
123         called interactively.
124
125         * gnus-art.el (gnus-mime-view-part-externally)
126         (gnus-mime-view-part-internally): Make predicate function passed to
127         gnus-mime-view-part-as-type assume argument is a mime type, not a list
128         of a mime type.
129
130         * shr.el (shr-table-widths): Don't use cl function `reduce'.
131
132 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * shr.el (require): Require cl when compiling.
135         (shr-tag-hr): New function.
136
137         * nnimap.el (nnimap-update-info): Remove double setting of high.
138         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
139         makes nnimap work properly on Courier again.
140
141         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
142         the variable for backwards compatability.
143
144         * mm-decode.el (mm-save-part): If given a non-directory result, expand
145         the file name before using to avoid setting mm-default-directory to
146         nil.
147
148         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
149         bidning gnus-agent variables.
150
151         * shr.el (shr-render-td): Use a cache for the table rendering function
152         to avoid getting an exponential rendering behaviour in nested tables.
153         (shr-insert): Rework the line-breaking algorithm.
154         (shr-insert): Don't leave trailing spaces.
155         (shr-insert-table): Also insert empty TDs.
156         (shr-tag-blockquote): Ensure paragraphs after </ul>.
157
158 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
159
160         * gnus-sum.el (gnus-number): Rename from `number'.
161         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
162         (gnus-summary-limit-children): Update uses correspondingly.
163
164 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
167         (gnus-gravatar-transform-address): Don't show avatars of people of
168         which mail addresses match gnus-gravatar-too-ugly.
169
170 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el (shr-table-widths): Expand TD elements to fill available
173         space.
174
175 2010-10-07  Julien Danjou  <julien@danjou.info>
176
177         * nnimap.el (nnimap-request-rename-group): Add this method.
178
179 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
182         name from XEmacs' function-arglist.
183
184         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
185         gravatar under XEmacs.
186
187 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * auth-source.el: Update docs with TODO items.
190
191         * gnus-sync.el: Update docs to explain state and plans.
192
193         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
194         Hooks for mark updates.
195         (gnus-request-set-mark, gnus-request-update-mark): Use them.
196
197         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
198         hooks with arguments, which is needed for mark update hooks.
199
200 2010-10-06  Julien Danjou  <julien@danjou.info>
201
202         * gnus.el (gnus-expand-group-parameter): Only return and act on what
203         was matched.
204
205         * sieve-manage.el: Update example in `Commentary'.
206
207         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
208
209         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
210         not 2000.
211         (sieve-manage-authenticate): Re-add function.
212
213 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * shr.el (shr-insert): Get 'space transition right.
216         (shr-render-td): Only delete space at the end of the TD.
217
218         * nnimap.el (nnimap-open-connection): Prepare to support
219         open-gnutls-stream.
220
221         * shr.el: Rearrange function order to be more logical.
222
223 2010-10-06  Julien Danjou  <julien@danjou.info>
224
225         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
226         (nnrss-discover-feed): Remove 404 URL in docstring.
227
228         * nnir.el: Fix Swish-E URL.
229         Fix Namazu URL.
230
231         * message.el (message-change-subject): Remove 404 URL in a comment.
232
233 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
236         called interactively.
237
238         * gnus-util.el (gnus-remove-if): Allow hash table.
239         (gnus-remove-if-not): New function.
240
241         * gnus-art.el (gnus-mime-view-part-as-type)
242         * gnus-score.el (gnus-summary-score-effect)
243         * gnus-sum.el (gnus-read-move-group-name):
244         Replace remove-if-not with gnus-remove-if-not.
245
246         * gnus-group.el (gnus-group-completing-read):
247         Regard collection as a hash table if it is not a list.
248
249 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * shr.el (shr-render-td): Allow blank/missing <TD>s.
252
253         * shr.el: Document the table-rendering algorithm.
254
255 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
258         for Emacsen having no `libxml-parse-html-region' support.
259
260 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
263         invalid URLs.
264
265         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
266         line-broken.
267         (shr-tag-img): Ignore image fetching errors.
268         (shr-overlays-in-region): Compute overlay positions correctly.
269
270         * mm-decode.el (mm-shr): Require shr.
271
272         * gnus-art.el (gnus-blocked-images): Move variable here.
273
274         * shr.el (shr-insert-table): Bind free variable.
275
276         * mm-decode.el (mm-shr): Bind shr-content-function.
277
278         * shr.el (shr-content-function): New variable.
279
280         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
281         added for symmetry.
282
283         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
284
285         * gnus-group.el (gnus-group-make-group): Doc fix.
286
287         * nnimap.el (nnimap-request-newgroups): Return success.
288
289         * shr.el (shr-find-elements): New function.
290         (shr-tag-table): Put all the images after the table.
291         (shr-tag-table): Really inhibit images inside the table.
292         (shr-collect-overlays): Copy over overlays from the TD elements to the
293         main document.
294
295         * mm-decode.el (mm-shr): Bind shr-blocked-images to
296         gnus-blocked-images.
297
298 2010-10-05  Julien Danjou  <julien@danjou.info>
299
300         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
301
302         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
303         (gnus-html-maximum-image-size): Add this function.
304         (gnus-html-put-image): Use gnus-html-maximum-image-size.
305
306         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
307         server-value of the capability is nil.
308
309 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-tag-em): Add <EM> tag.
312
313 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
314
315         * sieve-manage.el (sieve-manage-default-stream): Make default stream
316         customizable.
317
318         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
319         handing broken links to browse-url.
320
321 2010-10-05  Julien Danjou  <julien@danjou.info>
322
323         * gnus-util.el (gnus-emacs-completing-read)
324         (gnus-iswitchb-completing-read): Use autoload rather than require.
325
326 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
329         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
330         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
331         iswitchb-temp-buflist for XEmacs.
332
333         * gnus-util.el (gnus-completing-read-function): Exclude
334         gnus-icompleting-read and gnus-ido-completing-read from candidates for
335         XEmacs since iswitchb.el is very old and ido.el is unavailable in
336         XEmacs.
337
338         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
339         not to use `delete-dups' that is unavailable in XEmacs 21.4.
340
341         * gnus-html.el: Don't require help-fns under XEmacs.
342         (gnus-html-schedule-image-fetching): Work for XEmacs.
343
344         * mm-decode.el (mm-shr): Decode contents by charset.
345
346 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
349         unknown.
350
351         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
352         (shr-get-image-data): Ensure against the cache file missing.
353
354         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
355         for data.
356
357         * spam-report.el (spam-report-url-ping-plain): Don't query about
358         killing the process.
359
360         * shr.el (shr-render-td): Protect against too-wide text.
361
362 2010-10-04  Julien Danjou  <julien@danjou.info>
363
364         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
365         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
366
367         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
368         retrieved.
369
370 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * shr.el (browse-url): Required.
373         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
374         lines.
375         (shr-show-alt-text, shr-browse-image): New commands.
376         (shr-browse-url, shr-copy-url): New commands.
377
378         * gnus-sum.el (gnus-widen-article-window): New variable.
379         (gnus-summary-select-article-buffer): Use it.
380
381         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
382         without @ signs.
383
384 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
385
386         * nnir.el (nnir-run-imap): Remove spurious space in search string.
387
388 2010-10-04  Julien Danjou  <julien@danjou.info>
389
390         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
391         for XEmacs.
392
393 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
396
397         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
398         (nnimap-close-server): Implement.
399
400         * dgnushack.el (iswitchb): Require to shut up the compiler.
401
402         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
403         (shr-insert): Tweak line breaking.
404         (shr-insert): Handle <pre> better.
405         (shr-tag-li): Get <li> indentation right.
406         (shr-tag-li): Get <li> indentation even righter.
407         (shr-tag-blockquote): Ensure paragraph start.
408         (shr-make-table): Tweak table generation.
409         (shr-make-table): Fix typo.
410
411         * shr.el: Implement table rendering.
412
413 2010-10-04  Julien Danjou  <julien@danjou.info>
414
415         * gnus-html.el (gnus-html-put-image): Fix resize image code.
416
417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-insert): Use string anchors instead of line anchors.
420
421 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el: Add headings.
424         (shr-ensure-paragraph): Actually work.
425         (shr-tag-li): Make <ul> prettier.
426         (shr-insert): Get white space at the beginning/end of elements right.
427         (shr-tag-p): Collapse subsequent <p>s.
428         (shr-ensure-paragraph): Don't insert double line feeds after blank
429         lines.
430         (shr-insert): \t is also space.
431         (shr-tag-s): Fix "s" tag name function.
432         (shr-tag-s): Fix face prop name.
433
434 2010-10-03  Julien Danjou  <julien@danjou.info>
435
436         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
437
438         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
439         gnus-window-inside-pixel-edges.
440
441         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
442         gnus-ems.
443
444         * mm-view.el (mm-inline-image-emacs): Support image resizing.
445
446         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
447         function.
448
449         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
450         resize choice.
451
452 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
455         beginning of the buffer.
456
457         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
458         article buffer again.
459
460         * shr.el (shr-tag-p): Don't insert newlines at the start of the
461         buffer.
462
463         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
464         when it's at the start of the buffer.
465
466         * shr.el (shr-tag-blockquote): Convert name.
467         (shr-rescale-image): Use the right image-size variant.
468
469         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
470         buffer isn't shown, then select the current article first instead of
471         bugging out.
472         (gnus-summary-select-article-buffer): Show both the article and summary
473         buffers again.
474
475         * shr.el (shr-fontize-cont): Protect against regions with no text.
476         Rename tag functions to shr-tag-* for enhanced security.
477         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
478
479 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
480
481         * shr.el (shr-insert):
482         * pop3.el (pop3-movemail):
483         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
484         loaded.
485
486 2010-10-03  Glenn Morris  <rgm@gnu.org>
487
488         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
489
490         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
491
492         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
493
494         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
495
496         * gnus-util.el (gnus-make-local-hook): Simplify.
497
498 2010-10-02  Julien Danjou  <julien@danjou.info>
499
500         * gnus-util.el (gnus-iswitchb-completing-read): New function.
501         (gnus-ido-completing-read): New function.
502         (gnus-emacs-completing-read): New function.
503         (gnus-completing-read): Use gnus-completing-read-function.
504         Add gnus-completing-read-function.
505
506 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * shr.el (shr-insert-document): Autoload.
509         (shr-img): Be silent.
510         (shr-insert): Add a newline after every picture before text.
511         (shr-add-font): Use overlays for combining faces.
512         (shr-insert): Pass upwards the text start point.
513
514         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
515         possible.
516         (mm-shr): New function.
517
518 2010-10-02  Julien Danjou  <julien@danjou.info>
519
520         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
521         should go backward.
522
523 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
524
525         * shr.el (shr): Fix typo in provide call.
526
527 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * shr.el: New file.
530
531         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
532
533         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
534         completing read.
535
536 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
539         we're being queried about.  Suggested by Dan Jacobson.
540
541         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
542         by Jason Eisner.
543
544         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
545         table, too.  Suggested by Stefan Wiens.
546         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
547         the table unnecessary.  Suggested by Stefan Wiens.
548
549         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
550         longer needed, and probably doesn't work either, as pointed out by
551         Stefan Wiens.
552         (gnus-summary-exit): Remove call to the clearing function.
553         (gnus-summary-exit-no-update): Ditto.
554
555         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
556         instead of gnus-eval-in-buffer-window to avoid popping up frames.
557         Reported by Stefan Monnier.
558         (gnus-summary-save-in-rmail): Ditto.
559
560         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
561         article buffer, instead of both the article buffer and the summary
562         buffer.  Sort of suggested by Dan Jacobson.
563
564         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
565
566         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
567         Suggested by Dan Jacobson.
568
569         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
570         documentation clearer.
571
572         * message.el (message-shorten-references): Comment on the number "21".
573         Suggested by Stefan Monnier.
574
575         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
576         Suggested by Dan Jacobson.
577
578         * gnus.el (gnus-large-newsgroup): Mention
579         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
580
581         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
582         externalize attachments.  Bug reported by Steve Wen.
583
584         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
585         really message anything to the user.
586
587         * nnmail.el (nnmail-article-group): Allow using the fancy split method
588         directly.
589
590         * nnimap.el (nnimap-request-group): Low higher than high to signal no
591         messages in empty groups.
592
593 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
594
595         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
596         non-UIDNEXT group.
597
598 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
601         not the value from the collection.
602
603         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
604         values.  This sometimes happens on some groups that have no info.
605         (nnimap-request-newgroups): New function.
606
607 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
610         check into `gnus-registry-initialize'.
611         (gnus-registry-initialize): Ditto.
612         Fix and extend header docs.
613
614 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
617         regexp backtrace overflows.
618
619         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
620         for starttls that tls.el implements; i.e. openssl.
621
622         * tls.el (tls-starttls-switches): Give up on using starttls with
623         gnutls-cli.
624         (tls-program): Add --insecure to be consistent with the defaults from
625         openssl s_client.  Now all three commands are insecure.
626
627 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * lpath.el: Bind completion-styles-alist for XEmacs.
630
631         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
632         (gravatar-create-image): New function that's an alias to
633         gnus-xmas-create-image, gnus-create-image, or create-image.
634         (gravatar-data->image): Use it.
635
636 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
639         install the nnregistry refer method.
640         (gnus-registry-install-hooks): Use it.
641         (gnus-registry-unfollowed-groups): Add nnmairix to the default
642         unfollowed groups.
643
644 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
645
646         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
647         expanding threads.
648
649 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * nnir.el: Use the server names without suffixes (bug #7009).
652
653         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
654         unencrypted to STARTTLS, if possible.
655
656 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
657
658         * message.el (message-ignored-supersedes-headers): Strip Injection-*
659         headers before superseding.
660
661 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnrss.el (nnrss-use-local): Add documentation.
664
665         * nnimap.el (nnimap-extend-tls-programs): New function.
666         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
667         (nnimap-wait-for-connection): Accept the greeting from the stupid
668         output from openssl s_client -starttls, too.
669
670         * tls.el (tls-starttls-switches): New variable.
671         (tls-find-starttls-argument): Use it.
672         (open-tls-stream): Ditto.
673
674         * netrc.el (netrc-credentials): Return the value of the "default"
675         entry.
676         (netrc-machine): Ditto.
677
678         * nnimap.el (nnimap-find-article-by-message-id): Really return the
679         article number.
680         (nnimap-split-fancy): New variable.
681         (nnimap-split-incoming-mail): Use it.
682
683         * nntp.el (nntp-server-list-active-group): Document.
684
685         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
686         SELECT to get the message-id.
687
688         * mail-source.el (mail-sources): Removed webmail support.
689         (defvar): Ditto.
690         (mail-source-fetcher-alist): Ditto.
691         (mail-source-fetch-webmail): Removed.
692
693         * webmail.el: Removed -- doesn't seem relevant any more.
694
695         * gnus.el: Fix up make-obsolete-variable declarations throughout.
696
697         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
698         the \r.
699
700 2010-09-30  Julien Danjou  <julien@danjou.info>
701
702         * gnus-agent.el (gnus-agent-add-group): Fix call to
703         gnus-completing-read.
704
705 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * nndoc.el (nndoc-retrieve-groups): New function.
708
709         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
710         `default', use nnmail-split-methods.
711         (nnimap-request-article): Downcase the NILs so that they are nil.
712
713         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
714         symbol.
715
716         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
717         code, since if the user has requested network, that's what they ought
718         to get.
719         (nnimap-request-set-mark): Erase the buffer before issuing commands.
720         (nnimap-split-rule): Mark as obsolete.
721
722         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
723         variable.
724
725         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
726         correct slot, too.
727
728 2010-09-29  Julien Danjou  <julien@danjou.info>
729
730         * gnus.el (gnus-local-domain): Declare variable obsolete.
731
732         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
733         computing.
734         (gnus-ido-completing-read): Require ido.
735
736 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-registry.el: Don't prompt on load, which makes it impossible to
739         build Gnus.
740
741         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
742         when interpreting the structures.
743         (nnimap-request-accept-article): Add \r\n to the lines to make this
744         work with Cyrus.
745
746         * nndraft.el (nndraft-request-expire-articles): Use the group name
747         instead if "nndraft".  Fix found by Nils Ackermann.
748
749 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
750
751         * nnregistry.el: Added.
752
753 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
754
755         * nnmail.el (group, group-art-list, group-art):
756         Remove unneeded directives.
757
758 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
761         (mm-mime-charset)
762         * rfc2047.el (rfc2047-syntax-table)
763         * utf7.el (utf7-utf-16-coding-system): Comment fix.
764
765         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
766         rather than `insert-file-contents' and `eval-region'.
767
768         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
769         construction.
770
771         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
772
773         * time-date.el: No need to require cl for Emacs 21.
774
775 2010-09-29  Julien Danjou  <julien@danjou.info>
776
777         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
778         replacement of `gnus-gravatar-relief' to mimic
779         `gnus-faces-properties-alist'.
780         Add :version property.
781
782 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * mail-source.el (mail-source-report-new-mail)
785         * message.el (message-default-mail-headers)
786         * mm-decode.el (mm-valid-image-format-p): Comment fix.
787
788         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
789
790 2010-09-28  Julien Danjou  <julien@danjou.info>
791
792         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
793         mail-address contains the same string as real-name.
794
795         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
796         non-blank in header, otherwise it'll get stripped.
797
798         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
799         real-name, and then for mail address rather than doing : or , search.
800
801 2010-09-27  Julien Danjou  <julien@danjou.info>
802
803         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
804         (gnus-server-goto-server): Use gnus-completing-read.
805
806         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
807
808         * mm-util.el (defalias): Use gnus-completing-read.
809         (mm-codepage-setup): Use gnus-completing-read.
810
811         * smime.el (smime-sign-buffer): Use gnus-completing-read.
812         (smime-decrypt-buffer): Use gnus-completing-read.
813
814         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
815
816         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
817         (mml-minibuffer-read-disposition): Use gnus-completing-read.
818         (mml-insert-multipart): Use gnus-completing-read.
819
820         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
821
822         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
823
824         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
825
826         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
827
828         * gnus.el (gnus-read-method): Use gnus-completing-read.
829
830         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
831
832         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
833         (gnus-mime-action-on-part): Use gnus-completing-read.
834         (gnus-article-encrypt-body): Use gnus-completing-read.
835
836         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
837         (gnus-topic-move-matching): Use gnus-completing-read.
838         (gnus-topic-copy-matching): Use gnus-completing-read.
839         (gnus-topic-sort-topics): Use gnus-completing-read.
840         (gnus-topic-move): Use gnus-completing-read.
841
842         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
843         (gnus-agent-add-group): Use gnus-completing-read.
844
845         * nnmairix.el (nnmairix-create-server-and-default-group): Use
846         gnus-completing-read.
847         (nnmairix-update-groups): Use gnus-completing-read.
848         (nnmairix-get-server): Use gnus-completing-read.
849         (nnmairix-backend-to-server): Use gnus-completing-read.
850         (nnmairix-goto-original-article): Use gnus-completing-read.
851         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
852
853         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
854
855         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
856         (gnus-group-make-useful-group): Use gnus-completing-read.
857         (gnus-group-make-web-group): Use gnus-completing-read.
858         (gnus-group-add-to-virtual): Use gnus-completing-read.
859         (gnus-group-browse-foreign-server): Use gnus-completing-read.
860
861         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
862         (gnus-summary-limit-to-extra): Use gnus-completing-read.
863         (gnus-summary-execute-command): Use gnus-completing-read.
864         (gnus-summary-respool-article): Use gnus-completing-read.
865         (gnus-read-move-group-name): Use gnus-completing-read.
866
867         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
868         (gnus-summary-score-effect): Use gnus-completing-read.
869
870         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
871
872         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
873         right completing-read function.
874         (gnus-use-ido): New variable
875         (gnus-completing-read-with-default): Remove.
876
877 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
880         x-focus-frame.
881
882         * nnimap.el (auth-source-forget-user-or-password)
883         (auth-source-user-or-password): Autoload.
884
885         * message.el (message-from-style, message-interactive)
886         (message-cite-prefix-regexp, message-sendmail-envelope-from)
887         (message-yank-prefix, message-indentation-spaces, message-signature)
888         (message-signature-file): Add comment.
889
890 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
893         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
894         new articles.
895
896         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
897         parts.
898         (nnimap-request-article): Work with the t setting, too.
899
900         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
901         that you don't get flashes of other buffers.
902         (gnus-summary-show-complete-article): Intern before setting.
903
904 2010-09-27  David Engster  <dengste@eml.cc>
905
906         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
907         well as HEADERS.
908         (nnmairix-retrieve-headers): Provide new argument for the above.
909
910 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-sum.el (gnus-summary-move-article): Don't alter
913         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
914         group.
915
916         * nnimap.el (nnimap-update-info): Don't destructively alter active.
917
918         * message.el (message-cite-prefix-regexp): Revert my last edit.
919
920         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
921         variable instead of the Gnus variable.
922
923         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
924
925         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
926         again.
927
928         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
929         since some servers don't like it.
930         (nnimap-open-connection): Forget credentials if the server says the
931         password was wrong.
932         (nnimap-parse-line): Protect against invalid data.
933
934         * gnus-sum.el (gnus-summary-move-article): Add comment.
935         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
936         nothing alters it while scanning for new messages.
937
938         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
939         which may or may not help.
940         (nnimap-open-connection): If we're doing a stream connection, and then
941         discover we're on a STARTTLS-capable server, then open a STARTTLS
942         connection instead.
943
944 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (utf7): Required.
947
948         * message.el (message-cite-prefix-regexp): Remove "}" from citation
949         prefix.
950
951 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
952
953         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
954
955 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnimap.el (nnimap-request-accept-article): Message the error on
958         error.
959
960 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
963
964 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * nndoc.el (nndoc-request-list): Return success always.
967
968         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
969         `fetch-old' -- we only want to fetch the articles we've requested.  The
970         rest are in the agent, probably.
971         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
972         disappeared server" to something low.  It's not important.
973
974         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
975         arrived before the FETCH data.
976
977         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
978         target here, because we don't know the Gnus name of the group.
979
980         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
981         for the correct group.
982
983         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
984
985         * gnus.el (gnus): Give a final warning after startup.
986
987         * gnus-util.el (gnus-action-message-log): New variable.
988         (gnus-message): Use it.
989         (gnus-final-warning): New function.
990
991         * nnimap.el (nnimap-open-connection): Record the greeting.
992         (nnimap): Add greeting.
993
994 2010-09-26  Julien Danjou  <julien@danjou.info>
995
996         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
997         arguments.
998         (gnus-html-wash-images): Fix spec computing to include start/end.
999
1000         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1001
1002 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1005         deletion.
1006         (nnimap-retrieve-headers): Don't select the group, because that's
1007         already done by nnimap-possibly-change-group.
1008
1009         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1010         (gnus-picon-transform-address): Use it.
1011
1012         * mail-source.el (mail-source-value): Revert previous patch.
1013
1014         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1015         on failure.
1016         (nnimap-open-connection): Look up both virtual and physical server name
1017         credentials.
1018
1019         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1020
1021 2009-02-07  Dave Love  <fx@gnu.org>
1022
1023         * tls.el (open-tls-stream): Don't query killing process.
1024
1025 2009-02-08  Dave Love  <fx@gnu.org>
1026
1027         * gnus-win.el (gnus-window-to-buffer-helper,
1028         gnus-all-windows-visible-p): Function needn't be a symbol.
1029
1030         * mail-source.el (mail-source-value): Function needn't be a symbol.
1031
1032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * message.el (message-cite-prefix-regexp): Remove } from the cite
1035         prefix.
1036
1037         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1038         highlight again, so that the highlight is correct.
1039
1040         * gnus-picon.el (gnus-picon): Remove again.
1041         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1042
1043         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1044         doing the header highlightling, so that the background colour of the
1045         picon is correct.
1046
1047         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1048         (gnus-picon): Ditto.
1049         (gnus-picon): Reinstate.  The background colour for picons is white.
1050         (gnus-picon-insert-glyph): Make the background white.
1051
1052         * nnml.el (nnml-open-nov): Don't return dead buffers.
1053
1054         * auth-source.el (auth-source-create): Query the user for whether to
1055         store the credentials.
1056
1057         * netrc.el (netrc-store-data): New function.
1058
1059         * auth-source.el (auth-source-user-or-password): Use the existing auth
1060         sources, if any, for creation.
1061
1062         * gnus.el (gnus-group-fast-parameter): Return the last matching
1063         parameter instead of the first matching parameter.
1064
1065 2010-09-26  Julien Danjou  <julien@danjou.info>
1066
1067         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1068
1069 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * mml2015.el (mml2015-use): Remove gpg support.
1072
1073         * mml1991.el (mml1991-function-alist): Remove gpg function.
1074         (mml1991-gpg-sign): Removed.
1075
1076 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1077
1078         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1079         (gnus-browse-unsubscribe-current-group): Document it.
1080         (gnus-browse-unsubscribe-group): Use it.
1081
1082 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1085         address to the To list for easier response.
1086
1087         * gnus.el (gnus-play-startup-jingle): Removed.
1088         (gnus-splash): Don't play jingle.
1089         (gnus): Silence gnus-load message.
1090
1091         * gnus-art.el (gnus-treat-play-sounds): Removed.
1092
1093         * gnus.el (gnus-play-jingle): Remove audio support.
1094
1095         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1096
1097         * earcon.el: Removed -- no users.
1098
1099         * gnus-audio.el: Removed -- no users of this package.
1100
1101         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1102
1103         * gnus-start.el (gnus-setup-news): Remove nocem support.
1104
1105         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1106
1107         * gnus.el (gnus-use-nocem): Removed.
1108
1109         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1110         Removed.
1111
1112         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1113         uses NoCeM any more.
1114
1115         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1116         (gnus-button-ctan-handler): Ditto.
1117         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1118         (gnus-button-ctan-directory-regexp): Ditto.
1119         (gnus-button-handle-ctan): Ditto.
1120         (gnus-button-tex-level): Ditto.
1121         (gnus-button-alist): Removed CTAN stuff.
1122
1123 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1126         nnimap-streaming test.
1127
1128         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1129         servers twice.
1130
1131         * nnimap.el (nnimap-open-connection): Add more error reporting when
1132         nnimap fails early.
1133
1134         * nnheader.el (nnheader-get-report-string): New function.
1135         (nnheader-get-report): Use it.
1136
1137         * gnus-int.el (gnus-check-server): Say what the error was when opening
1138         failed.
1139
1140         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1141         using streaming.
1142
1143 2010-09-25  Julien Danjou  <julien@danjou.info>
1144
1145         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1146         gnus-window-inside-pixel-edges.
1147
1148 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1151
1152         * mm-decode.el (mm-save-part): Allow saving to other directories the
1153         normal Emacs way.
1154
1155         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1156         by Jay Berkenbilt.
1157
1158         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1159         there isn't a single byte.
1160
1161         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1162         just do it.  It doesn't really seem to matter what the user responds
1163         here, I think, so it's just a confusing question.
1164
1165         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1166         non-streaming case.
1167
1168         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1169         (gnus-article-encrypt-body): Use it.
1170
1171         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1172         keystroke.
1173
1174         * nnimap.el (nnimap-find-wanted-parts-1): Use
1175         gnus-fetch-partial-articles.
1176
1177         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1178
1179         * nnimap.el (nnimap-insert-partial-structure): New function.
1180         (nnimap-get-partial-article): New function.
1181         (nnimap-request-article): Use it.
1182         (nnimap-wait-for-response): Return whether the wait was successful.
1183         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1184         retrieval wasn't successful.
1185         (nnimap-retrieve-group-data-early): Allow throttling servers.
1186         (nnimap-streaming): New variable.
1187         (nnimap-fetch-partial-articles): Removed.
1188
1189         * mm-decode.el (mm-with-part): Protect against killed buffers.
1190
1191         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1192         for prettier summary display.
1193
1194 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1195
1196         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1197         directly.
1198
1199 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1202         apparently third-party libraries depend on it.
1203
1204         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1205         before starting negotiation.
1206
1207         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1208         privacy reasons.
1209         (gnus-treat-mail-gravatar): Ditto.
1210
1211         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1212         buffer when inserting images.  Inserting text into the headers, for
1213         instance, can make them invalid.
1214
1215 2010-09-25  Julien Danjou  <julien@danjou.info>
1216
1217         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1218         variables.
1219
1220         * nnheader.el: Remove useless variables news-reply-yank-from and
1221         news-reply-yank-message-id.
1222
1223         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1224         variables.
1225
1226         * mml1991.el: Remove useless mml1991-verbose.
1227
1228         * gnus.el: Remove useless variable gnus-use-generic-from.
1229         Remove obsolete variable gnus-topic-indentation.
1230
1231         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1232
1233         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1234
1235         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1236
1237         * gnus-group.el: Remove useless gnus-group-icon-cache.
1238         Remove useless gnus-ephemeral-group-server.
1239
1240         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1241
1242         * mml2015.el: Remove useless mml2015-verbose.
1243
1244         * mml-smime.el: Remove useless mml-smime-verbose.
1245
1246         * gnus.el: Remove useless gnus-local-domain.
1247
1248         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1249         gnus-gravatar-size.
1250
1251         * gnus-art.el: Remove useless gnus-treat-translate.
1252
1253 2010-09-24  Julien Danjou  <julien@danjou.info>
1254
1255         * gnus-sum.el: Add support for Gravatars.
1256
1257         * gnus-art.el: Add support for Gravatars.
1258
1259         * gnus-gravatar.el: Add this file.
1260
1261         * gravatar.el: Add this file.
1262
1263 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1266
1267         * gnus-group.el (gnus-group-fetch-faq): Removed.
1268
1269         * gnus.el (gnus-group-faq-directory): Removed.
1270
1271         * gnus-group.el (gnus-group-fetch-charter): Removed.
1272
1273         * gnus.el (gnus-group-charter-alist): Removed.
1274
1275         * gnus-group.el (gnus-group-archive-directory): Removed.
1276         (gnus-group-recent-archive-directory): Ditto.
1277         (gnus-group-make-archive-group): Removed.
1278
1279         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1280
1281         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1282         use the same article number for all the cached articles.
1283
1284         * nnimap.el (nnimap-command): Register the last command time so
1285         that we can use it for idling NOOPs.
1286         (nnimap-open-connection): Start the keeplive timer.
1287         (nnimap-make-process-buffer): Store all the process buffers.
1288         (nnimap-keepalive): New function.
1289
1290         * starttls.el: (starttls-open-stream): Add autoload cookie.
1291
1292 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1293
1294         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1295         handling.
1296
1297 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1300         its data structures.
1301
1302         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1303         instead of the cl.el copy-list.
1304         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1305         equalp.
1306
1307 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1310         and tool-bar-local-item-from-menu.
1311
1312         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1313         mode-line-highlight face for Emacs.
1314
1315         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1316         loading gnus-sum.elc; fix comment for canlock-verify.
1317         (gnus-article-jump-to-part): Use read-number.
1318         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1319         Emacs pre-21 compatible code for help-echo.
1320         (gnus-article-next-page-1): No need to adjust the number of lines.
1321         (gnus-article-describe-bindings): Always use help-buffer.
1322
1323         * gnus-audio.el (gnus-audio-inline-sound)
1324         * gnus-cus.el (gnus-custom-mode)
1325         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1326
1327         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1328
1329         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1330         compatible code.
1331
1332 2010-09-24  Glenn Morris  <rgm@gnu.org>
1333
1334         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1335         visiting the fcc file in rmail-mode.
1336
1337         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1338
1339 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * nnir.el: Silence the byte compiler.
1342
1343         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1344         alias to browse-url-url-encode-chars if any.
1345         (gnus-html-encode-url): Use it.
1346
1347 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-start.el (gnus-use-backend-marks): New variable.
1350         (gnus-get-unread-articles-in-group): Use it.
1351
1352         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1353         makeover.
1354
1355 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1356
1357         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1358
1359 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1362         Removed.
1363         (gnus-setup-news-hook): Removed
1364         gnus-fixup-nnimap-unread-after-getting-new-news.
1365
1366         * gnus-int.el (gnus-request-update-info): Protect against backends not
1367         having the function.
1368
1369         * nnimap.el (nnimap-stream): Mention starttls.
1370         (nnimap-open-connection): Add starttls support.
1371
1372 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1373
1374         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1375
1376 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1379         BODYSTRUCTUREs.
1380         (nnimap-transform-headers): Unfold quoted {42} headers.
1381
1382         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1383         the info.
1384         (gnus-get-unread-articles): Only call updatep on backends that support
1385         it.
1386
1387         * nnweb.el (nnweb-request-update-info): NOOP.
1388
1389         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1390
1391         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1392         since it only deals with marks.
1393
1394         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1395         gnus-request-marks, and make a new gnus-request-update-info.
1396
1397         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1398         the active instead of the high number, which is usually too low.
1399
1400 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1403         * encrypt.el: Removed.
1404
1405 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1408         server in symbolic form.
1409
1410         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1411         0.9.
1412
1413 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1416         (nnimap-update-info): Fix up code slightly.
1417
1418         * gnus-int.el (gnus-open-server): Add tracing for performance
1419         debugging.
1420
1421         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1422         (gnus-group-insert-group-line): Pass the real group name so that it
1423         gets the right data.
1424
1425         * gnus-start.el (gnus-get-unread-articles): Don't have
1426         `gnus-get-unread-articles-in-group' update info, since that can be
1427         really slow and doesn't seem to be needed?
1428
1429 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1430
1431         * time-date.el (date-to-time): Try using parse-time-string first before
1432         using the slower timezone-make-date-arpa-standard.
1433
1434 2010-09-22  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-group.el (gnus-group-insert-group-line): Call
1437         gnus-group-highlight-line.
1438         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1439         default hook list.
1440         (gnus-group-update-eval-form): Add new function.
1441         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1442         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1443
1444 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1447         immediate, then expire all articles.
1448         (nnimap-update-info): Fix off-by-one errors.
1449         (nnimap-flags-to-marks): Would return no marks lists for group with no
1450         flags.  Instead return the other data.
1451
1452 2010-09-22  Julien Danjou  <julien@danjou.info>
1453
1454         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1455         Only return an icon.
1456         (gnus-group-insert-group-line): Compute icon to return.
1457
1458         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1459         variable.
1460         (gnus-html-image-fetched): Only cache if
1461         gnus-html-image-automatic-caching is set.
1462         (gnus-html-image-fetched): Check for errors.
1463
1464 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1467         once per method on `g'.  This ensures that backends like nnfolder don't
1468         open all their folders.
1469
1470         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1471         (nnimap-request-list): Nix out group in the correct buffer.
1472         (nnimap-parse-flags): Implement by using `read' instead of
1473         hand-parsing.
1474         (nnimap-flags-to-marks): Pass on permanent-flags.
1475         (nnimap-make-process-buffer): Record the server name.
1476         (nnimap-parse-flags): Fix typo.
1477         (nnimap-request-scan): Run split on the server in general, not just a
1478         single group.
1479
1480         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1481         parameter, and propagate this downwards.
1482
1483         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1484         since EXAMINE changes it on the server.
1485
1486         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1487         this command might take a while.
1488
1489 2010-09-22  Julien Danjou  <julien@danjou.info>
1490
1491         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1492         harmful if you have 2 images side-by-side, they can't be properly
1493         update on text deletion.  Using text-property is safer here.
1494         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1495         data.
1496
1497 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * nnimap.el (nnimap-expunge-inbox): Removed.
1500         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1501         (nnimap-expunge): Flip default to t.
1502
1503         * gnus.el (gnus-method-to-server): Don't push things to the cache
1504         unless it's unique.
1505         (gnus-server-to-method): Ditto.
1506
1507 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1508
1509         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1510
1511 2010-09-22  Julien Danjou  <julien@danjou.info>
1512
1513         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1514         get the start of data.
1515         (gnus-html-encode-url): Add this function to encode special chars in
1516         URL.
1517         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1518         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1519
1520         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1521         default.
1522         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1523
1524         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1525         images alt-text.
1526         (gnus-html-put-image): Put alt-text as help-echo.
1527
1528 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1531         * mm-util.el (mm-decompress-buffer)
1532         * nnir.el (nnir-run-find-grep)
1533         * pop3.el (pop3-list): Use 3rd arg of split-string.
1534
1535         * time-date.el (format-seconds): Comment fix.
1536
1537         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1538         and byte-optimize-form-code-walker.
1539         (dgnushack-make-auto-load): Don't advise make-autoload.
1540
1541         * lpath.el: Remove Emacs 21 stuff.
1542
1543 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1546         outside the active range.  Suggested by Dan Christensen.
1547
1548         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1549         slightly later to avoid double-getting it.
1550
1551         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1552         previous patch.
1553
1554         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1555
1556 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1557
1558         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1559
1560 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-int.el (gnus-open-server): Give a better error message in the
1563         "go offline" case.
1564
1565         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1566         marks for nnimap, which is seldom the right thing to do.
1567
1568         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1569         (gnus-same-method-different-name): New function.
1570
1571         * nnimap.el (parse-time): Require.
1572
1573         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1574         method in the presence of many similar methods.
1575
1576         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1577
1578         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1579         nnml-inhibit-expiry.
1580
1581         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1582         find out whether methods are equal.
1583
1584         * nnimap.el (nnimap-find-expired-articles): New function.
1585         (nnimap-process-expiry-targets): New function.
1586         (nnimap-request-move-article): Request the article before looking at
1587         what the Message-ID is.  Fix found by Andrew Cohen.
1588         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1589
1590         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1591         for oldness in addition to being a predicate.
1592
1593         * nnimap.el (nnimap-request-group): When we have zero articles, return
1594         the right data to Gnus.
1595         (nnimap-request-expire-articles): Only delete articles immediately if
1596         the target is 'delete.
1597
1598         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1599         method, this would bug out.
1600
1601         * gnus-group.el (gnus-group-expunge-group): Renamed from
1602         gnus-group-nnimap-expunge, and implemented as a normal interface
1603         function.
1604
1605         * gnus-int.el (gnus-request-expunge-group): New function.
1606
1607         * nnimap.el (nnimap-request-create-group): Implement.
1608         (nnimap-request-expunge-group): New function.
1609
1610 2010-09-21  Julien Danjou  <julien@danjou.info>
1611
1612         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1613         (gnus-html-cache-expired): Add new function.
1614         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1615         wethever we should display image for fetch it.
1616         Compute alt-text earlier to pass it to the fetching function too.
1617         (gnus-html-schedule-image-fetching): Change function argument to only
1618         get one image at a time, not a list.
1619         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1620         cache.
1621         (gnus-html-get-image-data): New function to retrieve image data from
1622         cache.
1623         (gnus-html-put-image): Change buffer argument to use image data rather
1624         than file, and place image above region rather than inserting a new
1625         one. Do not take alt-text as argument, since it's useless now: we place
1626         the image above alt-text.
1627         (gnus-html-prune-cache): Remove.
1628         (gnus-html-show-images): Start to fetch image when we find one, do not
1629         push into a temporary list.
1630         (gnus-html-prefetch-images): Only fetch image if they have expired.
1631         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1632         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1633
1634 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1637
1638 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1641         spec inser "*" if the group isn't active instead of 0.
1642
1643         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1644         opening the server.
1645         (nnimap-request-delete-group): Implement group deletion.
1646         (nnimap-transform-headers): Return the size of the entire message in
1647         the Bytes header, not just the size of the first part.
1648         (nnimap-request-move-article): When moving an article from nnimap,
1649         request the article first so the accepting form has an article to
1650         accept.  Reported by Dan Christensen.
1651         (nnimap-command): Make sure that the error message doesn't error out.
1652
1653 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1654
1655         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1656         we haven't requested anything.
1657
1658 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1661         "".  Fix found by Andrew Cohen.
1662
1663         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1664         instead of -encode-string.
1665
1666 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1669
1670         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1671         by mm-subst-char-in-string.
1672
1673 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1676         waiting for the connection string.
1677
1678         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1679         arriving.
1680
1681         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1682         bogus characters.  This allows selecting certain Gmail groups.
1683
1684         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1685         (nnimap-fetch-partial-articles): New variable.
1686         (nnimap-open-connection): When looking for credentials, also use the
1687         nnimap-server-port.
1688         (nnimap-request-article): Return the group/article number, so that Gnus
1689         `^' works as expected.
1690         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1691         them.
1692
1693         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1694         comments.
1695         (gnus-methods-sloppily-equal): New function.
1696         (gnus): When using the development version of Gnus, load the gnus-load
1697         file.
1698
1699         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1700         `gnus-open-server' on each method before trying to scan them etc.  This
1701         ensures that all the backend parameters are set correctly.
1702
1703         * nnimap.el (nnimap-authenticator): New variable.
1704         (nnimap-open-connection): Allow anonymous login.
1705         (nnimap-transform-headers): The chars header is called Chars not
1706         Bytes.
1707         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1708         drops.
1709
1710         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1711         patch, found by Knut Anders Hatlen.
1712
1713 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1714
1715         * gnus-agent.el (gnus-agent-batch-confirmation)
1716         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1717         to gnus-message.
1718         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1719         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1720         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1721         * gnus-int.el (gnus-open-server): Likewise.
1722         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1723         (gnus-score-check-syntax): Likewise.
1724         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1725         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1726         Likewise.
1727         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1728
1729 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1732         calling conventions so that prefetch doesn't bug out.
1733
1734 2010-09-19  Julien Danjou  <julien@danjou.info>
1735
1736         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1737         rather than `subst-char-in-region' in order to be able to replace ASCII
1738         char by UTF-8 ones.
1739
1740         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1741         than curl.
1742         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1743         the right URL and ALT text on images.
1744         (gnus-html-wash-tags): Fix tag case.
1745         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1746         (gnus-article-html): Add -o display_ins_del=2 option.
1747         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1748
1749 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1752         the extra mail headers, which sometimes seem to happen for unknown
1753         reasons.
1754
1755         * mail-parse.el (mail-header-encode-parameter): Define as
1756         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1757         (or most, perhaps?) mail readers don't understand the latter, but do
1758         understand the former.
1759
1760         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1761         to nil, so that no methods are automatically agentized.  I think this
1762         is probably what most users want.
1763
1764         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1765         from url-retrieve, for instance about invalid URLs.
1766
1767         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1768         groups that have no articles.
1769         (nnimap-request-article): Check that we really got an article when we
1770         requested one.
1771
1772         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1773         doesn't exist.
1774
1775         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1776         nntp buffer so the agent can save it.
1777         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1778         that CRLF doesn't get translated to \n.
1779         (nnimap-open-connection): Don't make 'shell commands only send \n.
1780
1781 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1782
1783         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1784         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1785         Update var name.
1786         (nnml-generate-nov-file): Use dolist.
1787         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1788         Use with-current-buffer.
1789
1790 2010-09-18  Julien Danjou  <julien@danjou.info>
1791
1792         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1793         parallel.
1794
1795 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1798         the range update right.
1799         (nnimap-request-group): Don't make `M-g' bug out on group with no
1800         marks.
1801         (nnoo): Required, so that other packages can require nnimap.
1802         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1803         command we're looking for.  This helps when the server sends more
1804         responses after we've gotten everything we expected.
1805         (nnimap): Add a `newlinep' field to keep track of end-of-line
1806         conventions.
1807         Don't send CRLF to things that don't want it.
1808         (nnimap-request-accept-article): Ditto.
1809
1810 2010-09-18  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1813         than curl to retrieve images.
1814
1815 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1818         the marks.
1819         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1820         (nnimap-wait-for-connection): New function.
1821         (nnimap-open-connection): If we have PREAUTH, don't query for login
1822         credentials.
1823         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1824         when doing a partial update.
1825
1826 2010-09-18  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1829         tags.
1830
1831 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * nnimap.el (nnimap-credentials): New function.
1834         (nnimap-open-connection): Use the new function to look for credentials
1835         also on the numeric equivalents of "imap" and "imaps".
1836
1837         * gnus-start.el (gnus-activate-group): Send the info to
1838         gnus-request-group.
1839
1840         * nnimap.el (nnimap-request-group): Have the "check" version of the
1841         function parse flags and update the info, so that a `M-g' get a total
1842         resync of all flags from the group.
1843
1844         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1845         to allow backends to alter the info on group selection.  Also alter all
1846         the backend -request-group functions to take the parameter.
1847
1848         * nnimap.el (nnimap-store-info): New function.
1849         (nnimap-update-info): Store the info for later usage.
1850         (nnimap-request-group): Use the stored info for the dont-check case, so
1851         that we don't retrieve all marks when we enter a group.
1852
1853         * nnimap.el: Use deffoo instead of defun for interface functions.
1854
1855         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1856         update the group info.  This makes the nndraft groups, for instance, go
1857         back to their old behaviour.
1858
1859         * gnus-sum.el (gnus-select-newsgroup): Indent.
1860
1861         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1862         in.
1863         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1864         nothing.
1865
1866         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1867         from methods that are denied.
1868
1869         * gnus-int.el (gnus-method-denied-p): New function.
1870
1871         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1872         store the password instead of netrc.
1873         (nnimap-open-connection): Don't error out when we can't make a
1874         connections.
1875
1876         * auth-source.el (auth-source-create): In the password prompt, say what
1877         we're querying for.  Also prompt for user name if that hasn't been
1878         given.
1879
1880         * nnimap.el (nnimap-with-process-buffer): Removed.
1881
1882 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1885         method when we're reading from the agent.
1886
1887         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1888
1889         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1890         that's probably most useful for users.
1891
1892         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1893         "failed" all the time.
1894
1895         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1896         ...)) with (with-current-buffer ... ).
1897
1898         * nntp.el (nntp-open-server): Return whether the open was successful or
1899         not.
1900
1901         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1902         select an unread unseen article first.
1903
1904         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1905         /etc/services, supply some sensible port defaults.
1906
1907         * dgnushack.el: Define netrc-credentials.
1908
1909 2010-09-17  Julien Danjou  <julien@danjou.info>
1910
1911         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1912
1913 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1914
1915         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1916         doesn't have any parameters.
1917
1918 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1921         only upcased checks.
1922
1923         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1924
1925         * nnimap.el (nnimap-open-shell-stream): New function.
1926         (nnimap-open-connection): Use it.
1927         (nnimap-transform-headers): Get the number of lines in each message.
1928         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1929         number of lines.
1930         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1931         problem.
1932
1933         * utf7.el (utf7-encode): Autoload.
1934
1935         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1936         to allow the mail splitting to not return a default group.  This is
1937         useful for nnimap, which will leave unmatched mail in the inbox.
1938
1939         * nnimap.el: Rewritten.
1940
1941         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1942         nnimap usage.
1943
1944         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1945         if the move is internal, so that nnimap can do fast internal moves.
1946
1947         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1948         data.
1949         (gnus-read-active-for-groups): Support finishing the early retrieval of
1950         data.
1951
1952         * gnus-range.el (gnus-range-nconcat): New function.
1953
1954         * gnus-int.el (gnus-finish-retrieve-group-infos)
1955         (gnus-retrieve-group-data-early): New functions.
1956
1957 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1958
1959         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1960         (nnrss-retrieve-groups):
1961         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1962         (pop3-quit): Use with-current-buffer.
1963
1964 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1967         instead of nnheader-accept-process-output.
1968
1969         * dgnushack.el (dgnushack-compile): Add comment.
1970
1971         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1972
1973         * gnus-html.el (gnus-html-schedule-image-fetching)
1974         (gnus-html-prefetch-images): Replace process-kill-without-query by
1975         gnus-set-process-query-on-exit-flag.
1976
1977 2010-09-16  Romain Francoise  <romain@orebokech.com>
1978
1979         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1980
1981 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1984         parameter to unintern is mandatory-ish in Emacs 24.
1985
1986         * gnus-html.el (gnus-html-schedule-image-fetching)
1987         (gnus-html-prefetch-images): Check for curl before using it.
1988
1989         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1990         depend on curl, which isn't essential.
1991
1992         * imap.el: Revert back to version
1993         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1994         seem problematic.
1995
1996 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1997
1998         * gnus-registry.el (gnus-registry-install-shortcuts):
1999         Explicitly pass `obarray' to `unintern' to avoid a warning.
2000
2001 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2004         change.
2005
2006         * nnrss.el (nnrss-request-list): Removed this function and related
2007         functions, including the moreover stuff.
2008
2009 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * nnrss.el (nnrss-retrieve-groups): New function.
2012
2013 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2014
2015         * .dir-locals.el: Add no-byte-compile cookie.
2016
2017 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * time-date.el (format-seconds): Comment fix.
2020
2021         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2022         for back end that doesn't support request-scan.
2023
2024 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2027         then do request scans from the backends.
2028
2029         * netrc.el (netrc-credentials): New conveniency function.
2030
2031         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2032         avoid running a hook per line, since this takes a lot of time,
2033         profiling shows.
2034         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2035         directly if gnus-visual-p is true.
2036
2037 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2040         groups; replace mapcar with dolist which is a bit faster; pass groups
2041         info to gnus-read-active-file-1.
2042         (gnus-read-active-file-1): Scan only specified groups if the new
2043         optional arg `infos' is given.
2044
2045 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2048
2049         * pop3.el (pop3-movemail): Removed.
2050         (pop3-streaming-movemail): Renamed to pop3-movemail.
2051
2052         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2053         don't restrict end-tag searches to the end of the line.
2054
2055 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2058         articles of every unchecked group to t, which means unknown since the
2059         server has never been opened.
2060
2061 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-html.el (gnus-html-show-alt-text): New command.
2064         (gnus-html-browse-image): Ditto.
2065         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2066         to browse the image directly.
2067         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2068         better.
2069
2070         * gnus-async.el (gnus-async-article-callback): Call
2071         `gnus-html-prefetch-images' unconditionally.
2072
2073         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2074         before feeding URLs to curl.
2075
2076 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2079         internal images as deletable by `W D D'.
2080
2081         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2082         (gnus-async-article-callback): Fix typo.
2083
2084 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2087         current line to work around bugs in the output from w3m.
2088
2089         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2090         for groups that want that.
2091
2092         * nntp.el (nntp-wait-for-string): Supply a timeout for
2093         accept-process-output to ensure progress.
2094
2095         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2096         level to get unread articles from, then use that for foreign groups,
2097         too.
2098
2099         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2100         confuses the rest of the function.
2101
2102         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2103         for the methods that support -retrieve-groups, too.
2104
2105         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2106
2107 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2110         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2111
2112         * pop3.el: Require cl when compiling.
2113         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2114
2115 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2118         that aren't going to be activated.
2119         (gnus-get-unread-articles): Fix up the last commit.
2120
2121         * gnus-html.el (gnus-article-html): Allow calling without specifying
2122         the handle.  In that case, dissect the buffer first.
2123
2124         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2125
2126         * nnimap.el (nnimap-open-connection): Revert the change that would look
2127         into authinfo for imaps instead of imap.
2128
2129         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2130         say that you don't want to call gnus-request-group with don-check, but
2131         do check the reponse.  This is for virtual groups only.
2132         (gnus-get-unread-articles): Count the archive groups as secondary, so
2133         that they're activated the same way as before.
2134
2135         * imap.el (imap-message-map): Removed optional buffer parameter, since
2136         no callers use it.
2137         (imap-message-get): Ditto.
2138         (imap-message-put): Ditto.
2139         (imap-mailbox-map): Ditto.
2140         (imap-mailbox-put): Ditto.
2141         (imap-mailbox-get): Ditto.
2142         (imap-mailbox-get): Revert last change for this function.
2143
2144         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2145         case-insensitively.
2146         (nnimap-debug): Removed.
2147
2148         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2149         to use `imap-fetch' instead.  According to the comments, this should be
2150         safe, since all other IMAP clients use the 1:* syntax.
2151         (imap-enable-exchange-bug-workaround): Removed.
2152         (imap-debug): Removed -- doesn't seem very useful.
2153
2154         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2155         mail from a file, and the file doesn't exist.
2156
2157         * imap.el (imap-log): New convenience function used throughout instead
2158         of repeating the same code all over the place.
2159
2160         * pop3.el (pop3-streaming-movemail): Return t for success.
2161
2162         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2163         .authinfo if we're using ssl connection.
2164
2165         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2166         already have if we're in a main Gnus `g' run.
2167
2168         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2169
2170 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2173
2174         * nnmh.el (nnmh-request-list-1): Bind `file'.
2175
2176         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2177         alias to set-process-query-on-exit-flag or process-kill-without-query.
2178         (pop3-open-server): Use it.
2179
2180 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2183         box to the Incoming file.  Fixes mistake in previous checkin.
2184
2185         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2186         request loop (for debugging purposes) removed.
2187
2188         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2189         culprit is more visible.
2190         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2191         (nnml-add-incremental-nov): New functions to do "incremental" nov
2192         updates, where we just append to the end of the existing nov files
2193         without reading/writing them in full.
2194
2195         * mail-source.el (mail-source-delete-crash-box): Really only check the
2196         incoming files once in a while.
2197
2198         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2199
2200         * mail-source.el (mail-source-delete-crash-box): Only check the
2201         incoming files for deletion once per day to save a lot of file
2202         accesses.
2203
2204         * pop3.el (pop3-logon): Fix up unbound variable typo.
2205
2206         * mail-source.el (pop3-streaming-movemail): Autoload.
2207
2208         * pop3.el (pop3-streaming-movemail): Respect
2209         pop3-leave-mail-on-server.
2210
2211         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2212         retrieval.
2213
2214         * pop3.el (pop3-process-filter): Removed unused function.
2215         (pop3-streaming-movemail, pop3-send-streaming-command)
2216         (pop3-wait-for-messages, pop3-write-to-file)
2217         (pop3-number-of-responses): New functions for streaming pop3
2218         retrieval.
2219
2220         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2221         come from no known methods.
2222         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2223         list.
2224
2225         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2226         message sizes.
2227         (pop3-movemail): Use erase-buffer instead of looping and deleting
2228         regions, which seems rather odd.
2229
2230         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2231         file once per `g' run.
2232
2233         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2234         directories.  This makes the draft queue directory work.
2235
2236         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2237         data from the backends, so that we only request the list of groups from
2238         each method once.  This should speed things up considerably.
2239
2240         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2241         detect that it's not implemented.
2242
2243         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2244         we actually do recurse down into the tree, but don't stat all leaf
2245         nodes.
2246
2247         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2248         then say so instead of bugging out.
2249
2250         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2251         files exist before trying to read them.
2252
2253         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2254         around <pre_int>.
2255
2256         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2257
2258         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2259
2260 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * mm-util.el (mm-image-load-path): Just return the image directories,
2263         not all directories in the path in addition to the image directories.
2264         (mm-image-load-path): Maintain a cache of the image directories so that
2265         the `g' command in Gnus doesn't have to stat dozens of directories each
2266         time.
2267
2268         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2269         (gnus-html-wash-tags): Add a new `i' command to insert images.
2270         (gnus-html-insert-image): New command and keystroke.
2271         (gnus-html-redisplay-with-images): New command and keystroke.
2272         (gnus-html-show-images): Renamed command.
2273         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2274         spacers.
2275         (gnus-html-wash-tags): Decode entities at the end, so that entities
2276         inside the tags don't mess up the rest of the "parsing".
2277
2278         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2279         so that nnimap methods aren't agentized by default.  There's apparently
2280         many problems related to agent/imap behaviour.
2281
2282         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2283
2284         * gnus-html.el: Doc fix.
2285
2286 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2289         specifier-spec-list for Emacs 21.
2290
2291         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2292         glyph-width and glyph-height instead of display-graphic-p and
2293         image-size; make avoidance of displaying small images work for XEmacs.
2294
2295         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2296         for XEmacs.
2297
2298         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2299         of symbol that holds plist data.
2300         (gnus-process-plist): Remove plist of process after getting it.
2301
2302 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * message.el (message-generate-hashcash): Change default to
2305         'opportunistic if hashcash is installed.
2306
2307         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2308         (gnus-html-put-image): Only call image-size once, since it's somewhat
2309         time-consuming on remote X servers.
2310
2311 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2314         type on data, not a file name.
2315
2316         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2317         window-pixel-edges for Emacs 21.
2318
2319         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2320         decoded contents.
2321         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2322
2323 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2326         group line format, since it isn't very interesting.
2327
2328         * gnus-agent.el (gnus-agent-short-article),
2329         (gnus-agent-long-article): Increase values for these two variables,
2330         since most people are likely to have more network connection and
2331         storage than before.
2332
2333         * gnus.el (gnus-refer-article-method): Change default to 'current.
2334         When referring an article, the common behaviour is to refer it from the
2335         current select method, not the native select method.  The chances of
2336         the native select method having the message in question is rather slim
2337         these days.
2338
2339         * gnus-sum.el (gnus-auto-select-subject): Change default to
2340         `unseen-or-unread'.  I think it's likely that most people want to
2341         select an unseen article over a previously seen, but unread one.
2342
2343         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2344         means that in the article buffer none of the minor mode elements will
2345         be shown, usually, and this is not desirable in most cases.
2346
2347         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2348         that commands like `d' (and the like) go to the next line in the
2349         buffer, instead of the next unread article.  I think this is the
2350         behaviour that is most natural for most users.
2351         (gnus-single-article-buffer): Change default to nil, so that people can
2352         have as many article buffers open as they have summary buffer.  I think
2353         this is the most natural way for the groups to behave.
2354
2355         * message.el (message-generate-new-buffers): Change default to
2356         `unsent', so that all new message buffers start their names with the
2357         string "*unsent", and it's easier to find the buffers if you move from
2358         them.
2359
2360 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2363         small.  They're probably tracking images.
2364         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2365         (gnus-html-rescale-image): Yet another try at getting the image sizing
2366         right.
2367
2368         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2369         nntp-marks-file-name is nil.
2370
2371 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * gnus-html.el (gnus-html-wash-tags)
2374         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2375         Better logging.
2376
2377 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2380
2381         * gnus-html.el (gnus-html-wash-tags): Check the value of
2382         gnus-blocked-images in the summary buffer.
2383
2384 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2387
2388 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2391         like "a", it seems like.
2392         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2393         since it needs to be picked from the correct buffer.
2394
2395         * nnwfm.el: Removed.
2396
2397         * nnlistserv.el: Removed.
2398
2399 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2400
2401         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2402         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2403
2404 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * nnkiboze.el: Removed.
2407
2408         * nndb.el: Removed.
2409
2410         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2411         alt text.
2412         (gnus-html-rescale-image): Try to get the rescaling logic right for
2413         images that are just wide and not tall.
2414
2415         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2416         overshadow variable bindings.
2417
2418 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * gnus-html.el (gnus-html-wash-tags)
2421         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2422         extra logging.
2423
2424 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2427         (gnus-max-image-proportion): New variable.
2428         (gnus-html-rescale-image): New function.
2429         (gnus-html-put-image): Rescale images.
2430
2431 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         Fix up some byte-compiler warnings.
2434         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2435         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2436         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2437         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2438         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2439         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2440         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2441
2442 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-html.el (gnus-article-html): Decode contents by charset.
2445
2446 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2449         (gnus-html-frame-width, gnus-blocked-images)
2450         * message.el (message-prune-recipient-rules): Add custom version.
2451         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2452
2453         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2454         functions.
2455
2456         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2457         gnus-process-get.
2458
2459 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2460
2461         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2462         instead of lsub directly.
2463
2464 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * nnwarchive.el: Removed.
2467
2468         * gnus-soup.el: Removed.
2469
2470         * nnsoup.el: Removed.
2471
2472         * nnultimate.el: Removed.
2473
2474         * gnus-html.el (gnus-blocked-images): New variable.
2475
2476         * message.el (message-prune-recipients): New function.
2477         (message-prune-recipient-rules): New variable.
2478
2479         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2480         guess whether a long line is natural text or not.
2481
2482         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2483         gnus-process-plist and friends for compatibility.
2484
2485 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2486
2487         * gnus-html.el: Require packages that define macros used in this file.
2488         (gnus-article-mouse-face): Declare to silence byte-compiler.
2489         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2490         process-get.
2491         (gnus-html-put-image): Use plist-get to avoid getf.
2492         (gnus-html-prefetch-images): Use with-current-buffer.
2493
2494 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-ems.el: Provide compatibility functions for
2497         gnus-set-process-plist.
2498
2499         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2500         header-line-format for XEmacs 21.4.
2501
2502         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2503         * gnus.el (gnus-valid-select-methods)
2504         * message.el (message-send-mail-partially-limit)
2505         * mm-decode.el (mm-text-html-renderer)
2506         * mml.el (mml-insert-mime-headers-always)
2507         * smiley.el (smiley-regexp-alist): Bump custom version.
2508
2509 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-html.el: require mm-url.
2512         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2513         with the url to `url'.
2514         (gnus-html-wash-tags): Support cid: URLs/images.
2515
2516 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2519         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2520         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2521
2522         * gnus-move.el: Removed file, since it doesn't really work.
2523
2524         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2525         UTF-8.  This seems to fix problems with some German web feeds.
2526
2527         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2528         at the top so that the proper colours are applied.
2529
2530         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2531         don't have dots in their names.
2532
2533         * gnus-art.el (gnus-article-view-part): Doc fix.
2534
2535         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2536         XEmacs-compatible.
2537         (gnus-html-put-image): Don't do images on non-graphic displays.
2538
2539         * nnslashdot.el: Removed this unused backend.
2540
2541         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2542         actions.
2543         (gnus-undo-register-1): Revert last change.
2544
2545         * gnus-group.el (gnus-group-completing-read): Protect against not
2546         having completion-styles bound.
2547
2548         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2549         make broken recipients happier.
2550
2551         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2552
2553         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2554         point parameter.
2555
2556         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2557
2558         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2559         completion-styles for group selection.
2560
2561 2009-02-04  Andreas Schwab  <schwab@suse.de>
2562
2563         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2564         headers and regexp-quote the match if necessary.
2565
2566 2009-03-24  Miles Bader  <miles@gnu.org>
2567
2568         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2569         the blinking smiley.
2570
2571 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2572
2573         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2574         blink smiley.
2575
2576 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2579         where the dribbel file lives exists.
2580
2581         * message.el (message-send-mail-partially-limit): Change the default to
2582         nil, since most people don't want this.
2583
2584         * mm-url.el (mm-url-decode-entities): Also decode entities like
2585         &#x3212.
2586
2587 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2588
2589         * gnus-sum.el (gnus-summary-idna-message):
2590         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2591         Hyperlink urls in docstrings with URL `...'.
2592
2593 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2594
2595         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2596         functions.
2597
2598 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2601         say what the mouseover text should be.
2602
2603         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2604         version of the mm-w3m-safe-url-regexp variable to only download images
2605         in the groups where we want that to happen.
2606
2607         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2608
2609         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2610         easier debugging.
2611         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2612         big pictures in the article buffer.
2613
2614         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2615         gnus-article-html.
2616         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2617         w3m.
2618
2619         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2620
2621 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2624         which doesn't exist.
2625
2626         * message.el (message-inhibit-ecomplete): New variable to allow some
2627         function to inhibit ecomplete address storage.
2628         (message-resend): Disable ecomplete message storage when resending
2629         messages.
2630
2631         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2632
2633 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2636         Save excursion while copying, moving, and deleting articles in order to
2637         prevent the cursor from jumping to unforeseen place.
2638
2639 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * lpath.el: No need to bind bookmark-current-buffer,
2642         bookmark-yank-point and bookmark-make-record-function.
2643
2644 2010-08-17  Glenn Morris  <rgm@gnu.org>
2645
2646         * gnus-sync.el: Require gnus components whose functions are used.
2647
2648         * gnus-art.el (bookmark-make-record-function):
2649         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2650         Declare for compiler.
2651
2652         * mm-url.el (mml-compute-boundary): Autoload.
2653
2654 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2657
2658 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2659
2660         Typo fix "hoo4a" -> "hook".
2661
2662         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2663
2664 2010-08-14  Glenn Morris  <rgm@gnu.org>
2665
2666         * gnus-sync.el (gnus-sync): Fix defgroup version.
2667
2668 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2671
2672         * gnus-sync.el: Fix docs.
2673         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2674         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2675
2676 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2677
2678         Optimizations for gnus-sync.el.
2679
2680         * gnus-sync.el: Add docs about gnus-sync-backend
2681         possibilities.
2682         (gnus-sync-save): Remove unnecessary message.
2683         (gnus-sync-read): Optimize and show what groups were skipped.
2684
2685 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2686
2687         Minor bug fixes for gnus-sync.el.
2688
2689         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2690         read the sync on get-new-news.
2691
2692         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2693         quiet.
2694
2695         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2696
2697 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2698
2699         Make saving and restoring of hidden threads work with overlays.
2700         Patch applied by Ted Zlatanov.
2701
2702         * gnus-sum.el (gnus-hidden-threads-configuration)
2703         (gnus-restore-hidden-threads-configuration): Update to deal with text
2704         properties, rather than searching for a magic character.
2705
2706 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         New gnus-sync.el library for synchronization of marks.
2709
2710         * gnus-sync.el: New library for synchronization of marks.
2711
2712         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2713         renamed from `gnus-registry-grep-in-list'.
2714
2715         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2716
2717         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2718
2719 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2722         determining charset of text fails.
2723
2724 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * nnmail.el (nnmail-get-new-mail-1): Revert.
2727
2728         * nnml.el (nnml-active-number): Make sure names of newly created groups
2729         in nnml-group-alist are encoded.
2730
2731 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2734         containing non-ASCII characters in active file for nnml back end.
2735
2736 2010-07-24  David Engster  <dengste@eml.cc>
2737
2738         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2739         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2740
2741 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2742
2743         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2744         tag (Bug#6654).
2745
2746 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2749         the article buffer, not the summary buffer.
2750
2751 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2754         Emacs 23 as well.
2755
2756 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2759         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2760
2761 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2762
2763         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2764         Patch applied by Karl Fogel.
2765
2766         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2767         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2768
2769 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2770
2771         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2772         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2773         C-w still not working correctly from Article buffers; Thierry's
2774         patch to fix that will be applied after this.
2775
2776         * gnus-art.el (bookmark-make-record-function): New local variable.
2777
2778         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2779         article buffer.
2780         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2781
2782 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2783
2784         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2785         on changes in bookmark.el.
2786
2787 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2790         `no-log' instead of message not to log prompt string.
2791
2792 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2793
2794         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2795         the *other* type of HTML form submission.
2796
2797 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2798
2799         * auth-source.el (auth-source-pick): If choice does not contain a
2800         questioned keyword, set the check to t.
2801
2802 2010-06-12  Romain Francoise  <romain@orebokech.com>
2803
2804         * gnus-util.el (gnus-date-get-time): Move up before first use.
2805
2806 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2809         (gnus-article-edit-part): Bind it to make last part that is substituted
2810         or deleted visible.
2811         (gnus-mime-display-single): Buttonize part of which id equals to
2812         gnus-mime-buttonized-part-id.
2813
2814 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2815
2816         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2817         (gnus-dd-mmm): Use gnus-date-get-time.
2818         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2819         simplify logic.
2820         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2821         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2822
2823 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2824
2825         * auth-source.el (top): Autoload `secrets-list-collections',
2826         `secrets-create-item', `secrets-delete-item'.
2827         (auth-sources): Fix tag string.
2828         (auth-get-source, auth-source-retrieve, auth-source-create)
2829         (auth-source-delete): New defuns.
2830         (auth-source-pick): Rewrite in order to avoid 2 passes.
2831         (auth-source-forget-user-or-password): New parameter USERNAME.
2832         (auth-source-user-or-password): New parameters CREATE-MISSING and
2833         DELETE-EXISTING.  Retrieve password interactively, if needed.
2834
2835 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2836
2837         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2838         deleting unused directories when gnus-expert-user is t.
2839
2840 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2843         for each temp file when gnus-article-browse-delete-temp is ask.
2844
2845 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2846
2847         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2848         Lisp calls to delete-backward-char by calls to delete-char.
2849
2850 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2851
2852         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2853
2854 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2855
2856         * password-cache.el (password-cache-remove): Fix docstring.
2857
2858 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2861         article unless decoding article to be saved.
2862
2863 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2866         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2867         generated within the mm-with-unibyte-current-buffer macro.
2868
2869 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2872         to nil when we're in a mml-preview buffer and no group is selected.
2873
2874 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2875
2876         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2877         when catching the `C-g'.  Reported by "Leo".
2878
2879 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * message.el (message-forward-make-body-plain)
2882         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2883         multibyte-string-p.
2884
2885         * lpath.el: Revert.
2886
2887 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * message.el (message-forward-make-body-mml): Assume original message
2890         is multibyte string; error on unibyte.
2891         (message-forward-make-body-plain): Ditto; don't add excessive newline
2892         in body end.
2893
2894         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2895
2896 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2897
2898         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2899         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2900
2901 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * mm-extern.el (mm-extern-url): Don't use
2904         mm-with-unibyte-current-buffer.
2905         (mm-extern-cache-contents): Use with-current-buffer instead of
2906         save-excursion + set-buffer.
2907
2908 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-util.el (mm-emacs-mule): Remove.
2911
2912 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2913
2914         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2915         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2916         change.
2917
2918 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2921         bind the default value of enable-multibyte-characters to nil.
2922
2923 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * message.el (message-forward-make-body-plain)
2926         (message-forward-make-body-mml):
2927         Don't use mm-with-unibyte-current-buffer.
2928
2929 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2932
2933 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2934
2935         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2936         (Bug#5592).
2937
2938 2010-05-07  Julien Danjou  <julien@danjou.info>
2939
2940         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2941         it to mm-pipe-part.
2942
2943         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2944         it is given.
2945
2946 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * binhex.el (binhex-decode-region-internal)
2949         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2950         (dns-query)
2951         * nnweb.el (nnweb-gmane-search)
2952         * pgg-parse.el (pgg-parse-armor)
2953         * pgg.el (pgg-verify-region)
2954         * sha1.el (sha1-string-external)
2955         * uudecode.el (uudecode-decode-region-internal)
2956         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2957         XEmacs.
2958
2959         * gnus-art.el (gnus-article-browse-html-parts)
2960         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2961         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2962         make-temp-file.
2963
2964         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2965         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2966         compiling.
2967
2968         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2969         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2970         XEmacs when compiling.
2971
2972         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2973         gnus-pick-mode-off-hook for XEmacs when compiling.
2974         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2975         gnus-binary-mode-off-hook for XEmacs when compiling.
2976
2977         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2978         nil if char-charset is not available.
2979
2980         * imap.el (imap-disable-multibyte)
2981         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2982         macros.
2983
2984         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2985         instead of encode-coding-string.
2986
2987         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2988         'xemacs) instead of mm-emacs-mule to switch function definitions.
2989         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2990
2991         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2992         bind temporary-file-directory for XEmacs;
2993         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2994         timer-set-function for XEmacs 21.4 and SXEmacs;
2995         bind timer-list for XEmacs 21.4 and SXEmacs;
2996         fbind char-charset and find-charset-region for non-Mule XEmacs;
2997         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2998         encode-coding-region and encode-coding-string for XEmacs having no
2999         file-coding feature.
3000
3001 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3002
3003         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3004
3005 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3008         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3009
3010 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3011
3012         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3013         alias `jka-compr-delete-temp-file' no longer exists.
3014
3015 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         Use define-minor-mode in Gnus where applicable.
3018         * mml.el (mml-mode): Use define-minor-mode.
3019         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3020         (gnus-undo-mode): Use define-minor-mode.
3021         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3022         (gnus-dead-summary-mode): Use define-minor-mode.
3023         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3024         Initialize in declaration.
3025         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3026         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3027         (gnus-mailing-list-mode): Use define-minor-mode.
3028         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3029         (gnus-draft-mode): Use define-minor-mode.
3030         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3031         (gnus-dired-mode): Use define-minor-mode.
3032
3033 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3034
3035         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3036         handles on recursive mml-to-mime translation and check them for
3037         boundary delimiter collisions.  Reported by Greg Troxel.
3038
3039 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3042
3043 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3044
3045         * mm-util.el (mm-find-buffer-file-coding-system):
3046         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3047
3048 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3049
3050         * message.el (message-generate-headers): Record insertion of optional
3051         headers as well.  Otherwise the check to prevent repeated insertion of
3052         optional headers is a no-op.
3053
3054 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * smime.el: Don't mention CVS.
3057
3058         * nnrss.el (nnrss-fetch): Don't mention CVS.
3059
3060         * nnir.el: Don't mention CVS.
3061
3062 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3063
3064         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3065
3066 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * lpath.el: Fbind bookmark-default-handler,
3069         bookmark-get-bookmark-record, bookmark-make-record-default,
3070         bookmark-prop-get for Emacs <23 and XEmacs.
3071
3072 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3073
3074         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3075         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3076         Use with-current-buffer to silence the byte-compiler.
3077         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3078         bother to require `gnus'.
3079         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3080
3081 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3082
3083         * gnus-sum.el (gnus-summary-bookmark-make-record)
3084         (gnus-summary-bookmark-jump): New functions.
3085         (gnus-summary-mode): Setup bookmark support.
3086
3087 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3088
3089         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3090         if set.
3091
3092 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3095         gnus-article-browse-html-save-cid-image; make it work recursively for
3096         forwarded messages as well.
3097         (gnus-article-browse-html-parts): Work when prefix arg is given.
3098         (gnus-article-browse-html-article): Doc fix.
3099
3100 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3101
3102         * message.el (message-default-mail-headers):
3103         (message-default-headers): Carry the value mail-default-headers over
3104         into message-default-mail-headers, rather than message-default-headers.
3105
3106 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3107
3108         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3109         charset.
3110
3111         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3112         charset into the <meta> tag when the article is encoded to utf-8.
3113
3114 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3117         directories as well.
3118         (gnus-article-browse-html-parts): Work for images that do not specify
3119         file names; delete temp directory when quitting; insert header at the
3120         right place; use file: scheme for image files.
3121
3122 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3123
3124         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3125         (gnus-article-browse-html-parts): Use it to make temporary cid image
3126         files in addition to html file so that browser may display them.
3127
3128 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3131
3132 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3133
3134         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3135
3136 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3139         about Secret Service API sources.  Improve Customize options.
3140         (auth-source-pick): Change to accept any number of search parameters.
3141         Implement fallbacks iteratively, not recursively.  Add scoring on the
3142         second pass and sort by score.  Call Secret Service API when needed.
3143         (auth-source-user-or-password): Use it.  Call Secret Service API
3144         directly when needed to get the user name and the password.
3145
3146 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3147
3148         * message.el (message-interactive): Doc fix.
3149         (message-qmail-inject-args): Reflow.
3150         (message-kill-to-signature): Fix typo in docstring.
3151
3152         * smiley.el (smiley-buffer): Fix typo in docstring.
3153
3154 2010-03-24  Glenn Morris  <rgm@gnu.org>
3155
3156         * mail-source.el (gnus-message): Declare.
3157         (mail-source-delete-old-incoming): Require gnus-util.
3158
3159 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3162
3163         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3164
3165         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3166         password-cache's default if it is not bound.
3167         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3168         password-cache-expiry's default if it is not bound.
3169
3170         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3171         available in Emacs 21.
3172
3173         * lpath.el: Suppress compiler warnings for:
3174         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3175         XEmacs;
3176         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3177         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3178         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3179
3180 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * auth-source.el (auth-sources): Fix up definition so extra parameters
3183         are always inline.
3184
3185 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3186
3187         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3188         wasn't updated after mismatch.  Clear cached mailbox info correctly
3189         when uidvalidity changes.
3190         (nnimap-group-prefixed-name): New function to avoid some code
3191         duplication.
3192         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3193         (nnimap-request-group): Use it.
3194         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3195         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3196         with many imap folders.  This is done by caching the group status from
3197         the imap server persistently in a group parameter `imap-status'.  (This
3198         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3199         but not persistently, so every Gnus startup was still very slow.)
3200
3201 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3204         delete the extra newline.  Otherwise editing of :string and :number
3205         types don't work.
3206
3207 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3210         secrets.el dependency.
3211         (auth-sources): Add optional user name.  Add secrets.el configuration
3212         choice (unused right now).
3213
3214 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3217         `gnus-registry-install-shortcuts' fill in the functions.
3218
3219         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3220         warnings.
3221         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3222         (gnus-registry-install-shortcuts): Populate and use it in a
3223         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3224
3225 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3226
3227         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3228         In-place substitutions for the group name encoding/decoding.
3229         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3230         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3231         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3232         (nnimap-update-unseen, nnimap-request-list)
3233         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3234         (nnimap-request-set-mark, nnimap-split-to-groups)
3235         (nnimap-split-articles, nnimap-request-newgroups)
3236         (nnimap-request-create-group, nnimap-request-accept-article)
3237         (nnimap-request-delete-group, nnimap-request-rename-group)
3238         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3239         `encoded-mbx' for consistency.
3240         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3241         variable `imap-current-mailbox'.
3242
3243         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3244         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3245
3246 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3247
3248         * pop3.el (pop3-display-message-size-flag): Display message size byte
3249         counts during POP3 download.
3250         (pop3-movemail): Use it.
3251         (pop3-list): Implement listing of available messages.
3252
3253 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3254
3255         * nnir.el (nnir-get-article-nov-override-function): New function to
3256         override the normal NOV retrieval.
3257         (nnir-retrieve-headers): Use it.
3258
3259 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3260
3261         * auth-source.el (netrc-machine-user-or-password): Autoload.
3262
3263 2010-03-19  Glenn Morris  <rgm@gnu.org>
3264
3265         Stop message.el from loading about 40 libraries it doesn't always need.
3266         The general approach is to autoload rather than require, and to
3267         require in the specific functions rather than the file.  (Bug#5642)
3268
3269         * gmm-utils.el: Don't require wid-edit.
3270         (widget-create-child-value, widget-convert, widget-default-get):
3271         Autoload.
3272
3273         * gnus-util.el: Don't require time-date, netrc.
3274         (message-fetch-field, gnus-group-name-decode): Declare rather than
3275         autoloading.
3276         (gnus-fetch-field): Require message.
3277         (gnus-decode-newsgroups): Require gnus-group.
3278
3279         * ietf-drums.el: Don't require time-date.
3280
3281         * message.el: Don't require hashcash, canlock, ecomplete.
3282         Do require mail-utils.  Require nnheader only when compiling.
3283         (smtpmail-default-smtp-server): Remove declaration.
3284         (message-send-mail-function): Check smtpmail-default-smtp-server
3285         is bound rather than requiring smtpmail.
3286         (message-auto-save-directory, message-insert-signature): Use
3287         expand-file-name rather than nnheader-concat.
3288         (nnheader-insert-file-contents): Autoload.
3289         (hashcash-wait-async): Declare.
3290         (message-send-mail): Only call gnus-setup-posting-charset if
3291         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3292         (message-send-mail-with-sendmail): Require sendmail.
3293         (canlock-password, canlock-password-for-verify): Declare.
3294         (message-canlock-password): Require canlock.
3295         (nnheader-get-report): Autoload.
3296         (gnus-setup-posting-charset): Declare.
3297         (message-send-news): Require gnus-msg.
3298         (message-make-references, message-make-in-reply-to): Use mail-header-id
3299         rather than the alias mail-header-message-id.
3300         (ecomplete-add-item, ecomplete-save): Declare.
3301         (message-put-addresses-in-ecomplete): Require ecomplete.
3302         (ecomplete-display-matches): Autoload.
3303
3304         * mm-decode.el: Don't require mailcap, gnus-util.
3305         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3306         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3307         Autoload.
3308         (mailcap-mime-extensions): Declare.
3309
3310         * mm-encode.el: Don't require mailcap.
3311         (mailcap-extension-to-mime): Autoload.
3312
3313         * mml-sec.el: Don't require password-cache.
3314
3315         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3316         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3317         (mml-minibuffer-read-type): Require mailcap.
3318         (mml-preview): Require gnus-msg.
3319
3320         * mml1991.el: Require password-cache.
3321         (password-cache-expiry): Remove declaration.
3322
3323         * mml2015.el: Require password-cache.
3324         (password-cache-expiry): Remove declaration.
3325
3326         * nneething.el (mailcap): Require mailcap.
3327
3328         * nnheader.el (declare-function): Add compatibility stub.
3329         (message-remove-header): Declare rather than autoload.
3330         (nnheader-replace-header): Require message.
3331
3332         * nnimap.el (declare-function): Add compatibility stub.
3333         (netrc-parse, netrc-machine-user-or-password): Declare.
3334         (nnimap-open-connection): Require netrc.
3335
3336         * nntp.el (declare-function): Add compatibility stub.
3337         (netrc-parse, netrc-machine, netrc-get): Declare.
3338         (nntp-send-authinfo): Require netrc.
3339
3340         * rfc2047.el: Don't require qp.
3341         (quoted-printable-encode-region, quoted-printable-decode-string):
3342         Autoload.
3343
3344         * sieve-mode.el: Don't require easymenu.
3345         (easy-menu-add-item): Autoload it.
3346
3347         * spam-stat.el (time-to-number-of-days): Autoload it.
3348
3349 2010-03-19  Glenn Morris  <rgm@gnu.org>
3350
3351         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3352
3353 2010-03-18  Glenn Morris  <rgm@gnu.org>
3354
3355         * hashcash.el (declare-function): Remove duplicate definition.
3356
3357 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3358
3359         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3360         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3361         value if any backslash escapes).
3362
3363 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3366         if it is available.  (bug#5647)
3367
3368         * lpath.el: Suppress compiler warning for coding-system-from-name for
3369         Emacs 21 and XEmacs.
3370
3371 2010-03-14  Juri Linkov  <juri@jurta.org>
3372
3373         * hmac-def.el:
3374         * hmac-md5.el:
3375         * netrc.el: Fix keywords.
3376
3377 2010-02-26  Glenn Morris  <rgm@gnu.org>
3378
3379         * message.el (message-send-mail-function): Change the default, so that
3380         it inherits from a customized send-mail-function.  (Bug#5643)
3381
3382 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3383
3384         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3385         shell-command-to-string signals an error (bug#5299).
3386
3387 2010-02-24  Glenn Morris  <rgm@gnu.org>
3388
3389         * message.el (message-smtpmail-send-it)
3390         (message-send-mail-with-mailclient): Doc fixes.
3391
3392 2010-02-16  Glenn Morris  <rgm@gnu.org>
3393
3394         * message.el (message-default-mail-headers): Change the default value
3395         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3396
3397 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3400         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3401
3402 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3403
3404         * time-date.el (date-to-time): Doc fix (Bug#5408).
3405
3406 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3407
3408         * message.el (message-mail): Just pass yank-action on to message-setup.
3409         (message-setup): Handle (FUN . ARGS) form of yank-action.
3410         (message-with-reply-buffer, message-widen-reply)
3411         (message-yank-original): Handle non-buffer values of
3412         message-reply-buffer (Bug#4080).
3413         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3414
3415 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3416
3417         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3418         Fix typo in docstring.
3419
3420 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3421
3422         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3423         response.
3424
3425 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3428
3429         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3430
3431         * message.el (message-check-news-header-syntax): Protect against a
3432         string that `rfc822-addresses' returns when parsing fails.
3433
3434 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3437         (gnus-previous-char-property-change): New functions.
3438
3439         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3440
3441 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3442
3443         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3444         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3445
3446 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3447
3448         * message.el (message-exchange-point-and-mark): Rework last change to
3449         avoid using optional arg of exchange-point-and-mark, for backward
3450         compatibility.
3451
3452 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3453
3454         * message.el (message-exchange-point-and-mark): Call
3455         exchange-point-and-mark with an argument rather than setting
3456         mark-active by hand (Bug#5175).
3457
3458 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * nntp.el (nntp-service-to-port): Work for service expressed with
3461         numeric string; replace [:digit:] with [0-9] for XEmacs.
3462
3463 2009-12-17  Glenn Morris  <rgm@gnu.org>
3464
3465         * gnus-group.el (gnus-bug-group-download-format-alist):
3466         Change emacs entry to debbugs.gnu.org.  Bump :version.
3467
3468 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3471
3472 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * message.el (message-info): Explain why we use `Info-goto-node'.
3475
3476 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3479
3480 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3481
3482         * message.el (message-completion-in-region): New compatibility function.
3483         (message-expand-group): Use it.
3484
3485 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3488         with no unread article should be listed if the 2nd arg `predicate' is
3489         given.
3490
3491 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3494
3495 2009-11-29  Juri Linkov  <juri@jurta.org>
3496
3497         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3498         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3499         on `gnus-recenter'. (Bug#4698, Bug#4981)
3500
3501 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3502
3503         * sha1.el (sha1-string-external): default-directory "/" in case
3504         otherwise non-existent.  process-connection-type pipe for touch of
3505         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3506
3507 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3508
3509         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3510         it's comms related and sgml-mode.el has "comm" on that basis too.
3511
3512 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3515         containing tspecial characters if they have been already quoted.
3516
3517 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3518
3519         * dns-mode.el (auto-mode-alist): Purecopy string.
3520
3521 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3522
3523         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3524
3525 2009-10-24  Glenn Morris  <rgm@gnu.org>
3526
3527         * gnus-art.el (help-xref-stack-item): Define for compiler.
3528
3529 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3530
3531         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3532
3533 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3536
3537 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3540         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3541
3542 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3545         (gnus-overlays-in): New alias to overlays-in.
3546
3547         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3548         gnus-overlay-get, and gnus-delete-overlay.
3549         (gnus-summary-show-thread): Make it work as well for systems in which
3550         next-single-char-property-change is not available.
3551         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3552
3553         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3554         (gnus-overlay-get): New alias to extent-property.
3555         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3556
3557         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3558         SXEmacs.
3559
3560         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3561         SXEmacs.
3562
3563 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3566
3567 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3568
3569         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3570         and XEmacs that don't have `remove-overlays'.
3571
3572 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3573
3574         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3575         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3576         selective display.  Use overlays instead.
3577
3578 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3579
3580         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3581
3582 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3583
3584         * spam-stat.el (spam-stat-load): Fix typo in message.
3585
3586 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3587
3588         * dig.el (dig-invoke): Fix typo in docstring.
3589         (query-dig): Reflow docstring.
3590
3591 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3592
3593         * gnus-art.el (gnus-article-encrypt-body):
3594         * message.el (message-check-recipients):
3595         * mm-util.el (mm-codepage-setup):
3596         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3597         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3598
3599 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3600
3601         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3602         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3603         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3604         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3605         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3606
3607 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3608
3609         * dig.el: Add "Keywords: comm", as per net-utils.el.
3610
3611 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * dig.el (dig-mode): Use define-derived-mode.
3614
3615 2009-09-19  Glenn Morris  <rgm@gnu.org>
3616
3617         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3618
3619 2009-09-18  Glenn Morris  <rgm@gnu.org>
3620
3621         * gnus-diary.el (gnus-diary-check-message):
3622         * message.el (message-insert-formatted-citation-line):
3623         * nnbabyl.el (top-level):
3624         * nndiary.el (nndiary-schedule):
3625         Fix typos in condition-case handlers.
3626
3627 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3630         configuration that provides the sole article window in a frame;
3631         position point correctly after deleting a part.
3632
3633 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3634
3635         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3636         (spam-resolve-registrations-routine): Use it to unregister articles
3637         that change status.
3638
3639 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3642         with XEmacs.
3643         (parse-time-string-chars): Use it.
3644
3645 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3646
3647         * imap.el (imap-interactive-login): Better messages.
3648         (imap-open): Fix bug with renamed buffer on reconnect.
3649         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3650         for easier debugging and cleaner code.  On successful (guessed based on
3651         server capabilities) secondary authentication, set imap-state
3652         correctly.
3653         (imap-last-authenticator): Define imap-last-authenticator as a variable
3654         to avoid warnings.
3655
3656 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * nnrss.el (nnrss-request-article): Remove binding of
3659         default-enable-multibyte-characters that has gotten needless by
3660         the 2007-07-13 change in rfc2047-encode-message-header.
3661
3662         * mml.el (mml-insert-multipart): Error on the message header.
3663         (mml-insert-part): Error on the message header; position point at
3664         the end of a MIME tag.
3665
3666 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * time-date.el (autoload): Expand define-obsolete-function-alias into
3669         defalias and make-obsolete for old Emacsen that Gnus supports.
3670         (with-no-warnings): Define it for old Emacsen.
3671         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3672         is available.
3673         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3674         float-time is available; suppress compile warning for time-to-seconds.
3675
3676         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3677         (gnus-float-time): Alias to float-time if it exists.
3678
3679         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3680         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3681         float-time is available; suppress compile warning for time-to-seconds.
3682
3683         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3684         XEmacs.
3685
3686 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * imap.el (imap-message-map): Docstring fix.
3689
3690 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3693         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3694         Add the optional argument `encoding' that overrides the default.
3695
3696         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3697         mm-encode-buffer.
3698
3699 2009-09-04  Glenn Morris  <rgm@gnu.org>
3700
3701         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3702         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3703         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3704         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3705         * mm-util.el (mm-with-unibyte-current-buffer)
3706         (mm-find-buffer-file-coding-system):
3707         * yenc.el (yenc-decode-region): Use default-value rather than
3708         default-enable-multibyte-characters.
3709
3710 2009-09-03  Glenn Morris  <rgm@gnu.org>
3711
3712         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3713         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3714         than default-enable-multibyte-characters.
3715
3716 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3717
3718         * gnus-art.el (gnus-article-read-summary-keys):
3719         Fix gnus-buffer-configuration's value temporarily used.
3720
3721 2009-09-02  Glenn Morris  <rgm@gnu.org>
3722
3723         * gnus-util.el (gnus-float-time): New function.
3724         * gnus-delay.el (gnus-delay-article):
3725         * gnus-sum.el (gnus-thread-latest-date):
3726         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3727         * nnspool.el (nnspool-request-newgroups):
3728         Use gnus-float-time rather than time-to-seconds.
3729         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3730
3731         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3732         (gnus-header-subject-face, gnus-header-newsgroups-face)
3733         (gnus-header-name-face, gnus-header-content-face):
3734         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3735         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3736         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3737         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3738         (gnus-cite-face-11):
3739         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3740         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3741         (gnus-server-closed-face, gnus-server-denied-face)
3742         (gnus-server-offline-face):
3743         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3744         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3745         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3746         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3747         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3748         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3749         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3750         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3751         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3752         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3753         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3754         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3755         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3756         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3757         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3758         (gnus-summary-high-undownloaded-face)
3759         (gnus-summary-low-undownloaded-face)
3760         (gnus-summary-normal-undownloaded-face)
3761         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3762         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3763         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3764         (gnus-splash-face):
3765         * message.el (message-header-to-face, message-header-cc-face)
3766         (message-header-subject-face, message-header-newsgroups-face)
3767         (message-header-other-face, message-header-name-face)
3768         (message-header-xheader-face, message-separator-face)
3769         (message-cited-text-face, message-mml-face):
3770         * sieve-mode.el (sieve-control-commands-face)
3771         (sieve-action-commands-face, sieve-test-commands-face)
3772         (sieve-tagged-arguments-face):
3773         * spam.el (spam-face):
3774         Mark face aliases with "-face" in the name as obsolete.
3775
3776 2009-09-01  Glenn Morris  <rgm@gnu.org>
3777
3778         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3779         than goto-line.
3780
3781 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3784         Don't move point if the command is invoked inside the message header.
3785
3786 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3787
3788         * imap.el (imap-send-command): Simplify.
3789         (imap-wait-for-tag): point-max -> buffer-size.
3790
3791 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3792
3793         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3794         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3795         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3796         * nnir.el (nnir-swish-e-index-file):
3797         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3798         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3799         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3800         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3801         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3802         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3803
3804 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3807         Don't save excursion.
3808
3809 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3810
3811         * nnheader.el (nnheader-find-file-noselect):
3812         * mm-util.el (mm-insert-file-contents):
3813         Use (default-value 'major-mode) instead of default-major-mode.
3814
3815 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3816
3817         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3818
3819 2009-08-26  Glenn Morris  <rgm@gnu.org>
3820
3821         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3822         than placing in files.el.
3823
3824 2009-08-25  Glenn Morris  <rgm@gnu.org>
3825
3826         * nnir.el (top-level): Don't require cl at run-time.
3827         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3828         Replace cl-function substitute with gnus-replace-in-string.
3829         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3830         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3831         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3832         simplified expansions.
3833
3834 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3835
3836         * dig.el (dig): Add autoload cookie.
3837
3838 2009-08-22  Glenn Morris  <rgm@gnu.org>
3839
3840         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3841         goto-line.
3842
3843 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3844
3845         * parse-time.el (parse-time-string-chars): Save match data.
3846
3847 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3848
3849         * parse-time.el (parse-time-string-chars): Compute using character
3850         classes, to handle non-ascii characters (Bug#3190).
3851
3852 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3855
3856         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3857         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3858         (gnus-mm-display-part, gnus-mime-display-single)
3859         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3860         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3861
3862         * gnus-sum.el
3863         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3864         (gnus-summary-move-article): Add expirable mark to articles copied or
3865         moved to group that has auto-expire turned on if the option is non-nil.
3866
3867 2009-07-24  Glenn Morris  <rgm@gnu.org>
3868
3869         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3870         Fix typo.  (Bug#3903)
3871
3872 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3875         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3876         that should not be used for draft articles.
3877         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3878         that has no concern in minor mode keys.
3879         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3880         Abolish.
3881
3882 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3885         article without making inquiry to a user for unknown encoding.
3886
3887         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3888         (nnmaildir--scan): Assume i-node and device number that file-attributes
3889         returns might be cons-cell.
3890
3891         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3892
3893         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3894
3895 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * auth-source.el: Remove docs now in auth.texi.  Don't use
3898         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3899         `auth-source-hide-passwords' and use them.
3900
3901 2009-07-15  Glenn Morris  <rgm@gnu.org>
3902
3903         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3904
3905 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3908         excessive whitespace from the default values of title and description.
3909
3910 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3913         mail-fetch-field to fetch Content-Description header in order to
3914         exclude newlines.
3915
3916 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3917
3918         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3919         format used by GnuPG 2.0.11.
3920
3921 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3924         to deleted part.
3925
3926 2009-05-30  David Engster  <dengste@eml.cc>
3927
3928         * nnmairix.el: Remove old documentation in the commentary block.
3929         (nnmairix-request-group): Do not update active file for nnml back ends.
3930         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3931         end so that overview files are ignored.
3932         (nnmairix-update-groups): Make updating the groups more robust by using
3933         marks.
3934         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3935         with dollar characters in message-id.
3936
3937 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3940         2008-12-25 in dns.el.
3941
3942 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3943
3944         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3945         could happen if the text is only composed of spaces and/or tabs.
3946
3947 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3948
3949         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3950         when sending a queued message to avoid extra mml tags.
3951
3952 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3955
3956 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3959         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3960         rmail-toggle-header for XEmacs;
3961         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3962
3963 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-dired.el: Remove autoload for gnus-setup-message.
3966         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3967         displaying Gnus logo; always use compose-mail.
3968
3969 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3972
3973 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3976         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3977         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3978         available.
3979         (gnus-nocem-epg-verify): New function.
3980
3981 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3982
3983         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3984
3985 2009-02-15  Glenn Morris  <rgm@gnu.org>
3986
3987         * gnus-util.el (rmail-insert-rmail-file-header)
3988         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3989         autoloads.
3990         (rmail-default-rmail-file): Remove unnecessary declaration.
3991         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3992
3993 2009-02-14  Glenn Morris  <rgm@gnu.org>
3994
3995         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3996         variable (only used in gnus-util, which declares it anyway).
3997         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3998         which was only needed by gnus-art (changed to not use it any more).
3999         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4000         only used in gnus-util, which autoloads it itself.
4001         (rmail-update-summary): Fix autoload.
4002
4003         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4004         rather than rmail-output-to-rmail-file.
4005
4006 2009-02-07  Glenn Morris  <rgm@gnu.org>
4007
4008         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4009         autoload of function that no longer exists.
4010         (rmail-toggle-header): Declare.
4011         (message-forward-rmail-make-body): Handle mbox Rmail.
4012
4013 2009-01-31  Glenn Morris  <rgm@gnu.org>
4014
4015         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4016         2009-01-09 change.
4017
4018 2009-01-31  Dave Love  <fx@gnu.org>
4019
4020         * imap.el (imap-fetch-safe): Bind debug-on-error.
4021         (imap-debug): Add imap-fetch-safe.
4022
4023 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4026         (auth-source-forget-all-cached): New convenience function.
4027         (auth-source-user-or-password): Accept list of modes or a single mode.
4028
4029         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4030         auth-source modes.
4031
4032         * netrc.el (netrc-machine-user-or-password): Use list of
4033         auth-source modes.
4034
4035         * nnimap.el (nnimap-open-connection): Use list of
4036         auth-source modes.
4037
4038         * nntp.el (nntp-send-authinfo): Use list of
4039         auth-source modes.
4040
4041 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4044         now.
4045
4046 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4049         coding system in XEmacs; add a workaround for XEmacs.
4050
4051         * lpath.el: Fbind coding-system-aliasee.
4052
4053 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4056         of current-language-environment.
4057
4058 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4061         available at runtime.
4062
4063 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4066
4067 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4068
4069         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4070         the greatest positive fixnum value doesn't work under an XEmacs with
4071         bignum support; use the most-positive-fixnum constant instead,
4072         available since Emacs 21.1 with cl and XEmacs 21.1.
4073
4074 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4077         XEmacs gets not to work.
4078
4079 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * mm-util.el (mm-coding-system-priorities): Allow the value like
4082         "Japanese (UTF-8)" of current-language-environment.
4083
4084 2009-01-09  Glenn Morris  <rgm@gnu.org>
4085
4086         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4087         with last-command-event.
4088
4089 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4092         in the doc string.
4093
4094         * message.el (message-fix-before-sending): Amend comment.
4095
4096 2009-01-08  Dave Love  <fx@gnu.org>
4097
4098         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4099
4100 2009-01-07  David Engster  <dengste@eml.cc>
4101
4102         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4103         simplified server definitions by converting it via
4104         gnus-server-to-method.
4105
4106 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4109         parameter's operands.
4110
4111 2009-01-06  David Engster  <dengste@eml.cc>
4112
4113         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4114         primary select method (for gnus-group-mark-article-as-read).
4115
4116 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4117
4118         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4119         `(gnus)Face', not `(gnus)X-Face'.
4120
4121 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * mm-util.el (mm-ucs-to-char): New function.
4124
4125         * mm-url.el (mm-url-decode-entities): Use it.
4126
4127         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4128         unicode-to-char.
4129
4130 2009-01-05  Dave Love  <fx@gnu.org>
4131
4132         * time-date.el: Require cl for `declare'.
4133
4134 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4137         Dave Love.
4138
4139 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * message.el (message-fix-before-sending): Add `eight-bit' to
4142         illegible-text check.
4143
4144 2009-01-03  Michael Olson  <mwolson@gnu.org>
4145
4146         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4147         `headers' is nil.  This can occur if the IMAP server does not have
4148         permissions to read messages from a folder, but can write new messages
4149         to the folder.
4150         (nnimap-request-article-part): Do not insert `data' if it is nil.
4151
4152         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4153         characters which will confuse `read', so skip past them.
4154
4155 2009-01-01  Dave Love  <fx@gnu.org>
4156
4157         * imap.el (imap-string-to-integer): Fix typo.
4158         (imap-fetch-safe): New function.
4159         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4160
4161         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4162
4163         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4164         (imap-parse-greeting): Fix doc strings.
4165         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4166         (imap-parse-flag-list): Make messages unique.
4167         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4168
4169         * nnimap.el: Fix author email.
4170         (nnimap-split-rule): Add FIXME comment.
4171         (nnimap-debug): Fix doc string.
4172
4173 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4176
4177 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4180         nslookup if resolv.conf isn't available.
4181         (dns-query): Rename from query-dns.
4182         (dns-query-cached): Rename from query-dns-cached.
4183
4184 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4187         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4188         to check if those variables exist (first appeared in Emacs 18.50).
4189
4190 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * mm-util.el (mm-line-number-at-pos): New function.
4193
4194         * spam-report.el (spam-report-process-queue): Use it.
4195
4196 2008-12-24  David Engster  <dengste@eml.cc>
4197
4198         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4199         parameters that haven't existed as variables as buffer-local variables.
4200
4201 2008-12-23  Dave Love  <fx@gnu.org>
4202
4203         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4204         cadar.
4205
4206         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4207         imap-starttls-p.
4208         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4209
4210 2008-12-22  Dave Love  <fx@gnu.org>
4211
4212         * imap.el: Fix author email.  Doc fixes.
4213         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4214         reply.
4215
4216 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * spam-report.el (spam-report-gmane-max-requests): New constant.
4219         (spam-report-gmane-wait): New variable.
4220         (spam-report-gmane-ham, spam-report-gmane-spam)
4221         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4222         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4223         the server.
4224
4225         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4226         Add explanations.
4227
4228         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4229         nnheader-accept-process-output and nnheader-read-timeout if available.
4230         (pop3-movemail): Use it.
4231
4232         * message.el (message-check-news-body-syntax): Fix signature check if
4233         there's an attachment.
4234
4235 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * mm-util.el: Add comments to the mm- emulating functions.
4238
4239 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4242         by Stephen Berman <stephen.berman@gmx.net>.
4243
4244 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * mm-util.el (mm-substring-no-properties): New function.
4247         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4248         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4249         (mm-string-to-multibyte): Doc fix.
4250
4251         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4252
4253 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * mml.el (mml-attach-file): Strip text properties from file name.
4256         (Bug#1574)
4257
4258 2008-12-16  Glenn Morris  <rgm@gnu.org>
4259
4260         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4261
4262 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4265         knows since the charset specified might be a bogus alias that
4266         mm-charset-synonym-alist provides.
4267
4268 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4269
4270         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4271         "ISO_8859-1".
4272
4273         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4274
4275 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * mm-util.el (mm-charset-eval-alist):
4278         Define it before mm-charset-to-coding-system.
4279         (mm-charset-to-coding-system): Add optional argument `silent';
4280         define it before mm-charset-override-alist.
4281         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4282         default value if it can be used in Emacs currently running;
4283         silence mm-charset-to-coding-system.
4284
4285 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4288         `allow-override' which says whether to use `mm-charset-override-alist'.
4289         (rfc2047-decode-encoded-words): Use it.
4290
4291         * mm-util.el (mm-charset-override-alist): Fix custom type;
4292         add `(gb2312 . gbk)' to choices.
4293
4294 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4297         fast.
4298
4299         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4300
4301         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4302
4303 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4304
4305         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4306         on links.
4307
4308         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4309
4310 2008-12-03  Lute Kamstra  <lute@gnu.org>
4311
4312         * sha1.el: Remove leading * from docstrings of defcustoms,
4313         deffaces, defconsts and defuns.
4314
4315 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4318         users' addresses that don't have domain parts.
4319         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4320         rather than message-narrow-to-head since there will be the message
4321         header separator.
4322
4323 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4324
4325         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4326         since the result is inserted in a unibyte buffer anyway.
4327         (nnimap-demule-use-string-to-multibyte): Remove.
4328         (nnimap-demule): Alias it to mm-string-to-multibyte.
4329
4330 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4333         variable for debugging bug#464 and bug#1174.
4334         (nnimap-demule): Use it.
4335
4336 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4339         score calculation correctly.
4340
4341 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4342
4343         * message.el (message-send-mail): Just set the buffer to unibyte
4344         rather than use mm-with-unibyte-current-buffer which does a lot more.
4345         (message-send-mail-partially): Don't bother with
4346         mm-with-unibyte-current-buffer since it's already been made unibyte by
4347         message-send-mail.
4348
4349 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4352
4353 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4354
4355         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4356
4357 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4360         require itself and to remove `with-no-warnings'.
4361
4362 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * starttls.el (starttls-any-program-available): Get the name of the
4365         available TLS layer program.
4366         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4367         well as the host name in the "opening" message.
4368
4369         * auth-source.el (auth-source-cache, auth-source-do-cache)
4370         (auth-source-user-or-password): Cache passwords and logins by default,
4371         allow override with `auth-source-do-cache'.
4372         (auth-source-forget-user-or-password): Allow users to remove cache
4373         entries if needed.
4374
4375 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4376
4377         * md4.el (md4-buffer): Fix typo in docstring.
4378         (md4, md4-64): Doc fixes.
4379         (md4-pack-int32): Reflow docstring.
4380
4381 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4384         condition-case to only the forward-sexp call.
4385
4386 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4389         quotes contained.  Make it more robust regardless by an extra
4390         condition-case wrapper.
4391
4392 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4395
4396 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * nnml.el (nnml-request-expire-articles): Check if the function set to
4399         `nnmail-expiry-target' returns the symbol `delete'.
4400
4401         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4402
4403         * nnmail.el (nnmail-expiry-target): Fix custom type.
4404
4405 2008-10-02  Glenn Morris  <rgm@gnu.org>
4406
4407         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4408         Silence compiler warning.
4409
4410 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4411
4412         * tls.el (open-tls-stream): Show the actual command being
4413         executed, instead of the format string.
4414
4415 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * lpath.el: Fbind codepage-setup for Emacs 23.
4418
4419 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4420
4421         * mml.el (mml-menu): Don't assume mml2015 is bound.
4422
4423 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4426         exists.
4427
4428 2008-09-27  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus-util.el (mail-header-remove-comments): Autoload it.
4431
4432 2008-09-27  Andreas Schwab  <schwab@suse.de>
4433
4434         * gnus-util.el (gnus-split-references): Strip comments.
4435         (gnus-parent-id): Likewise.
4436
4437 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * message.el (message-confirm-send): Fix version.
4440
4441 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * message.el (message-idna-to-ascii-rhs-1): Use
4444         mail-extract-address-components rather than mail-header-parse-addresses
4445         that is an alias by default to ietf-drums-parse-addresses that does not
4446         support non-ASCII names in headers' contents.
4447
4448 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * message.el (message-confirm-send): Fixed variable documentation to
4451         avoid the "y/n" wording.
4452
4453 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4454
4455         * message.el (message-set-auto-save-file-name): Save to a different
4456         filename so multiple messages (especially drafts) can be recovered.
4457
4458 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * message.el (message-confirm-send): Add appropriate version.
4461
4462 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4465         defvar.
4466
4467 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4468
4469         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4470         (mm-pkcs7-enveloped-magic): Ditto.
4471
4472 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4473
4474         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4475         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4476
4477 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4480         default, it's better.
4481
4482 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4485         summary line gnus-number property and ignore them (with a warning
4486         message).
4487
4488 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4491         macro caddr in the interactive form since it won't be expanded.
4492
4493 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4496         `charset'; fix name of function called recursively.
4497         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4498
4499 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4502         (gnus-mime-set-charset-parameters): New function.
4503         (gnus-mime-view-part-as-charset): Use it to correctly display part
4504         specifying wrong charset.
4505
4506 2008-09-08  David Engster  <dengste@eml.cc>
4507
4508         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4509         in completing-read for back end server.
4510
4511 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4512
4513         * message.el (message-confirm-send): New variable to confirm sending a
4514         message.
4515         (message-send): Use it.
4516
4517 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4520
4521 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4524
4525 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4528         prevent tracking too many groups.
4529         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4530         Use it.
4531
4532 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4533
4534         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4535         moving point to the bottom of the window in order to avoid recentering.
4536
4537 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4540
4541         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4542         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4543         (gnus-article-beginning-of-window): Fix calculation.
4544
4545 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-msg.el (gnus-summary-supersede-article)
4548         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4549         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4550         message header.
4551
4552 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4553
4554         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4555         pending output coming after the status change.
4556
4557 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4558
4559         * message.el:
4560         * gnus-start.el:
4561         * gnus-registry.el: Remove VMS support.
4562
4563 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4566         macro.
4567         (rfc2104-hash): Use it.
4568
4569 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4572         (gnus-summary-sort-by-most-recent-date): New commands.
4573         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4574         and menu entries.
4575
4576 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4579         don't redisplay article for raw contents; remove plural articles stuff.
4580
4581         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4582         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4583         on gnus-summary-save-article; display results properly.
4584
4585 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * lpath.el: No need to fbind ns-focus-frame.
4588
4589 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4592
4593 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4596         gnus-save-all-headers.
4597
4598 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4599
4600         * gnus-util.el (ns-focus-frame): Remove declaration.
4601         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4602         like x.
4603
4604 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4605
4606         * rfc2104.el (rfc2104-zero): Delete defconst.
4607         (rfc2104-hex-alist): Likewise.
4608         (rfc2104-hex-to-int): Delete func.
4609         (rfc2104-hexstring-to-bitstring): Likewise.
4610         (rfc2104-nybbles): New defconst.
4611         (rfc2104-hash): Rewrite for speed.
4612
4613 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * tls.el (open-tls-stream): Make it work with the 2nd argument
4616         BUFFER that is a string but does not exist as a buffer object, as
4617         mentioned in the doc-string.
4618
4619 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4622         SXEmacs.
4623
4624 2008-07-16  Glenn Morris  <rgm@gnu.org>
4625
4626         * gnus-util.el (ns-focus-frame): Declare for compiler.
4627
4628 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4631         set as a group parameter.
4632         (gnus-summary-save-in-pipe): Work when it is called independently.
4633         (gnus-summary-pipe-to-muttprint): Don't modify
4634         gnus-summary-pipe-output-default-command.
4635
4636 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4637
4638         * message.el (message-send-mail-with-sendmail):
4639         Display the error message.
4640
4641 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-art.el (gnus-default-article-saver):
4644         Add gnus-summary-save-in-pipe to choices.
4645         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4646         gnus-summary-pipe-output-default-command as the default command.
4647         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4648         instead of gnus-last-shell-command.
4649
4650         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4651         New user option.
4652         (gnus-summary-muttprint-program): Mention the value will be changed.
4653         (gnus-summary-save-article): Force showing of all headers.
4654         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4655
4656 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4657
4658         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4659
4660 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4661
4662         * nnimap.el (nnimap-id):
4663         * sieve-manage.el (sieve-manage-open): Doc fixes.
4664
4665 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4666
4667         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4668         if available.
4669
4670 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4671
4672         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4673
4674         * nnkiboze.el (nnkiboze-generate-group):
4675         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4676
4677         * nnmairix.el: Require CL.
4678
4679 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * dgnushack.el: Autoload get-display-table and put-display-table for
4682         XEmacs 21.5.
4683
4684         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4685         21.4 and SXEmacs.
4686
4687 2008-06-15  David Engster  <dengste@eml.cc>
4688
4689         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4690
4691 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4692
4693         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4694         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4695         runtime choice under XEmacs.
4696
4697         * gnus-sum.el (gnus-summary-set-display-table):
4698         Use `gnus-put-display-table', `gnus-get-display-table',
4699         `gnus-set-display-table' for the display table, instead of `aset'.
4700
4701         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4702         Use `gnus-put-display-table', `gnus-get-display-table',
4703         `gnus-set-display-table' for the display table.
4704
4705 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * nnmairix.el: Add autoloads.
4708
4709 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * nnmairix.el (nnmairix-delete-recreate-group)
4712         (nnmairix-update-and-clear-marks): Fix error messages.
4713
4714 2008-06-14  David Engster  <dengste@eml.cc>
4715
4716         * nnmairix.el: Upgrade to version 0.6.
4717         (nnmairix-group-toggle-propmarks-this-group)
4718         (nnmairix-group-toggle-readmarks-this-group)
4719         (nnmairix-group-delete-recreate-this-group)
4720         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4721         (nnmairix-remove-tick-mark-original-article): New commands.
4722         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4723         (nnmairix-propagate-marks-to-nnmairix-groups)
4724         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4725         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4726         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4727         functions needed for marks propagation and manipulation of read marks.
4728         (nnmairix-update-groups): New function.
4729         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4730         (nnmairix-determine-original-group-from-registry)
4731         (nnmairix-determine-original-group-from-path)
4732         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4733         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4734         New helper functions.
4735         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4736         keystrokes for new commands.
4737         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4738         (nnmairix-request-group): Check allow-fast group parameter.
4739         (nnmairix-request-create-group): Set allow-fast group parameter if
4740         nnmairix-allowfast-default is set.
4741         (nnmairix-close-group): Propagate marks upon closing if needed.
4742         (nnmairix-group-toggle-threads-this-group): Use new.
4743         nnmairix-group-toggle-parameter helper function.
4744         (nnmairix-search): Better check for empty search result.
4745         (nnmairix-goto-original-article): Use new helper functions for
4746         determining original article.
4747         (nnmairix-show-original-article): Make sure message-id is in brackets.
4748         (nnmairix-call-mairix-binary): Change variable name.
4749         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4750         helper function.
4751         (nnmairix-widget-toggle-activate): Fix doc string.
4752
4753 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * nnir.el: Require edmacro when compiling with XEmacs.
4756         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4757         available in Emacs 21.
4758
4759 2008-06-11  Glenn Morris  <rgm@gnu.org>
4760
4761         * gnus-util.el (x-focus-frame):
4762         * gnus.el (image-size):
4763         * mm-decode.el (image-size): Declare.
4764
4765         * gnus-picon.el (declare-function): Add compat definition.
4766         (image-size): Declare.
4767
4768         * gnus-group.el (tool-bar-map):
4769         * gnus-sum.el (tool-bar-map): Define for compiler.
4770
4771         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4772
4773         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4774
4775         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4776         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4777         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4778         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4779         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4780         * sieve-manage.el, spam-report.el, spam.el:
4781         Remove unnecessary eval-and-compile of autoloads.
4782
4783 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4784
4785         * auth-source.el: Precise Tramp doc.
4786
4787 2008-06-07  Glenn Morris  <rgm@gnu.org>
4788
4789         * nnmairix.el: Remove unnecessary eval-when-compile.
4790
4791 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * lpath.el: Fbind propertize for XEmacs 21.4.
4794
4795 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * nnir.el: Move here from ../contrib.
4798
4799 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4800
4801         * gnus-util.el (gnus-read-shell-command): New function.
4802         * mm-decode.el (mm-pipe-part):
4803         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4804
4805 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4808
4809 2008-06-03  Glenn Morris  <rgm@gnu.org>
4810
4811         * pop3.el (nnheader-accept-process-output): Autoload it.
4812
4813 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4816         are not 2-digit hexadecimal characters that follow `%'s.
4817
4818 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * message.el (message-bogus-recipient-p): Fix type in doc string.
4821         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4822         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4823         Improve custom options.
4824         (message-bogus-recipient-p): Adjust accordingly.
4825
4826 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4827
4828         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4829         long-form month and day names.
4830
4831 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * dgnushack.el: Autoload debug, eudc-expand-inline and
4834         pgg-snarf-keys-region for XEmacs.
4835
4836         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4837
4838         * nnmairix.el: Require edmacro when compiling with XEmacs.
4839
4840 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4843         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4844
4845 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * auth-source.el: Add more docs.
4848
4849         * netrc.el (netrc-machine): Always match if the port is not given.
4850
4851 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4854         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4855         retrieval faster in some cases, but might make CPU usage larger.  If
4856         this has any bad side effects, we might revert this change.
4857
4858         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4859         seems to make mail retrieval much, much faster.
4860         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4861         unconditionally.
4862
4863         * gnus-draft.el (gnus-group-send-queue): Bind
4864         message-send-mail-partially-limit to nil to avoid being prompted.
4865
4866 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4869
4870         * message.el (message-bogus-address-regexp): Fix and improve custom
4871         type.
4872         (message-setup-hook): Add message-check-recipients as custom option.
4873
4874 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * message.el (message-cite-function): Remove bogus autoload which crept
4877         in during merge from v5-10.
4878
4879 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4882
4883         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4884
4885         * auth-source.el: Preliminary Tramp docs.
4886         (auth-sources): Change the default auth-sources to use
4887         EPA .gpg files.
4888
4889 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4890
4891         * nntp.el: Autoload `auth-source-user-or-password'.
4892         (nntp-send-authinfo): Use it.
4893
4894         * nnimap.el: Autoload `auth-source-user-or-password'.
4895         (nnimap-open-connection): Use it.
4896
4897         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4898         for the gnus-message function.
4899         (auth-source-user-or-password): Use it.
4900
4901 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4902
4903         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4904         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4905         (rfc2104-hash): Use it.
4906
4907 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4908
4909         * gnus-art.el (gnus-article-toggle-truncate-lines):
4910         Don't use `iff' in docstring.
4911
4912 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4915
4916         * gnus-util.el (gnus-extract-address-component-name)
4917         (gnus-extract-address-component-email): Convenience functions around
4918         `gnus-extract-address-components'.
4919
4920         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4921         Use `gnus-extract-address-component-email' to fix bug of comparing full
4922         sender name to `user-mail-address'.
4923
4924 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4927         catch/throw to optimize.
4928         (gnus-registry-find-keywords): Just use member to find a keyword.
4929
4930 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4931
4932         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4933         is current before calling gnus-server-prepare.
4934         (gnus-server-setup-buffer, gnus-server-update-server)
4935         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4936
4937 2008-05-04  Juri Linkov  <juri@jurta.org>
4938
4939         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4940         (mailcap-file-default-commands): Use mailcap-replace-in-string
4941         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4942         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4943
4944 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4945
4946         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4947
4948 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4949
4950         * gnus.el: Bump version to 0.11.
4951
4952 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4953
4954         * gnus.el: No Gnus v0.10 is released.
4955
4956 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4959         hooks.
4960         (gnus-update-read-articles): Speed up non-marks-using users.
4961         (gnus-use-marks): Define gnus-use-marks.
4962         (gnus-propagate-marks): Rename variable to something more sensible.
4963
4964 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4965
4966         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4967         (gmm-image-load-path-for-library): Fix typos in docstrings.
4968         (gmm-message): Reflow docstring.
4969
4970 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * mail-source.el (mail-source-set-1, mail-source-bind):
4973         Move auth-source code out of the macro to clean it up and fix bugs.
4974
4975 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4978         by sender if it's equal to user-mail-address, it's likely to be
4979         useless.
4980
4981         * mail-source.el (mail-source-bind): Don't use user or password if they
4982         are not bound.  Unintern them if they are nil.  Don't use server unless
4983         it's bound, and default it to empty string otherwise.
4984
4985 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * mail-source.el: Load auth-source.el.
4988         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4989         get user name or password, if auth-sources is set up.
4990
4991         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4992         strategy of splitting with parent.
4993         (gnus-registry-split-fancy-with-parent)
4994         (gnus-registry-post-process-groups): Use it and fix prior
4995         bug (returning a list as the split result).
4996
4997         * auth-source.el (auth-sources): Remove server parameter.
4998         (auth-source-pick, auth-source-user-or-password)
4999         (auth-source-user-or-password-imap)
5000         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5001         (auth-source-user-or-password-sftp)
5002         (auth-source-user-or-password-smtp): Remove server parameter.
5003
5004 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5005
5006         * smime.el (smime-sign-region, smime-encrypt-region)
5007         (smime-decrypt-region):
5008         Remove redundant calls to `generate-new-buffer-name'.
5009
5010 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5011
5012         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5013         Don't use QP for message/rfc822.
5014         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5015
5016 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5017
5018         * sieve-manage.el (sieve-string-bytes): Remove.
5019         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5020         correct byte-length only if the process's coding-system is the same as
5021         the one used internally by Emacs to represent strings.
5022
5023 2008-04-22  Juri Linkov  <juri@jurta.org>
5024
5025         * mailcap.el (mailcap-file-default-commands): New function.
5026
5027 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * message.el (message-signature-separator, message-cite-function):
5030         Change custom version.
5031
5032 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5033
5034         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5035         commands.
5036         (tls-checktrust): Ditto.
5037
5038 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * mm-decode.el (mm-display-external): Make temp file read-only.
5041
5042 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5045         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5046         `C-c C-f d'.
5047
5048 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5049
5050         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5051
5052 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * gnus.el: Bump version to 0.9.
5055
5056 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus.el: No Gnus v0.8 is released.
5059
5060 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5061
5062         * mail-source.el (mail-source-value):
5063         Prefer fboundp to functionp so it works with macros as well.
5064
5065 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5066
5067         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5068         Fix last change in case the element is not even a symbol.
5069
5070 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5071
5072         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5073         Prefer fboundp to functionp so it works with macros as well.
5074
5075 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * auth-source.el: Added docs.
5078         (auth-sources): Modify format to support server.
5079         (auth-source-pick, auth-source-user-or-password)
5080         (auth-source-user-or-password-imap)
5081         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5082         (auth-source-user-or-password-sftp)
5083         (auth-source-user-or-password-smtp): Add server parameter.
5084
5085 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5086
5087         * gnus-registry.el: Initialize the registry when gnus-registry-install
5088         is t.
5089
5090 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * compface.el (uncompface): Make buffer unibyte.
5093
5094 2008-04-05  Glenn Morris  <rgm@gnu.org>
5095
5096         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5097
5098 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5099
5100         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5101         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5102
5103         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5104         multibyteness after rather than before erasing it.
5105
5106         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5107         mm-with-multibyte.
5108         (gnus-request-article-this-buffer): Make sure the proper decoding is
5109         used if gnus-original-article-buffer happens to be unibyte.
5110
5111         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5112         default-enable-multibyte-characters.
5113
5114         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5115         default-enable-multibyte-characters.
5116
5117         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5118
5119         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5120
5121 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5122
5123         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5124         (imap-message-copyuid-1): Use it.
5125         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5126         J. Williams in
5127         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5128
5129         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5130         imap-enable-exchange-bug-workaround.
5131         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5132
5133 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5134
5135         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5136         a 100 byte status-checks into a 2-3MB transfer for each group.
5137         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5138         to enable bug workaround or not.
5139         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5140
5141 2008-03-31  Glenn Morris  <rgm@gnu.org>
5142
5143         * message.el (mml2015-use): Declare for compiler.
5144         (message-info): Require mml2015 when appropriate.
5145
5146 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5149         whitespace.
5150
5151 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5152
5153         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5154         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5155         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5156         (nntp-service-to-port): New function.
5157         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5158         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5159         (nntp-open-netcat-stream): New function.
5160         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5161
5162 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5163
5164         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5165
5166 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5169
5170 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5171
5172         * dns.el (dns-write): Use set-buffer-multibyte.
5173
5174 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5175
5176         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5177
5178 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * message.el (message-signature-separator): Change default.
5181         Improve custom type.
5182         (message-cite-function): Change default to
5183         message-cite-original-without-signature.
5184
5185         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5186         toggle.
5187
5188         * message.el (message-check-news-body-syntax): Fix signature check.
5189         (message-setup-1): Mark buffer as unmodified _after_ running
5190         message-setup-hook and handling message-alternative-emails.
5191         (message-shorten-references): Be more strict when building list of
5192         valid references to comply with GNKSA.
5193
5194         * gnus-group.el (gnus-read-ephemeral-bug-group)
5195         (gnus-read-ephemeral-debian-bug-group)
5196         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5197
5198         * message.el (message-info): Don't use booleanp which isn't supported
5199         in Emacs 21 and XEmacs.
5200
5201 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5204         gnus-group-gmane-group-download-format.
5205         (gnus-group-read-ephemeral-gmane-group): Rename from
5206         gnus-group-read-ephemeral-gmane-group.
5207         (gnus-read-ephemeral-gmane-group-url): Rename from
5208         gnus-group-read-ephemeral-gmane-group-url.
5209         (gnus-bug-group-download-format-alist): New variable.
5210         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5211         (gnus-read-ephemeral-emacs-bug-group): New commands.
5212
5213 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5216         (gnus-visible-headers): Improve custom type.
5217
5218 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * mml.el (mml-menu): Add workarounds for XEmacs.
5221
5222         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5223         X-Boundary header.
5224
5225         * message.el (message-simplify-recipients): Fix previous commit.
5226
5227 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * mm-util.el (mm-set-buffer-multibyte): New function.
5230         * mm-decode.el (mm-copy-to-buffer): Use it.
5231
5232 2008-03-19  Glenn Morris  <rgm@gnu.org>
5233
5234         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5235         Accidentally removed in the sync process with Emacs.
5236
5237 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * message.el (message-alter-recipients-discard-bogus-full-name):
5240         New function.
5241         (message-alter-recipients-function): New variable.
5242         (message-get-reply-headers): Use it.
5243         (message-replace-header): New helper function.
5244         (message-recipients-without-full-name): New variable.
5245         (message-simplify-recipients): New command.
5246
5247         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5248
5249         * message.el (message-info): Handle EasyPG manual.
5250
5251         * mml.el (mml-menu): Add entry for EasyPG.
5252
5253 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5254
5255         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5256         parameter.
5257
5258         * message.el (message-disassociate-draft): Specify drafts group name
5259         fully.
5260
5261 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5264         unnecessary duplicates from the match list.
5265
5266 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5269
5270         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5271
5272         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5273         args of `how-many' of which the XEmacs version doesn't take; declare
5274         Info-index-next as function.
5275
5276 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * gnus-score.el (gnus-score-headers): Fix handling of
5279         gnus-inhibit-slow-scoring.
5280
5281         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5282         string.
5283         (gnus-button-url-regexp): Improve handling of parenthesis.
5284         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5285         (gnus-button-handle-info-keystrokes): Handle index entries.
5286
5287 2008-03-15  Glenn Morris  <rgm@gnu.org>
5288
5289         * parse-time.el (parse-time-string): Simplify.
5290
5291 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5294         Incoming* files.
5295
5296 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5299         (auth-source-pick): Use it.
5300
5301 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5302
5303         * binhex.el (binhex-decode-region-internal):
5304         * uudecode.el (uudecode-decode-region-internal):
5305         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5306         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5307         setting default-enable-multibyte-characters.
5308
5309 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * auth-source.el (auth-source-protocols)
5312         (auth-source-protocols-customize, auth-source-choices): Added and
5313         modified variable customizations and defaults.
5314         (auth-source-pick, auth-source-user-or-password)
5315         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5316         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5317         (auth-source-user-or-password-sftp)
5318         (auth-source-user-or-password-smtp): Use new variables and provide an
5319         interface to netrc.el.
5320
5321 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5324         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5325         Make sure the nntp port to specify is a string.
5326
5327 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5328
5329         * nntp.el: Use with-current-buffer.
5330         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5331         dubious mm-with-unibyte-current-buffer.
5332         (nntp-with-open-group-function): New function extracted from
5333         nntp-with-open-group macro.
5334         (nntp-with-open-group): Use the function, so it's easier to debug.
5335         Add indentation and debugging info.
5336         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5337         the use of the netcat alternatives.
5338
5339         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5340         Avoid mm-string-as-multibyte as well.
5341
5342         * nnweb.el (nnweb-insert-html):
5343         Remove use of nnheader-string-as-multibyte.
5344
5345         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5346         (nnheader-string-as-multibyte): Remove.
5347
5348         * mm-view.el: Use inhibit-read-only.
5349         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5350         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5351         or unibyte-string.
5352
5353         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5354         (mm-uu-yenc-extract): Use with-current-buffer.
5355
5356         * gnus-soup.el (gnus-soup-send-packet): Don't use
5357         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5358
5359         * nnmh.el: Use with-current-buffer.
5360         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5361         mm-string-as-multibyte on the output of mm-encode-coding-string.
5362
5363         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5364         (nnimap-request-move-article): Use with-current-buffer.
5365
5366         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5367         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5368         conversion uses string-make-unibyte rather than string-as-unibyte.
5369
5370         * gnus-msg.el: Use with-current-buffer.
5371
5372         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5373
5374 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5375
5376         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5377         string for caching if it is 'PIN.
5378
5379 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * lpath.el: Consider the case without Emacs/W3.
5382
5383 2008-03-08  Glenn Morris  <rgm@gnu.org>
5384
5385         * time-date.el (date-to-time, time-subtract, time-add)
5386         (safe-date-to-time): Doc fixes.
5387
5388 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * mail-source.el (mail-source-delete-old-incoming-confirm):
5391         Change default to nil.
5392         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5393
5394 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * lpath.el: Rearrange.
5397
5398         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5399         (gnus-article-goto-prev-page): Work for articles having ^L's.
5400
5401         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5402
5403         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5404
5405 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5406
5407         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5408         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5409         (gnus-bookmark-jump): Adjust some variable names.
5410
5411 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * auth-source.el: New package.
5414         (auth-source-choices): Add customization entry point variable.
5415
5416         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5417         bug.
5418
5419 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5422         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5423         (gnus-registry-install-shortcuts): Rename from
5424         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5425         the `gnus-registry-mark-map' keymap dynamically from
5426         `gnus-registry-marks'.  The generated functions update the summary line
5427         when a registry mark is added or deleted, and will call
5428         `gnus-registry-install-p' (see the comments in the code).
5429         (gnus-registry-user-format-function-M): Use concat intelligently.
5430
5431         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5432         the registry mark functions.
5433
5434 2008-03-05  Glenn Morris  <rgm@gnu.org>
5435
5436         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5437         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5438         gnus-art.
5439         (top-level): No need to load own source when compiling.
5440
5441 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5444         Suggested by <chris.anderton@zetnet.co.uk>.
5445
5446 2008-03-04  Glenn Morris  <rgm@gnu.org>
5447
5448         * gnus-sum.el (top-level): No need to require gnus when compiling,
5449         since unconditionally required near start of file.
5450         (gnus-summary-display-while-building): Move definition before use.
5451
5452 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5455         formatting function.
5456
5457 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5460         with plists.
5461         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5462         Use new format.
5463
5464 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5467         `where-is-internal' that returns a range of key sequences.
5468
5469 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5470
5471         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5472
5473         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5474         (gnus-summary-jump-to-group): Consider windows on other displayed
5475         frames as well.  Similar changes might be needed elsewhere, but that's
5476         the one I've bumped into during my use.
5477
5478         * nndoc.el (nndoc-oe-dbx-type-p):
5479         * gnus-msg.el (gnus-debug):
5480         * gnus-group.el (gnus-update-group-mark-positions):
5481         Use mm-string-to-multibyte.
5482
5483 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5486         doesn't handle NotDashEscaped.
5487
5488         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5489         (mml-dnd-attach-options): Fix typo in custom choice.
5490
5491         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5492         nndoc-article-type to mbox.
5493         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5494
5495         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5496         to nil, instead of html2text.
5497
5498         * imap.el (imap-debug): Add `imap-ping-server'.
5499
5500         * gnus-bookmark.el: Add FIXMEs.
5501
5502         * message.el (message-form-letter-separator)
5503         (message-send-form-letter-delay): New variables.
5504         (message-send-form-letter): Use them.  New command to send form
5505         letters.  Requested by Uwe Siart.
5506         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5507
5508 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * Update copyright years.
5511
5512 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         Sync from EMACS_22_BASE.
5515
5516         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5517
5518 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5519
5520         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5521         empty author.
5522
5523 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * gnus-registry.el (gnus-registry-marks): Add variable for
5526         customization of marks and their appearance.
5527         (gnus-registry-read-mark): Use it.
5528         (gnus-registry-do-marks): Add utility function to loop through
5529         `gnus-registry-marks'.
5530         (gnus-registry-install-shortcuts-and-menus): Add function to install
5531         shortcuts and menus.
5532         (gnus-registry-initialize): Use it.
5533         (gnus-registry-default-mark): Clarify documentation.
5534
5535 2008-02-29  Glenn Morris  <rgm@gnu.org>
5536
5537         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5538         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5539         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5540         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5541         Change defcustom :version from 23.0 to 23.1.
5542
5543 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * gnus-registry.el (gnus-registry-follow-group-p)
5546         (gnus-registry-post-process-groups): Add functions to aid registry
5547         splitting and improve logging.  Clarify behavior in function
5548         documentation.
5549         (gnus-registry-split-fancy-with-parent): Use them.
5550
5551 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * gnus-art.el: Use with-current-buffer.
5554
5555 2008-02-27  David Engster  <dengste@eml.cc>
5556
5557         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5558         Express real group name in the response.
5559
5560 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5563         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5564         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5565         autoload gnus-registry-fetch-group when compiling.
5566         (nnmairix-request-group-with-article-number-correction): Remove
5567         unreferenced argument passed to nnmairix-call-backend.
5568
5569 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5572         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5573         Wilde.
5574
5575 2008-02-27  Glenn Morris  <rgm@gnu.org>
5576
5577         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5578         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5579         variables to defconsts.  Convert comments to doc-strings.
5580         (nnmairix-last-server, nnmairix-current-server): Convert from free
5581         variables to defvars.  Convert comments to doc-strings.
5582         (gnus-registry-fetch-group): Autoload.
5583         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5584         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5585         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5586         caddr.
5587         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5588         nnmairix-request-group-with-article-number-correction call.
5589         (nnmairix-fast, nnmairix-group): New, less general names, for free
5590         variables passed from nnmairix-request-group to
5591         nnmairix-request-group-with-article-number-correction.  Declare.
5592         (nnmairix-request-group-with-article-number-correction):
5593         Use nnmairix-fast, nnmairix-group rather than fast, group.
5594
5595 2008-02-26  David Engster  <dengste@eml.cc>
5596
5597         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5598         version 0.5.
5599
5600 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5603         instead of making an extra function call.  Don't add the current group
5604         to articles only when they have the group.  Use
5605         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5606         Reported by David <de_bb@arcor.de>.
5607
5608 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5611         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5612
5613 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * mail-source.el (mail-source-delete-incoming): Change default.
5616         Supplement doc string.
5617
5618         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5619
5620 2008-02-14  Glenn Morris  <rgm@gnu.org>
5621
5622         * time-date.el (format-seconds): New function.
5623
5624 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * nnmail.el (nnmail-message-id-cache-file): Derive from
5627         `gnus-home-directory'.
5628
5629 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5632         Document negative prefix.
5633
5634         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5635
5636 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * message.el (message-unsent-separator): Add the Exim bounce
5639         separator.
5640
5641 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5642
5643         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5644         list.
5645         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5646         recipient/signer list.
5647
5648 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * Makefile.in (datarootdir): Define.
5651         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5652         name that might contain whitespace.
5653
5654 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5657         fbound (Emacs 23 unicode), signal an error.
5658
5659 2008-02-08  Glenn Morris  <rgm@gnu.org>
5660
5661         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5662
5663 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5664
5665         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5666         ports to the calls to `netrc-machine-user-or-password' in addition to
5667         "imap" and "imaps".
5668
5669 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5670
5671         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5672
5673         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5674
5675 2008-02-01  Kenichi Handa  <handa@m17n.org>
5676
5677         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5678         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5679         (rfc2104-hash): Convert the result of concat to unibyte string.
5680
5681 2008-02-01  Dave Love  <fx@gnu.org>
5682
5683         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5684         coding-system-for-read.
5685         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5686
5687 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5690         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5691         <hanche@math.ntnu.no>.
5692
5693 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5696
5697         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5698
5699 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5700
5701         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5702         * message.el (message-beginning-of-line): Use featurep instead of bound
5703         tests in order to resolve conditionals at compile time.
5704
5705 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5706
5707         * mail-source.el (mail-sources): Add `group' choice.
5708
5709         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5710         parameter `in-group' to control into which group the articles go.
5711         Add treatment of `group' mail-source.
5712
5713 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5716
5717         * mm-decode.el (mm-dissect-buffer): Decode description.
5718
5719         * mml.el (mml-to-mime): Encode message header first.
5720
5721 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5724         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5725
5726         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5727         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5728
5729 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5732
5733 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5736         prefix keys.
5737         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5738         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5739         gnus-xmas.el.
5740
5741         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5742         (gnus-xmas-article-describe-bindings): New function.
5743         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5744         gnus-xmas-article-describe-bindings.
5745
5746         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5747
5748 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5751         Add new variables for article mark management.
5752         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5753         list of extra data entries which, when present, will indicate that the
5754         article ID should not be trimmed from the registry.
5755         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5756         functions.
5757         (gnus-registry-read-mark): New function to read a mark name from the
5758         user.
5759         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5760         (gnus-registry-set-article-mark-internal): New functions to add and
5761         remove marks.
5762         (gnus-registry-get-article-marks): New function to show the marks for
5763         an article, or retrieve them for further use.
5764
5765 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5768         keys when no argument is given.
5769
5770 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * imap.el (imap-ping-server): New variable.
5773         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5774         (imap-ping-server): Minor doc string fixes.
5775
5776 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5777
5778         * imap.el (imap-ping-server): New function.
5779         (imap-opened): Call imap-ping-server.
5780
5781 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * gnus-sum.el (gnus-article-sort-by-random)
5784         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5785         jidanni@jidanni.org.
5786
5787 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-art.el (gnus-article-describe-bindings): New function.
5790         (gnus-article-read-summary-keys): Use it.
5791         (gnus-article-mode-map): Bind `C-h b' to it.
5792
5793 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5796         XEmacs.
5797         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5798         against non-character events.
5799
5800         * lpath.el: Fbind map-keymap for Emacs 21.
5801
5802 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5805         command.
5806         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5807         instead of END.  Change name of the temp file.
5808         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5809         customizable.
5810
5811 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5814         bind `S W' to gnus-article-wide-reply-with-original; set default
5815         binding to gnus-article-read-summary-send-keys.
5816         (gnus-article-read-summary-keys): Fix the order of keys; display
5817         continuation keys correctly in the echo area; describe bindings
5818         correctly when keys end with `C-h'.
5819         (gnus-article-read-summary-send-keys): New function.
5820         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5821         for gnus-article-read-summary-send-keys; display continuation keys
5822         correctly in the echo area.
5823         (gnus-article-reply-with-original): Ignore prefix argument.
5824         (gnus-article-wide-reply-with-original): New function.
5825
5826         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5827         Emacs 21.
5828
5829 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5832         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5833
5834 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5837         (gnus-group-read-ephemeral-gmane-group): New command.
5838
5839 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5840
5841         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5842
5843 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * message.el (message-send-mail-function): Increase custom version.
5846
5847         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5848         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5849
5850 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5853         for the cases where imap-authenticate is called with a nil buffer
5854         parameter.
5855
5856 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5859         html parts correctly; support forwarded messages.
5860         (gnus-article-browse-html-article): Remove work buffers.
5861
5862         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5863         compiling.
5864         (netrc-bound-and-true-p): New macro.
5865         (netrc-parse): Use it instead of bound-and-true-p that is not available
5866         in XEmacs 21.4.
5867
5868 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-registry.el (gnus-registry-mark-article)
5871         (gnus-registry-article-marks): Add functionality to mark articles
5872         through the Gnus registry.
5873
5874         * encrypt.el: Clarify documentation for the new pgg method.
5875         (encrypt-file-alist): Add PGG option.
5876         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5877         functionality.  Abstract password key and messaging to external
5878         functions.
5879         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5880         (encrypt-message-method-and-cipher): Add new convenience external
5881         functions.
5882         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5883         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5884
5885         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5886         (netrc-parse): Use encrypt-file-alist to determine if
5887         encrypt-find-model or encrypt-insert-file-contents should be used.
5888
5889         * encrypt.el: Clarify documentation.  Load password-cache or
5890         password, whichever one is found first, instead of autoloading.
5891
5892 2007-12-19  Glenn Morris  <rgm@gnu.org>
5893
5894         * mml.el (message-options-set, message-narrow-to-head)
5895         (message-in-body-p, message-mail-p, message-encode-message-body):
5896         Autoload.
5897         (message-remove-header, message-narrow-to-headers-or-head)
5898         (message-subscribed-p, message-make-mail-followup-to)
5899         (message-position-on-field, message-news-p)
5900         (message-options-set-recipient, message-generate-headers)
5901         (message-sort-headers): Declare as functions.
5902
5903 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5906         convention in doc string.
5907
5908 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5911         title to html parts.
5912         (gnus-article-browse-html-article): Pass message header to it.
5913
5914         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5915
5916 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5919         or password compatible with XEmacs.
5920
5921 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5924         format document.
5925         (gnus-mime-delete-part): Don't write description line if empty.
5926         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5927
5928 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5929
5930         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5931         (gnus-summary-mark-read-and-unread-as-read)
5932         (gnus-summary-mark-current-read-and-unread-as-read)
5933         (gnus-summary-mark-unread-as-ticked): Doc fix.
5934         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5935
5936 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5939         Christoph Conrad <christoph.conrad@gmx.de>.
5940
5941 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5944         yes-or-no-p.
5945
5946 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * mm-decode.el (mm-add-meta-html-tag): New function.
5949         (mm-save-part-to-file, mm-pipe-part): Use it.
5950
5951         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5952         gnus-y-or-n-p instead of y-or-n-p.
5953         (gnus-article-browse-html-parts): Work with message/external-body; use
5954         mm-add-meta-html-tag.
5955
5956 2007-12-11  Glenn Morris  <rgm@gnu.org>
5957
5958         * gnus-cache.el: Require gnus-sum not just when compiling.
5959
5960         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5961
5962         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5963         definitions before use.
5964
5965         * mm-decode.el: Require gnus-util.
5966         (mm-remove-part): Only call delete-annotation on XEmacs.
5967
5968         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5969
5970         * nnmail.el: Require gnus-int.
5971
5972         * spam.el: Move `require's before `eval-when-compile's.
5973
5974         * gnus-ems.el (gnus-alive-p):
5975         * gnus-fun.el (message-goto-eoh):
5976         * gnus-util.el (gnus-group-name-decode):
5977         * mail-source.el (gnus-compress-sequence):
5978         * message.el (Info-goto-node, format-spec):
5979         * mm-bodies.el (message-options-get):
5980         * mm-decode.el (mm-view-pkcs7):
5981         * mm-util.el (gmm-write-region):
5982         * mml-smime.el (mml-compute-boundary)
5983         (gnus-completing-read-with-default):
5984         * mml.el (widget-button-press, gnus-make-hashtable):
5985         * mml1991.el (mm-decode-content-transfer-encoding)
5986         (mm-encode-content-transfer-encoding)
5987         (message-options-get, message-options-set):
5988         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5989         * nnfolder.el (gnus-request-group):
5990         * nnheader.el (ietf-drums-unfold-fws):
5991         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5992         * smime.el (gnus-run-mode-hooks):
5993         * spam-stat.el (gnus-message): Autoload.
5994
5995         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5996         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5997         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5998         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5999         Add declare-function compatibility definition.
6000
6001         * gnus-cache.el (nnvirtual-find-group-art):
6002         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6003         (gnus-add-image, gnus-add-wash-type):
6004         * gnus-group.el (nnkiboze-score-file):
6005         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6006         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6007         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6008         (message-tokenize-header, gnus-get-buffer-create)
6009         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6010         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6011         * gnus.el (gnus-group-decoded-name):
6012         * mail-source.el (imap-capability):
6013         * mm-bodies.el (message-options-set):
6014         * mm-decode.el (gnus-configure-windows):
6015         * mm-extern.el (message-goto-body):
6016         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6017         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6018         (epg-sub-key-validity, message-options-set):
6019         * mml.el (widget-event-point, gnus-configure-windows):
6020         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6021         * mml2015.el (epg-check-configuration, epg-configuration)
6022         (message-options-set):
6023         * nndb.el (nndb-request-article):
6024         * nnfolder.el (gnus-request-create-group):
6025         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6026         * nnmaildir.el (gnus-group-mark-article-read):
6027         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6028         * rfc1843.el (message-fetch-field):
6029         * spam.el (gnus-extract-address-components):
6030         Declare as functions.
6031
6032 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6035
6036         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6037
6038         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6039         bind show-trailing-whitespace for XEmacs.
6040
6041 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6044         new no-op macro for backward compatibility.
6045
6046         * imap.el (imap-string-to-integer): New function.
6047
6048 2007-12-09  Glenn Morris  <rgm@gnu.org>
6049
6050         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6051
6052         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6053         * message.el, mm-view.el, sieve-manage.el, smime.el:
6054         Add declare-function compatibility definition.
6055
6056         * gnus-art.el (w3-region, w3m-region, Info-menu):
6057         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6058         * gnus-sum.el (gnus-get-predicate):
6059         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6060         * message.el (mail-abbrev-in-expansion-header-p):
6061         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6062         (w3m-detect-meta-charset, w3m-region):
6063         * sieve-manage.el (password-read, password-cache-add)
6064         (password-cache-remove):
6065         * smime.el (password-read-and-add): Declare as functions.
6066
6067 2007-12-08  David Kastrup  <dak@gnu.org>
6068
6069         * gnus-sum.el (gnus-summary-simplify-subject-query):
6070         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6071         `message'.
6072
6073 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6076         it to bind idna-program, installation-directory, defined-colors, and
6077         face-attribute for XEmacs of the version that compiles defcustom forms.
6078
6079 2007-12-07  Glenn Morris  <rgm@gnu.org>
6080
6081         * gnus-art.el (article-make-date-line): Revert previous change.
6082
6083 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6086
6087 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6088
6089         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6090         Call gnus-add-to-range ranges only once with a prepared article-list.
6091
6092 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6093
6094         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6095         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6096         group names with backslashes.  Reported by Tassilo Horn
6097         <tassilo@member.fsf.org>.
6098
6099 2007-12-06  Deepak Goel  <deego3@gmail.com>
6100
6101         * gnus-art.el (article-make-date-line):
6102         * gnus-start.el (gnus-load):
6103         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6104
6105 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-art.el (gnus-use-idna)
6108         * gnus-start.el (gnus-site-init-file)
6109         * message.el (message-use-idna)
6110         * mm-uu.el (mm-uu-hide-markers)
6111         * smiley.el (smiley-style): Revert changes that suppress warnings.
6112
6113 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6116         specify charset to html source.  Reported by Christoph Conrad
6117         <christoph.conrad@gmx.de>.
6118
6119 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6122         idna-program in order to suppress byte compile warning issued by XEmacs
6123         that came to byte compile the default value section of defcustom forms
6124         recently.
6125
6126         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6127         value of installation-directory.
6128
6129         * message.el (message-use-idna): Don't directly refer to the value of
6130         idna-program.
6131
6132         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6133
6134         * smiley.el (smiley-style): Don't directly call face-attribute.
6135
6136 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6137
6138         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6139
6140         * gnus-dired.el: Reduce Gnus dependencies.
6141         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6142         require.  Use autoloads instead.
6143         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6144         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6145         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6146         (gnus-dired-mode): Adjust doc string.
6147         (gnus-dired-mail-mode): New variable.
6148         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6149         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6150         (gnus-dired-mail-buffers): New function.  Return mail or message
6151         composition buffers.
6152         (gnus-dired-attach): Use it.
6153         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6154         NO-DECODE.
6155         (gnus-dired-print): Use `gnus-print-buffer' depending on
6156         `gnus-dired-mail-mode'.
6157
6158 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * rfc2047.el (rfc2047-encoded-word-regexp)
6161         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6162         explaining what regexp patterns are for.
6163
6164 2007-12-04  Glenn Morris  <rgm@gnu.org>
6165
6166         * password.el: Move to password-cache.el.
6167
6168         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6169         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6170         * mml-smime.el (password-read, password-cache-add)
6171         (password-cache-remove):
6172         No need to autoload, since mml-sec requires password.
6173
6174         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6175         * message.el (gnus-extract-address-components):
6176         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6177
6178         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6179         password.
6180
6181 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * mailcap.el: Reduce dependencies.
6184         (mail-header-parse-content-type): Autoload.
6185         (mailcap-delete-duplicates): New alias.
6186         (mailcap-mime-info): Add optional argument NO-DECODE.
6187         (mailcap-mime-types): Use mailcap-delete-duplicates.
6188
6189         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6190
6191 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6192
6193         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6194         (imap-parse-status): Upcase status-att for servers that sends them
6195         lower-case (e.g., MS Exchange 2007).
6196
6197 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6200         function.
6201
6202         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6203         (gnus-uu-yenc-article): New function.
6204
6205         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6206
6207         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6208         buffer.
6209
6210 2007-12-02  Glenn Morris  <rgm@gnu.org>
6211
6212         * binhex.el (binhex): New custom group.
6213         (binhex-decoder-program, binhex-decoder-switches)
6214         (binhex-use-external): Move to the binhex custom group.
6215
6216         * uudecode.el (uudecode): New custom group.
6217         (uudecode-decoder-program, uudecode-decoder-switches)
6218         (uudecode-use-external): Move to the uudecode custom group.
6219
6220         * netrc.el (top-level): Don't load `encrypt' features.
6221         (netrc-parse): Don't use encrypt.
6222         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6223
6224         * encrypt.el: Remove file.
6225
6226 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6229         matches on patches.
6230
6231         * gnus-art.el (gnus-article-browse-html-article): Mention
6232         `mm-text-html-renderer' in the doc string.
6233
6234         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6235         string.  Add comments.
6236
6237         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6238         if rhs is ASCII.
6239
6240 2007-12-01  Glenn Morris  <rgm@gnu.org>
6241
6242         * mail-source.el (top-level): Require format-spec before
6243         eval-when-compile.
6244
6245 2007-11-30  Glenn Morris  <rgm@gnu.org>
6246
6247         * encrypt.el: Require password, rather than autoloading password-read.
6248
6249 2007-11-29  Glenn Morris  <rgm@gnu.org>
6250
6251         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6252         (sasl-make-client, sasl-next-step, sasl-step-data)
6253         (sasl-step-set-data): Declare as functions.
6254
6255 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6258
6259 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6260
6261         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6262         certs should be verified and what is to be done in the event of a
6263         verification failure.
6264
6265         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6266         caller can indicate whether the cache should be disregarded for this
6267         call.  This way the result of the call is reproducible at all times and
6268         can be considered a canonical server name for the supplied method.
6269         (gnus-agent-method-p): Canonicalize server names by pushing their
6270         method through `gnus-method-to-server' using the no-cache argument.
6271
6272         * gnus-srvr.el (gnus-server-insert-server-line): Call
6273         `gnus-method-to-server' with `no-cache' argument.
6274
6275         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6276         gnus-agent-possibly-synchronize-flags as this should be called when the
6277         server is actually being opened.
6278         (gnus-agent-possibly-synchronize-flags)
6279         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6280         flags file of an agentized server to the latter function.
6281
6282         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6283         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6284         after a connection has been established successfully.
6285
6286 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-art.el (article-display-face): Force to display face if called
6289         interactively; check if gnus-article-x-face-too-ugly matches author.
6290         (article-display-x-face): Display face even if From header is missing
6291         as article-display-face does.
6292
6293 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6294
6295         * hashcash.el (message-narrow-to-headers-or-head)
6296         (message-fetch-field, message-goto-eoh)
6297         (message-narrow-to-headers): Declare as functions.
6298
6299 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * mail-source.el (mail-sources): Default to fetch from file for
6302         compatibility with default of nnmail-spool-file.
6303
6304 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6307         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6308         to look for encoded word that should be encoded again.
6309         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6310         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6311         encoding pattern.
6312         (rfc2047-decode-region): Switch strict regexp and loose one according
6313         to rfc2047-allow-irregular-q-encoded-words.
6314
6315 2007-11-25  Romain Francoise  <romain@orebokech.com>
6316
6317         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6318
6319 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * tls.el (tls-program): Provide more custom choices from
6322         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6323         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6324
6325 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6328         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6329
6330         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6331         `nnmail-spool-file'.
6332
6333         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6334         `nnmail-spool-file'.
6335
6336         * gnus-move.el (gnus-change-server): Ditto.
6337
6338         * gnus-kill.el (gnus-batch-score): Ditto.
6339
6340         * gnus-cache.el (gnus-jog-cache): Ditto.
6341
6342         * gnus-msg.el (gnus-summary-reply):
6343         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6344
6345 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6348         version.  Minor improvement to doc strings.
6349         (tls-program): Add comment.
6350
6351 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6352
6353         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6354         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6355         mismatch between the hostname provided in the certificate and the name
6356         of the host connnecting to.
6357         (open-tls-stream): Use them.  Check certificates against trusted root
6358         certificates.
6359
6360 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * gnus-cache.el (gnus-cache-generate-nov-databases):
6363         Use nnml-generate-nov-databases-directory instead of
6364         nnml-generate-nov-databases-1.
6365
6366 2007-11-24  Glenn Morris  <rgm@gnu.org>
6367
6368         * message.el (message-tool-bar-retro): Update for rename
6369         mail_send.xpm->mail-send.xpm.
6370
6371 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6374         `smime-ldap-search' for Emacs 22 and up.
6375
6376 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6379
6380         * message.el (message-send-mail-function): Fix error convention.
6381         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6382         (message-widen-reply, message-send-mail, message-talkative-question)
6383         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6384         (message-clone-locals, message-send-news): Use with-current-buffer.
6385         (message-insert-or-toggle-importance): Remove unused var `valid'.
6386         (message-make-references): Remove unused var `new-references'.
6387         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6388
6389 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6390
6391         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6392         (spam-split-symbolic-return-positive): Reflow docstring.
6393         (spam-backends, spam-summary-exit-behavior)
6394         (spam-mark-ham-unread-before-move-from-spam-group)
6395         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6396         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6397         (spam-clear-cache, spam-backend-check, spam-install-backend)
6398         (spam-install-statistical-backend, spam-list-of-processors)
6399         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6400         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6401         (spam-check-crm114, spam-initialize, spam-unload-hook):
6402         Fix typos in docstrings.
6403
6404 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6407         been checked if they have never been read and those group levels are
6408         higher than the one that a user specified.
6409
6410 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6413         foreign groups unless a group level is specified by a user.
6414         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6415
6416 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * message.el (message-send-mail-function): Require sendmail.
6419
6420 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * message.el (message-send-mail-function): Check for smtpmail too.
6423
6424         * utf7.el (utf7-encode, utf7-decode): Use coding system
6425         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6426
6427         * message.el (message-send-mail-function): New function.
6428         (message-send-mail-function): Set default using
6429         message-send-mail-function.  Adjust doc string.
6430         (message-send-mail-with-mailclient): New function.
6431
6432 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6433
6434         * smime.el (from):
6435         * rfc2047.el (message-posting-charset):
6436         * qp.el (mm-use-ultra-safe-encoding):
6437         * pop3.el (parse-time-months):
6438         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6439         * nnml.el (files):
6440         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6441         (jka-compr-compression-info-list, ange-ftp-path-format)
6442         (efs-path-regexp):
6443         * nndiary.el (files):
6444         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6445         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6446         (epg-digest-algorithm-alist, inhibit-redisplay)
6447         (password-cache-expiry):
6448         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6449         (pgg-output-buffer, password-cache-expiry):
6450         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6451         (efs-path-regexp):
6452         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6453         (inhibit-redisplay):
6454         * mm-uu.el (file-name, start-point, end-point, entry)
6455         (gnus-newsgroup-name, gnus-newsgroup-charset):
6456         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6457         (latin-unity-ucs-list):
6458         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6459         (mm-uu-binhex-decode-function):
6460         * message.el (gnus-message-group-art, gnus-list-identifiers)
6461         (rmail-enable-mime-composing, gnus-local-organization)
6462         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6463         (gnus-read-active-file, facemenu-add-face-function)
6464         (facemenu-remove-face-function, gnus-article-decoded-p)
6465         (tool-bar-mode):
6466         * mail-source.el (display-time-mail-function):
6467         * gnus-util.el (nnmail-pathname-coding-system)
6468         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6469         (gnus-original-article-buffer, gnus-user-agent)
6470         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6471         (xemacs-codename, sxemacs-codename, emacs-program-version):
6472         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6473         * gnus-start.el (gnus-agent-covered-methods)
6474         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6475         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6476         (gnus-newsgroup-headers, gnus-group-list-mode)
6477         (gnus-group-mark-positions, gnus-newsgroup-data)
6478         (gnus-newsgroup-unreads, nnoo-state-alist)
6479         (gnus-current-select-method, mail-sources)
6480         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6481         (nnmail-spool-file, gnus-cache-active-hashtb):
6482         * gnus-mh.el (mh-lib-progs):
6483         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6484         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6485         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6486         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6487         (gnus-group-buffer):
6488         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6489         (font-lock-set-defaults):
6490         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6491         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6492         (gnus-summary-post-menu, total-parts, type, condition, length):
6493         * gnus-agent.el (gnus-agent-read-agentview):
6494         * flow-fill.el (show-trailing-whitespace):
6495         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6496         eval-and-compile wrappers for byte compiler pacifiers.
6497
6498         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6499         (mm-display-inline-fontify): Check for featurep 'xemacs not
6500         extent-list.
6501
6502         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6503         itimer-list.
6504         (mm-create-image-xemacs): Only do something for XEmacs.
6505         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6506
6507         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6508
6509         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6510         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6511
6512 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6513
6514         * nnimap.el (nnimap-split-download-body):
6515         * gnus-demon.el (gnus-demon):
6516         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6517
6518 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6521         macros.
6522         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6523         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6524         copy data from unibyte buffer to multibyte current buffer.
6525         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6526         to copy data from unibyte current buffer to multibyte buffer.
6527         (nntp-make-process-buffer): Make process buffer unibyte.
6528
6529         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6530
6531 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6532
6533         * pop3.el (pop3-open-server): Accept and process data more robustly at
6534         connexion start to avoid spurious "POP SSL connexion failed" errors.
6535
6536 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6539         read group names.
6540
6541 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6544
6545 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6548         (nnmail-save-active): Use a unibyte buffer when saving active file,
6549         which may contain non-ASCII group names.
6550
6551         * nnml.el (nnml-request-group): Decode group names in messages.
6552
6553 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * message.el (message-citation-line-function)
6556         (message-insert-formatted-citation-line): Fix spelling of
6557         `message-insert-formated-citation-line'.
6558
6559 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6562
6563 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6566         nnmail-pathname-coding-system.
6567
6568         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6569         that a user enters; decode group names in messages.
6570
6571         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6572
6573 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6576
6577         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6578
6579         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6580         risky local variable.
6581
6582         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6583
6584 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * encrypt.el: Improve documentation to fix function name typo.
6587         Reported by Daiki Ueno <ueno@unixuser.org>.
6588
6589 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6592         even if the point is not in the last page of an article.
6593         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6594         back to the previous page.
6595
6596 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6599
6600 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6603
6604 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6605
6606         * message.el (message-check-news-body-syntax): Avoid
6607         mm-string-as-multibyte.
6608         (message-hide-headers): Don't assume (point-min)==1.
6609
6610 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * message.el (message-remove-blank-cited-lines): Fix if remove is
6613         given.
6614         (message-bogus-address-regexp): New variable.
6615         (message-bogus-recipient-p): New function.
6616         (message-check-recipients): New command.
6617         (message-syntax-checks): Add `bogus-recipient'.
6618         (message-fix-before-sending): Add `bogus-recipient'.
6619
6620         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6621         (gnus-treat-body-boundary): Don't test window-system.
6622
6623 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6624
6625         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6626
6627 2007-10-28  Miles Bader  <miles@gnu.org>
6628
6629         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6630         at compile-time too.
6631
6632 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * gnus-msg.el (gnus-message-setup-hook): Add
6635         `message-remove-blank-cited-lines' to options.
6636
6637 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * message.el (message-remove-blank-cited-lines): New function.
6640         Suggested by Karl Plästerer.
6641
6642 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6645         mapc.
6646
6647         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6648         (top-level): Use mapc to set functions to be traced for debugging.
6649
6650         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6651         called for effect with while loop.
6652
6653         * message.el (message-talkative-question): Replace mapcar called for
6654         effect with mapc.
6655
6656         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6657         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6658         called for effect with dolist.
6659
6660         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6661
6662         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6663         gnus-extra-headers and nnmail-extra-headers.
6664
6665         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6666         called for effect with dolist.
6667         (top-level): Use mapc to set functions to be traced for debugging.
6668
6669         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6670         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6671         dolist.
6672
6673         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6674         Replace mapcar called for effect with mapc.
6675         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6676         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6677         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6678         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6679
6680         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6681         remove-if that's a cl function.
6682
6683         * webmail.el (webmail-debug): Replace mapcar called for effect with
6684         dolist.
6685
6686         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6687         with mapc.
6688
6689 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6692         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6693         with while loop.
6694
6695         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6696         functions from article-* functions.
6697         (gnus-multi-decode-header): Replace mapcar called for effect with
6698         dolist.
6699
6700         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6701         (gnus-bookmark-show-details): Replace mapcar called for effect with
6702         while loop.
6703
6704         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6705         called for effect with while loop.
6706
6707         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6708         with dolist.
6709
6710         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6711         mapcar called for effect with dolist.
6712
6713         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6714
6715         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6716         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6717         Replace mapcar called for effect with dolist.
6718         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6719         mapc.
6720
6721         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6722         Replace mapcar called for effect with dolist.
6723         (gnus-topic-list): Replace mapcar called for effect with mapc.
6724
6725         * gnus.el: Use mapc instead of mapcar to add autoloads.
6726
6727 2007-10-23  Richard Stallman  <rms@gnu.org>
6728
6729         * gnus-group.el (gnus-group-highlight): Mark as risky.
6730
6731 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus.el (gnus-server-to-method): Return method found first in
6734         gnus-newsrc-alist.
6735
6736         * gnus-art.el (gnus-article-highlight-signature)
6737         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6738         button overlay without the front stickiness.
6739
6740 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6741
6742         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6743         overview buffer needed a catch to receive its throw.
6744         (gnus-agent-flush-cache): Declared as interactive to make this function
6745         easier to use.
6746
6747 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6750         `next-line'.
6751
6752 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6755         exclude address matching message-dont-reply-to-names.
6756
6757 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-util.el (gnus-string<): New function.
6760
6761         * gnus-sum.el (gnus-article-sort-by-author)
6762         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6763
6764 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6767         the frame-focus tag is set in gnus-buffer-configuration.
6768
6769 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6772         the front stickiness.
6773
6774 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6777         url pattern; remove duplicate one.
6778         (gnus-article-extend-url-button): New function.
6779         (gnus-article-add-buttons): Use it.
6780         (gnus-button-push): Use concatenated url that it makes.
6781
6782 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6783
6784         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6785
6786 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6787
6788         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6789         Don't hardcode point-min==1.
6790
6791 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6794         Fix comment about "iso8859-1".
6795
6796 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6797
6798         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6799         ones returned from the verify-function.
6800
6801         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6802         mml2015-extract-cleartext-signature if extraction failed.
6803
6804 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6805
6806         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6807         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6808         failed.
6809
6810 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6813
6814 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6817         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6818         recommends to use EasyPG instead of PGG.
6819
6820         * pgg.el: Revert to revision 6.23.2.16.
6821
6822         * pgg-def.el: Revert to revision 6.6.2.14.
6823
6824         * pgg-gpg.el: Revert to revision 6.23.2.34.
6825
6826 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6829         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6830         thread for both the null and zero (kill/expire thread) universal prefix
6831         cases.
6832         (gnus-summary-expire-thread): Add new function to expire a thread,
6833         using gnus-summary-kill-thread.
6834         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6835         shortcuts for gnus-summary-expire-thread.
6836         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6837         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6838
6839 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6842         extras value, so an extras entry can be deleted.
6843         (gnus-registry-delete-extra-entry): Use it.
6844         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6845         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6846         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6847         storage through the gnus-registry, and provide an appropriate API for
6848         it.
6849
6850 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6853         Suggested by Leo <sdl.web@gmail.com>.
6854
6855         * gnus.el: Do.
6856
6857 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6860         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6861
6862         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6863
6864         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6865         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6866
6867 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6870         newline.
6871         (nnmbox-request-accept-article): Don't change article in source buffer;
6872         narrow to header to use message-fetch-field rather than
6873         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6874         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6875         as delimiters; make sure article ends with newline.
6876         (nnmbox-delete-mail): Correct last position of article to be deleted;
6877         ignore X-Gnus-Newsgroup header in article body.
6878         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6879         positions; make sure article ends with newline.
6880
6881         * message.el (message-display-abbrev): Don't infloop when a user
6882         inserts SPC in the beginning of header.
6883
6884         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6885         coding-system-for-read and coding-system-for-write for XEmacs having no
6886         file-coding feature.
6887
6888         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6889
6890 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6893         list of groups not followed by default.  Fix type to be regexp.
6894         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6895
6896 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6897
6898         * hmac-def.el (define-hmac-function): Switch from old-style to
6899         new-style backquotes.
6900
6901         * md4.el (md4-make-step): Likewise.
6902
6903 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6906         raw-text coding system when saving .newsrc file, which may contain
6907         non-ASCII group names.
6908
6909 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-cus.el (gnus-score-extra): New widget.
6912         (gnus-score-extra-convert): New function.
6913         (gnus-score-customize): Use it for Extra.
6914
6915 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6916
6917         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6918         (mml2015-mailcrypt-clear-verify): Use it.
6919         (mml2015-gpg-clear-verify): Use it.
6920         (mml2015-pgg-clear-verify): Use it.
6921         (mml2015-epg-clear-verify): Replace the current part with the output
6922         from GnuPG; don't extract the plaintext by itself.
6923
6924         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6925         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6926         mml2015-clear-verify-function; don't touch the armor headers or
6927         dash-escaped text here.
6928
6929 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6932         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6933         parts, or application/octet-stream as a last resort.
6934         (gnus-mime-view-part-as-type): Don't toggle display.
6935         (gnus-mime-view-part-as-charset): Don't turn off display before
6936         querying charset.
6937
6938         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6939         stuff to undisplayer function in Emacs.
6940         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6941
6942         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6943         text/calendar parts.
6944
6945 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6948         decoding text/calendar parts.
6949
6950         * message.el (message-forward-make-body-mime): Always mark body as
6951         having no illegible text; remove signed-or-encrypted argument.
6952         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6953
6954         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6955         (mml-generate-mime-1): Don't encode body if it is specified to be in
6956         raw form; don't make buffer be unibyte when inserting multibyte string.
6957
6958 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6959
6960         * sha1.el: Fix up comment style.
6961         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6962         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6963
6964         * hex-util.el: Fix up comment style.
6965         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6966
6967         * gnus-salt.el: Use with-current-buffer.
6968         (gnus-pick-setup-message): Fix long-standing typo.
6969
6970 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * imap.el (imap-logout-timeout): New variable.
6973         (imap-logout, imap-logout-wait): New functions.
6974         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6975
6976         * nnimap.el (nnimap-logout-timeout): New server variable.
6977         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6978         nnimap-logout-timeout.
6979
6980         * gnus-art.el (gnus-article-summary-command-nosave)
6981         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6982
6983 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus.el (gnus-maximum-newsgroup): New variable.
6986
6987         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6988         according to gnus-maximum-newsgroup.
6989
6990         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6991         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6992         Limit the range of articles according to gnus-maximum-newsgroup.
6993
6994 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6995
6996         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6997         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6998         Don't perform gnus-configure-windows here; reuse existing sticky
6999         article buffer.
7000
7001         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7002         it doesn't exist in gnus-article-mode.
7003
7004 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7007         (gnus-agent-decoded-group-name): New function.
7008         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7009         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7010
7011 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7012
7013         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7014         Add binding for gnus-sticky-article.
7015         (gnus-summary-exit): Don't kill sticky article buffers.
7016
7017         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7018         article buffer.
7019         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7020         (gnus-kill-sticky-article-buffers): New commands.
7021
7022 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * nntp.el (nntp-xref-number-is-evil): New server variable.
7025         (nntp-find-group-and-number): If it is non-nil, don't trust article
7026         numbers in the Xref header.
7027
7028 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-agent.el (gnus-agent-read-group): New function.
7031         (gnus-agent-flush-group, gnus-agent-expire-group)
7032         (gnus-agent-regenerate-group): Use it.
7033         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7034         nnmail-pathname-coding-system.
7035
7036 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7039
7040         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7041         that are unread as unread, and also as selected so that information of
7042         marks having been changed by a user may be updated when exiting group.
7043
7044 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7047         calculated ignoring signature parts to gnus-treat-article.
7048
7049 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7052         a point here in order to keep the window start.
7053         (gnus-insert-mime-security-button): Make a button overlay without the
7054         front stickiness.
7055         (gnus-mime-display-security): Goto the end of a button.
7056
7057         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7058
7059 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7062         group-name-at-point.
7063         (gnus-group-completing-read): New function that offers decoded
7064         non-ASCII group names for completion.
7065         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7066         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7067         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7068         (gnus-group-fetch-control): Use it.
7069         (gnus-fetch-group): Use group-name-at-point for the initial value
7070         rather than the default value; use gnus-alive-p.
7071
7072         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7073         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7074         (gnus-summary-post-news): Use gnus-group-completing-read.
7075
7076         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7077         (gnus-read-move-group-name): Decode group name for completion.
7078
7079 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7082         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7083         Yamaoka slightly modified the code).
7084
7085 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7088         (nnmail-split-incoming): Bind it.
7089
7090         * nnml.el (nnml-group-name-charset): New function.
7091         (nnml-decoded-group-name): Use it; don't decode group name if
7092         nnmail-group-names-not-encoded-p is non-nil.
7093         (nnml-encoded-group-name): New function.
7094         (nnml-group-pathname): Inline nnml-decoded-group-name.
7095         (nnml-request-expire-articles): Decode group name in message.
7096         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7097         nnmail-pathname-coding-system.
7098         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7099         not decoded ones according to nnmail-group-names-not-encoded-p.
7100         (nnml-generate-active-info): Use nnml-encoded-group-name.
7101
7102 2007-08-08  Glenn Morris  <rgm@gnu.org>
7103
7104         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7105         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7106         doc-strings and comments.
7107
7108 2007-07-25  Glenn Morris  <rgm@gnu.org>
7109
7110         * Relicense all FSF files to GPLv3 or later.
7111
7112 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-sum.el (gnus-summary-move-article): Make
7115         gnus-summary-respool-article work.
7116
7117 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7120         string.
7121
7122 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7123
7124         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7125         that should be ignored when comparing distant RSS articles with local
7126         ones.
7127         (nnrss-make-hash-index): New function.  Create a hash index according
7128         to the ignored fields.
7129         (nnrss-check-group): Use it.
7130
7131 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7134
7135         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7136
7137         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7138         the new optional argument ENCODED is non-nil.
7139         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7140         coding system for encoding group name.
7141         (gnus-group-make-rss-group): Pass un-encoded group name to
7142         gnus-group-make-group.
7143         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7144         encoded.
7145
7146         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7147         Encode group name to which articles are moved or copied.
7148         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7149         coding system for encoding Newsgroup, Followup-To and Xref headers.
7150
7151         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7152         marks; use nnheader-file-coding-system to write a file.
7153         (nnagent-retrieve-headers): Bind file-name-coding-system to
7154         nnmail-pathname-coding-system.
7155
7156         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7157
7158         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7159         (nnml-request-article, nnml-request-create-group)
7160         (nnml-request-rename-group, nnml-find-id)
7161         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7162         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7163         (nnml-save-marks): Use nnml-group-pathname instead of
7164         nnmail-group-pathname.
7165
7166         (nnml-request-create-group, nnml-request-expire-articles)
7167         (nnml-request-move-article, nnml-request-delete-group)
7168         (nnml-deletable-article-p, nnml-possibly-create-directory)
7169         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7170         (nnml-open-marks): Bind file-name-coding-system to
7171         nnmail-pathname-coding-system.
7172
7173         (nnml-request-article): Pass server argument to nnml-find-group-number.
7174         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7175         server argument to nnml-possibly-create-directory.
7176         (nnml-request-accept-article): Pass server argument to
7177         nnml-active-number and nnml-save-mail.
7178         (nnml-find-group-number): Pass server argument to nnml-find-id.
7179         (nnml-request-update-info): Pass server argument to
7180         nnml-marks-changed-p.
7181
7182         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7183         (nnml-save-mail, nnml-active-number): Add server argument.
7184
7185         (nnml-request-delete-group): Warn if group is missing.
7186         (nnml-get-nov-buffer): Decode group name.
7187         (nnml-generate-active-info): Encode group name.
7188         (nnml-open-marks): Decode group name in messages.
7189
7190 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7193         if it is not specified.
7194         (gnus-article-pipe-part, gnus-article-save-part)
7195         (gnus-article-interactively-view-part, gnus-article-copy-part)
7196         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7197         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7198         (gnus-article-replace-part, gnus-article-delete-part)
7199         (gnus-article-view-part-as-type): Pass raw prefix argument to
7200         gnus-article-part-wrapper.
7201
7202 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-agent.el (gnus-agent-save-active): Bind
7205         nnheader-file-coding-system to gnus-agent-file-coding-system.
7206
7207         * gnus-cache.el (gnus-cache-save-buffers)
7208         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7209         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7210         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7211         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7212         (gnus-cache-generate-active, gnus-cache-rename-group)
7213         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7214         (gnus-cache-update-overview-total-fetched-for): Bind
7215         file-name-coding-system to nnmail-pathname-coding-system.
7216         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7217         variables.
7218         (gnus-cache-decoded-group-name): New function.
7219         (gnus-cache-file-name): Use it.
7220         (gnus-cache-generate-active): Use non-decoded group name for active.
7221
7222         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7223         right place.
7224         (gnus-write-active-file): Don't break non-ASCII group names.
7225
7226         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7227         nnmail-pathname-coding-system.
7228
7229         * lpath.el: Bind default-file-name-coding-system,
7230         file-name-coding-system and language-info-alist for XEmacs.
7231
7232         * gnus-uu.el (gnus-uu-decode-save): Typo.
7233
7234 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7237
7238 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7241         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7242         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7243         (gnus-agent-flush-group, gnus-agent-flush-cache)
7244         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7245         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7246         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7247         (gnus-agent-regenerate-group)
7248         (gnus-agent-update-files-total-fetched-for)
7249         (gnus-agent-update-view-total-fetched-for): Bind
7250         file-name-coding-system to nnmail-pathname-coding-system.
7251         (gnus-agent-group-pathname): Don't encode file names by
7252         nnmail-pathname-coding-system.
7253         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7254         coding-system-for-write instead of buffer-file-coding-system to
7255         gnus-agent-file-coding-system.
7256
7257         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7258         Decode group name.
7259
7260         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7261
7262         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7263         (gnus-read-newsrc-el-file): Make group names unibyte.
7264
7265         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7266         nnmail-pathname-coding-system.
7267
7268         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7269         (nnrss-request-delete-group): Bind file-name-coding-system to
7270         nnmail-pathname-coding-system.
7271         (nnrss-read-server-data, nnrss-read-group-data): Bind
7272         file-name-coding-system correctly.
7273         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7274
7275         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7276         (nntp-server-to-method-cache): New variable.
7277         (nntp-group-pathname): New function that decodes non-ASCII group names.
7278         (nntp-possibly-create-directory, nntp-marks-changed-p)
7279         (nntp-save-marks, nntp-open-marks): Use it.
7280         (nntp-possibly-create-directory, nntp-open-marks):
7281         Bind file-name-coding-system to nnmail-pathname-coding-system.
7282         (nntp-open-marks): Decode group names when bootstrapping marks.
7283
7284         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7285         Newsgroups and Folowup-To headers.
7286
7287 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7290         (gnus-server-closed-face, gnus-server-denied-face)
7291         (gnus-server-offline-face): Remove variable.
7292         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7293
7294         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7295         of modifying message-stack directly for XEmacs.
7296
7297         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7298         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7299         if the coding-system argument is nil for XEmacs.
7300
7301         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7302         mm-charset-override-alist.
7303
7304         * rfc2047.el: Don't require base64; require rfc2045 for the function
7305         rfc2045-encode-string.
7306         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7307         to quote the parameter value.
7308
7309 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7312         form in gnus-group-name-charset-method-alist.
7313
7314         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7315         overrides the default layout edit-form.
7316
7317         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7318
7319         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7320
7321 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7324         as unfetched articles.
7325
7326 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7329
7330 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7333         original back end that keeps marks in the local system.
7334
7335 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7338         arg of pop-to-buffer for XEmacs.
7339         (gnus-article-read-summary-keys): Ditto; don't restore window
7340         configuration if summary command ends up with neither article buffer
7341         nor summary buffer; describe bindings if summary keys end with C-h.
7342
7343 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * message.el (message-fix-before-sending): Skip raw message part to be
7346         forwarded while checking illegible text.
7347         (message-forward-make-body-mime, message-forward-make-body): Mark
7348         signed or encrypted raw message as having no illegible text.
7349
7350 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7353         (gnus-message-with-timestamp-1): New macro.
7354         (gnus-message-with-timestamp): New function.
7355         (gnus-message): Use them.
7356
7357         * nnheader.el (nnheader-message): Use them.
7358
7359 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7362         .newsrc.eld file.
7363
7364 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-agent.el (gnus-agent-fetch-headers)
7367         (gnus-agent-retrieve-headers): Bind
7368         gnus-decode-encoded-address-function to identity.
7369
7370         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7371         available also when the server returns simply a dot.
7372
7373         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7374
7375 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7378
7379 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-ems.el (gnus-x-splash): Make it work.
7382
7383         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7384         from being used.
7385
7386         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7387
7388 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7391         4th and the 5th arguments.
7392
7393         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7394         the front stickiness.
7395         (gnus-article-summary-command-nosave): Correct the order of the
7396         arguments passed to pop-to-buffer.
7397         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7398         summary command ends up with the article buffer.
7399
7400         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7401         the same faces.
7402
7403 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7404
7405         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7406
7407 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7408
7409         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7410         * gnus-sum.el (gnus-summary-highlight):
7411         * pgg.el (pgg-sign-region, pgg-sign):
7412         * mail-source.el (mail-source-delete-old-incoming-confirm):
7413         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7414
7415 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (gnus-mime-view-part-externally)
7418         (gnus-mime-view-part-internally): Fix predicate function passed to
7419         completing-read.
7420
7421         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7422
7423         * gnus.el (gnus-update-message-archive-method): Add :version.
7424
7425 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus.el (gnus-update-message-archive-method): New variable.
7428
7429         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7430         according to gnus-message-archive-method if
7431         gnus-update-message-archive-method is non-nil.
7432
7433 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7436         by Loic Dachary <loic@dachary.org>.
7437         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7438
7439 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * message.el (message-pop-to-buffer): Add switch-function argument.
7442         (message-mail): Pass switch-function argument to it.
7443
7444 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7447         Improve doc string.
7448
7449 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7452         (gnus-header-content)
7453         * gnus-cite.el (gnus-cite-10)
7454         * gnus-srvr.el (gnus-server-closed)
7455         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7456         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7457         (gnus-group-mail-3-empty, gnus-group-mail-low)
7458         (gnus-group-mail-low-empty, gnus-splash)
7459         * message.el (message-header-to, message-header-cc)
7460         (message-header-subject, message-header-other, message-header-name)
7461         (message-header-xheader, message-separator, message-cited-text)
7462         (message-mml): Lighten colors of faces used for dark background.
7463
7464 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7465
7466         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7467         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7468
7469 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * message.el (message-narrow-to-headers-or-head):
7472         Ignore mail-header-separator in the body.
7473
7474 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7477         same as window size.
7478
7479 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7480
7481         * message.el (message-font-lock-keywords): Use message-header-xheader
7482         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7483         ahead of the anything pattern, to get it recognised.
7484
7485 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7488         spam.el loads uses it in the compiled defadvice form.
7489
7490 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7491
7492         * gnus-sum.el (gnus-articles-to-read)
7493         (gnus-summary-insert-old-articles): Don't truncate group name for
7494         `read-string'.
7495
7496         * gnus-util.el (gnus-limit-string): Delete this function.
7497
7498         * gnus-sum.el (gnus-simplify-subject-fully): Use
7499         `truncate-string-to-width' instead.
7500
7501 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7502
7503         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7504         if, on summary exit, the next group has to be selected.
7505         (gnus-summary-exit): Use it.
7506
7507 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7510         non-break space.
7511
7512 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7515         Check if group is not a directory.
7516         (nnfolder-request-expire-articles): Don't delete articles if the target
7517         group is not available.
7518
7519         * nnml.el (nnml-request-create-group): Properly check if group is not a
7520         file.
7521         (nnml-request-expire-articles): Don't delete articles if the target
7522         group is not available.
7523
7524         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7525         Don't quote characters that are within parentheses.
7526
7527 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7530         (gnus-handle-ephemeral-exit): Select article according to it.
7531
7532 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * message.el (message-insert-formated-citation-line): Remove newline.
7535         (message-citation-line-format): Add final \n here so that the user can
7536         avoid a blank line.
7537
7538 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7539
7540         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7541         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7542         Update lanl/arXiv support.
7543
7544 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus.el: Bump version number.
7547
7548 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * gnus.el (gnus-version-number): Bump version.
7551
7552 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7553
7554         * gnus.el: No Gnus v0.6 is released.
7555
7556 2007-04-27  Didier Verna  <didier@xemacs.org>
7557
7558         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7559         * gmm-utils.el (gmm-regexp-concat): here.
7560         * message.el: Don't require 'gnus-util.
7561         (message-dont-reply-to-names): Handle name change above.
7562         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7563
7564 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7567         since the initial value varies according to the system.
7568
7569 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7572
7573 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7574
7575         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7576
7577 2007-04-24  Didier Verna  <didier@xemacs.org>
7578
7579         Improve the type of gnus-ignored-from-addresses.
7580         * gnus-util.el (gnus-orify-regexp): New function.
7581         * message.el (gnus-util): Require it.
7582         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7583         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7584         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7585
7586 2007-04-24  Didier Verna  <didier@xemacs.org>
7587
7588         * gnus-sum.el:
7589         * gnus-utils.el: Fix some trailing whitespaces.
7590
7591 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7594         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7595         article's Message-ID; refer parent article in summary buffer.
7596
7597         * message.el (message-bounce): Call mime-to-mml.
7598
7599         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7600         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7601         optimize and/or forms properly.
7602
7603 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7606         URL.
7607
7608 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7611
7612 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7615         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7616         displayed of multipart/alternative part if it is invoked from summary
7617         buffer.
7618
7619         * mm-view.el (mm-inline-text-html-render-with-w3m)
7620         (mm-inline-text-html-render-with-w3m-standalone)
7621         (mm-inline-render-with-function): Use mail-parse-charset by default.
7622
7623 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7624
7625         * parse-time.el (parse-time-string-chars): Check if CHAR
7626         is less than the length of parse-time-syntax.
7627
7628 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7631         from gnus-newsgroup-processable.
7632
7633 2007-04-16  Didier Verna  <didier@xemacs.org>
7634
7635         * gnus-msg.el (gnus-configure-posting-styles): Handle
7636         message-signature-directory properly with :file syntax.  Reported by
7637         "Leo".
7638
7639 2007-04-11  Didier Verna  <didier@xemacs.org>
7640
7641         New user option: message-signature-directory.
7642         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7643         * message.el (message-insert-signature): Ditto.
7644         * message.el (message-signature-file): Doc update.
7645         * message.el (message-signature-directory): New.
7646
7647 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-msg.el (gnus-inews-yank-articles): Use
7650         message-exchange-point-and-mark instead of exchange-point-and-mark.
7651
7652 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * message.el (message-yank-original): Make sure cited text ends with
7655         newline; don't exchange point and mark.
7656
7657 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7658
7659         * tls.el (open-tls-stream): Properly handle case where there
7660         is no associated buffer.
7661
7662 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7663
7664         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7665         message-yank-original, make sure (< mark TEXT point).
7666
7667 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * message.el (message-fill-column): New variable.
7670         (message-mode): Use it.  Add comment on a possible new hook.
7671
7672         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7673         (nnmail-get-new-mail): Reformat.
7674
7675         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7676
7677         * gmm-utils.el: Fix Commentary.
7678         (gmm-tool-bar-from-list): Fix typo in doc string.
7679
7680 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7681
7682         * message.el (message-yank-original): Don't switch point and mark
7683         unnecessarily to put point and mark as documented.
7684
7685 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7688         from the message heads.
7689
7690 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7691
7692         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7693         article buffer does not have a window.  This may not be the best
7694         solution but is certainly better than setting the start of the null,
7695         that is the current, window.
7696
7697 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7700         (gnus-draft-setup): Run it.
7701
7702         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7703         gnus-score-fast-scoring.  Allow regexp.
7704         (gnus-score-headers): Use it.
7705
7706         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7707         XEmacs.
7708
7709         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7710         string.
7711         (gnus-button-alist): Also catch `<f1> k ...'.
7712         (gnus-treat-display-x-face): Fix doc string.
7713
7714 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7715
7716         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7717         evaluation of gnus-extended-version to ensure correct generation of the
7718         User-Agent header when message-generate-headers-first is used.
7719
7720 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7721
7722         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7723         hashcash-path is nil.  Don't call callback with incorrect number of
7724         parameters if val is 0.
7725
7726 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7727
7728         * message.el (message-required-news-headers):
7729         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7730
7731 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7732
7733         * tls.el (open-tls-stream): In handshake-waiting loop,
7734         don't wait more if there is output available to process.
7735
7736 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7737
7738         * tls.el (tls-program): Doc fix.
7739
7740 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * message.el (message-generate-new-buffers): Change the meaning of the
7743         nil value; add `standard' to the choices; treat t as `unique'; improve
7744         doc string.
7745         (gnus-select-frame-set-input-focus): Autoload.
7746         (message-buffer-name): Search for the existing message buffer if
7747         message-generate-new-buffers is nil or `standard'; treat the value t of
7748         message-generate-new-buffers as `unique'.
7749         (message-pop-to-buffer): Raise the frame already displaying the message
7750         buffer; clear the echo area after querying.
7751         (message-setup): Pass the `continue' argument to compose-mail.
7752         (message-mail): Prefer `switch-function' if it is given; search for the
7753         existing message buffer if the `continue' argument is non-nil; pass
7754         continue and switch-function arguments to compose-mail by way of
7755         message-setup.
7756         (message-mail-other-window): Adjust argument of message-setup.
7757         (message-mail-other-frame): Ditto.
7758
7759 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7762         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7763         to turn font-lock on when turning gnus-message-citation-mode on.
7764
7765 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7768         (mml-smime-function-alist): New variable; add epg as the backend.
7769         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7770         mml-smime- functions instead.
7771         * mm-view.el: Require smime.
7772
7773 2007-03-05  Didier Verna  <didier@xemacs.org>
7774
7775         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7776         instead of just inheritance for posting styles.
7777         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7778
7779 2007-02-24  Chris Moore  <dooglus@gmail.com>
7780
7781         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7782         * pgg-pgp.el (pgg-pgp-encrypt-region):
7783         * pgg-gpg.el (pgg-gpg-encrypt-region):
7784         Check pgg-encrypt-for-me if no other recipients.
7785
7786 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7787
7788         * tls.el (tls-certtool-program): Fix custom type.
7789
7790 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7793         and point-at-eol instead of line-(beginning|end)-position.
7794
7795         * assistant.el (assistant-parse-buffer): Ditto.
7796
7797         * netrc.el (netrc-parse-services): Ditto.
7798
7799 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7800
7801         * mml2015.el (mml2015-epg-find-usable-key): New function.
7802         (mml2015-epg-sign): Use it.
7803         (mml2015-epg-encrypt): Use it.
7804
7805 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * message.el (message-make-in-reply-to): Quote name containing
7808         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7809         if there are special characters.  Reported by NAKAJI Hiroyuki
7810         <nakaji@jp.freebsd.org>.
7811
7812 2007-02-27  Didier Verna  <didier@xemacs.org>
7813
7814         Include the group parameters as well as the topic ones in the
7815         inheritance filter process.
7816         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7817         argument GROUP-PARAMS-LIST.
7818         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7819
7820 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * nntp.el (nntp-never-echoes-commands)
7823         (nntp-open-connection-functions-never-echo-commands): New variables.
7824         (nntp-send-command): Use them.
7825
7826 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7827
7828         * mml2015.el (mml2015-epg-verify): Simplified.
7829
7830 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * mml.el (mml-content-disposition-alist): New user option.
7833         (mml-content-disposition): New function.
7834         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7835         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7836
7837 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7838
7839         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7840         verification.
7841
7842 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7843
7844         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7845         articles posted in the last 24 hours.
7846
7847 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7848
7849         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7850
7851 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7852
7853         * nntp.el (nntp-send-command): Don't wait for echoes when
7854         nntp-open-ssl-stream is used.
7855
7856 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7859         (gnus-message-add-citation-keywords)
7860         (gnus-message-remove-citation-keywords): Remove.
7861         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7862         directly, make the variables in font-lock-defaults buffer-local, add
7863         gnus-message-citation-keywords to them and then update the value of
7864         font-lock-keywords.
7865
7866 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * message.el (message-cite-original-1): Don't call
7869         gnus-article-highlight-citation.
7870
7871         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7872         citations; fix line count.
7873
7874 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7877         (gnus-message-add-citation-keywords)
7878         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7879         versions of font-lock-add-keywords and font-lock-remove-keywords to
7880         work with XEmacs correctly.
7881
7882 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-cite.el (gnus-cite-face-list): Set the values of
7885         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7886         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7887         (gnus-message-cite-prefix-regexp): New variable.
7888         (gnus-message-search-citation-line): Use it; protect against long
7889         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7890         the 0th match data for Emacs.
7891         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7892         (gnus-message-add-citation-keywords): Append keywords rather than
7893         prepending; emulate font-lock-add-keywords if it is not available.
7894         (gnus-message-remove-citation-keywords): Emulate
7895         font-lock-remove-keywords if it is not available.
7896
7897         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7898
7899         * message.el (message-cite-prefix-regexp): Set the value of
7900         gnus-message-cite-prefix-regexp.
7901
7902 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7903
7904         * nnweb.el (nnweb-google-parse-1): Update parser.
7905
7906 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7907
7908         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7909
7910 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7911
7912         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7913         regexp.
7914
7915 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7918         string-to-multibyte.
7919         (uudecode-decode-region-internal): Use it.
7920
7921         * lpath.el: Fbind string-as-multibyte for XEmacs.
7922
7923 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7926         custom choice.
7927
7928         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7929
7930 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7931
7932         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7933
7934         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7935         `write-region' to respect `mm-inhibit-file-name-handlers'.
7936
7937 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7940         Use gnus-home-directory instead of "~/" or "$HOME".
7941
7942 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7943
7944         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7945         to mention filename.
7946         Add comments at beginning regarding usage.
7947         (encrypt-write-file-contents): Change interactive so a string is
7948         acceptable.  If the file has no associated model, show an error instead
7949         of a nonsense prompt.
7950
7951 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7952
7953         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7954         Thanks to Yoshihiko Yamada for kind notification of this typo.
7955
7956 2007-01-12  Kenichi Handa  <handa@m17n.org>
7957
7958         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7959         multibyte buffer.
7960
7961 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-score.el (gnus-score-fast-scoring): New variable.
7964         (gnus-score-headers): Use it.
7965
7966         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7967
7968         * message.el (message-cite-original-1): Call
7969         gnus-article-highlight-citation if requested.
7970         (message-make-from): Allow name and address as optional arguments.
7971
7972         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7973
7974         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7975         bugs to doc string.
7976         (gnus-button-alist): Add mid\\|message-id.
7977         (gnus-button-fetch-group): Extend for use in
7978         `browse-url-browser-function'.
7979         (gnus-button-url-regexp): Try to catch paired parentheses like in
7980         Wikipedia URLs.
7981
7982         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7983         Suggested by Simon Krahnke <overlord@gmx.li>.
7984
7985 2007-01-13  Romain Francoise  <romain@orebokech.com>
7986
7987         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7988         Update copyright.
7989
7990 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7991
7992         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7993
7994 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * gnus-registry.el (gnus-registry-unfollowed-groups)
7997         (gnus-registry-split-fancy-with-parent): Fix documentation.
7998
7999 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8002         from nnweb groups.
8003
8004 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8007         Xref urls.  Erase buffer before requesting head.
8008
8009 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8012         customizable.
8013
8014 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8015
8016         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8017         no signing key is found.
8018         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8019         no encrypting and/or signing key is found.
8020
8021 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8024
8025 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8026
8027         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8028         headers read from disk with the ones newly found in the current search.
8029         This should no longer cause problems, because the article numbers in
8030         Gmane's `nov.php' output are ignored since the previous change.
8031
8032 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8033
8034         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8035
8036 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8039         replace-regexp-in-string; bind url-version; fbind display-images-p and
8040         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8041         find-face and set-itimer-function for Emacs; bind itimer-list for
8042         Emacs.
8043
8044         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8045
8046 2007-01-01  Romain Francoise  <romain@orebokech.com>
8047
8048         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8049
8050 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8051
8052         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8053         `define-minor-mode' macro definition expanded properly.
8054         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8055         exclude it there.
8056
8057         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8058         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8059         `fboundp' test.
8060         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8061         This is OK to autoload in (S)XEmacs now.
8062
8063 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8066         keystroke.
8067         (gnus-summary-limit-to-singletons): Fix typo.
8068
8069         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8070         else fails.
8071
8072 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8073
8074         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8075         docstring.
8076
8077         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8078         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8079         (gnus-summary-insert-dormant-articles): Fix typo in message.
8080
8081 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8084         nil for XEmacs.
8085         (gnus-message-citation-mode): Don't autoload in XEmacs.
8086
8087         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8088
8089 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8090
8091         * nnimap.el (nnimap-expunge-search-string): Mention
8092         nnimap-search-uids-not-since-is-evil in docstring.
8093
8094 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * spam.el: Revert to make-obsolete-variable because
8097         define-obsolete-variable-alias is not supported in Emacs 21.
8098
8099         * spam.el (spam-ifile-path, spam-ifile-database-path)
8100         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8101         make-obsolete-variable.
8102         (spam-bsfilter-path, spam-bsfilter-program)
8103         (spam-spamassassin-path, spam-spamassassin-program)
8104         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8105         use "path" inappropriately.
8106         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8107         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8108         variable names.
8109
8110 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8111
8112         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8113         summary buffer.
8114
8115         * password.el (password-cache-remove): Use clear-string to burn
8116         password, if available.
8117
8118 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8121
8122         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8123
8124         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8125         (gnus-message-highlight-citation): Move defcustom here from
8126         gnus-cite.el.
8127         (gnus-message-citation-mode): Autoload.
8128
8129         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8130         checks to make it compile with XEmacs.
8131         (gnus-message-citation-mode): New minor mode.
8132         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8133         (gnus-message-highlight-citation): New variables.
8134         (gnus-message-search-citation-line)
8135         (gnus-message-add-citation-keywords)
8136         (gnus-message-remove-citation-keywords)
8137         (turn-on-gnus-message-citation-mode)
8138         (turn-off-gnus-message-citation-mode): New functions.
8139
8140 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8141
8142         * gnus-cite.el: Enable highlighting of different citation levels in
8143         message-mode.
8144
8145 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * message.el (message-make-fqdn): Fix comment.
8148         (message-bogus-system-names): Add ".local".
8149
8150         * spam.el (spam-ifile-path, spam-ifile-program)
8151         (spam-ifile-database-path, spam-ifile-database)
8152         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8153         Don't use "path" inappropriately.
8154         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8155         strings.
8156         (spam-check-ifile, spam-ifile-register-with-ifile)
8157         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8158         new variable names.
8159
8160         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8161         (gnus-treat-display-smileys): Simplify using
8162         gnus-image-type-available-p.
8163
8164         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8165         available.
8166
8167         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8168         `display-images-p' if available.
8169
8170 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8173         one after turning on the buffer's multibyteness instead of decoding
8174         them directly in the unibyte buffer that causes unexpected conversion
8175         in Emacs 23 (unicode).
8176
8177 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8178
8179         * message.el (message-generate-hashcash): Fix custom type.
8180
8181 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8184
8185 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8188         disconnect icons.  Add help text.
8189
8190 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8191
8192         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8193         negated to be consistent with the others we handle.
8194
8195 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8198         version of gnus-summary-buffer to something, so that we can use two
8199         article buffers at the same time.
8200
8201 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8204         trigger all the extra headers.
8205         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8206         sorting.
8207
8208 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8209
8210         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8211         solid groups.
8212
8213 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8214
8215         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8216
8217 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * legacy-gnus-agent.el: Add Copyright notice.
8220
8221 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8222
8223         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8224
8225 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8228
8229         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8230         to make it work reliably in CVS Emacs.
8231         (gnus-summary-limit-strange-charsets-predicate)
8232         (gnus-summary-limit-to-predicate): New functions.
8233
8234 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8235
8236         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8237         specifying array size.
8238         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8239         array if it is too small.
8240         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8241         (gnus-sort-threads-loop): New function.
8242
8243 2006-12-06  Chris Moore  <dooglus@gmail.com>
8244
8245         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8246         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8247
8248 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8249
8250         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8251         options.
8252
8253 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8254
8255         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8256         DOS-ing the recipient.
8257
8258         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8259         the headers when creating the mapping to avoid mismappings.
8260         (nnweb-gmane-create-mapping): Always nix out old mapping.
8261
8262 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8265         and mm-verify-option to never.
8266
8267 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * message.el (message-signed-or-encrypted-p): New function.
8270         (message-forward-make-body): Use it.
8271
8272         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8273         Replace encode-coding-string with mm-encode-coding-string.
8274
8275 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * nneething.el (nneething-decode-file-name): Replace
8278         decode-coding-string with mm-decode-coding-string.
8279
8280         * gnus-int.el (gnus-open-server): Say failed server's name.
8281
8282 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8283
8284         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8285         strings to a single string.  Quote `errors-file-name'.
8286         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8287         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8288         Adjust calls.  Use `shell-quote-argument'.
8289
8290 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8291
8292         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8293         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8294
8295         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8296         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8297         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8298         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8299         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8300         (gnus-subscribe-newsgroup, gnus-1):
8301         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8302         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8303         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8304         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8305
8306 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8309         keystroke.
8310         (gnus-summary-limit-to-bodies): Implement headersp.
8311
8312 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8315
8316 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8319
8320 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * message.el (message-generate-hashcash): Expand range of values to
8323         include `opportunistic'.
8324         (message-send-mail): Use it.
8325
8326 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8327
8328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8329         and comment it.
8330
8331         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8332
8333 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * gnus-util.el (gnus-extract-address-components): Improve comment.
8336
8337 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-util.el (gnus-extract-address-components): Work with address in
8340         which the name portion contains @.
8341
8342         * lpath.el: Fbind custom-autoload.
8343
8344 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus.el (gnus-start): Move custom group up.
8347         (gnus-select-method): Don't autoload, but make it available for
8348         `customize-variable'.
8349         (gnus-getenv-nntpserver): Don't autoload.
8350
8351 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8352
8353         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8354
8355 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-sendmail-extra-arguments): New variable.
8358         (message-send-mail-with-sendmail): Use it.
8359
8360 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8363         mm-with-unibyte-current-buffer to make string unibyte.
8364
8365         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8366         mm-string-as-multibyte.
8367
8368 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8369
8370         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8371         Reported by Werner Koch <wk@gnupg.org>.
8372
8373 2006-11-14  Daiki Ueno  <ueno@p360>
8374
8375         * mml2015.el: Autoload epa-select-keys when compiling.
8376
8377 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8378
8379         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8380         message-options.
8381         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8382
8383 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8384
8385         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8386         EasyPG (< 0.0.6).
8387         (mml2015-always-trust): New user option.
8388         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8389         prompt.
8390
8391 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * nntp.el (nntp-authinfo-force): New variable.
8394         (nntp-send-authinfo): Use it.
8395
8396 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8399         decode encoded words.  Improve prompt.  Add comment about forwarding.
8400         (message-replacement-char): Move up.
8401
8402 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8403
8404         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8405         instead of gnus-intersection because arguments of gnus-sorted-nunion
8406         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8407
8408 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8411         (message-simplify-subject-functions): Enable
8412         message-strip-subject-encoded-words by default.
8413
8414 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * message.el (message-strip-subject-encoded-words): New function.
8417         (message-simplify-subject-functions): New variable.
8418         (message-simplify-subject): Use it.  Fix typo in doc string.
8419         Support message-strip-subject-encoded-words.
8420
8421 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8422
8423         * gnus-diary.el (gnus-diary-delay-format-function):
8424         * nndiary.el (nndiary-reminders):
8425         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8426
8427 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-art.el (article-hide-boring-headers): Fetch date from
8430         gnus-original-article-buffer to avoid problems with localized date
8431         strings.
8432
8433 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8436
8437 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8440         New variables.
8441         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8442         (mm-charset-synonym-alist): Move some entries to
8443         mm-codepage-iso-8859-list.
8444         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8445         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8446
8447 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8450
8451 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8454         with Emacs 21 and XEmacs.
8455
8456 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * spam.el (spam-parse-address): New function for better parsing,
8459         catching errors, etc.
8460         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8461
8462 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * mm-view.el: Add interactive arg to html2text autoload.
8465
8466 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8469
8470 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8473         variables.
8474         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8475         (mm-charset-synonym-alist): Move some entries to
8476         mm-codepage-iso-8859-list.
8477
8478         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8479
8480 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * message.el (message-citation-line-format)
8483         (message-insert-formated-citation-line): Fix implementation of %E, %N
8484         and %n according to the doc string.
8485
8486 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8489         car-safe to avoid bad parses.
8490
8491 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8494         names.
8495
8496         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8497
8498 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8501         header.
8502
8503         * message.el (message-draft-headers): Add Date.
8504         (message-headers-to-generate): Fix typo in docstring.
8505
8506         * nndraft.el (nndraft-required-headers): New variable.
8507         (nndraft-generate-headers): Use it.
8508
8509         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8510
8511 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8512
8513         * gnus-registry.el (gnus-registry-wash-for-keywords)
8514         (gnus-registry-find-keywords): New functions to allow easy searching of
8515         articles that are in the registry.
8516
8517 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8520         ietf-drums-parse-address instead of gnus-extract-address-components.
8521         Reported by Damien Elmes <damien@repose.cx>.
8522
8523 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus.el (gnus-mime): Remove unused custom group.
8526
8527 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8528
8529         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8530         "blank line" when searching for end of armor headers.
8531
8532 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gmm-utils.el (gmm-write-region): Fix variable name.
8535
8536 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gmm-utils.el (gmm-write-region): New function based on compatibility
8539         code from `mm-make-temp-file'.
8540
8541         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8542
8543         * nnmaildir.el (nnmaildir--update-nov)
8544         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8545         Use `gmm-write-region'.
8546
8547 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8550         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8551
8552         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8553
8554         * message.el (message-replacement-char): New variable.
8555         (message-fix-before-sending): Use it.
8556         (message-simplify-subject): New function to remove duplicate code.
8557         (message-reply, message-followup): Use it.
8558
8559         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8560         gnus-summary-limit-to-articles.
8561
8562 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-util.el (gnus-with-local-quit): New macro.
8565
8566         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8567
8568 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8571         ignore non-string data.
8572
8573 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8576         non-string data (needs to be done in the registry too).
8577
8578 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8581         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8582         (gnus-registry-split-fancy-with-parent)
8583         (gnus-registry-fetch-simplified-message-subject-fast)
8584         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8585         Remove text properties on ingress into the registry and when it's saved.
8586         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8587         registry from entries with no groups.
8588
8589 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8590
8591         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8592         function to remove string properties.
8593
8594 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gmm-utils.el (gmm): Adjust custom version.
8597
8598         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8599         custom version.
8600
8601         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8602
8603 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-art.el (gnus-insert-prev-page-button)
8606         (gnus-insert-next-page-button): Simplify.  Reformat.
8607
8608 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8609
8610         * gnus-art.el (gnus-insert-prev-page-button)
8611         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8612
8613 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8614
8615         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8616
8617 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8618
8619         * gnus-art.el (gnus-insert-mime-button)
8620         (gnus-insert-mime-security-button):
8621         Apply gnus-article-button-face to MIME and security buttons.
8622
8623 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8626         readable.
8627
8628 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8631
8632 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8633
8634         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8635         `browse-url-of-file' instead of `browse-url'.
8636
8637 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8638
8639         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8640         regexp.  Articles containing quotation were cut prematurely.
8641
8642 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * message.el (message-cite-original-1): Use nobody by default for the
8645         value of From header.
8646         (message-reply): Ditto.
8647
8648 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8649
8650         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8651         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8652         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8653
8654 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8657         mails in the doc string.  Add some URLs in comment.
8658         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8659
8660 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8663         backslashes handling and the way to find boundaries of quoted strings.
8664
8665 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8666
8667         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8668         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8669         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8670         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8671
8672 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8675         doc string.
8676         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8677
8678 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * lpath.el: Fbind epg-check-configuration.
8681
8682 2006-09-06  Simon Josefsson  <jas@extundo.com>
8683
8684         * mml2015.el (mml2015-use): Doc fix, mention epg.
8685
8686 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml2015.el (mml2015-use): Default to epg, if available.
8689
8690 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8693         message-sender.
8694         (mml1991-epg-encrypt): Ditto.
8695         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8696         message-sender.
8697         (mml2015-epg-encrypt): Ditto.
8698
8699 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8700
8701         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8702         several common directories.
8703
8704 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8705
8706         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8707         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8708
8709 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-art.el (article-decode-encoded-words): Make it fast.
8712
8713 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8716
8717         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8718         in quoted string into `\'.
8719
8720 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8723         Use standard-syntax-table.
8724
8725 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-decode-address-function): New variable.
8728         (article-decode-encoded-words): Use it to decode headers which are
8729         assumed to contain addresses.
8730         (gnus-mime-delete-part): Remove useless `or'.
8731
8732         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8733         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8734         (gnus-nov-parse-line): Use it to decode From header.
8735         (gnus-get-newsgroup-headers): Ditto.
8736         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8737
8738         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8739         (mail-decode-encoded-address-string): New alias.
8740
8741         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8742         New function.
8743         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8744         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8745         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8746         (rfc2047-decode-string): Ditto.
8747         (rfc2047-decode-address-region): New function.
8748         (rfc2047-decode-address-string): New function.
8749
8750 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * message.el (message-caesar-buffer-body): Allow rotating headers.
8753
8754         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8755
8756         * message.el (message-insert-formated-citation-line): Fix %f.
8757         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8758
8759 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8762         (gnus-bookmark-mouse-available-p): New macro.
8763         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8764         (gnus-bookmark-bmenu-show-infos): Use it.
8765         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8766         (gnus-bookmark-bmenu-hide-infos): Ditto.
8767         (gnus-bookmark-remove-properties): New function.
8768         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8769         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8770         (gnus-bookmark-write-file): Bind coding-system-for-write.
8771         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8772         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8773         group before selecting it.
8774         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8775         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8776         quit-window if it is not available; use gnus-mouse-2 and bind it to
8777         gnus-bookmark-bmenu-select-by-mouse.
8778         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8779         (gnus-bookmark-bmenu-select-by-mouse): New function.
8780
8781 2006-08-13  Romain Francoise  <romain@orebokech.com>
8782
8783         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8784         space.
8785
8786 2006-08-10  Romain Francoise  <romain@orebokech.com>
8787
8788         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8789         (dns-mode-soa-auto-increment-serial): New user option.
8790         (dns-mode-soa-maybe-increment-serial): New function.
8791         (dns-mode): Add the latter to `write-contents-functions'.
8792
8793 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * compface.el (uncompface): Use binary rather than raw-text-unix.
8796
8797 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * compface.el (uncompface): Make sure the eol conversion doesn't take
8800         place when communicating with the external programs.  Reported by
8801         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8802
8803 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8806
8807 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8810         Make it more robust by parsing author and date independently.
8811
8812 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8815
8816 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8817
8818         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8819         first matching secret key.
8820         (mml2015-epg-encrypt): Ditto.
8821
8822         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8823         first matching secret key.
8824         (mml1991-epg-encrypt): Ditto.
8825
8826         * mml2015.el (mml2015-encrypt-to-self): New user option.
8827         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8828         mml2015-epg-encrypt-to-self is set.
8829
8830         * mml1991.el (mml1991-encrypt-to-self): New variable.
8831         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8832         mml1991-epg-encrypt-to-self is set.
8833
8834         * mml2015.el (mml2015-signers): New user option.
8835         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8836         (mml2015-epg-encrypt): Allow to select signing keys.
8837
8838         * mml1991.el (mml1991-signers): New variable.
8839         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8840         (mml1991-epg-encrypt): Allow to select signing keys.
8841
8842 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * nnheader.el (nnheader-insert-head): Make it work even if the file
8845         uses CRLF for the line-break code.
8846
8847 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8848
8849         * mml2015.el: Require mml-sec instead of password.
8850         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8851         (mml2015-cache-passphrase): Inherit the default value from
8852         mml-secure-cache-passphrase.
8853         (mml2015-passphrase-cache-expiry): Inherit the default value from
8854         mml-secure-passphrase-cache-expiry.
8855
8856         * mml1991.el: Require mml-sec instead of password.
8857         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8858         (mml1991-cache-passphrase): Inherit the default value from
8859         mml-secure-cache-passphrase.
8860         (mml1991-passphrase-cache-expiry): Inherit the default value from
8861         mml-secure-passphrase-cache-expiry.
8862
8863         * mml-sec.el: Require password.
8864         (mml-secure-verbose): New user option.
8865         (mml-secure-cache-passphrase): New user option.
8866         (mml-secure-passphrase-cache-expiry): New user option.
8867
8868 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8869
8870         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8871         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8872         andreas@altroot.de (Andreas Vögele).
8873
8874         FIXME: Use `tiny change'?
8875
8876 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8877
8878         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8879         workaround for the url package included with Emacs.
8880
8881         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8882
8883 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8886         correctly.  This fixes a bug caused by the 2006-05-12 change.
8887
8888 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8889
8890         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8891         some information about the error when saying that the `bogus' mail
8892         group will be used.
8893
8894 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8897         string.
8898
8899 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8900
8901         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8902
8903 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8904
8905         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8906
8907 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8908
8909         * mml1991.el (mml1991-function-alist): Add epg.
8910         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8911         (mml1991-epg-encrypt): New functions.
8912
8913 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8914
8915         * mml2015.el (mml2015-verbose): New variable.
8916         (mml2015-cache-passphrase): Ditto.
8917         (mml2015-passphrase-cache-expiry): Ditto.
8918         (mml2015-function-alist): Add epg.
8919         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8920         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8921         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8922         functions.
8923
8924 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8925
8926         * message.el (message-cite-original-1): Preserve region when removing
8927         quoted text due to X-No-Archive in order to avoid bogus attribution
8928         when citing multiple messages.
8929
8930 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8931
8932         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8933         Kenneth Jacker <khj@be.cs.appstate.edu>.
8934
8935 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * gnus-diary.el (gnus-user-format-function-d)
8938         (gnus-user-format-function-D): Autoload.
8939
8940         * imap.el (Commentary): Fix typo.
8941
8942         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8943         2006-04-22 contribution.
8944
8945 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8946
8947         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8948         It didn't really fix the bogosity I'm seeing with solid web groups.
8949
8950 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8951
8952         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8953         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8954         created using server names.  If we use the feature without declaring
8955         it, Gnus does not properly manage server and group state.
8956
8957         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8958         bound.
8959
8960 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8961
8962         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8963         looking up the method using GROUP's prefix before inventing a new one.
8964         It is used on killed/unknown groups in various places where returning
8965         an all-new method isn't expected by the caller.
8966
8967         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8968         and match semantics of gnus-group-real-prefix.
8969
8970 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * nnmail.el (nnmail-broken-references-mailers): New variable.
8973         (nnmail-ignore-broken-references): New function generalizing
8974         nnmail-fix-eudora-headers.
8975         (nnmail-fix-eudora-headers): Now obsolete.
8976
8977         * gnus-art.el (gnus-button-handle-custom): Support
8978         `customize-apropos*'.
8979
8980 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8983
8984         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8985         articles.
8986
8987 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * message.el (message-cite-reply-above): New variable.
8990         (message-yank-original): Use it.
8991
8992 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8995
8996 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8999         as read.
9000
9001         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9002
9003 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9006         (gnus-bookmark-default-file): Use gnus-directory.
9007         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9008         Remove "*" in doc string.
9009         (gnus-bookmark-write-file): Simplify.
9010         (gnus-bookmark-maybe-sort-alist): Use `when'.
9011         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9012         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9013         FIXME about Emacs 21 and XEmacs compatibility.
9014         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9015         compatibility.
9016         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9017         compatibility.
9018         (gnus-bookmark-menu-heading): Fix version.
9019
9020 2006-06-19  Bastien Guerry  <bzg@altern.org>
9021
9022         * gnus-bookmark.el: New file.
9023
9024 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * message.el (message-syntax-checks): Doc fix.
9027
9028 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9029
9030         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9031         unsubscribed groups as if they were killed ones.  It causes duplicate
9032         entries in gnus-newsrc-alist.
9033
9034 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * message.el (message-syntax-checks): Doc fix.
9037         (message-send-mail): Add check for continuation headers.
9038         (message-check-news-header-syntax): Fix regexp used to check for
9039         continuation headers.
9040
9041 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9044
9045 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9048
9049 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9052         default-truncate-lines.
9053
9054 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9057         to fill the utf-8 entry.
9058
9059         * lpath.el: Fbind unicode-precedence-list.
9060
9061 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9062
9063         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9064
9065 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9066
9067         * gnus-agent.el (directory-files-and-attributes): Move all the way
9068         forward (the third and final move).
9069         (gnus-agent-read-agentview): Trap reconstruction errors due to
9070         nonexistant directory.  Handle by returning nil.
9071
9072 2006-05-30  Didier Verna  <didier@xemacs.org>
9073
9074         * message.el (message-dont-reply-to-names): Update the custom type.
9075         * message.el (message-dont-reply-to-names): New defsubst: potentially
9076         convert a list of regexps into a single one.
9077         * message.el (message-get-reply-headers): Use it.
9078         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9079
9080 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-agent.el (directory-files-and-attributes): Move forward.
9083
9084 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-ml.el (gnus-mailing-list-subscribe)
9087         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9088         (gnus-mailing-list-message): Fix doc strings.
9089
9090 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9091
9092         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9093         of doing it manually.
9094
9095 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9098         comment.
9099
9100 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9101
9102         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9103         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9104         (gnus-agent-read-local): All symbols allocated in my-obarray.
9105         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9106         (gnus-agent-regenerate-group): Check numeric names to see if they are
9107         messages or groups.
9108         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9109         better way of do this...)
9110
9111         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9112         'dummy.group' (there should be a better way of do this...)
9113
9114 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9117         (gnus-saved-headers): Ditto.
9118         (gnus-default-article-saver): Mention functions may have properties.
9119         (gnus-article-save): Override gnus-save-all-headers and
9120         gnus-saved-headers by :headers property which saver function may have.
9121         (gnus-summary-save-in-file): Add :headers property.
9122         (gnus-summary-write-to-file): Ditto.
9123
9124         * gnus-sum.el (gnus-summary-save-article): Bind
9125         gnus-prompt-before-saving to t when saving many articles in a file;
9126         always show all headers.
9127
9128         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9129
9130 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9133         marks.
9134
9135         * message.el (message-indent-citation): Add optional arguments to allow
9136         using it outside of message buffers.
9137
9138         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9139         (gnus-article-treat-unfold-headers): Use it.
9140         (gnus-article-truncate-lines): New variable.
9141         (gnus-article-mode): Use it.
9142         (gnus-article-toggle-truncate-lines): New function.
9143
9144         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9145         gnus-article-toggle-truncate-lines.
9146
9147         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9148         coding system in XEmacs, use binary.
9149
9150 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9153         after-load-alist.
9154
9155         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9156         this function should save decoded articles.
9157         (gnus-summary-write-to-file): Use property to specify this function
9158         should save decoded articles and specify gnus-summary-save-in-file
9159         should be used to save articles other than the first one when saving
9160         many articles.
9161         (gnus-summary-save-body-in-file): Use property to specify this
9162         function should save decoded articles.
9163         (gnus-summary-write-body-to-file): Use property to specify this
9164         function should save decoded articles and specify
9165         gnus-summary-save-body-in-file should be used to save articles other
9166         than the first one when saving many articles.
9167
9168         * gnus-sum.el (gnus-summary-save-article): Simplify.
9169
9170 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-art.el (gnus-default-article-saver): Add
9173         gnus-summary-write-body-to-file.
9174         (gnus-article-save-coding-system): Don't use coding system object
9175         in XEmacs.
9176         (gnus-read-save-file-name): Add optional `dir-var' argument which
9177         specifies directory in which files are saved; work even if optional
9178         `variable' argument is not specified.
9179         (gnus-summary-write-to-file): Read file name.
9180         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9181         (gnus-summary-write-body-to-file): New function.
9182
9183         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9184         (gnus-summary-local-variables): Add it.
9185         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9186         (gnus-summary-save-article): Remove optional `decode' argument;
9187         determine whether to decode articles by the value of
9188         gnus-default-article-saver; when saving many files using
9189         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9190         it first and use gnus-summary-save-in-file or
9191         gnus-summary-save-body-in-file thereafter unless
9192         gnus-prompt-before-saving is always; move point to article which
9193         will be saved.
9194         (gnus-summary-save-article-file): Revert.
9195         (gnus-summary-write-article-file): Revert.
9196         (gnus-summary-save-article-body-file): Revert.
9197         (gnus-summary-write-article-body-file): New function.
9198
9199 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-art.el (gnus-default-article-saver): Doc fix.
9202         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9203         from gnus-summary-save-article-coding-system, and default to a
9204         certain coding system.
9205         (gnus-output-to-file): Add coding cookie and encode text according
9206         to gnus-article-save-coding-system; don't use mm-append-to-file.
9207
9208         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9209         gnus-art.el and rename to gnus-article-save-coding-system.
9210         (gnus-summary-save-article): Require gnus-art; don't show all
9211         headers if it decodes articles; don't add coding cookie here;
9212         don't bind mm-text-coding-system-for-write.
9213         (gnus-summary-save-article-file): Save decoded articles.
9214         (gnus-summary-write-article-file): When saving many files, use
9215         gnus-summary-write-to-file first and gnus-summary-save-in-file
9216         thereafter unless gnus-prompt-before-saving is always.
9217         (gnus-summary-save-article-body-file): Save decoded articles.
9218
9219         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9220
9221 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * nnrss.el (nnrss-check-group): Bind hash-index.
9224
9225 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9226
9227         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9228         its hash index.  Store this hash in `nnrss-group-data'.
9229         (nnrss-read-group-data): Update accordingly.
9230
9231 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9234         entry.
9235
9236         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9237         gnus-article-browse-html-article.
9238
9239 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9240
9241         * gnus-sum.el (gnus-summary-mime-map): Add
9242         gnus-article-browse-html-article.
9243
9244         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9245
9246 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9249         suitable coding systems in customize.
9250
9251 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * mail-source.el (mail-sources): Fix custom type.
9254
9255 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9258         (gnus-summary-expire-articles-now): Shorten prompt.
9259
9260         * gmm-utils.el (wid-edit): Require.
9261         (defun-gmm): Renamed from `gmm-defun-compat'.
9262         (gmm-image-search-load-path): Use it.
9263         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9264
9265 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9268         variable.
9269         (gnus-summary-save-article): Add optional `decode' argument.  If
9270         it is set and gnus-summary-save-article-coding-system is non-nil,
9271         save decoded article.
9272         (gnus-summary-write-article-file): Save decoded article if
9273         gnus-summary-save-article-coding-system is non-nil.
9274
9275         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9276         type.
9277
9278 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9281
9282 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9285         first to test gnus-single-article-buffer which may be buffer-local.
9286
9287         * gnus-sum.el (gnus-summary-setup-buffer): Make
9288         gnus-single-article-buffer buffer-local and nil in ephemeral
9289         group; make gnus-article-buffer, gnus-article-current, and
9290         gnus-original-article-buffer always buffer-local.
9291         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9292         group.
9293         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9294
9295 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * nnml.el (nnml-request-compact-group): Compressed files might not
9298         have .gz extension.
9299
9300 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9301
9302         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9303         (mm-copy-to-buffer): Use with-current-buffer.
9304         (mm-display-part): Simplify.
9305         (mm-inlinable-p): Add optional arg `type'.
9306
9307 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9308
9309         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9310         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9311         Try harder to show the attachment internally or externally using
9312         gnus-mime-view-part-as-type.
9313
9314 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * message.el (message-from-style, message-signature-separator)
9317         (message-user-organization-file, message-send-mail-function)
9318         (message-citation-line-function, message-yank-prefix)
9319         (message-indent-citation-function, message-signature)
9320         (message-signature-file, message-signature-insert-empty-line):
9321         Remove autoloads.
9322
9323         * gnus-art.el (gnus-buttonized-mime-types): Remove
9324         "multipart/signed".  Revert 2006-04-26 change.
9325
9326 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus.el (gnus-version-number): Bump version.
9329
9330 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9331
9332         * gnus.el: No Gnus v0.5 is released.
9333
9334 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9337         fetching articles by message-id.
9338
9339 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * message.el (hashcash): Require hashcash as normal.
9342
9343         * ecomplete.el (ecomplete-highlight-match-line): Use
9344         point-at-eol.
9345         (ecomplete-highlight-match-line): Use `highlight', because that
9346         face exists in both Emacs and XEmacs.
9347
9348         * message.el (message-display-abbrev): Use point-at-bol.
9349
9350         * mail-source.el: Don't require timer/timer-funcs.
9351
9352         * gnus-async.el: Ditto.
9353
9354         * password.el: Ditto.
9355
9356         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9357
9358         * mm-url.el: Ditto.
9359
9360         * gnus-xmas.el: Don't require timer-funcs.
9361
9362         * mm-util.el: Require timer/timer-funcs.
9363
9364 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9365
9366         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9367         Close.
9368
9369 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9372         unibyte after clear-decrypt function runs.
9373
9374         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9375         returns as a unibyte string.
9376
9377 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * lpath.el: Revert.
9380
9381         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9382         (pgg-gpg-process-sentinel): Revert.
9383
9384         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9385         (pgg-pgp-lookup-key): Revert.
9386
9387         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9388         (pgg-pgp5-lookup-key): Revert.
9389
9390         * pgg.el (pgg-fetch-key): Revert.
9391
9392 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * lpath.el: Fbind string-as-multibyte for XEmacs.
9395
9396         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9397         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9398         (mml1991-pgg-encrypt): Ditto.
9399
9400         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9401         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9402         a multibyte buffer.
9403
9404         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9405         (pgg-pgp-lookup-key): Ditto.
9406
9407         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9408         (pgg-pgp5-lookup-key): Ditto.
9409
9410         * pgg.el (pgg-fetch-key): Ditto.
9411
9412 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * message.el (message-user-organization-file): Check several
9415         locations of the organization file.
9416
9417         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9418         Add gnus-article-view-part-as-type.
9419
9420         * gnus-art.el (gnus-article-view-part-as-type): New function.
9421
9422         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9423         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9424
9425         * mml.el: Simplify autoload.
9426         (mml-mode): defvar dnd-protocol-alist instead of using
9427         symbol-value.
9428         (mml-default-directory): New variable.
9429         (mml-minibuffer-read-file): Use it.
9430         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9431
9432         * message.el (message-citation-line-format): New variable.
9433         (message-insert-formated-citation-line): New function.
9434         (message-citation-line-function): Add
9435         `message-insert-formated-citation-line' to custom type.
9436
9437         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9438         to doc string.
9439
9440         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9441         depending on mm-verify-option.
9442
9443 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9446         binding pgg-* variables; reimplement the section which prevents
9447         MIME header from being signed.
9448         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9449         pgg-text-mode; remove a blank line at the top of body.
9450
9451         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9452         lines at the top of body; use gnus-newsgroup-charset if there's no
9453         Charset header.
9454
9455 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * message.el (message-self-insert-commands): Doc fix.
9458
9459         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9460         (mm-uu-pgp-encrypted-test): Ditto.
9461         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9462         between header and body; return application/pgp-encrypted handle
9463         if decryption failed; decode decrypted body by charset.
9464
9465         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9466         element match to application/pgp-*.
9467
9468 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9469
9470         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9471         HTML.
9472
9473 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * mail-source.el (mail-source-call-script): Message the error
9476         string.
9477
9478 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * gnus-util.el (gnus-byte-compile): Use it.
9481
9482 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9483
9484         * gnus-util.el (kill-empty-logs): New function.
9485
9486 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * message.el (message-mail-alias-type): Doc fix.
9489         (message-mail-alias-type-p): New function.
9490         (message-send): Use it.
9491         (message-mode): Ditto.
9492         (message-strip-forbidden-properties): Ditto.
9493
9494         * ecomplete.el (ecomplete-database-file-coding-system): New
9495         variable.
9496         (ecomplete-save): Use it.
9497         (ecomplete-setup): Use it.
9498
9499 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * message.el (message-self-insert-commands): New variable.
9502         (message-strip-forbidden-properties): Use it.
9503
9504 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9507         that doesn't make XEmacs choke.
9508
9509 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-util.el (gnus-replace-in-string):
9512         Prefer replace-regexp-in-string over of replace-in-string.
9513
9514 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-util.el (gnus-select-frame-set-input-focus):
9517         Use select-frame-set-input-focus if it is available in XEmacs; use
9518         definition defined in Emacs 22 for old Emacsen.
9519
9520         * dgnushack.el: Autoload unmorse-region for XEmacs.
9521
9522         * lpath.el: Bind cursor-in-non-selected-windows and
9523         select-frame-set-input-focus for XEmacs.
9524
9525 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9528
9529 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9530
9531         * gnus-registry.el (gnus-registry-cache-save): Remove text
9532         properties when saving via the temp buffer.
9533
9534 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-generate-hashcash): Honor custom type.
9537
9538 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * message.el (message-generate-hashcash): Default to non-nil when
9541         hashcash is found.
9542
9543         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9544         (gnus-refer-thread-limit): Increase default to 500.
9545
9546         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9547
9548         * flow-fill.el (fill-flowed): Allow delete-space.
9549
9550 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9553         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9554         Remove autoloads.
9555
9556 2006-04-18  Simon Josefsson  <jas@extundo.com>
9557
9558         * message.el (message-generate-hashcash): Default to.
9559
9560 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9563         concatenating segments rather than before concatenating them.
9564
9565 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9568
9569 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9572
9573         * message.el (message-forward-make-body-plain): Allow
9574         message-forward-ignored-headers to be a list.
9575         (message-remove-ignored-headers): Factor out into function.
9576         (message-forward-make-body-mml): Use it.
9577
9578         * imap.el (imap-quote-specials): New function.
9579         (imap-login-auth): Quote specials.
9580
9581         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9582         (rfc2231-parse-string): Allow concatanation of parameters that
9583         aren't contiguous.  The test case is
9584           (mail-header-parse-content-type "message/external-body;
9585             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9586             access-type=LOCAL-FILE;
9587             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9588
9589 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9590
9591         * nntp.el (nntp-accept-process-output): Return the value of
9592         `nnheader-accept-process-output'.
9593
9594 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9597         (gnus-button-alist): Recognize more diff formats.
9598         (gnus-button-patch): Strip directory.
9599
9600 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9603         Emacs 22 when setting focus.
9604
9605 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * gnus-art.el (gnus-article-treat-types): Do treatment of
9608         text/x-verbatim parts.
9609         (gnus-button-patch): New command.
9610
9611         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9612         addresses that contain invalid characters.
9613
9614 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * message.el (message-put-addresses-in-ecomplete): Use
9617         gnus-replace-in-string.
9618         (message-is-yours-p): Use the more correct
9619         mail-header-parse-address instead of
9620         mail-extract-address-components.
9621         (message-put-addresses-in-ecomplete): Fix typo.
9622
9623         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9624         keystroke.
9625
9626         * gnus-art.el (gnus-treatment-function-alist): Change order of
9627         newsgroups/generic header folding to avoid double-folding.
9628
9629         * message.el (message-hidden-headers): Add X-Draft-From.
9630
9631         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9632         command.
9633         (gnus-summary-repeat-search-article-backward): New command.
9634
9635         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9636         groups in the parent topic.
9637
9638 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9639
9640         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9641         (spam-extra-header-to-number): Return the CRM114 number as a
9642         number instead of a string.
9643
9644 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * gnus-art.el (gnus-face-properties-alist): Moved here from
9647         gnus-fun.
9648
9649         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9650
9651 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * message.el (message-strip-forbidden-properties): Only display on
9654         self-insert-command.
9655
9656         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9657         reindent.
9658         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9659
9660 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9661
9662         * smiley.el (smiley-style): Fix typo.
9663
9664 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * hashcash.el (hashcash-insert-payment-async-2): Use
9667         message-goto-eoh instead of doing it manually.
9668         (mail-add-payment): Use message-narrow-to-header instead of trying
9669         to do the same itself.
9670
9671         * message.el (message-hidden-headers): Add Face.
9672
9673         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9674         reparenting code.
9675         (gnus-summary-reparent-children): Refactored out code.
9676         (gnus-summary-thread-map): New keystroke.
9677         (gnus-summary-reparent-children): Make into command.
9678
9679         * smiley.el (smiley-style): Default to `medium' if using a large
9680         font.
9681
9682         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9683         does it itself.
9684
9685         * message.el (message-point-in-header-p): Simplify definition.
9686
9687 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * nnagent.el (nnagent-request-set-mark): Silence log file
9690         writing.
9691         (nnagent-request-set-mark): Use write-region instead of
9692         append-to-file.
9693
9694         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9695         strange select method.
9696
9697         * ecomplete.el (ecomplete-display-matches): Get highlightling
9698         right.
9699         (ecomplete-display-matches): Use literals.
9700         (ecomplete-display-matches): Disable message logging.
9701
9702         * message.el (message-display-abbrev): Small optimization.
9703
9704         * ecomplete.el (ecomplete-display-matches): Allow automatic
9705         display.
9706
9707         * message.el (message-strip-forbidden-properties): Display
9708         abbrevs.
9709         (message-display-abbrev): Get automatic display right.
9710
9711         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9712         keystrokes.
9713
9714 2006-04-13  Romain Francoise  <romain@orebokech.com>
9715
9716         TODO: Backport to v5-10!
9717
9718         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9719         Moved here (and renamed) from gnus-registry.el.
9720
9721         * gnus-registry.el: Require gnus-util.
9722         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9723
9724 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * gnus-group.el (gnus-group-catchup-current): Change
9727         if-then-else-if-then-else into cond.
9728         (gnus-group-catchup): Indent.
9729         (group-name-at-point): New function.
9730         (gnus-fetch-group): Provide default from thing at point.
9731
9732 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * message.el (message-display-abbrev): Fix regexp.
9735
9736         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9737         choosing.
9738         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9739         dead variables.
9740
9741         * message.el (message-newline-and-indent): Remove debugging.
9742         (message-display-abbrev): Use new implementation.
9743
9744 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-art.el (gnus-article-mode): Set
9747         cursor-in-non-selected-windows to nil.
9748
9749         * smiley.el: Revert previous change.
9750         (smiley-data-directory): defvar it before using it in the
9751         defcustom of `smiley-style'.
9752
9753 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * message.el (message-newline-and-indent): New function.
9756
9757         * ecomplete.el: Implement more bits.
9758
9759         * message.el (message-put-addresses-in-ecomplete): Clean up the
9760         string.
9761
9762         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9763
9764         * gnus-sum.el (gnus-summary-save-parts): Bind
9765         gnus-summary-save-parts-counter and use it to make unique file
9766         names.
9767
9768         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9769
9770         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9771         parameter to say whether to actually parse the individual
9772         addresses.
9773
9774         * message.el (message-put-addresses-in-ecomplete): New function.
9775         (ecomplete): Require.
9776         (message-mail-alias-type): Add ecomplete as an option.
9777
9778 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9779
9780         * flow-fill.el (fill-flowed): Remove trailing space from blank
9781         quoted lines.
9782
9783 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * smiley.el (smiley-style): Move definition later to avoid a
9786         compilation warning.
9787
9788 2006-04-12  Kenichi Handa  <handa@m17n.org>
9789
9790         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9791         buffer and then decode the buffer text if necessary.
9792         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9793         first, and after mm-encode-body, change the buffer to unibyte.
9794         Use mm-disable-multibyte instead of set-buffer-multibyte.
9795
9796 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9799         Content-Type header instead of Content-Disposition header.
9800         (gnus-mime-inline-part): Ditto.
9801         (gnus-mime-view-part-as-charset): Ignore charset that the part
9802         specifies.
9803
9804         * mm-decode.el (mm-display-part): Work with external parts and
9805         usual parts similarly.
9806
9807         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9808         instead of gnus-display-mime.
9809
9810         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9811         instead of with-temp-buffer.
9812
9813         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9814         tag to summarized topics part in order to encode non-ASCII text.
9815
9816 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * smiley.el (smiley-style): New variable.
9819         (smiley-directory): New function.
9820         (smiley-data-directory): Derive from `smiley-style' using
9821         `smiley-directory'.
9822         (smiley-regexp-alist): Add new entries.
9823
9824         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9825         (gnus-article-browse-delete-temp): Add :version.
9826
9827 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9828
9829         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9830         the sieve region.
9831
9832 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus.el (gnus-version-number): Bump version.
9835
9836 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus.el: No Gnus v0.4 is released.
9839
9840 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9843         layout.
9844
9845         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9846         unknown charset.
9847
9848         * message.el (message-header-synonyms): Add Original-To to the
9849         default.
9850
9851         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9852         optional parameter.
9853
9854 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-fun.el (gnus): Require it for gnus-directory.
9857
9858 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9861
9862 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9863
9864         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9865
9866 2006-04-05  Simon Josefsson  <jas@extundo.com>
9867
9868         * password.el (password-reset): New function.
9869
9870 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9871
9872         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9873         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9874
9875 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9876
9877         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9878         Some whitespace was matched into the url, which broke browsing hits
9879         > 100 when mm-url-use-external was nil.
9880
9881 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9884         gnus-extra-headers for 'Newsgroups.
9885
9886         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9887         bound.
9888
9889 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9890
9891         * pgg-gpg.el: Clean up process buffers every time gpg processes
9892         complete.
9893
9894 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9897         doc string.
9898
9899 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9900
9901         * pgg-gpg.el (pgg-gpg-process-filter)
9902         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9903
9904         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9905         lines, temporary fix.
9906
9907 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9910
9911 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9912
9913         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9914         default-enable-multibyte-characters.  This reverts the change from
9915         revision 6.17 which is no longer necessary because the passphrase
9916         is sent separately now.  GnuPG messages are unreadable under
9917         multibyte locales with default-enable-multibyte-characters set to
9918         nil.
9919
9920 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * message.el (message-tool-bar-gnome): Move "spell".
9923
9924 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9927         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9928         instead.
9929
9930 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9931
9932         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9933         newsgroups handling for NNTP overviews which don't include
9934         Newsgroups.
9935
9936 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9937
9938         * message.el (message-resend): Bind message-generate-hashcash to nil.
9939
9940 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9941
9942         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9943         when searching for already-paid recipients.
9944
9945 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9946
9947         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9948         passphrases when it is not needed.
9949         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9950         passphrase stuff from gpg, should only be necessary when you use
9951         gpg with a smartcard.
9952
9953 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * mml.el (mml-insert-mime): Ignore cached contents of
9956         message/external-body part.
9957
9958         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9959         (mm-insert-part): Ditto.
9960
9961 2006-03-23  Simon Josefsson  <jas@extundo.com>
9962
9963         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9964         Reiner.
9965         (pgg-gpg-use-agent-p): Use it again.
9966
9967 2006-03-23  Simon Josefsson  <jas@extundo.com>
9968
9969         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9970         older emacsen.
9971         (pgg-gpg-use-agent-p): Don't use it.
9972
9973 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9976         if we can.
9977
9978 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9979
9980         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9981         (pgg-gpg-update-agent): New function.
9982         (pgg-gpg-use-agent-p): New function.
9983         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9984         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9985         (pgg-gpg-sign-region): Use it.
9986
9987 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9990         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9991
9992 2006-03-21  Simon Josefsson  <jas@extundo.com>
9993
9994         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9995         <wilde@sha-bang.de>.
9996         (pgg-gpg-use-agent): New variable.
9997         (pgg-gpg-process-region): Use it.
9998         (pgg-gpg-encrypt-region): Likewise.
9999         (pgg-gpg-encrypt-symmetric-region): Likewise.
10000         (pgg-gpg-decrypt-region): Likewise.
10001         (pgg-gpg-sign-region): Likewise.
10002         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10003
10004 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10007
10008         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10009         Add comment on version.
10010
10011 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * smiley.el: Add missing test smiley.
10014
10015 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mm-decode.el (mm-with-part): New macro.
10018         (mm-get-part): Use it; work with message/external-body as well.
10019         (mm-save-part): Treat name and filename equally.
10020
10021         * mm-extern.el (mm-extern-cache-contents): New function.
10022         (mm-inline-external-body): Use it; force the part to be displayed;
10023         move undisplayer added to the cached handle to the parent.
10024
10025         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10026         (gnus-mime-view-part-as-type): Work with message/external-body.
10027
10028         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10029
10030 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10033         images in image-load-path.  [Sync with image.el, revision 1.60, in
10034         Emacs.]
10035
10036 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10039         path rather than symbol.  Always return list of directories.
10040         Guarantee that image directory comes first.  [Sync with image.el,
10041         revision 1.59, in Emacs.]
10042
10043         * message.el (message-make-tool-bar): Adjust to new API of
10044         `gmm-image-load-path-for-library'.
10045
10046         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10047
10048         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10049
10050 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10051
10052         * gnus-art.el (gnus-article-only-boring-p):
10053         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10054         intangible text.
10055         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10056
10057 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10060         `defun' instead of `gmm-defun-compat'.
10061
10062 2006-03-14  Simon Josefsson  <jas@extundo.com>
10063
10064         * message.el (message-unique-id): Don't use message-number-base36
10065         if (user-uid) is a float.
10066         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10067
10068 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10071
10072         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10073         empty line between a part and a message part.
10074
10075 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * smiley.el: Add more test smileys.
10078         (smiley-data-directory, smiley-regexp-alist)
10079         (gnus-smiley-file-types): Fix doc strings.
10080         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10081         adding new elements.
10082         (smiley-mouse-map): Unused code.  Make it a comment.
10083
10084 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10087         scan latest NoCeM messages instead of old ones.
10088         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10089         delimiters that are recently used.
10090         (gnus-nocem-load-cache): Add autoload cookie.
10091
10092         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10093
10094         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10095         level which is larger than gnus-use-nocem is specified.
10096
10097         * gnus-group.el (gnus-group-get-new-news): Ditto.
10098
10099 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * gnus-util.el (gnus-tool-bar-update): New function.
10102
10103         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10104         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10105
10106         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10107
10108         * gnus-group.el (gnus-group-redraw-when-idle)
10109         (gnus-group-redraw-check): Remove.
10110         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10111
10112 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10115         if optional last element is specified in splits (FIELD VALUE...).
10116
10117 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10120         to gmm-image-load-path-for-library.  Call with no-error argument.
10121         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10122
10123         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10124
10125         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10126
10127         * gmm-utils.el (gmm-image-load-path): Remove alias.
10128
10129 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gmm-utils.el (gmm-image-load-path): Add alias.
10132
10133         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10134         nnml-generate-nov-databases-1.
10135         (nnml-generate-nov-databases): Use it.
10136         (nnml-generate-nov-databases-directory): Document no-active
10137         argument.
10138
10139         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10140         directory if path is t.  Add no-error.
10141
10142         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10143         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10144
10145         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10146         resetting gnus-article-browse-html-temp-list.
10147
10148         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10149         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10150         Add example to docstring.  Rename local variables.  Move error
10151         checks to default case in cond and simplify.
10152
10153 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10156         handle is multipart when calling it recursively.
10157         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10158
10159 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10160
10161         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10162         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10163
10164 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10167         is loaded.
10168
10169         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10170         loaded.
10171
10172 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10175         to "Emacs 23 (unicode)" in doc string.
10176
10177         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10178         "Emacs 23 (unicode)" in comment.
10179
10180 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10183
10184         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10185         characters 160 through 255 in Emacs 23.
10186
10187 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10190         gnus-article-browse-html-temp.
10191         (gnus-article-browse-delete-temp): Make it customizable.  Add
10192         `file'.  Adjust doc string.
10193         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10194         query for each file.  Adjust doc string.
10195         (gnus-article-browse-html-parts): Add
10196         `gnus-article-browse-delete-temp-files' to
10197         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10198
10199 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10200
10201         * gnus-art.el (gnus-article-browse-html-temp)
10202         (gnus-article-browse-delete-temp): New variables.
10203         (gnus-article-browse-delete-temp-files): New function.
10204         (gnus-article-browse-html-parts): Use it.
10205
10206 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10209
10210         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10211         string.
10212
10213         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10214         gnus-summary-insert-new-articles when unplugged.  Remove
10215         gnus-summary-search-article-forward.
10216
10217         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10218         display-visual-class instead of display-color-cells.
10219
10220 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * dgnushack.el: Autoload customize-group for XEmacs.
10223
10224         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10225         message/* containing non-ASCII text properly.
10226
10227 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el: Require gmm-utils, remove autoloads.
10230         (message-tool-bar): Set default based on
10231         gmm-tool-bar-style.
10232         (message-tool-bar-gnome): Add gmm-customize-mode.
10233
10234         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10235         gmm-tool-bar-style.
10236         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10237
10238         * gnus-group.el (gnus-group-tool-bar): Set default based on
10239         gmm-tool-bar-style.
10240         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10241
10242         * gmm-utils.el (gmm-image-directory): Rename variable from
10243         gmm-image-load-path.
10244         (gmm-image-load-path): Use gmm-image-directory.
10245         (gmm-customize-mode): New function.
10246         (gmm-tool-bar-style): New variable.
10247
10248         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10249         gnus-group-redraw-line-number.
10250         (gnus-group-redraw-check): Simplify.
10251         (gnus-group-tool-bar-update): Remove redraw check.
10252         (gnus-group-make-tool-bar): Add redraw check.
10253
10254 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10255
10256         * gnus-art.el (gnus-button): Add missing parentheses.
10257
10258 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * lpath.el: Fbind line-number-at-pos.
10261
10262 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10265
10266 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * gnus-art.el (gnus-button): New face.
10269         (gnus-article-button-face): Use it.
10270
10271         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10272         gnus-summary-next-page.  Re-order.
10273
10274         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10275         next-node are now included.
10276         (gnus-group-redraw-line-number): New internal variable.
10277         (gnus-group-redraw-check): Helper function for updating the tool
10278         bar.
10279         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10280
10281         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10282
10283         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10284         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10285         Use it to match format of Spamassassin 3.0 and later.  Reported by
10286         IRIE Tetsuya <irie@t.email.ne.jp>.
10287         (spam-check-bogofilter)
10288         (spam-bogofilter-register-with-bogofilter): Fix args of
10289         `gnus-error' calls.
10290
10291 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10294         unnecessary interaction when sending queued mails.  Reported by
10295         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10296
10297 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10300         first or last are nil.
10301
10302 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10303
10304         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10305
10306 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10309
10310 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * dns.el (query-dns): Protect more against buggy tcp output.
10313
10314 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10317         nov.php.
10318
10319 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10320
10321         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10322         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10323         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10324         output on the server side.
10325         (nnweb-google-create-mapping): Update regexps and add some
10326         progress indication.
10327
10328 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10331         gnus-agent-toggle-plugged.  Re-order icons.
10332         (gnus-group-tool-bar-gnome): Add
10333         gnus-group-{prev,next}-unread-group.
10334         (gnus-group-tool-bar-gnome): Re-order icons.
10335
10336         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10337         gnus-summary-insert-new-articles.
10338
10339         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10340         comments.
10341
10342         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10343         also available in Emacs 21.3.
10344
10345         * message.el (message-fix-before-sending): Change "Emacs 22" to
10346         "Emacs 23 (unicode)" in comment.
10347
10348         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10349         "Emacs 23 (unicode)" in comment.
10350
10351         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10352         comment.
10353         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10354
10355         * mm-view.el (mm-fill-flowed): Add :version.
10356
10357 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10360         and load-path.
10361
10362 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * message.el: Autoload gmm-image-load-path.
10365         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10366         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10367         consitency.
10368
10369         * gmm-utils.el (gmm-image-load-path): Also search in
10370         "../etc/images".  Don't set gmm-image-load-path if we don't find
10371         the image.
10372
10373 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gmm-utils.el (gmm-image-load-path): Don't make
10376         `gmm-image-load-path' include subdirectories which the second arg
10377         `image' might specify.
10378
10379         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10380         subdirectory to icon file names.
10381
10382         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10383
10384 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10387         gmm-image-load-path calls.
10388
10389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10390
10391         * message.el (message-make-tool-bar): Ditto.
10392
10393         * mml.el (mml-preview): Added comment concerning tool bar icons.
10394
10395         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10396         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10397
10398         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10399         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10400
10401         * message.el (message-tool-bar-gnome): Use new icon names.
10402         (message-make-tool-bar): Use `gmm-image-load-path'.
10403
10404         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10405         functions from MH-E.
10406         (gmm-image-load-path): New variable from MH-E.
10407         (gmm-image-load-path): New function from MH-E.  Added arguments
10408         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10409         *-image-load-path-called-flag.
10410
10411 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10412
10413         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10414
10415 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10416
10417         * nnimap.el (nnimap-request-move-article): Change folder back to
10418         source group before deleting.
10419
10420 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10423
10424         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10425         mm-url.
10426
10427         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10428
10429 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10432         coding system which mm-charset-to-coding-system returns for a
10433         given charset is valid.
10434
10435 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10436
10437         * html2text.el (html2text-remove-tag-list):
10438         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10439
10440 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10441
10442         * gnus-cus.el: Revert 2005-10-17 change.
10443
10444 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-art.el (article-strip-banner): Call
10447         article-really-strip-banner only when the regexp match is made.
10448
10449 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (article-strip-banner): Use
10452         gnus-extract-address-components instead of
10453         mail-header-parse-addresses to make it work with non-ASCII text;
10454         remove mail-encode-encoded-word-string.
10455
10456         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10457         values which are surrounded with \"...\"; make it never cause a
10458         Lisp error; give up parsing of parameters if it failed in
10459         extracting type.
10460
10461 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10462
10463         * smime.el (smime-cert-by-ldap-1): Fix bug where
10464         `smime-ldap-search' returns results without userCertificates.
10465
10466 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10469
10470 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * spam.el (spam-check-spamassassin-headers): Adapt format for
10473         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10474         <ari@mbf.ocn.ne.jp>.
10475         (spam-list-of-processors): Add spam-use-gmane.
10476
10477 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10480         make-temp-file; make it work with XEmacs as well.
10481
10482         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10483         mm-make-temp-file.
10484
10485         * mm-decode.el (mm-display-external): Use the 3rd arg of
10486         mm-make-temp-file.
10487         (mm-create-image-xemacs): Ditto.
10488
10489 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10492         with message-narrow-to-headers.
10493         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10494         (gnus-draft-check-draft-articles): New function.
10495         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10496
10497 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * gnus-art.el (gnus-article-browse-html-parts):
10500         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10501         Don't use suffix argument for mm-make-temp-file for Emacs 21
10502         compatibility.  Remove useless `format'.
10503
10504 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10505
10506         * nnweb.el (nnweb-google-wash-article): Update regexps.
10507         (nnweb-group-alist): Use defvoo instead of defvar.
10508
10509 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10512         re-loading nn* modules.
10513
10514 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10517         for `tool-bar-mode' and don't check it's default-value.
10518
10519         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10520
10521         * message.el (message-make-tool-bar): Ditto.
10522
10523         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10524         `substring'.  Shorten tmp-file name.
10525
10526         * gnus.el: Remove bogus comment.
10527
10528 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10529
10530         * gnus-art.el (gnus-article-browse-html-parts): New function.
10531         (gnus-article-browse-html-article): New function for viewing html
10532         articles with a browser.
10533
10534 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10535
10536         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10537         in elisp.
10538         (pgg-gpg-encrypt-symmetric-region): Ditto.
10539         (pgg-gpg-sign-region): Ditto.
10540
10541         * pgg-def.el (pgg-text-mode): New variable.
10542
10543         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10544         (mml2015-pgg-encrypt): Ditto.
10545
10546         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10547         (mml1991-pgg-encrypt): Ditto.
10548
10549 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10552         message-make-date instead of current-time-string.
10553
10554         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10555         to gnus-decoded which mm-uu might set.
10556
10557 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10560         don't decode quoted parameters; remove misimported Emacs code.
10561         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10562         (rfc2231-decode-encoded-string): Don't use split-string which
10563         behaves differently according to Emacs version; use
10564         mm-decode-coding-region to convert charset to coding-system.
10565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10566         (rfc2231-encode-string): Remove misimported Emacs code.
10567
10568 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10571         when calling mail-header-parse-content-type.
10572         (article-de-quoted-unreadable): Ditto.
10573         (article-de-base64-unreadable): Ditto.
10574         (article-wash-html): Ditto.
10575
10576         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10577         calling mail-header-parse-content-type and
10578         mail-header-parse-content-disposition.
10579         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10580         mail-header-parse-content-type.
10581
10582         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10583         insert charset and format parameters; encode description after
10584         inserting it to buffer.
10585         (mml-insert-parameter): Fold lines properly even if a parameter is
10586         segmented into two or more lines; change the max column to 76.
10587
10588         * rfc1843.el (rfc1843-decode-article-body): Don't use
10589         ignore-errors when calling mail-header-parse-content-type.
10590
10591         * rfc2231.el (rfc2231-parse-string): Return at least type if
10592         possible; don't cause an error even if it fails in parsing of
10593         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10594         (rfc2231-encode-string): Don't break lines at the beginning, leave
10595         it to mml-insert-parameter.
10596
10597         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10598         calling mail-header-parse-content-type.
10599
10600 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * spam-report.el (spam-report-gmane-use-article-number):
10603         Improve doc string.
10604         (spam-report-gmane-internal): Check if a suitable header was found
10605         in the article.
10606
10607 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10610         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10611
10612 2006-02-05  Romain Francoise  <romain@orebokech.com>
10613
10614         Update copyright notices of all files in the gnus directory.
10615
10616 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10617
10618         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10619
10620 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10623         segmented lines of parameter value to cope with Thunderbird 1.5
10624         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10625         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10626         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10627
10628 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10629
10630         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10631         parts.
10632
10633 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10634
10635         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10636         there's only one active file for all servers.
10637         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10638         solid groups.  Gnus might have used a FAST request to select the group.
10639         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10640         and nnweb-search redundantly in the active file.
10641         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10642         (nnweb-request-create-group): Don't use ARGS.
10643         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10644         initialisations.  Let nnoo do the work.
10645
10646 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10649         Say the part has been decoded.
10650
10651         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10652
10653 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10654
10655         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10656         mailcap-viewer-test-cache when there's no 'test clause, since that
10657         will invert the meaning of a "nil" test previously determined by
10658         mailcap-mailcap-entry-passes-test.
10659
10660 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10663         compiling.
10664
10665         * gnus-sum.el: Ditto.
10666
10667         * message.el: Don't bind tool-bar-map when compiling.
10668
10669 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10672
10673 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10674
10675         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10676         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10677         current Google Groups.
10678
10679 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10682         and tool-bar-mode.
10683
10684         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10685         and tool-bar-mode.
10686
10687         * message.el (message-tool-bar-update): Simplify.
10688         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10689
10690         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10691         gnus-summary-buffer.
10692         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10693         gnus-summary-reply.
10694
10695         * gmm-utils.el (gmm): Add :version.
10696
10697 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * Makefile.in (clean): New rule.
10700         (distclean): Use it.
10701
10702 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10703
10704         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10705         autoload.
10706
10707 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gmm-utils.el (gmm-verbose): Add :group.
10710
10711 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * message.el: Change some comments WRT tool-bars.
10714
10715         * gnus-sum.el (gnus-summary-tool-bar)
10716         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10717         (gnus-summary-tool-bar-zap-list): New variables.
10718         (gnus-summary-make-tool-bar): Complete rewrite using
10719         `gmm-tool-bar-from-list'.
10720
10721         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10722         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10723         variables.
10724         (gnus-group-make-tool-bar): Complete rewrite using
10725         `gmm-tool-bar-from-list'.
10726         (gnus-group-tool-bar-update): New function.
10727
10728         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10729
10730 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10733         is dissected into a single part of which the type is the same as
10734         the given one; decode charset.
10735
10736 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10737
10738         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10739         into alists as symbol not string, since that's what
10740         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10741         look for.
10742
10743 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10746         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10747
10748         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10749
10750 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10753         (gnus-xmas-mime-security-button-menu): New function.
10754
10755         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10756         (gnus-mime-security-button-menu): New definition.
10757         (gnus-mime-security-button-map): Use them.
10758         (gnus-mime-security-button-menu): New function.
10759         (gnus-insert-mime-security-button): Addition to help echo.
10760         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10761         (gnus-mime-security-pipe-part): New functions.
10762
10763         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10764         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10765
10766         * mm-decode.el (mm-handle-set-disposition): Remove.
10767         (mm-handle-set-description): Remove.
10768
10769 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10772         (mm-w3m-standalone-supports-m17n-p): New function.
10773         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10774         w3m usage.
10775
10776         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10777         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10778
10779 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * message.el (message-tool-bar-zap-list): Use
10782         gmm-tool-bar-zap-list as custom type.
10783         (message-tool-bar-update): New function.
10784         (message-tool-bar, message-tool-bar-gnome)
10785         (message-tool-bar-retro): Add message-tool-bar-update.
10786         (message-tool-bar-gnome): Add flyspell-buffer.
10787
10788         * gnus-util.el (gnus-error): Describe `args'.
10789
10790         * gmm-utils.el (gmm-error): Describe `args'.
10791         (gmm-tool-bar-zap-list): New widget.
10792         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10793
10794 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10797         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10798         the number of recursive calls.
10799
10800         * mm-decode.el (mm-handle-set-disposition): New macro.
10801         (mm-handle-set-description): New macro.
10802
10803 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10806         encoding.
10807
10808 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * message.el (message-tool-bar-zap-list, message-tool-bar)
10811         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10812         (message-tool-bar-local-item-from-menu): Remove.
10813         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10814         (message-make-tool-bar): New function.
10815         (message-mode): Use `message-make-tool-bar'.
10816
10817         * gmm-utils.el: New file.
10818         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10819         (gmm-lazy): New widget copied from `nnmail.el'.
10820         (gmm-tool-bar-from-list): New function for creating customizable
10821         tool bars.
10822         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10823         output.
10824         (gmm): Add :prefix to defgroup.
10825
10826 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10827
10828         * gmm-utils.el (gmm-widget-p): New function.
10829
10830 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * mml.el (mml-attach-file): Describe `description' in doc string.
10833         (mml-menu): Add Emacs MIME manual and PGG manual.
10834
10835 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10836
10837         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10838
10839 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10840
10841         * nntp.el (nntp-end-of-line): Doc fix.
10842
10843 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10844
10845         * imap.el (imap-open): Handle case where buffer is a buffer
10846         object.
10847
10848 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10849
10850         * gnus-delay.el (gnus-delay): Don't autoload.
10851         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10852         to be re-loaded when customizing the `gnus-delay' group.
10853
10854 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10855
10856         * message.el (message-insert-citation-line): Use newlines.
10857
10858 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10859
10860         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10861         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10862         these routines, so the passphrase can be managed externally and
10863         passed in to the system.
10864         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10865         pgg-add-passphrase-to-cache function.
10866
10867         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10868         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10869         these routines, so the passphrase can be managed externally and
10870         passed in to the system.
10871         (pgg-pgp5-sign-region): Use new name of
10872         pgg-add-passphrase-to-cache function.
10873
10874 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10875
10876         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10877         part of the decoded armor to find the key-identifier.
10878         (pgg-gpg-lookup-key-owner): New function to return the
10879         human-readable identifier of a key owner.
10880         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10881         itself.
10882         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10883         the key value) if we have a key and can match it against a secret
10884         key.  Also, added a note pointing out fact that the prompt only
10885         indicates the first matching key.
10886
10887         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10888         pgg-decrypt-region.
10889         (pgg-add-passphrase-to-cache): Rename from
10890         `pgg-add-passphrase-cache' to reduce confusion (all callers
10891         changed).
10892         (pgg-remove-passphrase-from-cache): Rename from
10893         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10894         changed).
10895         (pgg-read-passphrase, pgg-add-passphrase-cache)
10896         (pgg-remove-passphrase-cache): Add informative docstrings.
10897         (pgg-decrypt): Convey provided passphrase in subordinate call to
10898         pgg-decrypt-region.
10899
10900 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10901
10902         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10903         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10904         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10905         'passphrase' argument, so the passphrase can be managed externally
10906         and then passed in to the system.
10907
10908         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10909         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10910         so the passphrase cache can be used reliably with identifiers
10911         besides a pgp packet's key id.
10912
10913         * pgg-gpg.el (pgg-gpg-encrypt-region)
10914         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10915         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10916         these routines, so the passphrase can be managed externally and
10917         passed in to the system.
10918
10919         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10920         'notruncate' argument, so the passphrase cache can be used
10921         reliably with identifiers besides a pgp packet's key id.
10922
10923 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10924
10925         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10926         symmetric encryption.
10927         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10928         encrypted session key.
10929         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10930         message ask for the passphrase in a proper way.
10931
10932         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10933         New user commands for symmetric encryption.
10934
10935 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10938
10939         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10940
10941 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10942
10943         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10944
10945 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * mm-decode.el (mm-inlined-types): Add application/pgp.
10948         (mm-automatic-display): Ditto.
10949
10950         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10951         part as text.
10952
10953 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * nnrss.el: Update copyright.
10956         (nnrss-opml-import): Query whether to subscribe to each entry.
10957
10958         * gnus-art.el:
10959         * gnus-sum.el:
10960         * gnus-xmas.el:
10961         * messagexmas.el:
10962         * mm-uu.el:
10963         * mm-view.el: Update copyright.
10964
10965 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * message.el (message-info): New function.
10968         (message-mode-menu): Add it.
10969         Update copyright.
10970
10971         * ChangeLog: Fix and update copyright.
10972
10973 2006-01-13  Romain Francoise  <romain@orebokech.com>
10974
10975         * message.el (message-forward-subject-name-subject): Prefer the
10976         address to 'nowhere' if the sender has no name.
10977         Fix typo.  Update copyright year.
10978
10979 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (article-wash-html): Use
10982         gnus-summary-show-article-charset-alist if a numeric arg is given.
10983         (gnus-article-wash-html-with-w3m-standalone): New function.
10984
10985         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10986         mm-inline-text-html-render-with-w3m-standalone.
10987         (mm-text-html-washer-alist): Map w3m-standalone to
10988         gnus-article-wash-html-with-w3m-standalone.
10989         (mm-inline-text-html-render-with-w3m-standalone): New function.
10990
10991 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10994         Improve LaTeX.
10995
10996 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10999         (nnrss-request-article): Render text/plain parts as HTML.
11000
11001         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11002         the buffer.
11003
11004 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11007         custom definition of `gnus-posting-styles'.
11008
11009         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11010         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11011
11012 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11015         Use nntp for bug archive.
11016
11017 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11020         parts.
11021         (nnrss-normalize-date): New function converts ISO 8601 date into
11022         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11023         (nnrss-check-group): Use it.
11024
11025 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11028
11029         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11030         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11031         (nnrss-insert-w3): Ditto.
11032
11033 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11036         the articles to be forwarded including the case where neither a
11037         number of articles nor a region is specified.
11038
11039 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * nnrss.el (nnrss-request-article): Fix last change; fill
11042         text/plain parts.
11043
11044 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11047         in text/plain part.
11048         (nnrss-check-group): Don't add excessive newline to dc:subject.
11049
11050 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11051
11052         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11053         article.
11054
11055 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11058         (nnml-use-compressed-files, nnml-save-mail): Support other
11059         comression programs such as bzip2.
11060
11061 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * dns.el (query-dns): Make sure we check the buffer size before
11064         removing tcp headers.
11065
11066 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11069         remove MIME buttons associated with multipart/alternative parts.
11070         (gnus-mime-display-alternative): Tag buttons using `article-type'
11071         text property.
11072
11073         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11074         associated with multipart/alternative parts.
11075
11076         * gnus-art.el (gnus-signature-separator): Fix custom type.
11077
11078         * mm-decode.el (mm-inlined-types): Fix custom type.
11079         (mm-keep-viewer-alive-types): Ditto.
11080         (mm-automatic-display): Ditto.
11081         (mm-attachment-override-types): Ditto.
11082         (mm-inline-override-types): Ditto.
11083         (mm-automatic-external-display): Ditto.
11084
11085 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * spam-report.el (spam-report-user-mail-address)
11088         (spam-report-user-agent): New variables.
11089         (spam-report-url-ping-plain): Use spam-report-user-agent.
11090
11091 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11092
11093         * gnus-art.el (gnus-button-handle-custom): Do not just use
11094         `customize-apropos' for any "M-x customize-*" button but the
11095         function called for.  Accept both the function name and its
11096         argument in order to achieve this.
11097         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11098         function name to `gnus-button-handle-custom' in case of "M-x
11099         customize-*" buttons.
11100
11101 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11104         multipart/alternative and add xref to mm-discouraged-alternatives
11105         in doc string.
11106
11107         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11108         gnus-buttonized-mime-types in doc string.
11109
11110 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11113         Suggest image/.* in the doc string.
11114
11115 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11118         message-marks (Debian bug #342521).
11119
11120 2005-12-12  Simon Josefsson  <jas@extundo.com>
11121
11122         * password.el (password-read-from-cache): Add.
11123         (password-read): Use it.
11124
11125 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11128         us-ascii as a MIME charset.
11129
11130         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11131         against the case where the 2nd arg TYPE is nil.
11132
11133 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * pop3.el (pop3-stream-type): Fix custom version.
11136
11137         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11138
11139 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11140
11141         * mm-decode.el (mm-display-external): Add missing cdr.
11142
11143 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11146         RFC1524) if it is in mailcap or add a suffix according to
11147         mailcap-mime-extensions when generating a temp filename; postpone
11148         deleting a temp file for 2 seconds for some wrappers, shell
11149         scripts, and so on, which might exit right after having started a
11150         viewer command as a background job.
11151
11152 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * nntp.el (nntp-marks-directory): Fix custom group.
11155
11156         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11157         steps when < 10.
11158
11159         * gnus-start.el (gnus-no-server-1): Mention
11160         `gnus-level-default-subscribed' in doc string.
11161
11162 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11163
11164         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11165         parens.
11166
11167 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-xmas.el (gnus-use-toolbar): Revert.
11170         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11171         gnus-use-toolbar is default.
11172
11173         * messagexmas.el (message-use-toolbar): Revert.
11174         (message-setup-toolbar): Use global default-toolbar if
11175         message-use-toolbar is default.
11176
11177 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11180         according to default-toolbar-visible-p.
11181
11182         * messagexmas.el (message-use-toolbar): Ditto.
11183
11184 2005-11-26  Dave Love  <fx@gnu.org>
11185
11186         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11187         (tls-program, tls-success): Provide openssl alternative.
11188
11189         * starttls.el: Doc fixes.
11190         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11191         SERVICE to PORT.
11192
11193         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11194         port null or service name.
11195         (starttls-negotiate): Autoload.
11196
11197 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * message.el (message-kill-to-signature): Fix interactive spec.
11200
11201 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * pop3.el (pop3-open-server): Recognize a string as a service name.
11204
11205 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11206
11207         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11208
11209 2005-11-23  Dave Love  <fx@gnu.org>
11210
11211         Add pop3s, pop3/starttls.
11212
11213         * pop3.el (pop3-authentication-scheme): Clarify doc.
11214         (open-tls-stream, starttls-open-stream): Autoload.
11215         (pop3-stream-type): New.
11216         (pop3-open-server): Use it.
11217
11218         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11219         for POP.
11220         (mail-source-keyword-map): Add :stream for POP.
11221         (mail-source-fetch-pop): Use pop3-stream-type.
11222
11223 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11226         of current-time-string.
11227
11228 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11229
11230         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11231         date header.
11232
11233 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11234
11235         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11236         it can seriously impact performance as it bypasses the agent's
11237         local caches.
11238
11239 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11240
11241         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11242         must be explicitly online rather than "not explicitly offline" for
11243         its flags to be synchronized.
11244
11245         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11246         that gnus-uu-unmark-thread will function correctly.
11247
11248         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11249         1024K is instead displayed as 1M.
11250
11251 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11254
11255 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11256
11257         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11258
11259 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11260
11261         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11262         error message to display actual error condition.
11263         (gnus-agent-save-local): Avoid saving symbols that are bound to
11264         nil as they simply result in a warning message in
11265         gnus-agent-read-local.
11266
11267 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11270         rather than make-variable-buffer-local for file-precious-flag.
11271
11272 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11273
11274         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11275         for duplicates which are removed.  The invalid sort check then
11276         triggers a rescan after the sort as sorting may have moved
11277         duplicate entries such that they can be cheaply detected.
11278
11279 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11282
11283 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11284
11285         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11286         internal variable to a custom variable.  Changed default value
11287         from compressed(2) to uncompressed(1).
11288         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11289         support for uncompressed agentview files.  Taken together, reading
11290         the agentview file should now be 6-7 times faster.
11291
11292 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11293
11294         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11295         as a buffer-local variable.  This avoids creating truncated
11296         dribble files as a result of a hang up, eg.
11297
11298 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11299
11300         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11301         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11302         XEmacs.
11303
11304 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-start.el (gnus-start-draft-setup): Enforce
11307         `gnus-draft-mode' for nndraft:drafts at startup.
11308
11309         * gnus.el (gnus-splash): Change custom group.
11310         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11311         allow-list argument.
11312
11313         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11314         string.
11315
11316 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-art.el (gnus-default-article-saver): Add user-defined
11319         `function' to custom type.
11320
11321 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11322
11323         * imap.el (imap-open): Handle case where buffer is a buffer
11324         object.
11325
11326 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11329         long lines.
11330         (gnus-cache-delete-group): Wrap doc strings.
11331
11332         * gnus-agent.el (gnus-agent-rename-group)
11333         (gnus-agent-delete-group): Wrap doc strings.
11334
11335 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * messagexmas.el (message-use-toolbar): Change the valid values
11338         into default, top, bottom, left, and right.
11339         (message-toolbar-thickness): New variable.
11340         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11341         well.
11342         (message-setup-toolbar): Make it work.
11343
11344         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11345         (gnus-use-toolbar): Change the valid values into default, top,
11346         bottom, left, and right.
11347         (gnus-toolbar-thickness): New variable.
11348         (gnus-xmas-setup-toolbar): New function.
11349         (gnus-xmas-setup-group-toolbar): Use it.
11350         (gnus-xmas-setup-summary-toolbar): Use it.
11351
11352 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * gnus-start.el (gnus-1): Add "native" to
11355         gnus-predefined-server-alist.
11356
11357         * gnus.el (gnus-method-to-server): Don't add "native" to the
11358         lists here, because that leads to problems when
11359         gnus-select-method is bound.
11360
11361 2005-11-09  Simon Josefsson  <jas@extundo.com>
11362
11363         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11364         use (not sort-by-date) instead.
11365
11366 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11367
11368         * gnus-delay.el (gnus-delay-group): Don't autoload.
11369         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11370         to be re-loaded when customizing the `gnus-delay' group.
11371
11372 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11373
11374         * message.el: Revert last changes.
11375         (message-insert-citation-line): Use newlines.
11376
11377 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11378
11379         * message.el (message-courtesy-message)
11380         (message-mark-insert-begin, message-mark-insert-end)
11381         (message-elide-ellipsis, message-cancel-message)
11382         (message-add-header, message-change-subject)
11383         (message-cross-post-followup-to-header)
11384         (message-cross-post-insert-note, message-reduce-to-to-cc)
11385         (message-widen-reply, message-delete-not-region)
11386         (message-kill-to-signature, message-insert-signature)
11387         (message-insert-importance-high, message-insert-importance-low)
11388         (message-insert-or-toggle-importance)
11389         (message-insert-disposition-notification-to)
11390         (message-indent-citation, message-yank-original)
11391         (message-cite-original-without-signature, message-cite-original)
11392         (message-insert-citation-line, message-position-on-field)
11393         (message-fix-before-sending, message-send-mail-partially)
11394         (message-send-mail, message-send-mail-with-sendmail)
11395         (message-send-mail-with-qmail, message-send-news)
11396         (message-check-news-header-syntax, message-generate-headers)
11397         (message-insert-courtesy-copy, message-fill-address)
11398         (message-fill-header, message-shorten-references)
11399         (message-setup-1, message-cancel-news)
11400         (message-forward-make-body-plain, message-forward-make-body-mime)
11401         (message-forward-make-body-mml, message-encode-message-body)
11402         (message-forward-make-body-digest-plain)
11403         (message-forward-make-body-digest-mime)
11404         (message-use-alternative-email-as-from): Insert `hard-newline'
11405         instead of ordinary newlines.
11406
11407 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * message.el (message-generate-headers): Downcase the argument
11410         given to message-check-element.
11411
11412 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11413
11414         * nntp.el (nntp-authinfo-rejected): New error condition.
11415         (nntp-wait-for): Use new error condition to signal authentication
11416         error.
11417         (nntp-retrieve-data): Rethrow new error condition to break out of
11418         recursive call to nntp-send-authinfo.
11419
11420 2005-11-08  Romain Francoise  <romain@orebokech.com>
11421
11422         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11423         (gnus-summary-exit-map): Bind to `Z p'.
11424         (gnus-summary-make-menu-bar): Add menu item.
11425
11426 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11429         (gnus-treat-*): Add `first' in all doc strings.
11430
11431         * gnus-group.el (gnus-group-compact-group): Fix typo.
11432
11433 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus.el (gnus-parameters-case-fold-search): New variable.
11436         (gnus-parameters-get-parameter): Use it.
11437
11438         * gnus-score.el (gnus-home-score-file): Doc fix.
11439
11440 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11441
11442         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11443
11444 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * mm-util.el (mm-special-display-p): New function.
11447
11448         * mml.el (mml-preview): Use it; doc fix.
11449
11450 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11451
11452         * imap.el (imap-open): Handle case where buffer is a buffer object.
11453
11454 2005-10-29  Romain Francoise  <romain@orebokech.com>
11455
11456         * message.el (message-fix-before-sending): Fix comment.
11457
11458 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11459
11460         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11461
11462 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11463
11464         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11465         Used in gnus-score.el.
11466
11467 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11470
11471 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11474         whitespace removed in revision 7.8.  Use concatenated string to
11475         protect trailing whitespace.
11476
11477 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11478
11479         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11480         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11481         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11482         Courier IMAP ("some version from 2004").  Mostly based on similar
11483         code in the same function.
11484
11485 2005-10-26  Didier Verna  <didier@xemacs.org>
11486
11487         * gnus-group.el (gnus-group-compact-group): Invalidate original
11488         article buffer.
11489         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11490         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11491         NOV database and in article itself.
11492         Invalidate article backlog.
11493
11494 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11497
11498 2005-10-26  Simon Josefsson  <jas@extundo.com>
11499
11500         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11501         part of 2004-07-25 change.
11502
11503 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * message.el (message-display-completion-list): New function.
11506         (message-expand-group): Use it; make sure the Completions buffer
11507         is modifiable.
11508 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11509
11510         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11511         user-mail-name is an empty string.
11512
11513 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11516         depending on gnus-score-decay-constant.
11517
11518         * encrypt.el (encrypt-insert-file-contents)
11519         (encrypt-write-file-contents): Don't use `gnus-message'.
11520
11521         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11522         arguments.
11523         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11524         arguments to mm-uu-verbatim-marks-extract.
11525         (mm-uu-hide-markers): New variable.
11526         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11527
11528         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11529         (gnus-convert-image-to-face-command): Use "convert" by default to
11530         allow other input image formats.
11531         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11532         accordingly.
11533
11534 2005-10-23  Simon Josefsson  <jas@extundo.com>
11535
11536         * imap.el (imap-gssapi-program): Align command line parameters
11537         with latest GNU SASL.
11538         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11539
11540 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11543         HTML.
11544         (nnslashdot-request-article): Ditto.
11545
11546         * lpath.el (featurep): Add nobreak-char-display.
11547
11548 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11549
11550         * mail-source.el (mail-source-fetch-pop): Require pop3.
11551         (mail-source-check-pop): Ditto.
11552
11553 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11556         errors.
11557
11558 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11561         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11562
11563         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11564
11565         * mm-bodies.el (mm-decode-string): Call
11566         `mm-charset-to-coding-system' with allow-override argument.
11567
11568 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11571         (rfc2047-charset-to-coding-system): New function.
11572         (rfc2047-decode-encoded-words): New function.
11573         (rfc2047-decode-region): Use them.
11574         (rfc2047-decode-cte): Remove.
11575         (rfc2047-parse-and-decode): Remove.
11576         (rfc2047-decode): Remove.
11577
11578 2005-10-15  Kenichi Handa  <handa@m17n.org>
11579
11580         * rfc2047.el (rfc2047-decode-cte): New function.
11581         (rfc2047-decode-region): Change the way to decode successive
11582         encoded-words: decode B- or Q-encoding in each encoded-word,
11583         concatenate them, and decode it as charset.
11584
11585 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * lpath.el: Fbind codepage-setup for XEmacs.
11588
11589 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11590
11591         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11592         widget-move-and-invoke.
11593         (gnus-custom-mode): Use gnus-custom-map.
11594
11595 2005-10-15  Bill Wohler  <wohler@newt.com>
11596
11597         * message.el (message-tool-bar-map): Renamed image file from
11598         mail_send to mail/send.
11599
11600 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11601
11602         * message.el (message-expand-group): Pass the common
11603         prefix substring of completion to `display-completion-list'.
11604
11605 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * mml-sec.el (mml-secure-method): New internal variable.
11608         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11609         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11610         functions using mml-secure-method.
11611
11612         * mml.el (mml-mode-map): Add key bindings for those functions.
11613         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11614         Harder <harder@myrealbox.com>.
11615         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11616         end of message if point is the headers of the message.
11617
11618         * message.el (message-in-body-p): New function.
11619
11620         * assistant.el: Autoload gnus-util and netrc.
11621
11622         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11623         Use `mm-charset-override-alist' only when decoding.
11624
11625         * mm-bodies.el (mm-decode-body): Call
11626         `mm-charset-to-coding-system' with allow-override argument.
11627
11628         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11629         `filename' from Content-Disposition if Content-Type doesn't
11630         provide `name'.
11631         (gnus-mime-view-part-as-type): Set default instead of
11632         initial-input.
11633
11634 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11635
11636         * format-spec.el (format-spec): Propagate text properties of % spec.
11637
11638 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * gnus-art.el (gnus-treat-predicate): Add `first'.
11641
11642 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11645         (mm-charset-override-alist): New variable.
11646         (mm-charset-to-coding-system): Use it.
11647         (mm-codepage-setup): New helper function.
11648         (mm-charset-eval-alist): New variable.
11649         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11650         about unknown charsets.
11651
11652         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11653
11654 2005-10-04  David Hansen  <david.hansen@gmx.net>
11655
11656         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11657         (nnrss-check-group): Ditto.
11658
11659 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11662         Rename x-gnus-verbatim to x-verbatim.
11663         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11664
11665         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11666         x-verbatim.
11667
11668         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11669
11670         * gnus-util.el (gnus-remove-duplicates): Remove.
11671
11672         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11673         instead of gnus-remove-duplicates.
11674
11675         * message.el (message-remove-duplicates): Remove.
11676         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11677         message-remove-duplicates.
11678
11679         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11680         available, else use implementation from `delete-dups'.
11681
11682         * message.el (message-insert-expires): New function.
11683         (message-mode-map): Add key binding.
11684         (message-mode-field-menu): Add menu entry.
11685         (message-mode): Document it.
11686         (message-make-expires-date): Use `message-make-date'.
11687
11688 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11689
11690         * message.el (message-make-expires-date): New function.
11691
11692 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * Makefile.in (list-installed-shadows): New entry.
11695         (install): Use it.
11696         (remove-installed-shadows): New entry.
11697
11698         * dgnushack.el (dgnushack-default-load-path): New variable.
11699         (dgnushack-find-lisp-shadows): New function.
11700         (dgnushack-remove-lisp-shadows): New function.
11701
11702 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * Makefile.in (install-el-elc): New entry.
11705         (install): Use it so that .el files are necessarily installed.
11706
11707 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11710
11711 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11712
11713         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11714         function rather than the diff-mode.el package.
11715         (mm-display-external): Use with-current-buffer.
11716         (mm-viewer-completion-map, mm-viewer-completion-map):
11717         Move initialization inside declaration.
11718
11719 2005-09-29  Simon Josefsson  <jas@extundo.com>
11720
11721         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11722         autoload mail-check-payment.
11723         (spam-check-hashcash): Define unconditionally, since hashcash.el
11724         is part of Gnus now.  Ignore errors from payment checking.
11725
11726 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * message.el (message-bold-region, message-unbold-region): Rename
11729         from `bold-region' and `unbold-region'.
11730
11731         * message.el: Remove useless autoloads.
11732
11733 2005-09-28  Simon Josefsson  <jas@extundo.com>
11734
11735         * message.el (message-use-idna): Default to t.
11736         (message-use-idna): Test whether encoding works too.  Doc fix.
11737
11738 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * nntp.el (nntp-warn-about-losing-connection): Remove.
11741
11742 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11745         customizable.  Change default value.
11746         (mm-uu-diff-groups-regexp): Change default value.
11747         (mm-uu-type-alist): Add doc string.
11748         (mm-uu-configure): Add doc string.  Make it interactive.
11749         (mm-uu-tex-groups-regexp): New variable.
11750         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11751         (mm-uu-type-alist): Add LaTeX documents.
11752         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11753         of "text/verbatim".
11754         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11755
11756         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11757         instead of "text/verbatim".
11758
11759         * message.el (message-mark-inserted-region)
11760         (message-mark-insert-file): Use slrn style marks when called with
11761         prefix argument.
11762
11763 2005-09-27  Simon Josefsson  <jas@extundo.com>
11764
11765         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11766
11767 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11768
11769         * message.el (message-remove-duplicates): New function.
11770         Implementation borrowed from `gnus-remove-duplicates'.
11771         (message-idna-to-ascii-rhs): Also encode idna addresses in
11772         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11773         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11774         only ask about the same idna domain once per header and also tell
11775         in what header to replace the idna domain.
11776
11777         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11778         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11779         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11780         a header is decoded and not just the last one.
11781
11782 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11785         has been decoded.
11786
11787         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11788         (mm-insert-part): Don't modify text if it has been decoded.
11789
11790         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11791         decoded.
11792
11793         * mm-view.el (mm-inline-text): Don't strip text props unless
11794         decoding enriched or richtext parts.
11795
11796 2005-09-25  Romain Francoise  <romain@orebokech.com>
11797
11798         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11799         * gnus-start.el (gnus-subscribe-interactively):
11800         * gnus-uu.el (gnus-uu-grab-articles):
11801         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11802         space.
11803
11804 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11805
11806         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11807         * mm-view.el (mm-view-pkcs7-decrypt):
11808         * gnus-sum.el (gnus-summary-limit-to-extra)
11809         (gnus-summary-respool-article, gnus-read-move-group-name):
11810         * gnus-score.el (gnus-summary-increase-score):
11811         * gnus-util.el (gnus-completing-read-with-default):
11812         * gnus-art.el (gnus-read-save-file-name)
11813         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11814         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11815         * message.el (message-check-news-header-syntax):
11816         Follow convention for reading with the minibuffer.
11817
11818 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * spam-report.el (spam-report-url-ping-plain):
11821         Use gnus-extended-version as User-Agent.
11822
11823         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11824         default value is nil.
11825
11826         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11827         (mm-uu-verbatim-marks-extract): New function.
11828         (mm-uu-extract): New face.
11829         (mm-uu-copy-to-buffer): Use it.
11830
11831         * spam-report.el (spam-report-gmane-ham): Renamed from
11832         `spam-report-gmane-unspam'.
11833         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11834         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11835
11836         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11837         Autoload.
11838         (spam-report-gmane-unregister-routine): Renamed
11839         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11840
11841 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11842
11843         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11844         (spam-report-gmane-unregister-routine): Add support for gmane
11845         unregistration.
11846
11847         * spam-report.el (spam-report-gmane-unspam)
11848         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11849         (spam-report-gmane): Change to take a single article and do unspam
11850         registration.
11851
11852 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * mm-url.el (mm-url-decode-entities): Fix regexp.
11855
11856 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11859         default to nil, to be able to use Gnus at all.  If the default
11860         switches to something else, then the function should be fixed not
11861         be exceedingly slow.
11862
11863 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11864
11865         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11866         fail hard.
11867
11868         * spam-report.el: Add better Keywords line.
11869
11870         * spam.el: Add Maintainer and better Keywords line.
11871
11872 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-art.el (gnus-article-replace-part)
11875         (gnus-mime-replace-part): New functions.
11876         (gnus-mime-action-alist, gnus-mime-button-commands)
11877         (gnus-mime-save-part-and-strip): Added file argument.
11878         (gnus-article-part-wrapper): Added interactive argument.
11879
11880         * gnus-sum.el (gnus-summary-mime-map): Add
11881         `gnus-article-replace-part'.
11882
11883 2005-09-19  Didier Verna  <didier@xemacs.org>
11884
11885         The nnml compaction feature:
11886         * nnml.el (nnml-request-compact-group): New function.
11887         * nnml.el (nnml-request-compact): New function.
11888         * gnus-int.el (gnus-request-compact-group): New function.
11889         * gnus-int.el (gnus-request-compact): New function.
11890         * gnus-group.el (gnus-group-compact-group): New function.
11891         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11892         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11893         * gnus-srvr.el (gnus-server-compact-server): New function.
11894         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11895         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11896
11897 2005-09-18  Deepak Goel  <deego@gnufans.org>
11898
11899         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11900         format spec.
11901
11902 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11905
11906 2005-09-15  Romain Francoise  <romain@orebokech.com>
11907
11908         * message.el (message-fill-paragraph): Clarify docstring.
11909
11910 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gnus-art.el (gnus-mime-display-part): Protect against broken
11913         MIME messages.
11914
11915 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11918         before parsing header.
11919
11920 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11921
11922         * html2text.el (html2text-replace-list): Add new entities.
11923
11924 2005-09-11  Romain Francoise  <romain@orebokech.com>
11925
11926         * message.el (message-alternative-emails): Improve docstring.
11927         (message-setup-1): Call `message-use-alternative-email-as-from'
11928         after `message-setup-hook' to give it precedence over posting
11929         styles, etc.
11930         (message-use-alternative-email-as-from): Add docstring.  Remove
11931         the original From header if present.
11932
11933         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11934         (nnml-save-mail): Use it.
11935
11936         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11937         articles.  Add new argument `silent'.
11938         (gnus-uu-mark-all): Report the total number of marked articles.
11939
11940 2005-09-10  Romain Francoise  <romain@orebokech.com>
11941
11942         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11943         (gnus-uu-mark-series): Likewise.
11944
11945 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * spam-report.el (spam-report-gmane): Fix generation of spam
11948         report URL.
11949
11950 2005-09-10  Simon Josefsson  <jas@extundo.com>
11951
11952         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11953         t, based on discussion on the ding list with Robert Epprecht
11954         <epprecht@solnet.ch>.
11955
11956 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * spam-report.el (spam-report-gmane): Make it work without
11959         X-Report-Spam header.  Gmane now only provides Archived-At.
11960         This is only used if `spam-report-gmane-use-article-number' is nil.
11961         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11962
11963         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11964         make `gnus-summary-sort-by-recipient' work with threading.
11965
11966         * nnweb.el (nnweb-google-wash-article): Print a message if article
11967         is not available.
11968
11969 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11970
11971         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11972         change.  Decode text/* parts content before displaying.
11973
11974 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11977
11978 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11981
11982         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11983         url-package-name, url-package-version,
11984         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11985         w3m-display-inline-images, and w3m-minor-mode-map.
11986
11987 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * message.el (message-tab-body-function): Fix mismatched custom type.
11990
11991         * gnus.el (gnus-group-change-level-function): Ditto.
11992
11993         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11994
11995         * gnus-art.el (gnus-signature-limit)
11996         (gnus-article-mime-part-function): Ditto.
11997
11998 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mml.el (mml-mode): Silence the byte compiler.
12001
12002         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12003         using `(sit-for 0)' before moving the point to the specified part;
12004         skip unbuttonized parts.
12005         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12006         return to the summary window if gnus-auto-select-part is non-nil.
12007
12008 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12011         variables.
12012         (mml-dnd-attach-file, mml-mode): Use them.
12013
12014         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12015         Make fetching article by MID work again for Google Groups.  Added
12016         FIXME concerning gnus-group-make-web-group.
12017
12018         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12019         Don't depend on Gnus by using mail-extract-address-components if
12020         gnus-extract-address-components is not bound.
12021
12022 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12023
12024         * gnus-art.el (gnus-mime-display-security): Don't display the
12025         signature, but only the signed part.
12026
12027 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12030
12031         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12032         list, not listp.
12033
12034 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12035
12036         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12037         when encoding.
12038
12039         * mm-bodies.el (mm-decode-content-transfer-encoding):
12040         De-canonicalize CRLF for all text content types, not just
12041         text/plain.
12042
12043 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12046         valid article; point arrow and cursor at the MIME button.
12047
12048 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12051         Suggested by Dan Christensen <jdc@uwo.ca>.
12052
12053         * mm-decode.el (mm-save-part): Enable change of prompt.
12054
12055 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12056
12057         * gnus-msg.el (gnus-inews-add-send-actions): Made
12058         `message-post-method' lambda parameter ARG `&optional'.
12059
12060 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-sum.el (gnus-summary-mime-map): Added
12063         gnus-article-save-part-and-strip, gnus-article-delete-part and
12064         gnus-article-jump-to-part.
12065
12066         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12067         (gnus-article-edit-part): Use it.
12068         (gnus-article-part-wrapper): Added no-handle argument.
12069         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12070         functions.
12071
12072 2005-08-29  Romain Francoise  <romain@orebokech.com>
12073
12074         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12075         docstring.
12076         (gnus-face-from-file): Likewise.
12077
12078 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12081         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12082         non-nil.
12083         (gnus-auto-select-part): New variable.
12084         (gnus-article-jump-to-part): New function.
12085         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12086         (gnus-mime-delete-part): Allow selecting specified part after
12087         deleting or stripping parts.
12088         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12089         part if argument is bogus.
12090
12091 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12092
12093         * gnus-art.el (w3m-minor-mode-map):
12094         * gnus-spec.el (gnus-newsrc-file-version):
12095         * gnus-util.el (nnmail-active-file-coding-system)
12096         (gnus-original-article-buffer, gnus-user-agent):
12097         * gnus.el (gnus-ham-process-destinations)
12098         (gnus-parameter-ham-marks-alist)
12099         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12100         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12101         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12102         * mm-decode.el (gnus-current-window-configuration):
12103         * mm-extern.el (gnus-article-mime-handles):
12104         * mm-url.el (url-current-object, url-package-name)
12105         (url-package-version):
12106         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12107         (smime-keys, w3m-cid-retrieve-function-alist)
12108         (w3m-current-buffer, w3m-display-inline-images)
12109         (w3m-minor-mode-map):
12110         * mml-smime.el (gnus-extract-address-components):
12111         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12112         (gnus-newsrc-hashtb, message-default-charset)
12113         (message-deletable-headers, message-options)
12114         (message-posting-charset, message-required-mail-headers)
12115         (message-required-news-headers):
12116         * mml1991.el (mc-pgp-always-sign):
12117         * mml2015.el (mc-pgp-always-sign):
12118         * nnheader.el (nnmail-extra-headers):
12119         * rfc1843.el (gnus-decode-encoded-word-function)
12120         (gnus-decode-header-function, gnus-newsgroup-name):
12121         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12122
12123 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12124
12125         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12126         the end of the date treatments.
12127
12128 2005-08-15  Simon Josefsson  <jas@extundo.com>
12129
12130         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12131         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12132         Capello and Romain Francoise.
12133         (pgg-fetch-key-function): Removed, not used?
12134         (pgg-insert-url-with-w3): Require url, to get
12135         url-insert-file-contents regardless of where it is defined.
12136
12137 2005-08-13  Romain Francoise  <romain@orebokech.com>
12138
12139         * message.el (message-cite-original-1): New function.
12140         (message-cite-original): Use it.
12141         (message-cite-original-without-signature): Ditto.
12142
12143 2005-08-08  Romain Francoise  <romain@orebokech.com>
12144
12145         * message.el (message-yank-empty-prefix): New variable.
12146         (message-indent-citation): Use it.
12147         (message-cite-original-without-signature): Respect X-No-Archive.
12148
12149 2005-08-08  Simon Josefsson  <jas@extundo.com>
12150
12151         * pgg.el: Autoload url-insert-file-contents instead of loading
12152         w3/url.
12153         (pgg-insert-url-with-w3): Don't load url here.
12154
12155 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12156
12157         * message.el (message-kill-to-signature): Don't insert newline at
12158         bol.
12159         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12160
12161 2005-08-06  Romain Francoise  <romain@orebokech.com>
12162
12163         * message.el (message-user-fqdn): Fix typo in docstring.
12164
12165 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12166
12167         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12168
12169         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12170
12171 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mm-bodies.el (mm-encode-body): Use coding system rather than
12174         charset to encode text.
12175
12176         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12177         number of charsets if utf-8 is available (XEmacs).
12178
12179 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12182         taken from `gnus-button-mid-or-mail-regexp'.
12183         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12184         (gnus-button-alist): Improve regexp for domain part of the MIDs
12185         for news:localpart@domain buttons.
12186         (gnus-button-ctan-directory-regexp): Update.
12187
12188 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * sieve-manage.el (sieve-manage-interactive-login): Use
12191         make-local-variable rather than make-variable-buffer-local.
12192         (sieve-manage-open): Ditto.
12193         (sieve-manage-authenticate): Ditto.
12194
12195         * mml.el (mml-generate-mime-1): Make the content type default to
12196         text/plain if the filename is not specified.
12197
12198 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12201         instead of insert-buffer.
12202
12203         * message.el (message-yank-original): Ditto; set the mark at the
12204         end of the yanked message.
12205
12206 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12209         lines to scroll rather than to stop it.
12210
12211         * mml.el (mml-generate-default-type): Add doc string.
12212         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12213         default to application/octet-stream when determining the content
12214         type if it is not specified for the part or the mml contents; add
12215         a comment about mml-generate-default-type.
12216
12217 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12220         make it default to application/octet-stream when determining the
12221         content type if it is not specified for the external contents.
12222
12223 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12226         segmented parameter but also other parameters might be there.
12227
12228 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * mm-decode.el (mm-display-external): Delete temp file, directory
12231         and buffer immediately if the external process is exited.
12232
12233 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12236         fewer lines than that of scroll-margin.
12237         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12238
12239 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (gnus-article-next-page): Revert.
12242         (gnus-article-beginning-of-window): New macro.
12243         (gnus-article-next-page-1): Use it.
12244         (gnus-article-prev-page): Ditto.
12245         (gnus-article-edit-part): Use insert-buffer-substring instead of
12246         insert-buffer.
12247         (gnus-article-edit-exit): Ditto.
12248
12249         * gnus-util.el (gnus-beginning-of-window): Remove.
12250         (gnus-end-of-window): Remove.
12251
12252         * lpath.el: Don't bind header-line-format and scroll-margin.
12253
12254 2005-07-25  Simon Josefsson  <jas@extundo.com>
12255
12256         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12257         to have the url package without w3.  Reported by Daiki Ueno
12258         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12259
12260 2005-07-20  Didier Verna  <didier@xemacs.org>
12261
12262         * gnus-diary.el: Remove the description comment (nndiary is now
12263         properly documented in the Gnus manual).
12264         Fix the spelling of "Back End".
12265         * nndiary.el: Ditto.
12266         Fix the copyright notice.
12267
12268 2005-07-18  Romain Francoise  <romain@orebokech.com>
12269
12270         * gnus-sum.el (gnus-summary-to-prefix)
12271         (gnus-summary-newsgroup-prefix): New variables.
12272         (gnus-summary-from-or-to-or-newsgroups): Use them.
12273
12274 2005-07-17  Romain Francoise  <romain@orebokech.com>
12275
12276         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12277         space as it's generally not especially interesting to the user.
12278
12279 2005-07-16  Romain Francoise  <romain@orebokech.com>
12280
12281         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12282         nil to avoid prompting and file modification if one of the
12283         messages at the top of the nnfolder file contains a copyright
12284         notice.
12285         Update copyright notice.
12286
12287         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12288         instead of `current-time-string' as the latter creates a time
12289         string that is not RFC 2822 compliant (it lacks the zone).
12290         Update copyright notice.
12291
12292 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12293
12294         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12295         for text/rtf.  Display default in prompt.  Pass default for M-n.
12296
12297         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12298
12299 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * gnus-msg.el (gnus-button-mailto): Remove
12302         save-selected-window-window hackery because it relies on
12303         save-selected-window internals.
12304
12305 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12308         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12309         (gnus-article-prev-page): Ditto.
12310
12311         * gnus-util.el (gnus-beginning-of-window): New function.
12312         (gnus-end-of-window): New function.
12313
12314         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12315
12316 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12317
12318         * gnus-score.el (gnus-score-edit-all-score): Set
12319         gnus-score-edit-exit-function to gnus-score-edit-done and call
12320         gnus-message.
12321
12322 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * gnus-msg.el (gnus-button-mailto): Remove
12325         save-selected-window-window hackery because it relies on
12326         save-selected-window internals.
12327
12328 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12331         add-minor-mode.
12332         (gnus-binary-mode): Ditto.
12333
12334         * gnus-topic.el (gnus-topic-mode): Ditto.
12335
12336 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12337
12338         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12339         (gnus-article-prev-page): Take scroll-margin into consideration.
12340
12341 2005-07-04  Lute Kamstra  <lute@gnu.org>
12342
12343         Update FSF's address in GPL notices.
12344
12345 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12346
12347         * gnus.el (gnus-exit):
12348         * gnus-group.el (gnus-group-icons):
12349         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12350
12351         * gnus-nocem.el (gnus-nocem):
12352         * message.el (message-various, message-buffers, message-sending)
12353         (message-interface, message-forwarding, message-insertion)
12354         (message-headers, message-news, message-mail):
12355         * pgg-gpg.el (pgg-gpg):
12356         * pgg-parse.el (pgg-parse):
12357         * pgg-pgp.el (pgg-pgp):
12358         * pgg-pgp5.el (pgg-pgp5):
12359         * pop3.el (pop3): Finish `defgroup' description with period.
12360
12361 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * gnus-art.el (article-display-face): Improve the efficiency.
12364         (article-display-x-face): Ditto; remove grey x-face stuff.
12365
12366 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (article-display-face): Correct the position in
12369         which Faces are inserted.
12370
12371 2005-06-29  Didier Verna  <didier@xemacs.org>
12372
12373         * gnus-art.el (article-display-face): Display faces in correct
12374         order.
12375
12376 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12379         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12380         (gnus-nocem-check-article): Fetch the Type header.
12381         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12382         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12383         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12384         make sure gnus-nocem-hashtb is initialized.
12385         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12386         (gnus-nocem-unwanted-article-p): Ditto.
12387
12388         * pgg.el (pgg-verify): Return the verification result.
12389
12390 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12391
12392         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12393         is ascii.
12394
12395 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12396
12397         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12398         `show-nonbreak-escape'.
12399
12400 2005-06-23  Lute Kamstra  <lute@gnu.org>
12401
12402         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12403
12404         * dig.el (dig-mode):
12405         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12406
12407 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12408
12409         * nnimap.el (nnimap-split-download-body): Fix spellings.
12410
12411 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12412
12413         * gnus-art.el (gnus-article-encrypt-body):
12414         * gnus-cus.el (gnus-score-customize):
12415         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12416         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12417
12418 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12419
12420         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12421         header by looking for magic "MII" at the beginnig.
12422
12423 2005-06-16  Miles Bader  <miles@gnu.org>
12424
12425         * gnus-xmas.el (gnus-xmas-group-startup-message):
12426         Use renamed gnus-splash face.
12427
12428         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12429         (assistant-field-face): New backward-compatibility alias for renamed
12430         face.
12431         (assistant-render-text): Use renamed assistant-field face.
12432
12433         * spam.el (spam): Remove "-face" suffix from face name.
12434         (spam-face): New backward-compatibility alias for renamed face.
12435         (spam-face, spam-initialize): Use renamed spam face.
12436
12437         * message.el (message-header-to, message-header-cc)
12438         (message-header-subject, message-header-newsgroups)
12439         (message-header-other, message-header-name)
12440         (message-header-xheader, message-separator, message-cited-text)
12441         (message-mml): Remove "-face" suffix from face names.
12442         (message-header-to-face, message-header-cc-face)
12443         (message-header-subject-face, message-header-newsgroups-face)
12444         (message-header-other-face, message-header-name-face)
12445         (message-header-xheader-face, message-separator-face)
12446         (message-cited-text-face, message-mml-face):
12447         New backward-compatibility aliases for renamed faces.
12448         (message-font-lock-keywords): Use renamed message faces.
12449
12450         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12451         (sieve-test-commands, sieve-tagged-arguments):
12452         Remove "-face" suffix from face names.
12453         (sieve-control-commands-face, sieve-action-commands-face)
12454         (sieve-test-commands-face, sieve-tagged-arguments-face):
12455         New backward-compatibility aliases for renamed faces.
12456         (sieve-control-commands-face, sieve-action-commands-face)
12457         (sieve-test-commands-face, sieve-tagged-arguments-face):
12458         Use renamed sieve faces.
12459
12460         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12461         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12462         (gnus-group-news-3-empty, gnus-group-news-4)
12463         (gnus-group-news-4-empty, gnus-group-news-5)
12464         (gnus-group-news-5-empty, gnus-group-news-6)
12465         (gnus-group-news-6-empty, gnus-group-news-low)
12466         (gnus-group-news-low-empty, gnus-group-mail-1)
12467         (gnus-group-mail-1-empty, gnus-group-mail-2)
12468         (gnus-group-mail-2-empty, gnus-group-mail-3)
12469         (gnus-group-mail-3-empty, gnus-group-mail-low)
12470         (gnus-group-mail-low-empty, gnus-summary-selected)
12471         (gnus-summary-cancelled, gnus-summary-high-ticked)
12472         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12473         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12474         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12475         (gnus-summary-low-undownloaded)
12476         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12477         (gnus-summary-low-unread, gnus-summary-normal-unread)
12478         (gnus-summary-high-read, gnus-summary-low-read)
12479         (gnus-summary-normal-read, gnus-splash):
12480         Remove "-face" suffix from face names.
12481         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12482         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12483         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12484         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12485         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12486         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12487         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12488         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12489         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12490         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12491         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12492         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12493         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12494         (gnus-summary-normal-ticked-face)
12495         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12496         (gnus-summary-normal-ancient-face)
12497         (gnus-summary-high-undownloaded-face)
12498         (gnus-summary-low-undownloaded-face)
12499         (gnus-summary-normal-undownloaded-face)
12500         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12501         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12502         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12503         (gnus-splash-face):
12504         New backward-compatibility aliases for renamed faces.
12505         (gnus-group-startup-message): Use renamed gnus faces.
12506
12507         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12508         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12509         (gnus-server-agent): Remove "-face" suffix from face names.
12510         (gnus-server-agent-face, gnus-server-opened-face)
12511         (gnus-server-closed-face, gnus-server-denied-face)
12512         (gnus-server-offline-face):
12513         New backward-compatibility aliases for renamed faces.
12514         (gnus-server-agent-face, gnus-server-opened-face)
12515         (gnus-server-closed-face, gnus-server-denied-face)
12516         (gnus-server-offline-face): Use renamed gnus faces.
12517
12518         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12519         Remove "-face" suffix from face names.
12520         (gnus-picon-xbm-face, gnus-picon-face):
12521         New backward-compatibility aliases for renamed faces.
12522
12523         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12524         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12525         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12526         (gnus-cite-11): Remove "-face" suffix from face names.
12527         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12528         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12529         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12530         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12531         New backward-compatibility aliases for renamed faces.
12532         (gnus-cite-attribution-face, gnus-cite-face-list)
12533         (gnus-article-boring-faces): Use renamed gnus faces.
12534
12535         * gnus-art.el (gnus-signature, gnus-header-from)
12536         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12537         (gnus-header-content): Remove "-face" suffix from face names.
12538         (gnus-signature-face, gnus-header-from-face)
12539         (gnus-header-subject-face, gnus-header-newsgroups-face)
12540         (gnus-header-name-face, gnus-header-content-face):
12541         New backward-compatibility aliases for renamed faces.
12542         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12543
12544         * gnus-sum.el (gnus-summary-selected-face)
12545         (gnus-summary-highlight): Use renamed gnus faces.
12546         * gnus-group.el (gnus-group-highlight): Likewise.
12547
12548 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12549
12550         * gnus-sieve.el (gnus-sieve-article-add-rule):
12551         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12552         * spam-stat.el (spam-stat-buffer-change-to-spam)
12553         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12554
12555         * message.el (message-is-yours-p):
12556         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12557
12558 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * mm-view.el (mm-inline-text): Withdraw the last change.
12561
12562 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12565         executing enriched-decode.
12566
12567 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12570         charset of tar files.
12571
12572 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12573
12574         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12575
12576 2005-06-04  Lute Kamstra  <lute@gnu.org>
12577
12578         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12579         information is never recorded.
12580
12581 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12582
12583         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12584
12585 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * pop3.el (pop3-apop): Run md5 in the binary mode.
12588
12589         * starttls.el (starttls-set-process-query-on-exit-flag):
12590         Use eval-and-compile.
12591
12592 2005-05-31  Simon Josefsson  <jas@extundo.com>
12593
12594         * smime.el (smime-replace-in-string): Define.
12595         (smime-cert-by-ldap-1): Use it.
12596
12597 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-art.el (article-display-x-face): Replace
12600         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12601
12602         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12603         set-process-query-on-exit-flag or process-kill-without-query.
12604
12605         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12606         loop instead of replace-regexp.
12607
12608         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12609         instead of process-kill-without-query if it is available.
12610
12611         * lpath.el: Fbind ldap-search-entries.
12612
12613         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12614         instead of find-file-hooks if it is available.
12615
12616         * mml1991.el: Bind pgg-default-user-id when compiling.
12617
12618         * mml2015.el: Bind pgg-default-user-id when compiling.
12619
12620         * nndraft.el (nndraft-request-associate-buffer):
12621         Use write-contents-functions instead of write-contents-hooks if it is
12622         available.
12623
12624         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12625         instead of find-file-hooks if it is available.
12626
12627         * nntp.el (nntp-open-connection): Replace
12628         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12629         (nntp-open-ssl-stream): Ditto.
12630         (nntp-open-tls-stream): Ditto.
12631
12632         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12633         set-process-query-on-exit-flag or process-kill-without-query.
12634         (starttls-open-stream-gnutls): Use it instead of
12635         process-kill-without-query.
12636         (starttls-open-stream): Ditto.
12637
12638 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12639
12640         * smime.el (smime-cert-by-ldap-1): Don't use
12641         replace-regexp-in-string.
12642
12643 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12644
12645         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12646
12647         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12648         in PEM format.  Adjust to the XEmacs compability.
12649
12650 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12653         by `string-to-number'.
12654         * gnus-agent.el (gnus-agent-regenerate-group)
12655         (gnus-agent-fetch-articles): Ditto.
12656         * gnus-art.el (gnus-button-fetch-group): Ditto.
12657         * gnus-cache.el (gnus-cache-generate-active)
12658         (gnus-cache-articles-in-group): Ditto.
12659         * gnus-group.el (gnus-group-set-current-level)
12660         (gnus-group-insert-group-line): Ditto.
12661         * gnus-score.el (gnus-score-set-expunge-below)
12662         (gnus-score-set-mark-below, gnus-summary-score-effect)
12663         (gnus-summary-score-entry): Ditto.
12664         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12665         (gnus-soup-pack): Ditto.
12666         * gnus-spec.el (gnus-xmas-format): Ditto.
12667         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12668         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12669         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12670         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12671         * nndb.el (nndb-get-remote-expire-response): Ditto.
12672         * nndiary.el (nndiary-parse-schedule-value)
12673         (nndiary-string-to-number, nndiary-request-replace-article)
12674         (nndiary-request-article): Ditto.
12675         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12676         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12677         * nneething.el (nneething-make-head): Ditto.
12678         * nnfolder.el (nnfolder-request-article)
12679         (nnfolder-retrieve-headers): Ditto.
12680         * nnheader.el (nnheader-file-to-number): Ditto.
12681         * nnkiboze.el (nnkiboze-request-article): Ditto.
12682         * nnmail.el (nnmail-process-unix-mail-format)
12683         (nnmail-process-babyl-mail-format): Ditto.
12684         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12685         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12686         (nnmh-request-create-group, nnmh-request-list-1)
12687         (nnmh-request-group, nnmh-request-article): Ditto.
12688         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12689         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12690         * nnsoup.el (nnsoup-make-active): Ditto.
12691         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12692         * nntp.el (nntp-find-group-and-number)
12693         (nntp-retrieve-headers-with-xover): Ditto.
12694         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12695         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12696         (pgg-format-key-identifier): Ditto.
12697         * pop3.el (pop3-last, pop3-stat): Ditto.
12698         * qp.el (quoted-printable-decode-region): Ditto.
12699
12700         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12701         of concat.
12702
12703 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12706
12707         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12708
12709         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12710
12711         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12712
12713         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12714
12715         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12716
12717         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12718         (gnus-carpal-mode): Ditto.
12719
12720         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12721         (gnus-browse-mode): Ditto.
12722
12723         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12724
12725         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12726
12727 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12728
12729         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12730
12731 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-util.el (gnus-run-mode-hooks): New function.
12734
12735         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12736
12737         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12738         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12739
12740 2005-05-27  Lute Kamstra  <lute@gnu.org>
12741
12742         * dns-mode.el (dns-mode): Specify customization group.
12743
12744 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12745
12746         * gnus-agent.el (gnus-agent-make-mode-line-string):
12747         Use mode-line-highlight as mouse-face.
12748
12749 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * canlock.el (canlock): Change the parent group to news.
12752
12753         * deuglify.el (gnus-outlook-deuglify): Add :group.
12754
12755         * dig.el (dig): Add :group.
12756
12757         * dns-mode.el (dns-mode): Add :group.
12758
12759         * encrypt.el (encrypt): Add :group.
12760
12761         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12762         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12763         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12764         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12765         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12766
12767         * gnus-diary.el (gnus-diary): Add :group.
12768
12769         * gnus.el (gnus-group-news-1-face): Add :group.
12770         (gnus-group-news-1-empty-face): Ditto.
12771         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12772         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12773         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12774         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12775         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12776         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12777         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12778         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12779         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12780         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12781         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12782         (gnus-summary-high-ticked-face): Ditto.
12783         (gnus-summary-low-ticked-face): Ditto.
12784         (gnus-summary-normal-ticked-face): Ditto.
12785         (gnus-summary-high-ancient-face): Ditto.
12786         (gnus-summary-low-ancient-face): Ditto.
12787         (gnus-summary-normal-ancient-face): Ditto.
12788         (gnus-summary-high-undownloaded-face): Ditto.
12789         (gnus-summary-low-undownloaded-face): Ditto.
12790         (gnus-summary-normal-undownloaded-face): Ditto.
12791         (gnus-summary-high-unread-face): Ditto.
12792         (gnus-summary-low-unread-face): Ditto.
12793         (gnus-summary-normal-unread-face): Ditto.
12794         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12795         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12796
12797         * hashcash.el (hashcash): New custom group.
12798         (hashcash-default-payment): Add :group.
12799         (hashcash-payment-alist): Ditto.
12800         (hashcash-default-accept-payment): Ditto.
12801         (hashcash-accept-resources): Ditto.
12802         (hashcash-path): Ditto.
12803         (hashcash-extra-generate-parameters): Ditto.
12804         (hashcash-double-spend-database): Ditto.
12805         (hashcash-in-news): Ditto.
12806
12807         * message.el (message-minibuffer-local-map): Add :group.
12808
12809         * netrc.el (netrc): Add :group.
12810
12811         * sieve-manage.el (sieve-manage-log): Add :group.
12812         (sieve-manage-default-user): Diito.
12813         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12814         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12815         (sieve-manage-authenticators): Ditto.
12816         (sieve-manage-authenticator-alist): Ditto.
12817         (sieve-manage-default-port): Ditto.
12818
12819         * sieve-mode.el (sieve-control-commands-face): Add :group.
12820         (sieve-action-commands-face): Ditto.
12821         (sieve-test-commands-face): Ditto.
12822         (sieve-tagged-arguments-face): Ditto.
12823
12824         * smime.el (smime): Add :group.
12825
12826         * spam-report.el (spam-report): Add :group.
12827
12828         * spam.el (spam, spam-face): Add :group.
12829
12830 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12831
12832         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12833         return \n.\n.\n at the end of articles.  Protect against that.
12834         (nntp-with-open-group): Allow debugging.
12835
12836         * nnheader.el (mail-header-set-extra): Make into a function
12837         because I just could't understand how to quote the list properly.
12838
12839         * dns.el (query-dns-cached): New function.
12840
12841 2005-05-26  Lute Kamstra  <lute@gnu.org>
12842
12843         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12844
12845 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12848
12849         * gnus-art.el: Don't autoload mail-extract-address-components.
12850
12851         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12852         eval-and-compile to evaluate it.
12853
12854         * hashcash.el: Don't autoload executable-find.
12855
12856         * nndb.el: Don't declare the nndb back end two or more times; don't
12857         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12858
12859         * nntp.el: Autoload format-spec instead of format; use
12860         eval-and-compile to evaluate autoload forms.
12861
12862 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12863
12864         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12865
12866 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867
12868         * gnus.el (gnus-version-number): Bump version.
12869
12870 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12871
12872         * gnus.el: No Gnus v0.3 is released.
12873
12874 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875
12876         * lpath.el (featurep): Bind show-nonbreak-escape.
12877
12878 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-art.el (gnus-article-edit-part): Disable undo.
12881
12882 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12885         gnus-article-date-lapsed-new-header is t if date timer is active;
12886         skip headers in which the original date value is empty.
12887         (gnus-article-save-original-date): Redefine it as a macro.
12888         (gnus-display-mime): Use it.
12889
12890 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (article-date-ut): Support converting date in
12893         forwarded parts as well.
12894         (gnus-article-save-original-date): New function.
12895         (gnus-display-mime): Use it.
12896
12897 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12898
12899         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12900         enclosure element of <item>.
12901
12902 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * message.el (message-kill-buffer-query): Renamed from
12905         `message-kill-buffer-query-if-modified'.  Added :version.
12906
12907 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12910         window layout.
12911
12912 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mml.el: Autoload dnd when compiling.
12915
12916 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12919         x-dnd-*.
12920
12921 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * qp.el (quoted-printable-encode-region): Save excursion.
12924
12925 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12926
12927         * message.el (message-kill-buffer-query-if-modified): Add new variable
12928         so the user can kill a modified message buffer quickly.
12929         (message-kill-buffer): Use it.
12930
12931 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * lpath.el: Fbind display-time-event-handler; don't fbind
12934         string-to-multibyte.
12935
12936         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12937
12938 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12941         contained in text because xml.el decodes entities) with LFs.
12942
12943 2005-04-11  Lute Kamstra  <lute@gnu.org>
12944
12945         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12946         differently.
12947
12948 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         * mm-util.el (mm-detect-coding-region): Typo.
12951
12952 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12955
12956 2005-04-06  Deepak Goel  <deego@gnufans.org>
12957
12958         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12959         user-function allow user modifications of the scores.
12960         (spam-stat-score-buffer-user): New function, to allow
12961         user-computed modifications to the score.
12962         (spam-stat-score-buffer-user-functions): List of additional
12963         scoring functions.
12964         (spam-stat-error-holder): Global temporary error holder.
12965         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12966         variable.
12967
12968 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12969
12970         * gnus-registry.el (gnus-registry-clean-empty-function)
12971         (gnus-registry-trim, gnus-registry-fetch-groups)
12972         (gnus-registry-delete-group): Groups that match
12973         `gnus-registry-ignored-groups' are removed from the registry
12974         entries, not just ignored for splitting.  This helps clean up the
12975         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12976         to get all the groups a message ID is in.
12977
12978         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12979         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12980         (spam-stat-score-buffer-user-functions): Add :number custom type.
12981
12982 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12985         argument in XEmacs.
12986
12987         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12988         (nnrss-request-group): Decode group name first.
12989         (nnrss-request-article): Make a text/plain article if mml-to-mime
12990         failed.
12991         (nnrss-get-encoding): Return a compatible encoding according to
12992         nnrss-compatible-encoding-alist.
12993         (nnrss-find-el): Use consp instead of listp.
12994         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12995
12996 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12999         which Emacs 20 doesn't support.
13000         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13001
13002 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13005         silence the byte compiler inside the defun.
13006
13007         * gnus-demon.el (parse-time-string): Add autoload.
13008
13009         * gnus-delay.el (parse-time-string): Add autoload.
13010
13011         * gnus-art.el (parse-time-string): Add autoload.
13012
13013         * nnultimate.el (parse-time): Require for `parse-time-string'.
13014
13015 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13018
13019         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13020
13021         * smime.el (smime-ldap-host-list): Add :version.
13022
13023 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13026         pass it to `gnus-browse-read-group'.
13027         (gnus-browse-read-group): Add NUMBER argument and pass it to
13028         `gnus-group-read-ephemeral-group'.
13029
13030         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13031         argument and pass it to `gnus-group-read-group'.
13032
13033 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13034
13035         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13036         mm-xemacs-find-mime-charset-1 if we have the mule feature
13037         available at runtime.
13038
13039 2005-03-25  Werner Lemberg  <wl@gnu.org>
13040
13041         * nnmaildir.el: Replace `illegal' with `invalid'.
13042
13043 2005-03-23  Lute Kamstra  <lute@gnu.org>
13044
13045         * time-date.el: Add comment on time value formats.
13046         Don't require parse-time.
13047         (with-decoded-time-value): New macro.
13048         (encode-time-value): New function.
13049         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13050         (days-to-time): Return a valid time value when arg is huge.
13051         (time-since): Use time-subtract.
13052         (time-to-number-of-days): Use time-to-seconds.
13053
13054 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13055
13056         * gnus-start.el (gnus-display-time-event-handler):
13057         Check display-time-timer at runtime rather than only at load time
13058         in case display-time-mode is turned off in the mean time.
13059
13060 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13063         used.
13064
13065         * nneething.el (nneething-map-file-directory): Derive from
13066         `gnus-directory'.
13067
13068         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13069         the To/Cc button.
13070
13071 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * nnmaildir.el (nnmaildir-request-accept-article):
13074         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13075
13076 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13077
13078         * gnus-async.el: Require timer-funcs at compile time when in
13079         XEmacs for `run-with-idle-timer'.
13080
13081 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13082
13083         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13084         autoloaded function.
13085
13086 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13089
13090 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13091
13092         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13093
13094 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13097         gnus-expert-user to default.
13098
13099 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13100
13101         * nnimap.el (nnimap-open-server): Ditto.
13102
13103         * imap.el (imap-authenticate): Fix typo.
13104
13105 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13106
13107         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13108         buffer (since IMAP server might return FETCH response out of
13109         order, and the nntp buffer must be sorted).
13110
13111 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13112
13113         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13114         comparison on string.
13115
13116         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13117         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13118         (gnus-agent-summary-fetch-series): Modified to protect against
13119         gnus-agent-summary-fetch-group clearing processable flags.
13120         (gnus-agent-synchronize-group-flags): Update live group buffer as
13121         synchronization may occur due to the user toggle the plugged
13122         status.
13123         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13124         successfully downloaded.
13125         (gnus-agent-expire-group-1): Avoid using markers when the overview
13126         is in ascending order; greatly improves performance.
13127         (gnus-agent-regenerate-group): Use
13128         gnus-agent-synchronize-group-flags to reset read status in both
13129         gnus and server.
13130         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13131
13132 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * message.el: Don't autoload former message-utils variables.
13135         (message-strip-subject-trailing-was): Change doc string.
13136
13137         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13138         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13139         (nnweb-google-search): Add "hl=en" here.
13140         (nnweb-google-parse-1, nnweb-google-create-mapping):
13141         Don't hardcode URL.
13142
13143 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * message.el (message-get-reply-headers, message-followup):
13146         Mention related variables `message-use-followup-to' and
13147         `message-use-mail-followup-to', in the information buffer.
13148
13149         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13150         of broken groups(-beta).google.com.
13151
13152 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13153
13154         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13155         parameter to invoked gnus-request-move-article; remove the
13156         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13157         all at once instead of once per article.
13158         (gnus-summary-remove-process-mark): Accept a list of articles as
13159         well as a single article for processing.
13160
13161         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13162         parameter.
13163
13164         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13165
13166         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13167
13168         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13169         parameter.
13170
13171         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13172         parameter.
13173
13174         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13175         parameter and remove the gnus-sum-hint-move-is-internal variable.
13176
13177         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13178         parameter.
13179
13180         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13181         parameter.
13182
13183         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13184         parameter.
13185
13186         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13187
13188         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13189         parameter.
13190
13191         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13192         parameter.
13193
13194 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13195
13196         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13197         a more conservative way.
13198
13199 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13200
13201         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13202         buffer, so it moves the window's cursor.
13203
13204 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13205
13206         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13207         `mm-dissect-multipart' and receive the from field as an (optional)
13208         argument from `mm-dissect-multipart'.
13209         (mm-dissect-multipart): Receive the from field as an argument and
13210         pass it on when we call `mm-dissect-buffer' on MIME parts.
13211         Fixes verification/decryption of signed/encrypted MIME parts.
13212
13213 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13214
13215         * gnus-sum.el (gnus-summary-move-article): Set
13216         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13217         whatever it calls (right now, only nnimap-request-move article
13218         respects it).
13219
13220         * nnimap.el (nnimap-request-move-article): When
13221         gnus-sum-hint-move-is-internal is set, don't do the extra
13222         nnimap-request-article.
13223
13224 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13227
13228         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13229         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13230
13231         * gnus-sum.el (gnus-summary-caesar-message):
13232         Apply `gnus-treat-article' after rotation.
13233
13234         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13235         doc string.
13236
13237 2005-02-22  Simon Josefsson  <jas@extundo.com>
13238
13239         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13240         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13241         <arne@arnested.dk>.
13242         (encrypt): Add password-cache and password-cache-expiry as group
13243         members.
13244
13245 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13246
13247         * smime.el (smime-ldap-host-list): Doc fix.
13248         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13249         cache) password.
13250         (smime-sign-region): Use it.
13251         (smime-decrypt-region): Use it.
13252         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13253         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13254         fails.
13255         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13256         certificate from DER to PEM format rather than calling openssl.
13257
13258         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13259
13260         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13261         for signing/encryption.
13262
13263         * mml.el (mml-parse-1): Use them.
13264
13265 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13266
13267         * nnrss.el (nnrss-verbose): Removed.
13268         (nnrss-request-group): Use `nnheader-message' instead.
13269
13270 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13271
13272         * nnrss.el (nnrss-verbose): New variable.
13273         (nnrss-request-group): Make it say nnrss is requesting a group.
13274
13275 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13278         Handle news URL with given port correctly.
13279
13280 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13283         containing special characters.
13284
13285         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13286
13287         * mml.el (mime-to-mml): Ditto.
13288
13289         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13290         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13291         (rfc2047-decode-region): Quote decoded words containing special
13292         characters when rfc2047-quote-decoded-words-containing-tspecials
13293         is non-nil.
13294
13295 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13296
13297         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13298
13299         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13300
13301 2005-02-15  Simon Josefsson  <jas@extundo.com>
13302
13303         * nnimap.el (nnimap-debug): Doc fix.
13304
13305         * imap.el (imap-debug): Doc fix.
13306
13307 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13310
13311 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13312
13313         * gnus.el (spam-contents): Improve docs for spam-contents
13314         parameter in its variable incarnation.
13315
13316 2005-02-14  Simon Josefsson  <jas@extundo.com>
13317
13318         * smime-ldap.el: Use require instead of load-library for ldap.
13319         (smime-ldap-search): Indent.
13320         (smime-ldap-search-internal): Shorten line.
13321
13322         * smime.el (smime-cert-by-dns): Add doc-string.
13323         (smime-cert-by-ldap-1): Indent.
13324
13325         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13326         mml-smime-get-dns-ldap.
13327         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13328
13329 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13330
13331         * smime.el: Require smime-ldap.
13332         (smime-ldap-host-list): New variable.
13333         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13334
13335         * mml-smime.el (mml-smime-encrypt-query): New function.
13336         (mml-smime-encrypt-query): Use it.
13337
13338         * smime-ldap.el: New file.
13339
13340 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13343
13344 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13347         argument in doc string.  Make query for type more clear.
13348
13349 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus.el (gnus-group-startup-message): Search for gnus images in
13352         etc/images/gnus.
13353         * mm-util.el (mm-image-load-path): Likewise.
13354         * smiley.el (smiley-data-directory): Search for smilies in
13355         etc/images/smilies.
13356
13357 2005-02-09  Kim F. Storm  <storm@cua.dk>
13358
13359         Change Emacs release version from 21.4 to 22.1 throughout.
13360         Change Emacs development version from 21.3.50 to 22.0.50.
13361
13362 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13365
13366         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13367         non-Mule XEmacs as well.
13368         (mm-decompress-buffer): Signal an error intentionally if it does
13369         not decompress compressed data because auto-compression-mode is
13370         disabled.
13371
13372 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13373
13374         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13375         an ID in the registry even if it has no groups.
13376
13377 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13380         merge it into mm-decompress-buffer.
13381         (gnus-mime-copy-part): Use the MIME part charset, the value which
13382         a user specified or gnus-newsgroup-charset for decoding, like
13383         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13384         save-buffer what was used.  Suggested by Kevin Ryde
13385         <user42@zip.com.au>.
13386         (gnus-mime-inline-part): Allow the name parameter as well as the
13387         filename parameter; force decompressing of compressed data; always
13388         display contents being not decoded as unibyte.
13389
13390         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13391         as well as the filename parameter.
13392
13393         * mm-util.el (mm-decompress-buffer): Merge
13394         gnus-mime-jka-compr-maybe-uncompress.
13395         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13396         of compressed data.
13397
13398 2005-02-08  Simon Josefsson  <jas@extundo.com>
13399
13400         * imap.el (imap-log): Doc fix.
13401
13402 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13405         the coding cookies; decompress compressed parts.
13406
13407         * mml.el (mml-generate-mime-1): Add the charset parameter according
13408         to the value which a user specified manually or the coding cookie.
13409
13410         * mm-util.el (mm-string-to-multibyte): New function.
13411         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13412         (mm-coding-system-to-mime-charset): New function.
13413         (mm-decompress-buffer): New function.
13414         (mm-find-buffer-file-coding-system): New function.
13415
13416         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13417         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13418         parts.
13419
13420 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13421
13422         * mm-view.el (mm-display-inline-fontify): Decode a part according
13423         to the charset parameter.
13424
13425 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13428         prefix arg is neither nil nor a number, as info specifies.
13429
13430 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13433         timestamps.
13434
13435 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13436
13437         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13438         groups error checking and notify user.
13439
13440 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13441
13442         * message.el (message-send-mail-function): Check existence of
13443         sendmail-program first before using default value
13444         `message-send-mail-with-sendmail'.  Otherwise use more generic
13445         `smtpmail-send-it'.
13446
13447 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * nntp.el (nntp-request-update-info): Always return nil.
13450
13451 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13452
13453         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13454
13455 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13456
13457         * message.el (message-beginning-of-line): Change the behavior when
13458         invoked between BOL and : so that it first moves backward.
13459
13460 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13463         article buffer when editing of the article is discarded.
13464         (gnus-article-prepare): Revert.
13465
13466 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-art.el (gnus-article-prepare):
13469         Remove message-strip-forbidden-properties from the local hook.
13470
13471 2005-01-27  Simon Josefsson  <jas@extundo.com>
13472
13473         * password.el (password-cache-add): Only start one timer per key.
13474         Reported by Derek Atkins <warlord@MIT.EDU>.
13475
13476 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13477
13478         * run-at-time.el: Removed.  It is no longer needed as
13479         timer-funcs.el in the xemacs-base package has a working version of
13480         `run-at-time'.
13481
13482         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13483
13484         * password.el: Require timer-funcs instead of run-at-time in
13485         XEmacs.
13486         Remove `password-run-at-time' macro.
13487         (password-cache-add): Use `run-at-time' instead of
13488         `password-run-at-time'.
13489
13490         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13491         Remove `nnheader-cancel-function-timers' alias,
13492         `cancel-function-timers' exists in XEmacs in timer-funcs.
13493
13494         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13495         for `run-with-idle-timer'.
13496
13497         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13498         for `run-at-time'.
13499
13500         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13501         for `with-timeout'.
13502
13503         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13504         the same as for XEmacs 21.4.
13505         No need to ignore `run-with-idle-timer', this function exists in
13506         XEmacs now in timer-funcs.el in the xemacs-base package.
13507         (dgnushack-compile): No need to delete
13508         run-at-time.el from the list of files to compile because it
13509         doesn't exist anymore.
13510
13511 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13514         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13515
13516 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13517
13518         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13519         sensitively.
13520
13521 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13522
13523         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13524
13525 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13528         which will be inserted according to the multibyteness of a buffer
13529         rather than the type of contents.  Suggested by ARISAWA Akihiro
13530         <ari@mbf.ocn.ne.jp>.
13531
13532         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13533         of string which old xml.el may return rather than a string.
13534
13535 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13538
13539 2005-01-16  Simon Josefsson  <jas@extundo.com>
13540
13541         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13542         idn/idna.el isn't available.
13543         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13544         <michael@waxrat.com>.
13545
13546         * hashcash.el: Remove non-FSF copyright header.
13547
13548         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13549         (hashcash-generate-payment): Use it.
13550         (hashcash-generate-payment-async): Use it.
13551
13552 2005-01-15  Simon Josefsson  <jas@extundo.com>
13553
13554         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13555         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13556
13557         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13558         gnus-summary-idna-message.
13559         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13560         (gnus-summary-idna-message): New function.
13561
13562 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13565         gnus-novice-user.
13566
13567 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * nnrss.el (nnrss-request-delete-group): Delete entries in
13570         nnrss-group-alist as well.
13571         (nnrss-save-server-data): Insert newline.
13572
13573 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * gnus.el (gnus-user-agent): Use list of symbols instead of
13576         symbols.  Display full version number for (S)XEmacs.  Optionally
13577         display (S)XEmacs codename.
13578
13579         * gnus-util.el (gnus-emacs-version): Update for new
13580         `gnus-user-agent'.
13581
13582         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13583         Gnus version.
13584
13585 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13588         which is unreadable in some setups.
13589
13590 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-spec.el (gnus-update-format-specifications): Flush the
13593         group format spec cache if it doesn't support decoded group names.
13594
13595 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13598         Allow to apply decay on score files matching a regexp.
13599
13600 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13603         compatibility in %g and %c.
13604
13605 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13608         name for only %g and %c.
13609         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13610         of gnus-tmp-group to decoded group name.
13611         (gnus-group-make-rss-group): Exclude `/'s from group names.
13612
13613 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * nnrss.el (nnrss-get-encoding): Fix regexp.
13616
13617 2004-12-27  Simon Josefsson  <jas@extundo.com>
13618
13619         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13620         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13621         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13622
13623 2004-12-17  Kim F. Storm  <storm@cua.dk>
13624
13625         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13626
13627         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13628
13629 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13630
13631         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13632
13633 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * nnrss.el: Require rfc2047 and mml.
13636         (nnrss-file-coding-system): New variable.
13637         (nnrss-format-string): Redefine it as an inline function.
13638         (nnrss-decode-group-name): New function.
13639         (nnrss-string-as-multibyte): Remove.
13640         (nnrss-retrieve-headers): Decode group name; don't use
13641         nnrss-format-string.
13642         (nnrss-request-group): Decode group name.
13643         (nnrss-request-article): Decode group name; allow a Message-ID as
13644         well as an article number; don't use nnrss-format-string; encode a
13645         Message-ID string which may contain non-ASCII characters; use
13646         mml-to-mime to compose a MIME article.
13647         (nnrss-request-expire-articles): Decode group name.
13648         (nnrss-request-delete-group): Decode group name.
13649         (nnrss-fetch): Clarify error message.
13650         (nnrss-read-server-data): Use insert-file-contents instead of load;
13651         bind file-name-coding-system; use multibyte buffer.
13652         (nnrss-save-server-data): Bind coding-system-for-write to the
13653         value of nnrss-file-coding-system; bind file-name-coding-system;
13654         add coding cookie.
13655         (nnrss-read-group-data): Use insert-file-contents instead of load;
13656         bind file-name-coding-system; use multibyte buffer.
13657         (nnrss-save-group-data): Bind coding-system-for-write to the
13658         value of nnrss-file-coding-system; bind file-name-coding-system.
13659         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13660         make it work with non-ASCII text.
13661         (nnrss-find-el): Make it work with old xml.el as well.
13662
13663 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13664
13665         * nnrss.el (nnrss-get-encoding): New function.
13666         (nnrss-fetch): Use unibyte buffer initially; bind
13667         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13668         decode contents according to the encoding attribute.
13669         (nnrss-save-group-data): Add coding cookie.
13670         (nnrss-mime-encode-string): New function.
13671         (nnrss-check-group): Use it to encode subject and author.
13672
13673 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13676         imaginary variable.
13677
13678 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13681         correctly even if there are wide characters.
13682
13683 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13684
13685         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13686         downcased symbol names; make a new cache instead of reusing
13687         bbdb-hashtable.
13688
13689 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13692         concatenating segments rather than before concatenating them.
13693         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13694
13695         * message.el (message-get-reply-headers): Bind `extra'.
13696
13697 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13698
13699         * message.el (message-extra-wide-headers): New variable.
13700         (message-get-reply-headers): Use it.
13701
13702 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13705         (gnus-agent-group-pathname): Ditto.
13706
13707         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13708
13709         * gnus-group.el (gnus-group-make-group): Decode group name.
13710         (gnus-group-make-rss-group): Register the group data after opening
13711         the nnrss group.
13712
13713 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13714
13715         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13716         by expiry now get marked as read.
13717
13718 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13721
13722 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13723
13724         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13725         unify Latin characters in XEmacs.
13726         (mm-find-mime-charset-region): Use it.
13727
13728 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-util.el (gnus-delete-directory): New function.
13731
13732         * gnus-agent.el (gnus-agent-delete-group): Use it.
13733
13734         * gnus-cache.el (gnus-cache-delete-group): Use it.
13735
13736 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13739         names.
13740
13741 2004-12-16  Simon Josefsson  <jas@extundo.com>
13742
13743         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13744
13745 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13748
13749         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13750         (gnus-group-set-current-level): Decode group name.
13751
13752 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13753
13754         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13755         failed.
13756
13757 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-group.el (gnus-group-delete-group): Decode group name.
13760         (gnus-group-make-rss-group): Encode group name.
13761         (gnus-group-catchup-current): Decode group name.
13762         (gnus-group-kill-group): Decode group name.
13763
13764 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13765
13766         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13767
13768 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-group.el (gnus-group-make-rss-group):
13771         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13772
13773         * gnus-start.el (gnus-setup-news): Honor user's setting to
13774         gnus-message-archive-method.  Suggested by Lute Kamstra
13775         <lute@gnu.org>.
13776
13777 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13778
13779         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13780         global counterparts of the buffer-local variables.
13781
13782 2004-11-16  Romain Francoise  <romain@orebokech.com>
13783
13784         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13785         counterparts of the buffer-local variables.
13786
13787 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * message.el (message-forbidden-properties): Fixed typo in doc
13790         string.
13791
13792 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus-util.el (gnus-replace-in-string): Added doc string.
13795
13796         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13797         to avoid problems when splitting mails with many recipients.
13798
13799 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13800
13801         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13802         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13803
13804 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13805
13806         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13807         if there is no hashtable in memory or file modification time is
13808         newer than cached timestamp.
13809
13810 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13813         not-matching option.
13814
13815 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13818         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13819         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13820         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13821         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13822         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13823
13824 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * message.el (message-forward-make-body-mml): Remove headers
13827         according to message-forward-ignored-headers if a message is decoded.
13828
13829 2004-12-02  Romain Francoise  <romain@orebokech.com>
13830
13831         * message.el (message-forward-make-body-plain): Always remove
13832         headers according to message-forward-ignored-headers.
13833
13834 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13835
13836         * spam.el (spam-summary-prepare-exit): Remove the
13837         gnus-summary-limit pop for now, it has problems with ham marks for
13838         me.
13839
13840 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13841
13842         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13843         correctly.
13844
13845 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13846
13847         * format-spec.el (format-spec): Message the char.
13848
13849 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13850
13851         * gnus-art.el (gnus-split-methods): Reformat comments.
13852
13853         * spam.el (spam-summary-prepare-exit): Remove article limits
13854         before exiting the summary buffer.
13855
13856 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13859         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13860
13861         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13862         order to silence the byte compiler.
13863
13864         * spam.el: Fix the way to silence the byte compiler, which
13865         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13866         bbdb-search-simple, spam-BBDB-register-routine,
13867         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13868         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13869         spam-stat-buffer-is-spam, spam-stat-load,
13870         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13871         spam-stat-save and spam-stat-split-fancy.
13872
13873 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13876         which may confuse users.
13877         (canlock-password-for-verify): Ditto.
13878
13879         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13880
13881         * gnus-art.el (gnus-emphasis-alist): Ditto.
13882
13883         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13884
13885         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13886
13887         * gnus-start.el (gnus-save-killed-list): Ditto.
13888
13889         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13890         (gnus-sum-thread-tree-root): Ditto.
13891         (gnus-sum-thread-tree-false-root): Ditto.
13892         (gnus-sum-thread-tree-single-indent): Ditto.
13893
13894         * message.el (message-courtesy-message): Ditto.
13895         (message-archive-note): Ditto.
13896         (message-subscribed-address-file): Ditto.
13897         (message-user-fqdn): Ditto.
13898
13899         * spam-report.el (spam-report-gmane-regex): Ditto.
13900
13901         * spam.el (spam-blackhole-good-server-regex): Ditto.
13902
13903 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * mml.el (mml-preview): Widen the message buffer before copying
13906         the contents to the preview buffer; sort headers before previewing.
13907
13908         * message.el (message-hidden-headers): Fix the way to avoid a bug
13909         in the `repeat' widget in Emacs 21.3 or earlier.
13910
13911 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * message.el (message-hidden-headers): Default to "^References:".
13914         Improve customization type.  Suggested by Reiner Steib
13915         <Reiner.Steib@gmx.de>.
13916
13917 2004-11-25  Romain Francoise  <romain@orebokech.com>
13918
13919         * message.el (message-strip-forbidden-properties): Remove check for
13920         obsolete `message-hidden' text property, hidden headers are not
13921         accessible in the buffer anymore.
13922
13923 2004-11-22  Romain Francoise  <romain@orebokech.com>
13924
13925         * message.el (message-header-format-alist): Add `From' in list
13926         so that it can be sorted.
13927         (message-fix-before-sending): Widen and sort headers before
13928         sending.
13929         (message-hide-headers): Use narrowing to hide headers by moving
13930         them to the top of the buffer and narrowing to the region
13931         underneath.
13932
13933 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934
13935         * message.el (message-strip-forbidden-properties): Bind
13936         buffer-read-only (etc) to nil.
13937
13938 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13941         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13942
13943 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13944
13945         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13946
13947 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948
13949         * dns.el (query-dns): Use sit-for to time instead of
13950         accept-process-output, since that doesn't seem to work on udp
13951         sockets.
13952
13953 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13956
13957 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13958
13959         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13960         doc string.  Improve doc string.
13961
13962 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * nntp.el (nntp-request-update-info): Return nil if
13965         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13966         may not call gnus-activate-group which uselessly issues the GROUP
13967         commands for all nntp groups and wastes time.  Reported by Romain
13968         Francoise <romain@orebokech.com>.
13969
13970         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13971
13972 2004-11-15  Simon Josefsson  <jas@extundo.com>
13973
13974         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13975         headers separately.
13976         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13977         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13978
13979 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * gnus-start.el (gnus-convert-old-newsrc):
13982         Assign legacy-gnus-agent to 5.10.7.
13983
13984 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13985
13986         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13987         start of the lines.
13988
13989 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13990
13991         * hashcash.el (hashcash-default-payment): Change default to 20.
13992         (hashcash-default-accept-payment): Change default to 20.
13993         (hashcash-process-alist): New variable.
13994         (hashcash-generate-payment-async): Add.
13995         (hashcash-already-paid-p): Add.
13996         (hashcash-insert-payment): Don't generate payments twice.
13997         (hashcash-insert-payment-async): Add.
13998         (hashcash-insert-payment-async-2): Add.
13999         (hashcash-cancel-async): Add.
14000         (hashcash-wait-async): Add.
14001         (hashcash-processes-running-p): Add.
14002         (hashcash-wait-or-cancel): Add.
14003         (mail-add-payment): New optional argument.  Conditionally start
14004         asynchronous calculation.
14005         (mail-add-payment-async): Add.
14006
14007         * message.el (message-send-mail): Wait for asynchronous hashcash
14008         results.  Don't clobber existing X-Hashcash headers.
14009         (message-setup-1): Call mail-add-payment-async when
14010         message-generate-hashcash is non-nil.
14011
14012 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14013
14014         * message.el (message-use-alternative-email-as-from): Examine the
14015         From header as well; use message-make-from in order to include a
14016         user's full name.
14017
14018 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14021         default; improve customization type.
14022         (gnus-emphasis-custom-with-format): New macro.
14023         (gnus-emphasis-custom-value-to-external): New function.
14024         (gnus-emphasis-custom-value-to-internal): New function.
14025
14026 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14027
14028         * dns.el (query-dns): Resolve reverse addresses.
14029
14030 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14031
14032         * gnus-group.el (gnus-group-get-new-news): Use it.
14033
14034         * gnus-start.el (gnus-check-reasonable-setup): New function.
14035
14036 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14039         "Args out of range" error.  Reported by Arnaud Giersch
14040         <arnaud.giersch@free.fr>.
14041
14042 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14043
14044         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14045
14046 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14047
14048         * spam.el (spam group): Add :version.
14049
14050         * pgg-def.el (pgg group): Add :version.
14051
14052 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-art.el (gnus-article-edit-article): Don't associate the
14055         article buffer with a draft file.  This is a temporary measure
14056         against the 2004-08-22 change to gnus-article-edit-mode.
14057
14058 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14061         (html2text-format-tags): Remove unused variable `attr'.
14062
14063 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14066
14067         * tls.el (tls-process-connection-type, tls-success)
14068         (tls-certtool-program): Add :version.
14069
14070         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14071         (starttls-extra-arguments, starttls-process-connection-type)
14072         (starttls-connect, starttls-failure, starttls-success): Add :version.
14073
14074         * spam-stat.el (spam-stat): Add :version.
14075
14076         * sieve.el (sieve): Add :version.
14077
14078         * sha1.el (sha1): Add :version.
14079         (sha1-use-external): Remove redundant version.
14080
14081         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14082         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14083         (nnmail-split-fancy-match-partial-words)
14084         (nnmail-split-lowercase-expanded): Add :version.
14085
14086         * nndiary.el (nndiary): Add :version.
14087
14088         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14089
14090         * mml-sec.el (mml-default-sign-method)
14091         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14092         Add :version.
14093
14094         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14095
14096         * mm-url.el (mm-url-use-external, mm-url-program)
14097         (mm-url-arguments): Add :version.
14098
14099         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14100         (mm-attachment-file-modes, mm-decrypt-option)
14101         (mm-w3m-safe-url-regexp): Add :version.
14102
14103         * message.el (message-cite-prefix-regexp)
14104         (message-sendmail-envelope-from, message-minibuffer-local-map)
14105         (message-user-fqdn, message-completion-alist): Add :version.
14106
14107         * gnus-win.el (gnus-configure-windows-hook)
14108         (gnus-use-frames-on-any-display): Add :version.
14109
14110         * gnus-art.el (gnus-article-address-banner-alist)
14111         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14112         (gnus-treat-from-picon, gnus-treat-mail-picon)
14113         (gnus-treat-x-pgp-sig): Add :version.
14114
14115         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14116         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14117         (gnus-summary-article-delete-hook)
14118         (gnus-summary-display-while-building): Add :version.
14119
14120         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14121         (gnus-get-top-new-news-hook): Add :version.
14122
14123         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14124         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14125
14126         * gnus-registry.el (gnus-registry): Add :version.
14127
14128         * gnus-spec.el (gnus-use-correct-string-widths)
14129         (gnus-make-format-preserve-properties): Add :version.
14130
14131         * gnus.el (gnus-group-charter-alist)
14132         (gnus-group-fetch-control-use-browse-url)
14133         (gnus-install-group-spam-parameters): Add :version.
14134
14135         * gnus-diary.el (gnus-diary): Add :version.
14136
14137         * gnus-delay.el (gnus-delay): Add :version.
14138
14139         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14140         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14141         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14142         Add :version.
14143
14144         * gnus-agent.el (gnus-agent-max-fetch-size)
14145         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14146         (gnus-agent-prompt-send-queue): Add :version.
14147
14148         * deuglify.el (gnus-outlook-deuglify): Add :version.
14149
14150         * html2text.el: Beautify code.  Improve doc strings.  Some
14151         checkdoc cleanup.
14152         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14153
14154 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14155
14156         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14157
14158 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14159
14160         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14161         when package is loaded.
14162
14163         * spam.el (spam-summary-score-preferred-header): Add global preference
14164         for people who want to override the default SpamAssassin over
14165         Bogofilter preference (when both are set).
14166         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14167         (spam-user-format-function-S): Check
14168         spam-summary-score-preferred-header.
14169         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14170         (spam-user-format-function-S): Format the score correctly.
14171
14172 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14175         signature file.  Suggested by Manoj Srivastava
14176         <srivasta@golden-gryphon.com>.
14177
14178         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14179         iso-2022-jp even in the Japanese language environment.
14180         Suggested by Jason Rumney <jasonr@gnu.org>.
14181
14182 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14185         use the same characters as the dummy marks; make it free from
14186         getting affected by the language environment.
14187         (gnus-summary-read-group-1): Update mark positions only when the
14188         format spec is updated.
14189
14190         * gnus-spec.el (gnus-update-format-specifications): Return a list
14191         of updated types.
14192
14193 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14196         of boundp to check if display-warning is available.
14197
14198 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14201
14202 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * nnspool.el (nnspool-spool-directory): Use news-path if the
14205         news-directory variable is not bound.
14206
14207         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14208         function instead of display-warning if it is not available.
14209
14210 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14213         v5-10: Use `point-at-bol'.
14214
14215 2004-10-26  Simon Josefsson  <jas@extundo.com>
14216
14217         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14218         <chenggao@gmail.com>.
14219
14220 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14223         instead.
14224
14225 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14226
14227         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14228         to remove a server from the nnimap-server-buffer-alist.
14229         (nnimap-open-connection, nnimap-close-server): Use it.
14230
14231         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14232
14233 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14236         running the major-mode function.
14237
14238 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14241         dummy marks in the right way.
14242
14243 2004-10-18  David Edmondson  <dme@dme.org>
14244
14245         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14246         excessively.
14247
14248 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14249
14250         * gnus-util.el (gnus-split-references): Accept a nil references
14251         string and go on blissfully.
14252
14253         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14254         cases where the references string is non-nil but has no references.
14255
14256         * encrypt.el: Add autoload tags.
14257
14258         * spam.el (spam-resolve-registrations-routine): Remove article
14259         from unregistration list too.  Reported by David Hanak
14260         <dhanak@isis.vanderbilt.edu>
14261
14262 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14265         nil.  Changed custom type.
14266
14267 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14270
14271         * gnus-sum.el (gnus-summary-move-article): Use it.
14272
14273 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * encrypt.el: Add autoload cookies.
14276
14277         * spam.el (spam-backend-article-list-property)
14278         (spam-backend-get-article-todo-list)
14279         (spam-backend-put-article-todo-list)
14280         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14281         Resolve registrations separately.
14282         (spam-register-routine): Format comments.
14283         (spam-unregister-routine, spam-register-routine): Always call with
14284         specific-articles, no default list.
14285         (spam-summary-prepare-exit): Use the spam-classifications function.
14286
14287         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14288         gnus-encrypt.el.
14289
14290         * encrypt.el: Copied from gnus-encrypt.el.
14291
14292         * gnus-encrypt.el: Commented that it's obsolete.
14293
14294 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14297         (gnus-score-save): Use it.
14298
14299         * message.el (message-bury): Use `window-dedicated-p'.
14300
14301 2004-10-15  Simon Josefsson  <jas@extundo.com>
14302
14303         * pop3.el (top-level): Don't require nnheader.
14304         (pop3-read-timeout): Add.
14305         (pop3-accept-process-output): Add.
14306         (pop3-read-response, pop3-retr): Use it.
14307
14308 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14309
14310         * spam.el (spam-register-routine): Move comment.
14311         (spam-verify-bogofilter): Use 'unknown for the initial
14312         spam-bogofilter-valid state, not 'never.
14313
14314         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14315         for netrc-machine.
14316
14317         * nnimap.el (nnimap-open-connection): Use
14318         netrc-machine-user-or-password.
14319
14320 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14321
14322         * gnus-registry.el (gnus-registry-unload-hook):
14323         Set as a variable with add-hook.
14324
14325         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14326         of news-path.
14327
14328         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14329
14330         * spam.el: Delete duplicate `provide'.
14331         (spam-unload-hook): Set as a variable with add-hook.
14332
14333 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14336         in the doc string.
14337
14338         * message.el (message-ignored-news-headers)
14339         (message-ignored-supersedes-headers)
14340         (message-ignored-resent-headers)
14341         (message-forward-ignored-headers): Improve custom type.
14342
14343 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * message.el (message-tokenize-header): Fix 2004-09-06 change
14346         which used point-min in the wrong place.
14347
14348 2004-10-12  Simon Josefsson  <jas@extundo.com>
14349
14350         * tls.el (tls-certtool-program): New variable.
14351         (tls-certificate-information): New function, based on
14352         ssl-certificate-information.
14353
14354 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * compface.el: Move the version of ELisp-based uncompface program
14357         to the contrib directory because of the copyright problem.
14358
14359 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * message.el (message-kill-buffer): Raise the current frame.
14362
14363 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14366
14367         * gnus.el (message-y-or-n-p): Autoload.
14368
14369         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14370         (pop3-password-required, pop3-authentication-scheme)
14371         (pop3-leave-mail-on-server): Made customizable.
14372         (pop3): New custom group.
14373         (pop3-retr): Remove `sleep-for' statements.
14374         Suggested by Dave Love <fx@gnu.org>.
14375
14376         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14377         Windows/DOS.
14378
14379         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14380         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14381         Dave Love <fx@gnu.org>.
14382
14383         * mml.el (mml-minibuffer-read-disposition): Require match.
14384         Suggested by Dave Love <fx@gnu.org>.
14385
14386 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14389         doc string.
14390
14391 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14394
14395 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14396
14397         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14398         instead of calling `mm-insert-inline', to decode text/* parts
14399         before displaying them.
14400
14401 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * mm-uu.el (mm-uu-text-plain-type): New variable.
14404         (mm-uu-pgp-signed-extract-1): Use it.
14405         (mm-uu-pgp-encrypted-extract-1): Use it.
14406         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14407         bind mm-uu-text-plain-type with that value.
14408         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14409         mm-uu-dissect.
14410
14411 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-group.el (gnus-update-group-mark-positions):
14414         * gnus-sum.el (gnus-update-summary-mark-positions):
14415         * message.el (message-check-news-body-syntax):
14416         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14417         of string-as-multibyte.
14418
14419 2004-10-05  Juri Linkov  <juri@jurta.org>
14420
14421         * gnus-group.el (gnus-update-group-mark-positions):
14422         * gnus-sum.el (gnus-update-summary-mark-positions):
14423         * message.el (message-check-news-body-syntax):
14424         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14425         8-bit unibyte values to a multibyte string for search functions.
14426
14427 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14430         (mm-uu-dissect-text-parts): New function.
14431
14432         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14433         dissect text parts.
14434
14435         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14436         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14437
14438         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14439
14440         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14441         gnus-current-topics instead of gnus-current-topic.
14442
14443 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14444
14445         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14446
14447 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14448
14449         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14450         where approriate.
14451
14452         * nnml.el (nnml-generate-active-info): do.
14453
14454         * nndiary.el (nndiary-generate-active-info): do.
14455
14456         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14457         (gnus-topic-move): do.
14458
14459         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14460         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14461
14462         * gnus-srvr.el (gnus-server-prepare)
14463         (gnus-server-open-all-servers): do.
14464
14465         * gnus-msg.el (gnus-summary-cancel-article)
14466         (gnus-summary-resend-message)
14467         (gnus-summary-mail-crosspost-complaint): do.
14468
14469         * gnus-move.el (gnus-change-server): do.
14470
14471         * gnus-group.el (gnus-group-unmark-all-groups)
14472         (gnus-group-set-current-level): do.
14473
14474 2004-10-04  Simon Josefsson  <jas@extundo.com>
14475
14476         * message.el (message-generate-hashcash): Doc fix.
14477
14478 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14479
14480         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14481         avoid infinite recursion via gnus-get-function.
14482
14483 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14486
14487         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14488
14489         * nnmail.el (nnmail-split-history): do.
14490
14491         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14492         (nnml-request-delete-group): do.
14493
14494         * nnslashdot.el (nnslashdot-read-groups): do.
14495
14496         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14497         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14498
14499         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14500         (nnspool-sift-nov-with-sed): Use last.
14501         (nnspool-retrieve-headers-with-nov): Use mapc.
14502         (nnspool-request-newgroups): Use dolist.
14503         (nnspool-request-group): Use last.
14504
14505         * nntp.el (nntp-read-server-type): Use dolist.
14506
14507         * nnvirtual.el (nnvirtual-create-mapping)
14508         (nnvirtual-update-read-and-marked): Use dolist.
14509         (nnvirtual-convert-headers): Simplify.
14510
14511 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14512
14513         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14514         support for sync'ing tick marks.
14515
14516 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14519         there's no visible header.
14520
14521 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14522
14523         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14524         necessary, pass full group name to gnus-request-set-marks.
14525
14526 2004-10-01  Simon Josefsson  <jas@extundo.com>
14527
14528         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14529         acroread.
14530
14531 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14532
14533         * spam-report.el (spam-report-gmane): Fix interactive.
14534
14535         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14536
14537         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14538         when writing file.
14539         (gnus-agent-synchronize-flags): Don't default to being
14540         interactive.
14541
14542 2004-09-30  Simon Josefsson  <jas@extundo.com>
14543
14544         * message.el (message-generate-hashcash): Add.
14545         (message-send-mail): Use it, call mail-add-payment.
14546
14547 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14550
14551 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14552
14553         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14554         gnus-requst-update-info with explicit code to sync the in-memory
14555         info read flags with the marks being sync'd to the backend.
14556
14557         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14558
14559 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14560
14561         * spam.el (spam-verify-bogofilter): Add new function.
14562         (spam-check-bogofilter)
14563         (spam-bogofilter-register-with-bogofilter): Use it.
14564         (spam-verify-bogofilter): Add small fixes.
14565
14566 2004-09-28  Simon Josefsson  <jas@extundo.com>
14567
14568         * hashcash.el (hashcash-generate-payment): Revert.
14569
14570 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14573         gnus-extract-references instead of gnus-split-references.
14574
14575         * gnus-util.el (gnus-extract-references): Add new function, analogous
14576         to gnus-split-references but extracts only the message-ID without
14577         anything extra.
14578
14579         * hashcash.el (hashcash-generate-payment)
14580         (hashcash-check-payment): Do the right thing if hashcash-path is
14581         nil (because the hashcash program could not be found).
14582
14583         * spam.el (spam-use-hashcash): Remove comment.
14584
14585 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14586
14587         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14588         (gnus-cache-enter-article, gnus-cache-remove-article)
14589         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14590
14591         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14592
14593         * gnus-art.el (article-hide-boring-headers)
14594         (article-translate-strings, article-display-face)
14595         (gnus-article-mime-match-handle-first)
14596         (gnus-article-highlight-headers)
14597         (gnus-article-add-buttons-to-head): do.
14598
14599 2004-09-27  Simon Josefsson  <jas@extundo.com>
14600
14601         * hashcash.el: New version, from
14602         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14603         ../contrib/.
14604
14605 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14608
14609 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14610
14611         * gnus-dup.el (gnus-dup-open): Use mapc.
14612         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14613
14614         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14615         Reported by Stefan Wiens <s.wi@gmx.net>.
14616
14617         * gnus.el (gnus-shutdown): Use dolist.
14618
14619         * gnus-undo.el (gnus-undo): Use mapc.
14620
14621         * nnrss.el (nnrss-generate-active): do.
14622
14623         * message.el (message-cite-original-without-signature)
14624         (message-cite-original): Use mapc.
14625         (message-do-actions, message-make-forward-subject): Use dolist.
14626
14627 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14628
14629         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14630         deletion to remove entire duplicate line.  Fixes merged article
14631         number bug.
14632
14633 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14634
14635         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14636         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14637         first ask if you want to open a server and then, even when you
14638         responded with no, asking if you want to synchronize the server's
14639         flags.
14640         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14641         multi-line expressions.
14642         (gnus-agent-synchronize-group-flags): New internal function.
14643         Updates marks in memory (in the info structure) AND in the
14644         backend.
14645
14646         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14647
14648         * nnagent.el (nnagent-request-set-mark): Use
14649         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14650         method, to ensure that synchronization updates marks in the
14651         backend and in the info (in memory) structure.
14652
14653 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14656         convention fully; don't miss the root article of a thread; make
14657         the X-Draft-From header with correct article numbers.
14658
14659 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14660
14661         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14662         unless plugged.  Disable the agent so that an open failure causes
14663         an error.
14664
14665         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14666         Reverted 2004-09-21 change.  The backend must be opened while
14667         synchronizing flags even when the backend stores the flags
14668         locally.
14669
14670 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14673         in `header' match.  Reported by Svend Tollak Munkejord.
14674
14675         * message.el (message-cite-original): Fix use of
14676         `message-cite-articles-with-x-no-archive'.
14677
14678 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14681         (gnus-window-to-buffer): Ditto.
14682
14683         * mml.el (mml-preview-buffer): New variable.
14684         (mml-preview): Manage window layout with gnus-buffer-configuration.
14685
14686         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14687         X-Draft-From header even if those articles aren't quoted.
14688
14689 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14690
14691         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14692         (gnus-request-set-mark, gnus-request-update-mark): Use new
14693         g-s-t-u-l-m to decide to use backend even when unplugged.
14694
14695 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14698         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14699
14700 2004-09-20  Simon Josefsson  <jas@extundo.com>
14701
14702         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14703         "utf-16-le".
14704
14705 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14706
14707         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14708
14709 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * uudecode.el (uudecode-use-external): Add :version.
14712
14713         * smime.el (smime-CA-file, smime-encrypt-cipher)
14714         (smime-dns-server): Add :version.
14715
14716         * smiley.el (gnus-smiley-file-types): Add :version.
14717
14718         * sha1.el (sha1-use-external): Add :version.
14719
14720         * pgg-def.el (pgg-query-keyserver): Add :version.
14721
14722         * nnmail.el (nnmail-fancy-expiry-targets)
14723         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14724         Add :version.
14725
14726         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14727         (nnimap-retrieve-groups-asynchronous): Add :version.
14728         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14729
14730         * mml.el (mml-content-disposition-parameters)
14731         (mml-insert-mime-headers-always): Add :version.
14732
14733         * mm-util.el (mm-coding-system-priorities): Add :version.
14734
14735         * mm-decode.el (mm-inline-text-html-with-images)
14736         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14737         (mm-verify-option): Add :version.
14738         (mm-text-html-renderer): Change :version.
14739
14740         * message.el (message-fcc-externalize-attachments)
14741         (message-required-headers, message-draft-headers)
14742         (message-subject-trailing-was-query)
14743         (message-subject-trailing-was-ask-regexp)
14744         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14745         (message-mark-insert-end, message-archive-header)
14746         (message-archive-note, message-cross-post-default)
14747         (message-cross-post-note, message-followup-to-note)
14748         (message-cross-post-note-function, message-use-mail-followup-to)
14749         (message-subscribed-address-functions)
14750         (message-subscribed-address-file, message-subscribed-addresses)
14751         (message-subscribed-regexps, message-allow-no-recipients)
14752         (message-yank-cited-prefix, message-signature-insert-empty-line)
14753         (message-hidden-headers, message-hierarchical-addresses)
14754         (message-mail-user-agent, message-use-idna)
14755         (message-valid-fqdn-regexp)
14756         (message-strip-special-text-properties, message-header-synonyms)
14757         (message-beginning-of-line, message-tab-body-function): Add :version.
14758         (message-insert-canlock, message-wide-reply-confirm-recipients):
14759         Change :version.
14760
14761         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14762         and :version.
14763         (mail-source-delete-old-incoming-confirm)
14764         (mail-source-movemail-program): Add :version.
14765
14766         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14767         (gnus-agent-cache, gnus-agent): Change :version.
14768
14769         * gnus-util.el (gnus-use-byte-compile): Change :version.
14770
14771         * gnus-sum.el (gnus-summary-make-false-root-always)
14772         (gnus-summary-default-high-score)
14773         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14774         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14775         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14776         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14777         (gnus-sum-thread-tree-single-indent)
14778         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14779         (gnus-sum-thread-tree-leaf-with-other)
14780         (gnus-sum-thread-tree-single-leaf): Add :version.
14781         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14782         (gnus-article-loose-mime): Change :version.
14783
14784         * gnus-start.el (gnus-backup-startup-file)
14785         (gnus-save-startup-file-via-temp-buffer): Add :version.
14786
14787         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14788         (gnus-server-offline-face): Add :version.
14789
14790         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14791
14792         * gnus-msg.el (gnus-gcc-externalize-attachments)
14793         (gnus-debug-files, gnus-debug-exclude-variables)
14794         (gnus-discouraged-post-methods): Change :version.
14795         (gnus-confirm-mail-reply-to-news)
14796         (gnus-confirm-treat-mail-like-news): Add :version.
14797
14798         * gnus-int.el (gnus-server-unopen-status): Add :version.
14799
14800         * gnus-group.el (gnus-group-jump-to-group-prompt)
14801         (gnus-large-ephemeral-newsgroup)
14802         (gnus-fetch-old-ephemeral-headers): Add :version.
14803
14804         * gnus-fun.el (gnus-x-face-directory)
14805         (gnus-convert-pbm-to-x-face-command)
14806         (gnus-convert-image-to-x-face-command)
14807         (gnus-convert-image-to-face-command): Add :version.
14808
14809         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14810
14811         * gnus-cite.el (gnus-cite-blank-line-after-header)
14812         (gnus-article-boring-faces): Add :version.
14813
14814         * gnus-art.el (gnus-buttonized-mime-types)
14815         (gnus-inhibit-mime-unbuttonizing)
14816         (gnus-treat-display-face)
14817         (gnus-treat-body-boundary): Change :version.
14818         (gnus-body-boundary-delimiter, gnus-picon-databases)
14819         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14820         (gnus-treat-date-english, gnus-treat-fold-headers)
14821         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14822         (gnus-treat-mail-picon, gnus-treat-wash-html)
14823         (gnus-article-encrypt-protocol)
14824         (gnus-use-idna, gnus-article-over-scroll)
14825         (gnus-mime-display-multipart-alternative-as-mixed)
14826         (gnus-mime-display-multipart-related-as-mixed)
14827         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14828         (gnus-ctan-url, gnus-button-ctan-handler)
14829         (gnus-button-handle-ctan-bogus-regexp)
14830         (gnus-button-ctan-directory-regexp)
14831         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14832         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14833         (gnus-button-man-level, gnus-button-emacs-level)
14834         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14835
14836         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14837         (gnus-agent-go-online): Change :version.
14838         (gnus-agent-expire-unagentized-dirs)
14839         (gnus-agent-auto-agentize-methods): Add :version.
14840
14841         * flow-fill.el (fill-flowed-display-column)
14842         (fill-flowed-encode-column): Add :version.
14843
14844         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14845         (gnus-outlook-deuglify-unwrap-max)
14846         (gnus-outlook-deuglify-cite-marks)
14847         (gnus-outlook-deuglify-unwrap-stop-chars)
14848         (gnus-outlook-deuglify-no-wrap-chars)
14849         (gnus-outlook-deuglify-attrib-cut-regexp)
14850         (gnus-outlook-deuglify-attrib-verb-regexp)
14851         (gnus-outlook-deuglify-attrib-end-regexp)
14852         (gnus-outlook-display-hook): Add :version.
14853
14854         * binhex.el (binhex-use-external): Add :version.
14855
14856 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14859         and `invisible'.
14860
14861 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14864         in gnus-registry-trim.
14865
14866 2004-09-13  Simon Josefsson  <jas@extundo.com>
14867
14868         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14869
14870         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14871
14872         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14873         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14874         <yamaoka@jpl.org>.
14875         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14876         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14877         <yamaoka@jpl.org>.
14878
14879         * sieve.el (sieve-manage-mode): Ditto.
14880
14881 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14884
14885 2004-09-11  Simon Josefsson  <jas@extundo.com>
14886
14887         * dns-mode.el: Add.
14888
14889         * mm-view.el (mm-display-dns-inline): Add.
14890
14891         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14892         (mm-automatic-display): Ditto.
14893
14894         * mailcap.el (mailcap-mime-data): Add text/dns.
14895         (mailcap-mime-extensions): Map .soa to text/dns.
14896
14897 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14898
14899         * gnus-art.el (article-decode-mime-words, article-babel)
14900         (gnus-article-highlight-signature, gnus-article-add-buttons)
14901         (gnus-signature-toggle): Remove unnecessary bindings of
14902         `inhibit-read-only' inherited from v5.10 merge.
14903
14904 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * nntp.el (nntp): New customization group.
14907         (nntp-authinfo-file): Add customization group.
14908
14909         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14910
14911         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14912
14913         * gnus.el (to-address, to-list, subscribed)
14914         (large-newsgroup-initial): Ditto.
14915
14916         * flow-fill.el (fill-flowed-display-column)
14917         (fill-flowed-encode-column): Ditto.
14918
14919 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14920
14921         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14922         Use point-min rather than 1.
14923         (message-send-mail): Use buffer-size rather than point-max.
14924
14925         * gnus-sum.el (gnus-summary-search-article-forward):
14926         Signal a specific `search-failed' rather than a generic `error'.
14927
14928         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14929         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14930         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14931
14932 2004-09-10  Simon Josefsson  <jas@extundo.com>
14933
14934         * nndb.el (require): Remove tcp and duplicate cl.
14935
14936 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-agent.el (directory-files-and-attributes): Move forward.
14939
14940 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14941
14942         * gnus-agent.el (directory-files-and-attributes): Optionally
14943         defined to support XEmacs.
14944
14945 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14946
14947         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14948         to avoid run-time CL dependencies.
14949         (gnus-agent-unfetch-articles): New function.
14950         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14951         article numbers even when local .overview file is missing.
14952         (gnus-agent-read-article-number): New function.  Only accepts
14953         27-bit article numbers.
14954         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14955         gnus-agent-read-article-number.
14956         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14957         from backend while recognizing that article numbers in .overview
14958         must be valid.
14959         (gnus-agent-update-files-total-fetched-for): Use
14960         directory-files-and-attributes to improve performance.
14961         * gnus-int.el (gnus-request-move-article): Use
14962         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14963         improve performance.
14964
14965         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14966         some users confused by references to .newsrc when they only have a
14967         .newsrc.eld file.
14968         (gnus-convert-mark-converter-prompt)
14969         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14970         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14971         New function.  Used internally to only display 'gnus converting
14972         files' message when actually necessary.
14973
14974         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14975         methods now autoloaded.
14976
14977 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14980         identifiers.
14981
14982 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * gnus-picon.el: Fix indentation and closing parenthesis.
14985
14986 2004-09-01  Simon Josefsson  <jas@extundo.com>
14987
14988         * message.el (message-canlock-generate): Require sha1, not
14989         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14990         to require within a function.  Sadly, if sha1.el isn't loaded, the
14991         let binding in m-c-g will hide the defcustom definition, which is
14992         bad.)
14993
14994         * canlock.el: Require sha1, not sha1-el.
14995
14996         * message.el: Don't autoload sha1 (there is a autoload cookie in
14997         sha1.el).
14998
14999         * sha1-el.el: Renamed to sha1.el.
15000
15001 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15002
15003         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15004
15005 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15006
15007         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15008
15009 2004-08-30  Kim F. Storm  <storm@cua.dk>
15010
15011         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15012
15013         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15014         Add :group 'nnimap.
15015
15016 2004-08-30  Andreas Schwab  <schwab@suse.de>
15017
15018         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15019         ?* and ?\;.
15020
15021         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15022         and ?\' to symbol instead of whitespace.
15023
15024 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15027
15028         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15029         instead of re-search-forward.
15030
15031         * gnus-uu.el (gnus-uu-save-article): Ditto.
15032         (gnus-uu-post-encode-uuencode): Ditto.
15033
15034         * html2text.el (html2text-clean-list-items): Ditto.
15035         (html2text-clean-dtdd): Ditto.
15036         (html2text-format-tags): Ditto.
15037
15038         * message.el (message-send-mail-with-sendmail): Fix regexp.
15039         (message-fill-field-general): Use search-forward instead of
15040         re-search-forward.
15041         (unbold-region): Ditto.
15042
15043         * nnrss.el (nnrss-request-article): Ditto.
15044
15045         * nnslashdot.el (nnslashdot-request-article): Ditto.
15046
15047         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15048
15049         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15050         "Unrecognized menu descriptor" error in XEmacs.
15051
15052 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15053
15054         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15055         parent article of a sparse article in the thread hashtb.
15056
15057 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15058
15059         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15060         (nnmail-expand-newtext): Lowercase expanded entries if
15061         nnmail-split-lowercase-expanded is non-nil.
15062
15063 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15066
15067         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15068         of gnus-tmp-news-method into string under XEmacs.  It will be
15069         passed to gnus-correct-length which takes only a string argument.
15070
15071 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-util.el (gnus-bind-print-variables): New macro.
15074         (gnus-prin1): Use it.
15075         (gnus-prin1-to-string): Use it.
15076         (gnus-pp): New function.
15077         (gnus-pp-to-string): New function.
15078
15079         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15080         Replace pp-to-string with gnus-pp-to-string.
15081         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15082         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15083         * gnus-msg.el (gnus-debug): Ditto.
15084         * gnus-score.el (gnus-score-save): Ditto.
15085         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15086         gnus-pp-to-string.
15087         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15088         with gnus-pp.
15089         * score-mode.el (gnus-score-pretty-print): Ditto.
15090         * webmail.el (webmail-debug): Ditto.
15091
15092 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-art.el (article-display-face, article-display-x-face):
15095         Use buffer-read-only.
15096
15097 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (article-hide-list-identifiers):
15100         Bind inhibit-read-only as t.
15101
15102 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15105
15106 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15107
15108         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15109         (gnus-narrow-to-page): Don't assume point-min == 1.
15110         (gnus-article-edit-mode): Derive from message-mode.
15111
15112         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15113         point-min == 1.
15114
15115         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15116         Disable incorrect use of `assert'.
15117
15118         * message.el (message-mode): Set comment-start-skip.
15119
15120
15121 2004-08-22  Sam Steingold  <sds@gnu.org>
15122
15123         * pop3.el (pop3-leave-mail-on-server): New user variable.
15124         (pop3-movemail): Delete mail only when it is nil.
15125
15126 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15129
15130         * mml.el (mml-preview): Use `pop-to-buffer'.
15131
15132         * message.el (message-goto-mail-followup-to): Insert after "To".
15133         (message-carefully-insert-headers): Add comment.
15134
15135         * gnus.el: Remove unused variable `gnus-article-check-size'.
15136
15137         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15138
15139         * gnus-art.el (gnus-button-alist): Improve
15140         `gnus-button-handle-library' entry.
15141
15142 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15143
15144         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15145         downcase, since XEmacs capitalizes error messages differently.
15146
15147 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15148
15149         * nntp.el: Add (require 'gnus) due to reference to
15150         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15151
15152 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15153
15154         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15155         `mm-fill-flowed'.
15156
15157         * mm-decode.el (mm-dissect-singlepart): Check it.
15158
15159 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15160
15161         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15162         'imap' for netrc parsing.
15163
15164 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * mailcap.el (mailcap-mime-data): Mark as risky.
15167
15168 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15171         may be included in the encoded word.
15172         (rfc2047-encode): Don't append a space if the encoded word
15173         includes close parenthesis.
15174
15175 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15178         of text within parentheses.
15179
15180 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15183         (gnus-encrypt-write-file-contents): Make the password key the file
15184         name PLUS the cipher, not just the cipher.  Also remove failed
15185         passwords from the cache.
15186
15187 2004-08-06  Simon Josefsson  <jas@extundo.com>
15188
15189         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15190         fix.
15191
15192 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15195         LWSP.
15196
15197 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15198
15199         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15200         to append in-reply-to: data to the references: header.
15201
15202         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15203         (netrc-parse): Use gnus-encrypt.el functions.
15204
15205         * gnus-encrypt.el: Add new file for encryption support; currently
15206         does only a few GPG ciphers and an internal XOR cipher.
15207
15208         * password.el: Add comments on using password-read-and-add.
15209         (password-read-and-add): Add function to read and add the
15210         password to the cache at once.
15211
15212 2004-07-28  Simon Josefsson  <jas@extundo.com>
15213
15214         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15215         parameter (but don't use it, for now).
15216
15217         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15218         instead of hard coding to nil.
15219
15220 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15223         as mm-inline-image-xemacs does.
15224
15225 2004-07-26  Simon Josefsson  <jas@extundo.com>
15226
15227         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15228         Revert part of 2004-07-17 change below.
15229
15230 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15233         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15234
15235 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15238         quotes that actually start with ">" at the beginning of the
15239         lines.
15240
15241 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * rfc2047.el (rfc2047-encode-region): Fix last change.
15244         (rfc2047-encode-parameter): Remove useless concat.
15245
15246 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15249         encode special characters; fix some kind of misconfigured headers;
15250         signal a real error if debug-on-quit or debug-on-error is non-nil.
15251         (rfc2047-encode-max-chars): New variable.
15252         (rfc2047-encode-1): Use it.
15253         (rfc2047-encode-parameter): New function.
15254
15255         * mml.el (mml-insert-parameter): Remove an excessive space.
15256
15257 2004-07-17  Simon Josefsson  <jas@extundo.com>
15258
15259         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15260         Kai Grossjohann <kai@emptydomain.de>.
15261         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15262         (gnus-group-make-menu-bar): Ditto.
15263
15264         * gnus-util.el (gnus-group-server): Add.
15265
15266 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15267
15268         * message.el (message-clone-locals): Clone sendmail and smtp
15269         variables.
15270
15271 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2047.el (rfc2047-encode-region): Fix last change.
15274
15275 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15278         characters as non-special.
15279
15280 2004-07-09  Simon Josefsson  <jas@extundo.com>
15281
15282         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15283         Users will lose all flag changes made while unplugged with
15284         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15285         good default.  See numerous reports on ding mailing list.
15286
15287 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15290         add generate-head-function and generate-article-function to the
15291         rfc822-forward entry.
15292         (nndoc-rfc822-forward-generate-article): New function.
15293         (nndoc-rfc822-forward-generate-head): New function.
15294
15295         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15296
15297 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15298
15299         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15300         respect display group parameter and gnus-summary-expunge-below.
15301         (gnus-articles-to-read): Remove unused reference to display group
15302         parameter.
15303
15304 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15305
15306         * nnheader.el (nnheader-uniquify-message-id): New experimental
15307         variable.
15308         (nnheader-nov-read-message-id): Use it.
15309
15310         * spam-report.el (spam-report-gmane): Add interactive.
15311
15312 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15315         qp-or-base64 for the application/* types.
15316
15317 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15318
15319         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15320
15321 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15322
15323         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15324         trim value.
15325
15326 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15327
15328         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15329         New macro and function.
15330         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15331
15332 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15335         after-load-alist.
15336
15337 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15338
15339         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15340         update info that isn't there.
15341
15342 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15343
15344         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15345         entry.
15346
15347 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * mm-view.el (mm-inline-render-with-function): Use multibyte
15350         buffer; decode html source by charset.
15351
15352         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15353
15354         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15355         Mule-UCS is loaded under XEmacs.
15356         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15357
15358 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15359
15360         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15361
15362 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * mm-util.el (mm-coding-system-p): Return a coding-system.
15365         (mm-mime-mule-charset-alist): Use shift_jis instead of
15366         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15367         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15368         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15369         instead of japanese-shift-jis and iso-latin-1 respectively in
15370         order to share the default value with both Emacs and XEmacs-mule.
15371         (mm-mule-charset-to-mime-charset): Make
15372         mm-coding-system-priorities effective.
15373         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15374         while predicating of candidates upon the priorities.
15375
15376 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15377
15378         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15379         gnus-uu-invert-processable.
15380
15381         * gnus.el: Autoload gnus-uu-invert-processable.
15382
15383 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * mm-util.el (mm-with-multibyte-buffer): New macro.
15386
15387         * rfc2047.el (rfc2047-encode-string): Use it.
15388         (rfc2047-encode-region): Move point to the end of the region after
15389         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15390
15391 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15394         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15395
15396 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15399         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15400         Karl Chen <quarl@nospam.quarl.org>.
15401
15402 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15403
15404         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15405         invalid addresses.
15406
15407 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15408
15409         * spam.el: Change section markers, revise TODO list.
15410         (spam-backends): Make new master list of all installed backends.
15411         (spam-summary-exit-behavior): Add new variable to determine how
15412         messages moves are done at summary exit.
15413         (spam-move-spam-nonspam-groups-only)
15414         (spam-process-ham-in-nonham-groups)
15415         (spam-process-ham-in-spam-groups): Remove variables, the
15416         spam-summary-exit-behavior variable should be used to manage this
15417         behavior.
15418         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15419         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15420         and spam-old-spam-articles.
15421         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15422         Add empty variables, placeholders for the backends they represent.
15423         (spam-set-difference): Move, unchanged.
15424         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15425         unless the user has a processor variable.
15426         (spam-classifications, spam-classification-valid-p)
15427         (spam-backend-properties, spam-backend-property-valid-p)
15428         (spam-backend-function-type-valid-p)
15429         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15430         (spam-report-articles-gmane, spam-report-articles-resend):
15431         Remove functions, they are not needed.
15432         (spam-install-backend-super, spam-backend-list)
15433         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15434         (spam-backend-function, spam-backend-ham-registration-function)
15435         (spam-backend-spam-registration-function)
15436         (spam-backend-ham-unregistration-function)
15437         (spam-backend-spam-unregistration-function)
15438         (spam-backend-statistical-p, spam-backend-mover-p)
15439         (spam-install-backend-alias, spam-install-checkonly-backend)
15440         (spam-install-mover-backend, spam-install-nocheck-backend)
15441         (spam-install-backend, spam-install-statistical-backend)
15442         (spam-install-statistical-checkonly-backend): Add backend installation
15443         support.
15444         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15445         (spam-group-processor-p): Use the new backend code and respect the
15446         summary exit behavior.
15447         (spam-mark-spam-as-expired-and-move-routine): Remove.
15448         (spam-summary-prepare): Change to use the new spam-old-articles
15449         variable.
15450         (spam-copy-or-move-routine, spam-copy-spam-routine)
15451         (spam-move-spam-routine, spam-copy-ham-routine)
15452         (spam-move-ham-routine): Add code to copy/move ham or spam.
15453         (spam-fetch-field-fast): Improve doc and code, plus allow the
15454         'number request.
15455         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15456         variables.
15457         (spam-split, spam-find-spam): Use the new backend code.
15458         (spam-registration-functions): Remove variable.
15459         (spam-unregister-routine): Add convenience wrapper.
15460         (spam-log-undo-registration, spam-register-routine)
15461         (spam-log-processing-to-registry)
15462         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15463         where possible.
15464         (spam-check-gmane-xref, spam-check-regex-headers)
15465         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15466         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15467         (spam-check-bogofilter-headers, spam-check-spamoracle)
15468         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15469         (spam-check-crm114-headers): Use the spam-split-group that
15470         spam-split prepares, no need to determine it every time.
15471
15472         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15473         to the nnheader-parse-naked-head call.
15474
15475         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15476
15477         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15478         the nnheader-nov-read-message-id call.
15479
15480 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15483         gnus-activate-group twice.  Suggested by Markus Peter
15484         <warp@spin.de>.
15485
15486 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-art.el (gnus-article-time-format): Exchange the order of
15489         day and month in the default value; fix customization type.
15490         (article-date-ut): Use add-text-properties.
15491         (article-make-date-line): Use message-make-date instead of
15492         current-time-string.
15493
15494         * message.el (message-fetch-field): Don't use set-text-properties.
15495         (message-make-date): Simplify.
15496
15497         * messagexmas.el (message-xmas-make-date): New function.
15498         (message-xmas-redefine): Defalias message-make-date to it.
15499
15500 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15503         (rfc2047-encode-region): Treat text within parentheses as special;
15504         show the original text when error has occurred.
15505
15506         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15507         already-computed method to gnus-activate-group.
15508
15509         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15510         same select-methods identical Lisp objects.
15511
15512         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15513         object when modifying the info.
15514
15515 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15518         gnus-opened-servers since it has never been opened with the new
15519         configuration yet.
15520
15521 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15524         arg to nnheader-generate-fake-message-id.
15525
15526 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15527
15528         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15529         number and build a fake message ID localized to a group and
15530         article number (so it's repeatable from that point on).
15531         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15532         ID format.
15533
15534         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15535         nnheader-generate-fake-message-id with the article number.
15536
15537 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15538
15539         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15540         end-of-buffer.
15541
15542 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * message.el (message-ignored-supersedes-headers): Add Approved.
15545
15546 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15549         goto-char.
15550         (rfc2047-encode): Fold the line before encoding.
15551
15552 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15555         folding -- not all headers can be folded, and this should be done
15556         by the message composition mode.  Probably.  I think.
15557
15558 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15561         fast.
15562
15563         * gnus-ems.el (gnus-remove-image): Don't use
15564         message-text-with-property; remove only the image found first.
15565
15566         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15567         found first.
15568
15569 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15570
15571         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15572
15573 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * message.el (message-text-with-property): Make it fast and accept
15576         optional arguments.
15577         (message-strip-forbidden-properties): Use it.
15578         (message-fix-before-sending): Follow the m-t-w-p change.
15579
15580         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15581
15582 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-art.el (article-hide-headers): Don't change the buffer
15585         mistakenly when performing mml-preview even if
15586         gnus-single-article-buffer is nil.
15587
15588 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15589
15590         * message.el (message-expand-name-databases): New user option.
15591         (message-expand-name): Use it.
15592
15593 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * spam.el (spam-report-articles-resend)
15596         (spam-report-resend-register-routine): Allow ham reporting.
15597         (spam-report-resend-register-ham-routine): Add wrapper.
15598         (spam-registration-functions): Add ham resending functions.
15599         (spam-list-of-processors): Add ham resend processor.
15600
15601         * gnus.el (ham-resend-to): Add new group parameter.
15602         (spam-process): Add ham resend option.
15603
15604         * spam-report.el (spam-report-resend): Allow reporting ham.
15605         (spam-report-resend-ham): Add wrapper.
15606
15607 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15608
15609         * message.el (message-cite-articles-with-x-no-archive): New
15610         variable.
15611         (message-cite-original): Use it.
15612
15613 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15614
15615         * message.el (message-cite-original): Respect X-No-Archive.
15616
15617 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-art.el (article-hide-headers): Refer to the values for
15620         gnus-ignored-headers and gnus-visible-headers in the summary
15621         buffer since a user may have set them as group parameters.
15622
15623 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * assistant.el (assistant-node-name): Add convenience function.
15626         (assistant-render-text, assistant-render-node): Add error handling,
15627         plus handle multiple next nodes.
15628         (assistant-find-next-node): Comment out for now.
15629         (assistant-find-next-nodes): Add function, returns list of next
15630         nodes.
15631
15632 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * mail-source.el (mail-source-directory): Fix doc-string.
15635
15636 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * assistant.el (assistant-render-text, assistant-eval): Add :set
15639         widget type, which is different because it takes and returns a
15640         list.  Much hilarity ensues.
15641
15642 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15645
15646         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15647         doc-string.
15648
15649         * gnus-start.el (gnus-activate-group): Added doc-string.
15650
15651 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15654
15655 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * assistant.el (assistant-render-text): Try to add a :set
15658         widget, more to come.
15659
15660         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15661         strings.
15662         (spam-report-articles-resend)
15663         (spam-register-routine): Do registration iff any articles warrant
15664         it.
15665         (spam-summary-prepare-exit): Change log message for nil group
15666         destinations.
15667
15668 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15669
15670         * spam.el (spam-report-resend-register-routine): Allow
15671         spam-report-resend-to to be a group parameter or a global value.
15672
15673 2004-05-26  Simon Josefsson  <jas@extundo.com>
15674
15675         * starttls.el: Merge with my GNUTLS based starttls.el.
15676         (starttls-gnutls-program, starttls-use-gnutls)
15677         (starttls-extra-arguments, starttls-process-connection-type)
15678         (starttls-connect, starttls-failure, starttls-success): New
15679         variables.
15680         (starttls-program, starttls-extra-args): Doc fix.
15681         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15682         functions.
15683         (starttls-negotiate, starttls-open-stream): Check
15684         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15685         function if it is set.
15686
15687 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15690         structured fields.
15691
15692 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15695
15696 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15697
15698         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15699         variable.
15700         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15701         assigning the spam-mark to new messages.
15702
15703 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15704
15705         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15706
15707 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15710
15711         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15712         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15713         default.
15714
15715 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15716
15717         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15718         correct data.
15719
15720 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15721
15722         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15723         (spam-group-processor-p): Fix function.
15724         (spam-group-processor-multiple-p)
15725         (spam-group-spam-processor-report-gmane-p)
15726         (spam-group-spam-processor-report-resend-p)
15727         (spam-group-spam-processor-bogofilter-p)
15728         (spam-group-spam-processor-blacklist-p)
15729         (spam-group-spam-processor-ifile-p)
15730         (spam-group-ham-processor-ifile-p)
15731         (spam-group-spam-processor-spamoracle-p)
15732         (spam-group-spam-processor-crm114-p)
15733         (spam-group-ham-processor-bogofilter-p)
15734         (spam-group-spam-processor-stat-p)
15735         (spam-group-ham-processor-stat-p)
15736         (spam-group-ham-processor-whitelist-p)
15737         (spam-group-ham-processor-BBDB-p)
15738         (spam-group-ham-processor-spamoracle-p)
15739         (spam-group-ham-processor-copy-p): Remove functions with some
15740         prejudice against unneeded code.
15741         (spam-report-articles-resend)
15742         (spam-report-resend-register-routine): Allow the group/topic
15743         spam-resend-to value to override spam-report-resend-to.
15744         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15745         properly now.
15746
15747         * gnus.el (spam-resend-to): Add group/topic parameter.
15748         (spam-process): Move the OBSOLETE processors to the end of the
15749         choices.
15750
15751 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15752
15753         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15754         with resend-to set to nil, and then ask the user if necessary.
15755         (spam-report-resend): spam-report-resend takes a list of articles, not
15756         separate article numbers.
15757
15758 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15761         addition to emacs-w3m.
15762
15763 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15764
15765         * assistant.el (assistant-authinfo-data): New function.
15766         (assistant-eval): Eval for entire assistant.
15767
15768         * netrc.el (netrc-services-file): New variable.
15769         (netrc-parse-services): New function.
15770         (netrc-find-service-name): New function.
15771         (netrc-find-service-number): New function.
15772         (netrc-port-equal): New function.
15773         (netrc-machine): Use it.
15774
15775         * nnimap.el (nnimap-open-connection): Use netrc.
15776
15777         * gnus-util.el (gnus-netrc-get): Remove aliases.
15778
15779         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15780
15781         * assistant.el (wid-edit): Fix compilation.
15782
15783         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15784
15785 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15786
15787         * gnus-util.el (gnus-set-file-modes): New function.  (small
15788         patch).
15789
15790 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15793
15794         * assistant.el (assistant-render-node): Fix up rendering and
15795         read-only text.
15796         (assistant-render-node): Reset.
15797         (assistant-make-read-only): Not sticky.
15798
15799 2004-05-20  Danny Siu  <dsiu@adobe.com>
15800
15801         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15802         centered even when gnus-auto-center-summary is t.
15803
15804 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15805
15806         * dns.el (dns-get-txt-answer): New function.
15807         (dns-read-txt): Ditto.
15808         (query-dns): Use it.
15809
15810 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15813         active for foreign groups even if the group level is higher than
15814         the specified value.
15815
15816 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817
15818         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15819         non-active groups.
15820
15821         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15822
15823 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15824
15825         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15826
15827 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15828
15829         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15830         (spam-crm114-header, spam-crm114-spam-switch)
15831         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15832         (spam-crm114-positive-spam-header)
15833         (spam-crm114-database-directory, spam-list-of-processors)
15834         (spam-group-spam-processor-crm114-p)
15835         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15836         (spam-generic-score, spam-list-of-checks)
15837         (spam-list-of-statistical-checks, spam-registration-functions)
15838         (spam-check-crm114-headers, spam-crm114-score)
15839         (spam-check-crm114, spam-crm114-register-with-crm114)
15840         (spam-crm114-register-spam-routine)
15841         (spam-crm114-unregister-spam-routine)
15842         (spam-crm114-register-ham-routine)
15843         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15844         asjo@koldfront.dk (Adam Sjøgren).
15845
15846         * gnus.el: Add spam-use-crm114.
15847
15848         * spam.el (spam-list-of-processors, spam-registration-functions):
15849         Add spam-use-resend.
15850         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15851         (spam-report-articles-gmane): Add doc fix.
15852         (spam-report-articles-resend, spam-report-resend-register-routine):
15853         Add wrappers around spam-report-resend-to.
15854
15855         * spam-report.el (spam-report-resend-to, spam-report-resend):
15856         Add support for resending spam.
15857         (spam-report-gmane): Fix line length >80.
15858
15859         * gnus.el (spam-process): Add spam-use-resend.
15860
15861 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15862
15863         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15864         number of processed spam messages.
15865         (spam-ham-copy-or-move-routine): Return the number of processed
15866         ham messages.
15867         (spam-summary-prepare-exit): Use the above values to decide
15868         whether status messages shouled be displayed.
15869
15870 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15873         `rfc2047-encoding-function-alist' in order to avoid conflicting
15874         with the old version.
15875         (rfc2047-encode-region): Concatenate words containing non-ASCII
15876         characters in structured fields; don't encode space-delimited
15877         ASCII words even in unstructured fields; don't break words at
15878         char-category boundaries.
15879         (rfc2047-encode-1): New function.
15880         (rfc2047-encode): Use it; encode text so that it occupies the
15881         maximum width within 76-column; work correctly on Q encoding for
15882         iso-2022-* charsets.
15883         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15884         sure not to break a line just after the header name.
15885         (rfc2047-b-encode-region): Removed.
15886         (rfc2047-b-encode-string): New function.
15887         (rfc2047-q-encode-region): Removed.
15888         (rfc2047-q-encode-string): New function.
15889
15890         * mm-util.el (mm-replace-in-string): New function.
15891
15892 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893
15894         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15895         get it right.
15896         (gnus-inews-make-draft): Really.
15897
15898 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15899
15900         * nnmh.el (nnmh-request-list-1): Don't check the link count
15901         before descending.  (small patch)
15902
15903 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15904
15905         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15906         stuff.
15907
15908         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15909         on real group name.
15910
15911         * gnus-art.el (gnus-signature-limit): Doc fix.
15912
15913         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15914
15915         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15916
15917 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15918
15919         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15920         isn't a string.
15921
15922 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923
15924         * gnus-draft.el (gnus-draft-send): Bind
15925         rfc2047-encode-encoded-words.
15926
15927         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15928         (rfc2047-encodable-p): Say that =? needs encoding.
15929         (rfc2047-encode-encoded-words): New variable.
15930
15931         * gnus-group.el (gnus-group-select-group): Doc fix.
15932
15933         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15934
15935         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15936         to nil.
15937
15938         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15939
15940         * nnheader.el (nnheader-get-lines-and-char): New function.
15941
15942 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15943
15944         * gnus-msg.el (gnus-summary-followup-with-original): Document
15945         yanking of region when active.
15946
15947 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15950         groups if the group level is higher than the specified value.
15951
15952 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15955         (gnus-group-jump-to-group): Added prefix argument using
15956         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15957         non-active group.
15958
15959         * compface.el (uncompface): Be verbose when changing
15960         `uncompface-use-external'.
15961
15962         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15963         handle manual section.
15964
15965 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966
15967         * gnus-art.el (gnus-button-alist): Revert previous change.
15968
15969 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15972
15973 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15974
15975         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15976         whether backend can accept message.
15977
15978         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15979
15980 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15981
15982         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15983         Avoid creating directory when nntp-marks-is-evil is true.
15984         Reported by Reiner Steib.
15985
15986 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * gnus-picon.el (gnus-picon-style): New variable.
15989         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15990         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15991         Jesper Harder <harder@ifa.au.dk>.
15992
15993 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * message.el (message-fill-field): Return point.
15996         (message-generate-headers): Go to end of field.
15997
15998         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15999         stuff for non-living groups.
16000
16001 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16002
16003         * gnus-art.el (gnus-article-followup-with-original)
16004         (gnus-article-reply-with-original): gnus-mark-active-p ->
16005         gnus-region-active-p.
16006
16007 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16008
16009         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16010         only when there is spam or ham to be processed.
16011
16012 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16013
16014         * mail-source.el (mail-source-delete-crash-box): Refactor.
16015         (mail-source-fetch): Use it.
16016         (mail-source-fetch-file): Ditto.
16017         (mail-source-fetch-directory): Run postscript in loop.
16018         (mail-source-fetch-pop): Delete.
16019         (mail-source-fetch-maildir): Ditto.
16020         (mail-source-fetch-imap): Ditto.
16021
16022         * imap.el (imap-authenticators): Comment out sasl.
16023
16024         * message.el (message-skip-to-next-address): New function.
16025         (message-fill-header-address): Refactor.
16026         (message-fill-address): Use it.
16027         (message-delete-address): Use it.
16028         (message-fill-header-general): Refactor.
16029         (message-fill-field-address): Rename.
16030         (message-narrow-to-field): Find the start of the header.
16031         (message-header-format-alist): Don't pre-fill.
16032         (message-fill-header): Removed.
16033         (message-insert-header): New function.
16034         (message-shorten-references): Use it.
16035
16036         * rfc2047.el (rfc2047-field-value): Strip props.
16037
16038         * mail-parse.el (mail-header-make-address): New alias.
16039
16040         * ietf-drums.el (ietf-drums-make-address): New function.
16041
16042         * imap.el: Add compiler directives.
16043
16044         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16045
16046         * gnus-art.el (article-decode-idna-rhs): Don't use
16047         message-idna-inside-rhs-p.
16048
16049 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * message.el (message-idna-inside-rhs-p): Removed.
16052         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16053
16054         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16055         false positives.
16056
16057 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16058
16059         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16060
16061 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16062
16063         * nneething.el (nneething-file-name): Don't create spurious
16064         files.
16065
16066         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16067         (gnus-inews-do-gcc): Remove sleep.
16068
16069         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16070         part under point.
16071
16072         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16073         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16074
16075 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16076
16077         * spam.el (spam-summary-prepare-exit): Fixed (length).
16078
16079 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16080
16081         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16082         as expired without moving it" message when there are spam
16083         messages left.
16084
16085 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16086
16087         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16088         header is not nil.
16089
16090 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16091
16092         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16093         nntp-possibly-create-directory, not nntp-possibly-change-group.
16094         (nntp-marks-changed-p): New arg SERVER.
16095         (nntp-request-update-info): Adjust caller.
16096
16097 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16098
16099         * nntp.el (nntp-save-marks): Pass missing arg.
16100
16101 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16102
16103         * nntp.el: Support marks.
16104         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16105         (nntp-marks-modtime, nntp-marks-directory): New variables.
16106         (nntp-request-set-mark, nntp-request-update-info)
16107         (nntp-possibly-create-directory, nntp-marks-changed-p)
16108         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16109         functions.
16110
16111 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16112
16113         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16114         (gnus-xmas-redefine): Rename.
16115
16116         * gnus-score.el (gnus-score-insert-help): Use
16117         gnus-select-lowest-window.
16118
16119         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16120         appt-select-lowest-window and rename to gnus-select-lowest-window.
16121
16122         * gnus.el: do.
16123
16124 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16125
16126         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16127         encodings of MIME-encoded words, in order to improve
16128         interoperability with several broken MUAs.
16129
16130 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16131
16132         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16133         tags, only when charsets are not specified in headers.
16134         (mm-inline-text-html-render-with-w3m): Ditto.
16135
16136         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16137         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16138
16139 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16140
16141         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16142         instead of MIME-decoded from fields when checking
16143         `gnus-article-address-banner-alist'.
16144
16145 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16146
16147         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16148         description rather than subject.
16149
16150 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16151
16152         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16153
16154 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16155
16156         * gnus.el (gnus-version-number): Bump.
16157
16158 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16159
16160         * gnus.el: No Gnus v0.2 is released.
16161
16162 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16163
16164         * gnus-agent.el (gnus-agent-read-agentview): Inline
16165         gnus-uncompress-range.
16166
16167 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16168
16169         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16170         `exec-installed-p'.
16171
16172 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16173
16174         * gnus.el (spam-process, spam-autodetect-methods): Add
16175         bsfilter and bsfilter-headers.
16176
16177         * spam.el (spam-bsfilter): New customize group.
16178         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16179         (spam-bsfilter-header, spam-bsfilter-probability-header)
16180         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16181         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16182         (spam-bsfilter-database-directory): New options.
16183         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16184         (spam-list-of-statistical-checks, spam-registration-functions):
16185         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16186         (spam-bsfilter-score): New command.
16187         (spam-check-bsfilter-headers, spam-check-bsfilter)
16188         (spam-bsfilter-register-with-bsfilter)
16189         (spam-bsfilter-register-spam-routine)
16190         (spam-bsfilter-unregister-spam-routine)
16191         (spam-bsfilter-register-ham-routine)
16192         (spam-bsfilter-unregister-ham-routine): New functions.
16193         (spam-generic-score): Support bsfilter; Accept an optional argument
16194         to recalcurate spam score even if scoring header has already been
16195         added.
16196         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16197         optional argument to recalcurate spam score even if scoring header
16198         has already been added.
16199
16200 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16201
16202         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16203         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16204         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16205         link is missing.
16206
16207 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16208
16209         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16210         (html2text-get-attr): Rewrite.
16211
16212         * message.el (message-setup-1): Remove redundant put-text-property
16213         on mail-header-separator.
16214
16215 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16216
16217         * gnus-registry.el (gnus-registry-cache-whitespace)
16218         (gnus-registry-action, gnus-registry-spool-action)
16219         (gnus-registry-split-fancy-with-parent): Change message levels
16220         from 5 to 3 or 7, as needed.
16221
16222         * spam.el (spam-summary-prepare-exit)
16223         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16224         (spam-split, spam-find-spam, spam-log-undo-registration)
16225         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16226         level from 5 to 6.
16227
16228 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16231         2004-03-04 change).
16232
16233 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16234
16235         * sieve-manage.el (sieve-manage-open):
16236         * nnweb.el (nnweb-insert-html):
16237         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16238         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16239         * nnspool.el (nnspool-request-group):
16240         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16241         * nnml.el (nnml-request-update-info):
16242         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16243         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16244         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16245         (nnimap-request-set-mark):
16246         * nnfolder.el (nnfolder-request-update-info):
16247         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16248         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16249         * gnus-uu.el (gnus-uu-find-articles-matching):
16250         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16251         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16252         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16253         * gnus-nocem.el (gnus-nocem-scan-groups):
16254         * gnus-int.el (gnus-start-news-server):
16255         * gnus-group.el (gnus-group-make-kiboze-group)
16256         (gnus-group-browse-foreign-server):
16257         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16258         Use mapc when appropriate.
16259
16260 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         FIXME: Make separate entries for each person.
16263
16264         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16265         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16266         <shields@msrl.com>:
16267
16268         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16269         may need for spam sorting and scoring.
16270         (spam-user-format-function-S): Add user format function suitable for
16271         general use.
16272         (spam-article-sort-by-spam-status): Add sorting function for summary
16273         sorting.
16274         (spam-extra-header-to-number): Add function to get a score from a
16275         header.
16276         (spam-summary-score): Add function to get a numeric score from the
16277         headers.
16278         (spam-generic-score): Fix function doc, was in wrong place.
16279         (spam-initialize): Take symbols when it's run, and install the
16280         extra headers that spam-necessary-extra-headers thinks we need.
16281
16282 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16283
16284         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16285         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16286
16287 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * gnus-sum.el (gnus-set-global-variables)
16290         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16291         (gnus-article-get-xrefs, gnus-summary-best-group)
16292         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16293         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16294         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16295         Use with-current-buffer.
16296
16297 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16298
16299         * spam.el (spam-summary-prepare-exit): Simplify logic.
16300         (spam-fetch-article-header): Read the article header if it's not
16301         available.
16302         (spam-list-articles): Simplify logic.
16303         (spam-filelist-register-routine): Fix bug with unregister-list.
16304
16305         * gnus-registry.el: Fix comments at beginning.
16306
16307 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16308
16309         * message.el (message-cater-to-broken-inn): Remove.
16310         (message-shorten-references): Make sure the total folded length of
16311         References is shorter than 998 characters to cater to a bug in INN
16312         2.3.  Also, don't pretend that references aren't folded -- this
16313         hasn't worked for a while.
16314
16315 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16316
16317         * gnus-agent.el (gnus-agentize):
16318         gnus-agent-send-mail-real-function no longer set to current value
16319         of message-send-mail-function but rather a lambda that calls
16320         message-send-mail-function.  The change makes the agent real-time
16321         responsive to user changes to message-send-mail-function.
16322
16323 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16324
16325         * legacy-gnus-agent.el
16326         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16327         help from Florian Weimer <fw@deneb.enyo.de>
16328
16329 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * nnmail.el (nnmail-cache-insert): Revert last change.
16332
16333 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * nnmail.el (nnmail-cache-insert): Always check whether
16336         nnmail-cache-ignore-groups matches a group name.
16337
16338 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16341         (spam-find-spam, spam-log-processing-to-registry)
16342         (spam-log-registered-p, spam-log-unregistration-needed-p)
16343         (spam-log-undo-registration): Use gnus-message instead of
16344         gnus-error, none of these errors are fatal.
16345
16346         * gnus-registry.el (gnus-registry-clean-empty-function)
16347         (gnus-registry-clean-empty): Remove only empty entries without
16348         extra data.
16349
16350 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16351
16352         * spam-stat.el (spam-stat-buffer-change-to-spam)
16353         (spam-stat-buffer-change-to-non-spam): Change (error) to
16354         (gnus-message 8) invocation.
16355
16356 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * nntp.el (nntp-via-netcat-command): New variable.
16359         (nntp-via-netcat-switches): New variable.
16360         (nntp-open-via-rlogin-and-netcat): New function.
16361         (nntp-open-connection-function): Doc fix.
16362         (nntp-telnet-command): Doc fix.
16363         (nntp-end-of-line): Doc fix.
16364         (nntp-via-rlogin-command): Doc fix.
16365         (nntp-via-user-name): Doc fix.
16366         (nntp-via-address): Doc fix.
16367
16368 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16371         error in Emacs 21.1.
16372
16373 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16376
16377 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16378
16379         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16380         (gnus-agent-with-refreshed-group): New macro.
16381         (gnus-agent-rename-group): New function.
16382         (gnus-agent-delete-group): New function.
16383         (gnus-agent-save-group-info): Use gnus-command-method when
16384         `method' parameter is nil.  Don't write nil entries into the
16385         active file.
16386         (gnus-agent-get-group-info): New function.
16387         (gnus-agent-fetch-articles): Use
16388         gnus-agent-update-files-total-fetched-for to increment disk space
16389         used.
16390         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16391         gnus-agent-update-view-total-fetched-for to increment disk space
16392         used.
16393         (gnus-agent-get-local): Added optional parameters to avoid calling
16394         gnus-group-real-name and gnus-find-method-for-group.
16395         (gnus-agent-set-local): Delete stored entry if either min, or max,
16396         are nil.
16397         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16398         quit, use gnus-agent-regenerate-group to record existance of any
16399         articles fetched to disk before the quit occurred.
16400         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16401         gnus-agent-update-view-total-fetched-for, and
16402         gnus-agent-update-files-total-fetched-for to decrement disk space
16403         used.
16404         (gnus-agent-retrieve-headers): Use
16405         gnus-agent-update-view-total-fetched-for to increment disk space
16406         used.
16407         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16408         with gnus-agent-update-files-total-fetched-for to decrement disk
16409         space and fresh group buffer.
16410         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16411         (gnus-agent-need-update-total-fetched-for): New variable.
16412         (gnus-agent-update-files-total-fetched-for): New function.
16413         (gnus-agent-update-view-total-fetched-for): New function.
16414         (gnus-agent-total-fetched-for): New function.
16415
16416         * gnus-cache.el (gnus-cache-save-buffers): Use
16417         gnus-cache-update-overview-total-fetched-for to change disk space
16418         used by this group.
16419         (gnus-cache-possibly-enter-article): Use
16420         gnus-cache-update-file-total-fetched-for to increment disk space
16421         used by this group.
16422         (gnus-cache-possibly-remove-article): Use
16423         gnus-cache-update-file-total-fetched-for to decrement disk space
16424         used by this group.
16425         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16426         (gnus-cache-rename-group): New function.
16427         (gnus-cache-delete-group): New function.
16428         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16429         (gnus-cache-need-update-total-fetched-for): New variable.
16430         (gnus-cache-with-refreshed-group): New macro.
16431         (gnus-cache-update-file-total-fetched-for): New function.
16432         (gnus-cache-update-overview-total-fetched-for): New function.
16433         (gnus-cache-rename-group-total-fetched-for): New function.
16434         (gnus-cache-delete-group-total-fetched-for): New function.
16435         (gnus-cache-total-fetched-for): New function.
16436
16437         * gnus-group.el: Require gnus-sum and autoload functions to
16438         resolve warnings when gnus-group.el compiled alone.
16439         (gnus-group-line-format): Documented new %F.
16440         (size of Fetched data) group line format; identifies disk space
16441         used by agent and cache.
16442         (gnus-group-line-format-alist): Defined new F format.
16443         (gnus-total-fetched-for): New function.
16444         (gnus-group-delete-group): No longer update
16445         gnus-cache-active-altered as gnus-request-delete-group now keeps
16446         the cache in sync.
16447         (gnus-group-list-active): Let the agent store a server's active
16448         list if currently plugged.
16449
16450         * gnus-int.el (gnus-request-delete-group):
16451         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16452         local disk in sync with the server.
16453         (gnus-request-rename-group):
16454         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16455         local disk in sync with the server.
16456
16457         * gnus-start.el (gnus-get-unread-articles):
16458         Cosmetic simplification to logic.
16459
16460         * gnus-util.el (gnus-rename-file): New function.
16461
16462 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16463
16464         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16465
16466 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16467
16468         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16469         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16470
16471 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16472
16473         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16474         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16475
16476 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16477
16478         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16479
16480 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * spam.el (spam-set-difference): Add function to replace
16483         gnus-set-difference in spam.el.
16484         (spam-summary-prepare-exit): Use spam-set-difference.
16485
16486 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * gnus-registry.el (gnus-registry-cache-file): Update to use
16489         gnus-dribble-directory OR gnus-home-directory OR ~.
16490         (gnus-registry-split-fancy-with-parent): Fix doc.
16491
16492 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * message.el (message-exchange-point-and-mark): Use
16495         message-mark-active-p.  Suggested by Jesper Harder
16496         <harder@ifa.au.dk>.
16497
16498 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * message.el (message-exchange-point-and-mark): Don't activate
16501         region if it was inactive.  Suggested by Hiroshi Fujishima
16502         <pooh@nature.tsukuba.ac.jp>.
16503
16504 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-art.el (article-display-face): Display Faces in the same
16507         order as X-Faces.
16508
16509 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16512
16513 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16516         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16517         (gnus-article-mime-hierarchy): Remove.
16518         (gnus-article-mime-hierarchy-next): Remove.
16519         (gnus-article-mode): Revert 2004-03-19 change.
16520         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16521         (gnus-insert-mime-button): Revert 2004-03-19 change.
16522         (gnus-mime-accumulate-hierarchy): Remove.
16523         (gnus-mime-enter-multipart): Remove.
16524         (gnus-mime-leave-multipart): Remove.
16525         (gnus-mime-display-part): Revert 2004-03-19 change.
16526         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16527
16528         * mml.el (mml-preview): Revert 2004-03-19 change.
16529
16530 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16531
16532         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16533
16534 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16537         t while entering a file name using the mm-with-multibyte macro.
16538         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16539
16540         * mm-util.el (mm-with-multibyte): New macro.
16541
16542 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16545         user option.
16546         (gnus-mime-multipart-functions): Doc and customization fix.
16547         (gnus-article-mime-hierarchy): New variable.
16548         (gnus-article-mime-hierarchy-next): New variable.
16549         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16550         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16551         gnus-article-mime-hierarchy-next to nil.
16552         (gnus-insert-mime-button): Show hierarchy numbers.
16553         (gnus-mime-accumulate-hierarchy): New function.
16554         (gnus-mime-enter-multipart): New function.
16555         (gnus-mime-leave-multipart): New function.
16556         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16557         (gnus-mime-display-alternative): Show hierarchy numbers.
16558
16559         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16560         gnus-article-mime-hierarchy-next to nil.
16561
16562 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16563
16564         * dns.el: Don't require gnus-xmas.
16565
16566 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16569         inline PGP.
16570         (mml-menu): Disable mml-quote-region if mark is inactive.
16571
16572 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16575         when the group's active is not available.
16576
16577 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16580         error.
16581
16582 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * imap.el (imap-store-password): New variable.
16585         (imap-interactive-login): Use it.
16586         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16587
16588 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16591         window-start and hscroll to summary window.
16592
16593 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16594
16595         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16596         conversion message to newsrc-dribble when an actual conversion is
16597         performed.
16598
16599 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16600
16601         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16602
16603 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * mm-decode.el (mm-complicated-handles): New function reviving
16606         former definition of mm-multiple-handles.
16607
16608         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16609         (gnus-mime-delete-part): Use it.
16610
16611 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16612
16613         * gnus-agent.el (gnus-agent-read-local): Bind
16614         nnheader-file-coding-system to gnus-agent-file-coding-system to
16615         avoid the implicit assumption that they will always be equal.
16616         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16617         coding-system-for-write, as the with-temp-file macro first prints
16618         to a buffer then saves the buffer.
16619
16620 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-art.el (gnus-article-edit-part): New function.
16623         (gnus-mime-save-part-and-strip): Use it; do query instead of
16624         signaling an error; don't use mm-multiple-handles.
16625         (gnus-mime-delete-part): Ditto.
16626
16627 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16628
16629         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16630         old file versions.
16631         (gnus-group-prepare-hook): Removed function that converted list
16632         form of gnus-agent-expire-days to group properties.
16633
16634         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16635         (gnus-request-accept-article): Re-indented.
16636
16637         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16638         converters to handle old agent file formats.  Added logic for a
16639         "backup before upgrading warning".
16640         (gnus-convert-mark-converter-prompt): Developers can mark
16641         functions as needing (default), or not needing,
16642         gnus-convert-old-newsrc's "backup before upgrading warning".
16643         (gnus-convert-converter-needs-prompt): Tests whether the user
16644         should be protected from potentially irreversable changes by the
16645         function.
16646
16647         * legacy-gnus-agent.el: New.  Provides converters that are only
16648         loaded when gnus-convert-old-newsrc needs to call them.
16649
16650 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * mail-source.el (mail-source-touch-pop): Doc fix.
16653
16654         * message.el (message-smtpmail-send-it): Doc fix.
16655
16656 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16657
16658         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16659
16660         * nnmail.el (nnmail-split-fancy): do.
16661
16662         * gnus-kill.el (gnus-kill, gnus-execute): do.
16663
16664 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16665
16666         * gnus-sum.el (gnus-widget-reversible-match)
16667         (gnus-widget-reversible-to-internal)
16668         (gnus-widget-reversible-to-external): New functions.
16669         (gnus-widget-reversible): New widget.
16670         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16671
16672 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16673
16674         * gnus-sum.el (gnus-thread-sort-functions)
16675         (gnus-article-sort-functions): Document `(not F)' items.
16676
16677 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * spam.el (spam-use-gmane-xref): Add new backend.
16680         (spam-gmane-xref-spam-group): Add variable to control the name of the
16681         Gmane spam group.
16682         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16683         (spam-regex-headers-spam, spam-regex-headers-ham)
16684         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16685         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16686         backends and checks.
16687         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16688
16689         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16690         an autodetect method.
16691
16692 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16693
16694         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16695         articles are being added to a group.
16696         (gnus-request-replace-article): Inform the agent that articles
16697         need to be uncached as the cached contents are no longer valid.
16698
16699 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * binhex.el: Don't autoload executable-find.
16702
16703         * canlock.el: Don't autoload mail-fetch-field.
16704
16705         * dgnushack.el: Autoload c-mode for XEmacs.
16706
16707         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16708
16709         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16710         rmail-dont-reply-to and rmail-output.
16711
16712         * gnus-score.el: Don't autoload ffap-string-at-point.
16713
16714         * gnus-setup.el: Don't autoload sc-cite-original.
16715
16716         * imap.el: Don't autoload base64-decode-string,
16717         base64-encode-string and md5.
16718
16719         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16720         and rmail-msg-restore-non-pruned-header.
16721
16722         * mm-decode.el: Don't autoload executable-find.
16723
16724         * mm-url.el: Don't autoload executable-find.
16725
16726         * mm-view.el: Don't autoload diff-mode.
16727
16728         * nndb.el: Don't autoload news-reply-mode, news-setup,
16729         cancel-timer and telnet.
16730
16731         * password.el: Don't autoload run-at-time for Emacs.
16732
16733         * sha1-el.el: Don't autoload executable-find.
16734
16735         * sieve-mode.el: Don't autoload c-mode.
16736
16737         * uudecode.el: Don't autoload executable-find.
16738
16739 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16740
16741         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16742         (gnus-agent-possibly-alter-active): Avoid null in numeric
16743         comparison.
16744         (gnus-agent-set-local): Refuse to save null in local object table.
16745         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16746         list of articles that will be marked as unread.
16747
16748 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16751
16752 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16753
16754         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16755         language tags.
16756
16757 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16758
16759         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16760         Don't bind "obarray".
16761
16762         * gnus-sum.el (gnus-thread-sort-functions): Added
16763         `gnus-thread-sort-by-most-recent-number' and
16764         `gnus-thread-sort-by-most-recent-date'.
16765         Reported by Kai Grossjohann <kai@emptydomain.de>.
16766
16767 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16770
16771 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16772
16773         * gnus-cus.el (gnus-agent-customize-category): Removed
16774         ignore-errors macro reference that required cl to be loaded at
16775         run-time.
16776
16777         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16778         single-interval range of the form (min . max).  Previously the
16779         range had to look like ((min . max)).  Likewise, return
16780         (min . max) rather than ((min . max)).
16781         (gnus-range-map): Use gnus-range-normalize to accept
16782         single-interval range.
16783
16784         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16785         the cache, but not the agent, now appear with their usual face.
16786
16787         * dgnushack.el (loaddir): New variable that is bound to the
16788         directory containing the dgnushack.el file. Use loaddir, rather
16789         than srcdir, to update load-path. Change lets dgnushack compile
16790         code in directories other than GNUS/lisp.
16791
16792 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * lpath.el: Don't bind w3m-safe-url-regexp.
16795
16796         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16797         w3m-safe-url-regexp variable buffer-local.
16798
16799         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16800
16801 2004-02-27  Simon Josefsson  <jas@extundo.com>
16802
16803         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16804         gnus-group-real-prefix.
16805         (gnus-summary-move-article): Use it, instead of
16806         gnus-group-real-prefix.
16807
16808 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * lpath.el: Bind w3m-safe-url-regexp.
16811
16812         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16813         w3m-safe-url-regexp variable buffer-local and set it as the value
16814         of mm-w3m-safe-url-regexp.
16815
16816         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16817
16818         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16819         parsing gnus-posting-styles when the message is not for replying.
16820
16821         * dgnushack.el: Autoload sgml-mode for XEmacs.
16822
16823         * nnrss.el (nnrss-opml-export): Use
16824         mm-set-buffer-file-coding-system instead of
16825         set-buffer-file-coding-system.
16826
16827 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16830         of checkdoc.el).
16831         * nnrss.el: do.
16832         * gnus-mlspl.el: do.
16833         * gnus-ml.el: do.
16834         * gnus-srvr.el: do.
16835
16836         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16837
16838 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16839
16840         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16841         Corrections to custom-manual links.
16842
16843         * gnus-art.el (gnus-article): Ditto.
16844
16845         * mm-decode.el (mime-display, mime-security): Ditto.
16846
16847 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16848
16849         * flow-fill.el: Typo.
16850
16851 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16852
16853         * spam-wash.el: New file.
16854
16855 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16856
16857         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16858
16859 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16862         to be run with new-articles as LIST1, not LIST2.
16863         (spam-registration-functions): Add spam-use-ham-copy as a nil
16864         registration backend.
16865
16866 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * spam-stat.el (spam-stat-washing-hook): New option.
16869         (spam-stat-buffer-words): Use it.
16870         (spam-stat-process-directory, spam-stat-test-directory): Use
16871         insert-file-contents-literally.
16872         (spam-stat-coding-system): New variable.
16873         (spam-stat-load, spam-stat-save): Use it.
16874
16875 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * spam-report.el (spam-report-plug-agent): Quote
16878         spam-report-url-to-file and spam-report-url-ping-plain.
16879
16880 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16881
16882         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16883         / in mailto URLs.
16884
16885 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16886
16887         * spam-report.el (spam-report-process-queue): Fix interactive use.
16888         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16889         (spam-report-unplug-agent): Doc fixes.
16890         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16891         (spam-report-agentize, spam-report-deagentize): Autoload.
16892
16893 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16896
16897         * message.el (message-setup-fill-variables): Add mml tags to
16898         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16899         <ajk@iu.edu>.
16900         (message-mode): Don't modify paragraph-separate there.
16901
16902 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * compface.el (uncompface-use-external): Default to undecided.
16905         (uncompface-use-external-threshold): New variable.
16906         (uncompface-float-time): New macro.
16907         (uncompface): Determine whether to use the external decoder if
16908         uncompface-use-external is undecided.
16909
16910 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16913         after images.
16914
16915         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16916
16917 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16920
16921         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16922
16923         * gnus-sum.el (gnus-summary-limit-to-age)
16924         (gnus-summary-limit-children): do.
16925
16926         * gnus-int.el (gnus-request-scan): do.
16927
16928         * gnus-group.el (gnus-group-suspend): do.
16929
16930         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16931
16932         * gnus-cite.el (gnus-cite-parse-attributions): do.
16933
16934         * gnus-agent.el (gnus-summary-set-agent-mark)
16935         (gnus-agent-regenerate-group): do.
16936
16937         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16938
16939         * binhex.el (binhex-decode-region-internal): do.
16940
16941 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-fun.el (gnus-face-properties-alist): New user option.
16944         (gnus-display-x-face-in-from): Use it.
16945
16946         * gnus-art.el (article-display-face): Ditto.
16947
16948         * compface.el (uncompface-use-external): Default to nil.
16949
16950 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * nntp.el (nntp-erase-buffer): New function.
16953         (nntp-retrieve-data, nntp-send-command)
16954         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16955         (nntp-possibly-change-group): Use it.
16956
16957         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16958         with-current-buffer.
16959
16960 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16961
16962         * compface.el: Merge the ELisp-based uncompface program.
16963         (compface): New customization group.
16964         (uncompface-use-external): New user option.
16965         (uncompface): Call uncompface-internal if uncompface-use-external
16966         is nil.
16967         (uncompface-internal): New function.  Note that there are also
16968         some other functions and variables added for this function.
16969
16970 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16973         if necessary.
16974
16975 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * spam-report.el (spam-report-unplug-agent)
16978         (spam-report-plug-agent, spam-report-deagentize)
16979         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16980         Add support for the Agent in spam-report: when unplugged, report to a
16981         file; when plugged, submit all the requests.
16982
16983         * spam.el (spam-register-routine): Fix message about
16984         registration.
16985
16986 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16989         dependencies.
16990         (rfc2047-encode): Use it.
16991
16992         * gnus-art.el (gnus-button-marker-list): Move before first
16993         reference.
16994
16995         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16996         (imap-parse-body): Fix format string mismatch.
16997
16998         * gnus-score.el (gnus-summary-increase-score): do.
16999
17000         * nnrss.el (nnrss-close): New function.
17001
17002 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17003
17004         * nnrss.el (nnrss-make-filename): New function.
17005         (nnrss-request-delete-group, nnrss-read-server-data)
17006         (nnrss-save-server-data, nnrss-read-group-data)
17007         (nnrss-save-group-data): Use it.
17008         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17009         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17010         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17011
17012 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17015
17016 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17017
17018         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17019         files.
17020
17021         * message.el (message-generate-headers-first): Don't quote nil
17022         and t in docstrings.
17023
17024         * imap.el (imap-id): do.
17025
17026         * gnus-agent.el (gnus-agent-consider-all-articles)
17027         (gnus-agent-queue-mail): do.
17028
17029 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * spam-report.el (spam-report-process-queue): New function.
17032         Process requests from `spam-report-requests-file'.
17033         (spam-report-process-queue): Doc fix.
17034
17035 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17036
17037         * spam.el (spam-register-routine)
17038         (spam-log-processing-to-registry, spam-log-registered-p)
17039         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17040         Change "check" to "spam-check" for semi-clarity.
17041
17042 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17043
17044         * pop3.el: Require nnheader.
17045
17046         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17047
17048         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17049
17050         * gnus-picon.el: Require cl.
17051
17052         * gnus-fun.el: Require gnus-ems and gnus-util.
17053
17054         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17055
17056         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17057
17058         * gnus-art.el (gnus-article-edit-mode): Define before first
17059         reference.
17060
17061 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17064         (gnus-uu-post-encoded): Use point-at-bol.
17065
17066         * gnus-topic.el (gnus-group-active-topic-p): do.
17067
17068         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17069
17070         * gnus-group.el (gnus-group-kill-region): do.
17071
17072         * gnus-art.el (article-date-ut): do.
17073
17074         * message.el (message-fetch-field): Remove redundant
17075         case-fold-search binding.
17076         (message-narrow-to-field): Simplify.
17077
17078 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17079
17080         * spam.el (spam-directory): Derive from `gnus-directory'.
17081
17082         * spam-report.el (spam-report-url-to-file)
17083         (spam-report-requests-file): New function and variable for offline
17084         reporting.
17085         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17086         and user defined function.
17087         (spam-report-url-ping-mm-url): Remove doubled slash.
17088
17089 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17092
17093 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17094
17095         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17096         format string mismatch.
17097
17098         * sieve.el (sieve-deactivate-all): do.
17099
17100         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17101
17102         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17103
17104         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17105
17106         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17107
17108 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17111         the list of checks.
17112
17113 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17116         padding.
17117
17118 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17119
17120         * mm-view.el (mm-fill-flowed): New variable.
17121         (mm-inline-text): Use it.
17122
17123 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-spamassassin-register-ham-routine)
17126         (spam-spamassassin-register-spam-routine): Fix function names.
17127
17128 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus.el (gnus-tmp-grouplens): Remove.
17131         (gnus-summary-line-format): Remove grouplens.
17132
17133         * gnus-group.el (gnus-group-line-format): Ditto.
17134
17135         * gnus-spec.el (gnus-format-specs): Ditto.
17136         (gnus-update-format-specifications): Flush the group format spec
17137         cache if there's the grouplens stuff.
17138         (gnus-parse-simple-format): Replace %l with the empty string.
17139
17140 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17141
17142         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17143         omission.
17144
17145 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17148         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17149
17150 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17151
17152         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17153         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17154         New macros and functions.
17155         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17156         Handle > NLINK_MAX messages.
17157         * nnmaildir.el (nnmaildir-request-set-mark): Use
17158         nnmaildir--emlink-p and nnmaildir--eexist-p.
17159
17160 2004-01-25  Alex Schroeder  <alex@gnu.org>
17161
17162         * spam-stat.el (spam-stat-process-directory-age): New option.
17163         (spam-stat-process-directory): Use it.
17164
17165 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17166
17167         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17168         (spam-stat-save): Accept prefix argument.
17169
17170 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17171
17172         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17173         links" error.
17174
17175 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17178         the rest of the and/or forms.
17179
17180 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17181
17182         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17183         compatibility with old .newsrc.eld files.
17184
17185         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17186
17187         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17188
17189         * gnus-start.el (gnus-1): do.
17190
17191         * gnus-group.el (gnus-group-line-format-alist): do.
17192
17193         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17194
17195         * gnus-gl.el: Remove.
17196
17197 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17198
17199         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17200         marks consisting of a single range {for example, (3 . 5)} rather
17201         than a list of a single range { ((3 . 5)) }.
17202
17203 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17204
17205         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17206         with-current-buffer.
17207         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17208         avoid consing a string.
17209
17210         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17211         Remove obsolete entries for big5 and gb2312.
17212
17213 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17214
17215         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17216         uncompressed list.
17217
17218 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17219
17220         * spam-stat.el (spam-stat-strip-xref): New function.
17221         (spam-stat-process-directory): Use it.
17222
17223         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17224         here -- it's done in message-fetch-field.
17225
17226 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17227
17228         * gnus-agent.el (gnus-agent-queue-mail)
17229         (gnus-agent-prompt-send-queue): New variables.
17230         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17231         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17232         "nndraft:queue" along to gnus-draft-send.  Use
17233         gnus-agent-prompt-send-queue.
17234         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17235         is "nndraft:queue".  Suggested by Gaute Strokkenes
17236         <gs234@srcf.ucam.org>
17237
17238         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17239         (agent-enable-undownloaded-faces): Added.
17240         (gnus-agent-cat-groups): Use eval-and-compile, not
17241         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17242         method of gnus-agent-cat-groups even when the buffer has been
17243         evaled.
17244         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17245         delete gnus-agent-save-active-1.
17246         (gnus-agent-save-groups): Deleted.  Identical to
17247         gnus-agent-save-active.
17248         (gnus-agent-write-active): No longer adjust agent's copy of active
17249         file as agent's adjustments are now stored in their own
17250         file.  Removed optional parameter.
17251         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17252         servers.  Add use of min/max range limits from server's local
17253         file.
17254         (gnus-agent-save-alist): Removed unused optional argument.
17255         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17256         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17257         (gnus-agent-set-local): A per-server file that keeps min/max range
17258         limits for articles known to the agent.  Provides a fast mechanism
17259         for altering many active ranges.
17260         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17261         active file (local makes it unnecessary).
17262         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17263
17264         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17265         (agent-enable-undownloaded-faces): Added.
17266
17267         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17268         disable it when sending to "nndraft:queue".
17269         (gnus-group-send-queue): Add safety check to avoid sending queue
17270         when unplugged.
17271
17272         * gnus-group.el (gnus-group-catchup): Use new
17273         gnus-sequence-of-unread-articles, not
17274         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17275         numbers of articles.  Use gnus-range-map to avoid having to
17276         uncompress the unread list.
17277         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17278         Fixed invalid ange-ftp reference.
17279
17280         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17281         (gnus-sorted-range-intersection): Intersection of two ranges
17282         without requiring that they first be uncompressed.
17283
17284         * gnus-start.el (gnus-activate-group): Unless blocked by the
17285         caller, possibly expand the active range to include both cached
17286         and agentized articles.
17287         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17288         multiple version-dependent converters.
17289         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17290         gnus-agent-save-active.
17291         (gnus-save-newsrc-file): Save dirty agent range limits.
17292
17293         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17294         gnus-agent-possibly-alter-active.
17295         (gnus-adjust-marked-articles): Faster handling of simple lists.
17296
17297 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17298
17299         * spam-stat.el (spam-stat-test-directory): New optional argument
17300         displays a list of files detected.  Suggested by Andrew Cohen
17301         <cohen@andy.bu.edu>.
17302         (spam-stat-buffer-words-with-scores): Don't narrow and change
17303         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17304
17305 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17306
17307         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17308         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17309         (spam-spamassassin-arguments)
17310         (spam-spamassassin-spam-flag-header)
17311         (spam-spamassassin-positive-spam-flag-header)
17312         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17313         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17314         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17315         (spam-list-of-processors, spam-list-of-checks)
17316         (spam-list-of-statistical-checks, spam-registration-functions)
17317         (spam-check-spamassassin-headers, spam-check-spamassassin)
17318         (spam-spamassassin-score)
17319         (spam-spamassassin-register-with-sa-learn)
17320         (spam-spamassassin-register-spam-routine)
17321         (spam-spamassassin-register-ham-routine)
17322         (spam-assassin-register-spam-routine)
17323         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17324         (spam-bogofilter-score): Fix to show article before scoring.
17325
17326 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17329         default scoring function.
17330         (spam-generic-score): Call spam-spamassassin-score if
17331         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17332         spam-bogofilter-score otherwise.
17333
17334         * gnus.el (spam-process, spam-autodetect-methods): Add
17335         spamassassin and spamassassin-headers.
17336
17337 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17338
17339         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17340         Suppress unnecessary messages.
17341
17342 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17343
17344         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17345         make-hash-table.
17346
17347 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * canlock.el (base64-encode-string): Don't autoload it.
17350
17351 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * run-at-time.el: Remove useless (require 'itimer),
17354         eval-and-compile and (featurep 'xemacs).
17355
17356 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17357
17358         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17359         GROUP is a virtual group.
17360
17361 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17362
17363         * gnus.el: Autoload `message-y-or-n-p'.
17364
17365 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * pgg-parse.el: Remove unnecessary (require 'custom).
17368
17369         * pgg-def.el: do.
17370
17371         * nnmail.el: do.
17372
17373         * gnus-undo.el: do.
17374
17375         * gnus-picon.el: do.
17376
17377         * gnus-util.el: do.
17378
17379 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17382
17383 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17386         handle, as well as a list.
17387
17388         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17389         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17390         (mm-w3m-cid-retrieve): Simplify.
17391
17392 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17393
17394         * message.el (message-kill-to-signature): Allow prefix arg to
17395         specify number of lines to keep before signature.
17396
17397 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17398
17399         * message.el (message-kill-to-signature): Change docstring.
17400
17401 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * canlock.el: Always require sha1-el.
17404         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17405
17406         * message.el: Autoload sha1 only when compiling.
17407
17408         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17409         eudc-expand-inline for XEmacs.
17410
17411 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * message.el (message-canlock-generate): Require sha1-el.
17414
17415 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17416
17417         * message.el (message-expand-name): Silence the byte compiler.
17418
17419         * lpath.el: Add detect-coding-system.
17420
17421         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17422         cus-edit.
17423
17424 2004-01-13  Simon Josefsson  <jas@extundo.com>
17425
17426         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17427         Invoke gnus-score-mode.  Reported by
17428         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17429
17430         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17431         Jim Blandy <jimb@redhat.com> (tiny change).
17432
17433 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17434
17435         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17436
17437 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17438
17439         * spam.el (spam-get-article-as-string): Update to use
17440         gnus-request-article-this-buffer, much simpler.
17441         (spam-get-article-as-buffer): Remove.
17442
17443 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17444
17445         * message.el (message-expand-name): Use EUDC if the user uses that.
17446
17447 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17450         character for the encoding to avoid consing a string.
17451
17452         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17453         unnecessarily.
17454
17455         * mm-util.el (mm-replace-chars-in-string): Remove.
17456
17457         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17458         of mm-replace-chars-in-string.
17459
17460 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17461
17462         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17463
17464         * mm-util.el (mm-subst-char-in-string): Support inplace.
17465
17466         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17467         a new string in every iteration.  Use shy groups.
17468
17469 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17470
17471         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17472         * gnus-soup.el (gnus-soup-group-brew):
17473         * gnus-msg.el (gnus-put-message):
17474         * gnus-move.el (gnus-group-move-group-to-server):
17475         * gnus-kill.el (gnus-batch-score):
17476         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17477         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17478         (gnus-group-update-group, gnus-group-read-group)
17479         (gnus-group-make-group, gnus-group-make-help-group)
17480         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17481         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17482         (gnus-group-sort-by-unread, gnus-group-catchup)
17483         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17484         (gnus-group-yank-group, gnus-group-set-info)
17485         (gnus-group-list-groups):
17486         * gnus.el (gnus-generate-new-group-name):
17487         * gnus-delay.el (gnus-delay-send-queue):
17488         * nnvirtual.el (nnvirtual-catchup-group):
17489         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17490         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17491         (gnus-group-prepare-topics, gnus-topic-check-topology):
17492         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17493         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17494         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17495         (gnus-group-make-articles-read):
17496         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17497         (gnus-group-change-level, gnus-kill-newsgroup)
17498         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17499         (gnus-get-unread-articles, gnus-make-articles-unread)
17500         (gnus-make-ascending-articles-unread): Use accessor
17501         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17502         to get group information for improved readability.
17503
17504
17505 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17506
17507         * gnus-art.el (article-decode-mime-words, article-babel)
17508         (gnus-article-highlight-signature, gnus-article-add-buttons)
17509         (gnus-signature-toggle): Use gnus-with-article-buffer.
17510
17511         * gnus-art.el (gnus-article-highlight-headers)
17512         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17513
17514         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17515         (gnus-article-set-globals, gnus-request-article-this-buffer)
17516         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17517         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17518         (gnus-mime-display-alternative): Use with-current-buffer.
17519
17520 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17521
17522         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17523         also under 80 char limit, and call gnus-error if needed.
17524         (spam-fetch-article-header): Fix - it was a
17525         buffer-local variable (gnus-newsgroup-data).
17526         (spam-find-spam): Use spam-generate-fake-headers, forget about
17527         spam-insert-fake-headers.
17528         (spam-insert-fake-headers): Remove.
17529
17530 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17531
17532         * deuglify.el (gnus-article-outlook-unwrap-lines)
17533         (gnus-outlook-rearrange-article)
17534         (gnus-outlook-repair-attribution-outlook)
17535         (gnus-outlook-repair-attribution-block)
17536         (gnus-outlook-repair-attribution-other): Remove redundant
17537         save-excursion.
17538
17539 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17542         (spam-fetch-field-subject-fast)
17543         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17544         (spam-fetch-article-header): Add functions to deal with Gnus
17545         internals for fast retrieval of article header data.
17546         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17547
17548 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17549
17550         * pop3.el (pop3-md5): Remove.
17551         (pop3-apop): Replace pop3-md5 with md5.
17552
17553         * mm-bodies.el: base64 is always built-in.
17554
17555         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17556         with-current-buffer.
17557
17558 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * canlock.el (canlock-insert-header): Remove excessive grouping in
17561         regexp.
17562
17563         * gnus-sum.el (gnus-summary-read-document): Ditto.
17564
17565         * gnus-uu.el (gnus-uu-part-number): Ditto.
17566
17567         * html2text.el (html2text-remove-tags): Ditto.
17568         (html2text-format-tags): Ditto.
17569         (html2text-format-single-elements): Ditto.
17570
17571         * mml.el (mml-parse-1): Ditto.
17572
17573 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17574
17575         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17576
17577         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17578
17579         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17580
17581         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17582
17583 2003-11-15  Simon Josefsson  <jas@extundo.com>
17584
17585         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17586         (pgg-gpg-lookup-key): Use regexp match instead of
17587         split-string (split-string is different between emacs 21.2 and
17588         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17589
17590 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * gnus-art.el (gnus-mime-view-all-parts)
17593         (gnus-article-part-wrapper, gnus-article-view-part): Use
17594         with-current-buffer.
17595
17596 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * spam.el (spam-disable-spam-split-during-ham-respool)
17599         (spam-spamoracle-database, spam-cache-lookups)
17600         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17601         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17602         (spam-group-ham-marks, spam-group-spam-marks)
17603         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17604         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17605         also add spam-use-blackholes to the statistical checks.
17606         (spam-fetch-field-fast): Add interface to fetching fields, may
17607         become a macro.
17608         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17609         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17610         (spam-insert-fake-headers): Fake an article when needed.
17611         (spam-find-spam): Fake article when possible.
17612         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17613         (spam-check-bogofilter-headers): Use message-fetch-field instead
17614         of nnmail-fetch-field.
17615
17616 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17619
17620 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17621
17622         * spam.el (spam-split): Do not require spam-use-CHECK to be
17623         enabled if that check is passed to spam-split explicitly; also
17624         fix so 'spam doesn't get converted to spam-split-group when
17625         spam-split-symbolic-return is t.
17626         (spam-find-spam): Find registrations of the article and use those
17627         instead of re-running spam-split to find the spam/ham
17628         classification of the article.
17629         (spam-log-processing-to-registry, spam-log-registered-p)
17630         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17631         Use gnus-error instead of gnus-message.
17632         (spam-log-registration-type): Add function to determine the
17633         classification of a message based on registry entries; will
17634         return nil if both 'spam and 'ham are found.
17635         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17636         a reasonably fast local cache without the loading errors.
17637         (spam-cache-lookups): Set to t by default.
17638         (spam-find-spam): Don't try to guess spam-cache-lookups.
17639         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17640         spam-caches entry.
17641         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17642         caching of whitelist/blacklist entries.
17643         (spam-check-whitelist, spam-check-blacklist): Invoke
17644         spam-from-listed-p with a type, not a cache variable.
17645         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17646
17647 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17648
17649         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17650
17651         * nnmail.el (nnmail-split-fancy): do.
17652
17653         * mml.el (mml-parse): do.
17654
17655         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17656         (gnus-score-adaptive): do.
17657
17658 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17661         (gnus-mime-button-map): Don't set keymap parent.
17662         (gnus-button-ctan-directory-regexp): Use shy grouping.
17663         (gnus-prev-page-map): Don't set keymap parent.
17664         (gnus-prev-page-map): Remove duplicated one.
17665         (gnus-next-page-map): Don't set keymap parent.
17666         (gnus-mime-security-button-map): Ditto.
17667
17668         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17669         version number.
17670
17671         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17672
17673 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * canlock.el (canlock-sha1-function): Remove.
17676         (canlock-sha1-function-for-verify): Remove.
17677         (canlock-openssl-program): Remove.
17678         (canlock-openssl-args): Remove.
17679         (canlock-ignore-errors): Remove.
17680         (canlock-sha1-with-openssl): Remove.
17681         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17682         (canlock-verify): Don't use canlock-ignore-errors.
17683
17684         * sha1-el.el (sha1-string-external): Make it can return a string
17685         in binary form.
17686         (sha1-region-external): Ditto.
17687         (sha1-string-internal): Ditto.
17688         (sha1-region-internal): Ditto.
17689         (sha1-region): Ditto.
17690         (sha1-string): Ditto.
17691         (sha1): Ditto.
17692
17693 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * spam.el (spam-report-articles-gmane): New command.
17696
17697 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17700
17701         * run-at-time.el (run-at-time-saved): Remove.
17702         (run-at-time): Doc fix.
17703
17704 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17705
17706         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17707         (gnus-summary-limit-map): Add it.
17708         (gnus-summary-make-menu-bar): do.
17709
17710 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17713         Make attempt at some caching support (done for BBDB only now).
17714         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17715         addresses to be checked.
17716         (spam-clear-cache-BBDB): Add function, to be invoked by
17717         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17718         (spam-check-BBDB): Check and use the caches, if
17719         spam-cache-lookups is on, remove superfluous (provide).
17720
17721 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17724
17725 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17726
17727         * run-at-time.el (run-at-time-saved): Move to after the definition
17728         of `run-at-time'.
17729
17730         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17731
17732 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17735         mm-w3m-local-map-property.
17736
17737         * mm-view.el (mm-w3m-mode-map): Remove.
17738         (mm-w3m-local-map-property): Remove.
17739         (mm-inline-text-html-render-with-w3m): Don't use
17740         mm-w3m-local-map-property.
17741
17742 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * run-at-time.el: New file.
17745
17746         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17747         under Emacs.
17748
17749         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17750         of gnus-set-text-properties.
17751
17752         * gnus-uu.el (gnus-uu-save-article): Ditto.
17753
17754         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17755
17756         * gnus-cite.el (gnus-cite-parse): Ditto.
17757
17758         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17759         of gnus-.
17760
17761         * gnus-xmas.el (run-at-time): Require run-at-time.
17762
17763         * gnus.el: Changed calls to nnheader-run-at-time and
17764         password-run-at-time throughout to use run-at-time directly.
17765
17766         * password.el: Removed definition of run-at-time.
17767
17768         * nnheaderxm.el: Remove definition of run-at-time.
17769
17770 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17771
17772         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17773         in prompt.
17774
17775 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17776
17777         * messagexmas.el (message-xmas-redefine): Alias
17778         `message-make-caesar-translation-table' to
17779         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17780         version.
17781
17782         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17783         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17784         `gnus-xmas-set-text-properties'.
17785         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17786         `gnus-xmas-completing-read'.
17787         (gnus-xmas-completing-read): Removed.
17788         (gnus-xmas-open-network-stream): Removed.
17789
17790         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17791         XEmacs version.
17792
17793         * dns.el (dns-make-network-process): Use `open-network-stream'
17794         instead of `gnus-xmas-open-network-stream'.
17795
17796         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17797
17798         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17799
17800 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * gnus-art.el (gnus-mime-display-alternative)
17803         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17804         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17805         Don't use gnus-local-map-property.
17806
17807         * gnus-util.el (gnus-local-map-property): Remove.
17808
17809         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17810         gnus-completing-read-maybe-default with completing-read.
17811
17812         * gnus-util.el (gnus-completing-read): do.
17813         (gnus-completing-read-maybe-default): Remove.
17814
17815 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17816
17817         * password.el: Only autoload `run-at-time' if not XEmacs.
17818         Only autoload the itimer functions if XEmacs.
17819
17820 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17823         XEmacsen.
17824
17825         * dgnushack.el: Autoload executable-find for XEmacs.
17826
17827 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * gnus-art.el (gnus-read-string): Remove.
17830         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17831         read-string.
17832
17833 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * netrc.el: Autoload password-read.
17836         (netrc): Add configuration group.
17837         (netrc-encoding-method, netrc-openssl-path): Add
17838         variables for encoding and decoding of files with symmetric
17839         ciphers.
17840         (netrc-encode): Add assistant function to encode a file with
17841         netrc-encoding-method.
17842         (netrc-parse): Add interactive parameter, added optional
17843         decoding if netrc-encoding-method is non-nil but otherwise
17844         behavior is standard.
17845         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17846         Do s/encode/encrypt/ everywhere.
17847
17848         * spam.el: Remove executable-find autoload.
17849
17850 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17853
17854         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17855
17856 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17857
17858         * gnus-art.el (gnus-treat-ansi-sequences)
17859         (article-treat-ansi-sequences): New variable and function.
17860         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17861
17862         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17863         Use it.
17864
17865 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * mm-util.el (mm-quote-arg): Remove.
17868
17869         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17870         shell-quote-argument.
17871
17872         * gnus-uu.el (gnus-uu-command): do.
17873
17874         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17875
17876         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17877         with make-char.
17878
17879         * mm-util.el (mm-make-char): Remove.
17880
17881         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17882         add-minor-mode.
17883
17884         * gnus-undo.el (gnus-undo-mode): do.
17885
17886         * gnus-topic.el (gnus-topic-mode): do.
17887
17888         * gnus-sum.el (gnus-dead-summary-mode): do.
17889
17890         * gnus-start.el (gnus-slave-mode): do.
17891
17892         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17893
17894         * gnus-ml.el (gnus-mailing-list-mode): do.
17895
17896         * gnus-gl.el (gnus-grouplens-mode): do.
17897
17898         * gnus-draft.el (gnus-draft-mode): do.
17899
17900         * gnus-dired.el (gnus-dired-mode): do.
17901
17902         * gnus-ems.el (gnus-add-minor-mode): Remove.
17903
17904         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17905         Replace gnus-char-width with char-width.
17906
17907         * gnus-ems.el (gnus-char-width): Remove.
17908
17909         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17910         Replace gnus-char-width with char-width.
17911
17912         * gnus-ems.el (gnus-char-width): Remove.
17913
17914         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17915         definition.
17916         Remove Emacs 20 hash table compatibility code.
17917
17918         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17919         20 compatibility code.
17920
17921         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17922
17923         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17924
17925         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17926         with point-at-{eol,bol}.
17927
17928         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17929
17930         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17931
17932         * flow-fill.el (fill-flowed-point-at-bol)
17933         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17934
17935         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17936         Replace with point-at-{eol,bol} throughout all files.
17937
17938 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * ntlm.el (ntlm-string-as-unibyte): New macro.
17941         (ntlm-build-auth-response): Use it.
17942
17943         Remove Emacs 20 stuff:
17944         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17945         (butlast, mapc, remove): Remove the compiler macros.
17946         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17947         of delq and copy-sequence.
17948         * gnus-art.el (popup-menu): Remove the compiler macro.
17949         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17950         Emacs 20.
17951
17952 2004-01-05  Simon Josefsson  <jas@extundo.com>
17953
17954         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17955         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17956         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17957         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17958         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17959         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17960         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17961         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17962         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17963         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17964         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17965         string-xor into ntlm-string-xor.  Suggested by
17966         Jesper Harder <harder@myrealbox.com>.
17967
17968         * ntlm.el: Don't include poem.
17969
17970         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17971         Jesper Harder <harder@myrealbox.com>.
17972
17973         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17974
17975         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17976         probably breaks emacs with DL patch, but do we care? Is anyone
17977         still using the DL stuff?)
17978
17979         * sieve-manage.el: Use the password package.
17980         (sieve-manage-read-passwd): Remove.
17981         (sieve-manage-interactive-login): Use password.  Re-add
17982         condition-case around loop.
17983
17984         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17985         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17986         the password package.
17987
17988 2003-02-19  Simon Josefsson  <jas@extundo.com>
17989
17990         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17991         token.
17992
17993 2002-08-07  Simon Josefsson  <jas@extundo.com>
17994
17995         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17996         (sieve-manage-authenticators):
17997         (sieve-manage-authenticator-alist): Add some SASL mechs.
17998         (sieve-sasl-auth): New function.
17999         (sieve-manage-cram-md5-auth):
18000         (sieve-manage-plain-auth): Rewrite using SASL library.
18001         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18002         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18003         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18004         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18005
18006 2004-01-05  Simon Josefsson  <jas@extundo.com>
18007
18008         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18009         New files.
18010
18011 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18012
18013         * gnus-group.el (gnus-no-groups-message): Update.
18014
18015         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18016
18017 2003-11-09  Simon Josefsson  <jas@extundo.com>
18018
18019         * imap.el: Support for ID IMAP extension (RFC 2971).
18020         (imap-local-variables): Add imap-id.
18021         (imap-id): New variable.
18022         (imap-id): New function.
18023         (imap-parse-response): Parse untagged ID response.
18024         * nnimap.el (nnimap-id): New variable.
18025         (nnimap-open-connection): Use it.
18026
18027 2003-12-28  Simon Josefsson  <jas@extundo.com>
18028
18029         * gnus-score.el (gnus-score-edit-all-score): New.
18030         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18031
18032 2004-01-04  Simon Josefsson  <jas@extundo.com>
18033
18034         * password.el: Add.
18035
18036 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18037
18038         * dns.el (dns-query-types): Fix typo.
18039         (dns-query-types): New function.
18040         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18041         PTR and SOA replies, see RFC 1035.
18042
18043 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18044
18045         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18046
18047         * Moved to Changelog.2.
18048
18049 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18050
18051         * gnus.el (gnus-version-number): Bump version.
18052
18053 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18054
18055         * gnus.el: No Gnus v0.1 is released.
18056
18057 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18058
18059         * gnus.el: No Gnus v0.0 is released.
18060
18061 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * gnus.el (gnus-version-number): Bump.
18064         (gnus-version): No.
18065
18066 See ChangeLog.2 for earlier changes.
18067
18068     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18069       Free Software Foundation, Inc.
18070
18071   This file is part of GNU Emacs.
18072
18073   GNU Emacs is free software: you can redistribute it and/or modify
18074   it under the terms of the GNU General Public License as published by
18075   the Free Software Foundation, either version 3 of the License, or
18076   (at your option) any later version.
18077
18078   GNU Emacs is distributed in the hope that it will be useful,
18079   but WITHOUT ANY WARRANTY; without even the implied warranty of
18080   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18081   GNU General Public License for more details.
18082
18083   You should have received a copy of the GNU General Public License
18084   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18085
18086 ;; Local Variables:
18087 ;; coding: utf-8
18088 ;; fill-column: 79
18089 ;; add-log-time-zone-rule: t
18090 ;; End: